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/360/360AlbumViewer/1.0.1.1151/360.360AlbumViewer.installer.yaml b/manifests/3/360/360AlbumViewer/1.0.1.1151/360.360AlbumViewer.installer.yaml deleted file mode 100644 index dbb9a18de532e..0000000000000 --- a/manifests/3/360/360AlbumViewer/1.0.1.1151/360.360AlbumViewer.installer.yaml +++ /dev/null @@ -1,91 +0,0 @@ -# Automatically updated by the winget bot at 2025/Jan/23 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: 360.360AlbumViewer -PackageVersion: 1.0.1.1151 -InstallerType: exe -Scope: machine -InstallModes: -- interactive -- silent -InstallerSwitches: - Silent: --silent - SilentWithProgress: --silent -UpgradeBehavior: install -FileExtensions: -- ai -- arw -- bmp -- cr2 -- cr3 -- crw -- cut -- dcr -- dng -- emf -- exr -- g3 -- gif -- hdp -- hdr -- heic -- ico -- j2c -- j2k -- jfif -- jng -- jp2 -- jpc -- jpeg -- jpg -- jpm -- jxr -- kdc -- mng -- mrw -- nef -- nrw -- orf -- pbm -- pcd -- pct -- pcx -- pef -- pfm -- pgm -- pgx -- png -- pnm -- ppm -- psb -- psd -- raf -- ras -- raw -- rw2 -- sgi -- sr2 -- svg -- svgz -- tbi -- tga -- tif -- tiff -- wbmp -- wdp -- webp -- wmf -- x3f -- xbm -- xpm -Installers: -- Architecture: x86 - InstallerUrl: https://sfdl.360safe.com/pic360/pic360Setup.exe - InstallerSha256: 2C06F591F4B9A239DB1C43CF90BCC8930498A0CDC3A527DAD04B1F8D84DCCD7E - ProductCode: 360看图 -- Architecture: x64 - InstallerUrl: https://sfdl.360safe.com/pic360/pic360Setup.exe - InstallerSha256: 2C06F591F4B9A239DB1C43CF90BCC8930498A0CDC3A527DAD04B1F8D84DCCD7E - ProductCode: 360看图 -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/3/360/360AlbumViewer/1.0.1.1151/360.360AlbumViewer.yaml b/manifests/3/360/360AlbumViewer/1.0.1.1151/360.360AlbumViewer.yaml deleted file mode 100644 index 4b6d0c11c394f..0000000000000 --- a/manifests/3/360/360AlbumViewer/1.0.1.1151/360.360AlbumViewer.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.6.0.schema.json - -PackageIdentifier: 360.360AlbumViewer -PackageVersion: 1.0.1.1151 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/3/360/360AlbumViewer/1.0.1.1152/360.360AlbumViewer.installer.yaml b/manifests/3/360/360AlbumViewer/1.0.1.1152/360.360AlbumViewer.installer.yaml new file mode 100644 index 0000000000000..0cff115415a34 --- /dev/null +++ b/manifests/3/360/360AlbumViewer/1.0.1.1152/360.360AlbumViewer.installer.yaml @@ -0,0 +1,91 @@ +# Automatically updated by the winget bot at 2025/Feb/07 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: 360.360AlbumViewer +PackageVersion: 1.0.1.1152 +InstallerType: exe +Scope: machine +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent +UpgradeBehavior: install +FileExtensions: +- ai +- arw +- bmp +- cr2 +- cr3 +- crw +- cut +- dcr +- dng +- emf +- exr +- g3 +- gif +- hdp +- hdr +- heic +- ico +- j2c +- j2k +- jfif +- jng +- jp2 +- jpc +- jpeg +- jpg +- jpm +- jxr +- kdc +- mng +- mrw +- nef +- nrw +- orf +- pbm +- pcd +- pct +- pcx +- pef +- pfm +- pgm +- pgx +- png +- pnm +- ppm +- psb +- psd +- raf +- ras +- raw +- rw2 +- sgi +- sr2 +- svg +- svgz +- tbi +- tga +- tif +- tiff +- wbmp +- wdp +- webp +- wmf +- x3f +- xbm +- xpm +Installers: +- Architecture: x86 + InstallerUrl: https://sfdl.360safe.com/pic360/pic360Setup.exe + InstallerSha256: AC648397907B3713E5A77549052C872437C55F93FB17E303DCAAAE4FF3447B67 + ProductCode: 360看图 +- Architecture: x64 + InstallerUrl: https://sfdl.360safe.com/pic360/pic360Setup.exe + InstallerSha256: AC648397907B3713E5A77549052C872437C55F93FB17E303DCAAAE4FF3447B67 + ProductCode: 360看图 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/3/360/360AlbumViewer/1.0.1.1151/360.360AlbumViewer.locale.en-US.yaml b/manifests/3/360/360AlbumViewer/1.0.1.1152/360.360AlbumViewer.locale.en-US.yaml similarity index 87% rename from manifests/3/360/360AlbumViewer/1.0.1.1151/360.360AlbumViewer.locale.en-US.yaml rename to manifests/3/360/360AlbumViewer/1.0.1.1152/360.360AlbumViewer.locale.en-US.yaml index 94d9b96d52f38..24cc6ff631f90 100644 --- a/manifests/3/360/360AlbumViewer/1.0.1.1151/360.360AlbumViewer.locale.en-US.yaml +++ b/manifests/3/360/360AlbumViewer/1.0.1.1152/360.360AlbumViewer.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/07 # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json PackageIdentifier: 360.360AlbumViewer -PackageVersion: 1.0.1.1151 +PackageVersion: 1.0.1.1152 PackageLocale: en-US Publisher: www.360.cn PublisherUrl: https://www.360.cn/ diff --git a/manifests/3/360/360AlbumViewer/1.0.1.1151/360.360AlbumViewer.locale.zh-CN.yaml b/manifests/3/360/360AlbumViewer/1.0.1.1152/360.360AlbumViewer.locale.zh-CN.yaml similarity index 87% rename from manifests/3/360/360AlbumViewer/1.0.1.1151/360.360AlbumViewer.locale.zh-CN.yaml rename to manifests/3/360/360AlbumViewer/1.0.1.1152/360.360AlbumViewer.locale.zh-CN.yaml index bac25f9cc6668..b835d2dfe236a 100644 --- a/manifests/3/360/360AlbumViewer/1.0.1.1151/360.360AlbumViewer.locale.zh-CN.yaml +++ b/manifests/3/360/360AlbumViewer/1.0.1.1152/360.360AlbumViewer.locale.zh-CN.yaml @@ -1,8 +1,8 @@ -# Automatically updated by the winget bot at 2025/Jan/23 +# Automatically updated by the winget bot at 2025/Feb/07 # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json PackageIdentifier: 360.360AlbumViewer -PackageVersion: 1.0.1.1151 +PackageVersion: 1.0.1.1152 PackageLocale: zh-CN Publisher: www.360.cn PublisherUrl: https://www.360.cn/ diff --git a/manifests/3/360/360AlbumViewer/1.0.1.1152/360.360AlbumViewer.yaml b/manifests/3/360/360AlbumViewer/1.0.1.1152/360.360AlbumViewer.yaml new file mode 100644 index 0000000000000..16c7e4e4daa0a --- /dev/null +++ b/manifests/3/360/360AlbumViewer/1.0.1.1152/360.360AlbumViewer.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.6.0.schema.json + +PackageIdentifier: 360.360AlbumViewer +PackageVersion: 1.0.1.1152 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.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.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/Adamant/Messenger/4.8.1/Adamant.Messenger.installer.yaml b/manifests/a/Adamant/Messenger/4.8.1/Adamant.Messenger.installer.yaml new file mode 100644 index 0000000000000..260de0654cbeb --- /dev/null +++ b/manifests/a/Adamant/Messenger/4.8.1/Adamant.Messenger.installer.yaml @@ -0,0 +1,22 @@ +# Created with komac v2.10.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Adamant.Messenger +PackageVersion: 4.8.1 +InstallerLocale: en-US +InstallerType: nullsoft +Scope: user +InstallModes: +- silent +UpgradeBehavior: install +ProductCode: e57d470b-66ea-5566-9a14-aea226c71c85 +ReleaseDate: 2024-09-05 +AppsAndFeaturesEntries: +- DisplayName: ADAMANT Messenger 4.8.1 + ProductCode: e57d470b-66ea-5566-9a14-aea226c71c85 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/Adamant-im/adamant-im/releases/download/v4.8.1/ADAMANT.Messenger.Setup.4.8.1.exe + InstallerSha256: DA696E47E91FE96D113B1E8F7B59FBA8D96257231CD2EE42E6F1EA572F794181 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adamant/Messenger/4.8.1/Adamant.Messenger.locale.en-US.yaml b/manifests/a/Adamant/Messenger/4.8.1/Adamant.Messenger.locale.en-US.yaml new file mode 100644 index 0000000000000..a57f12642d995 --- /dev/null +++ b/manifests/a/Adamant/Messenger/4.8.1/Adamant.Messenger.locale.en-US.yaml @@ -0,0 +1,59 @@ +# Created with komac v2.10.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Adamant.Messenger +PackageVersion: 4.8.1 +PackageLocale: en-US +Publisher: ADAMANT Foundation +PublisherUrl: https://github.com/Adamant-im/adamant-im +PublisherSupportUrl: https://github.com/Adamant-im/adamant-im/issues +Author: Adamant-im +PackageName: ADAMANT Messenger +PackageUrl: https://github.com/Adamant-im/adamant-im +License: GPL-3.0 +LicenseUrl: https://github.com/Adamant-im/adamant-im/blob/HEAD/LICENSE +CopyrightUrl: https://raw.githubusercontent.com/Adamant-im/adamant-im/master/LICENSE +ShortDescription: ADAMANT is a decentralized anonymous messenger client based on the ADAMANT Blockchain +Description: ADAMANT is a decentralized anonymous messenger client based on the ADAMANT Blockchain +Moniker: adamant-messenger +Tags: +- anonymity +- anonymous +- anonymous-messenge +- bitcoin +- blockchain +- crypto-wallet +- cryptocurrency +- decentralization +- decentralized +- decentralized-messenger +- encrypted +- messenger +- onion +- private-keys +- secure-messenger +- wallet +ReleaseNotes: |- + ✨ Features + - Electron: build separate binaries for M1 and Intel chips (#643) by @RealGoodProgrammer + - Chat: add Nodes offline dialog (#597) by @PaulDremanovich + - Wallet: format balances on account tab (#648) by @RealGoodProgrammer + - Chat: animate reactions (#649) by @aineo + - Nodes: add service nodes tab (#630) by @RealGoodProgrammer + - Nodes: add healtcheck for indexers (#630) by @PaulDremanovich + - UI: restyle tables (#651) by @aineo + - Wallet: add Coinmarketcap and Coingecko links to exchanges (#654) by @aineo + - Nodes: add Stake option (#652) by @aineo + 🐛 Bugs + - Login: cannot switch between front and back camera (#633) by @aineo + - I18n: add missing "Message rejected" translation (#647) by @aineo + - Login: fix no camera access (#650) by @aineo + - Chat: fix infinite spinner in ADAMANT chats (1cfa868) by @bludnic + 🔨 Tech Debt + - Electron: save only app binaries artifacts (#645) by @bludnic + - Transaction: rewrite transaction fetching mixin into hooks using VueQuery (#599) by @bludnic + - Vuex: remove unknown action (#656) by @aineo + - App: create .well-known dir after build (#655) by @aineo +ReleaseNotesUrl: https://github.com/Adamant-im/adamant-im/releases/tag/v4.8.1 +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/a/Adamant/Messenger/4.8.1/Adamant.Messenger.yaml b/manifests/a/Adamant/Messenger/4.8.1/Adamant.Messenger.yaml new file mode 100644 index 0000000000000..461161cdbb19f --- /dev/null +++ b/manifests/a/Adamant/Messenger/4.8.1/Adamant.Messenger.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: Adamant.Messenger +PackageVersion: 4.8.1 +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/AlDanial/Cloc/2.04/AlDanial.Cloc.installer.yaml b/manifests/a/AlDanial/Cloc/2.04/AlDanial.Cloc.installer.yaml new file mode 100644 index 0000000000000..2cf6d030554b5 --- /dev/null +++ b/manifests/a/AlDanial/Cloc/2.04/AlDanial.Cloc.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: AlDanial.Cloc +PackageVersion: '2.04' +InstallerType: portable +UpgradeBehavior: install +Commands: +- cloc +ReleaseDate: 2025-01-31 +Installers: +- Architecture: neutral + InstallerUrl: https://github.com/AlDanial/cloc/releases/download/v2.04/cloc-2.04.exe + InstallerSha256: 89CDA0038BF4E13C6C13EBC1E60BEC4DFAD362E69AC8A5B8E2D5EBE3020359E1 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/a/AlDanial/Cloc/2.04/AlDanial.Cloc.locale.en-US.yaml b/manifests/a/AlDanial/Cloc/2.04/AlDanial.Cloc.locale.en-US.yaml new file mode 100644 index 0000000000000..b70842fba6055 --- /dev/null +++ b/manifests/a/AlDanial/Cloc/2.04/AlDanial.Cloc.locale.en-US.yaml @@ -0,0 +1,50 @@ +# Created with komac v2.10.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: AlDanial.Cloc +PackageVersion: '2.04' +PackageLocale: en-US +Publisher: Al Danial +PublisherUrl: https://github.com/AlDanial +PublisherSupportUrl: https://github.com/AlDanial/cloc/issues +Author: Al Danial +PackageName: cloc +PackageUrl: https://github.com/AlDanial/cloc +License: GPL-2.0 +LicenseUrl: https://github.com/AlDanial/cloc/blob/HEAD/LICENSE +Copyright: Copyright (c) 2006-2018, Al Danial +CopyrightUrl: https://github.com/AlDanial/cloc#copyright- +ShortDescription: cloc counts blank lines, comment lines, and physical lines of source code in many programming languages. +Description: |- + cloc counts blank lines, comment lines, and physical lines of source code in many programming languages. Given two versions of a code base, cloc can compute differences in blank, comment, and source lines. + It is written entirely in Perl with no dependencies outside the standard distribution of Perl v5.6 and higher (code from some external modules is embedded within cloc) and so is quite portable. +Moniker: cloc +Tags: +- cloc +- count-lines +- programming-language +ReleaseNotes: |- + New Languages and File Types: + - Blueprint + - Cadence + - Civet + - MoonBit + - Pek + - Pkl + - SurrealQL + Updates: + - Follow file renames when pairing files for --git --diff. + - Arch Linux now has an AUR package for cloc. + - New switch --ignore-regex to exclude files whose content matches a regex. + - New switch --unique to identify unique files found. + - Descriptive message at the end of a run if timeouts were encountered. + - Slight performance improvement for --help by installing temporary modules later. + Bug fixes: + - Better handling of Vuejs. + - Better handling of Oracle PL/SQL. + - Better error message on failure to count .src.rpm files if external tools are not installed. + - Identify non-Glade .ui files as 'XML (Qt/GTK)' instead of 'Qt'. + - Apply file filter rules with --no-recurse. +ReleaseNotesUrl: https://github.com/AlDanial/cloc/releases/tag/v2.04 +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/a/AlDanial/Cloc/2.04/AlDanial.Cloc.yaml b/manifests/a/AlDanial/Cloc/2.04/AlDanial.Cloc.yaml new file mode 100644 index 0000000000000..98e3dfbde0b8e --- /dev/null +++ b/manifests/a/AlDanial/Cloc/2.04/AlDanial.Cloc.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: AlDanial.Cloc +PackageVersion: '2.04' +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/a/AlexandreRouma/SDRPlusPlus/1.0.4/AlexandreRouma.SDRPlusPlus.installer.yaml b/manifests/a/AlexandreRouma/SDRPlusPlus/1.0.4/AlexandreRouma.SDRPlusPlus.installer.yaml new file mode 100644 index 0000000000000..85130f0165bab --- /dev/null +++ b/manifests/a/AlexandreRouma/SDRPlusPlus/1.0.4/AlexandreRouma.SDRPlusPlus.installer.yaml @@ -0,0 +1,21 @@ +# Previously created using wingetcreate 1.2.7.0 (#111880) +# Cherry-picked with Git for Windows 2.47.1.windows.2 +# Manually edited with Visual Studio Code 1.97.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: AlexandreRouma.SDRPlusPlus +PackageVersion: 1.0.4 +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ArchiveBinariesDependOnPath: true +Installers: +- Architecture: x64 + InstallerType: zip + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: sdrpp_windows_x64\sdrpp.exe + InstallerUrl: https://github.com/AlexandreRouma/SDRPlusPlus/releases/download/1.0.4/sdrpp_windows_x64.zip + InstallerSha256: 453F469DE7BBE2108BFB14C7CB7C533E826B234A2FEDB09891FCAA2A72C3A1DC +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/a/AlexandreRouma/SDRPlusPlus/1.0.4/AlexandreRouma.SDRPlusPlus.locale.en-US.yaml b/manifests/a/AlexandreRouma/SDRPlusPlus/1.0.4/AlexandreRouma.SDRPlusPlus.locale.en-US.yaml new file mode 100644 index 0000000000000..fd35331549be7 --- /dev/null +++ b/manifests/a/AlexandreRouma/SDRPlusPlus/1.0.4/AlexandreRouma.SDRPlusPlus.locale.en-US.yaml @@ -0,0 +1,14 @@ +# Previously created using wingetcreate 1.2.7.0 (#111880) +# Cherry-picked with Git for Windows 2.47.1.windows.2 +# Manually edited with Visual Studio Code 1.97.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: AlexandreRouma.SDRPlusPlus +PackageVersion: 1.0.4 +PackageLocale: en-US +Publisher: AlexandreRouma +PackageName: SDRPlusPlus +License: GPL-3.0 license +ShortDescription: Cross-Platform SDR Software +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/a/AlexandreRouma/SDRPlusPlus/1.0.4/AlexandreRouma.SDRPlusPlus.yaml b/manifests/a/AlexandreRouma/SDRPlusPlus/1.0.4/AlexandreRouma.SDRPlusPlus.yaml new file mode 100644 index 0000000000000..ba34600643837 --- /dev/null +++ b/manifests/a/AlexandreRouma/SDRPlusPlus/1.0.4/AlexandreRouma.SDRPlusPlus.yaml @@ -0,0 +1,10 @@ +# Previously created using wingetcreate 1.2.7.0 (#111880) +# Cherry-picked with Git for Windows 2.47.1.windows.2 +# Manually edited with Visual Studio Code 1.97.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: AlexandreRouma.SDRPlusPlus +PackageVersion: 1.0.4 +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/MiniProgramStudio/3.9.41/Alibaba.MiniProgramStudio.installer.yaml b/manifests/a/Alibaba/MiniProgramStudio/3.9.41/Alibaba.MiniProgramStudio.installer.yaml new file mode 100644 index 0000000000000..850a1a1e547e6 --- /dev/null +++ b/manifests/a/Alibaba/MiniProgramStudio/3.9.41/Alibaba.MiniProgramStudio.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: Alibaba.MiniProgramStudio +PackageVersion: 3.9.41 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- antdevtool-tiny +FileExtensions: +- acss +- axml +- js +- json +- less +- ts +ProductCode: d62c6ca9-18a8-5361-90f2-bf27002a49f0 +Installers: +- Architecture: x64 + InstallerUrl: https://alipay-miniapp-public.oss-cn-hangzhou.aliyuncs.com/mfupload/MiniProgramStudio-3.9.41-x64.exe + InstallerSha256: E6993C6AC269132FC521EA460149191297D6E2041CB5EC084DEF9BF483EE98E3 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/a/Alibaba/MiniProgramStudio/3.9.41/Alibaba.MiniProgramStudio.locale.en-US.yaml b/manifests/a/Alibaba/MiniProgramStudio/3.9.41/Alibaba.MiniProgramStudio.locale.en-US.yaml new file mode 100644 index 0000000000000..b1fb865db8979 --- /dev/null +++ b/manifests/a/Alibaba/MiniProgramStudio/3.9.41/Alibaba.MiniProgramStudio.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: Alibaba.MiniProgramStudio +PackageVersion: 3.9.41 +PackageLocale: en-US +Publisher: Alipay.com Co., Ltd. +PublisherUrl: https://open.alipay.com/ +PublisherSupportUrl: https://open.alipay.com/portal/forum +Author: Alipay (Hangzhou) Information Technology Co., Ltd. +PackageName: 小程序开发者工具 +PackageUrl: https://opendocs.alipay.com/mini/ide/overview +License: Freeware +Copyright: Copyright © 2024 Ant Group +ShortDescription: A one-stop Mini Program development tool by Alipay Open Platform +Description: Mini Program Studio is a one-stop Mini Program development tool by Alipay Open Platform, featuring coding, debugging, testing, uploading, project management, etc. It not only supports developing Alipay Mini Programs, but also supports publishing to Taobao, DingTalk, AMap and many other platforms under Ant Open Ecology with the same code. +Tags: +- alipay +- code +- coding +- develop +- development +- devtools +- dingding +- dingtalk +- ide +- mini-app +- mini-program +- programming +- web +- webpage +ReleaseNotesUrl: https://opendocs.alipay.com/mini/ide/stable_log +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/a/Alibaba/MiniProgramStudio/3.9.41/Alibaba.MiniProgramStudio.locale.zh-CN.yaml b/manifests/a/Alibaba/MiniProgramStudio/3.9.41/Alibaba.MiniProgramStudio.locale.zh-CN.yaml new file mode 100644 index 0000000000000..5a0081ab309ee --- /dev/null +++ b/manifests/a/Alibaba/MiniProgramStudio/3.9.41/Alibaba.MiniProgramStudio.locale.zh-CN.yaml @@ -0,0 +1,64 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: Alibaba.MiniProgramStudio +PackageVersion: 3.9.41 +PackageLocale: zh-CN +Publisher: Alipay.com Co., Ltd. +PublisherUrl: https://open.alipay.com/ +PublisherSupportUrl: https://open.alipay.com/portal/forum +Author: 支付宝(杭州)信息技术有限公司 +PackageName: 小程序开发者工具 +PackageUrl: https://opendocs.alipay.com/mini/ide/overview +License: 免费软件 +Copyright: Copyright © 2024 蚂蚁集团 +ShortDescription: 支付宝开放平台打造的一站式小程序研发工具 +Description: 小程序开发者工具是支付宝开放平台打造的一站式小程序研发工具,提供了编码、调试、测试、上传、项目管理等功能,不仅支持开发支付宝小程序,相同代码还通用于蚂蚁开放生态,可直接发布至淘宝、钉钉、高德等应用平台。 +Tags: +- ide +- 代码 +- 小程序 +- 开发 +- 开发者工具 +- 支付宝 +- 编程 +- 网页 +- 钉钉 +ReleaseNotes: |- + 新增 + - 新增 Unity 小游戏模拟器 + - 小游戏项目新增代码补全提示功能。 + - 编译模式新增 “不模拟” 场景模式,以便启用联调配置时能正确表现。 + - 支持 Unity 小游戏分包增量更新。 + - 真机调试新增局域网连接模式。 + 优化 + - 模拟器皮肤新增 iphone 16 系列机型。 + - 优化模拟器的网络模拟数值真实性。 + - 优化编译时的错误修复提示。 + - 优化小游戏模拟器的部分展示文案。 + - 优化迭代模式上传功能。 + - 优化音频播放时播放覆层的 UI 表现。 + - 优化编译出的 Unity 小游戏的启动耗时。 + - 优化横屏模拟器下的 UI 表现。 + 修复 + - 修复某些情况下上传时版本展示错误的问题。 + - 修复某些情况下不同项目窗口间断点混乱的问题。 + - 修复某些情况下断点没有命中的问题。 + - 修复刷新多次后可能引起模拟器白屏的问题 + - 修复某些项目 my.request 请求会再也发不出的问题。 + - 修复某些 mac 系统中出现的编译错误问题。 + - 修复分包异步化组件在调试器内无法查看生效中的样式的问题。 + - 修复在模拟器中使用 my.getLocation 时有时无法定位的问题。 + - 修复模拟器内云开发功能服务未能正确处理错误返回的问题。 + - 修复某些情况下无法对 app.js 首行添加断点的问题。 + - 修复按需编译某些情况下一直卡在编译中的问题。 + - 修复刷新多次后可能引起模拟器白屏的问题。 + - 修复分包异步化组件在调试器内无法查看生效中的样式的问题。 + - 修复编辑器缺少关闭全部按钮的问题。 + - 修复模拟器内音频播放功能中面板按钮功能问题。 + - 修复某些情况下调试器内 Source 面板未能正常展示文件列表的问题。 + - 修复某些情况下模拟器横屏存在错位边缘的问题。 + - 修复 Unity 小游戏编译错误导致的真机预览失败问题。 +ReleaseNotesUrl: https://opendocs.alipay.com/mini/ide/stable_log +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/a/Alibaba/MiniProgramStudio/3.9.41/Alibaba.MiniProgramStudio.yaml b/manifests/a/Alibaba/MiniProgramStudio/3.9.41/Alibaba.MiniProgramStudio.yaml new file mode 100644 index 0000000000000..5e7c0f5a6df03 --- /dev/null +++ b/manifests/a/Alibaba/MiniProgramStudio/3.9.41/Alibaba.MiniProgramStudio.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.MiniProgramStudio +PackageVersion: 3.9.41 +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/Alibaba/aDrive/6.8.5/Alibaba.aDrive.installer.yaml b/manifests/a/Alibaba/aDrive/6.8.5/Alibaba.aDrive.installer.yaml new file mode 100644 index 0000000000000..863012a8a1372 --- /dev/null +++ b/manifests/a/Alibaba/aDrive/6.8.5/Alibaba.aDrive.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: Alibaba.aDrive +PackageVersion: 6.8.5 +InstallerType: nullsoft +Scope: user +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- smartdrive +ProductCode: 300f80e0-781e-56db-ae9d-9d0190486ca9 +ReleaseDate: 2025-01-23 +Installers: +- Architecture: x64 + InstallerUrl: https://cdn.aliyundrive.net/downloads/apps/desktop/update/6.8.5/win32/x64/aDrive-6.8.5.exe + InstallerSha256: 9D24F969B0C9FE4F6A6F4537F86A3970B2257B813F40D6A787B877E0F52C6816 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/a/Alibaba/aDrive/6.8.5/Alibaba.aDrive.locale.en-US.yaml b/manifests/a/Alibaba/aDrive/6.8.5/Alibaba.aDrive.locale.en-US.yaml new file mode 100644 index 0000000000000..e8dd3e75ffabc --- /dev/null +++ b/manifests/a/Alibaba/aDrive/6.8.5/Alibaba.aDrive.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: Alibaba.aDrive +PackageVersion: 6.8.5 +PackageLocale: en-US +Publisher: Alibaba Group +PrivacyUrl: https://terms.alicdn.com/legal-agreement/terms/suit_bu1_alibaba_group/suit_bu1_alibaba_group202102022125_53871.html +Author: Hangzhou Danqoo Network Media Technology Co., Ltd. +PackageName: 阿里云盘 +License: Proprietary +LicenseUrl: https://terms.alicdn.com/legal-agreement/terms/suit_bu1_dingtalk/suit_bu1_dingtalk202103191654_76478.html +Copyright: Copyright @ 2024 Alibaba Group All rights reserved. +ShortDescription: A fast, non-intrusive, secure and easy-to-share personal netdisk +Description: aDrive is a fast, non-intrusive, secure and easy-to-share personal netdisk where you can store, manage and explore things, and build a flourishing digital world. +Moniker: aliyundrive +Tags: +- backup +- cloud +- cloud-drive +- download +- drive +- file +- netdisk +- share +- sync +- upload +PurchaseUrl: https://www.aliyundrive.com/drive/membership +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/a/Alibaba/aDrive/6.8.5/Alibaba.aDrive.locale.zh-CN.yaml b/manifests/a/Alibaba/aDrive/6.8.5/Alibaba.aDrive.locale.zh-CN.yaml new file mode 100644 index 0000000000000..e36faad66e9a3 --- /dev/null +++ b/manifests/a/Alibaba/aDrive/6.8.5/Alibaba.aDrive.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: Alibaba.aDrive +PackageVersion: 6.8.5 +PackageLocale: zh-CN +Publisher: Alibaba Group +PrivacyUrl: https://terms.alicdn.com/legal-agreement/terms/suit_bu1_alibaba_group/suit_bu1_alibaba_group202102022125_53871.html +Author: 杭州短趣网络传媒技术有限公司 +PackageName: 阿里云盘 +License: 专有软件 +LicenseUrl: https://terms.alicdn.com/legal-agreement/terms/suit_bu1_dingtalk/suit_bu1_dingtalk202103191654_76478.html +Copyright: 版权所有 @ 2024 阿里巴巴集团 保留所有权利 +ShortDescription: 速度快、不打扰、够安全、易于分享的个人网盘 +Description: 阿里云盘是一款速度快、不打扰、够安全、易于分享的网盘,你可以在这里存储、管理和探索内容,尽情打造丰富的数字世界。 +Tags: +- 上传 +- 下载 +- 云 +- 云盘 +- 共享 +- 分享 +- 同步 +- 备份 +- 文件 +- 网盘 +PurchaseUrl: https://www.aliyundrive.com/drive/membership +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/a/Alibaba/aDrive/6.8.5/Alibaba.aDrive.yaml b/manifests/a/Alibaba/aDrive/6.8.5/Alibaba.aDrive.yaml new file mode 100644 index 0000000000000..aa8f3925c7e9e --- /dev/null +++ b/manifests/a/Alibaba/aDrive/6.8.5/Alibaba.aDrive.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.aDrive +PackageVersion: 6.8.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.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/AmN/yasb/1.5.9/AmN.yasb.installer.yaml b/manifests/a/AmN/yasb/1.5.9/AmN.yasb.installer.yaml new file mode 100644 index 0000000000000..02f1098fef2d9 --- /dev/null +++ b/manifests/a/AmN/yasb/1.5.9/AmN.yasb.installer.yaml @@ -0,0 +1,18 @@ +# Created with WinGet Releaser using komac v2.10.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: AmN.yasb +PackageVersion: 1.5.9 +InstallerLocale: en-US +InstallerType: msi +ProductCode: '{3EC742C4-43A5-498A-A450-0FF540CF4191}' +ReleaseDate: 2025-02-09 +AppsAndFeaturesEntries: +- ProductCode: '{3EC742C4-43A5-498A-A450-0FF540CF4191}' + UpgradeCode: '{3F620CF5-07B5-47FD-8E37-9CA8AD14B608}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/amnweb/yasb/releases/download/v1.5.9/yasb-1.5.9-win64.msi + InstallerSha256: C5205D5AEC9F0DBEA951245104A7D25B4FF1148AFA02C5F441CF8F32F5ADEECD +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/a/AmN/yasb/1.5.9/AmN.yasb.locale.en-US.yaml b/manifests/a/AmN/yasb/1.5.9/AmN.yasb.locale.en-US.yaml new file mode 100644 index 0000000000000..7cb267566878d --- /dev/null +++ b/manifests/a/AmN/yasb/1.5.9/AmN.yasb.locale.en-US.yaml @@ -0,0 +1,46 @@ +# Created with WinGet Releaser using komac v2.10.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: AmN.yasb +PackageVersion: 1.5.9 +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: |- + Bugfixes + - improve author link handling and enhance description display 8701ac8 + - add encoding to RotatingFileHandler for proper log file handling cd6a8b1 + - improve locale handling for time and character encoding 16c6796 + - improve alert handling in WeatherWidget ed26165 + - ensure selected day does not exceed days in month a9f0916 + Refactors + - expand user paths and handle file missing case with logger f595216 + - remove unused icon path variable from ThemeViewer d0dbe89 + - remove debug log for API URL in WeatherWidget f6983ba + Code Style Changes + - update font family and size for improved readability c9500a3 + Chores + - bump build version to 1.5.9 275e2dd + Other Changes + - Update bug_report.yml 284cc97 + Full Changelog: v1.5.8...v1.5.9 +ReleaseNotesUrl: https://github.com/amnweb/yasb/releases/tag/v1.5.9 +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.9/AmN.yasb.yaml b/manifests/a/AmN/yasb/1.5.9/AmN.yasb.yaml new file mode 100644 index 0000000000000..f4451454f0aaa --- /dev/null +++ b/manifests/a/AmN/yasb/1.5.9/AmN.yasb.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.10.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: AmN.yasb +PackageVersion: 1.5.9 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/a/AmN/yasb/1.5.91/AmN.yasb.installer.yaml b/manifests/a/AmN/yasb/1.5.91/AmN.yasb.installer.yaml new file mode 100644 index 0000000000000..3a824fed98b50 --- /dev/null +++ b/manifests/a/AmN/yasb/1.5.91/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.91 +InstallerLocale: en-US +InstallerType: msi +ProductCode: '{A5C60C09-79C6-4AB3-A90F-F86BC8A603EB}' +AppsAndFeaturesEntries: +- ProductCode: '{A5C60C09-79C6-4AB3-A90F-F86BC8A603EB}' + UpgradeCode: '{3F620CF5-07B5-47FD-8E37-9CA8AD14B608}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/amnweb/yasb/releases/download/v1.5.91/yasb-1.5.91-win64.msi + InstallerSha256: 6671CDF442ADAC9E14E41E39457F3B3B354436B2362565938AFA715C88BC783B +ManifestType: installer +ManifestVersion: 1.9.0 +ReleaseDate: 2025-02-10 diff --git a/manifests/a/AmN/yasb/1.5.91/AmN.yasb.locale.en-US.yaml b/manifests/a/AmN/yasb/1.5.91/AmN.yasb.locale.en-US.yaml new file mode 100644 index 0000000000000..5f5fd82af21bb --- /dev/null +++ b/manifests/a/AmN/yasb/1.5.91/AmN.yasb.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: AmN.yasb +PackageVersion: 1.5.91 +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 +ReleaseNotesUrl: https://github.com/amnweb/yasb/releases/tag/v1.5.91 +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.91/AmN.yasb.yaml b/manifests/a/AmN/yasb/1.5.91/AmN.yasb.yaml new file mode 100644 index 0000000000000..4399eb8254626 --- /dev/null +++ b/manifests/a/AmN/yasb/1.5.91/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.91 +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/AWSCLI/2.24.1/Amazon.AWSCLI.installer.yaml b/manifests/a/Amazon/AWSCLI/2.24.1/Amazon.AWSCLI.installer.yaml new file mode 100644 index 0000000000000..9964fe5118a0a --- /dev/null +++ b/manifests/a/Amazon/AWSCLI/2.24.1/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.1 +InstallerLocale: en-US +Platform: +- Windows.Desktop +InstallerType: wix +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Commands: +- aws +ProductCode: '{51D2931F-A1BA-47F6-A86D-9A42C357C128}' +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.1.msi + InstallerSha256: 9A2D372D2BC9BB0B964D0760A29C1C4253B9275C7ECEE473312D361424CB30B5 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/a/Amazon/AWSCLI/2.24.1/Amazon.AWSCLI.locale.en-US.yaml b/manifests/a/Amazon/AWSCLI/2.24.1/Amazon.AWSCLI.locale.en-US.yaml new file mode 100644 index 0000000000000..72076b884b955 --- /dev/null +++ b/manifests/a/Amazon/AWSCLI/2.24.1/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.1 +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.1/Amazon.AWSCLI.yaml b/manifests/a/Amazon/AWSCLI/2.24.1/Amazon.AWSCLI.yaml new file mode 100644 index 0000000000000..e10180d2d8617 --- /dev/null +++ b/manifests/a/Amazon/AWSCLI/2.24.1/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.1 +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/Amazon/SAM-CLI/1.133.0/Amazon.SAM-CLI.installer.yaml b/manifests/a/Amazon/SAM-CLI/1.133.0/Amazon.SAM-CLI.installer.yaml new file mode 100644 index 0000000000000..789b64525aa0e --- /dev/null +++ b/manifests/a/Amazon/SAM-CLI/1.133.0/Amazon.SAM-CLI.installer.yaml @@ -0,0 +1,27 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Amazon.SAM-CLI +PackageVersion: 1.133.0 +InstallerLocale: en-US +Platform: +- Windows.Desktop +InstallerType: wix +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Commands: +- sam +ProductCode: '{81198661-035C-4F27-844D-A22785E06773}' +AppsAndFeaturesEntries: +- UpgradeCode: '{869D7B3B-A7C9-4E19-AC94-190305391ED1}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/aws/aws-sam-cli/releases/download/v1.133.0/AWS_SAM_CLI_64_PY3.msi + InstallerSha256: A78AFE0DA6E6E3A9F65A2629E76BB1244F63A3801D903CB6BE7C400D1DA1D441 +ManifestType: installer +ManifestVersion: 1.9.0 +ReleaseDate: 2025-02-07 diff --git a/manifests/a/Amazon/SAM-CLI/1.133.0/Amazon.SAM-CLI.locale.en-US.yaml b/manifests/a/Amazon/SAM-CLI/1.133.0/Amazon.SAM-CLI.locale.en-US.yaml new file mode 100644 index 0000000000000..77d4987855688 --- /dev/null +++ b/manifests/a/Amazon/SAM-CLI/1.133.0/Amazon.SAM-CLI.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: Amazon.SAM-CLI +PackageVersion: 1.133.0 +PackageLocale: en-US +Publisher: AWS Serverless Applications +PublisherUrl: https://github.com/aws/aws-sam-cli +PublisherSupportUrl: https://github.com/aws/aws-sam-cli/issues +Author: AWS Serverless Applications +PackageName: AWS SAM Command Line Interface +PackageUrl: https://aws.amazon.com/serverless/sam +License: Apache-2.0 +LicenseUrl: https://github.com/aws/aws-sam-cli/blob/HEAD/LICENSE +Copyright: Copyright (c) Amazon.com, Inc. or its affiliates. All Rights Reserved. +CopyrightUrl: https://raw.githubusercontent.com/aws/aws-sam-cli/master/LICENSE +ShortDescription: The AWS Serverless Application Model (SAM) is an open-source framework for building serverless applications. +Moniker: aws-sam-cli +Tags: +- amazon +- aws +- cli +- sam +- serverless +ReleaseNotesUrl: https://github.com/aws/aws-sam-cli/releases/tag/v1.133.0 +Documentations: +- DocumentLabel: Using the AWS SAM CLI + DocumentUrl: https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/using-sam-cli.html +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/a/Amazon/SAM-CLI/1.133.0/Amazon.SAM-CLI.yaml b/manifests/a/Amazon/SAM-CLI/1.133.0/Amazon.SAM-CLI.yaml new file mode 100644 index 0000000000000..14448460df63e --- /dev/null +++ b/manifests/a/Amazon/SAM-CLI/1.133.0/Amazon.SAM-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: Amazon.SAM-CLI +PackageVersion: 1.133.0 +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/Anaconda/Miniconda3/py312_25.1.1-1/Anaconda.Miniconda3.installer.yaml b/manifests/a/Anaconda/Miniconda3/py312_25.1.1-1/Anaconda.Miniconda3.installer.yaml new file mode 100644 index 0000000000000..d5c4b9782121e --- /dev/null +++ b/manifests/a/Anaconda/Miniconda3/py312_25.1.1-1/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-1 +MinimumOSVersion: 10.0.18362.0 +InstallerType: nullsoft +Commands: +- conda +- pip +- pip3 +- python +- pythonw +ProductCode: Miniconda3 py312_25.1.1-1 (Python 3.12.9 64-bit) +AppsAndFeaturesEntries: +- DisplayName: Miniconda3 py312_25.1.1-1 (Python 3.12.9 64-bit) + ProductCode: Miniconda3 py312_25.1.1-1 (Python 3.12.9 64-bit) +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://repo.anaconda.com/miniconda/Miniconda3-py312_25.1.1-1-Windows-x86_64.exe + InstallerSha256: 68E06302A5B16B337A32663F0268F071E76E685B1BE715042BD98CB59640BE5D + InstallerSwitches: + Custom: /InstallationType=JustMe + UpgradeBehavior: deny + RequireExplicitUpgrade: true +- Architecture: x64 + Scope: machine + InstallerUrl: https://repo.anaconda.com/miniconda/Miniconda3-py312_25.1.1-1-Windows-x86_64.exe + InstallerSha256: 68E06302A5B16B337A32663F0268F071E76E685B1BE715042BD98CB59640BE5D + 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-1/Anaconda.Miniconda3.locale.en-US.yaml b/manifests/a/Anaconda/Miniconda3/py312_25.1.1-1/Anaconda.Miniconda3.locale.en-US.yaml new file mode 100644 index 0000000000000..c985a44729cba --- /dev/null +++ b/manifests/a/Anaconda/Miniconda3/py312_25.1.1-1/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-1 +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-1/Anaconda.Miniconda3.locale.zh-CN.yaml b/manifests/a/Anaconda/Miniconda3/py312_25.1.1-1/Anaconda.Miniconda3.locale.zh-CN.yaml new file mode 100644 index 0000000000000..3a282fbf76c9e --- /dev/null +++ b/manifests/a/Anaconda/Miniconda3/py312_25.1.1-1/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-1 +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-1/Anaconda.Miniconda3.yaml b/manifests/a/Anaconda/Miniconda3/py312_25.1.1-1/Anaconda.Miniconda3.yaml new file mode 100644 index 0000000000000..e1a199f59c74a --- /dev/null +++ b/manifests/a/Anaconda/Miniconda3/py312_25.1.1-1/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-1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/a/Anaconda/Miniconda3/py312_25.1.1-2/Anaconda.Miniconda3.installer.yaml b/manifests/a/Anaconda/Miniconda3/py312_25.1.1-2/Anaconda.Miniconda3.installer.yaml new file mode 100644 index 0000000000000..91708457e3a47 --- /dev/null +++ b/manifests/a/Anaconda/Miniconda3/py312_25.1.1-2/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-2 +MinimumOSVersion: 10.0.18362.0 +InstallerType: nullsoft +Commands: +- conda +- pip +- pip3 +- python +- pythonw +ProductCode: Miniconda3 py312_25.1.1-2 (Python 3.12.9 64-bit) +AppsAndFeaturesEntries: +- DisplayName: Miniconda3 py312_25.1.1-2 (Python 3.12.9 64-bit) + ProductCode: Miniconda3 py312_25.1.1-2 (Python 3.12.9 64-bit) +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://repo.anaconda.com/miniconda/Miniconda3-py312_25.1.1-2-Windows-x86_64.exe + InstallerSha256: FB936987B769759FC852AF1B2A0E359AC14620C2B7BEA8A90C6D920F2B754C4A + InstallerSwitches: + Custom: /InstallationType=JustMe + UpgradeBehavior: deny + RequireExplicitUpgrade: true +- Architecture: x64 + Scope: machine + InstallerUrl: https://repo.anaconda.com/miniconda/Miniconda3-py312_25.1.1-2-Windows-x86_64.exe + InstallerSha256: FB936987B769759FC852AF1B2A0E359AC14620C2B7BEA8A90C6D920F2B754C4A + 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-2/Anaconda.Miniconda3.locale.en-US.yaml b/manifests/a/Anaconda/Miniconda3/py312_25.1.1-2/Anaconda.Miniconda3.locale.en-US.yaml new file mode 100644 index 0000000000000..4b305dd70527e --- /dev/null +++ b/manifests/a/Anaconda/Miniconda3/py312_25.1.1-2/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-2 +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-2/Anaconda.Miniconda3.locale.zh-CN.yaml b/manifests/a/Anaconda/Miniconda3/py312_25.1.1-2/Anaconda.Miniconda3.locale.zh-CN.yaml new file mode 100644 index 0000000000000..9643d060f1b7e --- /dev/null +++ b/manifests/a/Anaconda/Miniconda3/py312_25.1.1-2/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-2 +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-2/Anaconda.Miniconda3.yaml b/manifests/a/Anaconda/Miniconda3/py312_25.1.1-2/Anaconda.Miniconda3.yaml new file mode 100644 index 0000000000000..cd55afe9905dc --- /dev/null +++ b/manifests/a/Anaconda/Miniconda3/py312_25.1.1-2/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-2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/a/Anker/AnkerMake/1.5.25/Anker.AnkerMake.installer.yaml b/manifests/a/Anker/AnkerMake/1.5.25/Anker.AnkerMake.installer.yaml new file mode 100644 index 0000000000000..8619776d709f6 --- /dev/null +++ b/manifests/a/Anker/AnkerMake/1.5.25/Anker.AnkerMake.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: Anker.AnkerMake +PackageVersion: 1.5.25 +InstallerLocale: en-US +InstallerType: nullsoft +Scope: user +InstallerSwitches: + Silent: /S +UpgradeBehavior: install +ProductCode: AnkerMake Studio +ReleaseDate: 2025-01-02 +AppsAndFeaturesEntries: +- DisplayName: AnkerMake Studio V_1.5.25.5_E1.8.0 + Publisher: My company, Inc. + DisplayVersion: V_1.5.25.5_E1.8.0 + ProductCode: AnkerMake Studio +InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\AnkerMake Studio' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/ankermake/AnkerMake-PrusaSlicer-Release/releases/download/v1.5.25/AnkerMake_Studio_V1.5.25.5_E1.8.0.exe + InstallerSha256: 49853FCD52CCFDF7D564744DE1E71D1DE01485746F301BA784F9C94FDFCBE2C8 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/a/Anker/AnkerMake/1.5.25/Anker.AnkerMake.locale.en-US.yaml b/manifests/a/Anker/AnkerMake/1.5.25/Anker.AnkerMake.locale.en-US.yaml new file mode 100644 index 0000000000000..b08f618374112 --- /dev/null +++ b/manifests/a/Anker/AnkerMake/1.5.25/Anker.AnkerMake.locale.en-US.yaml @@ -0,0 +1,30 @@ +# Created with komac v2.10.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Anker.AnkerMake +PackageVersion: 1.5.25 +PackageLocale: en-US +Publisher: Anker Innovations Co., Ltd +PublisherUrl: https://github.com/ankermake +PublisherSupportUrl: https://support.ankermake.com/s/ +PrivacyUrl: https://www.ankermake.com/privacy-policy +Author: Anker Innovations Co., Ltd +PackageName: AnkerMake Studio +PackageUrl: https://www.ankermake.com/ankermake-studio +License: AGPL-3.0 +LicenseUrl: https://github.com/ankermake/AnkerMake-PrusaSlicer-Release/blob/HEAD/LICENSE +ShortDescription: AnkerMake Studio is intuitive software for Anker 3D printers, enabling efficient project creation and precise print control for high-quality results. +Description: AnkerMake Studio is a user-friendly, advanced software for Anker 3D printers. It allows efficient creation, editing, and optimization of 3D printing projects with precise control over print settings. Suitable for beginners and experts alike, it ensures high-quality prints and supports various file formats. +Tags: +- anker +- prusa +- slicer +ReleaseNotes: |- + AnkerMake V1.5.25 Stable Release + What's new: + 1. Added User Experience Program + After updating to this version, you can view the User Experience Program in the Help section. + image +ReleaseNotesUrl: https://github.com/ankermake/AnkerMake-PrusaSlicer-Release/releases/tag/v1.5.25 +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/a/Anker/AnkerMake/1.5.25/Anker.AnkerMake.yaml b/manifests/a/Anker/AnkerMake/1.5.25/Anker.AnkerMake.yaml new file mode 100644 index 0000000000000..d1a3807fdadfa --- /dev/null +++ b/manifests/a/Anker/AnkerMake/1.5.25/Anker.AnkerMake.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: Anker.AnkerMake +PackageVersion: 1.5.25 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/a/Anki/Anki/25.02/Anki.Anki.installer.yaml b/manifests/a/Anki/Anki/25.02/Anki.Anki.installer.yaml new file mode 100644 index 0000000000000..fc9f885cc4eb7 --- /dev/null +++ b/manifests/a/Anki/Anki/25.02/Anki.Anki.installer.yaml @@ -0,0 +1,28 @@ +# Created with WinGet Updater using komac v2.10.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Anki.Anki +PackageVersion: '25.02' +InstallerLocale: en-US +Platform: +- Windows.Desktop +InstallerType: nullsoft +Scope: user +InstallModes: +- interactive +- silent +UpgradeBehavior: install +FileExtensions: +- apkg +ProductCode: Anki +ReleaseDate: 2025-02-11 +AppsAndFeaturesEntries: +- ProductCode: Anki +InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\Programs\Anki' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/ankitects/anki/releases/download/25.02/anki-25.02-windows-qt6.exe + InstallerSha256: 16E3076DDE0048CF7247AF001552682D96CA3D0E9CA8CE16A6BB2D63E6AC57C8 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/a/Anki/Anki/25.02/Anki.Anki.locale.en-US.yaml b/manifests/a/Anki/Anki/25.02/Anki.Anki.locale.en-US.yaml new file mode 100644 index 0000000000000..2adbf54aaba64 --- /dev/null +++ b/manifests/a/Anki/Anki/25.02/Anki.Anki.locale.en-US.yaml @@ -0,0 +1,177 @@ +# Created with WinGet Updater using komac v2.10.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Anki.Anki +PackageVersion: '25.02' +PackageLocale: en-US +Publisher: Anki +PublisherUrl: https://github.com/ankitects/anki +PublisherSupportUrl: https://github.com/ankitects/anki/issues +Author: Ankitects +PackageName: Anki +PackageUrl: https://apps.ankiweb.net/ +License: AGPL-3.0-or-later +LicenseUrl: https://github.com/ankitects/anki/blob/HEAD/LICENSE +CopyrightUrl: https://raw.githubusercontent.com/ankitects/anki/master/LICENSE +ShortDescription: Powerful and intelligent flash cards. +Description: |- + Anki is a program which makes remembering things easy. + Because it's a lot more efficient than traditional study methods, you can either greatly decrease your time spent studying, or greatly increase the amount you learn. + Anyone who needs to remember things in their daily life can benefit from Anki. + Since it is content-agnostic and supports images, audio, videos and scientific markup (via LaTeX), the possibilities are endless. +Moniker: anki +Tags: +- education +- flashcard +- learn +ReleaseNotes: |- + What's Changed + Platform Support + - Qt 5 builds are no longer provided. + - Intel Mac builds now require macOS 12+. + - Linux builds now require glibc 2.35+. + Features + - Add "Show image in folder" and "Open image" context menu actions for IO by @iamllama in #3779 + - Add drag/drop support when adding IO images by @iamllama in #3776 + - Add future projection to forgetting curve by @L-M-Sherlock in #3732 + - Add support for copied image files when adding IO notes by @iamllama in #3733 + - FSRS updates by @L-M-Sherlock in #3737 + - Recognise and check for media referenced in tags by @iamllama in #3763 + - Tweaks the Dockerfile by @omarkohl in #3714, #3716, etc + - When 'add' reveals the card window, it now resets deck/notetype like close+open. By @iamllama in #3756 + - Add "Copy template as markdown" button. by @Luc-Mcgrady in #3719 + Fixes + - Add "No reviews to optimize" message by @Luc-Mcgrady in #3610 + - Add contributor to about.py by @gregorylearns in #3738 + - Add margin to the bottom of forgetting curve by @L-M-Sherlock in #3805 + - Add memorized option to FSRS simulation graph by @Luc-Mcgrady in #3655 + - Add percentage to FSRS spinner by @Arthur-Milchior in #3679 + - Add some unit tests by @user1823 in #3678 + - Add support for html comments to template syntax by @iamllama in #3662 + - Add translation strings for True Retention table by @rbrownwsws in #3745 + - Added "preset" to "Optimize all" and "Optimize current" by @Expertium in #3778 + - Added colour to simulator tooltip by @Luc-Mcgrady in #3692 + - Added: SpinnerBox percentage symbol. by @Luc-Mcgrady in #3777 + - Allow choosing filtered decks in stats by @iamllama in #3687 + - Allow object to move to right edge and bottom edge and allow scroll of note fields when not using IO by @krmanik in #3630 + - Apply gradient effect to forgetting curve by @OuOu2021 in #3604 + - avoid warning by setting SYNC_PORT as ARG in Dockerfile by @omarkohl in #3675 + - Cap preview cols to prevent stall when csv is parsed with the wrong delimiter by @iamllama in #3786 + - Change font of debug console to Consolas by @user1823 in #3606 + - Cleanup av_player on profile close by @kelciour in #3754 + - Clear memory states during bulk action if item is None by @user1823 in #3717 + - Comments for translators by @sommerluk in #3729 + - Deck options without bridge by @Arthur-Milchior in #3571 + - Delete y-axis titles for graphs by @Luc-Mcgrady in #3789 + - Don't Exclude Suspended Cards from Retreivability Graph by @brishtibheja in #3665 + - Don't treat manually scheduled cards with no reps as new cards by @user1823 in #3727 + - Easy days: revisited by @jakeprobst in #3661 + - Ensure data is stored in a volume in anki-sync-server Docker image by @omarkohl in #3674 + - Fall back to SM2 relative order when memory state missing by @dae in #3771 + - Feat/support new cards ignore review limit in simulator by @L-M-Sherlock in #3707 + - Fix "Create copy" for IO notes by @iamllama in #3730 + - Fix "discard changes" appearing even after resetting IO note by @iamllama in #3794 + - Fix "discard changes" appearing on deck options by @iamllama in #3689 + - Fix "Note Types" dialog moving down each time it is opened by @rbrownwsws in #3718 + - Fix "Show in folder" on windows when path has spaces by @iamllama in #3641 + - Fix ∷ in tags not being converted to :: when cut by @iamllama in #3791 + - Fix a build error on Yarn 4 by @mikehardy in #3752 + - Fix card info failing to load with qt5 by @iamllama in #3681 + - Fix CardInfoPlaceholder not showing when card id is invalid by @iamllama in #3631 + - Fix changes to tags not being reflected when editing in IO mode by @iamllama in #3768 + - Fix content scrolling off screen when easy days labels too long + - Fix copying pasted images when adding IO being broken if filename has reserved chars by @iamllama in #3775 + - Fix csv columns potentially being numbered wrongly in the header when exporting by @iamllama in #3690 + - Fix deck button not clickable in stats screen for smaller screens by @Sawansunar56 in #3602 + - Fix deck options button twitching on hover by @BlueGreenMagick in #3623 + - Fix discard changes randomly being a noop on certain linux systems by @iamllama in #3781 + - Fix easy days causing load balancer to disproportionately schedule graduates to the furthest day by @jakeprobst in #3643 + - Fix EasyDays not applying defaults correctly in deck options by @iamllama in #3691 + - Fix error when right-clicking empty space in update addons dialog by @iamllama in #3780 + - Fix flaky tests by @abdnh in #3724 + - Fix Fsrs simulator input problems by @Luc-Mcgrady in #3642 + - Fix image field not being saved if a mask is created too quickly by @iamllama in #3706 + - Fix IO editor always starting in "hide all, guess one" mode by @iamllama in #3709 + - Fix issue in regex for underscored CSS imports by @abdnh in #3728 + - FIX lang selection resetting to en_US for some langs by @GithubAnon0000 in #3744 + - Fix menubar in fullscreen by @YukiNagat0 in #3710 + - Fix missing buttons on bottom bar when window is narrow by @iamllama in #3653 + - Fix mpv loadfile syntax change 2 by @kelciour in #3711 + - Fix newer notes incorrectly being skipped when importing successive exports by @iamllama in #3693 + - Fix numeric deck and notetype names being treated as ids when importing csv by @iamllama in #3748 + - Fix reuse internal clipboard for primary selection pasting by @bpnguyen107 in #3613 + - Fix segfault when closing Anki on Linux with "QT_DEBUG_PLUGINS=1" by @rbrownwsws in #3620 + - Fix SpinBox and ParamsInput's rounding causing "discard changes" to appear in deck options by @iamllama in #3686 + - Fix True Retention table clipping on overflow by @rbrownwsws in #3735 + - Fix: Simulator Ignores New Cards Already Introduced by @Luc-Mcgrady in #3760 + - Fix/dataPoint index is off by one day in simulator & remove moving average by @L-M-Sherlock in #3645 + - Fix/disable FSRS short-term scheduler if w[17] or w[18] is zero by @L-M-Sherlock in #3788 + - Fix/fallback to non-manual entry when first_of_last_learn_entries non found by @L-M-Sherlock in #3639 + - Fix/forget to update memory state during relearning by @L-M-Sherlock in #3648 + - Fix/FSRS Simulator Failure: min > max by @L-M-Sherlock in #3644 + - Fix/last date of existing card should not be positive in simulation by @L-M-Sherlock in #3667 + - Fix/re-optimize FSRS if short-term param is weird by @L-M-Sherlock in #3742 + - Hide forgetting curve radio buttons when theres only one option by @Luc-Mcgrady in #3804 + - Hide progress when CMRR is done by @bpnguyen107 in #3609 + - Increase font size in debug console by @user1823 in #3743 + - IO: Prevent text masks from flipping by @bpnguyen107 in #3672 + - Issue 2563 - remove mhchem by @Delizald in #3705 + - Make the "True Retention" table pretty by @rbrownwsws in #3640 + - More accurate sorting by R by @user1823 in #3747 + - Only update notetype/deck when reopening add window if no changes to discard by @iamllama in #3798 + - Prevent simulate button spam by @Luc-Mcgrady in #3670 + - Prevent stale frames from being drawn / always ensure up-to-date contents in webview by @Lolle2000la in #3668 + - Reduce use of type casting by @wackbyte in #3723 + - Refactor/Small refactoring on fullscreen and comments for clarification by @YukiNagat0 in #3721 + - Remove broken editor image menu when on qt5 by @iamllama in #3685 + - Remove hardcoded note/card colours from switch.py by @iamllama in #3629 + - Remove infinite spinning icon for reset parameters dropdown and add a question mark by @bpnguyen107 in #3603 + - Remove unfinished polygon when undoing and redoing in IO mode by @iamllama in #3759 + - Remove use of window.location.href in CardInfoDialog by @iamllama in #3621 + - replace localhost with 127.0.0.1 in syncserver Dockerfile by @omarkohl in #3673 + - Replace use of window.postMessage in card info by @iamllama in #3646 + - Revert Editor.set_note's signature change with an alternative approach for #3730 by @iamllama in #3736 + - Set ForceDarkMode attribute in AnkiWebView for Qt 6.7 by @louwers in #3622 + - Simulator legend tooltip by @Luc-Mcgrady in #3676 + - Slider easy day gui by @Luc-Mcgrady in #3605 + - Snap: keep LD_LIBRARY_PATH when in snap environment by @boukendesho in #3618 + - Sort FSRSItems by RevlogId for training by @L-M-Sherlock in #3660 + - Stop audio playback on editor close by @iamllama in #3666 + - Translation comments for actiony-all-selected and actiony-any-selected by @sommerluk in #3658 + - TTS: Fix text starting with "<" being treated as XML by @bpnguyen107 in #3651 + - Tweak how the True Retention stats table displays numbers by @rbrownwsws in #3677 + - typeanswer: [type:nc] - use nfkd again by @twwn in #3627 + - Unpin svelte and update sveltekit-svg by @wackbyte in #3722 + - Update Deck Options strings to clarify Timers by @Danika-Dakika in #3792 + - update docker deps and docker docs by @niclasheinz in #3671 + - update error message by @brishtibheja in #3612 + - Update reviewer.py to prevent custom scheduler js from commenting out py code by @GithubAnon0000 in #3795 + - Update to FSRS-rs v2.0.3 (fix simulator) by @L-M-Sherlock in #3784 + - Update to Yarn 4 by @dae in #3772 + - Use platform-native button layout in dialogs and messageboxes by @iamllama in #3725 + New Contributors + - @Sawansunar56 made their first contribution in #3602 + - @boukendesho made their first contribution in #3618 + - @rbrownwsws made their first contribution in #3620 + - @OuOu2021 made their first contribution in #3604 + - @iamllama made their first contribution in #3629 + - @sommerluk made their first contribution in #3658 + - @omarkohl made their first contribution in #3675 + - @niclasheinz made their first contribution in #3671 + - @Delizald made their first contribution in #3705 + - @YukiNagat0 made their first contribution in #3710 + - @wackbyte made their first contribution in #3722 + - @Danika-Dakika made their first contribution in #3792 + - @Lolle2000la made their first contribution in #3668 + - @GithubAnon0000 made their first contribution in #3744 + - @mikehardy made their first contribution in #3752 + What's Changed + Full Changelog: 24.11...25.02 +ReleaseNotesUrl: https://github.com/ankitects/anki/releases/tag/25.02 +Documentations: +- DocumentLabel: Anki Manual + DocumentUrl: https://docs.ankiweb.net/ +- DocumentLabel: FAQ + DocumentUrl: https://faqs.ankiweb.net/ +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/a/Anki/Anki/25.02/Anki.Anki.yaml b/manifests/a/Anki/Anki/25.02/Anki.Anki.yaml new file mode 100644 index 0000000000000..f2581bd24409c --- /dev/null +++ b/manifests/a/Anki/Anki/25.02/Anki.Anki.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Updater using komac v2.10.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Anki.Anki +PackageVersion: '25.02' +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/a/Anthropic/Claude/0.7.8/Anthropic.Claude.installer.yaml b/manifests/a/Anthropic/Claude/0.7.9/Anthropic.Claude.installer.yaml similarity index 77% rename from manifests/a/Anthropic/Claude/0.7.8/Anthropic.Claude.installer.yaml rename to manifests/a/Anthropic/Claude/0.7.9/Anthropic.Claude.installer.yaml index 14c0aa1f6e40f..26e45e49a8960 100644 --- a/manifests/a/Anthropic/Claude/0.7.8/Anthropic.Claude.installer.yaml +++ b/manifests/a/Anthropic/Claude/0.7.9/Anthropic.Claude.installer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Anthropic.Claude -PackageVersion: 0.7.8 +PackageVersion: 0.7.9 InstallerType: exe Scope: user InstallerSwitches: @@ -15,9 +15,9 @@ ProductCode: AnthropicClaude Installers: - Architecture: x64 InstallerUrl: https://storage.googleapis.com/osprey-downloads-c02f6a0d-347c-492b-a752-3e0651722e97/nest-win-x64/Claude-Setup-x64.exe - InstallerSha256: 48E3B516401F70E3F9D19E183F2AEBA52222DF6DA041DCBDBE4D0229D6233300 + InstallerSha256: ADAA0A809BB9E60EE6999E0AF9E5FB616917187615705066E6A41693EA7D2C4D - Architecture: arm64 InstallerUrl: https://storage.googleapis.com/osprey-downloads-c02f6a0d-347c-492b-a752-3e0651722e97/nest-win-arm64/Claude-Setup-arm64.exe - InstallerSha256: A5EB771F951A5E6B630F3FD62F27E2EED400A19D04D2A5DEC1780E818B1549E9 + InstallerSha256: 5E72364B9E24295A3825FF36C5973EE26B5790080FC93EC2CEDA442587343CE4 ManifestType: installer ManifestVersion: 1.9.0 diff --git a/manifests/a/Anthropic/Claude/0.7.8/Anthropic.Claude.locale.en-US.yaml b/manifests/a/Anthropic/Claude/0.7.9/Anthropic.Claude.locale.en-US.yaml similarity index 94% rename from manifests/a/Anthropic/Claude/0.7.8/Anthropic.Claude.locale.en-US.yaml rename to manifests/a/Anthropic/Claude/0.7.9/Anthropic.Claude.locale.en-US.yaml index ccccbaad82cfa..19152a98e22ad 100644 --- a/manifests/a/Anthropic/Claude/0.7.8/Anthropic.Claude.locale.en-US.yaml +++ b/manifests/a/Anthropic/Claude/0.7.9/Anthropic.Claude.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Anthropic.Claude -PackageVersion: 0.7.8 +PackageVersion: 0.7.9 PackageLocale: en-US Publisher: Anthropic PBC PublisherUrl: https://claude.ai/ diff --git a/manifests/a/Anthropic/Claude/0.7.8/Anthropic.Claude.locale.zh-CN.yaml b/manifests/a/Anthropic/Claude/0.7.9/Anthropic.Claude.locale.zh-CN.yaml similarity index 94% rename from manifests/a/Anthropic/Claude/0.7.8/Anthropic.Claude.locale.zh-CN.yaml rename to manifests/a/Anthropic/Claude/0.7.9/Anthropic.Claude.locale.zh-CN.yaml index 539d7f99ed27f..9afe24887bd6d 100644 --- a/manifests/a/Anthropic/Claude/0.7.8/Anthropic.Claude.locale.zh-CN.yaml +++ b/manifests/a/Anthropic/Claude/0.7.9/Anthropic.Claude.locale.zh-CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: Anthropic.Claude -PackageVersion: 0.7.8 +PackageVersion: 0.7.9 PackageLocale: zh-CN Publisher: Anthropic PBC PublisherUrl: https://claude.ai/ diff --git a/manifests/a/Anthropic/Claude/0.7.8/Anthropic.Claude.yaml b/manifests/a/Anthropic/Claude/0.7.9/Anthropic.Claude.yaml similarity index 88% rename from manifests/a/Anthropic/Claude/0.7.8/Anthropic.Claude.yaml rename to manifests/a/Anthropic/Claude/0.7.9/Anthropic.Claude.yaml index c46092c9266a2..0e9dd39753d1f 100644 --- a/manifests/a/Anthropic/Claude/0.7.8/Anthropic.Claude.yaml +++ b/manifests/a/Anthropic/Claude/0.7.9/Anthropic.Claude.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Anthropic.Claude -PackageVersion: 0.7.8 +PackageVersion: 0.7.9 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.9.0 diff --git a/manifests/a/AntiMicroX/antimicrox/3.5.1/AntiMicroX.antimicrox.installer.yaml b/manifests/a/AntiMicroX/antimicrox/3.5.1/AntiMicroX.antimicrox.installer.yaml new file mode 100644 index 0000000000000..2705a4c7734a3 --- /dev/null +++ b/manifests/a/AntiMicroX/antimicrox/3.5.1/AntiMicroX.antimicrox.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: AntiMicroX.antimicrox +PackageVersion: 3.5.1 +InstallerLocale: en-US +InstallerType: nullsoft +Scope: machine +ProductCode: AntiMicroX +ReleaseDate: 2025-01-27 +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles(x86)%\AntiMicroX' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/AntiMicroX/antimicrox/releases/download/3.5.1/antimicrox-3.5.1-Windows-AMD64.exe + InstallerSha256: C5BA3CF111A2BEC96CE780B7224C292085A421278E733F17CF71633F106153A0 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/a/AntiMicroX/antimicrox/3.5.1/AntiMicroX.antimicrox.locale.en-US.yaml b/manifests/a/AntiMicroX/antimicrox/3.5.1/AntiMicroX.antimicrox.locale.en-US.yaml new file mode 100644 index 0000000000000..d62aba69f963b --- /dev/null +++ b/manifests/a/AntiMicroX/antimicrox/3.5.1/AntiMicroX.antimicrox.locale.en-US.yaml @@ -0,0 +1,41 @@ +# Created with komac v2.10.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: AntiMicroX.antimicrox +PackageVersion: 3.5.1 +PackageLocale: en-US +Publisher: Humanity +PublisherUrl: https://github.com/AntiMicroX +PublisherSupportUrl: https://github.com/AntiMicroX/antimicrox/issues +PackageName: AntiMicroX +PackageUrl: https://github.com/AntiMicroX/antimicrox +License: GPL-3.0 +LicenseUrl: https://github.com/AntiMicroX/antimicrox/blob/HEAD/LICENSE +ShortDescription: Graphical program used to map keyboard buttons and mouse controls to a gamepad. Useful for playing games with no gamepad support. +Tags: +- controller +- gamepad +- gamepad-api +- games +- gaming +- keyboard-emulation +ReleaseNotes: |- + 3.5.1 (2025-01-27) + Fixed bugs: + - Fix appId on Wayland pull 1100 (by ReillyBrogan) + - Wrong install dependencies on a Debian build with QT6 #1104 + Notable changes: + - New translation: Tamil + - Update translation for: Spanish, French, Japanese, Finnish, + - Create deb release dor Ubuntu 24.04 + - Update Windows and Linux SDL mappings + - Add "game" category to desktop file pull 1085 (by Fr-Dae) + - Cleanup in logs + - Add proper note informing about lack of Wayland support for Auto Profiles + - Cleanup in dependencies + - Fix some typos and update docs (by zturtleman ) + Implemented enhancements: + - Reenabled --next option #189 +ReleaseNotesUrl: https://github.com/AntiMicroX/antimicrox/releases/tag/3.5.1 +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/a/AntiMicroX/antimicrox/3.5.1/AntiMicroX.antimicrox.yaml b/manifests/a/AntiMicroX/antimicrox/3.5.1/AntiMicroX.antimicrox.yaml new file mode 100644 index 0000000000000..9d2e5585e0dae --- /dev/null +++ b/manifests/a/AntiMicroX/antimicrox/3.5.1/AntiMicroX.antimicrox.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: AntiMicroX.antimicrox +PackageVersion: 3.5.1 +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/AppByTroye/KoodoReader/1.7.8/AppByTroye.KoodoReader.installer.yaml b/manifests/a/AppByTroye/KoodoReader/1.7.8/AppByTroye.KoodoReader.installer.yaml new file mode 100644 index 0000000000000..0e5b5642d783e --- /dev/null +++ b/manifests/a/AppByTroye/KoodoReader/1.7.8/AppByTroye.KoodoReader.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: AppByTroye.KoodoReader +PackageVersion: 1.7.8 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +FileExtensions: +- azw +- azw3 +- cb7 +- cbr +- cbt +- cbz +- epub +- fb2 +- mobi +- pdf +ProductCode: 233610fa-2bda-5a09-a37b-75e0bafa7920 +ReleaseDate: 2025-02-09 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://dl.koodoreader.com/v1.7.8/Koodo-Reader-1.7.8.exe + InstallerSha256: E01A541A76FCDE4645F82FE8CBA3C4E82DE5BBFFF8981C63792B1FF7E8736CAC + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://dl.koodoreader.com/v1.7.8/Koodo-Reader-1.7.8.exe + InstallerSha256: E01A541A76FCDE4645F82FE8CBA3C4E82DE5BBFFF8981C63792B1FF7E8736CAC + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/a/AppByTroye/KoodoReader/1.7.8/AppByTroye.KoodoReader.locale.en-US.yaml b/manifests/a/AppByTroye/KoodoReader/1.7.8/AppByTroye.KoodoReader.locale.en-US.yaml new file mode 100644 index 0000000000000..83c7cad181faa --- /dev/null +++ b/manifests/a/AppByTroye/KoodoReader/1.7.8/AppByTroye.KoodoReader.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: AppByTroye.KoodoReader +PackageVersion: 1.7.8 +PackageLocale: en-US +Publisher: App by Troye +PublisherUrl: https://www.koodoreader.com/ +PublisherSupportUrl: https://www.koodoreader.com/support +PrivacyUrl: https://www.koodoreader.com/en/privacy +Author: Troye +PackageName: Koodo Reader +PackageUrl: https://www.koodoreader.com/ +License: AGPL-3.0 +LicenseUrl: https://github.com/koodo-reader/koodo-reader/blob/HEAD/LICENSE +Copyright: © 2024 App by Troye. All rights reserved. +CopyrightUrl: https://www.koodoreader.com/en/term +ShortDescription: All-in-one ebook reader +Description: Koodo Reader is an all-in-one eBook reader for Windows, macOS, Linux, and the web, supporting over 15 formats. +Moniker: koodoreader +Tags: +- ebook +- ebook-reader +- epub +- pdf +- reader +ReleaseNotes: |- + Join the beta testing for Koodo Reader Pro + On the occasion of Koodo Reader's fifth anniversary, we are thrilled to announce the upcoming launch of Koodo Reader Pro. The Pro version will extend support to both Android and iOS platforms, enabling seamless synchronization of all data, including books and reading progress, across all platforms. You can now download the installation package for your respective platform from Github Release to participate in the beta testing (the iOS version is still in development, stay tuned). + For more details about the Pro version, please visit Koodo Reader - About Pro. + New + - Added support for cross-platform syncing for Pro version + - Added ability to switch between multiple Koodo Reader libraries (Go to Settings → General → Switch Library) + - Restoring from backup files now merges with existing books instead of overwriting them + - In scroll mode, navigating back to the previous chapter now returns to the end of the chapter instead of the beginning + - Added Slovenian language support, Thanks for the contribution from community + - Updated cross-platform syncing documentation + - UI optimizations + Fixes + - Fixed known issues related to backup, restore, and syncing + - Fixed book import failures on certain Linux systems + - Fixed errors when modifying storage paths + - Fixed some typos + Mirror + - Release Hosts +ReleaseNotesUrl: https://github.com/koodo-reader/koodo-reader/releases/tag/v1.7.8 +Documentations: +- DocumentLabel: Document + DocumentUrl: https://www.koodoreader.com/document +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/a/AppByTroye/KoodoReader/1.7.8/AppByTroye.KoodoReader.locale.zh-CN.yaml b/manifests/a/AppByTroye/KoodoReader/1.7.8/AppByTroye.KoodoReader.locale.zh-CN.yaml new file mode 100644 index 0000000000000..e47b17d9fb0ed --- /dev/null +++ b/manifests/a/AppByTroye/KoodoReader/1.7.8/AppByTroye.KoodoReader.locale.zh-CN.yaml @@ -0,0 +1,44 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: AppByTroye.KoodoReader +PackageVersion: 1.7.8 +PackageLocale: zh-CN +PublisherUrl: https://www.koodoreader.com/zh +PublisherSupportUrl: https://www.koodoreader.com/zh/support +PrivacyUrl: https://www.koodoreader.com/zh/privacy +PackageUrl: https://www.koodoreader.com/zh +CopyrightUrl: https://www.koodoreader.com/zh/term +ShortDescription: 开源电子阅读解决方案 +Description: Koodo Reader 是一个开源的电子书阅读器,支持多达 15 种主流电子书格式,内置笔记、高亮、翻译功能,助力高效书籍阅读和学习。 +Tags: +- epub +- pdf +- 电子书 +- 电子书阅读器 +- 阅读器 +ReleaseNotes: |- + 参与 Koodo Reader 专业版内测 + 在 Koodo Reader 诞生五周年之际,我们很高兴宣布我们即将推出 Koodo Reader 专业版。专业版将增加对安卓和 iOS 平台的支持,同时支持在桌面版、网页版和移动版之间同步您的所有数据。您现在就可以从 Github Release 下载对应平台的安装包参与内测(iOS 版还在开发中,敬请期待)。 + 关于专业版的更多介绍,您可以访问 Koodo Reader - 关于专业版 + 新功能 + - 支持专业版的跨平台同步功能 + - 支持在多个 Koodo Reader 书库之间切换,请前往设置->通用->切换书库 + - 现在从备份文件恢复,将会和原有图书合并,不再是覆盖 + - 现在滚动模式下返回上一章,会返回到上一章末尾,而不是开头 + - 新增对斯洛文尼亚语的支持,感谢来自社区的贡献 + - 更新了跨平台同步的帮助文档 + - UI 优化 + 修复 + - 修复了已知和备份,恢复,同步有关的问题 + - 修复了在部分 Linux 系统上无法导入图书的问题 + - 修复修改存储路径报错的问题 + - 修复部分 typo + 镜像 + - 自托管镜像 +ReleaseNotesUrl: https://github.com/koodo-reader/koodo-reader/releases/tag/v1.7.8 +Documentations: +- DocumentLabel: 帮助文档 + DocumentUrl: https://www.koodoreader.com/zh/document +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/a/AppByTroye/KoodoReader/1.7.8/AppByTroye.KoodoReader.yaml b/manifests/a/AppByTroye/KoodoReader/1.7.8/AppByTroye.KoodoReader.yaml new file mode 100644 index 0000000000000..a700d16ed51c2 --- /dev/null +++ b/manifests/a/AppByTroye/KoodoReader/1.7.8/AppByTroye.KoodoReader.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: AppByTroye.KoodoReader +PackageVersion: 1.7.8 +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/Appest/Dida/6.2.0.0/Appest.Dida.installer.yaml b/manifests/a/Appest/Dida/6.2.0.0/Appest.Dida.installer.yaml new file mode 100644 index 0000000000000..ad9f7cd1dbe02 --- /dev/null +++ b/manifests/a/Appest/Dida/6.2.0.0/Appest.Dida.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: Appest.Dida +PackageVersion: 6.2.0.0 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +Protocols: +- ticktick +Installers: +- Architecture: x86 + InstallerUrl: https://cdn.dida365.cn/download/win/dida_wins_setup_release_x86_6200.exe + InstallerSha256: 42218BCBBE75E385FAD52F7470F2C9C2DA38D3825E05489E11843ECBAC23EF70 +- Architecture: x64 + InstallerUrl: https://cdn.dida365.cn/download/win64/dida_wins_setup_release_x64_6200.exe + InstallerSha256: 77B2177BA3F20729623582D9C8280D9EAE08597EAF80D01D0F18ED24278DEADF +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/a/Appest/Dida/6.2.0.0/Appest.Dida.locale.en-US.yaml b/manifests/a/Appest/Dida/6.2.0.0/Appest.Dida.locale.en-US.yaml new file mode 100644 index 0000000000000..1eae994d77437 --- /dev/null +++ b/manifests/a/Appest/Dida/6.2.0.0/Appest.Dida.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: Appest.Dida +PackageVersion: 6.2.0.0 +PackageLocale: en-US +Publisher: 杭州随笔记网络技术有限公司 +PublisherUrl: https://www.dida365.com +PublisherSupportUrl: https://help.dida365.com +PrivacyUrl: https://dida365.com/about/privacy +Author: Hangzhou Suibiji Network Technology Co., Ltd. +PackageName: 滴答清单 +PackageUrl: https://www.dida365.com +License: Proprietary +LicenseUrl: https://dida365.com/about/tos +Copyright: © 2024 DIDA Team All rights reserved +ShortDescription: To-Do List & Calendar +Description: |- + Dida is a powerful to-do & task management app with seamless cloud synchronization across all your devices. + Whether you need to schedule an agenda, make memos, share shopping lists, collaborate in a team, or even develop a new habit, Dida is always here to help you get stuff done and keep life on track. +Tags: +- agenda +- calendar +- checklist +- collaboration +- gtd +- list +- memo +- memorandum +- notes +- schedule +- task +- to-do +- todo +PurchaseUrl: https://www.dida365.com/about/upgrade +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/a/Appest/Dida/6.2.0.0/Appest.Dida.locale.zh-CN.yaml b/manifests/a/Appest/Dida/6.2.0.0/Appest.Dida.locale.zh-CN.yaml new file mode 100644 index 0000000000000..c486ca030edc8 --- /dev/null +++ b/manifests/a/Appest/Dida/6.2.0.0/Appest.Dida.locale.zh-CN.yaml @@ -0,0 +1,38 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: Appest.Dida +PackageVersion: 6.2.0.0 +PackageLocale: zh-CN +Publisher: 杭州随笔记网络技术有限公司 +PublisherUrl: https://www.dida365.com +PublisherSupportUrl: https://help.dida365.com +PrivacyUrl: https://dida365.com/about/privacy +Author: 杭州随笔记网络技术有限公司 +PackageName: 滴答清单 +PackageUrl: https://www.dida365.com +License: 专有软件 +LicenseUrl: https://dida365.com/about/tos +Copyright: 版权所有 ©2024 滴答清单团队 保留一切权力 +ShortDescription: 专注日历提醒事项和时间管理番茄钟 +Description: 滴答清单,一款轻便的待办事项(Todo)、日程管理(GTD)应用,全球逾千万用户的共同选择。它可以帮你制定项目计划、设置会议提醒、安排行程规划、保持工作专注,还能用于记录备忘、整理购物清单。滴答清单集计划表、备忘录、日程清单、笔记、便签、闹钟、日历、番茄钟、在线协作多种实用功能于一体,是你高效办公、目标管理、习惯养成及便捷生活的得力助手。 +Tags: +- 任务 +- 列表 +- 协作 +- 协同 +- 备忘 +- 备忘录 +- 待办 +- 待办事项 +- 提醒事项 +- 日历 +- 日程 +- 日程管理 +- 时间管理 +- 清单 +- 笔记 +- 议程 +PurchaseUrl: https://www.dida365.com/about/upgrade +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/a/Appest/Dida/6.2.0.0/Appest.Dida.yaml b/manifests/a/Appest/Dida/6.2.0.0/Appest.Dida.yaml new file mode 100644 index 0000000000000..668ba3e14ba42 --- /dev/null +++ b/manifests/a/Appest/Dida/6.2.0.0/Appest.Dida.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: Appest.Dida +PackageVersion: 6.2.0.0 +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/Argotronic/ArgusMonitor/7.2.1.3000/Argotronic.ArgusMonitor.installer.yaml b/manifests/a/Argotronic/ArgusMonitor/7.2.1.3000/Argotronic.ArgusMonitor.installer.yaml new file mode 100644 index 0000000000000..5a1e2d97a620d --- /dev/null +++ b/manifests/a/Argotronic/ArgusMonitor/7.2.1.3000/Argotronic.ArgusMonitor.installer.yaml @@ -0,0 +1,17 @@ +# Automatically updated by the winget bot at 2025/Feb/09 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Argotronic.ArgusMonitor +PackageVersion: 7.2.1.3000 +InstallerLocale: en-US +MinimumOSVersion: 10.0.0.0 +InstallerType: nullsoft +UpgradeBehavior: install +AppsAndFeaturesEntries: +- ProductCode: ArgusMonitor +Installers: +- Architecture: x64 + InstallerUrl: https://www.argusmonitor.com/downloads/ArgusMonitor_Setup.exe + InstallerSha256: E71EBA7C35C96EF4899A31C4B0DA1874A4419D3E7017049121727FBB4CCFEA97 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Argotronic/ArgusMonitor/7.2.1.3000/Argotronic.ArgusMonitor.locale.en-US.yaml b/manifests/a/Argotronic/ArgusMonitor/7.2.1.3000/Argotronic.ArgusMonitor.locale.en-US.yaml new file mode 100644 index 0000000000000..caaade57a7ea0 --- /dev/null +++ b/manifests/a/Argotronic/ArgusMonitor/7.2.1.3000/Argotronic.ArgusMonitor.locale.en-US.yaml @@ -0,0 +1,34 @@ +# Automatically updated by the winget bot at 2025/Feb/09 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Argotronic.ArgusMonitor +PackageVersion: 7.2.1.3000 +PackageLocale: en-US +Publisher: Argotronic GmbH +PublisherUrl: https://www.argusmonitor.com/ +PublisherSupportUrl: https://help.argusmonitor.com/ +PrivacyUrl: https://www.argusmonitor.com/privacy_policy.php +PackageName: Argus Monitor +PackageUrl: https://www.argusmonitor.com/ +License: Proprietary +LicenseUrl: https://www.argusmonitor.com/terms_and_conditions.php +Copyright: Copyright (c) Argotronic GmbH +ShortDescription: Fan speed control based on all available temperature sources, like HDD/SSD or GPU temperatures. +Moniker: argus-monitor +Tags: +- cpu +- fan +- fan-control +- fan-speed +- gpu +- hdd +- ssd +- system-monitoring +- temperature +ReleaseNotesUrl: https://www.argusmonitor.com/history.php +PurchaseUrl: https://www.argusmonitor.com/order.php +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://www.argusmonitor.com/faq.php +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Argotronic/ArgusMonitor/7.2.1.3000/Argotronic.ArgusMonitor.yaml b/manifests/a/Argotronic/ArgusMonitor/7.2.1.3000/Argotronic.ArgusMonitor.yaml new file mode 100644 index 0000000000000..812106796e762 --- /dev/null +++ b/manifests/a/Argotronic/ArgusMonitor/7.2.1.3000/Argotronic.ArgusMonitor.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2025/Feb/09 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Argotronic.ArgusMonitor +PackageVersion: 7.2.1.3000 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/Argotronic/ArgusMonitor/7.2.1.3001/Argotronic.ArgusMonitor.installer.yaml b/manifests/a/Argotronic/ArgusMonitor/7.2.1.3001/Argotronic.ArgusMonitor.installer.yaml new file mode 100644 index 0000000000000..33a2661452f9c --- /dev/null +++ b/manifests/a/Argotronic/ArgusMonitor/7.2.1.3001/Argotronic.ArgusMonitor.installer.yaml @@ -0,0 +1,17 @@ +# Automatically updated by the winget bot at 2025/Feb/11 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Argotronic.ArgusMonitor +PackageVersion: 7.2.1.3001 +InstallerLocale: en-US +MinimumOSVersion: 10.0.0.0 +InstallerType: nullsoft +UpgradeBehavior: install +AppsAndFeaturesEntries: +- ProductCode: ArgusMonitor +Installers: +- Architecture: x64 + InstallerUrl: https://www.argusmonitor.com/downloads/ArgusMonitor_Setup.exe + InstallerSha256: D3722FD89D1DF699E22838D5624FFD7E306CA599813DD85131270EBBC5FFCB7A +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Argotronic/ArgusMonitor/7.2.1.3001/Argotronic.ArgusMonitor.locale.en-US.yaml b/manifests/a/Argotronic/ArgusMonitor/7.2.1.3001/Argotronic.ArgusMonitor.locale.en-US.yaml new file mode 100644 index 0000000000000..d1ae14518b367 --- /dev/null +++ b/manifests/a/Argotronic/ArgusMonitor/7.2.1.3001/Argotronic.ArgusMonitor.locale.en-US.yaml @@ -0,0 +1,34 @@ +# Automatically updated by the winget bot at 2025/Feb/11 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Argotronic.ArgusMonitor +PackageVersion: 7.2.1.3001 +PackageLocale: en-US +Publisher: Argotronic GmbH +PublisherUrl: https://www.argusmonitor.com/ +PublisherSupportUrl: https://help.argusmonitor.com/ +PrivacyUrl: https://www.argusmonitor.com/privacy_policy.php +PackageName: Argus Monitor +PackageUrl: https://www.argusmonitor.com/ +License: Proprietary +LicenseUrl: https://www.argusmonitor.com/terms_and_conditions.php +Copyright: Copyright (c) Argotronic GmbH +ShortDescription: Fan speed control based on all available temperature sources, like HDD/SSD or GPU temperatures. +Moniker: argus-monitor +Tags: +- cpu +- fan +- fan-control +- fan-speed +- gpu +- hdd +- ssd +- system-monitoring +- temperature +ReleaseNotesUrl: https://www.argusmonitor.com/history.php +PurchaseUrl: https://www.argusmonitor.com/order.php +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://www.argusmonitor.com/faq.php +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Argotronic/ArgusMonitor/7.2.1.3001/Argotronic.ArgusMonitor.yaml b/manifests/a/Argotronic/ArgusMonitor/7.2.1.3001/Argotronic.ArgusMonitor.yaml new file mode 100644 index 0000000000000..c106105419925 --- /dev/null +++ b/manifests/a/Argotronic/ArgusMonitor/7.2.1.3001/Argotronic.ArgusMonitor.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2025/Feb/11 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Argotronic.ArgusMonitor +PackageVersion: 7.2.1.3001 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.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/Automattic/harper-ls/0.20.0/Automattic.harper-ls.installer.yaml b/manifests/a/Automattic/harper-ls/0.20.0/Automattic.harper-ls.installer.yaml new file mode 100644 index 0000000000000..5cf63d185b1aa --- /dev/null +++ b/manifests/a/Automattic/harper-ls/0.20.0/Automattic.harper-ls.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: Automattic.harper-ls +PackageVersion: 0.20.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: harper-ls.exe +UpgradeBehavior: install +ReleaseDate: 2025-02-10 +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/Automattic/harper/releases/download/v0.20.0/harper-ls-x86_64-pc-windows-msvc.zip + InstallerSha256: B4254677C0CCF2160B1AD03D916D981FE1C0EA91F0E7E32B44C54BABDF7CA0D9 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/a/Automattic/harper-ls/0.20.0/Automattic.harper-ls.locale.en-US.yaml b/manifests/a/Automattic/harper-ls/0.20.0/Automattic.harper-ls.locale.en-US.yaml new file mode 100644 index 0000000000000..9fc7bd062eec9 --- /dev/null +++ b/manifests/a/Automattic/harper-ls/0.20.0/Automattic.harper-ls.locale.en-US.yaml @@ -0,0 +1,25 @@ +# Created with komac v2.10.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Automattic.harper-ls +PackageVersion: 0.20.0 +PackageLocale: en-US +Publisher: Automattic Inc. +PublisherUrl: https://automattic.com/ +Author: Automattic +PackageName: Harper Language Server +PackageUrl: https://github.com/Automattic/harper +License: Apache-2.0 +LicenseUrl: https://github.com/Automattic/harper/blob/master/LICENSE +CopyrightUrl: https://github.com/Automattic/harper/blob/master/LICENSE +ShortDescription: Harper Grammar Checker Language Server Protocol +Moniker: harper +Tags: +- developer-tools +- english-language +- grammar-checker +- rust +- webassembly +ReleaseNotesUrl: https://github.com/Automattic/harper/releases/tag/v0.20.0 +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/a/Automattic/harper-ls/0.20.0/Automattic.harper-ls.yaml b/manifests/a/Automattic/harper-ls/0.20.0/Automattic.harper-ls.yaml new file mode 100644 index 0000000000000..ab40dc1a76c59 --- /dev/null +++ b/manifests/a/Automattic/harper-ls/0.20.0/Automattic.harper-ls.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: Automattic.harper-ls +PackageVersion: 0.20.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/ajeetdsouza/zoxide/0.9.7/ajeetdsouza.zoxide.installer.yaml b/manifests/a/ajeetdsouza/zoxide/0.9.7/ajeetdsouza.zoxide.installer.yaml new file mode 100644 index 0000000000000..7004b38609420 --- /dev/null +++ b/manifests/a/ajeetdsouza/zoxide/0.9.7/ajeetdsouza.zoxide.installer.yaml @@ -0,0 +1,19 @@ +# Created with WinGet Releaser using komac v2.10.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: ajeetdsouza.zoxide +PackageVersion: 0.9.7 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: zoxide.exe +ReleaseDate: 2025-02-09 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/ajeetdsouza/zoxide/releases/download/v0.9.7/zoxide-0.9.7-x86_64-pc-windows-msvc.zip + InstallerSha256: D2F7640E977170D58C3F7057A9ECBFE6597DE1A3DBBD992FB2FEA1255E6098E4 +- Architecture: arm64 + InstallerUrl: https://github.com/ajeetdsouza/zoxide/releases/download/v0.9.7/zoxide-0.9.7-aarch64-pc-windows-msvc.zip + InstallerSha256: A92A268C6DCF5701752E8F300973D5A4793D18FB660DEEFBDACCC8827C0998B8 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/a/ajeetdsouza/zoxide/0.9.7/ajeetdsouza.zoxide.locale.en-US.yaml b/manifests/a/ajeetdsouza/zoxide/0.9.7/ajeetdsouza.zoxide.locale.en-US.yaml new file mode 100644 index 0000000000000..e724ce8cb1b1b --- /dev/null +++ b/manifests/a/ajeetdsouza/zoxide/0.9.7/ajeetdsouza.zoxide.locale.en-US.yaml @@ -0,0 +1,35 @@ +# Created with WinGet Releaser using komac v2.10.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: ajeetdsouza.zoxide +PackageVersion: 0.9.7 +PackageLocale: en-US +Publisher: Ajeet D'Souza +PublisherUrl: https://ajeetdsouza.github.io/blog +PublisherSupportUrl: https://github.com/ajeetdsouza/zoxide/issues +Author: Ajeet D'Souza +PackageName: zoxide +PackageUrl: https://github.com/ajeetdsouza/zoxide +License: MIT +LicenseUrl: https://github.com/ajeetdsouza/zoxide/blob/HEAD/LICENSE +Copyright: Copyright 2020 Ajeet D'Souza +CopyrightUrl: https://github.com/ajeetdsouza/zoxide/blob/main/LICENSE +ShortDescription: zoxide is a smarter cd command, inspired by z and autojump +Description: zoxide is a smarter cd command, inspired by z and autojump. It remembers which directories you use most frequently, so you can "jump" to them in just a few keystrokes. zoxide works on all major shells. +Tags: +- autojump +- cli +- fasd +- fzf +- jump +- rust +- z +ReleaseNotes: |- + Added + - Nushell: support for 0.102.0. + - Bash / Zsh: add doctor to diagnose common issues. + Fixed + - ksh: alias to regular POSIX implementation for better compatibility. +ReleaseNotesUrl: https://github.com/ajeetdsouza/zoxide/releases/tag/v0.9.7 +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/a/ajeetdsouza/zoxide/0.9.7/ajeetdsouza.zoxide.yaml b/manifests/a/ajeetdsouza/zoxide/0.9.7/ajeetdsouza.zoxide.yaml new file mode 100644 index 0000000000000..2e13e92c42687 --- /dev/null +++ b/manifests/a/ajeetdsouza/zoxide/0.9.7/ajeetdsouza.zoxide.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.10.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: ajeetdsouza.zoxide +PackageVersion: 0.9.7 +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/alexpasmantier/television/0.10.5/alexpasmantier.television.installer.yaml b/manifests/a/alexpasmantier/television/0.10.5/alexpasmantier.television.installer.yaml new file mode 100644 index 0000000000000..c00a0ab7d0253 --- /dev/null +++ b/manifests/a/alexpasmantier/television/0.10.5/alexpasmantier.television.installer.yaml @@ -0,0 +1,20 @@ +# Created with WinGet Releaser using komac v2.10.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: alexpasmantier.television +PackageVersion: 0.10.5 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: tv.exe +UpgradeBehavior: install +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ReleaseDate: 2025-02-07 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/alexpasmantier/television/releases/download/0.10.5/tv-0.10.5-windows-x86_64.zip + InstallerSha256: 5F962285B40C62A8A9C4E8A5BC978316C8DA1D4B183736805C4D73E6112479DC +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/a/alexpasmantier/television/0.10.5/alexpasmantier.television.locale.en-US.yaml b/manifests/a/alexpasmantier/television/0.10.5/alexpasmantier.television.locale.en-US.yaml new file mode 100644 index 0000000000000..1179999a0abe4 --- /dev/null +++ b/manifests/a/alexpasmantier/television/0.10.5/alexpasmantier.television.locale.en-US.yaml @@ -0,0 +1,39 @@ +# Created with WinGet Releaser using komac v2.10.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: alexpasmantier.television +PackageVersion: 0.10.5 +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/HEAD/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 +ReleaseNotes: |- + 0.10.5 - 2025-02-07 + 🐛 Bug Fixes + - 4eead98 (windows) Bypass mouse capture disabling on windows by @alexpasmantier in #348 + ⚙️ Miscellaneous Tasks + - fd8bf61 (cd) Automatically bump winget-pkgs registered version by @kachick in #340 + - 0d5f394 (changelog) Update changelog (auto) by @github-actions[bot] in #336 + - 5d552d1 (uncategorized) Bump to 0.10.5 by @alexpasmantier + New Contributors + - @dependabot[bot] made their first contribution in #345 + Full Changelog: 0.10.4...0.10.5 +ReleaseNotesUrl: https://github.com/alexpasmantier/television/releases/tag/0.10.5 +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/a/alexpasmantier/television/0.10.5/alexpasmantier.television.yaml b/manifests/a/alexpasmantier/television/0.10.5/alexpasmantier.television.yaml new file mode 100644 index 0000000000000..10b2b339a1763 --- /dev/null +++ b/manifests/a/alexpasmantier/television/0.10.5/alexpasmantier.television.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.10.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: alexpasmantier.television +PackageVersion: 0.10.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/a/alexpasmantier/television/0.10.6/alexpasmantier.television.installer.yaml b/manifests/a/alexpasmantier/television/0.10.6/alexpasmantier.television.installer.yaml new file mode 100644 index 0000000000000..fd56d801cb441 --- /dev/null +++ b/manifests/a/alexpasmantier/television/0.10.6/alexpasmantier.television.installer.yaml @@ -0,0 +1,20 @@ +# Created with WinGet Releaser using komac v2.10.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: alexpasmantier.television +PackageVersion: 0.10.6 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: tv.exe +UpgradeBehavior: install +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ReleaseDate: 2025-02-08 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/alexpasmantier/television/releases/download/0.10.6/tv-0.10.6-windows-x86_64.zip + InstallerSha256: 54E3AE405963675F09BF4284B0C252958C1D7649E2C826915BA07099B0EB2F87 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/a/alexpasmantier/television/0.10.6/alexpasmantier.television.locale.en-US.yaml b/manifests/a/alexpasmantier/television/0.10.6/alexpasmantier.television.locale.en-US.yaml new file mode 100644 index 0000000000000..450c9b7029386 --- /dev/null +++ b/manifests/a/alexpasmantier/television/0.10.6/alexpasmantier.television.locale.en-US.yaml @@ -0,0 +1,47 @@ +# Created with WinGet Releaser using komac v2.10.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: alexpasmantier.television +PackageVersion: 0.10.6 +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/HEAD/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 +ReleaseNotes: |- + 0.10.6 - 2025-02-08 + 🐛 Bug Fixes + - 8e38ffc (clipboard) Gracefully fail if clipboard isn't available by @alexpasmantier in #350 + - df2592f (events) Remove sorting and deduplicating incoming actions by @alexpasmantier in #356 + 🚜 Refactor + - 7f87b2f (cable) Use HISTFILE for bash and zsh history channels by @alexpasmantier in #357 + - b706dcb (help) Add multiselect keybindings to help panel by @alexpasmantier in #353 + - 86c100e (ui) Display current channel in input bar border by @alexpasmantier in #354 + 📚 Documentation + - ade69d7 (uncategorized) Update readme by @alexpasmantier + - d40a86d (uncategorized) Update readme by @alexpasmantier + ⚙️ Miscellaneous Tasks + - 1e44478 (changelog) Update changelog (auto) by @github-actions[bot] in #349 + - 11e440c (deb) Add arm64 deb packaging to cd by @alexpasmantier in #351 + - bb727bd (glibc) Packaging for older linux distros by @alexpasmantier + - 56be4dc (winget) Update winget release configuration by @alexpasmantier + - 28f62f1 (uncategorized) Bump to 0.10.6 by @alexpasmantier + Full Changelog: 0.10.5...0.10.6 +ReleaseNotesUrl: https://github.com/alexpasmantier/television/releases/tag/0.10.6 +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/a/alexpasmantier/television/0.10.6/alexpasmantier.television.yaml b/manifests/a/alexpasmantier/television/0.10.6/alexpasmantier.television.yaml new file mode 100644 index 0000000000000..2657f370804bc --- /dev/null +++ b/manifests/a/alexpasmantier/television/0.10.6/alexpasmantier.television.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.10.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: alexpasmantier.television +PackageVersion: 0.10.6 +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/B3log/SiYuan/3.1.21/B3log.SiYuan.installer.yaml b/manifests/b/B3log/SiYuan/3.1.21/B3log.SiYuan.installer.yaml new file mode 100644 index 0000000000000..c34e23434061b --- /dev/null +++ b/manifests/b/B3log/SiYuan/3.1.21/B3log.SiYuan.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: B3log.SiYuan +PackageVersion: 3.1.21 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- siyuan +ProductCode: c1e77cb7-68e1-5adb-ab29-ecf7379a9944 +ReleaseDate: 2025-02-11 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/siyuan-note/siyuan/releases/download/v3.1.21/siyuan-3.1.21-win.exe + InstallerSha256: 3E6B00EA054318236BDBEA3E695BE3F89BF8F5725E0E368C997AE749DF69BC58 + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/siyuan-note/siyuan/releases/download/v3.1.21/siyuan-3.1.21-win.exe + InstallerSha256: 3E6B00EA054318236BDBEA3E695BE3F89BF8F5725E0E368C997AE749DF69BC58 + InstallerSwitches: + Custom: /allusers + ElevationRequirement: elevationRequired +- Architecture: arm64 + Scope: user + InstallerUrl: https://github.com/siyuan-note/siyuan/releases/download/v3.1.21/siyuan-3.1.21-win-arm64.exe + InstallerSha256: D9AA503C09B4318F27BCCC5E18CB2AF69A266ADDA2A11EA92D7FC098B399E28A + InstallerSwitches: + Custom: /currentuser +- Architecture: arm64 + Scope: machine + InstallerUrl: https://github.com/siyuan-note/siyuan/releases/download/v3.1.21/siyuan-3.1.21-win-arm64.exe + InstallerSha256: D9AA503C09B4318F27BCCC5E18CB2AF69A266ADDA2A11EA92D7FC098B399E28A + InstallerSwitches: + Custom: /allusers + ElevationRequirement: elevationRequired +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/b/B3log/SiYuan/3.1.21/B3log.SiYuan.locale.en-US.yaml b/manifests/b/B3log/SiYuan/3.1.21/B3log.SiYuan.locale.en-US.yaml new file mode 100644 index 0000000000000..aa257644accf0 --- /dev/null +++ b/manifests/b/B3log/SiYuan/3.1.21/B3log.SiYuan.locale.en-US.yaml @@ -0,0 +1,62 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: B3log.SiYuan +PackageVersion: 3.1.21 +PackageLocale: en-US +Publisher: Yunnan Liandi Technology Co., Ltd. +PublisherUrl: https://b3log.org/ +PublisherSupportUrl: https://b3log.org/siyuan/en/community.html +PrivacyUrl: https://b3log.org/siyuan/en/privacy.html +Author: Yunnan Liandi Technology Co., Ltd. +PackageName: SiYuan +PackageUrl: https://b3log.org/siyuan/en +License: AGPL-3.0 +LicenseUrl: https://github.com/siyuan-note/siyuan/blob/HEAD/LICENSE +Copyright: Copyright (c) 2020-present, ld246.com +ShortDescription: The next generation PKM system, your digital garden +Description: SiYuan is a local-first personal knowledge management system, support fine-grained block-level reference and Markdown WYSIWYG. +Tags: +- backlink +- bi-directional-link +- block +- docs +- document +- editor +- graph +- knowledge +- knowledge-base +- markdown +- mind-map +- mindmap +- notes +- outliner +- pkm +- reference +ReleaseNotes: |- + Overview + This version improves some details. + Changelogs + Below are the detailed changes in this version. + Enhancement + - Improve refreshing of doc tree when creating doc + - The backlink panel supports hoving block icon to open floating windows + - Adapt PWA title bar color + - Improve the ghosting of list items + - Improve attribute search and highlighting + - Improve performance for listing doc tree + - Browser clipping extension supports removing image link + - Add icon for primary key of database binding block + - Deleting the spaces between the images will result in a line break + - Improve mouse selection blocks + Bugfix + - Tag search not escaped correctly + Refactor + - Upgrade to Electron v33.4.0 + Development + - Emit bus paste event for pasteText as well + - Improve font size CSS and list item pseudo-element layout +ReleaseNotesUrl: https://github.com/siyuan-note/siyuan/releases/tag/v3.1.21 +PurchaseUrl: https://b3log.org/siyuan/en/pricing.html +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/b/B3log/SiYuan/3.1.21/B3log.SiYuan.locale.zh-CN.yaml b/manifests/b/B3log/SiYuan/3.1.21/B3log.SiYuan.locale.zh-CN.yaml new file mode 100644 index 0000000000000..c76ecd09aa2a0 --- /dev/null +++ b/manifests/b/B3log/SiYuan/3.1.21/B3log.SiYuan.locale.zh-CN.yaml @@ -0,0 +1,62 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: B3log.SiYuan +PackageVersion: 3.1.21 +PackageLocale: zh-CN +Publisher: Yunnan Liandi Technology Co., Ltd. +PublisherUrl: https://b3log.org/ +PublisherSupportUrl: https://b3log.org/siyuan/community.html +PrivacyUrl: https://b3log.org/siyuan/privacy.html +Author: 云南链滴科技有限公司 +PackageName: SiYuan +PackageUrl: https://b3log.org/siyuan +License: AGPL-3.0 +LicenseUrl: https://b3log.org/siyuan/eula.html +Copyright: Copyright (c) 2020-present, ld246.com +ShortDescription: 下一代的个人知识管理系统,你的数字花园 +Description: 思源笔记是一款本地优先的个人知识管理系统,支持细粒度块级引用和 Markdown 所见即所得。 +Tags: +- markdown +- 个人知识管理 +- 内容块 +- 双向链接 +- 反向链接 +- 图谱 +- 大纲 +- 引用 +- 思源笔记 +- 思维导图 +- 文档 +- 知识 +- 知识库 +- 笔记 +- 编辑器 +- 脑图 +ReleaseNotes: |- + 概述 + 该版本改进了一些细节。 + 变更记录 + 以下是此版本中的详细变更。 + 改进功能 + - 改进创建文档时刷新文档树 + - 反向链接面板支持悬停块图标打开浮窗 + - 适应 PWA 标题栏颜色 + - 改进列表项的虚影 + - 改进属性搜索和高亮 + - 改进列出文档树的性能 + - 浏览器剪藏扩展支持删除图片链接 + - 为数据库绑定块的主键添加图标 + - 删除图片之间的空格将导致换行 + - 改进鼠标选择块 + 修复缺陷 + - 标签搜索未正确转义 + 开发重构 + - 升级到 Electron v33.4.0 + 开发者 + - 为 pasteText 事件也发出总线粘贴事件 + - 改进字体大小 CSS 和列表项伪元素布局 +ReleaseNotesUrl: https://github.com/siyuan-note/siyuan/releases/tag/v3.1.21 +PurchaseUrl: https://b3log.org/siyuan/pricing.html +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/b/B3log/SiYuan/3.1.21/B3log.SiYuan.yaml b/manifests/b/B3log/SiYuan/3.1.21/B3log.SiYuan.yaml new file mode 100644 index 0000000000000..652af7e9119f8 --- /dev/null +++ b/manifests/b/B3log/SiYuan/3.1.21/B3log.SiYuan.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: B3log.SiYuan +PackageVersion: 3.1.21 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.10.1/Baidu.BaiduNetdisk.installer.yaml b/manifests/b/Baidu/BaiduNetdisk/7.10.1/Baidu.BaiduNetdisk.installer.yaml index 1d0bf882bd411..f01698888ba5e 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.10.1/Baidu.BaiduNetdisk.installer.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.10.1/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.10.1 @@ -18,4 +18,4 @@ Installers: InstallerSha256: C0D4E8FAD9EE21A2CF2AC583D51DC6D139C0B802675F8811B97E1011A9BB97D0 ProductCode: 百度云管家 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.10.1/Baidu.BaiduNetdisk.locale.en-US.yaml b/manifests/b/Baidu/BaiduNetdisk/7.10.1/Baidu.BaiduNetdisk.locale.en-US.yaml index 2f353686621c8..9e1c9540bc4a7 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.10.1/Baidu.BaiduNetdisk.locale.en-US.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.10.1/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.10.1 @@ -17,21 +17,23 @@ Copyright: Copyright © 2021Baidu,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. -# Moniker: +# Moniker: Tags: -- netdisk +- backup +- baidu - cloud - cloud-drive -- drive -- upload - download +- drive +- netdisk - share - sync -- backup -- Baidu +- upload - 百度网盘 -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://pan.baidu.com/disk/version +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.10.1/Baidu.BaiduNetdisk.locale.zh-CN.yaml b/manifests/b/Baidu/BaiduNetdisk/7.10.1/Baidu.BaiduNetdisk.locale.zh-CN.yaml index 60a3bffebac9d..9db6929ce8a29 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.10.1/Baidu.BaiduNetdisk.locale.zh-CN.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.10.1/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.10.1 @@ -17,25 +17,27 @@ Copyright: Copyright © 2021Baidu,Inc.All rights reserved CopyrightUrl: https://www.baidu.com/duty/copyright.html ShortDescription: 百度公司出品的个人云服务产品 Description: 百度网盘是一款省心、好用的超级云存储产品,已为超过 7 亿用户提供云服务,空间超大,支持多类型文件的备份、分享、查看和处理,自建多个数据存储中心,更有两项国际顶尖安全认证 ISO27001&ISO27018 为用户数据安全提供护航。如果你想备份文件数据,释放手机空间,给别人分享文件或是对文件进行在线操作,选百度网盘就对了! -# Moniker: +# Moniker: Tags: -- 网盘 -- 云 -- 云盘 +- baidu - 上传 - 下载 -- 分享 +- 云 +- 云盘 - 共享 +- 分享 - 同步 - 备份 +- 百度 - 百度云 - 百度云管家 -- 百度 -- Baidu -# Agreements: +- 网盘 ReleaseNotes: |- 1、企业版:群组文件功能优化,管理成员方便! 2、同步空间:修复 windows11 系统部分同步异常问题 ReleaseNotesUrl: https://pan.baidu.com/disk/version +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.10.1/Baidu.BaiduNetdisk.yaml b/manifests/b/Baidu/BaiduNetdisk/7.10.1/Baidu.BaiduNetdisk.yaml index 05bcea734aa20..05434ef395ab2 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.10.1/Baidu.BaiduNetdisk.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.10.1/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.10.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.10.2/Baidu.BaiduNetdisk.installer.yaml b/manifests/b/Baidu/BaiduNetdisk/7.10.2/Baidu.BaiduNetdisk.installer.yaml index bb60d59d8c1d5..69e100cdf5620 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.10.2/Baidu.BaiduNetdisk.installer.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.10.2/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.10.2 @@ -18,4 +18,4 @@ Installers: InstallerSha256: 1366B3057CD345890BA9C0CF39839EFD6755782736BD1BDFC6A187DC1BD8DBEB ProductCode: 百度云管家 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.10.2/Baidu.BaiduNetdisk.locale.en-US.yaml b/manifests/b/Baidu/BaiduNetdisk/7.10.2/Baidu.BaiduNetdisk.locale.en-US.yaml index b50e27f0df87d..61498df8c36ad 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.10.2/Baidu.BaiduNetdisk.locale.en-US.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.10.2/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.10.2 @@ -17,21 +17,23 @@ Copyright: Copyright © 2021Baidu,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. -# Moniker: +# Moniker: Tags: -- netdisk +- backup +- baidu - cloud - cloud-drive -- drive -- upload - download +- drive +- netdisk - share - sync -- backup -- Baidu +- upload - 百度网盘 -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://pan.baidu.com/disk/version +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.10.2/Baidu.BaiduNetdisk.locale.zh-CN.yaml b/manifests/b/Baidu/BaiduNetdisk/7.10.2/Baidu.BaiduNetdisk.locale.zh-CN.yaml index 7ccc2f4dc7d27..aa3f0435af035 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.10.2/Baidu.BaiduNetdisk.locale.zh-CN.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.10.2/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.10.2 @@ -17,24 +17,25 @@ Copyright: Copyright © 2021Baidu,Inc.All rights reserved CopyrightUrl: https://www.baidu.com/duty/copyright.html ShortDescription: 百度公司出品的个人云服务产品 Description: 百度网盘是一款省心、好用的超级云存储产品,已为超过 7 亿用户提供云服务,空间超大,支持多类型文件的备份、分享、查看和处理,自建多个数据存储中心,更有两项国际顶尖安全认证 ISO27001&ISO27018 为用户数据安全提供护航。如果你想备份文件数据,释放手机空间,给别人分享文件或是对文件进行在线操作,选百度网盘就对了! -# Moniker: +# Moniker: Tags: -- 网盘 -- 云 -- 云盘 +- baidu - 上传 - 下载 -- 分享 +- 云 +- 云盘 - 共享 +- 分享 - 同步 - 备份 +- 百度 - 百度云 - 百度云管家 -- 百度 -- Baidu -# Agreements: -ReleaseNotes: |- - 1、Hi,朋友们,本次新升级修复了已知问题,优化了使用体验,来用用看吧~ +- 网盘 +ReleaseNotes: 1、Hi,朋友们,本次新升级修复了已知问题,优化了使用体验,来用用看吧~ ReleaseNotesUrl: https://pan.baidu.com/disk/version +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.10.2/Baidu.BaiduNetdisk.yaml b/manifests/b/Baidu/BaiduNetdisk/7.10.2/Baidu.BaiduNetdisk.yaml index 082c8e2f67ed2..09c54aa9076d1 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.10.2/Baidu.BaiduNetdisk.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.10.2/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.10.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.11.0/Baidu.BaiduNetdisk.installer.yaml b/manifests/b/Baidu/BaiduNetdisk/7.11.0/Baidu.BaiduNetdisk.installer.yaml index 20663e49599d8..a25b441c3033b 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.11.0/Baidu.BaiduNetdisk.installer.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.11.0/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.11.0 @@ -18,4 +18,4 @@ Installers: InstallerSha256: 261EFA5E887C1E90A3D620DD620477B69C7CB7A0B7808A06E98B8A345DBF8B30 ProductCode: 百度云管家 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.11.0/Baidu.BaiduNetdisk.locale.en-US.yaml b/manifests/b/Baidu/BaiduNetdisk/7.11.0/Baidu.BaiduNetdisk.locale.en-US.yaml index 279fccf9c9a44..ba94509aeb4fe 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.11.0/Baidu.BaiduNetdisk.locale.en-US.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.11.0/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.11.0 @@ -17,21 +17,23 @@ Copyright: Copyright © 2021Baidu,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. -# Moniker: +# Moniker: Tags: -- netdisk +- backup +- baidu - cloud - cloud-drive -- drive -- upload - download +- drive +- netdisk - share - sync -- backup -- Baidu +- upload - 百度网盘 -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://pan.baidu.com/disk/version +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.11.0/Baidu.BaiduNetdisk.locale.zh-CN.yaml b/manifests/b/Baidu/BaiduNetdisk/7.11.0/Baidu.BaiduNetdisk.locale.zh-CN.yaml index c3e0ee71fb598..cadd5a4855939 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.11.0/Baidu.BaiduNetdisk.locale.zh-CN.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.11.0/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.11.0 @@ -17,24 +17,25 @@ Copyright: Copyright © 2021Baidu,Inc.All rights reserved CopyrightUrl: https://www.baidu.com/duty/copyright.html ShortDescription: 百度公司出品的个人云服务产品 Description: 百度网盘是一款省心、好用的超级云存储产品,已为超过 7 亿用户提供云服务,空间超大,支持多类型文件的备份、分享、查看和处理,自建多个数据存储中心,更有两项国际顶尖安全认证 ISO27001&ISO27018 为用户数据安全提供护航。如果你想备份文件数据,释放手机空间,给别人分享文件或是对文件进行在线操作,选百度网盘就对了! -# Moniker: +# Moniker: Tags: -- 网盘 -- 云 -- 云盘 +- baidu - 上传 - 下载 -- 分享 +- 云 +- 云盘 - 共享 +- 分享 - 同步 - 备份 +- 百度 - 百度云 - 百度云管家 -- 百度 -- Baidu -# Agreements: -ReleaseNotes: |- - 1、Hi,朋友们,本次新升级修复了已知问题,优化了使用体验,来用用看吧~ +- 网盘 +ReleaseNotes: 1、Hi,朋友们,本次新升级修复了已知问题,优化了使用体验,来用用看吧~ ReleaseNotesUrl: https://pan.baidu.com/disk/version +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.11.0/Baidu.BaiduNetdisk.yaml b/manifests/b/Baidu/BaiduNetdisk/7.11.0/Baidu.BaiduNetdisk.yaml index df88efb13afaa..a5cd33079b6e5 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.11.0/Baidu.BaiduNetdisk.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.11.0/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.11.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.12.1/Baidu.BaiduNetdisk.installer.yaml b/manifests/b/Baidu/BaiduNetdisk/7.12.1/Baidu.BaiduNetdisk.installer.yaml index 141820554b9f3..6f1fe0f0cadf1 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.12.1/Baidu.BaiduNetdisk.installer.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.12.1/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.12.1 @@ -18,4 +18,4 @@ Installers: InstallerSha256: E15555B085C370E31AFB896D8BD9F5EFF7B8C4E3DAAD352EA552FDECA3BBE93E ProductCode: 百度云管家 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.12.1/Baidu.BaiduNetdisk.locale.en-US.yaml b/manifests/b/Baidu/BaiduNetdisk/7.12.1/Baidu.BaiduNetdisk.locale.en-US.yaml index 87dafdc2b0c61..5f32483292481 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.12.1/Baidu.BaiduNetdisk.locale.en-US.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.12.1/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.12.1 @@ -17,20 +17,22 @@ Copyright: Copyright © 2022Baidu,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. -# Moniker: +# Moniker: Tags: -- netdisk +- backup - cloud - cloud-drive -- drive -- upload - download +- drive +- file +- netdisk - share - sync -- backup -- file -# Agreements: -# ReleaseNotes: +- upload +# ReleaseNotes: ReleaseNotesUrl: https://pan.baidu.com/disk/version +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.12.1/Baidu.BaiduNetdisk.locale.zh-CN.yaml b/manifests/b/Baidu/BaiduNetdisk/7.12.1/Baidu.BaiduNetdisk.locale.zh-CN.yaml index a4ddd1ee9d10c..d53a51e63ace2 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.12.1/Baidu.BaiduNetdisk.locale.zh-CN.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.12.1/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.12.1 @@ -17,23 +17,24 @@ Copyright: Copyright © 2022Baidu,Inc.All rights reserved CopyrightUrl: https://www.baidu.com/duty/copyright.html ShortDescription: 百度公司出品的个人云服务产品 Description: 百度网盘是一款省心、好用的超级云存储产品,已为超过 7 亿用户提供云服务,空间超大,支持多类型文件的备份、分享、查看和处理,自建多个数据存储中心,更有两项国际顶尖安全认证 ISO27001&ISO27018 为用户数据安全提供护航。如果你想备份文件数据,释放手机空间,给别人分享文件或是对文件进行在线操作,选百度网盘就对了! -# Moniker: +# Moniker: Tags: -- 网盘 -- 云 -- 云盘 - 上传 - 下载 -- 分享 +- 云 +- 云盘 - 共享 +- 分享 - 同步 - 备份 - 文件 - 百度云 - 百度云管家 -# Agreements: -ReleaseNotes: |- - 1、Hi,朋友们,本次新升级修复了已知问题,优化了使用体验,来用用看吧~ +- 网盘 +ReleaseNotes: 1、Hi,朋友们,本次新升级修复了已知问题,优化了使用体验,来用用看吧~ ReleaseNotesUrl: https://pan.baidu.com/disk/version +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.12.1/Baidu.BaiduNetdisk.yaml b/manifests/b/Baidu/BaiduNetdisk/7.12.1/Baidu.BaiduNetdisk.yaml index 04989f3ab9ddf..ccc374b40a0d4 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.12.1/Baidu.BaiduNetdisk.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.12.1/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.12.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.13.0/Baidu.BaiduNetdisk.installer.yaml b/manifests/b/Baidu/BaiduNetdisk/7.13.0/Baidu.BaiduNetdisk.installer.yaml index dddf8a13ba58c..7dffccd0d2a97 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.13.0/Baidu.BaiduNetdisk.installer.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.13.0/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.13.0 @@ -18,4 +18,4 @@ Installers: InstallerSha256: CE21C37A9C373D145F612186599DCD1DABA7A51BABC1633168AF69EE9DADA904 ProductCode: 百度云管家 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.13.0/Baidu.BaiduNetdisk.locale.en-US.yaml b/manifests/b/Baidu/BaiduNetdisk/7.13.0/Baidu.BaiduNetdisk.locale.en-US.yaml index 24d181f68b62c..e78d91a9e69cf 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.13.0/Baidu.BaiduNetdisk.locale.en-US.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.13.0/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.13.0 @@ -17,7 +17,7 @@ Copyright: Copyright © 2022Baidu,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. -# Moniker: +# Moniker: Tags: - backup - cloud @@ -29,8 +29,10 @@ Tags: - share - sync - upload -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://pan.baidu.com/disk/version +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.13.0/Baidu.BaiduNetdisk.locale.zh-CN.yaml b/manifests/b/Baidu/BaiduNetdisk/7.13.0/Baidu.BaiduNetdisk.locale.zh-CN.yaml index e82c027ef41ae..13c5ec2e596bb 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.13.0/Baidu.BaiduNetdisk.locale.zh-CN.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.13.0/Baidu.BaiduNetdisk.locale.zh-CN.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.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: Baidu.BaiduNetdisk PackageVersion: 7.13.0 @@ -17,7 +17,7 @@ Copyright: Copyright © 2022Baidu,Inc.All rights reserved CopyrightUrl: https://www.baidu.com/duty/copyright.html ShortDescription: 百度公司出品的个人云服务产品 Description: 百度网盘是一款省心、好用的超级云存储产品,已为超过 7 亿用户提供云服务,空间超大,支持多类型文件的备份、分享、查看和处理,自建多个数据存储中心,更有两项国际顶尖安全认证 ISO27001&ISO27018 为用户数据安全提供护航。如果你想备份文件数据,释放手机空间,给别人分享文件或是对文件进行在线操作,选百度网盘就对了! -# Moniker: +# Moniker: Tags: - 上传 - 下载 @@ -31,9 +31,10 @@ Tags: - 百度云 - 百度云管家 - 网盘 -# Agreements: -ReleaseNotes: |- - 1、同步空间:提升了同步性能 +ReleaseNotes: 1、同步空间:提升了同步性能 ReleaseNotesUrl: https://pan.baidu.com/disk/version +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.13.0/Baidu.BaiduNetdisk.yaml b/manifests/b/Baidu/BaiduNetdisk/7.13.0/Baidu.BaiduNetdisk.yaml index 05c1b39680991..de26b4d00ec74 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.13.0/Baidu.BaiduNetdisk.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.13.0/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.13.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.14.1/Baidu.BaiduNetdisk.installer.yaml b/manifests/b/Baidu/BaiduNetdisk/7.14.1/Baidu.BaiduNetdisk.installer.yaml index 7116fb8599426..f53d0089d2f1b 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.14.1/Baidu.BaiduNetdisk.installer.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.14.1/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.14.1 @@ -18,4 +18,4 @@ Installers: InstallerSha256: DA426E1ACE3DB7E1AD05010578934D9BDAC41F2F179CFA5A69476CFEEBCD72E9 ProductCode: 百度云管家 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.14.1/Baidu.BaiduNetdisk.locale.en-US.yaml b/manifests/b/Baidu/BaiduNetdisk/7.14.1/Baidu.BaiduNetdisk.locale.en-US.yaml index 7d03227467350..c7f2a9bf707e1 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.14.1/Baidu.BaiduNetdisk.locale.en-US.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.14.1/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.14.1 @@ -17,7 +17,7 @@ Copyright: Copyright © 2022Baidu,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. -# Moniker: +# Moniker: Tags: - backup - cloud @@ -29,8 +29,10 @@ Tags: - share - sync - upload -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://pan.baidu.com/disk/version +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.14.1/Baidu.BaiduNetdisk.locale.zh-CN.yaml b/manifests/b/Baidu/BaiduNetdisk/7.14.1/Baidu.BaiduNetdisk.locale.zh-CN.yaml index ad6a8acb5347a..0a7970f7884ff 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.14.1/Baidu.BaiduNetdisk.locale.zh-CN.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.14.1/Baidu.BaiduNetdisk.locale.zh-CN.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.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: Baidu.BaiduNetdisk PackageVersion: 7.14.1 @@ -17,7 +17,7 @@ Copyright: Copyright © 2022Baidu,Inc.All rights reserved CopyrightUrl: https://www.baidu.com/duty/copyright.html ShortDescription: 百度公司出品的个人云服务产品 Description: 百度网盘是一款省心、好用的超级云存储产品,已为超过 7 亿用户提供云服务,空间超大,支持多类型文件的备份、分享、查看和处理,自建多个数据存储中心,更有两项国际顶尖安全认证 ISO27001&ISO27018 为用户数据安全提供护航。如果你想备份文件数据,释放手机空间,给别人分享文件或是对文件进行在线操作,选百度网盘就对了! -# Moniker: +# Moniker: Tags: - 上传 - 下载 @@ -31,9 +31,10 @@ Tags: - 百度云 - 百度云管家 - 网盘 -# Agreements: -ReleaseNotes: |- - 1、Hi,本次新升级修复了已知问题,优化了使用体验~ +ReleaseNotes: 1、Hi,本次新升级修复了已知问题,优化了使用体验~ ReleaseNotesUrl: https://pan.baidu.com/disk/version +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.14.1/Baidu.BaiduNetdisk.yaml b/manifests/b/Baidu/BaiduNetdisk/7.14.1/Baidu.BaiduNetdisk.yaml index 5547d9dc76f48..cc6df67fa8651 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.14.1/Baidu.BaiduNetdisk.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.14.1/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.14.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.14.2/Baidu.BaiduNetdisk.installer.yaml b/manifests/b/Baidu/BaiduNetdisk/7.14.2/Baidu.BaiduNetdisk.installer.yaml index 776ef6c3b52bb..4b1ced0112bae 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.14.2/Baidu.BaiduNetdisk.installer.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.14.2/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.14.2 @@ -18,4 +18,4 @@ Installers: InstallerSha256: EF12C72BEC85C22B0CA9C14310DB225EABED3C8AB7D80410B4A864100500B07B ProductCode: 百度云管家 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.14.2/Baidu.BaiduNetdisk.locale.en-US.yaml b/manifests/b/Baidu/BaiduNetdisk/7.14.2/Baidu.BaiduNetdisk.locale.en-US.yaml index b317bdb65c800..04d8f5f6202c5 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.14.2/Baidu.BaiduNetdisk.locale.en-US.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.14.2/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.14.2 @@ -17,7 +17,7 @@ Copyright: Copyright © 2022Baidu,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. -# Moniker: +# Moniker: Tags: - backup - cloud @@ -29,8 +29,10 @@ Tags: - share - sync - upload -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://pan.baidu.com/disk/version +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.14.2/Baidu.BaiduNetdisk.locale.zh-CN.yaml b/manifests/b/Baidu/BaiduNetdisk/7.14.2/Baidu.BaiduNetdisk.locale.zh-CN.yaml index f2e6165747f3b..41b9eb1d4b311 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.14.2/Baidu.BaiduNetdisk.locale.zh-CN.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.14.2/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.14.2 @@ -17,7 +17,7 @@ Copyright: Copyright © 2022Baidu,Inc.All rights reserved CopyrightUrl: https://www.baidu.com/duty/copyright.html ShortDescription: 百度公司出品的个人云服务产品 Description: 百度网盘是一款省心、好用的超级云存储产品,已为超过 7 亿用户提供云服务,空间超大,支持多类型文件的备份、分享、查看和处理,自建多个数据存储中心,更有两项国际顶尖安全认证 ISO27001&ISO27018 为用户数据安全提供护航。如果你想备份文件数据,释放手机空间,给别人分享文件或是对文件进行在线操作,选百度网盘就对了! -# Moniker: +# Moniker: Tags: - 上传 - 下载 @@ -31,9 +31,10 @@ Tags: - 百度云 - 百度云管家 - 网盘 -# Agreements: -ReleaseNotes: |- - 1、Hi,本次新升级修复了已知问题,优化了使用体验~ +ReleaseNotes: 1、Hi,本次新升级修复了已知问题,优化了使用体验~ ReleaseNotesUrl: https://pan.baidu.com/disk/version +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.14.2/Baidu.BaiduNetdisk.yaml b/manifests/b/Baidu/BaiduNetdisk/7.14.2/Baidu.BaiduNetdisk.yaml index f114ea96cd991..dc0e55921617f 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.14.2/Baidu.BaiduNetdisk.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.14.2/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.14.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.15.0/Baidu.BaiduNetdisk.installer.yaml b/manifests/b/Baidu/BaiduNetdisk/7.15.0/Baidu.BaiduNetdisk.installer.yaml index cf8654a46c5b9..4a52ee5ff0043 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.15.0/Baidu.BaiduNetdisk.installer.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.15.0/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.15.0 @@ -18,4 +18,4 @@ Installers: InstallerSha256: 4582DB1FC468FCD7844982FD333BB308779F19E191C8399AD844CFF948D513A9 ProductCode: 百度云管家 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.15.0/Baidu.BaiduNetdisk.locale.en-US.yaml b/manifests/b/Baidu/BaiduNetdisk/7.15.0/Baidu.BaiduNetdisk.locale.en-US.yaml index 4a27432db78c2..ff389ae87e32b 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.15.0/Baidu.BaiduNetdisk.locale.en-US.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.15.0/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.15.0 @@ -17,7 +17,7 @@ Copyright: Copyright © 2022Baidu,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. -# Moniker: +# Moniker: Tags: - backup - cloud @@ -29,8 +29,10 @@ Tags: - share - sync - upload -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://pan.baidu.com/disk/version +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.15.0/Baidu.BaiduNetdisk.locale.zh-CN.yaml b/manifests/b/Baidu/BaiduNetdisk/7.15.0/Baidu.BaiduNetdisk.locale.zh-CN.yaml index 48476b149ab11..de22b4f65fd41 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.15.0/Baidu.BaiduNetdisk.locale.zh-CN.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.15.0/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.15.0 @@ -17,7 +17,7 @@ Copyright: Copyright © 2022Baidu,Inc.All rights reserved CopyrightUrl: https://www.baidu.com/duty/copyright.html ShortDescription: 百度公司出品的个人云服务产品 Description: 百度网盘是一款省心、好用的超级云存储产品,已为超过 7 亿用户提供云服务,空间超大,支持多类型文件的备份、分享、查看和处理,自建多个数据存储中心,更有两项国际顶尖安全认证 ISO27001&ISO27018 为用户数据安全提供护航。如果你想备份文件数据,释放手机空间,给别人分享文件或是对文件进行在线操作,选百度网盘就对了! -# Moniker: +# Moniker: Tags: - 上传 - 下载 @@ -31,9 +31,10 @@ Tags: - 百度云 - 百度云管家 - 网盘 -# Agreements: -ReleaseNotes: |- - 1、【同步空间】优化了文件同步体验 +ReleaseNotes: 1、【同步空间】优化了文件同步体验 ReleaseNotesUrl: https://pan.baidu.com/disk/version +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.15.0/Baidu.BaiduNetdisk.yaml b/manifests/b/Baidu/BaiduNetdisk/7.15.0/Baidu.BaiduNetdisk.yaml index 9df4c790e28a8..60221249beec1 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.15.0/Baidu.BaiduNetdisk.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.15.0/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.15.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.16.0/Baidu.BaiduNetdisk.installer.yaml b/manifests/b/Baidu/BaiduNetdisk/7.16.0/Baidu.BaiduNetdisk.installer.yaml index d93d1d264cc13..e4b11e45d26be 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.16.0/Baidu.BaiduNetdisk.installer.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.16.0/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.16.0 @@ -18,4 +18,4 @@ Installers: InstallerSha256: 53BEEABE0425E49F6192CF7039247184EAADA27EA1D79F5CED0AF8DF6E057474 ProductCode: 百度云管家 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.16.0/Baidu.BaiduNetdisk.locale.en-US.yaml b/manifests/b/Baidu/BaiduNetdisk/7.16.0/Baidu.BaiduNetdisk.locale.en-US.yaml index 719ffe84263ca..df8a5eb4196ec 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.16.0/Baidu.BaiduNetdisk.locale.en-US.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.16.0/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.16.0 @@ -17,7 +17,7 @@ Copyright: Copyright © 2022Baidu,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. -# Moniker: +# Moniker: Tags: - backup - cloud @@ -29,8 +29,10 @@ Tags: - share - sync - upload -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://pan.baidu.com/disk/version +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.16.0/Baidu.BaiduNetdisk.locale.zh-CN.yaml b/manifests/b/Baidu/BaiduNetdisk/7.16.0/Baidu.BaiduNetdisk.locale.zh-CN.yaml index 6793093edcabd..8315987c5d8e1 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.16.0/Baidu.BaiduNetdisk.locale.zh-CN.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.16.0/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.16.0 @@ -17,7 +17,7 @@ Copyright: Copyright © 2022Baidu,Inc.All rights reserved CopyrightUrl: https://www.baidu.com/duty/copyright.html ShortDescription: 百度公司出品的个人云服务产品 Description: 百度网盘是一款省心、好用的超级云存储产品,已为超过 7 亿用户提供云服务,空间超大,支持多类型文件的备份、分享、查看和处理,自建多个数据存储中心,更有两项国际顶尖安全认证 ISO27001&ISO27018 为用户数据安全提供护航。如果你想备份文件数据,释放手机空间,给别人分享文件或是对文件进行在线操作,选百度网盘就对了! -# Moniker: +# Moniker: Tags: - 上传 - 下载 @@ -31,9 +31,10 @@ Tags: - 百度云 - 百度云管家 - 网盘 -# Agreements: -ReleaseNotes: |- - 1. 百度网盘企业版增加多种套餐,满足不同规模企业办公需求 +ReleaseNotes: 1. 百度网盘企业版增加多种套餐,满足不同规模企业办公需求 ReleaseNotesUrl: https://pan.baidu.com/disk/version +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.16.0/Baidu.BaiduNetdisk.yaml b/manifests/b/Baidu/BaiduNetdisk/7.16.0/Baidu.BaiduNetdisk.yaml index 593ab7d7eed9f..83dadb847e901 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.16.0/Baidu.BaiduNetdisk.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.16.0/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.16.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.16.1/Baidu.BaiduNetdisk.installer.yaml b/manifests/b/Baidu/BaiduNetdisk/7.16.1/Baidu.BaiduNetdisk.installer.yaml index b60015bafec04..81c9201106410 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.16.1/Baidu.BaiduNetdisk.installer.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.16.1/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.16.1 @@ -18,4 +18,4 @@ Installers: InstallerSha256: 357A47B8807D91DF46A2C776BBFA60D51DBC6A3D19306A8599174403063A5CCB ProductCode: 百度云管家 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.16.1/Baidu.BaiduNetdisk.locale.en-US.yaml b/manifests/b/Baidu/BaiduNetdisk/7.16.1/Baidu.BaiduNetdisk.locale.en-US.yaml index 1b713068fc341..fefd30325076f 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.16.1/Baidu.BaiduNetdisk.locale.en-US.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.16.1/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.16.1 @@ -17,7 +17,7 @@ Copyright: Copyright © 2022Baidu,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. -# Moniker: +# Moniker: Tags: - backup - cloud @@ -29,8 +29,10 @@ Tags: - share - sync - upload -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://pan.baidu.com/disk/version +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.16.1/Baidu.BaiduNetdisk.locale.zh-CN.yaml b/manifests/b/Baidu/BaiduNetdisk/7.16.1/Baidu.BaiduNetdisk.locale.zh-CN.yaml index 1f8c79135165c..f5a3d6dcfafba 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.16.1/Baidu.BaiduNetdisk.locale.zh-CN.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.16.1/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.16.1 @@ -17,7 +17,7 @@ Copyright: Copyright © 2022Baidu,Inc.All rights reserved CopyrightUrl: https://www.baidu.com/duty/copyright.html ShortDescription: 百度公司出品的个人云服务产品 Description: 百度网盘是一款省心、好用的超级云存储产品,已为超过 7 亿用户提供云服务,空间超大,支持多类型文件的备份、分享、查看和处理,自建多个数据存储中心,更有两项国际顶尖安全认证 ISO27001&ISO27018 为用户数据安全提供护航。如果你想备份文件数据,释放手机空间,给别人分享文件或是对文件进行在线操作,选百度网盘就对了! -# Moniker: +# Moniker: Tags: - 上传 - 下载 @@ -31,10 +31,12 @@ Tags: - 百度云 - 百度云管家 - 网盘 -# Agreements: ReleaseNotes: |- 1. 为 SVIP 会员增加了文档正文搜索功能。 2. 同步空间:解决了部分问题并优化了同步体验。 ReleaseNotesUrl: https://pan.baidu.com/disk/version +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.16.1/Baidu.BaiduNetdisk.yaml b/manifests/b/Baidu/BaiduNetdisk/7.16.1/Baidu.BaiduNetdisk.yaml index fd0111fabc3bc..fb160f22583f6 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.16.1/Baidu.BaiduNetdisk.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.16.1/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.16.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.16.2/Baidu.BaiduNetdisk.installer.yaml b/manifests/b/Baidu/BaiduNetdisk/7.16.2/Baidu.BaiduNetdisk.installer.yaml index a641cc0db652a..194b07ed5f283 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.16.2/Baidu.BaiduNetdisk.installer.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.16.2/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.16.2 @@ -18,4 +18,4 @@ Installers: InstallerSha256: 51FC79A9F568F91FDF26F94187A81DBE77801DFB3AECEA93F4CE6636891B5B96 ProductCode: 百度云管家 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.16.2/Baidu.BaiduNetdisk.locale.en-US.yaml b/manifests/b/Baidu/BaiduNetdisk/7.16.2/Baidu.BaiduNetdisk.locale.en-US.yaml index 9b908ad2b06f6..376dead82a838 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.16.2/Baidu.BaiduNetdisk.locale.en-US.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.16.2/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.16.2 @@ -17,7 +17,7 @@ Copyright: Copyright © 2022Baidu,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. -# Moniker: +# Moniker: Tags: - backup - cloud @@ -29,8 +29,10 @@ Tags: - share - sync - upload -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://pan.baidu.com/disk/version +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.16.2/Baidu.BaiduNetdisk.locale.zh-CN.yaml b/manifests/b/Baidu/BaiduNetdisk/7.16.2/Baidu.BaiduNetdisk.locale.zh-CN.yaml index 35669453db52e..b8d5f4ae958db 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.16.2/Baidu.BaiduNetdisk.locale.zh-CN.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.16.2/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.16.2 @@ -17,7 +17,7 @@ Copyright: Copyright © 2022Baidu,Inc.All rights reserved CopyrightUrl: https://www.baidu.com/duty/copyright.html ShortDescription: 百度公司出品的个人云服务产品 Description: 百度网盘是一款省心、好用的超级云存储产品,已为超过 7 亿用户提供云服务,空间超大,支持多类型文件的备份、分享、查看和处理,自建多个数据存储中心,更有两项国际顶尖安全认证 ISO27001&ISO27018 为用户数据安全提供护航。如果你想备份文件数据,释放手机空间,给别人分享文件或是对文件进行在线操作,选百度网盘就对了! -# Moniker: +# Moniker: Tags: - 上传 - 下载 @@ -31,9 +31,10 @@ Tags: - 百度云 - 百度云管家 - 网盘 -# Agreements: -ReleaseNotes: |- - 1. 修复了一些已知问题~ +ReleaseNotes: 1. 修复了一些已知问题~ ReleaseNotesUrl: https://pan.baidu.com/disk/version +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.16.2/Baidu.BaiduNetdisk.yaml b/manifests/b/Baidu/BaiduNetdisk/7.16.2/Baidu.BaiduNetdisk.yaml index 3846e2b906521..494de78fa92d0 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.16.2/Baidu.BaiduNetdisk.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.16.2/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.16.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.17.0/Baidu.BaiduNetdisk.installer.yaml b/manifests/b/Baidu/BaiduNetdisk/7.17.0/Baidu.BaiduNetdisk.installer.yaml index 00a933c90de91..3935794843ef9 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.17.0/Baidu.BaiduNetdisk.installer.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.17.0/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.17.0 @@ -18,4 +18,4 @@ Installers: InstallerSha256: 6628F156E0346B99BC03677CF3BC9872D4209334A12F763FE2F1465ED97439C8 ProductCode: 百度云管家 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.17.0/Baidu.BaiduNetdisk.locale.en-US.yaml b/manifests/b/Baidu/BaiduNetdisk/7.17.0/Baidu.BaiduNetdisk.locale.en-US.yaml index f72fda732ce87..ee675ee13aae2 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.17.0/Baidu.BaiduNetdisk.locale.en-US.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.17.0/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.17.0 @@ -17,7 +17,7 @@ Copyright: Copyright © 2022Baidu,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. -# Moniker: +# Moniker: Tags: - backup - cloud @@ -29,8 +29,10 @@ Tags: - share - sync - upload -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://pan.baidu.com/disk/version +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.17.0/Baidu.BaiduNetdisk.locale.zh-CN.yaml b/manifests/b/Baidu/BaiduNetdisk/7.17.0/Baidu.BaiduNetdisk.locale.zh-CN.yaml index 57f072b54f462..102ca23ef9860 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.17.0/Baidu.BaiduNetdisk.locale.zh-CN.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.17.0/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.17.0 @@ -17,7 +17,7 @@ Copyright: Copyright © 2022Baidu,Inc.All rights reserved CopyrightUrl: https://www.baidu.com/duty/copyright.html ShortDescription: 百度公司出品的个人云服务产品 Description: 百度网盘是一款省心、好用的超级云存储产品,已为超过 7 亿用户提供云服务,空间超大,支持多类型文件的备份、分享、查看和处理,自建多个数据存储中心,更有两项国际顶尖安全认证 ISO27001&ISO27018 为用户数据安全提供护航。如果你想备份文件数据,释放手机空间,给别人分享文件或是对文件进行在线操作,选百度网盘就对了! -# Moniker: +# Moniker: Tags: - 上传 - 下载 @@ -31,9 +31,10 @@ Tags: - 百度云 - 百度云管家 - 网盘 -# Agreements: -ReleaseNotes: |- - 1. Hi,本次新升级修复了已知问题,优化了使用体验~ +ReleaseNotes: 1. Hi,本次新升级修复了已知问题,优化了使用体验~ ReleaseNotesUrl: https://pan.baidu.com/disk/version +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.17.0/Baidu.BaiduNetdisk.yaml b/manifests/b/Baidu/BaiduNetdisk/7.17.0/Baidu.BaiduNetdisk.yaml index aa545d08c9070..dbde68266c602 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.17.0/Baidu.BaiduNetdisk.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.17.0/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.17.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.18.1/Baidu.BaiduNetdisk.installer.yaml b/manifests/b/Baidu/BaiduNetdisk/7.18.1/Baidu.BaiduNetdisk.installer.yaml index 5b54c062171fe..23178c48c3453 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.18.1/Baidu.BaiduNetdisk.installer.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.18.1/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.18.1 @@ -18,4 +18,4 @@ Installers: InstallerSha256: 2E0966BC27118941D3650430BD9900AE3CA1BF39ACF4AF2687A7D64782449042 ProductCode: 百度云管家 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.18.1/Baidu.BaiduNetdisk.locale.en-US.yaml b/manifests/b/Baidu/BaiduNetdisk/7.18.1/Baidu.BaiduNetdisk.locale.en-US.yaml index 9278de24b236c..b8dacb4fd76df 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.18.1/Baidu.BaiduNetdisk.locale.en-US.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.18.1/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.18.1 @@ -17,7 +17,7 @@ Copyright: Copyright © 2022Baidu,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. -# Moniker: +# Moniker: Tags: - backup - cloud @@ -29,8 +29,10 @@ Tags: - share - sync - upload -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://pan.baidu.com/disk/version +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.18.1/Baidu.BaiduNetdisk.locale.zh-CN.yaml b/manifests/b/Baidu/BaiduNetdisk/7.18.1/Baidu.BaiduNetdisk.locale.zh-CN.yaml index 996d83b3b889a..01ce7c865d07f 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.18.1/Baidu.BaiduNetdisk.locale.zh-CN.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.18.1/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.18.1 @@ -17,7 +17,7 @@ Copyright: Copyright © 2022Baidu,Inc.All rights reserved CopyrightUrl: https://www.baidu.com/duty/copyright.html ShortDescription: 百度公司出品的个人云服务产品 Description: 百度网盘是一款省心、好用的超级云存储产品,已为超过 7 亿用户提供云服务,空间超大,支持多类型文件的备份、分享、查看和处理,自建多个数据存储中心,更有两项国际顶尖安全认证 ISO27001&ISO27018 为用户数据安全提供护航。如果你想备份文件数据,释放手机空间,给别人分享文件或是对文件进行在线操作,选百度网盘就对了! -# Moniker: +# Moniker: Tags: - 上传 - 下载 @@ -31,10 +31,12 @@ Tags: - 百度云 - 百度云管家 - 网盘 -# Agreements: ReleaseNotes: |- 1. 同步空间:支持选择部分文件夹同步到本地,提升同步体验 2. 企业空间:企业版文档在线编辑功能与 Excel 表格预览体验优化 ReleaseNotesUrl: https://pan.baidu.com/disk/version +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.18.1/Baidu.BaiduNetdisk.yaml b/manifests/b/Baidu/BaiduNetdisk/7.18.1/Baidu.BaiduNetdisk.yaml index ce6baa794c750..0d5f6fc8d71bd 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.18.1/Baidu.BaiduNetdisk.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.18.1/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.18.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.19.0/Baidu.BaiduNetdisk.installer.yaml b/manifests/b/Baidu/BaiduNetdisk/7.19.0/Baidu.BaiduNetdisk.installer.yaml index 1ad03d4011320..7a3f6d1ef78fa 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.19.0/Baidu.BaiduNetdisk.installer.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.19.0/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.19.0 @@ -18,4 +18,4 @@ Installers: InstallerSha256: 4088AF4C741F5DD20AC6F27C3CC4D48D2AE2B15E530418064BAB7EAE792E880F ProductCode: 百度云管家 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.19.0/Baidu.BaiduNetdisk.locale.en-US.yaml b/manifests/b/Baidu/BaiduNetdisk/7.19.0/Baidu.BaiduNetdisk.locale.en-US.yaml index b9e4542f61de4..5580b72a24259 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.19.0/Baidu.BaiduNetdisk.locale.en-US.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.19.0/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.19.0 @@ -17,7 +17,7 @@ Copyright: Copyright © 2022Baidu,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. -# Moniker: +# Moniker: Tags: - backup - cloud @@ -29,11 +29,10 @@ Tags: - share - sync - upload -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://pan.baidu.com/disk/version -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.19.0/Baidu.BaiduNetdisk.locale.zh-CN.yaml b/manifests/b/Baidu/BaiduNetdisk/7.19.0/Baidu.BaiduNetdisk.locale.zh-CN.yaml index 7d4a6278366a8..0c425c22fb9e8 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.19.0/Baidu.BaiduNetdisk.locale.zh-CN.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.19.0/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.19.0 @@ -17,7 +17,7 @@ Copyright: Copyright © 2022Baidu,Inc.All rights reserved CopyrightUrl: https://www.baidu.com/duty/copyright.html ShortDescription: 百度公司出品的个人云服务产品 Description: 百度网盘是一款省心、好用的超级云存储产品,已为超过 7 亿用户提供云服务,空间超大,支持多类型文件的备份、分享、查看和处理,自建多个数据存储中心,更有两项国际顶尖安全认证 ISO27001&ISO27018 为用户数据安全提供护航。如果你想备份文件数据,释放手机空间,给别人分享文件或是对文件进行在线操作,选百度网盘就对了! -# Moniker: +# Moniker: Tags: - 上传 - 下载 @@ -31,15 +31,14 @@ Tags: - 百度云 - 百度云管家 - 网盘 -# Agreements: ReleaseNotes: |- 1. 视频播放:PC 端也支持智能字幕啦 2. 同步空间:优化悬浮窗,快速打开同步文件夹,展示同步状态 3. 企业版工具中心上线,支持 PDF 转 Word 4. 企业版支持创建部门及按照部门设置文件权限,管理更便捷 ReleaseNotesUrl: https://pan.baidu.com/disk/version -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.19.0/Baidu.BaiduNetdisk.yaml b/manifests/b/Baidu/BaiduNetdisk/7.19.0/Baidu.BaiduNetdisk.yaml index f6a568c71283e..ecd105c9ab08f 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.19.0/Baidu.BaiduNetdisk.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.19.0/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.19.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.20.1/Baidu.BaiduNetdisk.installer.yaml b/manifests/b/Baidu/BaiduNetdisk/7.20.1/Baidu.BaiduNetdisk.installer.yaml index eba1520e79cdf..66b0a20f59b01 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.20.1/Baidu.BaiduNetdisk.installer.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.20.1/Baidu.BaiduNetdisk.installer.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.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: Baidu.BaiduNetdisk PackageVersion: 7.20.1 @@ -18,4 +18,4 @@ Installers: InstallerSha256: B0D0825477F3D617AA76B3BAA0847173CD4500FDFEEDD23A5E50C2079AA2C3A2 ProductCode: 百度云管家 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.20.1/Baidu.BaiduNetdisk.locale.en-US.yaml b/manifests/b/Baidu/BaiduNetdisk/7.20.1/Baidu.BaiduNetdisk.locale.en-US.yaml index de4816a494ffa..c29139015c5ef 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.20.1/Baidu.BaiduNetdisk.locale.en-US.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.20.1/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.20.1 @@ -17,7 +17,7 @@ Copyright: Copyright © 2022Baidu,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. -# Moniker: +# Moniker: Tags: - backup - cloud @@ -29,11 +29,10 @@ Tags: - share - sync - upload -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://pan.baidu.com/disk/version PurchaseUrl: https://pan.baidu.com/buy/center -# InstallationNotes: -# Documentations: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.20.1/Baidu.BaiduNetdisk.locale.zh-CN.yaml b/manifests/b/Baidu/BaiduNetdisk/7.20.1/Baidu.BaiduNetdisk.locale.zh-CN.yaml index e7a980a80c120..6cbb2177c993a 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.20.1/Baidu.BaiduNetdisk.locale.zh-CN.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.20.1/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.20.1 @@ -17,7 +17,7 @@ Copyright: Copyright © 2022Baidu,Inc.All rights reserved CopyrightUrl: https://www.baidu.com/duty/copyright.html ShortDescription: 百度公司出品的个人云服务产品 Description: 百度网盘是一款省心、好用的超级云存储产品,已为超过 7 亿用户提供云服务,空间超大,支持多类型文件的备份、分享、查看和处理,自建多个数据存储中心,更有两项国际顶尖安全认证 ISO27001&ISO27018 为用户数据安全提供护航。如果你想备份文件数据,释放手机空间,给别人分享文件或是对文件进行在线操作,选百度网盘就对了! -# Moniker: +# Moniker: Tags: - 上传 - 下载 @@ -31,12 +31,10 @@ Tags: - 百度云 - 百度云管家 - 网盘 -# Agreements: -ReleaseNotes: |- - 1. Hi,本次新升级修复了已知问题,优化了使用体验~ +ReleaseNotes: 1. Hi,本次新升级修复了已知问题,优化了使用体验~ ReleaseNotesUrl: https://pan.baidu.com/disk/version PurchaseUrl: https://pan.baidu.com/buy/center -# InstallationNotes: -# Documentations: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.20.1/Baidu.BaiduNetdisk.yaml b/manifests/b/Baidu/BaiduNetdisk/7.20.1/Baidu.BaiduNetdisk.yaml index fd4f3a1148b64..af994e582c53f 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.20.1/Baidu.BaiduNetdisk.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.20.1/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.20.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.20.2/Baidu.BaiduNetdisk.installer.yaml b/manifests/b/Baidu/BaiduNetdisk/7.20.2/Baidu.BaiduNetdisk.installer.yaml index 809a9eeb4c240..4194ce456c4ba 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.20.2/Baidu.BaiduNetdisk.installer.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.20.2/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.20.2 @@ -18,4 +18,4 @@ Installers: InstallerSha256: B27255830D91C053A772F2B22E197E2F254108EE3433AA525530F7952B392B0C ProductCode: 百度云管家 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.20.2/Baidu.BaiduNetdisk.locale.en-US.yaml b/manifests/b/Baidu/BaiduNetdisk/7.20.2/Baidu.BaiduNetdisk.locale.en-US.yaml index e77484244a0e0..289015a5fc7fc 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.20.2/Baidu.BaiduNetdisk.locale.en-US.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.20.2/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.20.2 @@ -17,7 +17,7 @@ Copyright: Copyright © 2022Baidu,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. -# Moniker: +# Moniker: Tags: - backup - cloud @@ -29,11 +29,10 @@ Tags: - share - sync - upload -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://pan.baidu.com/disk/version PurchaseUrl: https://pan.baidu.com/buy/center -# InstallationNotes: -# Documentations: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.20.2/Baidu.BaiduNetdisk.locale.zh-CN.yaml b/manifests/b/Baidu/BaiduNetdisk/7.20.2/Baidu.BaiduNetdisk.locale.zh-CN.yaml index f15dec3d77f10..172564a57cebb 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.20.2/Baidu.BaiduNetdisk.locale.zh-CN.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.20.2/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.20.2 @@ -17,7 +17,7 @@ Copyright: Copyright © 2022Baidu,Inc.All rights reserved CopyrightUrl: https://www.baidu.com/duty/copyright.html ShortDescription: 百度公司出品的个人云服务产品 Description: 百度网盘是一款省心、好用的超级云存储产品,已为超过 7 亿用户提供云服务,空间超大,支持多类型文件的备份、分享、查看和处理,自建多个数据存储中心,更有两项国际顶尖安全认证 ISO27001&ISO27018 为用户数据安全提供护航。如果你想备份文件数据,释放手机空间,给别人分享文件或是对文件进行在线操作,选百度网盘就对了! -# Moniker: +# Moniker: Tags: - 上传 - 下载 @@ -31,12 +31,10 @@ Tags: - 百度云 - 百度云管家 - 网盘 -# Agreements: -ReleaseNotes: |- - 1. Hi,本次新升级修复了已知问题,优化了使用体验~ +ReleaseNotes: 1. Hi,本次新升级修复了已知问题,优化了使用体验~ ReleaseNotesUrl: https://pan.baidu.com/disk/version PurchaseUrl: https://pan.baidu.com/buy/center -# InstallationNotes: -# Documentations: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.20.2/Baidu.BaiduNetdisk.yaml b/manifests/b/Baidu/BaiduNetdisk/7.20.2/Baidu.BaiduNetdisk.yaml index 7debc34611f8e..be08caf19dbbb 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.20.2/Baidu.BaiduNetdisk.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.20.2/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.20.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.21.7/Baidu.BaiduNetdisk.installer.yaml b/manifests/b/Baidu/BaiduNetdisk/7.21.7/Baidu.BaiduNetdisk.installer.yaml index 36e2fddbe62fc..a7ef25f2a8612 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.21.7/Baidu.BaiduNetdisk.installer.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.21.7/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.21.7 @@ -17,4 +17,4 @@ Installers: InstallerSha256: C209CB73651981ACFDD8C8C7A721671C366FB319B280FDEB077C062BE0C7F27D ProductCode: 百度云管家 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.21.7/Baidu.BaiduNetdisk.locale.en-US.yaml b/manifests/b/Baidu/BaiduNetdisk/7.21.7/Baidu.BaiduNetdisk.locale.en-US.yaml index 26e35471a7218..f5dcc197dc5c5 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.21.7/Baidu.BaiduNetdisk.locale.en-US.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.21.7/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.21.7 @@ -29,11 +29,10 @@ Tags: - share - sync - upload -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://pan.baidu.com/disk/version PurchaseUrl: https://pan.baidu.com/buy/center # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.21.7/Baidu.BaiduNetdisk.locale.zh-CN.yaml b/manifests/b/Baidu/BaiduNetdisk/7.21.7/Baidu.BaiduNetdisk.locale.zh-CN.yaml index 360ec4a8d222c..06a512e847595 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.21.7/Baidu.BaiduNetdisk.locale.zh-CN.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.21.7/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.21.7 @@ -31,12 +31,10 @@ Tags: - 百度云 - 百度云管家 - 网盘 -# Agreements: -ReleaseNotes: |- - 1. Hi,本次新升级修复了已知问题,优化了使用体验~ +ReleaseNotes: 1. Hi,本次新升级修复了已知问题,优化了使用体验~ ReleaseNotesUrl: https://pan.baidu.com/disk/version PurchaseUrl: https://pan.baidu.com/buy/center # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.21.7/Baidu.BaiduNetdisk.yaml b/manifests/b/Baidu/BaiduNetdisk/7.21.7/Baidu.BaiduNetdisk.yaml index eb7851f2d7881..b9989ffb866fc 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.21.7/Baidu.BaiduNetdisk.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.21.7/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.21.7 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.22.0/Baidu.BaiduNetdisk.installer.yaml b/manifests/b/Baidu/BaiduNetdisk/7.22.0/Baidu.BaiduNetdisk.installer.yaml index 5e0dd48ebc5b5..5bad5a99f4a17 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.22.0/Baidu.BaiduNetdisk.installer.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.22.0/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.22.0 @@ -17,4 +17,4 @@ Installers: InstallerSha256: FFC639E9DEDE5721DB2DEED2D45EC1685CFFBAF7379512EABAB29E39C5BF601F ProductCode: 百度云管家 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.22.0/Baidu.BaiduNetdisk.locale.en-US.yaml b/manifests/b/Baidu/BaiduNetdisk/7.22.0/Baidu.BaiduNetdisk.locale.en-US.yaml index 973f358aad55d..c8d4796e6a50c 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.22.0/Baidu.BaiduNetdisk.locale.en-US.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.22.0/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.22.0 @@ -29,11 +29,10 @@ Tags: - share - sync - upload -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://pan.baidu.com/disk/version PurchaseUrl: https://pan.baidu.com/buy/center # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.22.0/Baidu.BaiduNetdisk.locale.zh-CN.yaml b/manifests/b/Baidu/BaiduNetdisk/7.22.0/Baidu.BaiduNetdisk.locale.zh-CN.yaml index 5c8528738549d..f79101bf37ef5 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.22.0/Baidu.BaiduNetdisk.locale.zh-CN.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.22.0/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.22.0 @@ -31,11 +31,10 @@ Tags: - 百度云 - 百度云管家 - 网盘 -# Agreements: ReleaseNotes: 1.【视频播放器优化】支持自动播放下一集;支持记忆清晰度和倍速设置;拖动进度条时支持画面预览,方便精准定位。 ReleaseNotesUrl: https://pan.baidu.com/disk/version PurchaseUrl: https://pan.baidu.com/buy/center # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.22.0/Baidu.BaiduNetdisk.yaml b/manifests/b/Baidu/BaiduNetdisk/7.22.0/Baidu.BaiduNetdisk.yaml index fa853d002bd6b..9623cc54d63c8 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.22.0/Baidu.BaiduNetdisk.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.22.0/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.22.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.23.0/Baidu.BaiduNetdisk.installer.yaml b/manifests/b/Baidu/BaiduNetdisk/7.23.0/Baidu.BaiduNetdisk.installer.yaml index b5e4a87956b28..5ac86b56cde6e 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.23.0/Baidu.BaiduNetdisk.installer.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.23.0/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.23.0 @@ -17,4 +17,4 @@ Installers: InstallerSha256: 39802ED992124F9C58FD317680E9D1008CE8FBD09BB2C572FCE8ED5640CA6137 ProductCode: 百度云管家 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.23.0/Baidu.BaiduNetdisk.locale.en-US.yaml b/manifests/b/Baidu/BaiduNetdisk/7.23.0/Baidu.BaiduNetdisk.locale.en-US.yaml index 9b4dc047940f8..4bd4fcc22495d 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.23.0/Baidu.BaiduNetdisk.locale.en-US.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.23.0/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.23.0 @@ -29,11 +29,10 @@ Tags: - share - sync - upload -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://pan.baidu.com/disk/version PurchaseUrl: https://pan.baidu.com/buy/center # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.23.0/Baidu.BaiduNetdisk.locale.zh-CN.yaml b/manifests/b/Baidu/BaiduNetdisk/7.23.0/Baidu.BaiduNetdisk.locale.zh-CN.yaml index c4a1e400b396c..1ce46b63ef2aa 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.23.0/Baidu.BaiduNetdisk.locale.zh-CN.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.23.0/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.23.0 @@ -31,11 +31,10 @@ Tags: - 百度云 - 百度云管家 - 网盘 -# Agreements: ReleaseNotes: 1. 修复了已知问题,优化了使用体验~ ReleaseNotesUrl: https://pan.baidu.com/disk/version PurchaseUrl: https://pan.baidu.com/buy/center # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.23.0/Baidu.BaiduNetdisk.yaml b/manifests/b/Baidu/BaiduNetdisk/7.23.0/Baidu.BaiduNetdisk.yaml index 54cbb6f73b345..b5a742e90793f 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.23.0/Baidu.BaiduNetdisk.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.23.0/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.23.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.24.0/Baidu.BaiduNetdisk.installer.yaml b/manifests/b/Baidu/BaiduNetdisk/7.24.0/Baidu.BaiduNetdisk.installer.yaml index f984c058154ed..7a72a47e1bb7e 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.24.0/Baidu.BaiduNetdisk.installer.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.24.0/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.24.0 @@ -17,4 +17,4 @@ Installers: InstallerSha256: 8A351A157ED3FCAD7B87E02B06448EC32B38EDA8E4462E29E3E9CF4953853094 ProductCode: 百度云管家 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.24.0/Baidu.BaiduNetdisk.locale.en-US.yaml b/manifests/b/Baidu/BaiduNetdisk/7.24.0/Baidu.BaiduNetdisk.locale.en-US.yaml index dbcbe05a5f3d8..0696405535fed 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.24.0/Baidu.BaiduNetdisk.locale.en-US.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.24.0/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.24.0 @@ -29,11 +29,10 @@ Tags: - share - sync - upload -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://pan.baidu.com/disk/version PurchaseUrl: https://pan.baidu.com/buy/center # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.24.0/Baidu.BaiduNetdisk.locale.zh-CN.yaml b/manifests/b/Baidu/BaiduNetdisk/7.24.0/Baidu.BaiduNetdisk.locale.zh-CN.yaml index 9252c699f64e2..5a4cab560592f 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.24.0/Baidu.BaiduNetdisk.locale.zh-CN.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.24.0/Baidu.BaiduNetdisk.locale.zh-CN.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.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: Baidu.BaiduNetdisk PackageVersion: 7.24.0 @@ -31,11 +31,10 @@ Tags: - 百度云 - 百度云管家 - 网盘 -# Agreements: ReleaseNotes: 1. 修复了已知问题,优化了使用体验~ ReleaseNotesUrl: https://pan.baidu.com/disk/version PurchaseUrl: https://pan.baidu.com/buy/center # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.24.0/Baidu.BaiduNetdisk.yaml b/manifests/b/Baidu/BaiduNetdisk/7.24.0/Baidu.BaiduNetdisk.yaml index b5366ef7e3b27..4f2fad0a78ddb 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.24.0/Baidu.BaiduNetdisk.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.24.0/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.24.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.24.1/Baidu.BaiduNetdisk.installer.yaml b/manifests/b/Baidu/BaiduNetdisk/7.24.1/Baidu.BaiduNetdisk.installer.yaml index 666426e6ea046..6ea1c77f3b368 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.24.1/Baidu.BaiduNetdisk.installer.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.24.1/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.24.1 @@ -17,4 +17,4 @@ Installers: InstallerSha256: D85DDA5873411236A4D0DA6C4186040DFAFFA6A85CE330333B22674636D45330 ProductCode: 百度云管家 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.24.1/Baidu.BaiduNetdisk.locale.en-US.yaml b/manifests/b/Baidu/BaiduNetdisk/7.24.1/Baidu.BaiduNetdisk.locale.en-US.yaml index 0042ce58ee987..41dd85ade52ef 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.24.1/Baidu.BaiduNetdisk.locale.en-US.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.24.1/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.24.1 @@ -29,11 +29,10 @@ Tags: - share - sync - upload -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://pan.baidu.com/disk/version PurchaseUrl: https://pan.baidu.com/buy/center # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.24.1/Baidu.BaiduNetdisk.locale.zh-CN.yaml b/manifests/b/Baidu/BaiduNetdisk/7.24.1/Baidu.BaiduNetdisk.locale.zh-CN.yaml index df40a87b4cc40..4587a194b6542 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.24.1/Baidu.BaiduNetdisk.locale.zh-CN.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.24.1/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.24.1 @@ -31,11 +31,10 @@ Tags: - 百度云 - 百度云管家 - 网盘 -# Agreements: ReleaseNotes: 1. 修复了已知问题,优化了使用体验~ ReleaseNotesUrl: https://pan.baidu.com/disk/version PurchaseUrl: https://pan.baidu.com/buy/center # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.24.1/Baidu.BaiduNetdisk.yaml b/manifests/b/Baidu/BaiduNetdisk/7.24.1/Baidu.BaiduNetdisk.yaml index 0346907cde6dc..88c8c7445dd4f 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.24.1/Baidu.BaiduNetdisk.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.24.1/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.24.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.25.0/Baidu.BaiduNetdisk.installer.yaml b/manifests/b/Baidu/BaiduNetdisk/7.25.0/Baidu.BaiduNetdisk.installer.yaml index 510be1569753a..725df4b183a52 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.25.0/Baidu.BaiduNetdisk.installer.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.25.0/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.25.0 @@ -17,4 +17,4 @@ Installers: InstallerSha256: E7890987D574BFD463724C088E9C0EB6BEC2311772A0B4CB7A476B28D160A797 ProductCode: 百度云管家 ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.25.0/Baidu.BaiduNetdisk.locale.en-US.yaml b/manifests/b/Baidu/BaiduNetdisk/7.25.0/Baidu.BaiduNetdisk.locale.en-US.yaml index 760bddf2e1019..01614fdf6f87c 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.25.0/Baidu.BaiduNetdisk.locale.en-US.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.25.0/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.25.0 @@ -29,11 +29,10 @@ Tags: - share - sync - upload -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://pan.baidu.com/disk/version PurchaseUrl: https://pan.baidu.com/buy/center # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.25.0/Baidu.BaiduNetdisk.locale.zh-CN.yaml b/manifests/b/Baidu/BaiduNetdisk/7.25.0/Baidu.BaiduNetdisk.locale.zh-CN.yaml index 4d5b158a76a3a..a9d73183bea38 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.25.0/Baidu.BaiduNetdisk.locale.zh-CN.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.25.0/Baidu.BaiduNetdisk.locale.zh-CN.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.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: Baidu.BaiduNetdisk PackageVersion: 7.25.0 @@ -31,7 +31,6 @@ Tags: - 百度云 - 百度云管家 - 网盘 -# Agreements: ReleaseNotes: |- 1. 视频笔记支持置顶,快来试试~ 2. 截图工具上线,快捷键 Alt+W,支持识别图片文字!可以在设置中取消快捷键~ @@ -41,4 +40,4 @@ PurchaseUrl: https://pan.baidu.com/buy/center # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.25.0/Baidu.BaiduNetdisk.yaml b/manifests/b/Baidu/BaiduNetdisk/7.25.0/Baidu.BaiduNetdisk.yaml index 9ee357bc92019..54553e4ebe9b3 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.25.0/Baidu.BaiduNetdisk.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.25.0/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.25.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.26.0/Baidu.BaiduNetdisk.installer.yaml b/manifests/b/Baidu/BaiduNetdisk/7.26.0/Baidu.BaiduNetdisk.installer.yaml index 91c288885464c..a1af32bdd869b 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.26.0/Baidu.BaiduNetdisk.installer.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.26.0/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.26.0 @@ -17,4 +17,4 @@ Installers: InstallerSha256: 7ADB05A529A999901B5C6DA56B070FA984609AA78CEB85D0CAE90307770BCE26 ProductCode: 百度云管家 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.26.0/Baidu.BaiduNetdisk.locale.en-US.yaml b/manifests/b/Baidu/BaiduNetdisk/7.26.0/Baidu.BaiduNetdisk.locale.en-US.yaml index ed217d681d8db..702b489df9f51 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.26.0/Baidu.BaiduNetdisk.locale.en-US.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.26.0/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.26.0 @@ -29,11 +29,10 @@ Tags: - share - sync - upload -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://pan.baidu.com/disk/version PurchaseUrl: https://pan.baidu.com/buy/center # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.26.0/Baidu.BaiduNetdisk.locale.zh-CN.yaml b/manifests/b/Baidu/BaiduNetdisk/7.26.0/Baidu.BaiduNetdisk.locale.zh-CN.yaml index 5372e50efe473..1f73fd739dc5b 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.26.0/Baidu.BaiduNetdisk.locale.zh-CN.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.26.0/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.26.0 @@ -31,7 +31,6 @@ Tags: - 百度云 - 百度云管家 - 网盘 -# Agreements: ReleaseNotes: |- 1. 网盘支持全网搜索啦,快来试试吧~ 2. 视频框架升级啦,新增推荐盘内精选视频 @@ -42,4 +41,4 @@ PurchaseUrl: https://pan.baidu.com/buy/center # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.26.0/Baidu.BaiduNetdisk.yaml b/manifests/b/Baidu/BaiduNetdisk/7.26.0/Baidu.BaiduNetdisk.yaml index 4fdaf8e17a1ca..ee2b3ad0b31ac 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.26.0/Baidu.BaiduNetdisk.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.26.0/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.26.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.27.0/Baidu.BaiduNetdisk.installer.yaml b/manifests/b/Baidu/BaiduNetdisk/7.27.0/Baidu.BaiduNetdisk.installer.yaml index 5a9e1e08664ea..12cc8b42416a5 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.27.0/Baidu.BaiduNetdisk.installer.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.27.0/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.27.0 @@ -17,4 +17,4 @@ Installers: InstallerSha256: 6819872ADFFA3D0B317C3742143E00EEEFD87B45C1B4267CF955F9EA80B814E8 ProductCode: 百度云管家 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.27.0/Baidu.BaiduNetdisk.locale.en-US.yaml b/manifests/b/Baidu/BaiduNetdisk/7.27.0/Baidu.BaiduNetdisk.locale.en-US.yaml index a2c4dedb1c8e3..b3c3a9e7a298a 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.27.0/Baidu.BaiduNetdisk.locale.en-US.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.27.0/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.27.0 @@ -29,11 +29,10 @@ Tags: - share - sync - upload -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://pan.baidu.com/disk/version PurchaseUrl: https://pan.baidu.com/buy/center # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.27.0/Baidu.BaiduNetdisk.locale.zh-CN.yaml b/manifests/b/Baidu/BaiduNetdisk/7.27.0/Baidu.BaiduNetdisk.locale.zh-CN.yaml index 7ba1fdcdb01c1..a477a93233cf3 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.27.0/Baidu.BaiduNetdisk.locale.zh-CN.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.27.0/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.27.0 @@ -31,7 +31,6 @@ Tags: - 百度云 - 百度云管家 - 网盘 -# Agreements: ReleaseNotes: |- 1. 视频播放器新增白色主题 2. 视频笔记支持切换黑白主题啦,快来试试~ @@ -40,4 +39,4 @@ PurchaseUrl: https://pan.baidu.com/buy/center # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.27.0/Baidu.BaiduNetdisk.yaml b/manifests/b/Baidu/BaiduNetdisk/7.27.0/Baidu.BaiduNetdisk.yaml index 55b6c094035c2..c3ba9709399cb 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.27.0/Baidu.BaiduNetdisk.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.27.0/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.27.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.27.1/Baidu.BaiduNetdisk.installer.yaml b/manifests/b/Baidu/BaiduNetdisk/7.27.1/Baidu.BaiduNetdisk.installer.yaml index f403a7d7a491e..0189fe5911118 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.27.1/Baidu.BaiduNetdisk.installer.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.27.1/Baidu.BaiduNetdisk.installer.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.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: Baidu.BaiduNetdisk PackageVersion: 7.27.1 @@ -17,4 +17,4 @@ Installers: InstallerSha256: FB1FD74D73755E436C12AE4A07FC039B5051DA3436C7E55B5F539656AC5C1A5C ProductCode: 百度云管家 ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.27.1/Baidu.BaiduNetdisk.locale.en-US.yaml b/manifests/b/Baidu/BaiduNetdisk/7.27.1/Baidu.BaiduNetdisk.locale.en-US.yaml index 1497a4c7b059e..1afe2ab9a2975 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.27.1/Baidu.BaiduNetdisk.locale.en-US.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.27.1/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.27.1 @@ -29,11 +29,10 @@ Tags: - share - sync - upload -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://pan.baidu.com/disk/version PurchaseUrl: https://pan.baidu.com/buy/center # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.27.1/Baidu.BaiduNetdisk.locale.zh-CN.yaml b/manifests/b/Baidu/BaiduNetdisk/7.27.1/Baidu.BaiduNetdisk.locale.zh-CN.yaml index 4b47a4cbf416a..a5a547fa524b4 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.27.1/Baidu.BaiduNetdisk.locale.zh-CN.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.27.1/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.27.1 @@ -31,11 +31,10 @@ Tags: - 百度云 - 百度云管家 - 网盘 -# Agreements: ReleaseNotes: 1. 修复了已知问题,优化了使用体验~ ReleaseNotesUrl: https://pan.baidu.com/disk/version PurchaseUrl: https://pan.baidu.com/buy/center # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.27.1/Baidu.BaiduNetdisk.yaml b/manifests/b/Baidu/BaiduNetdisk/7.27.1/Baidu.BaiduNetdisk.yaml index 9c5457a5f659e..5f4f133e5dec2 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.27.1/Baidu.BaiduNetdisk.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.27.1/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.27.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.28.0/Baidu.BaiduNetdisk.installer.yaml b/manifests/b/Baidu/BaiduNetdisk/7.28.0/Baidu.BaiduNetdisk.installer.yaml index d08fc037ce5d6..edad82b27d7f1 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.28.0/Baidu.BaiduNetdisk.installer.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.28.0/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.28.0 @@ -17,4 +17,4 @@ Installers: InstallerSha256: C995E7FA40297F52B4F378EC31F7176B98FDAC0C4399665BFAD26E9F7FB57308 ProductCode: 百度云管家 ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.28.0/Baidu.BaiduNetdisk.locale.en-US.yaml b/manifests/b/Baidu/BaiduNetdisk/7.28.0/Baidu.BaiduNetdisk.locale.en-US.yaml index b00abb222ea4b..a33f795b3c9f3 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.28.0/Baidu.BaiduNetdisk.locale.en-US.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.28.0/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.28.0 @@ -19,6 +19,7 @@ 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. +# Moniker: Tags: - backup - cloud @@ -30,7 +31,10 @@ Tags: - share - sync - upload +# ReleaseNotes: ReleaseNotesUrl: https://pan.baidu.com/disk/version PurchaseUrl: https://pan.baidu.com/buy/center +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.28.0/Baidu.BaiduNetdisk.locale.zh-CN.yaml b/manifests/b/Baidu/BaiduNetdisk/7.28.0/Baidu.BaiduNetdisk.locale.zh-CN.yaml index a6391df5bf12c..8efee053de015 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.28.0/Baidu.BaiduNetdisk.locale.zh-CN.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.28.0/Baidu.BaiduNetdisk.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with Komac v1.6.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: Baidu.BaiduNetdisk PackageVersion: 7.28.0 @@ -17,6 +17,7 @@ Copyright: Copyright © 2023Baidu,Inc.All rights reserved CopyrightUrl: https://www.baidu.com/duty/copyright.html ShortDescription: 百度公司出品的个人云服务产品 Description: 百度网盘是一款省心、好用的超级云存储产品,已为超过 7 亿用户提供云服务,空间超大,支持多类型文件的备份、分享、查看和处理,自建多个数据存储中心,更有两项国际顶尖安全认证 ISO27001&ISO27018 为用户数据安全提供护航。如果你想备份文件数据,释放手机空间,给别人分享文件或是对文件进行在线操作,选百度网盘就对了! +# Moniker: Tags: - 上传 - 下载 @@ -33,5 +34,7 @@ Tags: ReleaseNotes: 1. 修复了已知问题,优化了使用体验~ ReleaseNotesUrl: https://pan.baidu.com/disk/version PurchaseUrl: https://pan.baidu.com/buy/center +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.28.0/Baidu.BaiduNetdisk.yaml b/manifests/b/Baidu/BaiduNetdisk/7.28.0/Baidu.BaiduNetdisk.yaml index c4d76dc708b6c..e6c0dac5bea79 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.28.0/Baidu.BaiduNetdisk.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.28.0/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.28.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.28.1/Baidu.BaiduNetdisk.installer.yaml b/manifests/b/Baidu/BaiduNetdisk/7.28.1/Baidu.BaiduNetdisk.installer.yaml index 00d663f15b5a3..58ebae06160c8 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.28.1/Baidu.BaiduNetdisk.installer.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.28.1/Baidu.BaiduNetdisk.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.6 $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: Baidu.BaiduNetdisk PackageVersion: 7.28.1 @@ -17,4 +17,4 @@ Installers: InstallerSha256: 93F6C3035F3D3369E3B0548A683BC1D72FB4B64291C6FC9C6A9D1D0F7A45B3A3 ProductCode: 百度云管家 ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.28.1/Baidu.BaiduNetdisk.locale.en-US.yaml b/manifests/b/Baidu/BaiduNetdisk/7.28.1/Baidu.BaiduNetdisk.locale.en-US.yaml index c8a35b670c8bb..3ab816a92ecea 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.28.1/Baidu.BaiduNetdisk.locale.en-US.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.28.1/Baidu.BaiduNetdisk.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.6 $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: Baidu.BaiduNetdisk PackageVersion: 7.28.1 @@ -29,11 +29,10 @@ Tags: - share - sync - upload -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://pan.baidu.com/disk/version PurchaseUrl: https://pan.baidu.com/buy/center # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.28.1/Baidu.BaiduNetdisk.locale.zh-CN.yaml b/manifests/b/Baidu/BaiduNetdisk/7.28.1/Baidu.BaiduNetdisk.locale.zh-CN.yaml index 60900fd4b6c60..e5d46fdc27328 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.28.1/Baidu.BaiduNetdisk.locale.zh-CN.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.28.1/Baidu.BaiduNetdisk.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.6 $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: Baidu.BaiduNetdisk PackageVersion: 7.28.1 @@ -31,11 +31,10 @@ Tags: - 百度云 - 百度云管家 - 网盘 -# Agreements: ReleaseNotes: 1. 修复了已知问题,优化了使用体验~ ReleaseNotesUrl: https://pan.baidu.com/disk/version PurchaseUrl: https://pan.baidu.com/buy/center # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.28.1/Baidu.BaiduNetdisk.yaml b/manifests/b/Baidu/BaiduNetdisk/7.28.1/Baidu.BaiduNetdisk.yaml index 4d4b72643de0c..68d4cfa905764 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.28.1/Baidu.BaiduNetdisk.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.28.1/Baidu.BaiduNetdisk.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.6 $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: Baidu.BaiduNetdisk PackageVersion: 7.28.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.29.0/Baidu.BaiduNetdisk.installer.yaml b/manifests/b/Baidu/BaiduNetdisk/7.29.0/Baidu.BaiduNetdisk.installer.yaml index e2d04fa5365d4..0ec2e2d0d8f35 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.29.0/Baidu.BaiduNetdisk.installer.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.29.0/Baidu.BaiduNetdisk.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.6 $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: Baidu.BaiduNetdisk PackageVersion: 7.29.0 @@ -17,4 +17,4 @@ Installers: InstallerSha256: B23172014E29A27952DEBDE5E8EDCECC2DB9D3C13A9CFE78BB3ADC4E892349FA ProductCode: 百度云管家 ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.29.0/Baidu.BaiduNetdisk.locale.en-US.yaml b/manifests/b/Baidu/BaiduNetdisk/7.29.0/Baidu.BaiduNetdisk.locale.en-US.yaml index 8b4db847f57df..0bfa262949a26 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.29.0/Baidu.BaiduNetdisk.locale.en-US.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.29.0/Baidu.BaiduNetdisk.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.6 $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: Baidu.BaiduNetdisk PackageVersion: 7.29.0 @@ -29,11 +29,10 @@ Tags: - share - sync - upload -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://pan.baidu.com/disk/version PurchaseUrl: https://pan.baidu.com/buy/center # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.29.0/Baidu.BaiduNetdisk.locale.zh-CN.yaml b/manifests/b/Baidu/BaiduNetdisk/7.29.0/Baidu.BaiduNetdisk.locale.zh-CN.yaml index 46704bfa675e9..241da84352e8d 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.29.0/Baidu.BaiduNetdisk.locale.zh-CN.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.29.0/Baidu.BaiduNetdisk.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.6 $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: Baidu.BaiduNetdisk PackageVersion: 7.29.0 @@ -31,7 +31,6 @@ Tags: - 百度云 - 百度云管家 - 网盘 -# Agreements: ReleaseNotes: |- 1. 百度网盘云一朵来了,快来预约体验吧 2. 视频大小缩放更自如,选集新增精简模式~ @@ -40,4 +39,4 @@ PurchaseUrl: https://pan.baidu.com/buy/center # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.29.0/Baidu.BaiduNetdisk.yaml b/manifests/b/Baidu/BaiduNetdisk/7.29.0/Baidu.BaiduNetdisk.yaml index 7d624bcdc9339..92a5e08cb5c67 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.29.0/Baidu.BaiduNetdisk.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.29.0/Baidu.BaiduNetdisk.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.6 $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: Baidu.BaiduNetdisk PackageVersion: 7.29.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.29.2/Baidu.BaiduNetdisk.installer.yaml b/manifests/b/Baidu/BaiduNetdisk/7.29.2/Baidu.BaiduNetdisk.installer.yaml index a53be6db057f7..b4d9e288f2b5f 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.29.2/Baidu.BaiduNetdisk.installer.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.29.2/Baidu.BaiduNetdisk.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.6 $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: Baidu.BaiduNetdisk PackageVersion: 7.29.2 @@ -17,4 +17,4 @@ Installers: InstallerSha256: 3EDDFAC1CF1F757AF86FCD073819BFBB804C138FF1D556B63947A18809E70631 ProductCode: 百度云管家 ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.29.2/Baidu.BaiduNetdisk.locale.en-US.yaml b/manifests/b/Baidu/BaiduNetdisk/7.29.2/Baidu.BaiduNetdisk.locale.en-US.yaml index c901f5ef4be30..0bb73bae05407 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.29.2/Baidu.BaiduNetdisk.locale.en-US.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.29.2/Baidu.BaiduNetdisk.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.6 $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: Baidu.BaiduNetdisk PackageVersion: 7.29.2 @@ -29,11 +29,10 @@ Tags: - share - sync - upload -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://pan.baidu.com/disk/version PurchaseUrl: https://pan.baidu.com/buy/center # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.29.2/Baidu.BaiduNetdisk.locale.zh-CN.yaml b/manifests/b/Baidu/BaiduNetdisk/7.29.2/Baidu.BaiduNetdisk.locale.zh-CN.yaml index ba901d77c8fcb..4a64565ed9462 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.29.2/Baidu.BaiduNetdisk.locale.zh-CN.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.29.2/Baidu.BaiduNetdisk.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.6 $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: Baidu.BaiduNetdisk PackageVersion: 7.29.2 @@ -31,7 +31,6 @@ Tags: - 百度云 - 百度云管家 - 网盘 -# Agreements: ReleaseNotes: |- 1. 百度网盘云一朵来了,快来预约体验吧 2. 视频大小缩放更自如,选集新增精简模式~ @@ -40,4 +39,4 @@ PurchaseUrl: https://pan.baidu.com/buy/center # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.29.2/Baidu.BaiduNetdisk.yaml b/manifests/b/Baidu/BaiduNetdisk/7.29.2/Baidu.BaiduNetdisk.yaml index 12710433f701b..1e1a4f7130ed3 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.29.2/Baidu.BaiduNetdisk.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.29.2/Baidu.BaiduNetdisk.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.6 $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: Baidu.BaiduNetdisk PackageVersion: 7.29.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.29.4/Baidu.BaiduNetdisk.installer.yaml b/manifests/b/Baidu/BaiduNetdisk/7.29.4/Baidu.BaiduNetdisk.installer.yaml index a2bb0af2d7d0a..04ab445012ce0 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.29.4/Baidu.BaiduNetdisk.installer.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.29.4/Baidu.BaiduNetdisk.installer.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Automation 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: Baidu.BaiduNetdisk PackageVersion: 7.29.4 @@ -17,4 +17,4 @@ Installers: InstallerSha256: 5DEB74C0FBACD76C0DF7D55E68999CC021BD4B84311563FDD601C46BBC6912E2 ProductCode: 百度云管家 ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.29.4/Baidu.BaiduNetdisk.locale.en-US.yaml b/manifests/b/Baidu/BaiduNetdisk/7.29.4/Baidu.BaiduNetdisk.locale.en-US.yaml index e27013ae2c364..4a3379da66cab 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.29.4/Baidu.BaiduNetdisk.locale.en-US.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.29.4/Baidu.BaiduNetdisk.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Automation 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: Baidu.BaiduNetdisk PackageVersion: 7.29.4 @@ -19,6 +19,7 @@ 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. +# Moniker: Tags: - backup - cloud @@ -30,7 +31,10 @@ Tags: - share - sync - upload +# ReleaseNotes: ReleaseNotesUrl: https://pan.baidu.com/disk/version PurchaseUrl: https://pan.baidu.com/buy/center +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.29.4/Baidu.BaiduNetdisk.locale.zh-CN.yaml b/manifests/b/Baidu/BaiduNetdisk/7.29.4/Baidu.BaiduNetdisk.locale.zh-CN.yaml index f76bc66c911ea..1dd5a30d2caf5 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.29.4/Baidu.BaiduNetdisk.locale.zh-CN.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.29.4/Baidu.BaiduNetdisk.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Automation using 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: Baidu.BaiduNetdisk PackageVersion: 7.29.4 @@ -17,6 +17,7 @@ Copyright: Copyright © 2023Baidu,Inc.All rights reserved CopyrightUrl: https://www.baidu.com/duty/copyright.html ShortDescription: 百度公司出品的个人云服务产品 Description: 百度网盘是一款省心、好用的超级云存储产品,已为超过 7 亿用户提供云服务,空间超大,支持多类型文件的备份、分享、查看和处理,自建多个数据存储中心,更有两项国际顶尖安全认证 ISO27001&ISO27018 为用户数据安全提供护航。如果你想备份文件数据,释放手机空间,给别人分享文件或是对文件进行在线操作,选百度网盘就对了! +# Moniker: Tags: - 上传 - 下载 @@ -35,5 +36,7 @@ ReleaseNotes: |- 2. 视频大小缩放更自如,选集新增精简模式~ ReleaseNotesUrl: https://pan.baidu.com/disk/version PurchaseUrl: https://pan.baidu.com/buy/center +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.29.4/Baidu.BaiduNetdisk.yaml b/manifests/b/Baidu/BaiduNetdisk/7.29.4/Baidu.BaiduNetdisk.yaml index 34e0a37905f0b..051c842c3de3a 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.29.4/Baidu.BaiduNetdisk.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.29.4/Baidu.BaiduNetdisk.yaml @@ -1,8 +1,8 @@ -# Created with WinGet Automation 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: Baidu.BaiduNetdisk PackageVersion: 7.29.4 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.29.5/Baidu.BaiduNetdisk.installer.yaml b/manifests/b/Baidu/BaiduNetdisk/7.29.5/Baidu.BaiduNetdisk.installer.yaml index 244220a8720ef..b23a4aa76ee7b 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.29.5/Baidu.BaiduNetdisk.installer.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.29.5/Baidu.BaiduNetdisk.installer.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.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: Baidu.BaiduNetdisk PackageVersion: 7.29.5 @@ -17,4 +17,4 @@ Installers: InstallerSha256: 54DC43242BE1B7FC818B4C14A36932BFDBC88E07A6720786AC73D5AE2E6F8CC6 ProductCode: 百度云管家 ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.29.5/Baidu.BaiduNetdisk.locale.en-US.yaml b/manifests/b/Baidu/BaiduNetdisk/7.29.5/Baidu.BaiduNetdisk.locale.en-US.yaml index e58a95e689c4e..44bb8916e9481 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.29.5/Baidu.BaiduNetdisk.locale.en-US.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.29.5/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.29.5 @@ -37,4 +37,4 @@ PurchaseUrl: https://pan.baidu.com/buy/center # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.29.5/Baidu.BaiduNetdisk.locale.zh-CN.yaml b/manifests/b/Baidu/BaiduNetdisk/7.29.5/Baidu.BaiduNetdisk.locale.zh-CN.yaml index c0144370ba437..613fb3df6af40 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.29.5/Baidu.BaiduNetdisk.locale.zh-CN.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.29.5/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.29.5 @@ -37,4 +37,4 @@ PurchaseUrl: https://pan.baidu.com/buy/center # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.29.5/Baidu.BaiduNetdisk.yaml b/manifests/b/Baidu/BaiduNetdisk/7.29.5/Baidu.BaiduNetdisk.yaml index 5e0c7fe12c261..168ce31e929d5 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.29.5/Baidu.BaiduNetdisk.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.29.5/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.29.5 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.30.0/Baidu.BaiduNetdisk.installer.yaml b/manifests/b/Baidu/BaiduNetdisk/7.30.0/Baidu.BaiduNetdisk.installer.yaml index 0005fde300d0c..e3006b01d6b7d 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.30.0/Baidu.BaiduNetdisk.installer.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.30.0/Baidu.BaiduNetdisk.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.8 $debug=QUSU.CRLF.7-3-5.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: Baidu.BaiduNetdisk PackageVersion: 7.30.0 @@ -17,4 +17,4 @@ Installers: InstallerSha256: 83292F93D12D4FB75A0BD362D32BEBD4790B1A3E377408BAD2BC09569D2C27ED ProductCode: 百度云管家 ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.30.0/Baidu.BaiduNetdisk.locale.en-US.yaml b/manifests/b/Baidu/BaiduNetdisk/7.30.0/Baidu.BaiduNetdisk.locale.en-US.yaml index 6d75e140d64d8..cc3d56bfb56f0 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.30.0/Baidu.BaiduNetdisk.locale.en-US.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.30.0/Baidu.BaiduNetdisk.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.8 $debug=QUSU.CRLF.7-3-5.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: Baidu.BaiduNetdisk PackageVersion: 7.30.0 @@ -37,4 +37,4 @@ PurchaseUrl: https://pan.baidu.com/buy/center # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.30.0/Baidu.BaiduNetdisk.locale.zh-CN.yaml b/manifests/b/Baidu/BaiduNetdisk/7.30.0/Baidu.BaiduNetdisk.locale.zh-CN.yaml index 419cb8198427b..03aacc8a42242 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.30.0/Baidu.BaiduNetdisk.locale.zh-CN.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.30.0/Baidu.BaiduNetdisk.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.8 $debug=QUSU.CRLF.7-3-5.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: Baidu.BaiduNetdisk PackageVersion: 7.30.0 @@ -39,4 +39,4 @@ PurchaseUrl: https://pan.baidu.com/buy/center # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.30.0/Baidu.BaiduNetdisk.yaml b/manifests/b/Baidu/BaiduNetdisk/7.30.0/Baidu.BaiduNetdisk.yaml index 52f26e2a7a1a4..42e83cf548381 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.30.0/Baidu.BaiduNetdisk.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.30.0/Baidu.BaiduNetdisk.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.8 $debug=QUSU.CRLF.7-3-5.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: Baidu.BaiduNetdisk PackageVersion: 7.30.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.31.0/Baidu.BaiduNetdisk.installer.yaml b/manifests/b/Baidu/BaiduNetdisk/7.31.0/Baidu.BaiduNetdisk.installer.yaml index 122be1b9db433..ccf1f401be86a 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.31.0/Baidu.BaiduNetdisk.installer.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.31.0/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.31.0 @@ -10,11 +10,11 @@ InstallerSuccessCodes: UpgradeBehavior: install Protocols: - baiduyunguanjia -ProductCode: 百度云管家 ReleaseDate: 2023-07-26 Installers: - Architecture: x86 InstallerUrl: https://issuepcdn.baidupcs.com/issue/netdisk/yunguanjia/BaiduNetdisk_7.31.0.4.exe InstallerSha256: 561E345034F9D06FC7E5E15FBAC8557AE911E6E0BFB6B6E1A2D46B1DF7530583 + ProductCode: 百度云管家 ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.31.0/Baidu.BaiduNetdisk.locale.en-US.yaml b/manifests/b/Baidu/BaiduNetdisk/7.31.0/Baidu.BaiduNetdisk.locale.en-US.yaml index 6fb8aa5d146a1..6226f6d097752 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.31.0/Baidu.BaiduNetdisk.locale.en-US.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.31.0/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.31.0 @@ -19,6 +19,7 @@ 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. +# Moniker: Tags: - backup - cloud @@ -30,7 +31,10 @@ Tags: - share - sync - upload +# ReleaseNotes: ReleaseNotesUrl: https://pan.baidu.com/disk/version PurchaseUrl: https://pan.baidu.com/buy/center +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.31.0/Baidu.BaiduNetdisk.locale.zh-CN.yaml b/manifests/b/Baidu/BaiduNetdisk/7.31.0/Baidu.BaiduNetdisk.locale.zh-CN.yaml index 7cb714f680395..900ce213efdf8 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.31.0/Baidu.BaiduNetdisk.locale.zh-CN.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.31.0/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.31.0 @@ -17,6 +17,7 @@ Copyright: Copyright © 2023Baidu,Inc.All rights reserved CopyrightUrl: https://www.baidu.com/duty/copyright.html ShortDescription: 百度公司出品的个人云服务产品 Description: 百度网盘是一款省心、好用的超级云存储产品,已为超过 7 亿用户提供云服务,空间超大,支持多类型文件的备份、分享、查看和处理,自建多个数据存储中心,更有两项国际顶尖安全认证 ISO27001&ISO27018 为用户数据安全提供护航。如果你想备份文件数据,释放手机空间,给别人分享文件或是对文件进行在线操作,选百度网盘就对了! +# Moniker: Tags: - 上传 - 下载 @@ -35,5 +36,7 @@ ReleaseNotes: |- 2. 修复了已知问题,优化了使用体验~ ReleaseNotesUrl: https://pan.baidu.com/disk/version PurchaseUrl: https://pan.baidu.com/buy/center +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.31.0/Baidu.BaiduNetdisk.yaml b/manifests/b/Baidu/BaiduNetdisk/7.31.0/Baidu.BaiduNetdisk.yaml index 9248f638a5af4..45a2e77ffcb9d 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.31.0/Baidu.BaiduNetdisk.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.31.0/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.31.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.31.1/Baidu.BaiduNetdisk.installer.yaml b/manifests/b/Baidu/BaiduNetdisk/7.31.1/Baidu.BaiduNetdisk.installer.yaml index bca687c38967c..28ebd414d0489 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.31.1/Baidu.BaiduNetdisk.installer.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.31.1/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.31.1 @@ -10,11 +10,11 @@ InstallerSuccessCodes: UpgradeBehavior: install Protocols: - baiduyunguanjia -ProductCode: 百度云管家 ReleaseDate: 2023-07-31 Installers: - Architecture: x86 InstallerUrl: https://issuepcdn.baidupcs.com/issue/netdisk/yunguanjia/BaiduNetdisk_7.31.1.3.exe InstallerSha256: 3831ED8E65E220AFC2DA768CB5270DFB8317F8B10B17B79C1BA9F87AAFF8138C + ProductCode: 百度云管家 ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.31.1/Baidu.BaiduNetdisk.locale.en-US.yaml b/manifests/b/Baidu/BaiduNetdisk/7.31.1/Baidu.BaiduNetdisk.locale.en-US.yaml index a63aaec0fdfd1..1543bf1cb1f54 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.31.1/Baidu.BaiduNetdisk.locale.en-US.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.31.1/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.31.1 @@ -19,6 +19,7 @@ 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. +# Moniker: Tags: - backup - cloud @@ -30,7 +31,10 @@ Tags: - share - sync - upload +# ReleaseNotes: ReleaseNotesUrl: https://pan.baidu.com/disk/version PurchaseUrl: https://pan.baidu.com/buy/center +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.31.1/Baidu.BaiduNetdisk.locale.zh-CN.yaml b/manifests/b/Baidu/BaiduNetdisk/7.31.1/Baidu.BaiduNetdisk.locale.zh-CN.yaml index d9eea840b1c2f..8f21e87910d12 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.31.1/Baidu.BaiduNetdisk.locale.zh-CN.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.31.1/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.31.1 @@ -17,6 +17,7 @@ Copyright: Copyright © 2023Baidu,Inc.All rights reserved CopyrightUrl: https://www.baidu.com/duty/copyright.html ShortDescription: 百度公司出品的个人云服务产品 Description: 百度网盘是一款省心、好用的超级云存储产品,已为超过 7 亿用户提供云服务,空间超大,支持多类型文件的备份、分享、查看和处理,自建多个数据存储中心,更有两项国际顶尖安全认证 ISO27001&ISO27018 为用户数据安全提供护航。如果你想备份文件数据,释放手机空间,给别人分享文件或是对文件进行在线操作,选百度网盘就对了! +# Moniker: Tags: - 上传 - 下载 @@ -35,5 +36,7 @@ ReleaseNotes: |- 2. 修复了已知问题,优化了使用体验~ ReleaseNotesUrl: https://pan.baidu.com/disk/version PurchaseUrl: https://pan.baidu.com/buy/center +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.31.1/Baidu.BaiduNetdisk.yaml b/manifests/b/Baidu/BaiduNetdisk/7.31.1/Baidu.BaiduNetdisk.yaml index 7f4e13c6e199d..06c9843053f99 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.31.1/Baidu.BaiduNetdisk.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.31.1/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.31.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.33.0/Baidu.BaiduNetdisk.installer.yaml b/manifests/b/Baidu/BaiduNetdisk/7.33.0/Baidu.BaiduNetdisk.installer.yaml index 012d2e345ad9a..8e93eab12631b 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.33.0/Baidu.BaiduNetdisk.installer.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.33.0/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.33.0 @@ -10,11 +10,11 @@ InstallerSuccessCodes: UpgradeBehavior: install Protocols: - baiduyunguanjia -ProductCode: 百度云管家 ReleaseDate: 2023-09-19 Installers: - Architecture: x86 InstallerUrl: https://issuepcdn.baidupcs.com/issue/netdisk/yunguanjia/BaiduNetdisk_7.33.0.7.exe InstallerSha256: 278EBBDE872E0801CB8375933CCCC6FCDED79C7194CB6D6DD0EA7619E24FE37B + ProductCode: 百度云管家 ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.33.0/Baidu.BaiduNetdisk.locale.en-US.yaml b/manifests/b/Baidu/BaiduNetdisk/7.33.0/Baidu.BaiduNetdisk.locale.en-US.yaml index 982a0d8111f3f..8e28ca4301b7a 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.33.0/Baidu.BaiduNetdisk.locale.en-US.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.33.0/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.33.0 @@ -19,6 +19,7 @@ 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. +# Moniker: Tags: - backup - cloud @@ -30,7 +31,10 @@ Tags: - share - sync - upload +# ReleaseNotes: ReleaseNotesUrl: https://pan.baidu.com/disk/version PurchaseUrl: https://pan.baidu.com/buy/center +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.33.0/Baidu.BaiduNetdisk.locale.zh-CN.yaml b/manifests/b/Baidu/BaiduNetdisk/7.33.0/Baidu.BaiduNetdisk.locale.zh-CN.yaml index 2bdeec33a007a..6f8eaeb129302 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.33.0/Baidu.BaiduNetdisk.locale.zh-CN.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.33.0/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.33.0 @@ -17,6 +17,7 @@ Copyright: Copyright © 2023Baidu,Inc.All rights reserved CopyrightUrl: https://www.baidu.com/duty/copyright.html ShortDescription: 百度公司出品的个人云服务产品 Description: 百度网盘是一款省心、好用的超级云存储产品,已为超过 7 亿用户提供云服务,空间超大,支持多类型文件的备份、分享、查看和处理,自建多个数据存储中心,更有两项国际顶尖安全认证 ISO27001&ISO27018 为用户数据安全提供护航。如果你想备份文件数据,释放手机空间,给别人分享文件或是对文件进行在线操作,选百度网盘就对了! +# Moniker: Tags: - 上传 - 下载 @@ -36,5 +37,7 @@ ReleaseNotes: |- 3. 网盘支持同时播放视频和音频啦!~ ReleaseNotesUrl: https://pan.baidu.com/disk/version PurchaseUrl: https://pan.baidu.com/buy/center +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.33.0/Baidu.BaiduNetdisk.yaml b/manifests/b/Baidu/BaiduNetdisk/7.33.0/Baidu.BaiduNetdisk.yaml index cfffe9bb7e5d3..79be6863189ce 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.33.0/Baidu.BaiduNetdisk.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.33.0/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.33.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.34.1/Baidu.BaiduNetdisk.installer.yaml b/manifests/b/Baidu/BaiduNetdisk/7.34.1/Baidu.BaiduNetdisk.installer.yaml index 88bcc2ba01f3c..bafe3a17ba599 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.34.1/Baidu.BaiduNetdisk.installer.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.34.1/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.34.1 @@ -17,4 +17,4 @@ Installers: InstallerSha256: B1EA7A7F882553B591EED350C942BC22AC57EA8BC7531FAC7AB8D6A407AB0A37 ProductCode: 百度云管家 ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.34.1/Baidu.BaiduNetdisk.locale.en-US.yaml b/manifests/b/Baidu/BaiduNetdisk/7.34.1/Baidu.BaiduNetdisk.locale.en-US.yaml index 7fd973b86b99a..c930bc5ff3e1d 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.34.1/Baidu.BaiduNetdisk.locale.en-US.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.34.1/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.34.1 @@ -37,4 +37,4 @@ PurchaseUrl: https://pan.baidu.com/buy/center # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.34.1/Baidu.BaiduNetdisk.locale.zh-CN.yaml b/manifests/b/Baidu/BaiduNetdisk/7.34.1/Baidu.BaiduNetdisk.locale.zh-CN.yaml index 92124c64c1c0e..31e6170ca89a7 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.34.1/Baidu.BaiduNetdisk.locale.zh-CN.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.34.1/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.34.1 @@ -17,6 +17,7 @@ Copyright: Copyright © 2023Baidu,Inc.All rights reserved CopyrightUrl: https://www.baidu.com/duty/copyright.html ShortDescription: 百度公司出品的个人云服务产品 Description: 百度网盘是一款省心、好用的超级云存储产品,已为超过 7 亿用户提供云服务,空间超大,支持多类型文件的备份、分享、查看和处理,自建多个数据存储中心,更有两项国际顶尖安全认证 ISO27001&ISO27018 为用户数据安全提供护航。如果你想备份文件数据,释放手机空间,给别人分享文件或是对文件进行在线操作,选百度网盘就对了! +# Moniker: Tags: - 上传 - 下载 @@ -35,5 +36,7 @@ ReleaseNotes: |- 2. 云一朵在视频全屏下会推荐一些好用功能,快来探索吧~ ReleaseNotesUrl: https://pan.baidu.com/disk/version PurchaseUrl: https://pan.baidu.com/buy/center +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.34.1/Baidu.BaiduNetdisk.yaml b/manifests/b/Baidu/BaiduNetdisk/7.34.1/Baidu.BaiduNetdisk.yaml index c523418a14acc..b4d52bc1f1530 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.34.1/Baidu.BaiduNetdisk.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.34.1/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.34.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.35.0/Baidu.BaiduNetdisk.installer.yaml b/manifests/b/Baidu/BaiduNetdisk/7.35.0/Baidu.BaiduNetdisk.installer.yaml index 0552d5340cdf0..bb73b303c2113 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.35.0/Baidu.BaiduNetdisk.installer.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.35.0/Baidu.BaiduNetdisk.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 YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Baidu.BaiduNetdisk PackageVersion: 7.35.0 @@ -17,4 +17,4 @@ Installers: InstallerSha256: CFE4B17351BEF24B4D8D0CFF55421C8DDD4E0E6CA951BD677570983B2F0FDCE2 ProductCode: 百度云管家 ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.35.0/Baidu.BaiduNetdisk.locale.en-US.yaml b/manifests/b/Baidu/BaiduNetdisk/7.35.0/Baidu.BaiduNetdisk.locale.en-US.yaml index c0d45ed683a8e..6842b5d0f4956 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.35.0/Baidu.BaiduNetdisk.locale.en-US.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.35.0/Baidu.BaiduNetdisk.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 YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Baidu.BaiduNetdisk PackageVersion: 7.35.0 @@ -37,4 +37,4 @@ PurchaseUrl: https://pan.baidu.com/buy/center # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.35.0/Baidu.BaiduNetdisk.locale.zh-CN.yaml b/manifests/b/Baidu/BaiduNetdisk/7.35.0/Baidu.BaiduNetdisk.locale.zh-CN.yaml index e6dff8950c0d1..d2a2cd0c8d342 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.35.0/Baidu.BaiduNetdisk.locale.zh-CN.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.35.0/Baidu.BaiduNetdisk.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 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: Baidu.BaiduNetdisk PackageVersion: 7.35.0 @@ -39,4 +39,4 @@ PurchaseUrl: https://pan.baidu.com/buy/center # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.35.0/Baidu.BaiduNetdisk.yaml b/manifests/b/Baidu/BaiduNetdisk/7.35.0/Baidu.BaiduNetdisk.yaml index 7104b9227c322..f00b180c8e017 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.35.0/Baidu.BaiduNetdisk.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.35.0/Baidu.BaiduNetdisk.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 YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Baidu.BaiduNetdisk PackageVersion: 7.35.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.35.1/Baidu.BaiduNetdisk.installer.yaml b/manifests/b/Baidu/BaiduNetdisk/7.35.1/Baidu.BaiduNetdisk.installer.yaml index 9f2db0412a34c..f301aab4bfc68 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.35.1/Baidu.BaiduNetdisk.installer.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.35.1/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.35.1 @@ -10,11 +10,11 @@ InstallerSuccessCodes: UpgradeBehavior: install Protocols: - baiduyunguanjia -ProductCode: 百度云管家 ReleaseDate: 2023-11-30 Installers: - Architecture: x86 InstallerUrl: https://pkg-ant.baidu.com/issue/netdisk/yunguanjia/BaiduNetdisk_7.35.1.2.exe InstallerSha256: A8951F4DEF2E15401AECCEE353D83EAC94E31418AC16AA0D765E529C81FCC160 + ProductCode: 百度云管家 ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.35.1/Baidu.BaiduNetdisk.locale.en-US.yaml b/manifests/b/Baidu/BaiduNetdisk/7.35.1/Baidu.BaiduNetdisk.locale.en-US.yaml index 6caaef4a4525f..c9d919a1bf9e3 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.35.1/Baidu.BaiduNetdisk.locale.en-US.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.35.1/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.35.1 @@ -19,6 +19,7 @@ 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. +# Moniker: Tags: - backup - cloud @@ -30,7 +31,10 @@ Tags: - share - sync - upload +# ReleaseNotes: ReleaseNotesUrl: https://pan.baidu.com/disk/version PurchaseUrl: https://pan.baidu.com/buy/center +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.35.1/Baidu.BaiduNetdisk.locale.zh-CN.yaml b/manifests/b/Baidu/BaiduNetdisk/7.35.1/Baidu.BaiduNetdisk.locale.zh-CN.yaml index 522396e7c903a..d9e0004349079 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.35.1/Baidu.BaiduNetdisk.locale.zh-CN.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.35.1/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.35.1 @@ -17,6 +17,7 @@ Copyright: Copyright © 2023Baidu,Inc.All rights reserved CopyrightUrl: https://www.baidu.com/duty/copyright.html ShortDescription: 百度公司出品的个人云服务产品 Description: 百度网盘是一款省心、好用的超级云存储产品,已为超过 7 亿用户提供云服务,空间超大,支持多类型文件的备份、分享、查看和处理,自建多个数据存储中心,更有两项国际顶尖安全认证 ISO27001&ISO27018 为用户数据安全提供护航。如果你想备份文件数据,释放手机空间,给别人分享文件或是对文件进行在线操作,选百度网盘就对了! +# Moniker: Tags: - 上传 - 下载 @@ -35,5 +36,7 @@ ReleaseNotes: |- 2. 搜索功能更进一步,文件夹内可直接搜索对应文件 ReleaseNotesUrl: https://pan.baidu.com/disk/version PurchaseUrl: https://pan.baidu.com/buy/center +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.35.1/Baidu.BaiduNetdisk.yaml b/manifests/b/Baidu/BaiduNetdisk/7.35.1/Baidu.BaiduNetdisk.yaml index b3e0b5a351301..2b94d2833c42e 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.35.1/Baidu.BaiduNetdisk.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.35.1/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.35.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.37.0/Baidu.BaiduNetdisk.installer.yaml b/manifests/b/Baidu/BaiduNetdisk/7.37.0/Baidu.BaiduNetdisk.installer.yaml index c2ade63c969e1..329327cbeb99a 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.37.0/Baidu.BaiduNetdisk.installer.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.37.0/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.37.0 @@ -18,4 +18,4 @@ Installers: InstallerSha256: DD4CCC2534E359C046DC98ECF171AF451FDFC5772DD38B1A356E7C85FCD2B94B ProductCode: 百度云管家 ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.37.0/Baidu.BaiduNetdisk.locale.en-US.yaml b/manifests/b/Baidu/BaiduNetdisk/7.37.0/Baidu.BaiduNetdisk.locale.en-US.yaml index fa5ba4f38b3a2..21a281d5df730 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.37.0/Baidu.BaiduNetdisk.locale.en-US.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.37.0/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.37.0 @@ -34,4 +34,4 @@ Tags: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.37.0/Baidu.BaiduNetdisk.locale.zh-CN.yaml b/manifests/b/Baidu/BaiduNetdisk/7.37.0/Baidu.BaiduNetdisk.locale.zh-CN.yaml index 094803e3b78a3..2fdc81ed76288 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.37.0/Baidu.BaiduNetdisk.locale.zh-CN.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.37.0/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.37.0 @@ -38,4 +38,4 @@ ReleaseNotes: |- # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.37.0/Baidu.BaiduNetdisk.yaml b/manifests/b/Baidu/BaiduNetdisk/7.37.0/Baidu.BaiduNetdisk.yaml index 43db349a6afe4..a69f8ac908353 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.37.0/Baidu.BaiduNetdisk.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.37.0/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.37.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.37.5/Baidu.BaiduNetdisk.installer.yaml b/manifests/b/Baidu/BaiduNetdisk/7.37.5/Baidu.BaiduNetdisk.installer.yaml index 42a15157b430a..e709b275dabc0 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.37.5/Baidu.BaiduNetdisk.installer.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.37.5/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.37.5 @@ -18,4 +18,4 @@ Installers: InstallerSha256: 7E2CE818C2999AF97ECE03AD00EE5022AB7C4C5887AE4D45842F3436404AB004 ProductCode: 百度云管家 ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.37.5/Baidu.BaiduNetdisk.locale.en-US.yaml b/manifests/b/Baidu/BaiduNetdisk/7.37.5/Baidu.BaiduNetdisk.locale.en-US.yaml index 5ece32660e4d1..4612feabd8d5f 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.37.5/Baidu.BaiduNetdisk.locale.en-US.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.37.5/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.37.5 @@ -34,4 +34,4 @@ Tags: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.37.5/Baidu.BaiduNetdisk.locale.zh-CN.yaml b/manifests/b/Baidu/BaiduNetdisk/7.37.5/Baidu.BaiduNetdisk.locale.zh-CN.yaml index 6ebc92c49e670..b85c81a496dd0 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.37.5/Baidu.BaiduNetdisk.locale.zh-CN.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.37.5/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.37.5 @@ -38,4 +38,4 @@ ReleaseNotes: |- # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.37.5/Baidu.BaiduNetdisk.yaml b/manifests/b/Baidu/BaiduNetdisk/7.37.5/Baidu.BaiduNetdisk.yaml index 44aa9b0053c11..94e536c45e572 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.37.5/Baidu.BaiduNetdisk.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.37.5/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.37.5 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.38.0/Baidu.BaiduNetdisk.installer.yaml b/manifests/b/Baidu/BaiduNetdisk/7.38.0/Baidu.BaiduNetdisk.installer.yaml index ce69eac5c374f..698b697a56b17 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.38.0/Baidu.BaiduNetdisk.installer.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.38.0/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.38.0 @@ -18,4 +18,4 @@ Installers: InstallerSha256: F6DC86C5017C892554A7ADC1E4F5540C84556DA2B6CD378B5C8BC1D6CC8ED9DB ProductCode: 百度云管家 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.38.0/Baidu.BaiduNetdisk.locale.en-US.yaml b/manifests/b/Baidu/BaiduNetdisk/7.38.0/Baidu.BaiduNetdisk.locale.en-US.yaml index afad81e1f5209..b0a57f740aec3 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.38.0/Baidu.BaiduNetdisk.locale.en-US.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.38.0/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.38.0 @@ -34,4 +34,4 @@ Tags: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.38.0/Baidu.BaiduNetdisk.locale.zh-CN.yaml b/manifests/b/Baidu/BaiduNetdisk/7.38.0/Baidu.BaiduNetdisk.locale.zh-CN.yaml index 314416151826b..a6b7e1edebcad 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.38.0/Baidu.BaiduNetdisk.locale.zh-CN.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.38.0/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.38.0 @@ -39,4 +39,4 @@ ReleaseNotes: |- # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.38.0/Baidu.BaiduNetdisk.yaml b/manifests/b/Baidu/BaiduNetdisk/7.38.0/Baidu.BaiduNetdisk.yaml index 37d76f4c558c2..8f016414a95ad 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.38.0/Baidu.BaiduNetdisk.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.38.0/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.38.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.39.0/Baidu.BaiduNetdisk.installer.yaml b/manifests/b/Baidu/BaiduNetdisk/7.39.0/Baidu.BaiduNetdisk.installer.yaml index b1cddb36b7019..4115a0e514053 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.39.0/Baidu.BaiduNetdisk.installer.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.39.0/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.39.0 @@ -10,10 +10,10 @@ InstallerSuccessCodes: UpgradeBehavior: install Protocols: - baiduyunguanjia -ProductCode: 百度云管家 Installers: - Architecture: x86 InstallerUrl: https://issuepcdn.baidupcs.com/issue/netdisk/yunguanjia/BaiduNetdisk_7.39.0.4.exe InstallerSha256: D44A6278F98988EE80F15412173A630EBD5A0D3214370D38E2ADB74AC6CDEA52 + ProductCode: 百度云管家 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.39.0/Baidu.BaiduNetdisk.locale.en-US.yaml b/manifests/b/Baidu/BaiduNetdisk/7.39.0/Baidu.BaiduNetdisk.locale.en-US.yaml index 4c7ac7c7a7733..c40700f6f27e9 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.39.0/Baidu.BaiduNetdisk.locale.en-US.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.39.0/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.39.0 @@ -17,6 +17,7 @@ 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. +# Moniker: Tags: - backup - cloud @@ -28,6 +29,10 @@ Tags: - share - sync - upload +# ReleaseNotes: +# ReleaseNotesUrl: PurchaseUrl: https://pan.baidu.com/buy/center +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.39.0/Baidu.BaiduNetdisk.locale.zh-CN.yaml b/manifests/b/Baidu/BaiduNetdisk/7.39.0/Baidu.BaiduNetdisk.locale.zh-CN.yaml index 85f0e991f9bb1..c237ae045bcd6 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.39.0/Baidu.BaiduNetdisk.locale.zh-CN.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.39.0/Baidu.BaiduNetdisk.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# 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: Baidu.BaiduNetdisk PackageVersion: 7.39.0 @@ -17,6 +17,7 @@ Copyright: Copyright © 2024 Baidu, Inc. All rights reserved. CopyrightUrl: https://www.baidu.com/duty/copyright.html ShortDescription: 百度公司出品的个人云服务产品 Description: 百度网盘是一款省心、好用的超级云存储产品,已为超过 7 亿用户提供云服务,空间超大,支持多类型文件的备份、分享、查看和处理,自建多个数据存储中心,更有两项国际顶尖安全认证 ISO27001&ISO27018 为用户数据安全提供护航。如果你想备份文件数据,释放手机空间,给别人分享文件或是对文件进行在线操作,选百度网盘就对了! +# Moniker: Tags: - 上传 - 下载 @@ -30,6 +31,10 @@ Tags: - 百度云 - 百度云管家 - 网盘 +# ReleaseNotes: +# ReleaseNotesUrl: PurchaseUrl: https://pan.baidu.com/buy/center +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.39.0/Baidu.BaiduNetdisk.yaml b/manifests/b/Baidu/BaiduNetdisk/7.39.0/Baidu.BaiduNetdisk.yaml index 2cfc1fb5d68c3..5343e4c8a8daf 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.39.0/Baidu.BaiduNetdisk.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.39.0/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.39.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.39.1/Baidu.BaiduNetdisk.installer.yaml b/manifests/b/Baidu/BaiduNetdisk/7.39.1/Baidu.BaiduNetdisk.installer.yaml index 84887c182e522..2fbd7765f4e50 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.39.1/Baidu.BaiduNetdisk.installer.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.39.1/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.39.1 @@ -17,4 +17,4 @@ Installers: InstallerSha256: 0285D2413CFA37700146E9CC297EA7451225F9310694741AB7E365F261CEB848 ProductCode: 百度云管家 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.39.1/Baidu.BaiduNetdisk.locale.en-US.yaml b/manifests/b/Baidu/BaiduNetdisk/7.39.1/Baidu.BaiduNetdisk.locale.en-US.yaml index a2f8d7001e9c8..8e052d861a84e 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.39.1/Baidu.BaiduNetdisk.locale.en-US.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.39.1/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.39.1 @@ -35,4 +35,4 @@ PurchaseUrl: https://pan.baidu.com/buy/center # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.39.1/Baidu.BaiduNetdisk.locale.zh-CN.yaml b/manifests/b/Baidu/BaiduNetdisk/7.39.1/Baidu.BaiduNetdisk.locale.zh-CN.yaml index a057e5c77c1e8..0759d145d3df8 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.39.1/Baidu.BaiduNetdisk.locale.zh-CN.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.39.1/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.39.1 @@ -40,4 +40,4 @@ PurchaseUrl: https://pan.baidu.com/buy/center # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.39.1/Baidu.BaiduNetdisk.yaml b/manifests/b/Baidu/BaiduNetdisk/7.39.1/Baidu.BaiduNetdisk.yaml index f5a313381c0ed..86ea0ef0256fb 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.39.1/Baidu.BaiduNetdisk.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.39.1/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.39.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.4.3/Baidu.BaiduNetdisk.installer.yaml b/manifests/b/Baidu/BaiduNetdisk/7.4.3/Baidu.BaiduNetdisk.installer.yaml index 7e08a083deff1..2d5763360d486 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.4.3/Baidu.BaiduNetdisk.installer.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.4.3/Baidu.BaiduNetdisk.installer.yaml @@ -1,20 +1,19 @@ -# 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: Baidu.BaiduNetdisk PackageVersion: 7.4.3 +InstallerLocale: zh-CN MinimumOSVersion: 10.0.0.0 +InstallerType: nullsoft +Scope: machine InstallerSuccessCodes: - 2 +UpgradeBehavior: install Installers: -- InstallerLocale: zh-CN - Architecture: x86 - InstallerType: nullsoft - Scope: machine +- Architecture: x86 InstallerUrl: https://issuecdn.baidupcs.com/issue/netdisk/yunguanjia/BaiduNetdisk_7.4.3.3.exe InstallerSha256: C4250514AD2BC6FA385062040533B7DBD99CB86F1F800D1A23E25BBD6739D512 - ProductCode: '百度云管家' - UpgradeBehavior: install + ProductCode: 百度云管家 ManifestType: installer -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.4.3/Baidu.BaiduNetdisk.locale.en-US.yaml b/manifests/b/Baidu/BaiduNetdisk/7.4.3/Baidu.BaiduNetdisk.locale.en-US.yaml index d471c33685ccd..2929ac22bb843 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.4.3/Baidu.BaiduNetdisk.locale.en-US.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.4.3/Baidu.BaiduNetdisk.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created using YamlCreate.ps1 v1.1.5 -# 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: Baidu.BaiduNetdisk PackageVersion: 7.4.3 @@ -14,17 +14,21 @@ PackageUrl: https://pan.baidu.com License: Freeware LicenseUrl: https://pan.baidu.com/disk/duty Copyright: Copyright © 2021 Baidu, Inc. All rights reserved. -CopyrightUrl: https://ir.baidu.com/notice-right-holders-block-0 +# CopyrightUrl: https://ir.baidu.com/notice-right-holders-block-0 ShortDescription: Mass cloud file storage, freeing up local space and supporting batch download and resumable upload for large files Description: Baidu Netdisk is a free, easy-to-use cloud storage product that is serving more than 700 million users. It has mass storage and supports backup, sharing, viewing and processing multiple types of files. It also has multiple self-hosted data centers and protects users' data security under two top international security certifications ISO27001 and ISO27018. -Moniker: Baidu Netdisk +# Moniker: Tags: - cloud +- cloud-drive +- download - netdisk - share - upload -- download -- cloud drive +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.4.3/Baidu.BaiduNetdisk.locale.zh-CN.yaml b/manifests/b/Baidu/BaiduNetdisk/7.4.3/Baidu.BaiduNetdisk.locale.zh-CN.yaml index b91d44673d54d..289105a925204 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.4.3/Baidu.BaiduNetdisk.locale.zh-CN.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.4.3/Baidu.BaiduNetdisk.locale.zh-CN.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: Baidu.BaiduNetdisk PackageVersion: 7.4.3 @@ -14,18 +14,23 @@ PackageUrl: https://pan.baidu.com License: 免费软件 LicenseUrl: https://pan.baidu.com/disk/duty Copyright: Copyright © 2021 Baidu, Inc. All rights reserved. -CopyrightUrl: https://ir.baidu.com/notice-right-holders-block-0 +# CopyrightUrl: https://ir.baidu.com/notice-right-holders-block-0 ShortDescription: 海量云储存文件,释放本地空间,支持超大文件批量下载和断点续传 Description: 百度网盘是一款省心、好用的超级云存储产品,已为超过7亿用户提供云服务,空间超大,支持多类型文件的备份、分享、查看和处理,自建多个数据存储中心,更有两项国际顶尖安全认证 ISO27001&ISO27018 为用户数据安全提供护航。 +# Moniker: Tags: -- 百度云 -- 百度云管家 -- 云 -- 网盘 -- 分享 - 上传 - 下载 +- 云 - 云盘 +- 分享 +- 百度云 +- 百度云管家 +- 网盘 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.4.3/Baidu.BaiduNetdisk.yaml b/manifests/b/Baidu/BaiduNetdisk/7.4.3/Baidu.BaiduNetdisk.yaml index 484c1c8082cc7..9222e25c3ce8d 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.4.3/Baidu.BaiduNetdisk.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.4.3/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.4.3 DefaultLocale: zh-CN ManifestType: version -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.40.0/Baidu.BaiduNetdisk.installer.yaml b/manifests/b/Baidu/BaiduNetdisk/7.40.0/Baidu.BaiduNetdisk.installer.yaml index 5521ff0fea639..e30919c9aba80 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.40.0/Baidu.BaiduNetdisk.installer.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.40.0/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.40.0 @@ -17,4 +17,4 @@ Installers: InstallerSha256: B20F3FF906758DBE4F9F8021E886A56966122CFADD40B7290412DA401FE8C91F ProductCode: 百度云管家 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.40.0/Baidu.BaiduNetdisk.locale.en-US.yaml b/manifests/b/Baidu/BaiduNetdisk/7.40.0/Baidu.BaiduNetdisk.locale.en-US.yaml index 841a57066226f..00ff501692442 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.40.0/Baidu.BaiduNetdisk.locale.en-US.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.40.0/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.40.0 @@ -35,4 +35,4 @@ PurchaseUrl: https://pan.baidu.com/buy/center # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.40.0/Baidu.BaiduNetdisk.locale.zh-CN.yaml b/manifests/b/Baidu/BaiduNetdisk/7.40.0/Baidu.BaiduNetdisk.locale.zh-CN.yaml index c94571e80b8e3..808a6f3b166c3 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.40.0/Baidu.BaiduNetdisk.locale.zh-CN.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.40.0/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.40.0 @@ -41,4 +41,4 @@ PurchaseUrl: https://pan.baidu.com/buy/center # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.40.0/Baidu.BaiduNetdisk.yaml b/manifests/b/Baidu/BaiduNetdisk/7.40.0/Baidu.BaiduNetdisk.yaml index d3fa9f31fcdc7..7b3eb6737dc4c 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.40.0/Baidu.BaiduNetdisk.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.40.0/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.40.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.41.0/Baidu.BaiduNetdisk.installer.yaml b/manifests/b/Baidu/BaiduNetdisk/7.41.0/Baidu.BaiduNetdisk.installer.yaml index 178f68a1f1cc7..ad60102d5c27c 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.41.0/Baidu.BaiduNetdisk.installer.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.41.0/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.41.0 @@ -17,4 +17,4 @@ Installers: InstallerSha256: A4F847422B59D2D8EA91CD8DBD566EC443413980B23500B4CC5B021ED8B2DBA5 ProductCode: 百度云管家 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.41.0/Baidu.BaiduNetdisk.locale.en-US.yaml b/manifests/b/Baidu/BaiduNetdisk/7.41.0/Baidu.BaiduNetdisk.locale.en-US.yaml index 6ad8b32d062ab..01be24308711c 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.41.0/Baidu.BaiduNetdisk.locale.en-US.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.41.0/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.41.0 @@ -35,4 +35,4 @@ PurchaseUrl: https://pan.baidu.com/buy/center # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.41.0/Baidu.BaiduNetdisk.locale.zh-CN.yaml b/manifests/b/Baidu/BaiduNetdisk/7.41.0/Baidu.BaiduNetdisk.locale.zh-CN.yaml index db7053f651fd9..796a97d2df18b 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.41.0/Baidu.BaiduNetdisk.locale.zh-CN.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.41.0/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.41.0 @@ -37,4 +37,4 @@ PurchaseUrl: https://pan.baidu.com/buy/center # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.41.0/Baidu.BaiduNetdisk.yaml b/manifests/b/Baidu/BaiduNetdisk/7.41.0/Baidu.BaiduNetdisk.yaml index 033aee6ea30d0..1d1b8015abcd3 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.41.0/Baidu.BaiduNetdisk.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.41.0/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.41.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.42.0/Baidu.BaiduNetdisk.installer.yaml b/manifests/b/Baidu/BaiduNetdisk/7.42.0/Baidu.BaiduNetdisk.installer.yaml index 0146f699466e7..ba0c01b9bbe3a 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.42.0/Baidu.BaiduNetdisk.installer.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.42.0/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.42.0 @@ -17,4 +17,4 @@ Installers: InstallerSha256: 1752BEA62BF30633635923153D3D7F1ADB518C6B04E430A533C113F50E759876 ProductCode: 百度云管家 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.42.0/Baidu.BaiduNetdisk.locale.en-US.yaml b/manifests/b/Baidu/BaiduNetdisk/7.42.0/Baidu.BaiduNetdisk.locale.en-US.yaml index 1f8dc5fcde7f7..d772ef91aff6b 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.42.0/Baidu.BaiduNetdisk.locale.en-US.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.42.0/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.42.0 @@ -35,4 +35,4 @@ PurchaseUrl: https://pan.baidu.com/buy/center # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.42.0/Baidu.BaiduNetdisk.locale.zh-CN.yaml b/manifests/b/Baidu/BaiduNetdisk/7.42.0/Baidu.BaiduNetdisk.locale.zh-CN.yaml index 92dea866a29b5..36f4a8288ea4e 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.42.0/Baidu.BaiduNetdisk.locale.zh-CN.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.42.0/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.42.0 @@ -39,4 +39,4 @@ PurchaseUrl: https://pan.baidu.com/buy/center # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.42.0/Baidu.BaiduNetdisk.yaml b/manifests/b/Baidu/BaiduNetdisk/7.42.0/Baidu.BaiduNetdisk.yaml index 04546494ad682..2fd2633cdb83b 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.42.0/Baidu.BaiduNetdisk.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.42.0/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.42.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.43.0/Baidu.BaiduNetdisk.installer.yaml b/manifests/b/Baidu/BaiduNetdisk/7.43.0/Baidu.BaiduNetdisk.installer.yaml index 86348e59e9764..68ccacf0a9f0f 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.43.0/Baidu.BaiduNetdisk.installer.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.43.0/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.43.0 @@ -17,4 +17,4 @@ Installers: InstallerSha256: 62A9AA7770867225A01472C25118A3615526DDC66574F42358443C8207305CE6 ProductCode: 百度云管家 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.43.0/Baidu.BaiduNetdisk.locale.en-US.yaml b/manifests/b/Baidu/BaiduNetdisk/7.43.0/Baidu.BaiduNetdisk.locale.en-US.yaml index 7713cec758dbd..defb69962a16f 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.43.0/Baidu.BaiduNetdisk.locale.en-US.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.43.0/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.43.0 @@ -35,4 +35,4 @@ PurchaseUrl: https://pan.baidu.com/buy/center # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.43.0/Baidu.BaiduNetdisk.locale.zh-CN.yaml b/manifests/b/Baidu/BaiduNetdisk/7.43.0/Baidu.BaiduNetdisk.locale.zh-CN.yaml index c1cc91a010b6f..17bf9b2ae2445 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.43.0/Baidu.BaiduNetdisk.locale.zh-CN.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.43.0/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.43.0 @@ -39,4 +39,4 @@ PurchaseUrl: https://pan.baidu.com/buy/center # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.43.0/Baidu.BaiduNetdisk.yaml b/manifests/b/Baidu/BaiduNetdisk/7.43.0/Baidu.BaiduNetdisk.yaml index f07c9f89aebc3..29c293e7ae681 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.43.0/Baidu.BaiduNetdisk.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.43.0/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.43.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.44.0/Baidu.BaiduNetdisk.installer.yaml b/manifests/b/Baidu/BaiduNetdisk/7.44.0/Baidu.BaiduNetdisk.installer.yaml index 3299ab1503343..1adc502900ae5 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.44.0/Baidu.BaiduNetdisk.installer.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.44.0/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.44.0 @@ -17,4 +17,4 @@ Installers: InstallerSha256: 346B881EDDE656D77EB06D53BA665D33118F606135E10DC5C8CDE9C06F7D22BA ProductCode: 百度云管家 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.44.0/Baidu.BaiduNetdisk.locale.en-US.yaml b/manifests/b/Baidu/BaiduNetdisk/7.44.0/Baidu.BaiduNetdisk.locale.en-US.yaml index db832dffc3901..29efcabd77f75 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.44.0/Baidu.BaiduNetdisk.locale.en-US.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.44.0/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.44.0 @@ -35,4 +35,4 @@ PurchaseUrl: https://pan.baidu.com/buy/center # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.44.0/Baidu.BaiduNetdisk.locale.zh-CN.yaml b/manifests/b/Baidu/BaiduNetdisk/7.44.0/Baidu.BaiduNetdisk.locale.zh-CN.yaml index 4b6df6842cbed..d2a78428bf6d0 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.44.0/Baidu.BaiduNetdisk.locale.zh-CN.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.44.0/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.44.0 @@ -39,4 +39,4 @@ PurchaseUrl: https://pan.baidu.com/buy/center # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.44.0/Baidu.BaiduNetdisk.yaml b/manifests/b/Baidu/BaiduNetdisk/7.44.0/Baidu.BaiduNetdisk.yaml index 7f3f78bbac3ce..455636582cb62 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.44.0/Baidu.BaiduNetdisk.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.44.0/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.44.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.44.5/Baidu.BaiduNetdisk.installer.yaml b/manifests/b/Baidu/BaiduNetdisk/7.44.5/Baidu.BaiduNetdisk.installer.yaml index 6154920a4b48b..ec11f9e68d830 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.44.5/Baidu.BaiduNetdisk.installer.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.44.5/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.44.5 @@ -17,4 +17,4 @@ Installers: InstallerSha256: B39A7CF427F79BD57CB82FC2C5894D1B140E90997A41BBDA46C0357F4199FE73 ProductCode: 百度云管家 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.44.5/Baidu.BaiduNetdisk.locale.en-US.yaml b/manifests/b/Baidu/BaiduNetdisk/7.44.5/Baidu.BaiduNetdisk.locale.en-US.yaml index 7ead5fd35898f..d0cedc2dad52d 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.44.5/Baidu.BaiduNetdisk.locale.en-US.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.44.5/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.44.5 @@ -35,4 +35,4 @@ PurchaseUrl: https://pan.baidu.com/buy/center # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.44.5/Baidu.BaiduNetdisk.locale.zh-CN.yaml b/manifests/b/Baidu/BaiduNetdisk/7.44.5/Baidu.BaiduNetdisk.locale.zh-CN.yaml index af75377f1f555..79cec0dee1eae 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.44.5/Baidu.BaiduNetdisk.locale.zh-CN.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.44.5/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.44.5 @@ -39,4 +39,4 @@ PurchaseUrl: https://pan.baidu.com/buy/center # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.44.5/Baidu.BaiduNetdisk.yaml b/manifests/b/Baidu/BaiduNetdisk/7.44.5/Baidu.BaiduNetdisk.yaml index 6d6245eadcdb6..8bc330ab283e5 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.44.5/Baidu.BaiduNetdisk.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.44.5/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.44.5 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.44.6/Baidu.BaiduNetdisk.installer.yaml b/manifests/b/Baidu/BaiduNetdisk/7.44.6/Baidu.BaiduNetdisk.installer.yaml index d998b268246d5..b6f3c5d11ee9d 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.44.6/Baidu.BaiduNetdisk.installer.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.44.6/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.44.6 @@ -17,4 +17,4 @@ Installers: InstallerSha256: BA1AE83C098A80484E6F550BF4BA55787CBF62E1DE9CC748464CB432A6DE12FC ProductCode: 百度云管家 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.44.6/Baidu.BaiduNetdisk.locale.en-US.yaml b/manifests/b/Baidu/BaiduNetdisk/7.44.6/Baidu.BaiduNetdisk.locale.en-US.yaml index f0fef2adff957..dd3a4c43c48e6 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.44.6/Baidu.BaiduNetdisk.locale.en-US.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.44.6/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.44.6 @@ -35,4 +35,4 @@ PurchaseUrl: https://pan.baidu.com/buy/center # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.44.6/Baidu.BaiduNetdisk.locale.zh-CN.yaml b/manifests/b/Baidu/BaiduNetdisk/7.44.6/Baidu.BaiduNetdisk.locale.zh-CN.yaml index 0574aa774dfb7..b6c252b48c7a8 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.44.6/Baidu.BaiduNetdisk.locale.zh-CN.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.44.6/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.44.6 @@ -37,4 +37,4 @@ PurchaseUrl: https://pan.baidu.com/buy/center # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.44.6/Baidu.BaiduNetdisk.yaml b/manifests/b/Baidu/BaiduNetdisk/7.44.6/Baidu.BaiduNetdisk.yaml index 5116203166f7c..5734cfe91cae4 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.44.6/Baidu.BaiduNetdisk.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.44.6/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.44.6 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.44.7/Baidu.BaiduNetdisk.installer.yaml b/manifests/b/Baidu/BaiduNetdisk/7.44.7/Baidu.BaiduNetdisk.installer.yaml index f39f59af155c0..2fd100372cbbd 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.44.7/Baidu.BaiduNetdisk.installer.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.44.7/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.44.7 @@ -17,4 +17,4 @@ Installers: InstallerSha256: F0066F293E7344CB525E9A69C4A0A5652A87A50E1D5FC5DBE8F5DDB1D667E4A3 ProductCode: 百度云管家 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.44.7/Baidu.BaiduNetdisk.locale.en-US.yaml b/manifests/b/Baidu/BaiduNetdisk/7.44.7/Baidu.BaiduNetdisk.locale.en-US.yaml index 80de9cb9dabae..76be161f0f385 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.44.7/Baidu.BaiduNetdisk.locale.en-US.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.44.7/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.44.7 @@ -35,4 +35,4 @@ PurchaseUrl: https://pan.baidu.com/buy/center # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.44.7/Baidu.BaiduNetdisk.locale.zh-CN.yaml b/manifests/b/Baidu/BaiduNetdisk/7.44.7/Baidu.BaiduNetdisk.locale.zh-CN.yaml index eac1721d7b38c..c62e01ff354f0 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.44.7/Baidu.BaiduNetdisk.locale.zh-CN.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.44.7/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.44.7 @@ -37,4 +37,4 @@ PurchaseUrl: https://pan.baidu.com/buy/center # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.44.7/Baidu.BaiduNetdisk.yaml b/manifests/b/Baidu/BaiduNetdisk/7.44.7/Baidu.BaiduNetdisk.yaml index ca87ba23419fb..8c629adb21841 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.44.7/Baidu.BaiduNetdisk.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.44.7/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.44.7 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.45.2/Baidu.BaiduNetdisk.installer.yaml b/manifests/b/Baidu/BaiduNetdisk/7.45.2/Baidu.BaiduNetdisk.installer.yaml index 4da383f41475b..53765698facf2 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.45.2/Baidu.BaiduNetdisk.installer.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.45.2/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.45.2 @@ -10,10 +10,10 @@ InstallerSuccessCodes: UpgradeBehavior: install Protocols: - baiduyunguanjia -ProductCode: 百度云管家 Installers: - Architecture: x86 InstallerUrl: https://issuepcdn.baidupcs.com/issue/netdisk/yunguanjia/BaiduNetdisk_7.45.2.1.exe InstallerSha256: 325FB5C169ADF03403F392B8222B7609C403E51378BB8F4AE14C868170F21D26 + ProductCode: 百度云管家 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.45.2/Baidu.BaiduNetdisk.locale.en-US.yaml b/manifests/b/Baidu/BaiduNetdisk/7.45.2/Baidu.BaiduNetdisk.locale.en-US.yaml index 04b0772cacc82..06cd6fe1bcc88 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.45.2/Baidu.BaiduNetdisk.locale.en-US.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.45.2/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.45.2 @@ -17,6 +17,7 @@ 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. +# Moniker: Tags: - backup - cloud @@ -28,6 +29,10 @@ Tags: - share - sync - upload +# ReleaseNotes: +# ReleaseNotesUrl: PurchaseUrl: https://pan.baidu.com/buy/center +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.45.2/Baidu.BaiduNetdisk.locale.zh-CN.yaml b/manifests/b/Baidu/BaiduNetdisk/7.45.2/Baidu.BaiduNetdisk.locale.zh-CN.yaml index 5dbe24c5cc0a1..db3e942fb0e95 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.45.2/Baidu.BaiduNetdisk.locale.zh-CN.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.45.2/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.45.2 @@ -17,6 +17,7 @@ Copyright: Copyright © 2024 Baidu, Inc. All rights reserved. CopyrightUrl: https://www.baidu.com/duty/copyright.html ShortDescription: 百度公司出品的个人云服务产品 Description: 百度网盘是一款省心、好用的超级云存储产品,已为超过 7 亿用户提供云服务,空间超大,支持多类型文件的备份、分享、查看和处理,自建多个数据存储中心,更有两项国际顶尖安全认证 ISO27001&ISO27018 为用户数据安全提供护航。如果你想备份文件数据,释放手机空间,给别人分享文件或是对文件进行在线操作,选百度网盘就对了! +# Moniker: Tags: - 上传 - 下载 @@ -30,6 +31,10 @@ Tags: - 百度云 - 百度云管家 - 网盘 +# ReleaseNotes: +# ReleaseNotesUrl: PurchaseUrl: https://pan.baidu.com/buy/center +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.45.2/Baidu.BaiduNetdisk.yaml b/manifests/b/Baidu/BaiduNetdisk/7.45.2/Baidu.BaiduNetdisk.yaml index f48c86709d85c..a4601d58f8d2e 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.45.2/Baidu.BaiduNetdisk.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.45.2/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.45.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.50.0/Baidu.BaiduNetdisk.installer.yaml b/manifests/b/Baidu/BaiduNetdisk/7.50.0/Baidu.BaiduNetdisk.installer.yaml index 860900c1db5a6..427aa574553cb 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.50.0/Baidu.BaiduNetdisk.installer.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.50.0/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk @@ -10,11 +10,11 @@ InstallerSuccessCodes: UpgradeBehavior: install Protocols: - baiduyunguanjia -ProductCode: 百度云管家 ReleaseDate: 2024-12-24 Installers: - Architecture: x86 InstallerUrl: https://issuepcdn.baidupcs.com/issue/netdisk/yunguanjia/BaiduNetdisk_7.50.0.131.exe InstallerSha256: 59B5C6E62ADF3155CC8108F4197497A751FB903380BD54BDC583541B8DC2B75D + ProductCode: 百度云管家 ManifestType: installer ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.50.0/Baidu.BaiduNetdisk.locale.en-US.yaml b/manifests/b/Baidu/BaiduNetdisk/7.50.0/Baidu.BaiduNetdisk.locale.en-US.yaml index 37b646252c15f..b389c4713c9cc 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.50.0/Baidu.BaiduNetdisk.locale.en-US.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.50.0/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk @@ -17,6 +17,7 @@ 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. +# Moniker: Tags: - backup - cloud @@ -28,6 +29,10 @@ Tags: - share - sync - upload +# ReleaseNotes: +# ReleaseNotesUrl: PurchaseUrl: https://pan.baidu.com/buy/center +# InstallationNotes: +# Documentations: ManifestType: defaultLocale ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.50.0/Baidu.BaiduNetdisk.locale.zh-CN.yaml b/manifests/b/Baidu/BaiduNetdisk/7.50.0/Baidu.BaiduNetdisk.locale.zh-CN.yaml index 59d6475d84e70..c36bfea25e112 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.50.0/Baidu.BaiduNetdisk.locale.zh-CN.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.50.0/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk @@ -17,6 +17,7 @@ Copyright: Copyright © 2024 Baidu, Inc. All rights reserved. CopyrightUrl: https://www.baidu.com/duty/copyright.html ShortDescription: 百度公司出品的个人云服务产品 Description: 百度网盘是一款省心、好用的超级云存储产品,已为超过 7 亿用户提供云服务,空间超大,支持多类型文件的备份、分享、查看和处理,自建多个数据存储中心,更有两项国际顶尖安全认证 ISO27001&ISO27018 为用户数据安全提供护航。如果你想备份文件数据,释放手机空间,给别人分享文件或是对文件进行在线操作,选百度网盘就对了! +# Moniker: Tags: - 上传 - 下载 @@ -33,6 +34,9 @@ Tags: ReleaseNotes: |- 1. 传输列表新增格式转换、录音转文字等 AI 功能,上传完成即可使用 2. 首页最近功能体验优化,鼠标悬浮到文件即可展示详细信息 +# ReleaseNotesUrl: PurchaseUrl: https://pan.baidu.com/buy/center +# InstallationNotes: +# Documentations: ManifestType: locale ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.50.0/Baidu.BaiduNetdisk.yaml b/manifests/b/Baidu/BaiduNetdisk/7.50.0/Baidu.BaiduNetdisk.yaml index 1bbba2718d384..e9b5d72256491 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.50.0/Baidu.BaiduNetdisk.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.50.0/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk diff --git a/manifests/b/Baidu/BaiduNetdisk/7.51.0/Baidu.BaiduNetdisk.installer.yaml b/manifests/b/Baidu/BaiduNetdisk/7.51.0/Baidu.BaiduNetdisk.installer.yaml index d0de0bc23a2c2..1abe39233621c 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.51.0/Baidu.BaiduNetdisk.installer.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.51.0/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk @@ -10,11 +10,11 @@ InstallerSuccessCodes: UpgradeBehavior: install Protocols: - baiduyunguanjia -ProductCode: 百度云管家 ReleaseDate: 2025-01-07 Installers: - Architecture: x86 InstallerUrl: https://issuepcdn.baidupcs.com/issue/netdisk/yunguanjia/BaiduNetdisk_7.51.0.133.exe InstallerSha256: EFBB0593FB26421AE6050EE1F5C670D1CF653241D21F8E971F266788D0D0A639 + ProductCode: 百度云管家 ManifestType: installer ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.51.0/Baidu.BaiduNetdisk.locale.en-US.yaml b/manifests/b/Baidu/BaiduNetdisk/7.51.0/Baidu.BaiduNetdisk.locale.en-US.yaml index 19157a140e03e..a28736f03d2ce 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.51.0/Baidu.BaiduNetdisk.locale.en-US.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.51.0/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk @@ -17,6 +17,7 @@ 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. +# Moniker: Tags: - backup - cloud @@ -28,6 +29,10 @@ Tags: - share - sync - upload +# ReleaseNotes: +# ReleaseNotesUrl: PurchaseUrl: https://pan.baidu.com/buy/center +# InstallationNotes: +# Documentations: ManifestType: defaultLocale ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.51.0/Baidu.BaiduNetdisk.locale.zh-CN.yaml b/manifests/b/Baidu/BaiduNetdisk/7.51.0/Baidu.BaiduNetdisk.locale.zh-CN.yaml index 897f1b0eaca79..703b50f42db96 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.51.0/Baidu.BaiduNetdisk.locale.zh-CN.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.51.0/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk @@ -17,6 +17,7 @@ Copyright: Copyright © 2024 Baidu, Inc. All rights reserved. CopyrightUrl: https://www.baidu.com/duty/copyright.html ShortDescription: 百度公司出品的个人云服务产品 Description: 百度网盘是一款省心、好用的超级云存储产品,已为超过 7 亿用户提供云服务,空间超大,支持多类型文件的备份、分享、查看和处理,自建多个数据存储中心,更有两项国际顶尖安全认证 ISO27001&ISO27018 为用户数据安全提供护航。如果你想备份文件数据,释放手机空间,给别人分享文件或是对文件进行在线操作,选百度网盘就对了! +# Moniker: Tags: - 上传 - 下载 @@ -35,6 +36,9 @@ ReleaseNotes: |- 2. 「我的文件」展示标签,帮助找到上次、常用、更新的文件 3. 文件上传消息提醒体验优化,新增文件开始上传提醒 4. 首页最近模块修复 bug +# ReleaseNotesUrl: PurchaseUrl: https://pan.baidu.com/buy/center +# InstallationNotes: +# Documentations: ManifestType: locale ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.51.0/Baidu.BaiduNetdisk.yaml b/manifests/b/Baidu/BaiduNetdisk/7.51.0/Baidu.BaiduNetdisk.yaml index a21bed96fdb3a..e25bb0a0a8b87 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.51.0/Baidu.BaiduNetdisk.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.51.0/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk 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/Baidu/BaiduNetdisk/7.6.0/Baidu.BaiduNetdisk.installer.yaml b/manifests/b/Baidu/BaiduNetdisk/7.6.0/Baidu.BaiduNetdisk.installer.yaml index 0976ae0c8c943..6966b0725d733 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.6.0/Baidu.BaiduNetdisk.installer.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.6.0/Baidu.BaiduNetdisk.installer.yaml @@ -1,20 +1,19 @@ -# 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: Baidu.BaiduNetdisk PackageVersion: 7.6.0 +InstallerLocale: zh-CN MinimumOSVersion: 10.0.0.0 +InstallerType: nullsoft +Scope: machine InstallerSuccessCodes: - 2 +UpgradeBehavior: install Installers: -- InstallerLocale: zh-CN - Architecture: x86 - InstallerType: nullsoft - Scope: machine +- Architecture: x86 InstallerUrl: https://issuecdn.baidupcs.com/issue/netdisk/yunguanjia/BaiduNetdisk_7.6.0.13.exe InstallerSha256: D7F565B75E921380DFB66087354BAF9AA920A9B1398F0AF8865B7388227076D0 - ProductCode: '百度云管家' - UpgradeBehavior: install + ProductCode: 百度云管家 ManifestType: installer -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.6.0/Baidu.BaiduNetdisk.locale.en-US.yaml b/manifests/b/Baidu/BaiduNetdisk/7.6.0/Baidu.BaiduNetdisk.locale.en-US.yaml index 73f97b5ea39c5..b600cf9afe9dd 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.6.0/Baidu.BaiduNetdisk.locale.en-US.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.6.0/Baidu.BaiduNetdisk.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created using YamlCreate.ps1 v1.1.5 -# 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: Baidu.BaiduNetdisk PackageVersion: 7.6.0 @@ -14,16 +14,21 @@ PackageUrl: https://pan.baidu.com License: Freeware LicenseUrl: https://pan.baidu.com/disk/duty Copyright: Copyright © 2021 Baidu, Inc. All rights reserved. -CopyrightUrl: https://ir.baidu.com/notice-right-holders-block-0 +# CopyrightUrl: https://ir.baidu.com/notice-right-holders-block-0 ShortDescription: Mass cloud file storage, freeing up local space and supporting batch download and resumable upload for large files Description: Baidu Netdisk is a free, easy-to-use cloud storage product that is serving more than 700 million users. It has mass storage and supports backup, sharing, viewing and processing multiple types of files. It also has multiple self-hosted data centers and protects users' data security under two top international security certifications ISO27001 and ISO27018. -Moniker: Baidu Netdisk +# Moniker: Tags: - cloud +- cloud-drive +- download - netdisk - share - upload -- download -- cloud drive +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.6.0/Baidu.BaiduNetdisk.locale.zh-CN.yaml b/manifests/b/Baidu/BaiduNetdisk/7.6.0/Baidu.BaiduNetdisk.locale.zh-CN.yaml index 89d4140fd9fec..ea978ff07da6c 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.6.0/Baidu.BaiduNetdisk.locale.zh-CN.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.6.0/Baidu.BaiduNetdisk.locale.zh-CN.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: Baidu.BaiduNetdisk PackageVersion: 7.6.0 @@ -14,18 +14,23 @@ PackageUrl: https://pan.baidu.com License: 免费软件 LicenseUrl: https://pan.baidu.com/disk/duty Copyright: Copyright © 2021 Baidu, Inc. All rights reserved. -CopyrightUrl: https://ir.baidu.com/notice-right-holders-block-0 +# CopyrightUrl: https://ir.baidu.com/notice-right-holders-block-0 ShortDescription: 海量云储存文件,释放本地空间,支持超大文件批量下载和断点续传 Description: 百度网盘是一款省心、好用的超级云存储产品,已为超过7亿用户提供云服务,空间超大,支持多类型文件的备份、分享、查看和处理,自建多个数据存储中心,更有两项国际顶尖安全认证 ISO27001&ISO27018 为用户数据安全提供护航。 +# Moniker: Tags: -- 百度云 -- 百度云管家 -- 云 -- 网盘 -- 分享 - 上传 - 下载 +- 云 - 云盘 +- 分享 +- 百度云 +- 百度云管家 +- 网盘 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.6.0/Baidu.BaiduNetdisk.yaml b/manifests/b/Baidu/BaiduNetdisk/7.6.0/Baidu.BaiduNetdisk.yaml index 538c88d8e3b25..5b2b2a5364f14 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.6.0/Baidu.BaiduNetdisk.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.6.0/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.6.0 DefaultLocale: zh-CN ManifestType: version -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.7.0/Baidu.BaiduNetdisk.installer.yaml b/manifests/b/Baidu/BaiduNetdisk/7.7.0/Baidu.BaiduNetdisk.installer.yaml index a28fee09dd3c0..719dac0d2488d 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.7.0/Baidu.BaiduNetdisk.installer.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.7.0/Baidu.BaiduNetdisk.installer.yaml @@ -1,20 +1,19 @@ -# 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: Baidu.BaiduNetdisk PackageVersion: 7.7.0 +InstallerLocale: zh-CN MinimumOSVersion: 10.0.0.0 +InstallerType: nullsoft +Scope: machine InstallerSuccessCodes: - 2 +UpgradeBehavior: install Installers: -- InstallerLocale: zh-CN - Architecture: x86 - InstallerType: nullsoft - Scope: machine +- Architecture: x86 InstallerUrl: https://issuecdn.baidupcs.com/issue/netdisk/yunguanjia/BaiduNetdisk_7.7.0.5.exe InstallerSha256: E1365BA1EAFDBBAFD933093F793A09B5B7E0709E57FC53D5CCF386919EAA7317 - ProductCode: '百度云管家' - UpgradeBehavior: install + ProductCode: 百度云管家 ManifestType: installer -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.7.0/Baidu.BaiduNetdisk.locale.en-US.yaml b/manifests/b/Baidu/BaiduNetdisk/7.7.0/Baidu.BaiduNetdisk.locale.en-US.yaml index 0c5c70e015cc7..a83b4594a909f 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.7.0/Baidu.BaiduNetdisk.locale.en-US.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.7.0/Baidu.BaiduNetdisk.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created using YamlCreate.ps1 v1.1.5 -# 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: Baidu.BaiduNetdisk PackageVersion: 7.7.0 @@ -14,17 +14,21 @@ PackageUrl: https://pan.baidu.com License: Freeware LicenseUrl: https://pan.baidu.com/disk/duty Copyright: Copyright © 2021 Baidu, Inc. All rights reserved. -CopyrightUrl: https://ir.baidu.com/notice-right-holders-block-0 +# CopyrightUrl: https://ir.baidu.com/notice-right-holders-block-0 ShortDescription: Mass cloud file storage, freeing up local space and supporting batch download and resumable upload for large files Description: Baidu Netdisk is a free, easy-to-use cloud storage product that is serving more than 700 million users. It has mass storage and supports backup, sharing, viewing and processing multiple types of files. It also has multiple self-hosted data centers and protects users' data security under two top international security certifications ISO27001 and ISO27018. -Moniker: Baidu Netdisk +# Moniker: Tags: - cloud +- cloud-drive +- download - netdisk - share - upload -- download -- cloud drive +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.7.0/Baidu.BaiduNetdisk.locale.zh-CN.yaml b/manifests/b/Baidu/BaiduNetdisk/7.7.0/Baidu.BaiduNetdisk.locale.zh-CN.yaml index 513c5f4ef4939..12e952ae0fa7d 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.7.0/Baidu.BaiduNetdisk.locale.zh-CN.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.7.0/Baidu.BaiduNetdisk.locale.zh-CN.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: Baidu.BaiduNetdisk PackageVersion: 7.7.0 @@ -14,18 +14,23 @@ PackageUrl: https://pan.baidu.com License: 免费软件 LicenseUrl: https://pan.baidu.com/disk/duty Copyright: Copyright © 2021 Baidu, Inc. All rights reserved. -CopyrightUrl: https://ir.baidu.com/notice-right-holders-block-0 +# CopyrightUrl: https://ir.baidu.com/notice-right-holders-block-0 ShortDescription: 海量云储存文件,释放本地空间,支持超大文件批量下载和断点续传 Description: 百度网盘是一款省心、好用的超级云存储产品,已为超过7亿用户提供云服务,空间超大,支持多类型文件的备份、分享、查看和处理,自建多个数据存储中心,更有两项国际顶尖安全认证 ISO27001&ISO27018 为用户数据安全提供护航。 +# Moniker: Tags: -- 百度云 -- 百度云管家 -- 云 -- 网盘 -- 分享 - 上传 - 下载 +- 云 - 云盘 +- 分享 +- 百度云 +- 百度云管家 +- 网盘 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.7.0/Baidu.BaiduNetdisk.yaml b/manifests/b/Baidu/BaiduNetdisk/7.7.0/Baidu.BaiduNetdisk.yaml index 11950e1afa490..24bacf1065078 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.7.0/Baidu.BaiduNetdisk.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.7.0/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.7.0 DefaultLocale: zh-CN ManifestType: version -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.7.1/Baidu.BaiduNetdisk.installer.yaml b/manifests/b/Baidu/BaiduNetdisk/7.7.1/Baidu.BaiduNetdisk.installer.yaml index 2d09f635be558..ba40d621dde93 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.7.1/Baidu.BaiduNetdisk.installer.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.7.1/Baidu.BaiduNetdisk.installer.yaml @@ -1,20 +1,19 @@ -# 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: Baidu.BaiduNetdisk PackageVersion: 7.7.1 +InstallerLocale: zh-CN MinimumOSVersion: 10.0.0.0 +InstallerType: nullsoft +Scope: machine InstallerSuccessCodes: - 2 +UpgradeBehavior: install Installers: -- InstallerLocale: zh-CN - Architecture: x86 - InstallerType: nullsoft - Scope: machine +- Architecture: x86 InstallerUrl: https://issuecdn.baidupcs.com/issue/netdisk/yunguanjia/BaiduNetdisk_7.7.1.8.exe InstallerSha256: 5632A80F6E8366B11ACA4C5C535AC6264F594DEE90F9CCD8366614FEE45B32EE - ProductCode: '百度云管家' - UpgradeBehavior: install + ProductCode: 百度云管家 ManifestType: installer -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.7.1/Baidu.BaiduNetdisk.locale.en-US.yaml b/manifests/b/Baidu/BaiduNetdisk/7.7.1/Baidu.BaiduNetdisk.locale.en-US.yaml index a89be063461b2..d9cfba93f65fd 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.7.1/Baidu.BaiduNetdisk.locale.en-US.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.7.1/Baidu.BaiduNetdisk.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created using YamlCreate.ps1 v1.1.5 -# 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: Baidu.BaiduNetdisk PackageVersion: 7.7.1 @@ -14,17 +14,21 @@ PackageUrl: https://pan.baidu.com License: Freeware LicenseUrl: https://pan.baidu.com/disk/duty Copyright: Copyright © 2021 Baidu, Inc. All rights reserved. -CopyrightUrl: https://ir.baidu.com/notice-right-holders-block-0 +# CopyrightUrl: https://ir.baidu.com/notice-right-holders-block-0 ShortDescription: Mass cloud file storage, freeing up local space and supporting batch download and resumable upload for large files Description: Baidu Netdisk is a free, easy-to-use cloud storage product that is serving more than 700 million users. It has mass storage and supports backup, sharing, viewing and processing multiple types of files. It also has multiple self-hosted data centers and protects users' data security under two top international security certifications ISO27001 and ISO27018. -Moniker: Baidu Netdisk +# Moniker: Tags: - cloud +- cloud-drive +- download - netdisk - share - upload -- download -- cloud drive +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.7.1/Baidu.BaiduNetdisk.locale.zh-CN.yaml b/manifests/b/Baidu/BaiduNetdisk/7.7.1/Baidu.BaiduNetdisk.locale.zh-CN.yaml index bafbb1d405a8b..f2ed5ccfe273a 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.7.1/Baidu.BaiduNetdisk.locale.zh-CN.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.7.1/Baidu.BaiduNetdisk.locale.zh-CN.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: Baidu.BaiduNetdisk PackageVersion: 7.7.1 @@ -14,18 +14,23 @@ PackageUrl: https://pan.baidu.com License: 免费软件 LicenseUrl: https://pan.baidu.com/disk/duty Copyright: Copyright © 2021 Baidu, Inc. All rights reserved. -CopyrightUrl: https://ir.baidu.com/notice-right-holders-block-0 +# CopyrightUrl: https://ir.baidu.com/notice-right-holders-block-0 ShortDescription: 海量云储存文件,释放本地空间,支持超大文件批量下载和断点续传 Description: 百度网盘是一款省心、好用的超级云存储产品,已为超过7亿用户提供云服务,空间超大,支持多类型文件的备份、分享、查看和处理,自建多个数据存储中心,更有两项国际顶尖安全认证 ISO27001&ISO27018 为用户数据安全提供护航。 +# Moniker: Tags: -- 百度云 -- 百度云管家 -- 云 -- 网盘 -- 分享 - 上传 - 下载 +- 云 - 云盘 +- 分享 +- 百度云 +- 百度云管家 +- 网盘 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.7.1/Baidu.BaiduNetdisk.yaml b/manifests/b/Baidu/BaiduNetdisk/7.7.1/Baidu.BaiduNetdisk.yaml index 574ced39fc696..a379e0fd3699a 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.7.1/Baidu.BaiduNetdisk.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.7.1/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.7.1 DefaultLocale: zh-CN ManifestType: version -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.7.2/Baidu.BaiduNetdisk.installer.yaml b/manifests/b/Baidu/BaiduNetdisk/7.7.2/Baidu.BaiduNetdisk.installer.yaml index 075eea2c53d1d..d80bcb13994b3 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.7.2/Baidu.BaiduNetdisk.installer.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.7.2/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.7.2 MinimumOSVersion: 10.0.0.0 -Protocols: -- baiduyunguanjia +InstallerType: nullsoft +Scope: machine InstallerSuccessCodes: - 2 +UpgradeBehavior: install +Protocols: +- baiduyunguanjia Installers: - Architecture: x86 - InstallerType: nullsoft - Scope: machine InstallerUrl: https://issuecdn.baidupcs.com/issue/netdisk/yunguanjia/BaiduNetdisk_7.7.2.3.exe InstallerSha256: E8417847637505223D6C05D6ECA8464420EA9B452BAFACFD356BBC4887BBA04D - ProductCode: '百度云管家' - UpgradeBehavior: install + ProductCode: 百度云管家 ManifestType: installer -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.7.2/Baidu.BaiduNetdisk.locale.en-US.yaml b/manifests/b/Baidu/BaiduNetdisk/7.7.2/Baidu.BaiduNetdisk.locale.en-US.yaml index 7afb27b14b3e0..7a507a9bec3fe 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.7.2/Baidu.BaiduNetdisk.locale.en-US.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.7.2/Baidu.BaiduNetdisk.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created using YamlCreate.ps1 v1.1.5 -# 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: Baidu.BaiduNetdisk PackageVersion: 7.7.2 @@ -17,16 +17,20 @@ Copyright: Copyright © 2021 Baidu, Inc. All rights reserved. CopyrightUrl: https://www.baidu.com/duty/copyright.html ShortDescription: Mass cloud file storage, freeing up local space and supporting batch download and resumable upload for large files Description: Baidu Netdisk is a free, easy-to-use cloud storage product that is serving more than 700 million users. It has mass storage and supports backup, sharing, viewing and processing multiple types of files. It also has multiple self-hosted data centers and protects users' data security under two top international security certifications ISO27001 and ISO27018. -Moniker: baidu-netdisk +# Moniker: Tags: -- 百度网盘 - baidu - cloud +- cloud-drive +- download - netdisk - share - upload -- download -- cloud drive +- 百度网盘 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.7.2/Baidu.BaiduNetdisk.locale.zh-CN.yaml b/manifests/b/Baidu/BaiduNetdisk/7.7.2/Baidu.BaiduNetdisk.locale.zh-CN.yaml index 27d5ebf88d319..2772640165ae8 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.7.2/Baidu.BaiduNetdisk.locale.zh-CN.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.7.2/Baidu.BaiduNetdisk.locale.zh-CN.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: Baidu.BaiduNetdisk PackageVersion: 7.7.2 @@ -17,17 +17,22 @@ Copyright: Copyright © 2021 Baidu, Inc. All rights reserved. CopyrightUrl: https://www.baidu.com/duty/copyright.html ShortDescription: 海量云储存文件,释放本地空间,支持超大文件批量下载和断点续传 Description: 百度网盘是一款省心、好用的超级云存储产品,已为超过7亿用户提供云服务,空间超大,支持多类型文件的备份、分享、查看和处理,自建多个数据存储中心,更有两项国际顶尖安全认证 ISO27001&ISO27018 为用户数据安全提供护航。 +# Moniker: Tags: -- 百度 - baidu -- 百度云 -- 百度云管家 -- 云 -- 网盘 -- 分享 - 上传 - 下载 +- 云 - 云盘 +- 分享 +- 百度 +- 百度云 +- 百度云管家 +- 网盘 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.7.2/Baidu.BaiduNetdisk.yaml b/manifests/b/Baidu/BaiduNetdisk/7.7.2/Baidu.BaiduNetdisk.yaml index 11861c9bc4995..da847e0736c68 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.7.2/Baidu.BaiduNetdisk.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.7.2/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.7.2 DefaultLocale: zh-CN ManifestType: version -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.7.3/Baidu.BaiduNetdisk.installer.yaml b/manifests/b/Baidu/BaiduNetdisk/7.7.3/Baidu.BaiduNetdisk.installer.yaml index 7c35efe7725bb..9b91ea0c277f3 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.7.3/Baidu.BaiduNetdisk.installer.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.7.3/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.7.3 MinimumOSVersion: 10.0.0.0 -Protocols: -- baiduyunguanjia +InstallerType: nullsoft +Scope: machine InstallerSuccessCodes: - 2 +UpgradeBehavior: install +Protocols: +- baiduyunguanjia Installers: - Architecture: x86 - InstallerType: nullsoft - Scope: machine InstallerUrl: https://issuecdn.baidupcs.com/issue/netdisk/yunguanjia/BaiduNetdisk_7.7.3.5.exe InstallerSha256: 4456AEB9820938DBB143459F72ABF8D01B7E12EB529B6F02ACEF6E3BC269DD02 - ProductCode: '百度云管家' - UpgradeBehavior: install + ProductCode: 百度云管家 ManifestType: installer -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.7.3/Baidu.BaiduNetdisk.locale.en-US.yaml b/manifests/b/Baidu/BaiduNetdisk/7.7.3/Baidu.BaiduNetdisk.locale.en-US.yaml index fb79af36c8604..aa791b4f09ad5 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.7.3/Baidu.BaiduNetdisk.locale.en-US.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.7.3/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.7.3 @@ -14,19 +14,23 @@ PackageUrl: https://pan.baidu.com License: Freeware LicenseUrl: https://pan.baidu.com/disk/duty Copyright: Copyright © 2021 Baidu, Inc. All rights reserved. -CopyrightUrl: https://ir.baidu.com/notice-right-holders-block-0 +# CopyrightUrl: https://ir.baidu.com/notice-right-holders-block-0 ShortDescription: Mass cloud file storage, freeing up local space and supporting batch download and resumable upload for large files Description: Baidu Netdisk is a free, easy-to-use cloud storage product that is serving more than 700 million users. It has mass storage and supports backup, sharing, viewing and processing multiple types of files. It also has multiple self-hosted data centers and protects users' data security under two top international security certifications ISO27001 and ISO27018. Moniker: baidunetdisk Tags: -- 百度网盘 - baidu - cloud - cloud-drive +- download - netdisk - share - upload -- download +- 百度网盘 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.7.3/Baidu.BaiduNetdisk.locale.zh-CN.yaml b/manifests/b/Baidu/BaiduNetdisk/7.7.3/Baidu.BaiduNetdisk.locale.zh-CN.yaml index f1d2e95655b90..090ac84e5713e 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.7.3/Baidu.BaiduNetdisk.locale.zh-CN.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.7.3/Baidu.BaiduNetdisk.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created using YamlCreate.ps1 v1.1.5 -# 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: Baidu.BaiduNetdisk PackageVersion: 7.7.3 @@ -14,19 +14,25 @@ PackageUrl: https://pan.baidu.com License: 免费软件 LicenseUrl: https://pan.baidu.com/disk/duty Copyright: Copyright © 2021 Baidu, Inc. All rights reserved. -CopyrightUrl: https://ir.baidu.com/notice-right-holders-block-0 +# CopyrightUrl: https://ir.baidu.com/notice-right-holders-block-0 ShortDescription: 海量云储存文件,释放本地空间,支持超大文件批量下载和断点续传 Description: 百度网盘是一款省心、好用的超级云存储产品,已为超过7亿用户提供云服务,空间超大,支持多类型文件的备份、分享、查看和处理,自建多个数据存储中心,更有两项国际顶尖安全认证 ISO27001&ISO27018 为用户数据安全提供护航。 +# Moniker: Tags: -- 百度 - baidu -- 百度云 -- 百度云管家 +- 上传 +- 下载 - 云 - 云盘 -- 网盘 - 分享 -- 上传 -- 下载 +- 百度 +- 百度云 +- 百度云管家 +- 网盘 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.7.3/Baidu.BaiduNetdisk.yaml b/manifests/b/Baidu/BaiduNetdisk/7.7.3/Baidu.BaiduNetdisk.yaml index 405024767efa5..e17d7055d7e57 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.7.3/Baidu.BaiduNetdisk.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.7.3/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.7.3 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.7.4/Baidu.BaiduNetdisk.installer.yaml b/manifests/b/Baidu/BaiduNetdisk/7.7.4/Baidu.BaiduNetdisk.installer.yaml index e50e8799bd2d3..ebbf7cf16c1d5 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.7.4/Baidu.BaiduNetdisk.installer.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.7.4/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.7.4 MinimumOSVersion: 10.0.0.0 -Protocols: -- baiduyunguanjia +InstallerType: nullsoft +Scope: machine InstallerSuccessCodes: - 2 +UpgradeBehavior: install +Protocols: +- baiduyunguanjia Installers: - Architecture: x86 - InstallerType: nullsoft - Scope: machine InstallerUrl: https://issuecdn.baidupcs.com/issue/netdisk/yunguanjia/BaiduNetdisk_7.7.4.1.exe InstallerSha256: 16936528C5A2DF0AC04BFA3613EE4090C853A3C2591FA09FB96F5296E749B4BF - ProductCode: '百度云管家' - UpgradeBehavior: install + ProductCode: 百度云管家 ManifestType: installer -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.7.4/Baidu.BaiduNetdisk.locale.en-US.yaml b/manifests/b/Baidu/BaiduNetdisk/7.7.4/Baidu.BaiduNetdisk.locale.en-US.yaml index b6770d6ac14d0..23c8fdb577885 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.7.4/Baidu.BaiduNetdisk.locale.en-US.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.7.4/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.7.4 @@ -19,14 +19,18 @@ ShortDescription: Mass cloud file storage, freeing up local space and supporting Description: Baidu Netdisk is a free, easy-to-use cloud storage product that is serving more than 700 million users. It has mass storage and supports backup, sharing, viewing and processing multiple types of files. It also has multiple self-hosted data centers and protects users' data security under two top international security certifications ISO27001 and ISO27018. Moniker: baidunetdisk Tags: -- 百度网盘 - baidu - cloud - cloud-drive +- download - netdisk - share - upload -- download +- 百度网盘 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.7.4/Baidu.BaiduNetdisk.locale.zh-CN.yaml b/manifests/b/Baidu/BaiduNetdisk/7.7.4/Baidu.BaiduNetdisk.locale.zh-CN.yaml index 15ac4d75a69d1..7f67fbda243af 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.7.4/Baidu.BaiduNetdisk.locale.zh-CN.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.7.4/Baidu.BaiduNetdisk.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created using YamlCreate.ps1 v1.1.5 -# 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: Baidu.BaiduNetdisk PackageVersion: 7.7.4 @@ -17,16 +17,22 @@ Copyright: Copyright © 2021 Baidu, Inc. All rights reserved. CopyrightUrl: https://www.baidu.com/duty/copyright.html ShortDescription: 海量云储存文件,释放本地空间,支持超大文件批量下载和断点续传 Description: 百度网盘是一款省心、好用的超级云存储产品,已为超过7亿用户提供云服务,空间超大,支持多类型文件的备份、分享、查看和处理,自建多个数据存储中心,更有两项国际顶尖安全认证 ISO27001&ISO27018 为用户数据安全提供护航。 +# Moniker: Tags: -- 百度 - baidu -- 百度云 -- 百度云管家 +- 上传 +- 下载 - 云 - 云盘 -- 网盘 - 分享 -- 上传 -- 下载 +- 百度 +- 百度云 +- 百度云管家 +- 网盘 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.7.4/Baidu.BaiduNetdisk.yaml b/manifests/b/Baidu/BaiduNetdisk/7.7.4/Baidu.BaiduNetdisk.yaml index 3e605e4973210..d3997a3a4dc84 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.7.4/Baidu.BaiduNetdisk.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.7.4/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.7.4 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.7.5/Baidu.BaiduNetdisk.installer.yaml b/manifests/b/Baidu/BaiduNetdisk/7.7.5/Baidu.BaiduNetdisk.installer.yaml index 350c7b8a66935..7bb60cde44996 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.7.5/Baidu.BaiduNetdisk.installer.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.7.5/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.7.5 MinimumOSVersion: 10.0.0.0 -Protocols: -- baiduyunguanjia +InstallerType: nullsoft +Scope: machine InstallerSuccessCodes: - 2 +UpgradeBehavior: install +Protocols: +- baiduyunguanjia Installers: - Architecture: x86 - InstallerType: nullsoft - Scope: machine InstallerUrl: https://issuecdn.baidupcs.com/issue/netdisk/yunguanjia/BaiduNetdisk_7.7.5.3.exe InstallerSha256: 269BF2A00C57354A42DF5E90432101B1280FD1FD1D32D738B6F58219C5F0B551 - ProductCode: '百度云管家' - UpgradeBehavior: install + ProductCode: 百度云管家 ManifestType: installer -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.7.5/Baidu.BaiduNetdisk.locale.en-US.yaml b/manifests/b/Baidu/BaiduNetdisk/7.7.5/Baidu.BaiduNetdisk.locale.en-US.yaml index e3f785f37817a..1e999b8fb4896 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.7.5/Baidu.BaiduNetdisk.locale.en-US.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.7.5/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.7.5 @@ -19,14 +19,18 @@ ShortDescription: Mass cloud file storage, freeing up local space and supporting Description: Baidu Netdisk is a free, easy-to-use cloud storage product that is serving more than 700 million users. It has mass storage and supports backup, sharing, viewing and processing multiple types of files. It also has multiple self-hosted data centers and protects users' data security under two top international security certifications ISO27001 and ISO27018. Moniker: baidunetdisk Tags: -- 百度网盘 - baidu - cloud - cloud-drive +- download - netdisk - share - upload -- download +- 百度网盘 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.7.5/Baidu.BaiduNetdisk.locale.zh-CN.yaml b/manifests/b/Baidu/BaiduNetdisk/7.7.5/Baidu.BaiduNetdisk.locale.zh-CN.yaml index cda17e0dc7f52..969e3c0162597 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.7.5/Baidu.BaiduNetdisk.locale.zh-CN.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.7.5/Baidu.BaiduNetdisk.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created using YamlCreate.ps1 v1.1.5 -# 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: Baidu.BaiduNetdisk PackageVersion: 7.7.5 @@ -17,17 +17,22 @@ Copyright: Copyright © 2021 Baidu, Inc. All rights reserved. CopyrightUrl: https://www.baidu.com/duty/copyright.html ShortDescription: 海量云储存文件,释放本地空间,支持超大文件批量下载和断点续传 Description: 百度网盘是一款省心、好用的超级云存储产品,已为超过7亿用户提供云服务,空间超大,支持多类型文件的备份、分享、查看和处理,自建多个数据存储中心,更有两项国际顶尖安全认证 ISO27001&ISO27018 为用户数据安全提供护航。 +# Moniker: Tags: -- 百度 - baidu -- 百度云 -- 百度云管家 +- 上传 +- 下载 - 云 - 云盘 -- 网盘 - 分享 -- 上传 -- 下载 +- 百度 +- 百度云 +- 百度云管家 +- 网盘 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.7.5/Baidu.BaiduNetdisk.yaml b/manifests/b/Baidu/BaiduNetdisk/7.7.5/Baidu.BaiduNetdisk.yaml index 86b9dbae3ac0d..c51b164833c70 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.7.5/Baidu.BaiduNetdisk.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.7.5/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.7.5 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.7.7/Baidu.BaiduNetdisk.installer.yaml b/manifests/b/Baidu/BaiduNetdisk/7.7.7/Baidu.BaiduNetdisk.installer.yaml index defc72d036e82..690c3a13a643e 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.7.7/Baidu.BaiduNetdisk.installer.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.7.7/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.7.7 MinimumOSVersion: 10.0.0.0 -Protocols: -- baiduyunguanjia +InstallerType: nullsoft +Scope: machine InstallerSuccessCodes: - 2 +UpgradeBehavior: install +Protocols: +- baiduyunguanjia Installers: - Architecture: x86 - InstallerType: nullsoft - Scope: machine InstallerUrl: https://issuecdn.baidupcs.com/issue/netdisk/yunguanjia/BaiduNetdisk_7.7.7.1.exe InstallerSha256: 172FD47D1C64B18063A52AD92FF4408EABE6C61C4517F0498FA40BB3EF756A69 - ProductCode: '百度云管家' - UpgradeBehavior: install + ProductCode: 百度云管家 ManifestType: installer -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.7.7/Baidu.BaiduNetdisk.locale.en-US.yaml b/manifests/b/Baidu/BaiduNetdisk/7.7.7/Baidu.BaiduNetdisk.locale.en-US.yaml index f4d2894ac7e06..f77c9dfbb84c7 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.7.7/Baidu.BaiduNetdisk.locale.en-US.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.7.7/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.7.7 @@ -19,14 +19,18 @@ ShortDescription: Mass cloud file storage, freeing up local space and supporting Description: Baidu Netdisk is a free, easy-to-use cloud storage product that is serving more than 700 million users. It has mass storage and supports backup, sharing, viewing and processing multiple types of files. It also has multiple self-hosted data centers and protects users' data security under two top international security certifications ISO27001 and ISO27018. Moniker: baidunetdisk Tags: -- 百度网盘 - baidu - cloud - cloud-drive +- download - netdisk - share - upload -- download +- 百度网盘 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.7.7/Baidu.BaiduNetdisk.locale.zh-CN.yaml b/manifests/b/Baidu/BaiduNetdisk/7.7.7/Baidu.BaiduNetdisk.locale.zh-CN.yaml index 96a771de8418b..a6c17f252b9fb 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.7.7/Baidu.BaiduNetdisk.locale.zh-CN.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.7.7/Baidu.BaiduNetdisk.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created using YamlCreate.ps1 v1.1.5 -# 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: Baidu.BaiduNetdisk PackageVersion: 7.7.7 @@ -17,17 +17,22 @@ Copyright: Copyright © 2021 Baidu, Inc. All rights reserved. CopyrightUrl: https://www.baidu.com/duty/copyright.html ShortDescription: 海量云储存文件,释放本地空间,支持超大文件批量下载和断点续传 Description: 百度网盘是一款省心、好用的超级云存储产品,已为超过7亿用户提供云服务,空间超大,支持多类型文件的备份、分享、查看和处理,自建多个数据存储中心,更有两项国际顶尖安全认证 ISO27001&ISO27018 为用户数据安全提供护航。 +# Moniker: Tags: -- 百度 - baidu -- 百度云 -- 百度云管家 +- 上传 +- 下载 - 云 - 云盘 -- 网盘 - 分享 -- 上传 -- 下载 +- 百度 +- 百度云 +- 百度云管家 +- 网盘 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.7.7/Baidu.BaiduNetdisk.yaml b/manifests/b/Baidu/BaiduNetdisk/7.7.7/Baidu.BaiduNetdisk.yaml index de5efed2fe620..0d3fdf6704960 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.7.7/Baidu.BaiduNetdisk.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.7.7/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.7.7 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.7.8/Baidu.BaiduNetdisk.installer.yaml b/manifests/b/Baidu/BaiduNetdisk/7.7.8/Baidu.BaiduNetdisk.installer.yaml index b5122dd263889..dbfb845c88166 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.7.8/Baidu.BaiduNetdisk.installer.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.7.8/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.7.8 MinimumOSVersion: 10.0.0.0 -Protocols: -- baiduyunguanjia +InstallerType: nullsoft +Scope: machine InstallerSuccessCodes: - 2 +UpgradeBehavior: install +Protocols: +- baiduyunguanjia Installers: - Architecture: x86 - InstallerType: nullsoft - Scope: machine InstallerUrl: https://issuecdn.baidupcs.com/issue/netdisk/yunguanjia/BaiduNetdiskNew_7.7.8.1.exe InstallerSha256: A54EADD1B6F8711827E47B2F37DCA2961F3DF1C754D950CECAD8C2B48F78565F - ProductCode: '百度云管家' - UpgradeBehavior: install + ProductCode: 百度云管家 ManifestType: installer -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.7.8/Baidu.BaiduNetdisk.locale.en-US.yaml b/manifests/b/Baidu/BaiduNetdisk/7.7.8/Baidu.BaiduNetdisk.locale.en-US.yaml index 8d7be6647e16a..559de6d399ed6 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.7.8/Baidu.BaiduNetdisk.locale.en-US.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.7.8/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.7.8 @@ -19,14 +19,18 @@ ShortDescription: Mass cloud file storage, freeing up local space and supporting Description: Baidu Netdisk is a free, easy-to-use cloud storage product that is serving more than 700 million users. It has mass storage and supports backup, sharing, viewing and processing multiple types of files. It also has multiple self-hosted data centers and protects users' data security under two top international security certifications ISO27001 and ISO27018. Moniker: baidunetdisk Tags: -- 百度网盘 - baidu - cloud - cloud-drive +- download - netdisk - share - upload -- download +- 百度网盘 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.7.8/Baidu.BaiduNetdisk.locale.zh-CN.yaml b/manifests/b/Baidu/BaiduNetdisk/7.7.8/Baidu.BaiduNetdisk.locale.zh-CN.yaml index 7e6c7bb82b8db..d2e45942bd948 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.7.8/Baidu.BaiduNetdisk.locale.zh-CN.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.7.8/Baidu.BaiduNetdisk.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created using YamlCreate.ps1 v1.1.5 -# 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: Baidu.BaiduNetdisk PackageVersion: 7.7.8 @@ -17,17 +17,22 @@ Copyright: Copyright © 2021 Baidu, Inc. All rights reserved. CopyrightUrl: https://www.baidu.com/duty/copyright.html ShortDescription: 海量云储存文件,释放本地空间,支持超大文件批量下载和断点续传 Description: 百度网盘是一款省心、好用的超级云存储产品,已为超过7亿用户提供云服务,空间超大,支持多类型文件的备份、分享、查看和处理,自建多个数据存储中心,更有两项国际顶尖安全认证 ISO27001&ISO27018 为用户数据安全提供护航。 +# Moniker: Tags: -- 百度 - baidu -- 百度云 -- 百度云管家 +- 上传 +- 下载 - 云 - 云盘 -- 网盘 - 分享 -- 上传 -- 下载 +- 百度 +- 百度云 +- 百度云管家 +- 网盘 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.7.8/Baidu.BaiduNetdisk.yaml b/manifests/b/Baidu/BaiduNetdisk/7.7.8/Baidu.BaiduNetdisk.yaml index ee04b20c53edb..cd90bcedffc70 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.7.8/Baidu.BaiduNetdisk.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.7.8/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.7.8 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.8.2/Baidu.BaiduNetdisk.installer.yaml b/manifests/b/Baidu/BaiduNetdisk/7.8.2/Baidu.BaiduNetdisk.installer.yaml index 6701992789861..71419a3cb4a6d 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.8.2/Baidu.BaiduNetdisk.installer.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.8.2/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.8.2 MinimumOSVersion: 10.0.0.0 -Protocols: -- baiduyunguanjia +InstallerType: nullsoft +Scope: machine InstallerSuccessCodes: - 2 +UpgradeBehavior: install +Protocols: +- baiduyunguanjia Installers: - Architecture: x86 - InstallerType: nullsoft - Scope: machine InstallerUrl: https://issuecdn.baidupcs.com/issue/netdisk/yunguanjia/BaiduNetdisk_7.8.2.1.exe InstallerSha256: D36C2EB360A42F89384CACF02647CD63D609B35C021A49F522AD2CCB369A660C - ProductCode: '百度云管家' - UpgradeBehavior: install + ProductCode: 百度云管家 ManifestType: installer -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.8.2/Baidu.BaiduNetdisk.locale.en-US.yaml b/manifests/b/Baidu/BaiduNetdisk/7.8.2/Baidu.BaiduNetdisk.locale.en-US.yaml index 58e1c45daf527..c1113c9669bf0 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.8.2/Baidu.BaiduNetdisk.locale.en-US.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.8.2/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.8.2 @@ -19,14 +19,18 @@ ShortDescription: Mass cloud file storage, freeing up local space and supporting Description: Baidu Netdisk is a free, easy-to-use cloud storage product that is serving more than 700 million users. It has mass storage and supports backup, sharing, viewing and processing multiple types of files. It also has multiple self-hosted data centers and protects users' data security under two top international security certifications ISO27001 and ISO27018. Moniker: baidunetdisk Tags: -- netdisk +- baidu - cloud - cloud-drive +- download +- netdisk - share - upload -- download -- baidu - 百度网盘 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.8.2/Baidu.BaiduNetdisk.locale.zh-CN.yaml b/manifests/b/Baidu/BaiduNetdisk/7.8.2/Baidu.BaiduNetdisk.locale.zh-CN.yaml index fd65a298b3bfb..90b0285b5e57a 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.8.2/Baidu.BaiduNetdisk.locale.zh-CN.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.8.2/Baidu.BaiduNetdisk.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created using YamlCreate.ps1 v1.1.5 -# 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: Baidu.BaiduNetdisk PackageVersion: 7.8.2 @@ -17,17 +17,22 @@ Copyright: Copyright © 2021 Baidu, Inc. All rights reserved. CopyrightUrl: https://www.baidu.com/duty/copyright.html ShortDescription: 海量云储存文件,释放本地空间,支持超大文件批量下载和断点续传 Description: 百度网盘是一款省心、好用的超级云存储产品,已为超过7亿用户提供云服务,空间超大,支持多类型文件的备份、分享、查看和处理,自建多个数据存储中心,更有两项国际顶尖安全认证 ISO27001&ISO27018 为用户数据安全提供护航。 +# Moniker: Tags: -- 网盘 +- baidu +- 上传 +- 下载 - 云 - 云盘 - 分享 -- 上传 -- 下载 +- 百度 - 百度云 - 百度云管家 -- 百度 -- baidu +- 网盘 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.8.2/Baidu.BaiduNetdisk.yaml b/manifests/b/Baidu/BaiduNetdisk/7.8.2/Baidu.BaiduNetdisk.yaml index f004238c56b62..5e6fc782c9320 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.8.2/Baidu.BaiduNetdisk.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.8.2/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.8.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.8.3/Baidu.BaiduNetdisk.installer.yaml b/manifests/b/Baidu/BaiduNetdisk/7.8.3/Baidu.BaiduNetdisk.installer.yaml index 7401a9146d33b..d281462818fc1 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.8.3/Baidu.BaiduNetdisk.installer.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.8.3/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.8.3 @@ -11,10 +11,10 @@ InstallerSuccessCodes: UpgradeBehavior: install Protocols: - baiduyunguanjia -ProductCode: 百度云管家 Installers: - Architecture: x86 InstallerUrl: https://issuecdn.baidupcs.com/issue/netdisk/yunguanjia/BaiduNetdisk_7.8.3.1.exe InstallerSha256: 8B5A9EC2B3814C207576AA087E50200B694A9C5A746F6297BB3F120C4C73FA69 + ProductCode: 百度云管家 ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.8.3/Baidu.BaiduNetdisk.locale.en-US.yaml b/manifests/b/Baidu/BaiduNetdisk/7.8.3/Baidu.BaiduNetdisk.locale.en-US.yaml index 7bac87341e67e..85ac6a5ac4b13 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.8.3/Baidu.BaiduNetdisk.locale.en-US.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.8.3/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.8.3 @@ -19,13 +19,18 @@ ShortDescription: Mass cloud file storage, freeing up local space and supporting Description: Baidu Netdisk is a free, easy-to-use cloud storage product that is serving more than 700 million users. It has mass storage and supports backup, sharing, viewing and processing multiple types of files. It also has multiple self-hosted data centers and protects users' data security under two top international security certifications ISO27001 and ISO27018. Moniker: baidunetdisk Tags: -- netdisk +- baidu - cloud - cloud-drive +- download +- netdisk - share - upload -- download -- baidu - 百度网盘 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.8.3/Baidu.BaiduNetdisk.locale.zh-CN.yaml b/manifests/b/Baidu/BaiduNetdisk/7.8.3/Baidu.BaiduNetdisk.locale.zh-CN.yaml index 74767b187a75d..3f38f75630a0c 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.8.3/Baidu.BaiduNetdisk.locale.zh-CN.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.8.3/Baidu.BaiduNetdisk.locale.zh-CN.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.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: Baidu.BaiduNetdisk PackageVersion: 7.8.3 @@ -17,17 +17,22 @@ Copyright: Copyright © 2021 Baidu, Inc. All rights reserved. CopyrightUrl: https://www.baidu.com/duty/copyright.html ShortDescription: 海量云储存文件,释放本地空间,支持超大文件批量下载和断点续传 Description: 百度网盘是一款省心、好用的超级云存储产品,已为超过7亿用户提供云服务,空间超大,支持多类型文件的备份、分享、查看和处理,自建多个数据存储中心,更有两项国际顶尖安全认证 ISO27001&ISO27018 为用户数据安全提供护航。 -# Moniker: +# Moniker: Tags: -- 网盘 +- baidu +- 上传 +- 下载 - 云 - 云盘 - 分享 -- 上传 -- 下载 +- 百度 - 百度云 - 百度云管家 -- 百度 -- baidu +- 网盘 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.8.3/Baidu.BaiduNetdisk.yaml b/manifests/b/Baidu/BaiduNetdisk/7.8.3/Baidu.BaiduNetdisk.yaml index e8c252d18430e..f0dcd80976971 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.8.3/Baidu.BaiduNetdisk.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.8.3/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.8.3 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.8.5/Baidu.BaiduNetdisk.installer.yaml b/manifests/b/Baidu/BaiduNetdisk/7.8.5/Baidu.BaiduNetdisk.installer.yaml index 2aed5503eb324..454f56e830a95 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.8.5/Baidu.BaiduNetdisk.installer.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.8.5/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.8.5 @@ -11,10 +11,10 @@ InstallerSuccessCodes: UpgradeBehavior: install Protocols: - baiduyunguanjia -ProductCode: 百度云管家 Installers: - Architecture: x86 InstallerUrl: https://issuecdn.baidupcs.com/issue/netdisk/yunguanjia/BaiduNetdisk_7.8.5.1.exe InstallerSha256: A6BEE30CD5410942AE48327506677EB81705C032436C9B0DC169ED6F0161C419 + ProductCode: 百度云管家 ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.8.5/Baidu.BaiduNetdisk.locale.en-US.yaml b/manifests/b/Baidu/BaiduNetdisk/7.8.5/Baidu.BaiduNetdisk.locale.en-US.yaml index 3621d090f3753..256660269541f 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.8.5/Baidu.BaiduNetdisk.locale.en-US.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.8.5/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.8.5 @@ -19,13 +19,18 @@ ShortDescription: Mass cloud file storage, freeing up local space and supporting Description: Baidu Netdisk is a free, easy-to-use cloud storage product that is serving more than 700 million users. It has mass storage and supports backup, sharing, viewing and processing multiple types of files. It also has multiple self-hosted data centers and protects users' data security under two top international security certifications ISO27001 and ISO27018. Moniker: baidunetdisk Tags: -- netdisk +- baidu - cloud - cloud-drive +- download +- netdisk - share - upload -- download -- baidu - 百度网盘 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.8.5/Baidu.BaiduNetdisk.locale.zh-CN.yaml b/manifests/b/Baidu/BaiduNetdisk/7.8.5/Baidu.BaiduNetdisk.locale.zh-CN.yaml index d10568f1f32a6..44f1564e2ff5d 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.8.5/Baidu.BaiduNetdisk.locale.zh-CN.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.8.5/Baidu.BaiduNetdisk.locale.zh-CN.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.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: Baidu.BaiduNetdisk PackageVersion: 7.8.5 @@ -17,17 +17,22 @@ Copyright: Copyright © 2021 Baidu, Inc. All rights reserved. CopyrightUrl: https://www.baidu.com/duty/copyright.html ShortDescription: 海量云储存文件,释放本地空间,支持超大文件批量下载和断点续传 Description: 百度网盘是一款省心、好用的超级云存储产品,已为超过7亿用户提供云服务,空间超大,支持多类型文件的备份、分享、查看和处理,自建多个数据存储中心,更有两项国际顶尖安全认证 ISO27001&ISO27018 为用户数据安全提供护航。 -# Moniker: +# Moniker: Tags: -- 网盘 +- baidu +- 上传 +- 下载 - 云 - 云盘 - 分享 -- 上传 -- 下载 +- 百度 - 百度云 - 百度云管家 -- 百度 -- baidu +- 网盘 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.8.5/Baidu.BaiduNetdisk.yaml b/manifests/b/Baidu/BaiduNetdisk/7.8.5/Baidu.BaiduNetdisk.yaml index ab11e4cafbd55..44ce24be669ba 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.8.5/Baidu.BaiduNetdisk.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.8.5/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.8.5 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.9.1/Baidu.BaiduNetdisk.installer.yaml b/manifests/b/Baidu/BaiduNetdisk/7.9.1/Baidu.BaiduNetdisk.installer.yaml index 356b5074cfc17..b5c7d5389b069 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.9.1/Baidu.BaiduNetdisk.installer.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.9.1/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.9.1 @@ -18,4 +18,4 @@ Installers: InstallerSha256: C2400F16489A90B776DC815FDFC8A73437B7BA70FBF526FB44BCF267495BDFAF ProductCode: 百度云管家 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.9.1/Baidu.BaiduNetdisk.locale.en-US.yaml b/manifests/b/Baidu/BaiduNetdisk/7.9.1/Baidu.BaiduNetdisk.locale.en-US.yaml index a91a1d9a26a54..d7d9261e6adda 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.9.1/Baidu.BaiduNetdisk.locale.en-US.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.9.1/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.9.1 @@ -17,19 +17,21 @@ Copyright: Copyright © 2021 Baidu, Inc. All rights reserved. CopyrightUrl: https://www.baidu.com/duty/copyright.html ShortDescription: Mass cloud file storage, freeing up local space and supporting batch download and resumable upload for large files Description: Baidu Netdisk is a free, easy-to-use cloud storage product that is serving more than seven hundred million users. It not only has mass storage and supports backup, sharing, viewing, and processing multiple types of files, but also has several self-hosted data centers and protects users' data security under two top international security certifications ISO27001 and ISO27018. -# Moniker: +# Moniker: Tags: -- netdisk +- baidu - cloud - cloud-drive -- sync +- download +- netdisk - share +- sync - upload -- download -- Baidu - 百度网盘 -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://pan.baidu.com/disk/version +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.9.1/Baidu.BaiduNetdisk.locale.zh-CN.yaml b/manifests/b/Baidu/BaiduNetdisk/7.9.1/Baidu.BaiduNetdisk.locale.zh-CN.yaml index e16a9f55abce4..e4d60b565ce1a 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.9.1/Baidu.BaiduNetdisk.locale.zh-CN.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.9.1/Baidu.BaiduNetdisk.locale.zh-CN.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.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: Baidu.BaiduNetdisk PackageVersion: 7.9.1 @@ -17,22 +17,23 @@ Copyright: Copyright © 2021 Baidu, Inc. All rights reserved. CopyrightUrl: https://www.baidu.com/duty/copyright.html ShortDescription: 海量云储存文件,释放本地空间,支持超大文件批量下载和断点续传 Description: 百度网盘是一款省心、好用的超级云存储产品,已为超过 7 亿用户提供云服务,空间超大,支持多类型文件的备份、分享、查看和处理,自建多个数据存储中心,更有两项国际顶尖安全认证 ISO27001&ISO27018 为用户数据安全提供护航。 -# Moniker: +# Moniker: Tags: -- 网盘 +- baidu +- 上传 +- 下载 - 云 - 云盘 - 分享 - 同步 -- 上传 -- 下载 +- 百度 - 百度云 - 百度云管家 -- 百度 -- Baidu -# Agreements: -ReleaseNotes: |- - 1. 修复一些已知问题 +- 网盘 +ReleaseNotes: 1. 修复一些已知问题 ReleaseNotesUrl: https://pan.baidu.com/disk/version +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduNetdisk/7.9.1/Baidu.BaiduNetdisk.yaml b/manifests/b/Baidu/BaiduNetdisk/7.9.1/Baidu.BaiduNetdisk.yaml index 704f53a99c1b3..c9f74d8795662 100644 --- a/manifests/b/Baidu/BaiduNetdisk/7.9.1/Baidu.BaiduNetdisk.yaml +++ b/manifests/b/Baidu/BaiduNetdisk/7.9.1/Baidu.BaiduNetdisk.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: Baidu.BaiduNetdisk PackageVersion: 7.9.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/5.6.5624.0/Baidu.BaiduPinyin.installer.yaml b/manifests/b/Baidu/BaiduPinyin/5.6.5624.0/Baidu.BaiduPinyin.installer.yaml index 77ecc1a74ae86..8edfdc3f36cb2 100644 --- a/manifests/b/Baidu/BaiduPinyin/5.6.5624.0/Baidu.BaiduPinyin.installer.yaml +++ b/manifests/b/Baidu/BaiduPinyin/5.6.5624.0/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 5.6.5624.0 MinimumOSVersion: 10.0.0.0 +InstallerType: nullsoft +Scope: machine +UpgradeBehavior: install FileExtensions: - bdict - bps Installers: - Architecture: neutral - InstallerType: nullsoft - Scope: machine InstallerUrl: https://speedxbu.baidu.com/shurufa/ime/setup/BaiduPinyinSetup_5.6.5624.0.exe InstallerSha256: DDFD379D5ECD8DA5E8C1D147E575C0F373C738659092A33593AE4DA9F43B56CF - ProductCode: 'BaiduPinyin' - UpgradeBehavior: install + ProductCode: BaiduPinyin ManifestType: installer -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/5.6.5624.0/Baidu.BaiduPinyin.locale.en-US.yaml b/manifests/b/Baidu/BaiduPinyin/5.6.5624.0/Baidu.BaiduPinyin.locale.en-US.yaml index 06020e11b82ed..be2165558a2a5 100644 --- a/manifests/b/Baidu/BaiduPinyin/5.6.5624.0/Baidu.BaiduPinyin.locale.en-US.yaml +++ b/manifests/b/Baidu/BaiduPinyin/5.6.5624.0/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 5.6.5624.0 @@ -14,13 +14,18 @@ PackageUrl: https://shurufa.baidu.com License: Freeware LicenseUrl: https://shurufa.baidu.com/license_agreement Copyright: Copyright (C) 2020 Baidu Inc. All rights reserved. -#CopyrightUrl: +# CopyrightUrl: ShortDescription: Intelligent input method based on Baidu's powerful data mining and Chinese word separation technology Description: Baidu Input Method is a convenient and useful input method with various features including handwriting, voice, win10, strokes, mouse handwriting and smartphone input method. +# Moniker: Tags: - chinese -- pinyin - ime +- pinyin +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/5.6.5624.0/Baidu.BaiduPinyin.locale.zh-CN.yaml b/manifests/b/Baidu/BaiduPinyin/5.6.5624.0/Baidu.BaiduPinyin.locale.zh-CN.yaml index a8b4d16ef28ee..0e8d7a1df30e8 100644 --- a/manifests/b/Baidu/BaiduPinyin/5.6.5624.0/Baidu.BaiduPinyin.locale.zh-CN.yaml +++ b/manifests/b/Baidu/BaiduPinyin/5.6.5624.0/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 5.6.5624.0 @@ -14,15 +14,20 @@ PackageUrl: https://shurufa.baidu.com License: 免费软件 LicenseUrl: https://shurufa.baidu.com/license_agreement Copyright: Copyright (C) 2020 Baidu Inc. All rights reserved. -#CopyrightUrl: +# CopyrightUrl: ShortDescription: 基于百度强大的数据挖掘和中文分词技术的智能输入法 Description: 百度输入法是一款集手写、语音、win10、笔画、鼠标手写、手机输入法于一体,非常便捷、好用的输入法。下载百度输入法,还有海量皮肤及词库等你体验。 +# Moniker: Tags: -- 百度拼音输入法 -- 拼音输入法 +- win10输入法 - 手写输入法 +- 拼音输入法 +- 百度拼音输入法 - 语音输入法 -- win10输入法 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/5.6.5624.0/Baidu.BaiduPinyin.yaml b/manifests/b/Baidu/BaiduPinyin/5.6.5624.0/Baidu.BaiduPinyin.yaml index 8408423d17d78..258ea5c0dae52 100644 --- a/manifests/b/Baidu/BaiduPinyin/5.6.5624.0/Baidu.BaiduPinyin.yaml +++ b/manifests/b/Baidu/BaiduPinyin/5.6.5624.0/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 5.6.5624.0 DefaultLocale: zh-CN ManifestType: version -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/5.6.5819.0/Baidu.BaiduPinyin.installer.yaml b/manifests/b/Baidu/BaiduPinyin/5.6.5819.0/Baidu.BaiduPinyin.installer.yaml index 6a6420900877c..9a9ae9952e890 100644 --- a/manifests/b/Baidu/BaiduPinyin/5.6.5819.0/Baidu.BaiduPinyin.installer.yaml +++ b/manifests/b/Baidu/BaiduPinyin/5.6.5819.0/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 5.6.5819.0 MinimumOSVersion: 10.0.0.0 +InstallerType: nullsoft +Scope: machine +UpgradeBehavior: install FileExtensions: - bdict - bps Installers: - Architecture: neutral - InstallerType: nullsoft - Scope: machine InstallerUrl: https://speedxbu.baidu.com/shurufa/ime/setup/BaiduPinyinSetup_5.6.5819.0.exe InstallerSha256: B51888D83A1C386EFA4FEEF017D1D4420958E570CC40A55F623D910CE5552D0F - ProductCode: 'BaiduPinyin' - UpgradeBehavior: install + ProductCode: BaiduPinyin ManifestType: installer -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/5.6.5819.0/Baidu.BaiduPinyin.locale.en-US.yaml b/manifests/b/Baidu/BaiduPinyin/5.6.5819.0/Baidu.BaiduPinyin.locale.en-US.yaml index 0f11a9993bf41..d4b13d10288b1 100644 --- a/manifests/b/Baidu/BaiduPinyin/5.6.5819.0/Baidu.BaiduPinyin.locale.en-US.yaml +++ b/manifests/b/Baidu/BaiduPinyin/5.6.5819.0/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 5.6.5819.0 @@ -17,13 +17,17 @@ Copyright: Copyright (C) 2020 Baidu Inc. All rights reserved. CopyrightUrl: https://www.baidu.com/duty/copyright.html ShortDescription: Intelligent input method based on Baidu's powerful data mining and Chinese word separation technology Description: Baidu Input Method is a convenient and useful input method with various features including handwriting, voice, win10, strokes, mouse handwriting and smartphone input method. -Moniker: baidu-pinyin +# Moniker: Tags: -- 百度输入法 - baidu -- ime - chinese +- ime - pinyin +- 百度输入法 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/5.6.5819.0/Baidu.BaiduPinyin.locale.zh-CN.yaml b/manifests/b/Baidu/BaiduPinyin/5.6.5819.0/Baidu.BaiduPinyin.locale.zh-CN.yaml index cd06b97790a97..7b81b2c91402c 100644 --- a/manifests/b/Baidu/BaiduPinyin/5.6.5819.0/Baidu.BaiduPinyin.locale.zh-CN.yaml +++ b/manifests/b/Baidu/BaiduPinyin/5.6.5819.0/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 5.6.5819.0 @@ -17,15 +17,20 @@ Copyright: Copyright (C) 2020 Baidu Inc. All rights reserved. CopyrightUrl: https://www.baidu.com/duty/copyright.html ShortDescription: 基于百度强大的数据挖掘和中文分词技术的智能输入法 Description: 百度输入法是一款集手写、语音、win10、笔画、鼠标手写、手机输入法于一体,非常便捷、好用的输入法。下载百度输入法,还有海量皮肤及词库等你体验。 +# Moniker: Tags: -- 百度 - baidu -- 输入法 - ime +- 手写 - 打字 - 拼音 -- 手写 +- 百度 - 语音 +- 输入法 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/5.6.5819.0/Baidu.BaiduPinyin.yaml b/manifests/b/Baidu/BaiduPinyin/5.6.5819.0/Baidu.BaiduPinyin.yaml index 6b0d46f5d4d8e..9d9e7a38af5f0 100644 --- a/manifests/b/Baidu/BaiduPinyin/5.6.5819.0/Baidu.BaiduPinyin.yaml +++ b/manifests/b/Baidu/BaiduPinyin/5.6.5819.0/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 5.6.5819.0 DefaultLocale: zh-CN ManifestType: version -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/5.6.6000.0/Baidu.BaiduPinyin.installer.yaml b/manifests/b/Baidu/BaiduPinyin/5.6.6000.0/Baidu.BaiduPinyin.installer.yaml index 1907931a6a829..6412e306d47cb 100644 --- a/manifests/b/Baidu/BaiduPinyin/5.6.6000.0/Baidu.BaiduPinyin.installer.yaml +++ b/manifests/b/Baidu/BaiduPinyin/5.6.6000.0/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 5.6.6000.0 MinimumOSVersion: 10.0.0.0 +InstallerType: nullsoft +Scope: machine +UpgradeBehavior: install FileExtensions: - bdict - bps Installers: - Architecture: neutral - InstallerType: nullsoft - Scope: machine InstallerUrl: https://speedxbu.baidu.com/shurufa/ime/setup/BaiduPinyinSetup_5.6.6000.0.exe InstallerSha256: 7AAC4A59B3E19A9763545F4F94E7962A44C68099CDF7A41C74FA8AE5EC92BAC0 - ProductCode: 'BaiduPinyin' - UpgradeBehavior: install + ProductCode: BaiduPinyin ManifestType: installer -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/5.6.6000.0/Baidu.BaiduPinyin.locale.en-US.yaml b/manifests/b/Baidu/BaiduPinyin/5.6.6000.0/Baidu.BaiduPinyin.locale.en-US.yaml index b49b18e106cf4..dadc7d4662896 100644 --- a/manifests/b/Baidu/BaiduPinyin/5.6.6000.0/Baidu.BaiduPinyin.locale.en-US.yaml +++ b/manifests/b/Baidu/BaiduPinyin/5.6.6000.0/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 5.6.6000.0 @@ -19,11 +19,15 @@ ShortDescription: Intelligent input method based on Baidu's powerful data mining Description: Baidu Input Method is a convenient and useful input method with various features including handwriting, voice, win10, strokes, mouse handwriting and smartphone input method. Moniker: baidupinyin Tags: -- ime +- baidu - chinese +- ime - pinyin -- baidu - 百度输入法 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/5.6.6000.0/Baidu.BaiduPinyin.locale.zh-CN.yaml b/manifests/b/Baidu/BaiduPinyin/5.6.6000.0/Baidu.BaiduPinyin.locale.zh-CN.yaml index 7f941d8cd9097..996735fca77b3 100644 --- a/manifests/b/Baidu/BaiduPinyin/5.6.6000.0/Baidu.BaiduPinyin.locale.zh-CN.yaml +++ b/manifests/b/Baidu/BaiduPinyin/5.6.6000.0/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 5.6.6000.0 @@ -17,15 +17,20 @@ Copyright: Copyright (C) 2021 Baidu Inc. All rights reserved. CopyrightUrl: https://www.baidu.com/duty/copyright.html ShortDescription: 基于百度强大的数据挖掘和中文分词技术的智能输入法 Description: 百度输入法是一款集手写、语音、win10、笔画、鼠标手写、手机输入法于一体,非常便捷、好用的输入法。下载百度输入法,还有海量皮肤及词库等你体验。 +# Moniker: Tags: -- 输入法 +- baidu - ime +- 手写 - 打字 - 拼音 -- 手写 -- 语音 - 百度 -- baidu +- 语音 +- 输入法 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/5.6.6000.0/Baidu.BaiduPinyin.yaml b/manifests/b/Baidu/BaiduPinyin/5.6.6000.0/Baidu.BaiduPinyin.yaml index 3892585a302fe..af50ac815dd84 100644 --- a/manifests/b/Baidu/BaiduPinyin/5.6.6000.0/Baidu.BaiduPinyin.yaml +++ b/manifests/b/Baidu/BaiduPinyin/5.6.6000.0/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 5.6.6000.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/5.8.0.14/Baidu.BaiduPinyin.installer.yaml b/manifests/b/Baidu/BaiduPinyin/5.8.0.14/Baidu.BaiduPinyin.installer.yaml index 7bc9f07b3bbb3..9268a849d15d2 100644 --- a/manifests/b/Baidu/BaiduPinyin/5.8.0.14/Baidu.BaiduPinyin.installer.yaml +++ b/manifests/b/Baidu/BaiduPinyin/5.8.0.14/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 5.8.0.14 @@ -18,4 +18,4 @@ Installers: InstallerSha256: 0AA31B94420BF5DE170909B82C5A7DDF5AB0CBC62DA0441B6B6EF0EE1A13CBD8 ProductCode: BaiduPinyin ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/5.8.0.14/Baidu.BaiduPinyin.locale.en-US.yaml b/manifests/b/Baidu/BaiduPinyin/5.8.0.14/Baidu.BaiduPinyin.locale.en-US.yaml index e78bb090b135d..be683b2e19530 100644 --- a/manifests/b/Baidu/BaiduPinyin/5.8.0.14/Baidu.BaiduPinyin.locale.en-US.yaml +++ b/manifests/b/Baidu/BaiduPinyin/5.8.0.14/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 5.8.0.14 @@ -17,15 +17,17 @@ Copyright: Copyright (C) 2021 Baidu Inc. All rights reserved. CopyrightUrl: https://www.baidu.com/duty/copyright.html ShortDescription: Intelligent input method based on Baidu's powerful data mining and Chinese word separation technology Description: Baidu Method is a free input method by Baidu based on Baidu search and cloud technology, supporting Pinyin, strokes, speech, handwriting and intelligent English input, and featuring accurate thesaurus, smooth input, beautiful skin and convenient operation. -# Moniker: +# Moniker: Tags: -- IME -- Chinese -- Pinyin -- Baidu +- baidu +- chinese +- ime +- pinyin - 百度输入法 -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://shurufa.baidu.com/update +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/5.8.0.14/Baidu.BaiduPinyin.locale.zh-CN.yaml b/manifests/b/Baidu/BaiduPinyin/5.8.0.14/Baidu.BaiduPinyin.locale.zh-CN.yaml index 48903cd5d6532..9f5945e884832 100644 --- a/manifests/b/Baidu/BaiduPinyin/5.8.0.14/Baidu.BaiduPinyin.locale.zh-CN.yaml +++ b/manifests/b/Baidu/BaiduPinyin/5.8.0.14/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 5.8.0.14 @@ -17,16 +17,15 @@ Copyright: Copyright (C) 2021 Baidu Inc. All rights reserved. CopyrightUrl: https://www.baidu.com/duty/copyright.html ShortDescription: 基于百度强大的数据挖掘和中文分词技术的智能输入法 Description: 百度输入法是百度公司免费提供的输入法,基于百度搜索和云端技术,支持拼音、笔画、语音、手写和智能英文输入,词库精准,输入流畅,皮肤精美、操作便捷。 -# Moniker: +# Moniker: Tags: -- 输入法 -- IME -- 拼音 +- baidu +- ime - 手写 -- 语音 +- 拼音 - 百度 -- Baidu -# Agreements: +- 语音 +- 输入法 ReleaseNotes: |- 优化: 1、升级输入引擎,让输入更准确~ @@ -37,5 +36,8 @@ ReleaseNotes: |- 3、修复了部分导致崩溃或卡死的问题 4、修复了一些其他 bug ReleaseNotesUrl: https://shurufa.baidu.com/update +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/5.8.0.14/Baidu.BaiduPinyin.yaml b/manifests/b/Baidu/BaiduPinyin/5.8.0.14/Baidu.BaiduPinyin.yaml index f275b2e5bf6fc..2e7d6ab739709 100644 --- a/manifests/b/Baidu/BaiduPinyin/5.8.0.14/Baidu.BaiduPinyin.yaml +++ b/manifests/b/Baidu/BaiduPinyin/5.8.0.14/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 5.8.0.14 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/5.8.0.15/Baidu.BaiduPinyin.installer.yaml b/manifests/b/Baidu/BaiduPinyin/5.8.0.15/Baidu.BaiduPinyin.installer.yaml index 7c854d75b2164..b95d5973ddbf1 100644 --- a/manifests/b/Baidu/BaiduPinyin/5.8.0.15/Baidu.BaiduPinyin.installer.yaml +++ b/manifests/b/Baidu/BaiduPinyin/5.8.0.15/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 5.8.0.15 @@ -18,4 +18,4 @@ Installers: InstallerSha256: B2C7AFC33A98C5CFF2FEF54C5D6BAF872CAF9474975B6E8E2475C7FB418E584A ProductCode: BaiduPinyin ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/5.8.0.15/Baidu.BaiduPinyin.locale.en-US.yaml b/manifests/b/Baidu/BaiduPinyin/5.8.0.15/Baidu.BaiduPinyin.locale.en-US.yaml index 1ad598f3c5625..871fdd450d492 100644 --- a/manifests/b/Baidu/BaiduPinyin/5.8.0.15/Baidu.BaiduPinyin.locale.en-US.yaml +++ b/manifests/b/Baidu/BaiduPinyin/5.8.0.15/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 5.8.0.15 @@ -17,15 +17,17 @@ Copyright: Copyright (C) 2021 Baidu Inc. All rights reserved. CopyrightUrl: https://www.baidu.com/duty/copyright.html ShortDescription: Intelligent input method based on Baidu's powerful data mining and Chinese word separation technology Description: Baidu Method is a free input method by Baidu based on Baidu search and cloud technology, supporting Pinyin, strokes, speech, handwriting and intelligent English input, and featuring accurate thesaurus, smooth input, beautiful skin and convenient operation. -# Moniker: +# Moniker: Tags: -- IME -- Chinese -- Pinyin -- Baidu +- baidu +- chinese +- ime +- pinyin - 百度输入法 -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://shurufa.baidu.com/update +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/5.8.0.15/Baidu.BaiduPinyin.locale.zh-CN.yaml b/manifests/b/Baidu/BaiduPinyin/5.8.0.15/Baidu.BaiduPinyin.locale.zh-CN.yaml index aef0cbe0a0ac6..851eb4f22bf93 100644 --- a/manifests/b/Baidu/BaiduPinyin/5.8.0.15/Baidu.BaiduPinyin.locale.zh-CN.yaml +++ b/manifests/b/Baidu/BaiduPinyin/5.8.0.15/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 5.8.0.15 @@ -17,19 +17,21 @@ Copyright: Copyright (C) 2021 Baidu Inc. All rights reserved. CopyrightUrl: https://www.baidu.com/duty/copyright.html ShortDescription: 基于百度强大的数据挖掘和中文分词技术的智能输入法 Description: 百度输入法是百度公司免费提供的输入法,基于百度搜索和云端技术,支持拼音、笔画、语音、手写和智能英文输入,词库精准,输入流畅,皮肤精美、操作便捷。 -# Moniker: +# Moniker: Tags: -- 输入法 -- IME -- 拼音 +- baidu +- ime - 手写 -- 语音 +- 拼音 - 百度 -- Baidu -# Agreements: +- 语音 +- 输入法 ReleaseNotes: |- 修复: 修复了Win7系统下部分卡顿问题 ReleaseNotesUrl: https://shurufa.baidu.com/update +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/5.8.0.15/Baidu.BaiduPinyin.yaml b/manifests/b/Baidu/BaiduPinyin/5.8.0.15/Baidu.BaiduPinyin.yaml index 6beaa8adc2ac3..fc65756940d62 100644 --- a/manifests/b/Baidu/BaiduPinyin/5.8.0.15/Baidu.BaiduPinyin.yaml +++ b/manifests/b/Baidu/BaiduPinyin/5.8.0.15/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 5.8.0.15 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/5.8.1.4/Baidu.BaiduPinyin.installer.yaml b/manifests/b/Baidu/BaiduPinyin/5.8.1.4/Baidu.BaiduPinyin.installer.yaml index 01f6b53898713..d8ee403810244 100644 --- a/manifests/b/Baidu/BaiduPinyin/5.8.1.4/Baidu.BaiduPinyin.installer.yaml +++ b/manifests/b/Baidu/BaiduPinyin/5.8.1.4/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 5.8.1.4 @@ -18,4 +18,4 @@ Installers: InstallerSha256: A283E56B6E2192C0083FE632661C42BD82D04263999DAB617E0013C8009B3F40 ProductCode: BaiduPinyin ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/5.8.1.4/Baidu.BaiduPinyin.locale.en-US.yaml b/manifests/b/Baidu/BaiduPinyin/5.8.1.4/Baidu.BaiduPinyin.locale.en-US.yaml index 80d7281ccc11e..47d6bb5a92d61 100644 --- a/manifests/b/Baidu/BaiduPinyin/5.8.1.4/Baidu.BaiduPinyin.locale.en-US.yaml +++ b/manifests/b/Baidu/BaiduPinyin/5.8.1.4/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 5.8.1.4 @@ -17,16 +17,18 @@ Copyright: Copyright (C) 2022 Baidu Inc. All rights reserved. CopyrightUrl: https://www.baidu.com/duty/copyright.html ShortDescription: Intelligent input method based on Baidu's powerful data mining and Chinese word separation technology Description: Baidu Method is a free input method by Baidu based on Baidu search and cloud technology, supporting Pinyin, strokes, speech, handwriting and intelligent English input, and featuring accurate thesaurus, smooth input, beautiful skin and convenient operation. -# Moniker: +# Moniker: Tags: -- IME +- baidu +- chinese +- ime - input-method -- Chinese -- Pinyin -- Baidu +- pinyin - 百度输入法 -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://shurufa.baidu.com/update +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/5.8.1.4/Baidu.BaiduPinyin.locale.zh-CN.yaml b/manifests/b/Baidu/BaiduPinyin/5.8.1.4/Baidu.BaiduPinyin.locale.zh-CN.yaml index 028b35f85adf8..7ac57e12f281c 100644 --- a/manifests/b/Baidu/BaiduPinyin/5.8.1.4/Baidu.BaiduPinyin.locale.zh-CN.yaml +++ b/manifests/b/Baidu/BaiduPinyin/5.8.1.4/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 5.8.1.4 @@ -17,16 +17,15 @@ Copyright: Copyright (C) 2022 Baidu Inc. All rights reserved. CopyrightUrl: https://www.baidu.com/duty/copyright.html ShortDescription: 基于百度强大的数据挖掘和中文分词技术的智能输入法 Description: 百度输入法是百度公司免费提供的输入法,基于百度搜索和云端技术,支持拼音、笔画、语音、手写和智能英文输入,词库精准,输入流畅,皮肤精美、操作便捷。 -# Moniker: +# Moniker: Tags: -- 输入法 -- IME -- 拼音 +- baidu +- ime - 手写 -- 语音 +- 拼音 - 百度 -- Baidu -# Agreements: +- 语音 +- 输入法 ReleaseNotes: |- 优化: 1、升级输入引擎,让输入更准确~ @@ -35,5 +34,8 @@ ReleaseNotes: |- 1、修复了农历开关不生效的问题 2、修复了delete键不支持的问题 ReleaseNotesUrl: https://shurufa.baidu.com/update +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/5.8.1.4/Baidu.BaiduPinyin.yaml b/manifests/b/Baidu/BaiduPinyin/5.8.1.4/Baidu.BaiduPinyin.yaml index 68409b14ed072..b6fd5998bc463 100644 --- a/manifests/b/Baidu/BaiduPinyin/5.8.1.4/Baidu.BaiduPinyin.yaml +++ b/manifests/b/Baidu/BaiduPinyin/5.8.1.4/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 5.8.1.4 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/5.8.2.3/Baidu.BaiduPinyin.installer.yaml b/manifests/b/Baidu/BaiduPinyin/5.8.2.3/Baidu.BaiduPinyin.installer.yaml index 70a8de0000ab2..d3b1c6608c468 100644 --- a/manifests/b/Baidu/BaiduPinyin/5.8.2.3/Baidu.BaiduPinyin.installer.yaml +++ b/manifests/b/Baidu/BaiduPinyin/5.8.2.3/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 5.8.2.3 @@ -18,4 +18,4 @@ Installers: InstallerSha256: 636D6D43276AEDC042A59CFD530AD0B57D0388D1B3F1EAA1D84E29537365E2FB ProductCode: BaiduPinyin ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/5.8.2.3/Baidu.BaiduPinyin.locale.en-US.yaml b/manifests/b/Baidu/BaiduPinyin/5.8.2.3/Baidu.BaiduPinyin.locale.en-US.yaml index 755675aae8f94..354b5c93495a6 100644 --- a/manifests/b/Baidu/BaiduPinyin/5.8.2.3/Baidu.BaiduPinyin.locale.en-US.yaml +++ b/manifests/b/Baidu/BaiduPinyin/5.8.2.3/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 5.8.2.3 @@ -17,14 +17,16 @@ Copyright: Copyright (C) 2022 Baidu Inc. All rights reserved. CopyrightUrl: https://www.baidu.com/duty/copyright.html ShortDescription: Intelligent input method based on Baidu's powerful data mining and Chinese word separation technology Description: Baidu Method is a free input method by Baidu based on Baidu search and cloud technology, supporting Pinyin, strokes, speech, handwriting and intelligent English input, and featuring accurate thesaurus, smooth input, beautiful skin and convenient operation. -# Moniker: +# Moniker: Tags: -- IME +- chinese +- ime - input-method -- Chinese -- Pinyin -# Agreements: -# ReleaseNotes: +- pinyin +# ReleaseNotes: ReleaseNotesUrl: https://shurufa.baidu.com/update +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/5.8.2.3/Baidu.BaiduPinyin.locale.zh-CN.yaml b/manifests/b/Baidu/BaiduPinyin/5.8.2.3/Baidu.BaiduPinyin.locale.zh-CN.yaml index 2b23c0068be11..1bf939d3be30e 100644 --- a/manifests/b/Baidu/BaiduPinyin/5.8.2.3/Baidu.BaiduPinyin.locale.zh-CN.yaml +++ b/manifests/b/Baidu/BaiduPinyin/5.8.2.3/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 5.8.2.3 @@ -17,17 +17,19 @@ Copyright: Copyright (C) 2022 Baidu Inc. All rights reserved. CopyrightUrl: https://www.baidu.com/duty/copyright.html ShortDescription: 基于百度强大的数据挖掘和中文分词技术的智能输入法 Description: 百度输入法是百度公司免费提供的输入法,基于百度搜索和云端技术,支持拼音、笔画、语音、手写和智能英文输入,词库精准,输入流畅,皮肤精美、操作便捷。 -# Moniker: +# Moniker: Tags: -- 输入法 -- IME -- 拼音 +- ime - 手写 +- 拼音 - 语音 -# Agreements: +- 输入法 ReleaseNotes: |- 修复: 修复了候选词首位是拼音的问题 ReleaseNotesUrl: https://shurufa.baidu.com/update +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/5.8.2.3/Baidu.BaiduPinyin.yaml b/manifests/b/Baidu/BaiduPinyin/5.8.2.3/Baidu.BaiduPinyin.yaml index 701b5ae28ec5c..8275b63af06b1 100644 --- a/manifests/b/Baidu/BaiduPinyin/5.8.2.3/Baidu.BaiduPinyin.yaml +++ b/manifests/b/Baidu/BaiduPinyin/5.8.2.3/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 5.8.2.3 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/5.8.3.9/Baidu.BaiduPinyin.installer.yaml b/manifests/b/Baidu/BaiduPinyin/5.8.3.9/Baidu.BaiduPinyin.installer.yaml index 1fae271a0d691..7478ff012ef73 100644 --- a/manifests/b/Baidu/BaiduPinyin/5.8.3.9/Baidu.BaiduPinyin.installer.yaml +++ b/manifests/b/Baidu/BaiduPinyin/5.8.3.9/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 5.8.3.9 @@ -18,4 +18,4 @@ Installers: InstallerSha256: 120A1FA69A3075E301A96D19FA7116BB191A6DB0893AD47B5FC7F6E6553FFB7D ProductCode: BaiduPinyin ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/5.8.3.9/Baidu.BaiduPinyin.locale.en-US.yaml b/manifests/b/Baidu/BaiduPinyin/5.8.3.9/Baidu.BaiduPinyin.locale.en-US.yaml index 47b88f933b41d..074a2cb2b303e 100644 --- a/manifests/b/Baidu/BaiduPinyin/5.8.3.9/Baidu.BaiduPinyin.locale.en-US.yaml +++ b/manifests/b/Baidu/BaiduPinyin/5.8.3.9/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 5.8.3.9 @@ -17,7 +17,7 @@ Copyright: Copyright (C) 2022 Baidu Inc. All rights reserved. CopyrightUrl: https://www.baidu.com/duty/copyright.html ShortDescription: Intelligent input method based on Baidu's powerful data mining and Chinese word separation technology Description: Baidu Method is a free input method by Baidu based on Baidu search and cloud technology, supporting Pinyin, strokes, speech, handwriting and intelligent English input, and featuring accurate thesaurus, smooth input, beautiful skin and convenient operation. -# Moniker: +# Moniker: Tags: - chinese - handwriting @@ -26,8 +26,10 @@ Tags: - pinyin - speech - voice -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://shurufa.baidu.com/update +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/5.8.3.9/Baidu.BaiduPinyin.locale.zh-CN.yaml b/manifests/b/Baidu/BaiduPinyin/5.8.3.9/Baidu.BaiduPinyin.locale.zh-CN.yaml index 2d4a94b73755b..8b4100304274a 100644 --- a/manifests/b/Baidu/BaiduPinyin/5.8.3.9/Baidu.BaiduPinyin.locale.zh-CN.yaml +++ b/manifests/b/Baidu/BaiduPinyin/5.8.3.9/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 5.8.3.9 @@ -17,7 +17,7 @@ Copyright: Copyright (C) 2022 Baidu Inc. All rights reserved. CopyrightUrl: https://www.baidu.com/duty/copyright.html ShortDescription: 基于百度强大的数据挖掘和中文分词技术的智能输入法 Description: 百度输入法是百度公司免费提供的输入法,基于百度搜索和云端技术,支持拼音、笔画、语音、手写和智能英文输入,词库精准,输入流畅,皮肤精美、操作便捷。 -# Moniker: +# Moniker: Tags: - ime - 中文 @@ -26,7 +26,6 @@ Tags: - 汉语 - 语音 - 输入法 -# Agreements: ReleaseNotes: |- 优化: 1、优化语音输入方式,输入更高效~ @@ -35,5 +34,8 @@ ReleaseNotes: |- 2、修复了 tab 笔画筛选功能 3、修复了候选词固首功能 ReleaseNotesUrl: https://shurufa.baidu.com/update +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/5.8.3.9/Baidu.BaiduPinyin.yaml b/manifests/b/Baidu/BaiduPinyin/5.8.3.9/Baidu.BaiduPinyin.yaml index 82fdb67fc0e03..83698de2260e3 100644 --- a/manifests/b/Baidu/BaiduPinyin/5.8.3.9/Baidu.BaiduPinyin.yaml +++ b/manifests/b/Baidu/BaiduPinyin/5.8.3.9/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 5.8.3.9 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/5.8.4.8/Baidu.BaiduPinyin.installer.yaml b/manifests/b/Baidu/BaiduPinyin/5.8.4.8/Baidu.BaiduPinyin.installer.yaml index 276e49c2acd9e..3f02316ed333a 100644 --- a/manifests/b/Baidu/BaiduPinyin/5.8.4.8/Baidu.BaiduPinyin.installer.yaml +++ b/manifests/b/Baidu/BaiduPinyin/5.8.4.8/Baidu.BaiduPinyin.installer.yaml @@ -1,5 +1,5 @@ -# 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 +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Baidu.BaiduPinyin PackageVersion: 5.8.4.8 @@ -22,4 +22,4 @@ Installers: InstallerSha256: EB08C86AE04267AE7F249822A58BBFB4A45F055B8397EB2DE44D1A5E69F00230 ProductCode: BaiduPinyin ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/5.8.4.8/Baidu.BaiduPinyin.locale.en-US.yaml b/manifests/b/Baidu/BaiduPinyin/5.8.4.8/Baidu.BaiduPinyin.locale.en-US.yaml index 365658d4f3e02..58caf9ccd0298 100644 --- a/manifests/b/Baidu/BaiduPinyin/5.8.4.8/Baidu.BaiduPinyin.locale.en-US.yaml +++ b/manifests/b/Baidu/BaiduPinyin/5.8.4.8/Baidu.BaiduPinyin.locale.en-US.yaml @@ -1,5 +1,5 @@ -# 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 +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Baidu.BaiduPinyin PackageVersion: 5.8.4.8 @@ -17,7 +17,7 @@ Copyright: Copyright (C) 2022 Baidu Inc. All rights reserved. CopyrightUrl: https://www.baidu.com/duty/copyright.html ShortDescription: Intelligent input method based on Baidu's powerful data mining and Chinese word separation technology Description: Baidu Method is a free input method by Baidu based on Baidu search and cloud technology, supporting Pinyin, strokes, speech, handwriting and intelligent English input, and featuring accurate thesaurus, smooth input, beautiful skin and convenient operation. -# Moniker: +# Moniker: Tags: - chinese - handwriting @@ -26,8 +26,10 @@ Tags: - pinyin - speech - voice -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://shurufa.baidu.com/update +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/5.8.4.8/Baidu.BaiduPinyin.locale.zh-CN.yaml b/manifests/b/Baidu/BaiduPinyin/5.8.4.8/Baidu.BaiduPinyin.locale.zh-CN.yaml index 286e5abb7700d..c3b81a13b70c0 100644 --- a/manifests/b/Baidu/BaiduPinyin/5.8.4.8/Baidu.BaiduPinyin.locale.zh-CN.yaml +++ b/manifests/b/Baidu/BaiduPinyin/5.8.4.8/Baidu.BaiduPinyin.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# 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 +# 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: Baidu.BaiduPinyin PackageVersion: 5.8.4.8 @@ -17,7 +17,7 @@ Copyright: Copyright (C) 2022 Baidu Inc. All rights reserved. CopyrightUrl: https://www.baidu.com/duty/copyright.html ShortDescription: 基于百度强大的数据挖掘和中文分词技术的智能输入法 Description: 百度输入法是百度公司免费提供的输入法,基于百度搜索和云端技术,支持拼音、笔画、语音、手写和智能英文输入,词库精准,输入流畅,皮肤精美、操作便捷。 -# Moniker: +# Moniker: Tags: - 中文 - 手写 @@ -25,7 +25,6 @@ Tags: - 汉语 - 语音 - 输入法 -# Agreements: ReleaseNotes: |- 优化: 1、优化了输入引擎,让输入更准确 @@ -35,5 +34,8 @@ ReleaseNotes: |- 1、修复了【梅】固首词的问题 2、修复了语音特定机型下崩溃问题 ReleaseNotesUrl: https://shurufa.baidu.com/update +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/5.8.4.8/Baidu.BaiduPinyin.yaml b/manifests/b/Baidu/BaiduPinyin/5.8.4.8/Baidu.BaiduPinyin.yaml index 41d11d9082ff6..6fc8a30b188e5 100644 --- a/manifests/b/Baidu/BaiduPinyin/5.8.4.8/Baidu.BaiduPinyin.yaml +++ b/manifests/b/Baidu/BaiduPinyin/5.8.4.8/Baidu.BaiduPinyin.yaml @@ -1,8 +1,8 @@ -# 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 +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Baidu.BaiduPinyin PackageVersion: 5.8.4.8 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/5.8.6.5/Baidu.BaiduPinyin.installer.yaml b/manifests/b/Baidu/BaiduPinyin/5.8.6.5/Baidu.BaiduPinyin.installer.yaml index 56b63ea564b93..eb56f44c7fb76 100644 --- a/manifests/b/Baidu/BaiduPinyin/5.8.6.5/Baidu.BaiduPinyin.installer.yaml +++ b/manifests/b/Baidu/BaiduPinyin/5.8.6.5/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 5.8.6.5 @@ -22,4 +22,4 @@ Installers: InstallerSha256: 26F38801EF98A0503150ABFD6BE32D256ED3A56D777992B9E55F4E888501438D ProductCode: BaiduPinyin ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/5.8.6.5/Baidu.BaiduPinyin.locale.en-US.yaml b/manifests/b/Baidu/BaiduPinyin/5.8.6.5/Baidu.BaiduPinyin.locale.en-US.yaml index 3c624dee17114..e08d832f6ed9f 100644 --- a/manifests/b/Baidu/BaiduPinyin/5.8.6.5/Baidu.BaiduPinyin.locale.en-US.yaml +++ b/manifests/b/Baidu/BaiduPinyin/5.8.6.5/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 5.8.6.5 @@ -17,7 +17,7 @@ Copyright: Copyright (C) 2022 Baidu Inc. All rights reserved. CopyrightUrl: https://www.baidu.com/duty/copyright.html ShortDescription: Intelligent input method based on Baidu's powerful data mining and Chinese word separation technology Description: Baidu Method is a free input method by Baidu based on Baidu search and cloud technology, supporting Pinyin, strokes, speech, handwriting and intelligent English input, and featuring accurate thesaurus, smooth input, beautiful skin and convenient operation. -# Moniker: +# Moniker: Tags: - chinese - handwriting @@ -26,8 +26,10 @@ Tags: - pinyin - speech - voice -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://shurufa.baidu.com/update +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/5.8.6.5/Baidu.BaiduPinyin.locale.zh-CN.yaml b/manifests/b/Baidu/BaiduPinyin/5.8.6.5/Baidu.BaiduPinyin.locale.zh-CN.yaml index 628019743ff9e..927f283b2c6b5 100644 --- a/manifests/b/Baidu/BaiduPinyin/5.8.6.5/Baidu.BaiduPinyin.locale.zh-CN.yaml +++ b/manifests/b/Baidu/BaiduPinyin/5.8.6.5/Baidu.BaiduPinyin.locale.zh-CN.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.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: Baidu.BaiduPinyin PackageVersion: 5.8.6.5 @@ -17,7 +17,7 @@ Copyright: Copyright (C) 2022 Baidu Inc. All rights reserved. CopyrightUrl: https://www.baidu.com/duty/copyright.html ShortDescription: 基于百度强大的数据挖掘和中文分词技术的智能输入法 Description: 百度输入法是百度公司免费提供的输入法,基于百度搜索和云端技术,支持拼音、笔画、语音、手写和智能英文输入,词库精准,输入流畅,皮肤精美、操作便捷。 -# Moniker: +# Moniker: Tags: - 中文 - 手写 @@ -25,7 +25,6 @@ Tags: - 汉语 - 语音 - 输入法 -# Agreements: ReleaseNotes: |- 优化: 1. 优化了输入引擎,让输入更准确~ @@ -35,5 +34,8 @@ ReleaseNotes: |- 1. 修复了部分卡顿问题 2. 修复了一些其他的已知问题 ReleaseNotesUrl: https://shurufa.baidu.com/update +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/5.8.6.5/Baidu.BaiduPinyin.yaml b/manifests/b/Baidu/BaiduPinyin/5.8.6.5/Baidu.BaiduPinyin.yaml index de1681aba6178..6042ab1e7f65e 100644 --- a/manifests/b/Baidu/BaiduPinyin/5.8.6.5/Baidu.BaiduPinyin.yaml +++ b/manifests/b/Baidu/BaiduPinyin/5.8.6.5/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 5.8.6.5 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/5.8.8.16/Baidu.BaiduPinyin.installer.yaml b/manifests/b/Baidu/BaiduPinyin/5.8.8.16/Baidu.BaiduPinyin.installer.yaml index b1f26e3583f51..12f790c61d3cc 100644 --- a/manifests/b/Baidu/BaiduPinyin/5.8.8.16/Baidu.BaiduPinyin.installer.yaml +++ b/manifests/b/Baidu/BaiduPinyin/5.8.8.16/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 5.8.8.16 @@ -25,4 +25,4 @@ Installers: InstallerSha256: B0A75458989CDBEEE2ADED1BAE042E6E694B4921206810F0E3F78B1F41A61772 ProductCode: BaiduPinyin ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/5.8.8.16/Baidu.BaiduPinyin.locale.en-US.yaml b/manifests/b/Baidu/BaiduPinyin/5.8.8.16/Baidu.BaiduPinyin.locale.en-US.yaml index 37957e016f765..fd7c98cf169f0 100644 --- a/manifests/b/Baidu/BaiduPinyin/5.8.8.16/Baidu.BaiduPinyin.locale.en-US.yaml +++ b/manifests/b/Baidu/BaiduPinyin/5.8.8.16/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 5.8.8.16 @@ -26,11 +26,10 @@ Tags: - pinyin - speech - voice -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://shurufa.baidu.com/update # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/5.8.8.16/Baidu.BaiduPinyin.locale.zh-CN.yaml b/manifests/b/Baidu/BaiduPinyin/5.8.8.16/Baidu.BaiduPinyin.locale.zh-CN.yaml index 990b46aeaf1e2..b1fdaf8cf24b8 100644 --- a/manifests/b/Baidu/BaiduPinyin/5.8.8.16/Baidu.BaiduPinyin.locale.zh-CN.yaml +++ b/manifests/b/Baidu/BaiduPinyin/5.8.8.16/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 5.8.8.16 @@ -25,7 +25,6 @@ Tags: - 汉语 - 语音 - 输入法 -# Agreements: ReleaseNotes: |- 1. 云词出词全新升级,快速精准完成输入 @@ -40,4 +39,4 @@ ReleaseNotesUrl: https://shurufa.baidu.com/update # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/5.8.8.16/Baidu.BaiduPinyin.yaml b/manifests/b/Baidu/BaiduPinyin/5.8.8.16/Baidu.BaiduPinyin.yaml index cd055aa78875f..576fbe99d14e9 100644 --- a/manifests/b/Baidu/BaiduPinyin/5.8.8.16/Baidu.BaiduPinyin.yaml +++ b/manifests/b/Baidu/BaiduPinyin/5.8.8.16/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 5.8.8.16 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/5.8.8.19/Baidu.BaiduPinyin.installer.yaml b/manifests/b/Baidu/BaiduPinyin/5.8.8.19/Baidu.BaiduPinyin.installer.yaml index 142bdb819cecd..880f7a42f84f8 100644 --- a/manifests/b/Baidu/BaiduPinyin/5.8.8.19/Baidu.BaiduPinyin.installer.yaml +++ b/manifests/b/Baidu/BaiduPinyin/5.8.8.19/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 5.8.8.19 @@ -25,4 +25,4 @@ Installers: InstallerSha256: 80C76646AB01A5DE105BACB49C8B1E80AE0D009DAF00583F210B7D4FE0FAB059 ProductCode: BaiduPinyin ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/5.8.8.19/Baidu.BaiduPinyin.locale.en-US.yaml b/manifests/b/Baidu/BaiduPinyin/5.8.8.19/Baidu.BaiduPinyin.locale.en-US.yaml index 8308771cd844e..d8464bed4fb84 100644 --- a/manifests/b/Baidu/BaiduPinyin/5.8.8.19/Baidu.BaiduPinyin.locale.en-US.yaml +++ b/manifests/b/Baidu/BaiduPinyin/5.8.8.19/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 5.8.8.19 @@ -26,11 +26,10 @@ Tags: - pinyin - speech - voice -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://shurufa.baidu.com/update # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/5.8.8.19/Baidu.BaiduPinyin.locale.zh-CN.yaml b/manifests/b/Baidu/BaiduPinyin/5.8.8.19/Baidu.BaiduPinyin.locale.zh-CN.yaml index f8e63501c5579..8c0979af2ef2f 100644 --- a/manifests/b/Baidu/BaiduPinyin/5.8.8.19/Baidu.BaiduPinyin.locale.zh-CN.yaml +++ b/manifests/b/Baidu/BaiduPinyin/5.8.8.19/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 5.8.8.19 @@ -25,7 +25,6 @@ Tags: - 汉语 - 语音 - 输入法 -# Agreements: ReleaseNotes: |- 修复: 1. 修复了一些已知问题 @@ -34,4 +33,4 @@ ReleaseNotesUrl: https://shurufa.baidu.com/update # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/5.8.8.19/Baidu.BaiduPinyin.yaml b/manifests/b/Baidu/BaiduPinyin/5.8.8.19/Baidu.BaiduPinyin.yaml index c21415b80a69f..7f58570e81160 100644 --- a/manifests/b/Baidu/BaiduPinyin/5.8.8.19/Baidu.BaiduPinyin.yaml +++ b/manifests/b/Baidu/BaiduPinyin/5.8.8.19/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 5.8.8.19 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/5.8.8.25/Baidu.BaiduPinyin.installer.yaml b/manifests/b/Baidu/BaiduPinyin/5.8.8.25/Baidu.BaiduPinyin.installer.yaml index 5819d57a610a0..03834fd2a99b1 100644 --- a/manifests/b/Baidu/BaiduPinyin/5.8.8.25/Baidu.BaiduPinyin.installer.yaml +++ b/manifests/b/Baidu/BaiduPinyin/5.8.8.25/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 5.8.8.25 @@ -25,4 +25,4 @@ Installers: InstallerSha256: F4AE61CCD918AB9B21EF3E093FEE43CC3703B0340953C23B7B3E08086E4EF935 ProductCode: BaiduPinyin ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/5.8.8.25/Baidu.BaiduPinyin.locale.en-US.yaml b/manifests/b/Baidu/BaiduPinyin/5.8.8.25/Baidu.BaiduPinyin.locale.en-US.yaml index 2a5fa4a618e01..47b8fa343591f 100644 --- a/manifests/b/Baidu/BaiduPinyin/5.8.8.25/Baidu.BaiduPinyin.locale.en-US.yaml +++ b/manifests/b/Baidu/BaiduPinyin/5.8.8.25/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 5.8.8.25 @@ -26,11 +26,10 @@ Tags: - pinyin - speech - voice -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://shurufa.baidu.com/update # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/5.8.8.25/Baidu.BaiduPinyin.locale.zh-CN.yaml b/manifests/b/Baidu/BaiduPinyin/5.8.8.25/Baidu.BaiduPinyin.locale.zh-CN.yaml index a543ae6e87197..d1571f599bde9 100644 --- a/manifests/b/Baidu/BaiduPinyin/5.8.8.25/Baidu.BaiduPinyin.locale.zh-CN.yaml +++ b/manifests/b/Baidu/BaiduPinyin/5.8.8.25/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 5.8.8.25 @@ -25,7 +25,6 @@ Tags: - 汉语 - 语音 - 输入法 -# Agreements: ReleaseNotes: |- 修复: 1. 修复了输入法偶尔无法输入的问题 @@ -36,4 +35,4 @@ ReleaseNotesUrl: https://shurufa.baidu.com/update # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/5.8.8.25/Baidu.BaiduPinyin.yaml b/manifests/b/Baidu/BaiduPinyin/5.8.8.25/Baidu.BaiduPinyin.yaml index 933591851ebe9..f1b8593199994 100644 --- a/manifests/b/Baidu/BaiduPinyin/5.8.8.25/Baidu.BaiduPinyin.yaml +++ b/manifests/b/Baidu/BaiduPinyin/5.8.8.25/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 5.8.8.25 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/5.9.2.1/Baidu.BaiduPinyin.installer.yaml b/manifests/b/Baidu/BaiduPinyin/5.9.2.1/Baidu.BaiduPinyin.installer.yaml index a109acb4995c1..01442bc5f8d1f 100644 --- a/manifests/b/Baidu/BaiduPinyin/5.9.2.1/Baidu.BaiduPinyin.installer.yaml +++ b/manifests/b/Baidu/BaiduPinyin/5.9.2.1/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 5.9.2.1 @@ -25,4 +25,4 @@ Installers: InstallerSha256: 99762C2F83B91AF8F044A1A366B6AF30E44B41E7B104A15819346658FD2FC30D ProductCode: BaiduPinyin ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/5.9.2.1/Baidu.BaiduPinyin.locale.en-US.yaml b/manifests/b/Baidu/BaiduPinyin/5.9.2.1/Baidu.BaiduPinyin.locale.en-US.yaml index e140edc96ffb8..5aea802d60b6a 100644 --- a/manifests/b/Baidu/BaiduPinyin/5.9.2.1/Baidu.BaiduPinyin.locale.en-US.yaml +++ b/manifests/b/Baidu/BaiduPinyin/5.9.2.1/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 5.9.2.1 @@ -26,11 +26,10 @@ Tags: - pinyin - speech - voice -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://shurufa.baidu.com/update # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/5.9.2.1/Baidu.BaiduPinyin.locale.zh-CN.yaml b/manifests/b/Baidu/BaiduPinyin/5.9.2.1/Baidu.BaiduPinyin.locale.zh-CN.yaml index 78eb13270c502..cc18f8cd6ccbe 100644 --- a/manifests/b/Baidu/BaiduPinyin/5.9.2.1/Baidu.BaiduPinyin.locale.zh-CN.yaml +++ b/manifests/b/Baidu/BaiduPinyin/5.9.2.1/Baidu.BaiduPinyin.locale.zh-CN.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.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: Baidu.BaiduPinyin PackageVersion: 5.9.2.1 @@ -25,7 +25,6 @@ Tags: - 汉语 - 语音 - 输入法 -# Agreements: ReleaseNotes: |- 优化: 1. 字数统计功能全新升级 @@ -37,4 +36,4 @@ ReleaseNotesUrl: https://shurufa.baidu.com/update # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/5.9.2.1/Baidu.BaiduPinyin.yaml b/manifests/b/Baidu/BaiduPinyin/5.9.2.1/Baidu.BaiduPinyin.yaml index ae85dbdcc7a7e..7187334defdb1 100644 --- a/manifests/b/Baidu/BaiduPinyin/5.9.2.1/Baidu.BaiduPinyin.yaml +++ b/manifests/b/Baidu/BaiduPinyin/5.9.2.1/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 5.9.2.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/5.9.2.5/Baidu.BaiduPinyin.installer.yaml b/manifests/b/Baidu/BaiduPinyin/5.9.2.5/Baidu.BaiduPinyin.installer.yaml index 3c8f2b8dc3543..2905bdcda64bb 100644 --- a/manifests/b/Baidu/BaiduPinyin/5.9.2.5/Baidu.BaiduPinyin.installer.yaml +++ b/manifests/b/Baidu/BaiduPinyin/5.9.2.5/Baidu.BaiduPinyin.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.4 $debug=QUSU.CRLF.7-3-3.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: Baidu.BaiduPinyin PackageVersion: 5.9.2.5 @@ -25,4 +25,4 @@ Installers: InstallerSha256: AFE179B6C9873CEE59D9AD3A22201E51D6E9A1E7DA2A153A1B605CE4261D5ED0 ProductCode: BaiduPinyin ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/5.9.2.5/Baidu.BaiduPinyin.locale.en-US.yaml b/manifests/b/Baidu/BaiduPinyin/5.9.2.5/Baidu.BaiduPinyin.locale.en-US.yaml index dd49628340ca4..5f4e7926f3631 100644 --- a/manifests/b/Baidu/BaiduPinyin/5.9.2.5/Baidu.BaiduPinyin.locale.en-US.yaml +++ b/manifests/b/Baidu/BaiduPinyin/5.9.2.5/Baidu.BaiduPinyin.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.4 $debug=QUSU.CRLF.7-3-3.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: Baidu.BaiduPinyin PackageVersion: 5.9.2.5 @@ -26,11 +26,10 @@ Tags: - pinyin - speech - voice -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://shurufa.baidu.com/update # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/5.9.2.5/Baidu.BaiduPinyin.locale.zh-CN.yaml b/manifests/b/Baidu/BaiduPinyin/5.9.2.5/Baidu.BaiduPinyin.locale.zh-CN.yaml index abb04f4478887..de7d0c45b1ecd 100644 --- a/manifests/b/Baidu/BaiduPinyin/5.9.2.5/Baidu.BaiduPinyin.locale.zh-CN.yaml +++ b/manifests/b/Baidu/BaiduPinyin/5.9.2.5/Baidu.BaiduPinyin.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.4 $debug=QUSU.CRLF.7-3-3.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: Baidu.BaiduPinyin PackageVersion: 5.9.2.5 @@ -25,7 +25,6 @@ Tags: - 汉语 - 语音 - 输入法 -# Agreements: ReleaseNotes: |- 修复: 1. 修复了一些已知问题 @@ -34,4 +33,4 @@ ReleaseNotesUrl: https://shurufa.baidu.com/update # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/5.9.2.5/Baidu.BaiduPinyin.yaml b/manifests/b/Baidu/BaiduPinyin/5.9.2.5/Baidu.BaiduPinyin.yaml index b9986869f0149..40e34c374d3e9 100644 --- a/manifests/b/Baidu/BaiduPinyin/5.9.2.5/Baidu.BaiduPinyin.yaml +++ b/manifests/b/Baidu/BaiduPinyin/5.9.2.5/Baidu.BaiduPinyin.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.4 $debug=QUSU.CRLF.7-3-3.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: Baidu.BaiduPinyin PackageVersion: 5.9.2.5 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.0.3.40/Baidu.BaiduPinyin.installer.yaml b/manifests/b/Baidu/BaiduPinyin/6.0.3.40/Baidu.BaiduPinyin.installer.yaml index b4b0a2c5b47a9..2d06abbdde63f 100644 --- a/manifests/b/Baidu/BaiduPinyin/6.0.3.40/Baidu.BaiduPinyin.installer.yaml +++ b/manifests/b/Baidu/BaiduPinyin/6.0.3.40/Baidu.BaiduPinyin.installer.yaml @@ -1,5 +1,5 @@ -# 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 +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Baidu.BaiduPinyin PackageVersion: 6.0.3.40 @@ -25,4 +25,4 @@ Installers: InstallerSha256: 9AD7AE2495011C65CE11668D388CAA80295318C371FEF8FE5B05F7D4AF04A854 ProductCode: BaiduPinyin ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.0.3.40/Baidu.BaiduPinyin.locale.en-US.yaml b/manifests/b/Baidu/BaiduPinyin/6.0.3.40/Baidu.BaiduPinyin.locale.en-US.yaml index 02e2d85d3376b..38cffc1732f27 100644 --- a/manifests/b/Baidu/BaiduPinyin/6.0.3.40/Baidu.BaiduPinyin.locale.en-US.yaml +++ b/manifests/b/Baidu/BaiduPinyin/6.0.3.40/Baidu.BaiduPinyin.locale.en-US.yaml @@ -1,5 +1,5 @@ -# 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 +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Baidu.BaiduPinyin PackageVersion: 6.0.3.40 @@ -32,4 +32,4 @@ ReleaseNotesUrl: https://shurufa.baidu.com/update # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.0.3.40/Baidu.BaiduPinyin.locale.zh-CN.yaml b/manifests/b/Baidu/BaiduPinyin/6.0.3.40/Baidu.BaiduPinyin.locale.zh-CN.yaml index 04fd5cc10fcdc..fbbd02b2661b8 100644 --- a/manifests/b/Baidu/BaiduPinyin/6.0.3.40/Baidu.BaiduPinyin.locale.zh-CN.yaml +++ b/manifests/b/Baidu/BaiduPinyin/6.0.3.40/Baidu.BaiduPinyin.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# 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 +# 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: Baidu.BaiduPinyin PackageVersion: 6.0.3.40 @@ -35,4 +35,4 @@ ReleaseNotesUrl: https://shurufa.baidu.com/update # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.0.3.40/Baidu.BaiduPinyin.yaml b/manifests/b/Baidu/BaiduPinyin/6.0.3.40/Baidu.BaiduPinyin.yaml index bb102c1dfa417..46a6233b2d9cc 100644 --- a/manifests/b/Baidu/BaiduPinyin/6.0.3.40/Baidu.BaiduPinyin.yaml +++ b/manifests/b/Baidu/BaiduPinyin/6.0.3.40/Baidu.BaiduPinyin.yaml @@ -1,8 +1,8 @@ -# 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 +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Baidu.BaiduPinyin PackageVersion: 6.0.3.40 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.0.3.44/Baidu.BaiduPinyin.installer.yaml b/manifests/b/Baidu/BaiduPinyin/6.0.3.44/Baidu.BaiduPinyin.installer.yaml index 33b7d86ab4025..5ad9cd604d48f 100644 --- a/manifests/b/Baidu/BaiduPinyin/6.0.3.44/Baidu.BaiduPinyin.installer.yaml +++ b/manifests/b/Baidu/BaiduPinyin/6.0.3.44/Baidu.BaiduPinyin.installer.yaml @@ -1,5 +1,5 @@ -# 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 +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Baidu.BaiduPinyin PackageVersion: 6.0.3.44 @@ -25,4 +25,4 @@ Installers: InstallerSha256: 0826FA3432A36DF15B5AE13FE7989F129B4B8A9D7EBC3FC543A1D56132F3F965 ProductCode: BaiduPinyin ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.0.3.44/Baidu.BaiduPinyin.locale.en-US.yaml b/manifests/b/Baidu/BaiduPinyin/6.0.3.44/Baidu.BaiduPinyin.locale.en-US.yaml index 4f62d3d4a6719..90c02c4cf2950 100644 --- a/manifests/b/Baidu/BaiduPinyin/6.0.3.44/Baidu.BaiduPinyin.locale.en-US.yaml +++ b/manifests/b/Baidu/BaiduPinyin/6.0.3.44/Baidu.BaiduPinyin.locale.en-US.yaml @@ -1,5 +1,5 @@ -# 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 +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Baidu.BaiduPinyin PackageVersion: 6.0.3.44 @@ -32,4 +32,4 @@ ReleaseNotesUrl: https://shurufa.baidu.com/update # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.0.3.44/Baidu.BaiduPinyin.locale.zh-CN.yaml b/manifests/b/Baidu/BaiduPinyin/6.0.3.44/Baidu.BaiduPinyin.locale.zh-CN.yaml index bf771eb3b2fab..965c2f29b8c12 100644 --- a/manifests/b/Baidu/BaiduPinyin/6.0.3.44/Baidu.BaiduPinyin.locale.zh-CN.yaml +++ b/manifests/b/Baidu/BaiduPinyin/6.0.3.44/Baidu.BaiduPinyin.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# 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 +# 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: Baidu.BaiduPinyin PackageVersion: 6.0.3.44 @@ -35,4 +35,4 @@ ReleaseNotesUrl: https://shurufa.baidu.com/update # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.0.3.44/Baidu.BaiduPinyin.yaml b/manifests/b/Baidu/BaiduPinyin/6.0.3.44/Baidu.BaiduPinyin.yaml index 4748f93082c74..e4c009dc01204 100644 --- a/manifests/b/Baidu/BaiduPinyin/6.0.3.44/Baidu.BaiduPinyin.yaml +++ b/manifests/b/Baidu/BaiduPinyin/6.0.3.44/Baidu.BaiduPinyin.yaml @@ -1,8 +1,8 @@ -# 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 +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Baidu.BaiduPinyin PackageVersion: 6.0.3.44 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.0.3.56/Baidu.BaiduPinyin.installer.yaml b/manifests/b/Baidu/BaiduPinyin/6.0.3.56/Baidu.BaiduPinyin.installer.yaml index 53e776f0cdd5b..382e93b4abe5a 100644 --- a/manifests/b/Baidu/BaiduPinyin/6.0.3.56/Baidu.BaiduPinyin.installer.yaml +++ b/manifests/b/Baidu/BaiduPinyin/6.0.3.56/Baidu.BaiduPinyin.installer.yaml @@ -1,5 +1,5 @@ -# 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 +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Baidu.BaiduPinyin PackageVersion: 6.0.3.56 @@ -25,4 +25,4 @@ Installers: InstallerSha256: AA9D7542FF75B6C06538B74F2978BC6D16677F777D7BE74CDE105CBFB1E1CCEC ProductCode: BaiduPinyin ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.0.3.56/Baidu.BaiduPinyin.locale.en-US.yaml b/manifests/b/Baidu/BaiduPinyin/6.0.3.56/Baidu.BaiduPinyin.locale.en-US.yaml index 63b5886d42234..8b526498b8f9a 100644 --- a/manifests/b/Baidu/BaiduPinyin/6.0.3.56/Baidu.BaiduPinyin.locale.en-US.yaml +++ b/manifests/b/Baidu/BaiduPinyin/6.0.3.56/Baidu.BaiduPinyin.locale.en-US.yaml @@ -1,5 +1,5 @@ -# 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 +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Baidu.BaiduPinyin PackageVersion: 6.0.3.56 @@ -32,4 +32,4 @@ ReleaseNotesUrl: https://shurufa.baidu.com/update # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.0.3.56/Baidu.BaiduPinyin.locale.zh-CN.yaml b/manifests/b/Baidu/BaiduPinyin/6.0.3.56/Baidu.BaiduPinyin.locale.zh-CN.yaml index 3e79d43f09419..b68e0e03b99ea 100644 --- a/manifests/b/Baidu/BaiduPinyin/6.0.3.56/Baidu.BaiduPinyin.locale.zh-CN.yaml +++ b/manifests/b/Baidu/BaiduPinyin/6.0.3.56/Baidu.BaiduPinyin.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# 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 +# 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: Baidu.BaiduPinyin PackageVersion: 6.0.3.56 @@ -31,4 +31,4 @@ ReleaseNotesUrl: https://shurufa.baidu.com/update # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.0.3.56/Baidu.BaiduPinyin.yaml b/manifests/b/Baidu/BaiduPinyin/6.0.3.56/Baidu.BaiduPinyin.yaml index 252f19c63eb3c..84887c275cd00 100644 --- a/manifests/b/Baidu/BaiduPinyin/6.0.3.56/Baidu.BaiduPinyin.yaml +++ b/manifests/b/Baidu/BaiduPinyin/6.0.3.56/Baidu.BaiduPinyin.yaml @@ -1,8 +1,8 @@ -# 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 +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Baidu.BaiduPinyin PackageVersion: 6.0.3.56 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.0.3.66/Baidu.BaiduPinyin.installer.yaml b/manifests/b/Baidu/BaiduPinyin/6.0.3.66/Baidu.BaiduPinyin.installer.yaml index 7afa993d9d43b..994677d715f5f 100644 --- a/manifests/b/Baidu/BaiduPinyin/6.0.3.66/Baidu.BaiduPinyin.installer.yaml +++ b/manifests/b/Baidu/BaiduPinyin/6.0.3.66/Baidu.BaiduPinyin.installer.yaml @@ -1,5 +1,5 @@ -# 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 +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Baidu.BaiduPinyin PackageVersion: 6.0.3.66 @@ -25,4 +25,4 @@ Installers: InstallerSha256: 0247ACA821285BE5CD27F8ABE8A77B6FDF71C72777EC51588D7C1F5BC5F41914 ProductCode: BaiduPinyin ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.0.3.66/Baidu.BaiduPinyin.locale.en-US.yaml b/manifests/b/Baidu/BaiduPinyin/6.0.3.66/Baidu.BaiduPinyin.locale.en-US.yaml index 2eced28c74b5d..abc1ee8fa096c 100644 --- a/manifests/b/Baidu/BaiduPinyin/6.0.3.66/Baidu.BaiduPinyin.locale.en-US.yaml +++ b/manifests/b/Baidu/BaiduPinyin/6.0.3.66/Baidu.BaiduPinyin.locale.en-US.yaml @@ -1,5 +1,5 @@ -# 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 +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Baidu.BaiduPinyin PackageVersion: 6.0.3.66 @@ -32,4 +32,4 @@ ReleaseNotesUrl: https://shurufa.baidu.com/update # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.0.3.66/Baidu.BaiduPinyin.locale.zh-CN.yaml b/manifests/b/Baidu/BaiduPinyin/6.0.3.66/Baidu.BaiduPinyin.locale.zh-CN.yaml index d62b1c79b0a40..e42d8f1edbea8 100644 --- a/manifests/b/Baidu/BaiduPinyin/6.0.3.66/Baidu.BaiduPinyin.locale.zh-CN.yaml +++ b/manifests/b/Baidu/BaiduPinyin/6.0.3.66/Baidu.BaiduPinyin.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# 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 +# 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: Baidu.BaiduPinyin PackageVersion: 6.0.3.66 @@ -31,4 +31,4 @@ ReleaseNotesUrl: https://shurufa.baidu.com/update # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.0.3.66/Baidu.BaiduPinyin.yaml b/manifests/b/Baidu/BaiduPinyin/6.0.3.66/Baidu.BaiduPinyin.yaml index 4b27eb7953440..008dae2f75756 100644 --- a/manifests/b/Baidu/BaiduPinyin/6.0.3.66/Baidu.BaiduPinyin.yaml +++ b/manifests/b/Baidu/BaiduPinyin/6.0.3.66/Baidu.BaiduPinyin.yaml @@ -1,8 +1,8 @@ -# 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 +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Baidu.BaiduPinyin PackageVersion: 6.0.3.66 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.0.3.73/Baidu.BaiduPinyin.installer.yaml b/manifests/b/Baidu/BaiduPinyin/6.0.3.73/Baidu.BaiduPinyin.installer.yaml index 00d88b660b98f..af86d65f241f5 100644 --- a/manifests/b/Baidu/BaiduPinyin/6.0.3.73/Baidu.BaiduPinyin.installer.yaml +++ b/manifests/b/Baidu/BaiduPinyin/6.0.3.73/Baidu.BaiduPinyin.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.10 $debug=QUSU.CRLF.7-3-7.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: Baidu.BaiduPinyin PackageVersion: 6.0.3.73 @@ -25,4 +25,4 @@ Installers: InstallerSha256: 901B96C7B94E3730DC42B5D721D3EF268EEB0DEDB1A663D0F360968C3876EB66 ProductCode: BaiduPinyin ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.0.3.73/Baidu.BaiduPinyin.locale.en-US.yaml b/manifests/b/Baidu/BaiduPinyin/6.0.3.73/Baidu.BaiduPinyin.locale.en-US.yaml index 1b2a48b139807..073f3dec15a1e 100644 --- a/manifests/b/Baidu/BaiduPinyin/6.0.3.73/Baidu.BaiduPinyin.locale.en-US.yaml +++ b/manifests/b/Baidu/BaiduPinyin/6.0.3.73/Baidu.BaiduPinyin.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.10 $debug=QUSU.CRLF.7-3-7.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: Baidu.BaiduPinyin PackageVersion: 6.0.3.73 @@ -32,4 +32,4 @@ ReleaseNotesUrl: https://shurufa.baidu.com/update # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.0.3.73/Baidu.BaiduPinyin.locale.zh-CN.yaml b/manifests/b/Baidu/BaiduPinyin/6.0.3.73/Baidu.BaiduPinyin.locale.zh-CN.yaml index cce39e3089d61..4f8f2a8a55888 100644 --- a/manifests/b/Baidu/BaiduPinyin/6.0.3.73/Baidu.BaiduPinyin.locale.zh-CN.yaml +++ b/manifests/b/Baidu/BaiduPinyin/6.0.3.73/Baidu.BaiduPinyin.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.10 $debug=QUSU.CRLF.7-3-7.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: Baidu.BaiduPinyin PackageVersion: 6.0.3.73 @@ -31,4 +31,4 @@ ReleaseNotesUrl: https://shurufa.baidu.com/update # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.0.3.73/Baidu.BaiduPinyin.yaml b/manifests/b/Baidu/BaiduPinyin/6.0.3.73/Baidu.BaiduPinyin.yaml index 9eb290a5a1efb..aa9542115feaa 100644 --- a/manifests/b/Baidu/BaiduPinyin/6.0.3.73/Baidu.BaiduPinyin.yaml +++ b/manifests/b/Baidu/BaiduPinyin/6.0.3.73/Baidu.BaiduPinyin.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.10 $debug=QUSU.CRLF.7-3-7.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: Baidu.BaiduPinyin PackageVersion: 6.0.3.73 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.0.4.155/Baidu.BaiduPinyin.installer.yaml b/manifests/b/Baidu/BaiduPinyin/6.0.4.155/Baidu.BaiduPinyin.installer.yaml index c1eb8a89be93b..52dba682d9827 100644 --- a/manifests/b/Baidu/BaiduPinyin/6.0.4.155/Baidu.BaiduPinyin.installer.yaml +++ b/manifests/b/Baidu/BaiduPinyin/6.0.4.155/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 6.0.4.155 @@ -25,4 +25,4 @@ Installers: InstallerSha256: C7E182E5BBBD6D343F1F886507C0F077C256789893DC8DF711612EC58E0D8054 ProductCode: BaiduPinyin ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.0.4.155/Baidu.BaiduPinyin.locale.en-US.yaml b/manifests/b/Baidu/BaiduPinyin/6.0.4.155/Baidu.BaiduPinyin.locale.en-US.yaml index 9d318961c67b3..53c448cec7e65 100644 --- a/manifests/b/Baidu/BaiduPinyin/6.0.4.155/Baidu.BaiduPinyin.locale.en-US.yaml +++ b/manifests/b/Baidu/BaiduPinyin/6.0.4.155/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 6.0.4.155 @@ -32,4 +32,4 @@ ReleaseNotesUrl: https://shurufa.baidu.com/update # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.0.4.155/Baidu.BaiduPinyin.locale.zh-CN.yaml b/manifests/b/Baidu/BaiduPinyin/6.0.4.155/Baidu.BaiduPinyin.locale.zh-CN.yaml index 1bdf5ece67ff9..5066a4e4765a7 100644 --- a/manifests/b/Baidu/BaiduPinyin/6.0.4.155/Baidu.BaiduPinyin.locale.zh-CN.yaml +++ b/manifests/b/Baidu/BaiduPinyin/6.0.4.155/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 6.0.4.155 @@ -31,4 +31,4 @@ ReleaseNotesUrl: https://shurufa.baidu.com/update # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.0.4.155/Baidu.BaiduPinyin.yaml b/manifests/b/Baidu/BaiduPinyin/6.0.4.155/Baidu.BaiduPinyin.yaml index cb7411cba238c..5fb1245f81f7e 100644 --- a/manifests/b/Baidu/BaiduPinyin/6.0.4.155/Baidu.BaiduPinyin.yaml +++ b/manifests/b/Baidu/BaiduPinyin/6.0.4.155/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 6.0.4.155 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.0.4.168/Baidu.BaiduPinyin.installer.yaml b/manifests/b/Baidu/BaiduPinyin/6.0.4.168/Baidu.BaiduPinyin.installer.yaml index 03c2d1c5d7fc3..bdac7a877a4aa 100644 --- a/manifests/b/Baidu/BaiduPinyin/6.0.4.168/Baidu.BaiduPinyin.installer.yaml +++ b/manifests/b/Baidu/BaiduPinyin/6.0.4.168/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 6.0.4.168 @@ -25,4 +25,4 @@ Installers: InstallerSha256: E87209FD816C93746DD05A9FB7431D6E8C2BD595DC51406566CEAB3C4C4AFB9B ProductCode: BaiduPinyin ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.0.4.168/Baidu.BaiduPinyin.locale.en-US.yaml b/manifests/b/Baidu/BaiduPinyin/6.0.4.168/Baidu.BaiduPinyin.locale.en-US.yaml index 4c6a6a3ff31fb..52baa63837b6a 100644 --- a/manifests/b/Baidu/BaiduPinyin/6.0.4.168/Baidu.BaiduPinyin.locale.en-US.yaml +++ b/manifests/b/Baidu/BaiduPinyin/6.0.4.168/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 6.0.4.168 @@ -32,4 +32,4 @@ ReleaseNotesUrl: https://shurufa.baidu.com/update # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.0.4.168/Baidu.BaiduPinyin.locale.zh-CN.yaml b/manifests/b/Baidu/BaiduPinyin/6.0.4.168/Baidu.BaiduPinyin.locale.zh-CN.yaml index d7583262115b9..963c901e03680 100644 --- a/manifests/b/Baidu/BaiduPinyin/6.0.4.168/Baidu.BaiduPinyin.locale.zh-CN.yaml +++ b/manifests/b/Baidu/BaiduPinyin/6.0.4.168/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 6.0.4.168 @@ -31,4 +31,4 @@ ReleaseNotesUrl: https://shurufa.baidu.com/update # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.0.4.168/Baidu.BaiduPinyin.yaml b/manifests/b/Baidu/BaiduPinyin/6.0.4.168/Baidu.BaiduPinyin.yaml index ac1083a2c57f6..d6ac9deead0e8 100644 --- a/manifests/b/Baidu/BaiduPinyin/6.0.4.168/Baidu.BaiduPinyin.yaml +++ b/manifests/b/Baidu/BaiduPinyin/6.0.4.168/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 6.0.4.168 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.0.4.177/Baidu.BaiduPinyin.installer.yaml b/manifests/b/Baidu/BaiduPinyin/6.0.4.177/Baidu.BaiduPinyin.installer.yaml index 9cb25729f4fd3..98821888bf493 100644 --- a/manifests/b/Baidu/BaiduPinyin/6.0.4.177/Baidu.BaiduPinyin.installer.yaml +++ b/manifests/b/Baidu/BaiduPinyin/6.0.4.177/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 6.0.4.177 @@ -25,4 +25,4 @@ Installers: InstallerSha256: 61BAC30D1004ED8B0C7ACB98DEE45AAFF747861D53C1A00D055BCD9772C68B6F ProductCode: BaiduPinyin ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.0.4.177/Baidu.BaiduPinyin.locale.en-US.yaml b/manifests/b/Baidu/BaiduPinyin/6.0.4.177/Baidu.BaiduPinyin.locale.en-US.yaml index 069ca55736b2c..b0a367e091656 100644 --- a/manifests/b/Baidu/BaiduPinyin/6.0.4.177/Baidu.BaiduPinyin.locale.en-US.yaml +++ b/manifests/b/Baidu/BaiduPinyin/6.0.4.177/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 6.0.4.177 @@ -32,4 +32,4 @@ ReleaseNotesUrl: https://shurufa.baidu.com/update # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.0.4.177/Baidu.BaiduPinyin.locale.zh-CN.yaml b/manifests/b/Baidu/BaiduPinyin/6.0.4.177/Baidu.BaiduPinyin.locale.zh-CN.yaml index 5ba4a793deb8b..eb2747c255a6f 100644 --- a/manifests/b/Baidu/BaiduPinyin/6.0.4.177/Baidu.BaiduPinyin.locale.zh-CN.yaml +++ b/manifests/b/Baidu/BaiduPinyin/6.0.4.177/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 6.0.4.177 @@ -31,4 +31,4 @@ ReleaseNotesUrl: https://shurufa.baidu.com/update # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.0.4.177/Baidu.BaiduPinyin.yaml b/manifests/b/Baidu/BaiduPinyin/6.0.4.177/Baidu.BaiduPinyin.yaml index caf12e21c100c..227f38ab16211 100644 --- a/manifests/b/Baidu/BaiduPinyin/6.0.4.177/Baidu.BaiduPinyin.yaml +++ b/manifests/b/Baidu/BaiduPinyin/6.0.4.177/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 6.0.4.177 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.0.4.183/Baidu.BaiduPinyin.installer.yaml b/manifests/b/Baidu/BaiduPinyin/6.0.4.183/Baidu.BaiduPinyin.installer.yaml index 64e7037bfc5d0..15766af858652 100644 --- a/manifests/b/Baidu/BaiduPinyin/6.0.4.183/Baidu.BaiduPinyin.installer.yaml +++ b/manifests/b/Baidu/BaiduPinyin/6.0.4.183/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 6.0.4.183 @@ -25,4 +25,4 @@ Installers: InstallerSha256: 31E976C73F9EEE68AA04DE7863F7ACB9E2B8344D21A22D2735D90DD3BB55AE5B ProductCode: BaiduPinyin ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.0.4.183/Baidu.BaiduPinyin.locale.en-US.yaml b/manifests/b/Baidu/BaiduPinyin/6.0.4.183/Baidu.BaiduPinyin.locale.en-US.yaml index 741c611841123..79935bff03290 100644 --- a/manifests/b/Baidu/BaiduPinyin/6.0.4.183/Baidu.BaiduPinyin.locale.en-US.yaml +++ b/manifests/b/Baidu/BaiduPinyin/6.0.4.183/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 6.0.4.183 @@ -32,4 +32,4 @@ ReleaseNotesUrl: https://shurufa.baidu.com/update # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.0.4.183/Baidu.BaiduPinyin.locale.zh-CN.yaml b/manifests/b/Baidu/BaiduPinyin/6.0.4.183/Baidu.BaiduPinyin.locale.zh-CN.yaml index 3b19e264060d1..361e575489391 100644 --- a/manifests/b/Baidu/BaiduPinyin/6.0.4.183/Baidu.BaiduPinyin.locale.zh-CN.yaml +++ b/manifests/b/Baidu/BaiduPinyin/6.0.4.183/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 6.0.4.183 @@ -31,4 +31,4 @@ ReleaseNotesUrl: https://shurufa.baidu.com/update # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.0.4.183/Baidu.BaiduPinyin.yaml b/manifests/b/Baidu/BaiduPinyin/6.0.4.183/Baidu.BaiduPinyin.yaml index d8070b0695cd4..d0f9b2612ebc3 100644 --- a/manifests/b/Baidu/BaiduPinyin/6.0.4.183/Baidu.BaiduPinyin.yaml +++ b/manifests/b/Baidu/BaiduPinyin/6.0.4.183/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 6.0.4.183 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.0.4.195/Baidu.BaiduPinyin.installer.yaml b/manifests/b/Baidu/BaiduPinyin/6.0.4.195/Baidu.BaiduPinyin.installer.yaml index ed8467badcce4..8119fcc7f4c40 100644 --- a/manifests/b/Baidu/BaiduPinyin/6.0.4.195/Baidu.BaiduPinyin.installer.yaml +++ b/manifests/b/Baidu/BaiduPinyin/6.0.4.195/Baidu.BaiduPinyin.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 YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Baidu.BaiduPinyin PackageVersion: 6.0.4.195 @@ -25,4 +25,4 @@ Installers: InstallerSha256: 4B6C165735D3C1C44D97D34BCFED77B4320FF411966D5E75314CF3E7EF045B1E ProductCode: BaiduPinyin ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.0.4.195/Baidu.BaiduPinyin.locale.en-US.yaml b/manifests/b/Baidu/BaiduPinyin/6.0.4.195/Baidu.BaiduPinyin.locale.en-US.yaml index ebdaa8799fccb..6dce1f5974e8d 100644 --- a/manifests/b/Baidu/BaiduPinyin/6.0.4.195/Baidu.BaiduPinyin.locale.en-US.yaml +++ b/manifests/b/Baidu/BaiduPinyin/6.0.4.195/Baidu.BaiduPinyin.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 YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Baidu.BaiduPinyin PackageVersion: 6.0.4.195 @@ -32,4 +32,4 @@ ReleaseNotesUrl: https://shurufa.baidu.com/update # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.0.4.195/Baidu.BaiduPinyin.locale.zh-CN.yaml b/manifests/b/Baidu/BaiduPinyin/6.0.4.195/Baidu.BaiduPinyin.locale.zh-CN.yaml index fa5baeedd03b3..380a5a1b4779f 100644 --- a/manifests/b/Baidu/BaiduPinyin/6.0.4.195/Baidu.BaiduPinyin.locale.zh-CN.yaml +++ b/manifests/b/Baidu/BaiduPinyin/6.0.4.195/Baidu.BaiduPinyin.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 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: Baidu.BaiduPinyin PackageVersion: 6.0.4.195 @@ -33,4 +33,4 @@ ReleaseNotesUrl: https://shurufa.baidu.com/update # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.0.4.195/Baidu.BaiduPinyin.yaml b/manifests/b/Baidu/BaiduPinyin/6.0.4.195/Baidu.BaiduPinyin.yaml index a8629f6089444..f106aaa8dabc1 100644 --- a/manifests/b/Baidu/BaiduPinyin/6.0.4.195/Baidu.BaiduPinyin.yaml +++ b/manifests/b/Baidu/BaiduPinyin/6.0.4.195/Baidu.BaiduPinyin.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 YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Baidu.BaiduPinyin PackageVersion: 6.0.4.195 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.0.5.105/Baidu.BaiduPinyin.installer.yaml b/manifests/b/Baidu/BaiduPinyin/6.0.5.105/Baidu.BaiduPinyin.installer.yaml index c80bb7197c577..89e6ff238c7b9 100644 --- a/manifests/b/Baidu/BaiduPinyin/6.0.5.105/Baidu.BaiduPinyin.installer.yaml +++ b/manifests/b/Baidu/BaiduPinyin/6.0.5.105/Baidu.BaiduPinyin.installer.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.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: Baidu.BaiduPinyin PackageVersion: 6.0.5.105 @@ -25,4 +25,4 @@ Installers: InstallerSha256: 42CEA6AED6422A6A47C62CA869307F7051C19BB094A5DE97BF4552885D286989 ProductCode: BaiduPinyin ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.0.5.105/Baidu.BaiduPinyin.locale.en-US.yaml b/manifests/b/Baidu/BaiduPinyin/6.0.5.105/Baidu.BaiduPinyin.locale.en-US.yaml index fc51a427d98bf..1cfb3d30bba2f 100644 --- a/manifests/b/Baidu/BaiduPinyin/6.0.5.105/Baidu.BaiduPinyin.locale.en-US.yaml +++ b/manifests/b/Baidu/BaiduPinyin/6.0.5.105/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 6.0.5.105 @@ -17,7 +17,7 @@ Copyright: Copyright (C) 2023 Baidu Inc. All rights reserved. CopyrightUrl: https://www.baidu.com/duty/copyright.html ShortDescription: Intelligent input method based on Baidu's powerful data mining and Chinese word separation technology Description: Baidu Method is a free input method by Baidu based on Baidu search and cloud technology, supporting Pinyin, strokes, speech, handwriting and intelligent English input, and featuring accurate thesaurus, smooth input, beautiful skin and convenient operation. -# Moniker: +# Moniker: Tags: - chinese - handwriting @@ -26,10 +26,10 @@ Tags: - pinyin - speech - voice -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://shurufa.baidu.com/update -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.0.5.105/Baidu.BaiduPinyin.locale.zh-CN.yaml b/manifests/b/Baidu/BaiduPinyin/6.0.5.105/Baidu.BaiduPinyin.locale.zh-CN.yaml index 4b2ae5311d83e..b0fddeb2d0f99 100644 --- a/manifests/b/Baidu/BaiduPinyin/6.0.5.105/Baidu.BaiduPinyin.locale.zh-CN.yaml +++ b/manifests/b/Baidu/BaiduPinyin/6.0.5.105/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 6.0.5.105 @@ -36,4 +36,4 @@ ReleaseNotesUrl: https://shurufa.baidu.com/update # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.0.5.105/Baidu.BaiduPinyin.yaml b/manifests/b/Baidu/BaiduPinyin/6.0.5.105/Baidu.BaiduPinyin.yaml index eb6d2be8d8fd2..c2f0f4f3c99b3 100644 --- a/manifests/b/Baidu/BaiduPinyin/6.0.5.105/Baidu.BaiduPinyin.yaml +++ b/manifests/b/Baidu/BaiduPinyin/6.0.5.105/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 6.0.5.105 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.0.5.112/Baidu.BaiduPinyin.installer.yaml b/manifests/b/Baidu/BaiduPinyin/6.0.5.112/Baidu.BaiduPinyin.installer.yaml index 0a6598a74da45..3fc79a7944dfd 100644 --- a/manifests/b/Baidu/BaiduPinyin/6.0.5.112/Baidu.BaiduPinyin.installer.yaml +++ b/manifests/b/Baidu/BaiduPinyin/6.0.5.112/Baidu.BaiduPinyin.installer.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.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: Baidu.BaiduPinyin PackageVersion: 6.0.5.112 @@ -25,4 +25,4 @@ Installers: InstallerSha256: 3140E8A3B4172EEE2BD502A8824CCB03118C8FD57E6318CDE4FBE553E5C2F4E3 ProductCode: BaiduPinyin ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.0.5.112/Baidu.BaiduPinyin.locale.en-US.yaml b/manifests/b/Baidu/BaiduPinyin/6.0.5.112/Baidu.BaiduPinyin.locale.en-US.yaml index a6c941bae5332..be8544fa5aace 100644 --- a/manifests/b/Baidu/BaiduPinyin/6.0.5.112/Baidu.BaiduPinyin.locale.en-US.yaml +++ b/manifests/b/Baidu/BaiduPinyin/6.0.5.112/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 6.0.5.112 @@ -17,7 +17,7 @@ Copyright: Copyright (C) 2023 Baidu Inc. All rights reserved. CopyrightUrl: https://www.baidu.com/duty/copyright.html ShortDescription: Intelligent input method based on Baidu's powerful data mining and Chinese word separation technology Description: Baidu Method is a free input method by Baidu based on Baidu search and cloud technology, supporting Pinyin, strokes, speech, handwriting and intelligent English input, and featuring accurate thesaurus, smooth input, beautiful skin and convenient operation. -# Moniker: +# Moniker: Tags: - chinese - handwriting @@ -26,10 +26,10 @@ Tags: - pinyin - speech - voice -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://shurufa.baidu.com/update -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.0.5.112/Baidu.BaiduPinyin.locale.zh-CN.yaml b/manifests/b/Baidu/BaiduPinyin/6.0.5.112/Baidu.BaiduPinyin.locale.zh-CN.yaml index 22f5fb0e30766..6cd61b03a56da 100644 --- a/manifests/b/Baidu/BaiduPinyin/6.0.5.112/Baidu.BaiduPinyin.locale.zh-CN.yaml +++ b/manifests/b/Baidu/BaiduPinyin/6.0.5.112/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 6.0.5.112 @@ -33,4 +33,4 @@ ReleaseNotesUrl: https://shurufa.baidu.com/update # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.0.5.112/Baidu.BaiduPinyin.yaml b/manifests/b/Baidu/BaiduPinyin/6.0.5.112/Baidu.BaiduPinyin.yaml index 20f09ffa37601..95e8f40ab6141 100644 --- a/manifests/b/Baidu/BaiduPinyin/6.0.5.112/Baidu.BaiduPinyin.yaml +++ b/manifests/b/Baidu/BaiduPinyin/6.0.5.112/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 6.0.5.112 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.0.5.113/Baidu.BaiduPinyin.installer.yaml b/manifests/b/Baidu/BaiduPinyin/6.0.5.113/Baidu.BaiduPinyin.installer.yaml index a957ec79b4af0..44403e00da18d 100644 --- a/manifests/b/Baidu/BaiduPinyin/6.0.5.113/Baidu.BaiduPinyin.installer.yaml +++ b/manifests/b/Baidu/BaiduPinyin/6.0.5.113/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 6.0.5.113 @@ -25,4 +25,4 @@ Installers: InstallerSha256: AABF3348999727ADC7F636C4F7E676D83604708A94547C87D259ADC895137A86 ProductCode: BaiduPinyin ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.0.5.113/Baidu.BaiduPinyin.locale.en-US.yaml b/manifests/b/Baidu/BaiduPinyin/6.0.5.113/Baidu.BaiduPinyin.locale.en-US.yaml index 51e4a6e72b8d2..3bc397cf85d8c 100644 --- a/manifests/b/Baidu/BaiduPinyin/6.0.5.113/Baidu.BaiduPinyin.locale.en-US.yaml +++ b/manifests/b/Baidu/BaiduPinyin/6.0.5.113/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 6.0.5.113 @@ -17,7 +17,7 @@ Copyright: Copyright (C) 2023 Baidu Inc. All rights reserved. CopyrightUrl: https://www.baidu.com/duty/copyright.html ShortDescription: Intelligent input method based on Baidu's powerful data mining and Chinese word separation technology Description: Baidu Method is a free input method by Baidu based on Baidu search and cloud technology, supporting Pinyin, strokes, speech, handwriting and intelligent English input, and featuring accurate thesaurus, smooth input, beautiful skin and convenient operation. -# Moniker: +# Moniker: Tags: - chinese - handwriting @@ -26,10 +26,10 @@ Tags: - pinyin - speech - voice -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://shurufa.baidu.com/update -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.0.5.113/Baidu.BaiduPinyin.locale.zh-CN.yaml b/manifests/b/Baidu/BaiduPinyin/6.0.5.113/Baidu.BaiduPinyin.locale.zh-CN.yaml index 1be59ee101c8d..650e6e6c51993 100644 --- a/manifests/b/Baidu/BaiduPinyin/6.0.5.113/Baidu.BaiduPinyin.locale.zh-CN.yaml +++ b/manifests/b/Baidu/BaiduPinyin/6.0.5.113/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 6.0.5.113 @@ -17,7 +17,7 @@ Copyright: Copyright (C) 2023 Baidu Inc. All rights reserved. CopyrightUrl: https://www.baidu.com/duty/copyright.html ShortDescription: 基于百度强大的数据挖掘和中文分词技术的智能输入法 Description: 百度输入法是百度公司免费提供的输入法,基于百度搜索和云端技术,支持拼音、笔画、语音、手写和智能英文输入,词库精准,输入流畅,皮肤精美、操作便捷。 -# Moniker: +# Moniker: Tags: - 中文 - 手写 @@ -27,8 +27,8 @@ Tags: - 输入法 ReleaseNotes: 1. 修复『超会写』开关不生效问题 ReleaseNotesUrl: https://shurufa.baidu.com/update -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.0.5.113/Baidu.BaiduPinyin.yaml b/manifests/b/Baidu/BaiduPinyin/6.0.5.113/Baidu.BaiduPinyin.yaml index 04d16da4f0d1d..6744b4c42abeb 100644 --- a/manifests/b/Baidu/BaiduPinyin/6.0.5.113/Baidu.BaiduPinyin.yaml +++ b/manifests/b/Baidu/BaiduPinyin/6.0.5.113/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 6.0.5.113 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.1.0.0/Baidu.BaiduPinyin.installer.yaml b/manifests/b/Baidu/BaiduPinyin/6.1.0.0/Baidu.BaiduPinyin.installer.yaml index f0795c7f61015..e123e0dfb191d 100644 --- a/manifests/b/Baidu/BaiduPinyin/6.1.0.0/Baidu.BaiduPinyin.installer.yaml +++ b/manifests/b/Baidu/BaiduPinyin/6.1.0.0/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 6.1.0.0 @@ -25,4 +25,4 @@ Installers: InstallerSha256: B62B9D28C107AC97D3D890FE3F0F05204634C0A11188BCCA68A0E0DB3E6B50D0 ProductCode: BaiduPinyin ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.1.0.0/Baidu.BaiduPinyin.locale.en-US.yaml b/manifests/b/Baidu/BaiduPinyin/6.1.0.0/Baidu.BaiduPinyin.locale.en-US.yaml index 154bc9ad54f93..770ea0b2660b3 100644 --- a/manifests/b/Baidu/BaiduPinyin/6.1.0.0/Baidu.BaiduPinyin.locale.en-US.yaml +++ b/manifests/b/Baidu/BaiduPinyin/6.1.0.0/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 6.1.0.0 @@ -32,4 +32,4 @@ ReleaseNotesUrl: https://shurufa.baidu.com/update # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.1.0.0/Baidu.BaiduPinyin.locale.zh-CN.yaml b/manifests/b/Baidu/BaiduPinyin/6.1.0.0/Baidu.BaiduPinyin.locale.zh-CN.yaml index 6ac78fcdfe914..a89af295ec83b 100644 --- a/manifests/b/Baidu/BaiduPinyin/6.1.0.0/Baidu.BaiduPinyin.locale.zh-CN.yaml +++ b/manifests/b/Baidu/BaiduPinyin/6.1.0.0/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 6.1.0.0 @@ -34,4 +34,4 @@ ReleaseNotesUrl: https://shurufa.baidu.com/update # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.1.0.0/Baidu.BaiduPinyin.yaml b/manifests/b/Baidu/BaiduPinyin/6.1.0.0/Baidu.BaiduPinyin.yaml index 975b834e1ce86..bbc483d455e51 100644 --- a/manifests/b/Baidu/BaiduPinyin/6.1.0.0/Baidu.BaiduPinyin.yaml +++ b/manifests/b/Baidu/BaiduPinyin/6.1.0.0/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 6.1.0.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.1.0.16/Baidu.BaiduPinyin.installer.yaml b/manifests/b/Baidu/BaiduPinyin/6.1.0.16/Baidu.BaiduPinyin.installer.yaml index ae630614d7e31..2e44a2bac3d40 100644 --- a/manifests/b/Baidu/BaiduPinyin/6.1.0.16/Baidu.BaiduPinyin.installer.yaml +++ b/manifests/b/Baidu/BaiduPinyin/6.1.0.16/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 6.1.0.16 @@ -25,4 +25,4 @@ Installers: InstallerSha256: E307927AC73DCDF6BCD02AB1742CC33879FE0964F1FB7820875FC4D94D543E73 ProductCode: BaiduPinyin ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.1.0.16/Baidu.BaiduPinyin.locale.en-US.yaml b/manifests/b/Baidu/BaiduPinyin/6.1.0.16/Baidu.BaiduPinyin.locale.en-US.yaml index e15ad9d84989d..0f0122d18018e 100644 --- a/manifests/b/Baidu/BaiduPinyin/6.1.0.16/Baidu.BaiduPinyin.locale.en-US.yaml +++ b/manifests/b/Baidu/BaiduPinyin/6.1.0.16/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 6.1.0.16 @@ -32,4 +32,4 @@ ReleaseNotesUrl: https://shurufa.baidu.com/update # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.1.0.16/Baidu.BaiduPinyin.locale.zh-CN.yaml b/manifests/b/Baidu/BaiduPinyin/6.1.0.16/Baidu.BaiduPinyin.locale.zh-CN.yaml index 6ffb2231b176b..a5e9df4bff52e 100644 --- a/manifests/b/Baidu/BaiduPinyin/6.1.0.16/Baidu.BaiduPinyin.locale.zh-CN.yaml +++ b/manifests/b/Baidu/BaiduPinyin/6.1.0.16/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 6.1.0.16 @@ -31,4 +31,4 @@ ReleaseNotesUrl: https://shurufa.baidu.com/update # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.1.0.16/Baidu.BaiduPinyin.yaml b/manifests/b/Baidu/BaiduPinyin/6.1.0.16/Baidu.BaiduPinyin.yaml index fda105acfa661..68ec6bddae808 100644 --- a/manifests/b/Baidu/BaiduPinyin/6.1.0.16/Baidu.BaiduPinyin.yaml +++ b/manifests/b/Baidu/BaiduPinyin/6.1.0.16/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 6.1.0.16 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.1.0.20/Baidu.BaiduPinyin.installer.yaml b/manifests/b/Baidu/BaiduPinyin/6.1.0.20/Baidu.BaiduPinyin.installer.yaml index 9b66feb49f2a7..455fc7a2eaa29 100644 --- a/manifests/b/Baidu/BaiduPinyin/6.1.0.20/Baidu.BaiduPinyin.installer.yaml +++ b/manifests/b/Baidu/BaiduPinyin/6.1.0.20/Baidu.BaiduPinyin.installer.yaml @@ -1,5 +1,5 @@ -# 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 +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Baidu.BaiduPinyin PackageVersion: 6.1.0.20 @@ -25,4 +25,4 @@ Installers: InstallerSha256: 995D9FB18EC73F8014AC830F868FF5230418FF7A464BCB8552D19F339C51AC63 ProductCode: BaiduPinyin ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.1.0.20/Baidu.BaiduPinyin.locale.en-US.yaml b/manifests/b/Baidu/BaiduPinyin/6.1.0.20/Baidu.BaiduPinyin.locale.en-US.yaml index 6ba49b1c584f5..ac79cfcc08773 100644 --- a/manifests/b/Baidu/BaiduPinyin/6.1.0.20/Baidu.BaiduPinyin.locale.en-US.yaml +++ b/manifests/b/Baidu/BaiduPinyin/6.1.0.20/Baidu.BaiduPinyin.locale.en-US.yaml @@ -1,5 +1,5 @@ -# 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 +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Baidu.BaiduPinyin PackageVersion: 6.1.0.20 @@ -32,4 +32,4 @@ ReleaseNotesUrl: https://shurufa.baidu.com/update # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.1.0.20/Baidu.BaiduPinyin.locale.zh-CN.yaml b/manifests/b/Baidu/BaiduPinyin/6.1.0.20/Baidu.BaiduPinyin.locale.zh-CN.yaml index 5c1651ac81368..487851ff948ce 100644 --- a/manifests/b/Baidu/BaiduPinyin/6.1.0.20/Baidu.BaiduPinyin.locale.zh-CN.yaml +++ b/manifests/b/Baidu/BaiduPinyin/6.1.0.20/Baidu.BaiduPinyin.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# 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 +# 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: Baidu.BaiduPinyin PackageVersion: 6.1.0.20 @@ -31,4 +31,4 @@ ReleaseNotesUrl: https://shurufa.baidu.com/update # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.1.0.20/Baidu.BaiduPinyin.yaml b/manifests/b/Baidu/BaiduPinyin/6.1.0.20/Baidu.BaiduPinyin.yaml index ba90a21d4f3e0..54adabc33fe4e 100644 --- a/manifests/b/Baidu/BaiduPinyin/6.1.0.20/Baidu.BaiduPinyin.yaml +++ b/manifests/b/Baidu/BaiduPinyin/6.1.0.20/Baidu.BaiduPinyin.yaml @@ -1,8 +1,8 @@ -# 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 +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Baidu.BaiduPinyin PackageVersion: 6.1.0.20 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.1.0.7/Baidu.BaiduPinyin.installer.yaml b/manifests/b/Baidu/BaiduPinyin/6.1.0.7/Baidu.BaiduPinyin.installer.yaml index 6c47c011586dd..8c3c08d951356 100644 --- a/manifests/b/Baidu/BaiduPinyin/6.1.0.7/Baidu.BaiduPinyin.installer.yaml +++ b/manifests/b/Baidu/BaiduPinyin/6.1.0.7/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 6.1.0.7 @@ -25,4 +25,4 @@ Installers: InstallerSha256: 20E50E6C18C6B19256A318094A83165B2CBAB420477521B689B3DE73D4551230 ProductCode: BaiduPinyin ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.1.0.7/Baidu.BaiduPinyin.locale.en-US.yaml b/manifests/b/Baidu/BaiduPinyin/6.1.0.7/Baidu.BaiduPinyin.locale.en-US.yaml index fe8ac9ccd38ab..3082474f3a180 100644 --- a/manifests/b/Baidu/BaiduPinyin/6.1.0.7/Baidu.BaiduPinyin.locale.en-US.yaml +++ b/manifests/b/Baidu/BaiduPinyin/6.1.0.7/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 6.1.0.7 @@ -32,4 +32,4 @@ ReleaseNotesUrl: https://shurufa.baidu.com/update # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.1.0.7/Baidu.BaiduPinyin.locale.zh-CN.yaml b/manifests/b/Baidu/BaiduPinyin/6.1.0.7/Baidu.BaiduPinyin.locale.zh-CN.yaml index dcb2949d3ffa0..2107a7ee102d7 100644 --- a/manifests/b/Baidu/BaiduPinyin/6.1.0.7/Baidu.BaiduPinyin.locale.zh-CN.yaml +++ b/manifests/b/Baidu/BaiduPinyin/6.1.0.7/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 6.1.0.7 @@ -34,4 +34,4 @@ ReleaseNotesUrl: https://shurufa.baidu.com/update # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.1.0.7/Baidu.BaiduPinyin.yaml b/manifests/b/Baidu/BaiduPinyin/6.1.0.7/Baidu.BaiduPinyin.yaml index e8fc21eb96a13..13f413fb0a9e3 100644 --- a/manifests/b/Baidu/BaiduPinyin/6.1.0.7/Baidu.BaiduPinyin.yaml +++ b/manifests/b/Baidu/BaiduPinyin/6.1.0.7/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 6.1.0.7 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.1.1.23/Baidu.BaiduPinyin.installer.yaml b/manifests/b/Baidu/BaiduPinyin/6.1.1.23/Baidu.BaiduPinyin.installer.yaml index 430c9b8d8e28e..bd3d9c20e727c 100644 --- a/manifests/b/Baidu/BaiduPinyin/6.1.1.23/Baidu.BaiduPinyin.installer.yaml +++ b/manifests/b/Baidu/BaiduPinyin/6.1.1.23/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 6.1.1.23 @@ -25,4 +25,4 @@ Installers: InstallerSha256: 9B1339F555030CC23CCB8C142CC1281841666DD20150E2CAF5A8D0BB92064762 ProductCode: BaiduPinyin ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.1.1.23/Baidu.BaiduPinyin.locale.en-US.yaml b/manifests/b/Baidu/BaiduPinyin/6.1.1.23/Baidu.BaiduPinyin.locale.en-US.yaml index 7b9296e54aeb3..0b54071c5b32e 100644 --- a/manifests/b/Baidu/BaiduPinyin/6.1.1.23/Baidu.BaiduPinyin.locale.en-US.yaml +++ b/manifests/b/Baidu/BaiduPinyin/6.1.1.23/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 6.1.1.23 @@ -32,4 +32,4 @@ ReleaseNotesUrl: https://shurufa.baidu.com/update # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.1.1.23/Baidu.BaiduPinyin.locale.zh-CN.yaml b/manifests/b/Baidu/BaiduPinyin/6.1.1.23/Baidu.BaiduPinyin.locale.zh-CN.yaml index 0fcbd1e07634a..a5cf1bbcef893 100644 --- a/manifests/b/Baidu/BaiduPinyin/6.1.1.23/Baidu.BaiduPinyin.locale.zh-CN.yaml +++ b/manifests/b/Baidu/BaiduPinyin/6.1.1.23/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 6.1.1.23 @@ -31,4 +31,4 @@ ReleaseNotesUrl: https://shurufa.baidu.com/update # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.1.1.23/Baidu.BaiduPinyin.yaml b/manifests/b/Baidu/BaiduPinyin/6.1.1.23/Baidu.BaiduPinyin.yaml index fba693cd07543..53e44af5861d7 100644 --- a/manifests/b/Baidu/BaiduPinyin/6.1.1.23/Baidu.BaiduPinyin.yaml +++ b/manifests/b/Baidu/BaiduPinyin/6.1.1.23/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 6.1.1.23 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.1.1.38/Baidu.BaiduPinyin.installer.yaml b/manifests/b/Baidu/BaiduPinyin/6.1.1.38/Baidu.BaiduPinyin.installer.yaml index 6756c8893a724..a1a4ac19e8e98 100644 --- a/manifests/b/Baidu/BaiduPinyin/6.1.1.38/Baidu.BaiduPinyin.installer.yaml +++ b/manifests/b/Baidu/BaiduPinyin/6.1.1.38/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 6.1.1.38 @@ -25,4 +25,4 @@ Installers: InstallerSha256: 6A9D1AB3F19C77FE3CA7E58B6DB95CA7D90029E1E6754109C0D0FE33FBC084A6 ProductCode: BaiduPinyin ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.1.1.38/Baidu.BaiduPinyin.locale.en-US.yaml b/manifests/b/Baidu/BaiduPinyin/6.1.1.38/Baidu.BaiduPinyin.locale.en-US.yaml index cbd380c017f10..265ad69317ddc 100644 --- a/manifests/b/Baidu/BaiduPinyin/6.1.1.38/Baidu.BaiduPinyin.locale.en-US.yaml +++ b/manifests/b/Baidu/BaiduPinyin/6.1.1.38/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 6.1.1.38 @@ -32,4 +32,4 @@ ReleaseNotesUrl: https://shurufa.baidu.com/update # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.1.1.38/Baidu.BaiduPinyin.locale.zh-CN.yaml b/manifests/b/Baidu/BaiduPinyin/6.1.1.38/Baidu.BaiduPinyin.locale.zh-CN.yaml index 5ec4fe6b7b5f9..f75baabe86ef8 100644 --- a/manifests/b/Baidu/BaiduPinyin/6.1.1.38/Baidu.BaiduPinyin.locale.zh-CN.yaml +++ b/manifests/b/Baidu/BaiduPinyin/6.1.1.38/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 6.1.1.38 @@ -31,4 +31,4 @@ ReleaseNotesUrl: https://shurufa.baidu.com/update # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.1.1.38/Baidu.BaiduPinyin.yaml b/manifests/b/Baidu/BaiduPinyin/6.1.1.38/Baidu.BaiduPinyin.yaml index 29e51086e94ef..28d4fc83bfbb7 100644 --- a/manifests/b/Baidu/BaiduPinyin/6.1.1.38/Baidu.BaiduPinyin.yaml +++ b/manifests/b/Baidu/BaiduPinyin/6.1.1.38/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 6.1.1.38 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.1.1.45/Baidu.BaiduPinyin.installer.yaml b/manifests/b/Baidu/BaiduPinyin/6.1.1.45/Baidu.BaiduPinyin.installer.yaml index cf68403144308..bb7ce6c1ff1da 100644 --- a/manifests/b/Baidu/BaiduPinyin/6.1.1.45/Baidu.BaiduPinyin.installer.yaml +++ b/manifests/b/Baidu/BaiduPinyin/6.1.1.45/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 6.1.1.45 @@ -25,4 +25,4 @@ Installers: InstallerSha256: 70353389FC6E08EBCE797748B7B93F5C7C99226A7B8484F114FC8D60643BF162 ProductCode: BaiduPinyin ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.1.1.45/Baidu.BaiduPinyin.locale.en-US.yaml b/manifests/b/Baidu/BaiduPinyin/6.1.1.45/Baidu.BaiduPinyin.locale.en-US.yaml index 0ac3c7e2b8214..4f4cae9da57e0 100644 --- a/manifests/b/Baidu/BaiduPinyin/6.1.1.45/Baidu.BaiduPinyin.locale.en-US.yaml +++ b/manifests/b/Baidu/BaiduPinyin/6.1.1.45/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 6.1.1.45 @@ -32,4 +32,4 @@ ReleaseNotesUrl: https://shurufa.baidu.com/update # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.1.1.45/Baidu.BaiduPinyin.locale.zh-CN.yaml b/manifests/b/Baidu/BaiduPinyin/6.1.1.45/Baidu.BaiduPinyin.locale.zh-CN.yaml index 3dc0941d66699..2635ea67c6c50 100644 --- a/manifests/b/Baidu/BaiduPinyin/6.1.1.45/Baidu.BaiduPinyin.locale.zh-CN.yaml +++ b/manifests/b/Baidu/BaiduPinyin/6.1.1.45/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 6.1.1.45 @@ -31,4 +31,4 @@ ReleaseNotesUrl: https://shurufa.baidu.com/update # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.1.1.45/Baidu.BaiduPinyin.yaml b/manifests/b/Baidu/BaiduPinyin/6.1.1.45/Baidu.BaiduPinyin.yaml index 747db4a44db7e..935c65c086044 100644 --- a/manifests/b/Baidu/BaiduPinyin/6.1.1.45/Baidu.BaiduPinyin.yaml +++ b/manifests/b/Baidu/BaiduPinyin/6.1.1.45/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 6.1.1.45 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.1.10.14/Baidu.BaiduPinyin.installer.yaml b/manifests/b/Baidu/BaiduPinyin/6.1.10.14/Baidu.BaiduPinyin.installer.yaml index 02970261006e1..3ec971b8e0eb8 100644 --- a/manifests/b/Baidu/BaiduPinyin/6.1.10.14/Baidu.BaiduPinyin.installer.yaml +++ b/manifests/b/Baidu/BaiduPinyin/6.1.10.14/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 6.1.10.14 @@ -25,4 +25,4 @@ Installers: InstallerSha256: 7696C80A4C32038CF4E0BC23099FB722BDC035BF4F429701D2A5098E149980F5 ProductCode: BaiduPinyin ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.1.10.14/Baidu.BaiduPinyin.locale.en-US.yaml b/manifests/b/Baidu/BaiduPinyin/6.1.10.14/Baidu.BaiduPinyin.locale.en-US.yaml index ba425d8875456..d6f951543f40c 100644 --- a/manifests/b/Baidu/BaiduPinyin/6.1.10.14/Baidu.BaiduPinyin.locale.en-US.yaml +++ b/manifests/b/Baidu/BaiduPinyin/6.1.10.14/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 6.1.10.14 @@ -32,4 +32,4 @@ ReleaseNotesUrl: https://shurufa.baidu.com/update # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.1.10.14/Baidu.BaiduPinyin.locale.zh-CN.yaml b/manifests/b/Baidu/BaiduPinyin/6.1.10.14/Baidu.BaiduPinyin.locale.zh-CN.yaml index c80d305fadffa..6916bb4e85e72 100644 --- a/manifests/b/Baidu/BaiduPinyin/6.1.10.14/Baidu.BaiduPinyin.locale.zh-CN.yaml +++ b/manifests/b/Baidu/BaiduPinyin/6.1.10.14/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 6.1.10.14 @@ -31,4 +31,4 @@ ReleaseNotesUrl: https://shurufa.baidu.com/update # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.1.10.14/Baidu.BaiduPinyin.yaml b/manifests/b/Baidu/BaiduPinyin/6.1.10.14/Baidu.BaiduPinyin.yaml index 13aacc46e717a..843db162d2189 100644 --- a/manifests/b/Baidu/BaiduPinyin/6.1.10.14/Baidu.BaiduPinyin.yaml +++ b/manifests/b/Baidu/BaiduPinyin/6.1.10.14/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 6.1.10.14 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.1.10.6/Baidu.BaiduPinyin.installer.yaml b/manifests/b/Baidu/BaiduPinyin/6.1.10.6/Baidu.BaiduPinyin.installer.yaml index db3435aaef06e..56c3e0cb41272 100644 --- a/manifests/b/Baidu/BaiduPinyin/6.1.10.6/Baidu.BaiduPinyin.installer.yaml +++ b/manifests/b/Baidu/BaiduPinyin/6.1.10.6/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 6.1.10.6 @@ -25,4 +25,4 @@ Installers: InstallerSha256: AD6581D3A90285F6E54677C79AABA32B743479B3CD7DF7609C0B8D66601551E8 ProductCode: BaiduPinyin ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.1.10.6/Baidu.BaiduPinyin.locale.en-US.yaml b/manifests/b/Baidu/BaiduPinyin/6.1.10.6/Baidu.BaiduPinyin.locale.en-US.yaml index 72ef0f5a91627..fed99dc6248cc 100644 --- a/manifests/b/Baidu/BaiduPinyin/6.1.10.6/Baidu.BaiduPinyin.locale.en-US.yaml +++ b/manifests/b/Baidu/BaiduPinyin/6.1.10.6/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 6.1.10.6 @@ -32,4 +32,4 @@ ReleaseNotesUrl: https://shurufa.baidu.com/update # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.1.10.6/Baidu.BaiduPinyin.locale.zh-CN.yaml b/manifests/b/Baidu/BaiduPinyin/6.1.10.6/Baidu.BaiduPinyin.locale.zh-CN.yaml index 1bcf236ac81e8..a58afb00f86e1 100644 --- a/manifests/b/Baidu/BaiduPinyin/6.1.10.6/Baidu.BaiduPinyin.locale.zh-CN.yaml +++ b/manifests/b/Baidu/BaiduPinyin/6.1.10.6/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 6.1.10.6 @@ -31,4 +31,4 @@ ReleaseNotesUrl: https://shurufa.baidu.com/update # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.1.10.6/Baidu.BaiduPinyin.yaml b/manifests/b/Baidu/BaiduPinyin/6.1.10.6/Baidu.BaiduPinyin.yaml index a2df2a8a05f9d..fa989dfb3b9ea 100644 --- a/manifests/b/Baidu/BaiduPinyin/6.1.10.6/Baidu.BaiduPinyin.yaml +++ b/manifests/b/Baidu/BaiduPinyin/6.1.10.6/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 6.1.10.6 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.1.10.7/Baidu.BaiduPinyin.installer.yaml b/manifests/b/Baidu/BaiduPinyin/6.1.10.7/Baidu.BaiduPinyin.installer.yaml index e9207fa790428..a68ff2e55536b 100644 --- a/manifests/b/Baidu/BaiduPinyin/6.1.10.7/Baidu.BaiduPinyin.installer.yaml +++ b/manifests/b/Baidu/BaiduPinyin/6.1.10.7/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 6.1.10.7 @@ -25,4 +25,4 @@ Installers: InstallerSha256: B91B105121DA4A8B8DE515176489B35CDE5F2F5FB146A832DBB0231E48EC8427 ProductCode: BaiduPinyin ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.1.10.7/Baidu.BaiduPinyin.locale.en-US.yaml b/manifests/b/Baidu/BaiduPinyin/6.1.10.7/Baidu.BaiduPinyin.locale.en-US.yaml index ec2e1444563b6..96a86813277f0 100644 --- a/manifests/b/Baidu/BaiduPinyin/6.1.10.7/Baidu.BaiduPinyin.locale.en-US.yaml +++ b/manifests/b/Baidu/BaiduPinyin/6.1.10.7/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 6.1.10.7 @@ -32,4 +32,4 @@ ReleaseNotesUrl: https://shurufa.baidu.com/update # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.1.10.7/Baidu.BaiduPinyin.locale.zh-CN.yaml b/manifests/b/Baidu/BaiduPinyin/6.1.10.7/Baidu.BaiduPinyin.locale.zh-CN.yaml index d3552df740271..f61460ae250e2 100644 --- a/manifests/b/Baidu/BaiduPinyin/6.1.10.7/Baidu.BaiduPinyin.locale.zh-CN.yaml +++ b/manifests/b/Baidu/BaiduPinyin/6.1.10.7/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 6.1.10.7 @@ -31,4 +31,4 @@ ReleaseNotesUrl: https://shurufa.baidu.com/update # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.1.10.7/Baidu.BaiduPinyin.yaml b/manifests/b/Baidu/BaiduPinyin/6.1.10.7/Baidu.BaiduPinyin.yaml index ee9d1e0c2b362..76e48af3c5454 100644 --- a/manifests/b/Baidu/BaiduPinyin/6.1.10.7/Baidu.BaiduPinyin.yaml +++ b/manifests/b/Baidu/BaiduPinyin/6.1.10.7/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 6.1.10.7 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.1.10.8/Baidu.BaiduPinyin.installer.yaml b/manifests/b/Baidu/BaiduPinyin/6.1.10.8/Baidu.BaiduPinyin.installer.yaml index e856789e95ad2..801f1a2230442 100644 --- a/manifests/b/Baidu/BaiduPinyin/6.1.10.8/Baidu.BaiduPinyin.installer.yaml +++ b/manifests/b/Baidu/BaiduPinyin/6.1.10.8/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 6.1.10.8 @@ -25,4 +25,4 @@ Installers: InstallerSha256: 63CC66A155C517FD70200CC50A47DAE5C962166196B58126D80DEFADC3BE89CB ProductCode: BaiduPinyin ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.1.10.8/Baidu.BaiduPinyin.locale.en-US.yaml b/manifests/b/Baidu/BaiduPinyin/6.1.10.8/Baidu.BaiduPinyin.locale.en-US.yaml index 7af4b0941d0cf..aa8b9cab88a70 100644 --- a/manifests/b/Baidu/BaiduPinyin/6.1.10.8/Baidu.BaiduPinyin.locale.en-US.yaml +++ b/manifests/b/Baidu/BaiduPinyin/6.1.10.8/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 6.1.10.8 @@ -32,4 +32,4 @@ ReleaseNotesUrl: https://shurufa.baidu.com/update # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.1.10.8/Baidu.BaiduPinyin.locale.zh-CN.yaml b/manifests/b/Baidu/BaiduPinyin/6.1.10.8/Baidu.BaiduPinyin.locale.zh-CN.yaml index 108d7ebe4d64c..b9c5a9f4ab594 100644 --- a/manifests/b/Baidu/BaiduPinyin/6.1.10.8/Baidu.BaiduPinyin.locale.zh-CN.yaml +++ b/manifests/b/Baidu/BaiduPinyin/6.1.10.8/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 6.1.10.8 @@ -31,4 +31,4 @@ ReleaseNotesUrl: https://shurufa.baidu.com/update # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.1.10.8/Baidu.BaiduPinyin.yaml b/manifests/b/Baidu/BaiduPinyin/6.1.10.8/Baidu.BaiduPinyin.yaml index 5e6b4623d5aaf..07a45782bbb85 100644 --- a/manifests/b/Baidu/BaiduPinyin/6.1.10.8/Baidu.BaiduPinyin.yaml +++ b/manifests/b/Baidu/BaiduPinyin/6.1.10.8/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 6.1.10.8 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.1.11.11/Baidu.BaiduPinyin.installer.yaml b/manifests/b/Baidu/BaiduPinyin/6.1.11.11/Baidu.BaiduPinyin.installer.yaml index c5df9cecc2d90..11bd897753dfe 100644 --- a/manifests/b/Baidu/BaiduPinyin/6.1.11.11/Baidu.BaiduPinyin.installer.yaml +++ b/manifests/b/Baidu/BaiduPinyin/6.1.11.11/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 6.1.11.11 @@ -25,4 +25,4 @@ Installers: InstallerSha256: 0F9F4E891761998E4C14FEF96C57FBBC44063A069B732B42909EF94FE47F1A49 ProductCode: BaiduPinyin ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.1.11.11/Baidu.BaiduPinyin.locale.en-US.yaml b/manifests/b/Baidu/BaiduPinyin/6.1.11.11/Baidu.BaiduPinyin.locale.en-US.yaml index c98ab84751271..0e2009ced2330 100644 --- a/manifests/b/Baidu/BaiduPinyin/6.1.11.11/Baidu.BaiduPinyin.locale.en-US.yaml +++ b/manifests/b/Baidu/BaiduPinyin/6.1.11.11/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 6.1.11.11 @@ -32,4 +32,4 @@ ReleaseNotesUrl: https://shurufa.baidu.com/update # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.1.11.11/Baidu.BaiduPinyin.locale.zh-CN.yaml b/manifests/b/Baidu/BaiduPinyin/6.1.11.11/Baidu.BaiduPinyin.locale.zh-CN.yaml index 878087517e187..e81af2da4c14b 100644 --- a/manifests/b/Baidu/BaiduPinyin/6.1.11.11/Baidu.BaiduPinyin.locale.zh-CN.yaml +++ b/manifests/b/Baidu/BaiduPinyin/6.1.11.11/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 6.1.11.11 @@ -31,4 +31,4 @@ ReleaseNotesUrl: https://shurufa.baidu.com/update # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.1.11.11/Baidu.BaiduPinyin.yaml b/manifests/b/Baidu/BaiduPinyin/6.1.11.11/Baidu.BaiduPinyin.yaml index e9fb9acc91f9d..e0d5ac3ce4a8a 100644 --- a/manifests/b/Baidu/BaiduPinyin/6.1.11.11/Baidu.BaiduPinyin.yaml +++ b/manifests/b/Baidu/BaiduPinyin/6.1.11.11/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 6.1.11.11 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.1.12.0/Baidu.BaiduPinyin.installer.yaml b/manifests/b/Baidu/BaiduPinyin/6.1.12.0/Baidu.BaiduPinyin.installer.yaml index 728d9b901e230..cb4fca7e69f79 100644 --- a/manifests/b/Baidu/BaiduPinyin/6.1.12.0/Baidu.BaiduPinyin.installer.yaml +++ b/manifests/b/Baidu/BaiduPinyin/6.1.12.0/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 6.1.12.0 @@ -25,4 +25,4 @@ Installers: InstallerSha256: D57BB790295A3D96BDAC2621DD8B81DE19880A4BC2CA464142B40BB7F54A6137 ProductCode: BaiduPinyin ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.1.12.0/Baidu.BaiduPinyin.locale.en-US.yaml b/manifests/b/Baidu/BaiduPinyin/6.1.12.0/Baidu.BaiduPinyin.locale.en-US.yaml index 9948f530806be..4fb4165b40d6b 100644 --- a/manifests/b/Baidu/BaiduPinyin/6.1.12.0/Baidu.BaiduPinyin.locale.en-US.yaml +++ b/manifests/b/Baidu/BaiduPinyin/6.1.12.0/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 6.1.12.0 @@ -32,4 +32,4 @@ ReleaseNotesUrl: https://shurufa.baidu.com/update # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.1.12.0/Baidu.BaiduPinyin.locale.zh-CN.yaml b/manifests/b/Baidu/BaiduPinyin/6.1.12.0/Baidu.BaiduPinyin.locale.zh-CN.yaml index a2a5e70b30612..8e48ef0cc0a43 100644 --- a/manifests/b/Baidu/BaiduPinyin/6.1.12.0/Baidu.BaiduPinyin.locale.zh-CN.yaml +++ b/manifests/b/Baidu/BaiduPinyin/6.1.12.0/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 6.1.12.0 @@ -31,4 +31,4 @@ ReleaseNotesUrl: https://shurufa.baidu.com/update # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.1.12.0/Baidu.BaiduPinyin.yaml b/manifests/b/Baidu/BaiduPinyin/6.1.12.0/Baidu.BaiduPinyin.yaml index 99ded45a7e908..41baf945e98c6 100644 --- a/manifests/b/Baidu/BaiduPinyin/6.1.12.0/Baidu.BaiduPinyin.yaml +++ b/manifests/b/Baidu/BaiduPinyin/6.1.12.0/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 6.1.12.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.1.13.6/Baidu.BaiduPinyin.installer.yaml b/manifests/b/Baidu/BaiduPinyin/6.1.13.6/Baidu.BaiduPinyin.installer.yaml index 27fd0a9694315..9b914042f5489 100644 --- a/manifests/b/Baidu/BaiduPinyin/6.1.13.6/Baidu.BaiduPinyin.installer.yaml +++ b/manifests/b/Baidu/BaiduPinyin/6.1.13.6/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin @@ -10,17 +10,19 @@ FileExtensions: - bcd - bdict - bps -ProductCode: BaiduPinyin ReleaseDate: 2024-12-06 Installers: - Architecture: x86 InstallerUrl: https://imeres.baidu.com/imeres/imeres/ime-res/guanwang/dl/online/BaiduPinyinSetup_6.1.13.6.exe InstallerSha256: DF2C4B83F48467A68FA18D82C1A5A50BD978C31C715A576B93692AD6BDB5A64B + ProductCode: BaiduPinyin - Architecture: x64 InstallerUrl: https://imeres.baidu.com/imeres/imeres/ime-res/guanwang/dl/online/BaiduPinyinSetup_6.1.13.6.exe InstallerSha256: DF2C4B83F48467A68FA18D82C1A5A50BD978C31C715A576B93692AD6BDB5A64B + ProductCode: BaiduPinyin - Architecture: arm64 InstallerUrl: https://imeres.baidu.com/imeres/imeres/ime-res/guanwang/dl/online/BaiduPinyinSetup_6.1.13.6.exe InstallerSha256: DF2C4B83F48467A68FA18D82C1A5A50BD978C31C715A576B93692AD6BDB5A64B + ProductCode: BaiduPinyin ManifestType: installer ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.1.13.6/Baidu.BaiduPinyin.locale.en-US.yaml b/manifests/b/Baidu/BaiduPinyin/6.1.13.6/Baidu.BaiduPinyin.locale.en-US.yaml index af0a626ae7fd0..425659c464356 100644 --- a/manifests/b/Baidu/BaiduPinyin/6.1.13.6/Baidu.BaiduPinyin.locale.en-US.yaml +++ b/manifests/b/Baidu/BaiduPinyin/6.1.13.6/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin @@ -17,6 +17,7 @@ Copyright: Copyright (C) 2024 Baidu Inc. All rights reserved. CopyrightUrl: https://www.baidu.com/duty/copyright.html ShortDescription: Intelligent input method based on Baidu's powerful data mining and Chinese word separation technology Description: Baidu Method is a free input method by Baidu based on Baidu search and cloud technology, supporting Pinyin, strokes, speech, handwriting and intelligent English input, and featuring accurate thesaurus, smooth input, beautiful skin and convenient operation. +# Moniker: Tags: - chinese - handwriting @@ -25,6 +26,10 @@ Tags: - pinyin - speech - voice +# ReleaseNotes: ReleaseNotesUrl: https://shurufa.baidu.com/update +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.1.13.6/Baidu.BaiduPinyin.locale.zh-CN.yaml b/manifests/b/Baidu/BaiduPinyin/6.1.13.6/Baidu.BaiduPinyin.locale.zh-CN.yaml index e7098687121c5..0a34c09155561 100644 --- a/manifests/b/Baidu/BaiduPinyin/6.1.13.6/Baidu.BaiduPinyin.locale.zh-CN.yaml +++ b/manifests/b/Baidu/BaiduPinyin/6.1.13.6/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin @@ -17,6 +17,7 @@ Copyright: Copyright (C) 2024 Baidu Inc. All rights reserved. CopyrightUrl: https://www.baidu.com/duty/copyright.html ShortDescription: 基于百度强大的数据挖掘和中文分词技术的智能输入法 Description: 百度输入法是百度公司免费提供的输入法,基于百度搜索和云端技术,支持拼音、笔画、语音、手写和智能英文输入,词库精准,输入流畅,皮肤精美、操作便捷。 +# Moniker: Tags: - 中文 - 手写 @@ -26,5 +27,8 @@ Tags: - 输入法 ReleaseNotes: 1. 修复已知问题 ReleaseNotesUrl: https://shurufa.baidu.com/update +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.1.13.6/Baidu.BaiduPinyin.yaml b/manifests/b/Baidu/BaiduPinyin/6.1.13.6/Baidu.BaiduPinyin.yaml index 3fcfec5926a7c..914a5ee90d3f3 100644 --- a/manifests/b/Baidu/BaiduPinyin/6.1.13.6/Baidu.BaiduPinyin.yaml +++ b/manifests/b/Baidu/BaiduPinyin/6.1.13.6/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin diff --git a/manifests/b/Baidu/BaiduPinyin/6.1.2.49/Baidu.BaiduPinyin.installer.yaml b/manifests/b/Baidu/BaiduPinyin/6.1.2.49/Baidu.BaiduPinyin.installer.yaml index d50fd95669dd1..0d17246c00189 100644 --- a/manifests/b/Baidu/BaiduPinyin/6.1.2.49/Baidu.BaiduPinyin.installer.yaml +++ b/manifests/b/Baidu/BaiduPinyin/6.1.2.49/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 6.1.2.49 @@ -25,4 +25,4 @@ Installers: InstallerSha256: 67468FC6DFB80A66C00B4018B2328976796FE3A42EB6B26EDB57FF3883B115BC ProductCode: BaiduPinyin ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.1.2.49/Baidu.BaiduPinyin.locale.en-US.yaml b/manifests/b/Baidu/BaiduPinyin/6.1.2.49/Baidu.BaiduPinyin.locale.en-US.yaml index dfca0420efda0..892a37bb5bcdb 100644 --- a/manifests/b/Baidu/BaiduPinyin/6.1.2.49/Baidu.BaiduPinyin.locale.en-US.yaml +++ b/manifests/b/Baidu/BaiduPinyin/6.1.2.49/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 6.1.2.49 @@ -32,4 +32,4 @@ ReleaseNotesUrl: https://shurufa.baidu.com/update # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.1.2.49/Baidu.BaiduPinyin.locale.zh-CN.yaml b/manifests/b/Baidu/BaiduPinyin/6.1.2.49/Baidu.BaiduPinyin.locale.zh-CN.yaml index c482210d7132b..112e957e40834 100644 --- a/manifests/b/Baidu/BaiduPinyin/6.1.2.49/Baidu.BaiduPinyin.locale.zh-CN.yaml +++ b/manifests/b/Baidu/BaiduPinyin/6.1.2.49/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 6.1.2.49 @@ -38,4 +38,4 @@ ReleaseNotesUrl: https://shurufa.baidu.com/update # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.1.2.49/Baidu.BaiduPinyin.yaml b/manifests/b/Baidu/BaiduPinyin/6.1.2.49/Baidu.BaiduPinyin.yaml index 19f91dbf67321..721537568cad1 100644 --- a/manifests/b/Baidu/BaiduPinyin/6.1.2.49/Baidu.BaiduPinyin.yaml +++ b/manifests/b/Baidu/BaiduPinyin/6.1.2.49/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 6.1.2.49 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.1.2.52/Baidu.BaiduPinyin.installer.yaml b/manifests/b/Baidu/BaiduPinyin/6.1.2.52/Baidu.BaiduPinyin.installer.yaml index e7b3c85f4594b..5e74665f10380 100644 --- a/manifests/b/Baidu/BaiduPinyin/6.1.2.52/Baidu.BaiduPinyin.installer.yaml +++ b/manifests/b/Baidu/BaiduPinyin/6.1.2.52/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 6.1.2.52 @@ -25,4 +25,4 @@ Installers: InstallerSha256: B7D56FEAD04CB2B8D4FB1961EA4F65535ADE396829D498460B4A5C5121E00237 ProductCode: BaiduPinyin ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.1.2.52/Baidu.BaiduPinyin.locale.en-US.yaml b/manifests/b/Baidu/BaiduPinyin/6.1.2.52/Baidu.BaiduPinyin.locale.en-US.yaml index e206035768368..42b7ce5ab7d27 100644 --- a/manifests/b/Baidu/BaiduPinyin/6.1.2.52/Baidu.BaiduPinyin.locale.en-US.yaml +++ b/manifests/b/Baidu/BaiduPinyin/6.1.2.52/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 6.1.2.52 @@ -32,4 +32,4 @@ ReleaseNotesUrl: https://shurufa.baidu.com/update # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.1.2.52/Baidu.BaiduPinyin.locale.zh-CN.yaml b/manifests/b/Baidu/BaiduPinyin/6.1.2.52/Baidu.BaiduPinyin.locale.zh-CN.yaml index 63cd752a4b85d..410171c9e5f38 100644 --- a/manifests/b/Baidu/BaiduPinyin/6.1.2.52/Baidu.BaiduPinyin.locale.zh-CN.yaml +++ b/manifests/b/Baidu/BaiduPinyin/6.1.2.52/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 6.1.2.52 @@ -31,4 +31,4 @@ ReleaseNotesUrl: https://shurufa.baidu.com/update # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.1.2.52/Baidu.BaiduPinyin.yaml b/manifests/b/Baidu/BaiduPinyin/6.1.2.52/Baidu.BaiduPinyin.yaml index d066afa482a7d..18f4ed3b37e16 100644 --- a/manifests/b/Baidu/BaiduPinyin/6.1.2.52/Baidu.BaiduPinyin.yaml +++ b/manifests/b/Baidu/BaiduPinyin/6.1.2.52/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 6.1.2.52 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.1.3.17/Baidu.BaiduPinyin.installer.yaml b/manifests/b/Baidu/BaiduPinyin/6.1.3.17/Baidu.BaiduPinyin.installer.yaml index 7cd3a6ea6d5c9..20fc864de31c0 100644 --- a/manifests/b/Baidu/BaiduPinyin/6.1.3.17/Baidu.BaiduPinyin.installer.yaml +++ b/manifests/b/Baidu/BaiduPinyin/6.1.3.17/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 6.1.3.17 @@ -25,4 +25,4 @@ Installers: InstallerSha256: 91FA0C97AF708B29248A66D487A2A05100571AAD60E91D9DC85BC20D2E753691 ProductCode: BaiduPinyin ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.1.3.17/Baidu.BaiduPinyin.locale.en-US.yaml b/manifests/b/Baidu/BaiduPinyin/6.1.3.17/Baidu.BaiduPinyin.locale.en-US.yaml index ca385ffade2b9..a71f6c22bd147 100644 --- a/manifests/b/Baidu/BaiduPinyin/6.1.3.17/Baidu.BaiduPinyin.locale.en-US.yaml +++ b/manifests/b/Baidu/BaiduPinyin/6.1.3.17/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 6.1.3.17 @@ -32,4 +32,4 @@ ReleaseNotesUrl: https://shurufa.baidu.com/update # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.1.3.17/Baidu.BaiduPinyin.locale.zh-CN.yaml b/manifests/b/Baidu/BaiduPinyin/6.1.3.17/Baidu.BaiduPinyin.locale.zh-CN.yaml index 72d411d1038eb..c60a59cd8d77d 100644 --- a/manifests/b/Baidu/BaiduPinyin/6.1.3.17/Baidu.BaiduPinyin.locale.zh-CN.yaml +++ b/manifests/b/Baidu/BaiduPinyin/6.1.3.17/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 6.1.3.17 @@ -33,4 +33,4 @@ ReleaseNotesUrl: https://shurufa.baidu.com/update # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.1.3.17/Baidu.BaiduPinyin.yaml b/manifests/b/Baidu/BaiduPinyin/6.1.3.17/Baidu.BaiduPinyin.yaml index 0182b9ad4fe27..ae93ae650bf1f 100644 --- a/manifests/b/Baidu/BaiduPinyin/6.1.3.17/Baidu.BaiduPinyin.yaml +++ b/manifests/b/Baidu/BaiduPinyin/6.1.3.17/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 6.1.3.17 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.1.3.8/Baidu.BaiduPinyin.installer.yaml b/manifests/b/Baidu/BaiduPinyin/6.1.3.8/Baidu.BaiduPinyin.installer.yaml index b7d4316858f87..d4aead0ddca6a 100644 --- a/manifests/b/Baidu/BaiduPinyin/6.1.3.8/Baidu.BaiduPinyin.installer.yaml +++ b/manifests/b/Baidu/BaiduPinyin/6.1.3.8/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 6.1.3.8 @@ -25,4 +25,4 @@ Installers: InstallerSha256: C68E4084B8915D7F31269F515547AE48AFE291314AF26C7500562B3E3E94F22F ProductCode: BaiduPinyin ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.1.3.8/Baidu.BaiduPinyin.locale.en-US.yaml b/manifests/b/Baidu/BaiduPinyin/6.1.3.8/Baidu.BaiduPinyin.locale.en-US.yaml index 890ead26b38c2..d44aac2f4a62c 100644 --- a/manifests/b/Baidu/BaiduPinyin/6.1.3.8/Baidu.BaiduPinyin.locale.en-US.yaml +++ b/manifests/b/Baidu/BaiduPinyin/6.1.3.8/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 6.1.3.8 @@ -32,4 +32,4 @@ ReleaseNotesUrl: https://shurufa.baidu.com/update # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.1.3.8/Baidu.BaiduPinyin.locale.zh-CN.yaml b/manifests/b/Baidu/BaiduPinyin/6.1.3.8/Baidu.BaiduPinyin.locale.zh-CN.yaml index 4518ec2935862..a269680146725 100644 --- a/manifests/b/Baidu/BaiduPinyin/6.1.3.8/Baidu.BaiduPinyin.locale.zh-CN.yaml +++ b/manifests/b/Baidu/BaiduPinyin/6.1.3.8/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 6.1.3.8 @@ -33,4 +33,4 @@ ReleaseNotesUrl: https://shurufa.baidu.com/update # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.1.3.8/Baidu.BaiduPinyin.yaml b/manifests/b/Baidu/BaiduPinyin/6.1.3.8/Baidu.BaiduPinyin.yaml index 136e93cb13cae..d7d3b1aef9918 100644 --- a/manifests/b/Baidu/BaiduPinyin/6.1.3.8/Baidu.BaiduPinyin.yaml +++ b/manifests/b/Baidu/BaiduPinyin/6.1.3.8/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 6.1.3.8 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.1.4.36/Baidu.BaiduPinyin.installer.yaml b/manifests/b/Baidu/BaiduPinyin/6.1.4.36/Baidu.BaiduPinyin.installer.yaml index a3733103c1dfa..3b15a9c87ad7a 100644 --- a/manifests/b/Baidu/BaiduPinyin/6.1.4.36/Baidu.BaiduPinyin.installer.yaml +++ b/manifests/b/Baidu/BaiduPinyin/6.1.4.36/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 6.1.4.36 @@ -25,4 +25,4 @@ Installers: InstallerSha256: 0EAAE6176EF285A10145BC53AF8B80155C6A03676E13170044E28DF01151DE33 ProductCode: BaiduPinyin ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.1.4.36/Baidu.BaiduPinyin.locale.en-US.yaml b/manifests/b/Baidu/BaiduPinyin/6.1.4.36/Baidu.BaiduPinyin.locale.en-US.yaml index d02fb16747215..7dd5ca7fbb1fe 100644 --- a/manifests/b/Baidu/BaiduPinyin/6.1.4.36/Baidu.BaiduPinyin.locale.en-US.yaml +++ b/manifests/b/Baidu/BaiduPinyin/6.1.4.36/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 6.1.4.36 @@ -32,4 +32,4 @@ ReleaseNotesUrl: https://shurufa.baidu.com/update # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.1.4.36/Baidu.BaiduPinyin.locale.zh-CN.yaml b/manifests/b/Baidu/BaiduPinyin/6.1.4.36/Baidu.BaiduPinyin.locale.zh-CN.yaml index c243ff6d93c24..02de1b6bf333a 100644 --- a/manifests/b/Baidu/BaiduPinyin/6.1.4.36/Baidu.BaiduPinyin.locale.zh-CN.yaml +++ b/manifests/b/Baidu/BaiduPinyin/6.1.4.36/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 6.1.4.36 @@ -31,4 +31,4 @@ ReleaseNotesUrl: https://shurufa.baidu.com/update # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.1.4.36/Baidu.BaiduPinyin.yaml b/manifests/b/Baidu/BaiduPinyin/6.1.4.36/Baidu.BaiduPinyin.yaml index c9fea7870404f..95e5ede7c185f 100644 --- a/manifests/b/Baidu/BaiduPinyin/6.1.4.36/Baidu.BaiduPinyin.yaml +++ b/manifests/b/Baidu/BaiduPinyin/6.1.4.36/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 6.1.4.36 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.1.4.45/Baidu.BaiduPinyin.installer.yaml b/manifests/b/Baidu/BaiduPinyin/6.1.4.45/Baidu.BaiduPinyin.installer.yaml index 4b6ff772ef6da..d58e8cf55e618 100644 --- a/manifests/b/Baidu/BaiduPinyin/6.1.4.45/Baidu.BaiduPinyin.installer.yaml +++ b/manifests/b/Baidu/BaiduPinyin/6.1.4.45/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 6.1.4.45 @@ -25,4 +25,4 @@ Installers: InstallerSha256: 22D6122B35DDA141500B78608C5BE9E0D0E8F79D860607E46E1646073E85D1F1 ProductCode: BaiduPinyin ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.1.4.45/Baidu.BaiduPinyin.locale.en-US.yaml b/manifests/b/Baidu/BaiduPinyin/6.1.4.45/Baidu.BaiduPinyin.locale.en-US.yaml index 18750daef1c77..316cf3605eff2 100644 --- a/manifests/b/Baidu/BaiduPinyin/6.1.4.45/Baidu.BaiduPinyin.locale.en-US.yaml +++ b/manifests/b/Baidu/BaiduPinyin/6.1.4.45/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 6.1.4.45 @@ -32,4 +32,4 @@ ReleaseNotesUrl: https://shurufa.baidu.com/update # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.1.4.45/Baidu.BaiduPinyin.locale.zh-CN.yaml b/manifests/b/Baidu/BaiduPinyin/6.1.4.45/Baidu.BaiduPinyin.locale.zh-CN.yaml index 57b63b5673d8d..6c47afa4ac6a1 100644 --- a/manifests/b/Baidu/BaiduPinyin/6.1.4.45/Baidu.BaiduPinyin.locale.zh-CN.yaml +++ b/manifests/b/Baidu/BaiduPinyin/6.1.4.45/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 6.1.4.45 @@ -31,4 +31,4 @@ ReleaseNotesUrl: https://shurufa.baidu.com/update # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.1.4.45/Baidu.BaiduPinyin.yaml b/manifests/b/Baidu/BaiduPinyin/6.1.4.45/Baidu.BaiduPinyin.yaml index 3e275d79afcc2..d449c7cee26ff 100644 --- a/manifests/b/Baidu/BaiduPinyin/6.1.4.45/Baidu.BaiduPinyin.yaml +++ b/manifests/b/Baidu/BaiduPinyin/6.1.4.45/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 6.1.4.45 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.1.5.12/Baidu.BaiduPinyin.installer.yaml b/manifests/b/Baidu/BaiduPinyin/6.1.5.12/Baidu.BaiduPinyin.installer.yaml index fef9984178c12..aecf4acaae8c0 100644 --- a/manifests/b/Baidu/BaiduPinyin/6.1.5.12/Baidu.BaiduPinyin.installer.yaml +++ b/manifests/b/Baidu/BaiduPinyin/6.1.5.12/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 6.1.5.12 @@ -25,4 +25,4 @@ Installers: InstallerSha256: DA7BFD51A715258E7D4494F3032F70DC79E5FB1444212FFFC316DADB92BD74C1 ProductCode: BaiduPinyin ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.1.5.12/Baidu.BaiduPinyin.locale.en-US.yaml b/manifests/b/Baidu/BaiduPinyin/6.1.5.12/Baidu.BaiduPinyin.locale.en-US.yaml index 762575b83d6c6..d7206ddd2986f 100644 --- a/manifests/b/Baidu/BaiduPinyin/6.1.5.12/Baidu.BaiduPinyin.locale.en-US.yaml +++ b/manifests/b/Baidu/BaiduPinyin/6.1.5.12/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 6.1.5.12 @@ -32,4 +32,4 @@ ReleaseNotesUrl: https://shurufa.baidu.com/update # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.1.5.12/Baidu.BaiduPinyin.locale.zh-CN.yaml b/manifests/b/Baidu/BaiduPinyin/6.1.5.12/Baidu.BaiduPinyin.locale.zh-CN.yaml index 0d45288c88f6b..5aa3e41d5753e 100644 --- a/manifests/b/Baidu/BaiduPinyin/6.1.5.12/Baidu.BaiduPinyin.locale.zh-CN.yaml +++ b/manifests/b/Baidu/BaiduPinyin/6.1.5.12/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 6.1.5.12 @@ -31,4 +31,4 @@ ReleaseNotesUrl: https://shurufa.baidu.com/update # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.1.5.12/Baidu.BaiduPinyin.yaml b/manifests/b/Baidu/BaiduPinyin/6.1.5.12/Baidu.BaiduPinyin.yaml index 09a9f1f97cd27..6e2efb02a3c96 100644 --- a/manifests/b/Baidu/BaiduPinyin/6.1.5.12/Baidu.BaiduPinyin.yaml +++ b/manifests/b/Baidu/BaiduPinyin/6.1.5.12/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 6.1.5.12 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.1.5.13/Baidu.BaiduPinyin.installer.yaml b/manifests/b/Baidu/BaiduPinyin/6.1.5.13/Baidu.BaiduPinyin.installer.yaml index 0a1eb9397482a..e7ebc173ce260 100644 --- a/manifests/b/Baidu/BaiduPinyin/6.1.5.13/Baidu.BaiduPinyin.installer.yaml +++ b/manifests/b/Baidu/BaiduPinyin/6.1.5.13/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 6.1.5.13 @@ -25,4 +25,4 @@ Installers: InstallerSha256: 7BE679AF2FDD5AD20D4062E596C2DDA06CA21AE96C495DC4B934BFE9A6468756 ProductCode: BaiduPinyin ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.1.5.13/Baidu.BaiduPinyin.locale.en-US.yaml b/manifests/b/Baidu/BaiduPinyin/6.1.5.13/Baidu.BaiduPinyin.locale.en-US.yaml index f82a3dc84d805..958d581f786f8 100644 --- a/manifests/b/Baidu/BaiduPinyin/6.1.5.13/Baidu.BaiduPinyin.locale.en-US.yaml +++ b/manifests/b/Baidu/BaiduPinyin/6.1.5.13/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 6.1.5.13 @@ -32,4 +32,4 @@ ReleaseNotesUrl: https://shurufa.baidu.com/update # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.1.5.13/Baidu.BaiduPinyin.locale.zh-CN.yaml b/manifests/b/Baidu/BaiduPinyin/6.1.5.13/Baidu.BaiduPinyin.locale.zh-CN.yaml index 88d084c86b27d..f474662273f02 100644 --- a/manifests/b/Baidu/BaiduPinyin/6.1.5.13/Baidu.BaiduPinyin.locale.zh-CN.yaml +++ b/manifests/b/Baidu/BaiduPinyin/6.1.5.13/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 6.1.5.13 @@ -31,4 +31,4 @@ ReleaseNotesUrl: https://shurufa.baidu.com/update # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.1.5.13/Baidu.BaiduPinyin.yaml b/manifests/b/Baidu/BaiduPinyin/6.1.5.13/Baidu.BaiduPinyin.yaml index 631a3061d3f61..3780ddae35a0e 100644 --- a/manifests/b/Baidu/BaiduPinyin/6.1.5.13/Baidu.BaiduPinyin.yaml +++ b/manifests/b/Baidu/BaiduPinyin/6.1.5.13/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 6.1.5.13 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.1.6.29/Baidu.BaiduPinyin.installer.yaml b/manifests/b/Baidu/BaiduPinyin/6.1.6.29/Baidu.BaiduPinyin.installer.yaml index ddd05f9df215c..ce3f3ab8ce8a8 100644 --- a/manifests/b/Baidu/BaiduPinyin/6.1.6.29/Baidu.BaiduPinyin.installer.yaml +++ b/manifests/b/Baidu/BaiduPinyin/6.1.6.29/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 6.1.6.29 @@ -25,4 +25,4 @@ Installers: InstallerSha256: 8F55B6AA8E87ECF1F1B103FFD4EB709E213E535F6B59F5D96A37A3CCF91ECB76 ProductCode: BaiduPinyin ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.1.6.29/Baidu.BaiduPinyin.locale.en-US.yaml b/manifests/b/Baidu/BaiduPinyin/6.1.6.29/Baidu.BaiduPinyin.locale.en-US.yaml index 8d0b8dcb1ca01..b0301cc1f7304 100644 --- a/manifests/b/Baidu/BaiduPinyin/6.1.6.29/Baidu.BaiduPinyin.locale.en-US.yaml +++ b/manifests/b/Baidu/BaiduPinyin/6.1.6.29/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 6.1.6.29 @@ -32,4 +32,4 @@ ReleaseNotesUrl: https://shurufa.baidu.com/update # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.1.6.29/Baidu.BaiduPinyin.locale.zh-CN.yaml b/manifests/b/Baidu/BaiduPinyin/6.1.6.29/Baidu.BaiduPinyin.locale.zh-CN.yaml index 391d899612a56..68997283bdb9c 100644 --- a/manifests/b/Baidu/BaiduPinyin/6.1.6.29/Baidu.BaiduPinyin.locale.zh-CN.yaml +++ b/manifests/b/Baidu/BaiduPinyin/6.1.6.29/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 6.1.6.29 @@ -33,4 +33,4 @@ ReleaseNotesUrl: https://shurufa.baidu.com/update # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.1.6.29/Baidu.BaiduPinyin.yaml b/manifests/b/Baidu/BaiduPinyin/6.1.6.29/Baidu.BaiduPinyin.yaml index 79feca0d734af..43cbbff9bcd8e 100644 --- a/manifests/b/Baidu/BaiduPinyin/6.1.6.29/Baidu.BaiduPinyin.yaml +++ b/manifests/b/Baidu/BaiduPinyin/6.1.6.29/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 6.1.6.29 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.1.7.18/Baidu.BaiduPinyin.installer.yaml b/manifests/b/Baidu/BaiduPinyin/6.1.7.18/Baidu.BaiduPinyin.installer.yaml index ad2f14018242a..a4f404aeae7c6 100644 --- a/manifests/b/Baidu/BaiduPinyin/6.1.7.18/Baidu.BaiduPinyin.installer.yaml +++ b/manifests/b/Baidu/BaiduPinyin/6.1.7.18/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 6.1.7.18 @@ -25,4 +25,4 @@ Installers: InstallerSha256: A65CFC344A4DD2793F12A8AC599D09814424F22E83893485B5E42B49F9D9DBC8 ProductCode: BaiduPinyin ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.1.7.18/Baidu.BaiduPinyin.locale.en-US.yaml b/manifests/b/Baidu/BaiduPinyin/6.1.7.18/Baidu.BaiduPinyin.locale.en-US.yaml index 020bbdbdf71dc..96409190cd3df 100644 --- a/manifests/b/Baidu/BaiduPinyin/6.1.7.18/Baidu.BaiduPinyin.locale.en-US.yaml +++ b/manifests/b/Baidu/BaiduPinyin/6.1.7.18/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 6.1.7.18 @@ -32,4 +32,4 @@ ReleaseNotesUrl: https://shurufa.baidu.com/update # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.1.7.18/Baidu.BaiduPinyin.locale.zh-CN.yaml b/manifests/b/Baidu/BaiduPinyin/6.1.7.18/Baidu.BaiduPinyin.locale.zh-CN.yaml index fb5b540905118..237ae4257e5ec 100644 --- a/manifests/b/Baidu/BaiduPinyin/6.1.7.18/Baidu.BaiduPinyin.locale.zh-CN.yaml +++ b/manifests/b/Baidu/BaiduPinyin/6.1.7.18/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 6.1.7.18 @@ -31,4 +31,4 @@ ReleaseNotesUrl: https://shurufa.baidu.com/update # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.1.7.18/Baidu.BaiduPinyin.yaml b/manifests/b/Baidu/BaiduPinyin/6.1.7.18/Baidu.BaiduPinyin.yaml index 12b1c1220558d..d54d4d2ebb560 100644 --- a/manifests/b/Baidu/BaiduPinyin/6.1.7.18/Baidu.BaiduPinyin.yaml +++ b/manifests/b/Baidu/BaiduPinyin/6.1.7.18/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 6.1.7.18 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.1.7.20/Baidu.BaiduPinyin.installer.yaml b/manifests/b/Baidu/BaiduPinyin/6.1.7.20/Baidu.BaiduPinyin.installer.yaml index 9aff733a1aebe..c86a996d327d7 100644 --- a/manifests/b/Baidu/BaiduPinyin/6.1.7.20/Baidu.BaiduPinyin.installer.yaml +++ b/manifests/b/Baidu/BaiduPinyin/6.1.7.20/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 6.1.7.20 @@ -25,4 +25,4 @@ Installers: InstallerSha256: 9D8976DAAC66D14D12EF40CA3954125F134FAA055CC1BF605DE2EF3B2F4662BA ProductCode: BaiduPinyin ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.1.7.20/Baidu.BaiduPinyin.locale.en-US.yaml b/manifests/b/Baidu/BaiduPinyin/6.1.7.20/Baidu.BaiduPinyin.locale.en-US.yaml index d55f7f6beda68..cd089ceca047f 100644 --- a/manifests/b/Baidu/BaiduPinyin/6.1.7.20/Baidu.BaiduPinyin.locale.en-US.yaml +++ b/manifests/b/Baidu/BaiduPinyin/6.1.7.20/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 6.1.7.20 @@ -32,4 +32,4 @@ ReleaseNotesUrl: https://shurufa.baidu.com/update # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.1.7.20/Baidu.BaiduPinyin.locale.zh-CN.yaml b/manifests/b/Baidu/BaiduPinyin/6.1.7.20/Baidu.BaiduPinyin.locale.zh-CN.yaml index b7fba3d53fcf8..e568bddddd9c7 100644 --- a/manifests/b/Baidu/BaiduPinyin/6.1.7.20/Baidu.BaiduPinyin.locale.zh-CN.yaml +++ b/manifests/b/Baidu/BaiduPinyin/6.1.7.20/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 6.1.7.20 @@ -31,4 +31,4 @@ ReleaseNotesUrl: https://shurufa.baidu.com/update # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.1.7.20/Baidu.BaiduPinyin.yaml b/manifests/b/Baidu/BaiduPinyin/6.1.7.20/Baidu.BaiduPinyin.yaml index c65f56a178826..45df77b93c06b 100644 --- a/manifests/b/Baidu/BaiduPinyin/6.1.7.20/Baidu.BaiduPinyin.yaml +++ b/manifests/b/Baidu/BaiduPinyin/6.1.7.20/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 6.1.7.20 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.1.7.22/Baidu.BaiduPinyin.installer.yaml b/manifests/b/Baidu/BaiduPinyin/6.1.7.22/Baidu.BaiduPinyin.installer.yaml index a2996dbfa2a32..c9057dd97ceea 100644 --- a/manifests/b/Baidu/BaiduPinyin/6.1.7.22/Baidu.BaiduPinyin.installer.yaml +++ b/manifests/b/Baidu/BaiduPinyin/6.1.7.22/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 6.1.7.22 @@ -25,4 +25,4 @@ Installers: InstallerSha256: 042134139C6E50678A256E9D96605BAA56E3F83E6029F3B2E755679C79910F1D ProductCode: BaiduPinyin ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.1.7.22/Baidu.BaiduPinyin.locale.en-US.yaml b/manifests/b/Baidu/BaiduPinyin/6.1.7.22/Baidu.BaiduPinyin.locale.en-US.yaml index 67ec78d6db7fc..f504ed7a2e5a7 100644 --- a/manifests/b/Baidu/BaiduPinyin/6.1.7.22/Baidu.BaiduPinyin.locale.en-US.yaml +++ b/manifests/b/Baidu/BaiduPinyin/6.1.7.22/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 6.1.7.22 @@ -32,4 +32,4 @@ ReleaseNotesUrl: https://shurufa.baidu.com/update # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.1.7.22/Baidu.BaiduPinyin.locale.zh-CN.yaml b/manifests/b/Baidu/BaiduPinyin/6.1.7.22/Baidu.BaiduPinyin.locale.zh-CN.yaml index 6d7d9d96179b0..fa7736b66a3df 100644 --- a/manifests/b/Baidu/BaiduPinyin/6.1.7.22/Baidu.BaiduPinyin.locale.zh-CN.yaml +++ b/manifests/b/Baidu/BaiduPinyin/6.1.7.22/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 6.1.7.22 @@ -31,4 +31,4 @@ ReleaseNotesUrl: https://shurufa.baidu.com/update # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.1.7.22/Baidu.BaiduPinyin.yaml b/manifests/b/Baidu/BaiduPinyin/6.1.7.22/Baidu.BaiduPinyin.yaml index 71542d3f9ba4b..a7bb6dc1b669f 100644 --- a/manifests/b/Baidu/BaiduPinyin/6.1.7.22/Baidu.BaiduPinyin.yaml +++ b/manifests/b/Baidu/BaiduPinyin/6.1.7.22/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 6.1.7.22 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.1.7.30/Baidu.BaiduPinyin.installer.yaml b/manifests/b/Baidu/BaiduPinyin/6.1.7.30/Baidu.BaiduPinyin.installer.yaml index 8c8d85184ed63..1fac8884d70ed 100644 --- a/manifests/b/Baidu/BaiduPinyin/6.1.7.30/Baidu.BaiduPinyin.installer.yaml +++ b/manifests/b/Baidu/BaiduPinyin/6.1.7.30/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 6.1.7.30 @@ -25,4 +25,4 @@ Installers: InstallerSha256: E7FBA54950004E08AD3C5505E373340A31BE805E95EC02E74663412B23B0D668 ProductCode: BaiduPinyin ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.1.7.30/Baidu.BaiduPinyin.locale.en-US.yaml b/manifests/b/Baidu/BaiduPinyin/6.1.7.30/Baidu.BaiduPinyin.locale.en-US.yaml index 06fbb08af2325..731e7d3382865 100644 --- a/manifests/b/Baidu/BaiduPinyin/6.1.7.30/Baidu.BaiduPinyin.locale.en-US.yaml +++ b/manifests/b/Baidu/BaiduPinyin/6.1.7.30/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 6.1.7.30 @@ -32,4 +32,4 @@ ReleaseNotesUrl: https://shurufa.baidu.com/update # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.1.7.30/Baidu.BaiduPinyin.locale.zh-CN.yaml b/manifests/b/Baidu/BaiduPinyin/6.1.7.30/Baidu.BaiduPinyin.locale.zh-CN.yaml index 6379ceff73e71..4d6996b9a57f7 100644 --- a/manifests/b/Baidu/BaiduPinyin/6.1.7.30/Baidu.BaiduPinyin.locale.zh-CN.yaml +++ b/manifests/b/Baidu/BaiduPinyin/6.1.7.30/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 6.1.7.30 @@ -31,4 +31,4 @@ ReleaseNotesUrl: https://shurufa.baidu.com/update # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.1.7.30/Baidu.BaiduPinyin.yaml b/manifests/b/Baidu/BaiduPinyin/6.1.7.30/Baidu.BaiduPinyin.yaml index 8910288a0dedb..eb01e33b8bd71 100644 --- a/manifests/b/Baidu/BaiduPinyin/6.1.7.30/Baidu.BaiduPinyin.yaml +++ b/manifests/b/Baidu/BaiduPinyin/6.1.7.30/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 6.1.7.30 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.1.7.32/Baidu.BaiduPinyin.installer.yaml b/manifests/b/Baidu/BaiduPinyin/6.1.7.32/Baidu.BaiduPinyin.installer.yaml index 673b534b5a372..2904c86254b8e 100644 --- a/manifests/b/Baidu/BaiduPinyin/6.1.7.32/Baidu.BaiduPinyin.installer.yaml +++ b/manifests/b/Baidu/BaiduPinyin/6.1.7.32/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 6.1.7.32 @@ -25,4 +25,4 @@ Installers: InstallerSha256: 94CF66D645310CE63003CD8A30C34DFDCF43F1D17EF9218E3805EC0BA80A6782 ProductCode: BaiduPinyin ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.1.7.32/Baidu.BaiduPinyin.locale.en-US.yaml b/manifests/b/Baidu/BaiduPinyin/6.1.7.32/Baidu.BaiduPinyin.locale.en-US.yaml index 13a08e37c30e0..d1da0935100a2 100644 --- a/manifests/b/Baidu/BaiduPinyin/6.1.7.32/Baidu.BaiduPinyin.locale.en-US.yaml +++ b/manifests/b/Baidu/BaiduPinyin/6.1.7.32/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 6.1.7.32 @@ -32,4 +32,4 @@ ReleaseNotesUrl: https://shurufa.baidu.com/update # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.1.7.32/Baidu.BaiduPinyin.locale.zh-CN.yaml b/manifests/b/Baidu/BaiduPinyin/6.1.7.32/Baidu.BaiduPinyin.locale.zh-CN.yaml index b63fc7813f41e..7c2b78cdaac74 100644 --- a/manifests/b/Baidu/BaiduPinyin/6.1.7.32/Baidu.BaiduPinyin.locale.zh-CN.yaml +++ b/manifests/b/Baidu/BaiduPinyin/6.1.7.32/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 6.1.7.32 @@ -31,4 +31,4 @@ ReleaseNotesUrl: https://shurufa.baidu.com/update # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.1.7.32/Baidu.BaiduPinyin.yaml b/manifests/b/Baidu/BaiduPinyin/6.1.7.32/Baidu.BaiduPinyin.yaml index e84c89637f1fd..9ef9c347fb4e3 100644 --- a/manifests/b/Baidu/BaiduPinyin/6.1.7.32/Baidu.BaiduPinyin.yaml +++ b/manifests/b/Baidu/BaiduPinyin/6.1.7.32/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 6.1.7.32 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.1.8.23/Baidu.BaiduPinyin.installer.yaml b/manifests/b/Baidu/BaiduPinyin/6.1.8.23/Baidu.BaiduPinyin.installer.yaml index 1b86095f50901..3880a6168d174 100644 --- a/manifests/b/Baidu/BaiduPinyin/6.1.8.23/Baidu.BaiduPinyin.installer.yaml +++ b/manifests/b/Baidu/BaiduPinyin/6.1.8.23/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 6.1.8.23 @@ -25,4 +25,4 @@ Installers: InstallerSha256: 67C594B9616BDACABF142AA6E6BFAC8EA528402C8C07E47545744824628B1EFB ProductCode: BaiduPinyin ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.1.8.23/Baidu.BaiduPinyin.locale.en-US.yaml b/manifests/b/Baidu/BaiduPinyin/6.1.8.23/Baidu.BaiduPinyin.locale.en-US.yaml index 008f7031efd09..3f7cd4ca5e11c 100644 --- a/manifests/b/Baidu/BaiduPinyin/6.1.8.23/Baidu.BaiduPinyin.locale.en-US.yaml +++ b/manifests/b/Baidu/BaiduPinyin/6.1.8.23/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 6.1.8.23 @@ -32,4 +32,4 @@ ReleaseNotesUrl: https://shurufa.baidu.com/update # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.1.8.23/Baidu.BaiduPinyin.locale.zh-CN.yaml b/manifests/b/Baidu/BaiduPinyin/6.1.8.23/Baidu.BaiduPinyin.locale.zh-CN.yaml index d37b0d05e5c3a..3b8714be99d2a 100644 --- a/manifests/b/Baidu/BaiduPinyin/6.1.8.23/Baidu.BaiduPinyin.locale.zh-CN.yaml +++ b/manifests/b/Baidu/BaiduPinyin/6.1.8.23/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 6.1.8.23 @@ -31,4 +31,4 @@ ReleaseNotesUrl: https://shurufa.baidu.com/update # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.1.8.23/Baidu.BaiduPinyin.yaml b/manifests/b/Baidu/BaiduPinyin/6.1.8.23/Baidu.BaiduPinyin.yaml index b92480e74b656..787d3fdbe04cc 100644 --- a/manifests/b/Baidu/BaiduPinyin/6.1.8.23/Baidu.BaiduPinyin.yaml +++ b/manifests/b/Baidu/BaiduPinyin/6.1.8.23/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 6.1.8.23 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.1.8.26/Baidu.BaiduPinyin.installer.yaml b/manifests/b/Baidu/BaiduPinyin/6.1.8.26/Baidu.BaiduPinyin.installer.yaml index deb027c289db7..801b54c55254a 100644 --- a/manifests/b/Baidu/BaiduPinyin/6.1.8.26/Baidu.BaiduPinyin.installer.yaml +++ b/manifests/b/Baidu/BaiduPinyin/6.1.8.26/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 6.1.8.26 @@ -25,4 +25,4 @@ Installers: InstallerSha256: F2660D9ADBF1B9B3664023D2F846531087828A55799AE7529F7AC65FC23701A9 ProductCode: BaiduPinyin ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.1.8.26/Baidu.BaiduPinyin.locale.en-US.yaml b/manifests/b/Baidu/BaiduPinyin/6.1.8.26/Baidu.BaiduPinyin.locale.en-US.yaml index 1554596d9ee13..9b35fd0813dbe 100644 --- a/manifests/b/Baidu/BaiduPinyin/6.1.8.26/Baidu.BaiduPinyin.locale.en-US.yaml +++ b/manifests/b/Baidu/BaiduPinyin/6.1.8.26/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 6.1.8.26 @@ -32,4 +32,4 @@ ReleaseNotesUrl: https://shurufa.baidu.com/update # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.1.8.26/Baidu.BaiduPinyin.locale.zh-CN.yaml b/manifests/b/Baidu/BaiduPinyin/6.1.8.26/Baidu.BaiduPinyin.locale.zh-CN.yaml index 1e04d791bbfcd..262e55a0549cf 100644 --- a/manifests/b/Baidu/BaiduPinyin/6.1.8.26/Baidu.BaiduPinyin.locale.zh-CN.yaml +++ b/manifests/b/Baidu/BaiduPinyin/6.1.8.26/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 6.1.8.26 @@ -31,4 +31,4 @@ ReleaseNotesUrl: https://shurufa.baidu.com/update # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.1.8.26/Baidu.BaiduPinyin.yaml b/manifests/b/Baidu/BaiduPinyin/6.1.8.26/Baidu.BaiduPinyin.yaml index 6e94d39f71224..fad77064ceaa3 100644 --- a/manifests/b/Baidu/BaiduPinyin/6.1.8.26/Baidu.BaiduPinyin.yaml +++ b/manifests/b/Baidu/BaiduPinyin/6.1.8.26/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 6.1.8.26 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.1.9.8/Baidu.BaiduPinyin.installer.yaml b/manifests/b/Baidu/BaiduPinyin/6.1.9.8/Baidu.BaiduPinyin.installer.yaml index 38d18690c9b5b..3fa8534f1f827 100644 --- a/manifests/b/Baidu/BaiduPinyin/6.1.9.8/Baidu.BaiduPinyin.installer.yaml +++ b/manifests/b/Baidu/BaiduPinyin/6.1.9.8/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 6.1.9.8 @@ -25,4 +25,4 @@ Installers: InstallerSha256: DA18CC3C2737F8A93603143DDDD401F7C4C5E36813DC33652DBB6A6C95C4079A ProductCode: BaiduPinyin ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.1.9.8/Baidu.BaiduPinyin.locale.en-US.yaml b/manifests/b/Baidu/BaiduPinyin/6.1.9.8/Baidu.BaiduPinyin.locale.en-US.yaml index 9cd839772a4e4..5ba45688ec74a 100644 --- a/manifests/b/Baidu/BaiduPinyin/6.1.9.8/Baidu.BaiduPinyin.locale.en-US.yaml +++ b/manifests/b/Baidu/BaiduPinyin/6.1.9.8/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 6.1.9.8 @@ -32,4 +32,4 @@ ReleaseNotesUrl: https://shurufa.baidu.com/update # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.1.9.8/Baidu.BaiduPinyin.locale.zh-CN.yaml b/manifests/b/Baidu/BaiduPinyin/6.1.9.8/Baidu.BaiduPinyin.locale.zh-CN.yaml index 2579e27321698..deda3c1dc5cde 100644 --- a/manifests/b/Baidu/BaiduPinyin/6.1.9.8/Baidu.BaiduPinyin.locale.zh-CN.yaml +++ b/manifests/b/Baidu/BaiduPinyin/6.1.9.8/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 6.1.9.8 @@ -31,4 +31,4 @@ ReleaseNotesUrl: https://shurufa.baidu.com/update # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/BaiduPinyin/6.1.9.8/Baidu.BaiduPinyin.yaml b/manifests/b/Baidu/BaiduPinyin/6.1.9.8/Baidu.BaiduPinyin.yaml index b9511b8b3fa4c..75d13993d9465 100644 --- a/manifests/b/Baidu/BaiduPinyin/6.1.9.8/Baidu.BaiduPinyin.yaml +++ b/manifests/b/Baidu/BaiduPinyin/6.1.9.8/Baidu.BaiduPinyin.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: Baidu.BaiduPinyin PackageVersion: 6.1.9.8 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/3.26.1/Baidu.SwanIDE.installer.yaml b/manifests/b/Baidu/SwanIDE/3.26.1/Baidu.SwanIDE.installer.yaml index 29e95f5923102..08ea41eb80410 100644 --- a/manifests/b/Baidu/SwanIDE/3.26.1/Baidu.SwanIDE.installer.yaml +++ b/manifests/b/Baidu/SwanIDE/3.26.1/Baidu.SwanIDE.installer.yaml @@ -1,32 +1,31 @@ -# 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: Baidu.SwanIDE PackageVersion: 3.26.1 MinimumOSVersion: 10.0.0.0 +InstallerType: nullsoft +UpgradeBehavior: install FileExtensions: -- swan - css - js -- ts - json -InstallerType: nullsoft -ProductCode: '47336783-caad-52d4-a900-9cc7c7c76434' -UpgradeBehavior: install +- swan +- ts Installers: - Architecture: x64 Scope: user - InstallerUrl: https://b.bdstatic.com/miniapp/development_tool/bf445/%E7%99%BE%E5%BA%A6%E5%BC%80%E5%8F%91%E8%80%85%E5%B7%A5%E5%85%B7-3.26.1-x64.exe - InstallerSha256: 06110cb88092363f38d99cea941d8c4a202a59dd4620ee37893e5dea624be243 + InstallerUrl: https://b.bdstatic.com/miniapp/development_tool/bf445/百度开发者工具-3.26.1-x64.exe + InstallerSha256: 06110CB88092363F38D99CEA941D8C4A202A59DD4620EE37893E5DEA624BE243 InstallerSwitches: Custom: /CURRENTUSER + ProductCode: 47336783-caad-52d4-a900-9cc7c7c76434 - Architecture: x64 - InstallerType: nullsoft Scope: machine - InstallerUrl: https://b.bdstatic.com/miniapp/development_tool/bf445/%E7%99%BE%E5%BA%A6%E5%BC%80%E5%8F%91%E8%80%85%E5%B7%A5%E5%85%B7-3.26.1-x64.exe - InstallerSha256: 06110cb88092363f38d99cea941d8c4a202a59dd4620ee37893e5dea624be243 + InstallerUrl: https://b.bdstatic.com/miniapp/development_tool/bf445/百度开发者工具-3.26.1-x64.exe + InstallerSha256: 06110CB88092363F38D99CEA941D8C4A202A59DD4620EE37893E5DEA624BE243 InstallerSwitches: Custom: /ALLUSERS + ProductCode: 47336783-caad-52d4-a900-9cc7c7c76434 ManifestType: installer -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/3.26.1/Baidu.SwanIDE.locale.en-US.yaml b/manifests/b/Baidu/SwanIDE/3.26.1/Baidu.SwanIDE.locale.en-US.yaml index 8301ad100b9bc..fd52a135f9a66 100644 --- a/manifests/b/Baidu/SwanIDE/3.26.1/Baidu.SwanIDE.locale.en-US.yaml +++ b/manifests/b/Baidu/SwanIDE/3.26.1/Baidu.SwanIDE.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created using YamlCreate.ps1 v1.1.5 -# 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: Baidu.SwanIDE PackageVersion: 3.26.1 @@ -7,26 +7,30 @@ PackageLocale: en-US Publisher: baidu PublisherUrl: https://smartprogram.baidu.com/developer/index.html PublisherSupportUrl: https://smartprogram.baidu.com/forum/ -#PrivacyUrl: +# PrivacyUrl: Author: Baidu Inc. PackageName: 百度开发者工具 PackageUrl: https://smartprogram.baidu.com/docs/develop/devtools/history/ License: Freeware -#LicenseUrl: +# LicenseUrl: Copyright: Copyright © 2021 Baidu Inc. All rights reserved -#CopyrightUrl: +# CopyrightUrl: ShortDescription: Baidu Smart Program development tool -#Description: -Moniker: baidu-swan-ide +# Description: +# Moniker: Tags: -- 百度开发者工具 - baidu -- mini-program +- development +- ide - mini-app +- mini-program - smart-program - web -- ide -- development +- 百度开发者工具 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/3.26.1/Baidu.SwanIDE.locale.zh-CN.yaml b/manifests/b/Baidu/SwanIDE/3.26.1/Baidu.SwanIDE.locale.zh-CN.yaml index 24656979f08dc..8a7dea7b24c27 100644 --- a/manifests/b/Baidu/SwanIDE/3.26.1/Baidu.SwanIDE.locale.zh-CN.yaml +++ b/manifests/b/Baidu/SwanIDE/3.26.1/Baidu.SwanIDE.locale.zh-CN.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: Baidu.SwanIDE PackageVersion: 3.26.1 @@ -7,25 +7,30 @@ PackageLocale: zh-CN Publisher: baidu PublisherUrl: https://smartprogram.baidu.com/developer/index.html PublisherSupportUrl: https://smartprogram.baidu.com/forum/ -#PrivacyUrl: +# PrivacyUrl: Author: 百度公司 PackageName: 百度开发者工具 PackageUrl: https://smartprogram.baidu.com/docs/develop/devtools/history/ License: 免费软件 -#LicenseUrl: +# LicenseUrl: Copyright: Copyright © 2021 Baidu Inc. All rights reserved -#CopyrightUrl: +# CopyrightUrl: ShortDescription: 百度智能小程序开发工具 -#Description: +# Description: +# Moniker: Tags: -- 百度 - baidu -- 小程序 -- 智能小程序 -- 网页 - ide +- 小程序 - 开发 - 开发者工具 +- 智能小程序 +- 百度 +- 网页 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/3.26.1/Baidu.SwanIDE.yaml b/manifests/b/Baidu/SwanIDE/3.26.1/Baidu.SwanIDE.yaml index 69abde0cfc009..2d5e96020b446 100644 --- a/manifests/b/Baidu/SwanIDE/3.26.1/Baidu.SwanIDE.yaml +++ b/manifests/b/Baidu/SwanIDE/3.26.1/Baidu.SwanIDE.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: Baidu.SwanIDE PackageVersion: 3.26.1 DefaultLocale: zh-CN ManifestType: version -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/3.32.1/Baidu.SwanIDE.installer.yaml b/manifests/b/Baidu/SwanIDE/3.32.1/Baidu.SwanIDE.installer.yaml index 0eea1318a0f03..8784caa488d1a 100644 --- a/manifests/b/Baidu/SwanIDE/3.32.1/Baidu.SwanIDE.installer.yaml +++ b/manifests/b/Baidu/SwanIDE/3.32.1/Baidu.SwanIDE.installer.yaml @@ -1,32 +1,31 @@ -# 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: Baidu.SwanIDE PackageVersion: 3.32.1 MinimumOSVersion: 10.0.0.0 +InstallerType: nullsoft +UpgradeBehavior: install FileExtensions: -- swan - css - js -- ts - json -InstallerType: nullsoft -ProductCode: '47336783-caad-52d4-a900-9cc7c7c76434' -UpgradeBehavior: install +- swan +- ts Installers: - Architecture: x64 Scope: user - InstallerUrl: https://b.bdstatic.com/miniapp/development_tool/21b42/%E7%99%BE%E5%BA%A6%E5%BC%80%E5%8F%91%E8%80%85%E5%B7%A5%E5%85%B7-3.32.1-x64.exe - InstallerSha256: 1de6fec5cb882cc8efedc82910ccc66971db143dd2c33b4a08032c1114dc9978 + InstallerUrl: https://b.bdstatic.com/miniapp/development_tool/21b42/百度开发者工具-3.32.1-x64.exe + InstallerSha256: 1DE6FEC5CB882CC8EFEDC82910CCC66971DB143DD2C33B4A08032C1114DC9978 InstallerSwitches: Custom: /CURRENTUSER + ProductCode: 47336783-caad-52d4-a900-9cc7c7c76434 - Architecture: x64 - InstallerType: nullsoft Scope: machine - InstallerUrl: https://b.bdstatic.com/miniapp/development_tool/21b42/%E7%99%BE%E5%BA%A6%E5%BC%80%E5%8F%91%E8%80%85%E5%B7%A5%E5%85%B7-3.32.1-x64.exe - InstallerSha256: 1de6fec5cb882cc8efedc82910ccc66971db143dd2c33b4a08032c1114dc9978 + InstallerUrl: https://b.bdstatic.com/miniapp/development_tool/21b42/百度开发者工具-3.32.1-x64.exe + InstallerSha256: 1DE6FEC5CB882CC8EFEDC82910CCC66971DB143DD2C33B4A08032C1114DC9978 InstallerSwitches: Custom: /ALLUSERS + ProductCode: 47336783-caad-52d4-a900-9cc7c7c76434 ManifestType: installer -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/3.32.1/Baidu.SwanIDE.locale.en-US.yaml b/manifests/b/Baidu/SwanIDE/3.32.1/Baidu.SwanIDE.locale.en-US.yaml index 8eb2fdfedb65c..4178f42ffda46 100644 --- a/manifests/b/Baidu/SwanIDE/3.32.1/Baidu.SwanIDE.locale.en-US.yaml +++ b/manifests/b/Baidu/SwanIDE/3.32.1/Baidu.SwanIDE.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created using YamlCreate.ps1 v1.1.5 -# 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: Baidu.SwanIDE PackageVersion: 3.32.1 @@ -7,26 +7,30 @@ PackageLocale: en-US Publisher: baidu PublisherUrl: https://smartprogram.baidu.com/developer/index.html PublisherSupportUrl: https://smartprogram.baidu.com/forum/ -#PrivacyUrl: +# PrivacyUrl: Author: Baidu Inc. PackageName: 百度开发者工具 PackageUrl: https://smartprogram.baidu.com/docs/develop/devtools/history/ License: Freeware -#LicenseUrl: +# LicenseUrl: Copyright: Copyright © 2021 Baidu Inc. All rights reserved -#CopyrightUrl: +# CopyrightUrl: ShortDescription: Baidu Smart Program development tool -#Description: -Moniker: baidu-swan-ide +# Description: +# Moniker: Tags: -- 百度开发者工具 - baidu -- mini-program +- development +- ide - mini-app +- mini-program - smart-program - web -- ide -- development +- 百度开发者工具 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/3.32.1/Baidu.SwanIDE.locale.zh-CN.yaml b/manifests/b/Baidu/SwanIDE/3.32.1/Baidu.SwanIDE.locale.zh-CN.yaml index 49713ff36b7cb..d32e25c2a7864 100644 --- a/manifests/b/Baidu/SwanIDE/3.32.1/Baidu.SwanIDE.locale.zh-CN.yaml +++ b/manifests/b/Baidu/SwanIDE/3.32.1/Baidu.SwanIDE.locale.zh-CN.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: Baidu.SwanIDE PackageVersion: 3.32.1 @@ -7,25 +7,30 @@ PackageLocale: zh-CN Publisher: baidu PublisherUrl: https://smartprogram.baidu.com/developer/index.html PublisherSupportUrl: https://smartprogram.baidu.com/forum/ -#PrivacyUrl: +# PrivacyUrl: Author: 百度公司 PackageName: 百度开发者工具 PackageUrl: https://smartprogram.baidu.com/docs/develop/devtools/history/ License: 免费软件 -#LicenseUrl: +# LicenseUrl: Copyright: Copyright © 2021 Baidu Inc. All rights reserved -#CopyrightUrl: +# CopyrightUrl: ShortDescription: 百度智能小程序开发工具 -#Description: +# Description: +# Moniker: Tags: -- 百度 - baidu -- 小程序 -- 智能小程序 -- 网页 - ide +- 小程序 - 开发 - 开发者工具 +- 智能小程序 +- 百度 +- 网页 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/3.32.1/Baidu.SwanIDE.yaml b/manifests/b/Baidu/SwanIDE/3.32.1/Baidu.SwanIDE.yaml index 1f644c2e1342f..e75f4d27bf0f7 100644 --- a/manifests/b/Baidu/SwanIDE/3.32.1/Baidu.SwanIDE.yaml +++ b/manifests/b/Baidu/SwanIDE/3.32.1/Baidu.SwanIDE.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: Baidu.SwanIDE PackageVersion: 3.32.1 DefaultLocale: zh-CN ManifestType: version -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/3.34.1/Baidu.SwanIDE.installer.yaml b/manifests/b/Baidu/SwanIDE/3.34.1/Baidu.SwanIDE.installer.yaml index ebfb31da97cc0..1dc63ae9dda64 100644 --- a/manifests/b/Baidu/SwanIDE/3.34.1/Baidu.SwanIDE.installer.yaml +++ b/manifests/b/Baidu/SwanIDE/3.34.1/Baidu.SwanIDE.installer.yaml @@ -1,32 +1,31 @@ -# 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: Baidu.SwanIDE PackageVersion: 3.34.1 MinimumOSVersion: 10.0.0.0 +InstallerType: nullsoft +UpgradeBehavior: install FileExtensions: -- swan - css - js -- ts - json -InstallerType: nullsoft -ProductCode: '47336783-caad-52d4-a900-9cc7c7c76434' -UpgradeBehavior: install +- swan +- ts Installers: - Architecture: x64 Scope: user - InstallerUrl: https://b.bdstatic.com/miniapp/development_tool/96f02/%E7%99%BE%E5%BA%A6%E5%BC%80%E5%8F%91%E8%80%85%E5%B7%A5%E5%85%B7-3.34.1-x64.exe + InstallerUrl: https://b.bdstatic.com/miniapp/development_tool/96f02/百度开发者工具-3.34.1-x64.exe InstallerSha256: 8B610BF088D2E1CCC0AAA09D28462325CF350331511FA9DCF14220E74F080A86 InstallerSwitches: Custom: /CURRENTUSER + ProductCode: 47336783-caad-52d4-a900-9cc7c7c76434 - Architecture: x64 - InstallerType: nullsoft Scope: machine - InstallerUrl: https://b.bdstatic.com/miniapp/development_tool/96f02/%E7%99%BE%E5%BA%A6%E5%BC%80%E5%8F%91%E8%80%85%E5%B7%A5%E5%85%B7-3.34.1-x64.exe + InstallerUrl: https://b.bdstatic.com/miniapp/development_tool/96f02/百度开发者工具-3.34.1-x64.exe InstallerSha256: 8B610BF088D2E1CCC0AAA09D28462325CF350331511FA9DCF14220E74F080A86 InstallerSwitches: Custom: /ALLUSERS + ProductCode: 47336783-caad-52d4-a900-9cc7c7c76434 ManifestType: installer -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/3.34.1/Baidu.SwanIDE.locale.en-US.yaml b/manifests/b/Baidu/SwanIDE/3.34.1/Baidu.SwanIDE.locale.en-US.yaml index eb1ca62c7fad8..6715b966dbb1b 100644 --- a/manifests/b/Baidu/SwanIDE/3.34.1/Baidu.SwanIDE.locale.en-US.yaml +++ b/manifests/b/Baidu/SwanIDE/3.34.1/Baidu.SwanIDE.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created using YamlCreate.ps1 v1.1.5 -# 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: Baidu.SwanIDE PackageVersion: 3.34.1 @@ -7,26 +7,30 @@ PackageLocale: en-US Publisher: baidu PublisherUrl: https://smartprogram.baidu.com/developer/index.html PublisherSupportUrl: https://smartprogram.baidu.com/forum/ -#PrivacyUrl: +# PrivacyUrl: Author: Baidu Inc. PackageName: 百度开发者工具 PackageUrl: https://smartprogram.baidu.com/docs/develop/devtools/history/ License: Freeware -#LicenseUrl: +# LicenseUrl: Copyright: Copyright © 2021 Baidu Inc. All rights reserved -#CopyrightUrl: +# CopyrightUrl: ShortDescription: Baidu Smart Program development tool -#Description: -Moniker: baidu-swan-ide +# Description: +# Moniker: Tags: -- 百度开发者工具 - baidu -- mini-program +- development +- ide - mini-app +- mini-program - smart-program - web -- ide -- development +- 百度开发者工具 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/3.34.1/Baidu.SwanIDE.locale.zh-CN.yaml b/manifests/b/Baidu/SwanIDE/3.34.1/Baidu.SwanIDE.locale.zh-CN.yaml index 8e8185e72f58a..b79326d0916f1 100644 --- a/manifests/b/Baidu/SwanIDE/3.34.1/Baidu.SwanIDE.locale.zh-CN.yaml +++ b/manifests/b/Baidu/SwanIDE/3.34.1/Baidu.SwanIDE.locale.zh-CN.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: Baidu.SwanIDE PackageVersion: 3.34.1 @@ -7,25 +7,30 @@ PackageLocale: zh-CN Publisher: baidu PublisherUrl: https://smartprogram.baidu.com/developer/index.html PublisherSupportUrl: https://smartprogram.baidu.com/forum/ -#PrivacyUrl: +# PrivacyUrl: Author: 百度公司 PackageName: 百度开发者工具 PackageUrl: https://smartprogram.baidu.com/docs/develop/devtools/history/ License: 免费软件 -#LicenseUrl: +# LicenseUrl: Copyright: Copyright © 2021 Baidu Inc. All rights reserved -#CopyrightUrl: +# CopyrightUrl: ShortDescription: 百度智能小程序开发工具 -#Description: +# Description: +# Moniker: Tags: -- 百度 - baidu -- 小程序 -- 智能小程序 -- 网页 - ide +- 小程序 - 开发 - 开发者工具 +- 智能小程序 +- 百度 +- 网页 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/3.34.1/Baidu.SwanIDE.yaml b/manifests/b/Baidu/SwanIDE/3.34.1/Baidu.SwanIDE.yaml index 75db4f1903fd9..7dff85b0a79d7 100644 --- a/manifests/b/Baidu/SwanIDE/3.34.1/Baidu.SwanIDE.yaml +++ b/manifests/b/Baidu/SwanIDE/3.34.1/Baidu.SwanIDE.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: Baidu.SwanIDE PackageVersion: 3.34.1 DefaultLocale: zh-CN ManifestType: version -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/3.37.1/Baidu.SwanIDE.installer.yaml b/manifests/b/Baidu/SwanIDE/3.37.1/Baidu.SwanIDE.installer.yaml index 6f9a8920c5853..4bb3e71ad2d06 100644 --- a/manifests/b/Baidu/SwanIDE/3.37.1/Baidu.SwanIDE.installer.yaml +++ b/manifests/b/Baidu/SwanIDE/3.37.1/Baidu.SwanIDE.installer.yaml @@ -1,32 +1,31 @@ -# 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: Baidu.SwanIDE PackageVersion: 3.37.1 MinimumOSVersion: 10.0.0.0 +InstallerType: nullsoft +UpgradeBehavior: install FileExtensions: -- swan - css - js -- ts - json -InstallerType: nullsoft -ProductCode: '47336783-caad-52d4-a900-9cc7c7c76434' -UpgradeBehavior: install +- swan +- ts Installers: - Architecture: x64 Scope: user - InstallerUrl: https://b.bdstatic.com/miniapp/development_tool/fbf41/%E7%99%BE%E5%BA%A6%E5%BC%80%E5%8F%91%E8%80%85%E5%B7%A5%E5%85%B7-3.37.1-x64.exe + InstallerUrl: https://b.bdstatic.com/miniapp/development_tool/fbf41/百度开发者工具-3.37.1-x64.exe InstallerSha256: 5D11373C0153546CD7455A7830BF62D9FDEA43FD9CD41D8F79470EBA54ED8B12 InstallerSwitches: Custom: /CURRENTUSER + ProductCode: 47336783-caad-52d4-a900-9cc7c7c76434 - Architecture: x64 - InstallerType: nullsoft Scope: machine - InstallerUrl: https://b.bdstatic.com/miniapp/development_tool/fbf41/%E7%99%BE%E5%BA%A6%E5%BC%80%E5%8F%91%E8%80%85%E5%B7%A5%E5%85%B7-3.37.1-x64.exe + InstallerUrl: https://b.bdstatic.com/miniapp/development_tool/fbf41/百度开发者工具-3.37.1-x64.exe InstallerSha256: 5D11373C0153546CD7455A7830BF62D9FDEA43FD9CD41D8F79470EBA54ED8B12 InstallerSwitches: Custom: /ALLUSERS + ProductCode: 47336783-caad-52d4-a900-9cc7c7c76434 ManifestType: installer -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/3.37.1/Baidu.SwanIDE.locale.en-US.yaml b/manifests/b/Baidu/SwanIDE/3.37.1/Baidu.SwanIDE.locale.en-US.yaml index afd6cd046fb34..05f2bdbd7df50 100644 --- a/manifests/b/Baidu/SwanIDE/3.37.1/Baidu.SwanIDE.locale.en-US.yaml +++ b/manifests/b/Baidu/SwanIDE/3.37.1/Baidu.SwanIDE.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created using YamlCreate.ps1 v1.1.5 -# 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: Baidu.SwanIDE PackageVersion: 3.37.1 @@ -7,26 +7,30 @@ PackageLocale: en-US Publisher: baidu PublisherUrl: https://smartprogram.baidu.com/developer/index.html PublisherSupportUrl: https://smartprogram.baidu.com/forum/ -#PrivacyUrl: +# PrivacyUrl: Author: Baidu Inc. PackageName: 百度开发者工具 PackageUrl: https://smartprogram.baidu.com/docs/develop/devtools/history/ License: Freeware -#LicenseUrl: +# LicenseUrl: Copyright: Copyright © 2021 Baidu Inc. All rights reserved -#CopyrightUrl: +# CopyrightUrl: ShortDescription: Baidu Smart Program development tool -#Description: -Moniker: baidu-swan-ide +# Description: +# Moniker: Tags: -- 百度开发者工具 - baidu -- mini-program +- development +- ide - mini-app +- mini-program - smart-program - web -- ide -- development +- 百度开发者工具 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/3.37.1/Baidu.SwanIDE.locale.zh-CN.yaml b/manifests/b/Baidu/SwanIDE/3.37.1/Baidu.SwanIDE.locale.zh-CN.yaml index 1b08ff008772c..f8ebb107f4d44 100644 --- a/manifests/b/Baidu/SwanIDE/3.37.1/Baidu.SwanIDE.locale.zh-CN.yaml +++ b/manifests/b/Baidu/SwanIDE/3.37.1/Baidu.SwanIDE.locale.zh-CN.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: Baidu.SwanIDE PackageVersion: 3.37.1 @@ -7,25 +7,30 @@ PackageLocale: zh-CN Publisher: baidu PublisherUrl: https://smartprogram.baidu.com/developer/index.html PublisherSupportUrl: https://smartprogram.baidu.com/forum/ -#PrivacyUrl: +# PrivacyUrl: Author: 百度公司 PackageName: 百度开发者工具 PackageUrl: https://smartprogram.baidu.com/docs/develop/devtools/history/ License: 免费软件 -#LicenseUrl: +# LicenseUrl: Copyright: Copyright © 2021 Baidu Inc. All rights reserved -#CopyrightUrl: +# CopyrightUrl: ShortDescription: 百度智能小程序开发工具 -#Description: +# Description: +# Moniker: Tags: -- 百度 - baidu -- 小程序 -- 智能小程序 -- 网页 - ide +- 小程序 - 开发 - 开发者工具 +- 智能小程序 +- 百度 +- 网页 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/3.37.1/Baidu.SwanIDE.yaml b/manifests/b/Baidu/SwanIDE/3.37.1/Baidu.SwanIDE.yaml index bf1a7b603445d..d484eef966776 100644 --- a/manifests/b/Baidu/SwanIDE/3.37.1/Baidu.SwanIDE.yaml +++ b/manifests/b/Baidu/SwanIDE/3.37.1/Baidu.SwanIDE.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: Baidu.SwanIDE PackageVersion: 3.37.1 DefaultLocale: zh-CN ManifestType: version -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/3.38.1/Baidu.SwanIDE.installer.yaml b/manifests/b/Baidu/SwanIDE/3.38.1/Baidu.SwanIDE.installer.yaml index 114a03bdb5aa4..ecdbbcd409130 100644 --- a/manifests/b/Baidu/SwanIDE/3.38.1/Baidu.SwanIDE.installer.yaml +++ b/manifests/b/Baidu/SwanIDE/3.38.1/Baidu.SwanIDE.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: Baidu.SwanIDE PackageVersion: 3.38.1 @@ -7,26 +7,25 @@ MinimumOSVersion: 10.0.0.0 InstallerType: nullsoft UpgradeBehavior: install FileExtensions: -- swan - css - js -- ts - json -ProductCode: 47336783-caad-52d4-a900-9cc7c7c76434 +- swan +- ts Installers: - Architecture: x64 Scope: user - InstallerUrl: https://b.bdstatic.com/miniapp/development_tool/6e84b/%E7%99%BE%E5%BA%A6%E5%BC%80%E5%8F%91%E8%80%85%E5%B7%A5%E5%85%B7-3.38.1-x64.exe + InstallerUrl: https://b.bdstatic.com/miniapp/development_tool/6e84b/百度开发者工具-3.38.1-x64.exe InstallerSha256: 91E6D24792D36345BDAF17D33E19B61CA7B68CB21C1C4715796817F3AB415AB3 InstallerSwitches: Custom: /CURRENTUSER + ProductCode: 47336783-caad-52d4-a900-9cc7c7c76434 - Architecture: x64 - InstallerType: nullsoft Scope: machine - InstallerUrl: https://b.bdstatic.com/miniapp/development_tool/6e84b/%E7%99%BE%E5%BA%A6%E5%BC%80%E5%8F%91%E8%80%85%E5%B7%A5%E5%85%B7-3.38.1-x64.exe + InstallerUrl: https://b.bdstatic.com/miniapp/development_tool/6e84b/百度开发者工具-3.38.1-x64.exe InstallerSha256: 91E6D24792D36345BDAF17D33E19B61CA7B68CB21C1C4715796817F3AB415AB3 InstallerSwitches: Custom: /ALLUSERS + ProductCode: 47336783-caad-52d4-a900-9cc7c7c76434 ManifestType: installer -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/3.38.1/Baidu.SwanIDE.locale.en-US.yaml b/manifests/b/Baidu/SwanIDE/3.38.1/Baidu.SwanIDE.locale.en-US.yaml index 333e3537d7d91..b4ad2e97ddd77 100644 --- a/manifests/b/Baidu/SwanIDE/3.38.1/Baidu.SwanIDE.locale.en-US.yaml +++ b/manifests/b/Baidu/SwanIDE/3.38.1/Baidu.SwanIDE.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 0.3.0.3 -# 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: Baidu.SwanIDE PackageVersion: 3.38.1 @@ -7,22 +7,30 @@ PackageLocale: en-US Publisher: baidu PublisherUrl: https://smartprogram.baidu.com/developer/index.html PublisherSupportUrl: https://smartprogram.baidu.com/forum/ +# PrivacyUrl: Author: Baidu Inc. PackageName: 百度开发者工具 PackageUrl: https://smartprogram.baidu.com/docs/develop/devtools/history/ License: Freeware +# LicenseUrl: Copyright: Copyright © 2021 Baidu Inc. All rights reserved +# CopyrightUrl: ShortDescription: Baidu Smart Program development tool -Moniker: baidu-swan-ide +# Description: +# Moniker: Tags: -- 百度开发者工具 - baidu -- mini-program +- development +- ide - mini-app +- mini-program - smart-program - web -- ide -- development +- 百度开发者工具 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/3.38.1/Baidu.SwanIDE.locale.zh-CN.yaml b/manifests/b/Baidu/SwanIDE/3.38.1/Baidu.SwanIDE.locale.zh-CN.yaml index 885405605463d..0daa73ada00c5 100644 --- a/manifests/b/Baidu/SwanIDE/3.38.1/Baidu.SwanIDE.locale.zh-CN.yaml +++ b/manifests/b/Baidu/SwanIDE/3.38.1/Baidu.SwanIDE.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# 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: Baidu.SwanIDE PackageVersion: 3.38.1 @@ -7,21 +7,30 @@ PackageLocale: zh-CN Publisher: baidu PublisherUrl: https://smartprogram.baidu.com/developer/index.html PublisherSupportUrl: https://smartprogram.baidu.com/forum/ +# PrivacyUrl: Author: 百度公司 PackageName: 百度开发者工具 PackageUrl: https://smartprogram.baidu.com/docs/develop/devtools/history/ License: 免费软件 +# LicenseUrl: Copyright: Copyright © 2021 Baidu Inc. All rights reserved +# CopyrightUrl: ShortDescription: 百度智能小程序开发工具 +# Description: +# Moniker: Tags: -- 百度 - baidu -- 小程序 -- 智能小程序 -- 网页 - ide +- 小程序 - 开发 - 开发者工具 +- 智能小程序 +- 百度 +- 网页 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/3.38.1/Baidu.SwanIDE.yaml b/manifests/b/Baidu/SwanIDE/3.38.1/Baidu.SwanIDE.yaml index eeff820ae0675..a6afc48f40513 100644 --- a/manifests/b/Baidu/SwanIDE/3.38.1/Baidu.SwanIDE.yaml +++ b/manifests/b/Baidu/SwanIDE/3.38.1/Baidu.SwanIDE.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: Baidu.SwanIDE PackageVersion: 3.38.1 DefaultLocale: zh-CN ManifestType: version -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/3.39.1/Baidu.SwanIDE.installer.yaml b/manifests/b/Baidu/SwanIDE/3.39.1/Baidu.SwanIDE.installer.yaml index 0a5f60349ceb0..58ac5873f3ed3 100644 --- a/manifests/b/Baidu/SwanIDE/3.39.1/Baidu.SwanIDE.installer.yaml +++ b/manifests/b/Baidu/SwanIDE/3.39.1/Baidu.SwanIDE.installer.yaml @@ -1,31 +1,31 @@ -# 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: Baidu.SwanIDE PackageVersion: 3.39.1 MinimumOSVersion: 10.0.0.0 +InstallerType: nullsoft +UpgradeBehavior: install FileExtensions: -- swan - css - js -- ts - json -InstallerType: nullsoft -ProductCode: '47336783-caad-52d4-a900-9cc7c7c76434' -UpgradeBehavior: install +- swan +- ts Installers: - Architecture: x64 Scope: user - InstallerUrl: https://b.bdstatic.com/miniapp/development_tool/1960b/%E7%99%BE%E5%BA%A6%E5%BC%80%E5%8F%91%E8%80%85%E5%B7%A5%E5%85%B7-3.39.1-x64.exe + InstallerUrl: https://b.bdstatic.com/miniapp/development_tool/1960b/百度开发者工具-3.39.1-x64.exe InstallerSha256: F46A08EA4518B529CCE21DC2AF8B8A59FBD678B4D2D3701F1E31ED17596732BE InstallerSwitches: Custom: /CURRENTUSER + ProductCode: 47336783-caad-52d4-a900-9cc7c7c76434 - Architecture: x64 Scope: machine - InstallerUrl: https://b.bdstatic.com/miniapp/development_tool/1960b/%E7%99%BE%E5%BA%A6%E5%BC%80%E5%8F%91%E8%80%85%E5%B7%A5%E5%85%B7-3.39.1-x64.exe + InstallerUrl: https://b.bdstatic.com/miniapp/development_tool/1960b/百度开发者工具-3.39.1-x64.exe InstallerSha256: F46A08EA4518B529CCE21DC2AF8B8A59FBD678B4D2D3701F1E31ED17596732BE InstallerSwitches: Custom: /ALLUSERS + ProductCode: 47336783-caad-52d4-a900-9cc7c7c76434 ManifestType: installer -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/3.39.1/Baidu.SwanIDE.locale.en-US.yaml b/manifests/b/Baidu/SwanIDE/3.39.1/Baidu.SwanIDE.locale.en-US.yaml index fc3f727e35261..c82482d4785f4 100644 --- a/manifests/b/Baidu/SwanIDE/3.39.1/Baidu.SwanIDE.locale.en-US.yaml +++ b/manifests/b/Baidu/SwanIDE/3.39.1/Baidu.SwanIDE.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: Baidu.SwanIDE PackageVersion: 3.39.1 @@ -7,26 +7,30 @@ PackageLocale: en-US Publisher: baidu PublisherUrl: https://smartprogram.baidu.com/developer/index.html PublisherSupportUrl: https://smartprogram.baidu.com/forum/ -#PrivacyUrl: +# PrivacyUrl: Author: Baidu Inc. PackageName: 百度开发者工具 PackageUrl: https://smartprogram.baidu.com/docs/develop/devtools/history/ License: Freeware -#LicenseUrl: +# LicenseUrl: Copyright: Copyright © 2021 Baidu Inc. All rights reserved -#CopyrightUrl: +# CopyrightUrl: ShortDescription: Baidu Smart Program development tool -#Description: +# Description: Moniker: swanide Tags: -- mini-program +- baidu +- development +- ide - mini-app +- mini-program - smart-program - web -- ide -- development -- baidu - 百度开发者工具 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/3.39.1/Baidu.SwanIDE.locale.zh-CN.yaml b/manifests/b/Baidu/SwanIDE/3.39.1/Baidu.SwanIDE.locale.zh-CN.yaml index 6087e09e14eff..b6aaa9fdf07c5 100644 --- a/manifests/b/Baidu/SwanIDE/3.39.1/Baidu.SwanIDE.locale.zh-CN.yaml +++ b/manifests/b/Baidu/SwanIDE/3.39.1/Baidu.SwanIDE.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created using YamlCreate.ps1 v1.1.5 -# 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: Baidu.SwanIDE PackageVersion: 3.39.1 @@ -7,25 +7,30 @@ PackageLocale: zh-CN Publisher: baidu PublisherUrl: https://smartprogram.baidu.com/developer/index.html PublisherSupportUrl: https://smartprogram.baidu.com/forum/ -#PrivacyUrl: +# PrivacyUrl: Author: 百度公司 PackageName: 百度开发者工具 PackageUrl: https://smartprogram.baidu.com/docs/develop/devtools/history/ License: 免费软件 -#LicenseUrl: +# LicenseUrl: Copyright: Copyright © 2021 Baidu Inc. All rights reserved -#CopyrightUrl: +# CopyrightUrl: ShortDescription: 百度智能小程序开发工具 -#Description: +# Description: +# Moniker: Tags: -- 小程序 -- 智能小程序 -- 网页 +- baidu - ide +- 小程序 - 开发 - 开发者工具 +- 智能小程序 - 百度 -- baidu +- 网页 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/3.39.1/Baidu.SwanIDE.yaml b/manifests/b/Baidu/SwanIDE/3.39.1/Baidu.SwanIDE.yaml index 47af9d9217efb..a92280cb927ee 100644 --- a/manifests/b/Baidu/SwanIDE/3.39.1/Baidu.SwanIDE.yaml +++ b/manifests/b/Baidu/SwanIDE/3.39.1/Baidu.SwanIDE.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: Baidu.SwanIDE PackageVersion: 3.39.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/3.40.1/Baidu.SwanIDE.installer.yaml b/manifests/b/Baidu/SwanIDE/3.40.1/Baidu.SwanIDE.installer.yaml index f7b34ccced002..7024017a518ff 100644 --- a/manifests/b/Baidu/SwanIDE/3.40.1/Baidu.SwanIDE.installer.yaml +++ b/manifests/b/Baidu/SwanIDE/3.40.1/Baidu.SwanIDE.installer.yaml @@ -1,31 +1,31 @@ -# 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: Baidu.SwanIDE PackageVersion: 3.40.1 MinimumOSVersion: 10.0.0.0 +InstallerType: nullsoft +UpgradeBehavior: install FileExtensions: -- swan - css - js -- ts - json -InstallerType: nullsoft -ProductCode: '47336783-caad-52d4-a900-9cc7c7c76434' -UpgradeBehavior: install +- swan +- ts Installers: - Architecture: x64 Scope: user - InstallerUrl: https://b.bdstatic.com/miniapp/development_tool/43063/%E7%99%BE%E5%BA%A6%E5%BC%80%E5%8F%91%E8%80%85%E5%B7%A5%E5%85%B7-3.40.1-x64.exe + InstallerUrl: https://b.bdstatic.com/miniapp/development_tool/43063/百度开发者工具-3.40.1-x64.exe InstallerSha256: D115AC778790AD17DC3F7D41A3EE338BB0E64DE263248D40AE56F51B4524D086 InstallerSwitches: Custom: /CURRENTUSER + ProductCode: 47336783-caad-52d4-a900-9cc7c7c76434 - Architecture: x64 Scope: machine - InstallerUrl: https://b.bdstatic.com/miniapp/development_tool/43063/%E7%99%BE%E5%BA%A6%E5%BC%80%E5%8F%91%E8%80%85%E5%B7%A5%E5%85%B7-3.40.1-x64.exe + InstallerUrl: https://b.bdstatic.com/miniapp/development_tool/43063/百度开发者工具-3.40.1-x64.exe InstallerSha256: D115AC778790AD17DC3F7D41A3EE338BB0E64DE263248D40AE56F51B4524D086 InstallerSwitches: Custom: /ALLUSERS + ProductCode: 47336783-caad-52d4-a900-9cc7c7c76434 ManifestType: installer -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/3.40.1/Baidu.SwanIDE.locale.en-US.yaml b/manifests/b/Baidu/SwanIDE/3.40.1/Baidu.SwanIDE.locale.en-US.yaml index 8c315a966d4ad..04727c4c48400 100644 --- a/manifests/b/Baidu/SwanIDE/3.40.1/Baidu.SwanIDE.locale.en-US.yaml +++ b/manifests/b/Baidu/SwanIDE/3.40.1/Baidu.SwanIDE.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: Baidu.SwanIDE PackageVersion: 3.40.1 @@ -7,26 +7,30 @@ PackageLocale: en-US Publisher: baidu PublisherUrl: https://smartprogram.baidu.com/developer/index.html PublisherSupportUrl: https://smartprogram.baidu.com/forum/ -#PrivacyUrl: +# PrivacyUrl: Author: Baidu Inc. PackageName: 百度开发者工具 PackageUrl: https://smartprogram.baidu.com/docs/develop/devtools/history/ License: Freeware -#LicenseUrl: +# LicenseUrl: Copyright: Copyright © 2021 Baidu Inc. All rights reserved -#CopyrightUrl: +# CopyrightUrl: ShortDescription: Baidu Smart Program development tool -#Description: +# Description: Moniker: swanide Tags: -- mini-program +- baidu +- development +- ide - mini-app +- mini-program - smart-program - web -- ide -- development -- baidu - 百度开发者工具 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/3.40.1/Baidu.SwanIDE.locale.zh-CN.yaml b/manifests/b/Baidu/SwanIDE/3.40.1/Baidu.SwanIDE.locale.zh-CN.yaml index ea35b948ea0e9..3b02e9f751d85 100644 --- a/manifests/b/Baidu/SwanIDE/3.40.1/Baidu.SwanIDE.locale.zh-CN.yaml +++ b/manifests/b/Baidu/SwanIDE/3.40.1/Baidu.SwanIDE.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created using YamlCreate.ps1 v1.1.5 -# 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: Baidu.SwanIDE PackageVersion: 3.40.1 @@ -7,25 +7,30 @@ PackageLocale: zh-CN Publisher: baidu PublisherUrl: https://smartprogram.baidu.com/developer/index.html PublisherSupportUrl: https://smartprogram.baidu.com/forum/ -#PrivacyUrl: +# PrivacyUrl: Author: 百度公司 PackageName: 百度开发者工具 PackageUrl: https://smartprogram.baidu.com/docs/develop/devtools/history/ License: 免费软件 -#LicenseUrl: +# LicenseUrl: Copyright: Copyright © 2021 Baidu Inc. All rights reserved -#CopyrightUrl: +# CopyrightUrl: ShortDescription: 百度智能小程序开发工具 -#Description: +# Description: +# Moniker: Tags: -- 小程序 -- 智能小程序 -- 网页 +- baidu - ide +- 小程序 - 开发 - 开发者工具 +- 智能小程序 - 百度 -- baidu +- 网页 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/3.40.1/Baidu.SwanIDE.yaml b/manifests/b/Baidu/SwanIDE/3.40.1/Baidu.SwanIDE.yaml index a400b3da848f2..8a9651b719bee 100644 --- a/manifests/b/Baidu/SwanIDE/3.40.1/Baidu.SwanIDE.yaml +++ b/manifests/b/Baidu/SwanIDE/3.40.1/Baidu.SwanIDE.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: Baidu.SwanIDE PackageVersion: 3.40.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/3.41.1/Baidu.SwanIDE.installer.yaml b/manifests/b/Baidu/SwanIDE/3.41.1/Baidu.SwanIDE.installer.yaml index cf5c6969d674e..806bcd310f9b3 100644 --- a/manifests/b/Baidu/SwanIDE/3.41.1/Baidu.SwanIDE.installer.yaml +++ b/manifests/b/Baidu/SwanIDE/3.41.1/Baidu.SwanIDE.installer.yaml @@ -1,31 +1,31 @@ -# 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: Baidu.SwanIDE PackageVersion: 3.41.1 MinimumOSVersion: 10.0.0.0 +InstallerType: nullsoft +UpgradeBehavior: install FileExtensions: -- swan - css - js -- ts - json -InstallerType: nullsoft -ProductCode: '47336783-caad-52d4-a900-9cc7c7c76434' -UpgradeBehavior: install +- swan +- ts Installers: - Architecture: x64 Scope: user - InstallerUrl: https://b.bdstatic.com/miniapp/development_tool/0959a/%E7%99%BE%E5%BA%A6%E5%BC%80%E5%8F%91%E8%80%85%E5%B7%A5%E5%85%B7-3.41.1-x64.exe + InstallerUrl: https://b.bdstatic.com/miniapp/development_tool/0959a/百度开发者工具-3.41.1-x64.exe InstallerSha256: 44D1A5E33A4B4864419B62CB20138CAB08CA0C866FDAA48F4D19277401D0D723 InstallerSwitches: Custom: /CURRENTUSER + ProductCode: 47336783-caad-52d4-a900-9cc7c7c76434 - Architecture: x64 Scope: machine - InstallerUrl: https://b.bdstatic.com/miniapp/development_tool/0959a/%E7%99%BE%E5%BA%A6%E5%BC%80%E5%8F%91%E8%80%85%E5%B7%A5%E5%85%B7-3.41.1-x64.exe + InstallerUrl: https://b.bdstatic.com/miniapp/development_tool/0959a/百度开发者工具-3.41.1-x64.exe InstallerSha256: 44D1A5E33A4B4864419B62CB20138CAB08CA0C866FDAA48F4D19277401D0D723 InstallerSwitches: Custom: /ALLUSERS + ProductCode: 47336783-caad-52d4-a900-9cc7c7c76434 ManifestType: installer -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/3.41.1/Baidu.SwanIDE.locale.en-US.yaml b/manifests/b/Baidu/SwanIDE/3.41.1/Baidu.SwanIDE.locale.en-US.yaml index 1ffec11d60c01..456a43ca61caa 100644 --- a/manifests/b/Baidu/SwanIDE/3.41.1/Baidu.SwanIDE.locale.en-US.yaml +++ b/manifests/b/Baidu/SwanIDE/3.41.1/Baidu.SwanIDE.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: Baidu.SwanIDE PackageVersion: 3.41.1 @@ -7,26 +7,30 @@ PackageLocale: en-US Publisher: baidu PublisherUrl: https://smartprogram.baidu.com/developer/index.html PublisherSupportUrl: https://smartprogram.baidu.com/forum/ -#PrivacyUrl: +# PrivacyUrl: Author: Baidu Inc. PackageName: 百度开发者工具 PackageUrl: https://smartprogram.baidu.com/docs/develop/devtools/history/ License: Freeware -#LicenseUrl: +# LicenseUrl: Copyright: Copyright © 2021 Baidu Inc. All rights reserved -#CopyrightUrl: +# CopyrightUrl: ShortDescription: Baidu Smart Program development tool -#Description: +# Description: Moniker: swanide Tags: -- mini-program +- baidu +- development +- ide - mini-app +- mini-program - smart-program - web -- ide -- development -- baidu - 百度开发者工具 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/3.41.1/Baidu.SwanIDE.locale.zh-CN.yaml b/manifests/b/Baidu/SwanIDE/3.41.1/Baidu.SwanIDE.locale.zh-CN.yaml index df59d058480e0..f2ea3da7bb3e8 100644 --- a/manifests/b/Baidu/SwanIDE/3.41.1/Baidu.SwanIDE.locale.zh-CN.yaml +++ b/manifests/b/Baidu/SwanIDE/3.41.1/Baidu.SwanIDE.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created using YamlCreate.ps1 v1.1.5 -# 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: Baidu.SwanIDE PackageVersion: 3.41.1 @@ -7,25 +7,30 @@ PackageLocale: zh-CN Publisher: baidu PublisherUrl: https://smartprogram.baidu.com/developer/index.html PublisherSupportUrl: https://smartprogram.baidu.com/forum/ -#PrivacyUrl: +# PrivacyUrl: Author: 百度公司 PackageName: 百度开发者工具 PackageUrl: https://smartprogram.baidu.com/docs/develop/devtools/history/ License: 免费软件 -#LicenseUrl: +# LicenseUrl: Copyright: Copyright © 2021 Baidu Inc. All rights reserved -#CopyrightUrl: +# CopyrightUrl: ShortDescription: 百度智能小程序开发工具 -#Description: +# Description: +# Moniker: Tags: -- 小程序 -- 智能小程序 -- 网页 +- baidu - ide +- 小程序 - 开发 - 开发者工具 +- 智能小程序 - 百度 -- baidu +- 网页 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/3.41.1/Baidu.SwanIDE.yaml b/manifests/b/Baidu/SwanIDE/3.41.1/Baidu.SwanIDE.yaml index 966142483eb89..6e2369099da0d 100644 --- a/manifests/b/Baidu/SwanIDE/3.41.1/Baidu.SwanIDE.yaml +++ b/manifests/b/Baidu/SwanIDE/3.41.1/Baidu.SwanIDE.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: Baidu.SwanIDE PackageVersion: 3.41.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/3.42.1/Baidu.SwanIDE.installer.yaml b/manifests/b/Baidu/SwanIDE/3.42.1/Baidu.SwanIDE.installer.yaml index 17c54d4156ff2..974f49d318b08 100644 --- a/manifests/b/Baidu/SwanIDE/3.42.1/Baidu.SwanIDE.installer.yaml +++ b/manifests/b/Baidu/SwanIDE/3.42.1/Baidu.SwanIDE.installer.yaml @@ -1,30 +1,31 @@ -# 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: Baidu.SwanIDE PackageVersion: 3.42.1 MinimumOSVersion: 10.0.0.0 InstallerType: nullsoft -ProductCode: '47336783-caad-52d4-a900-9cc7c7c76434' UpgradeBehavior: install FileExtensions: -- swan - css - js -- ts - json +- swan +- ts Installers: - Architecture: x64 Scope: user - InstallerUrl: https://b.bdstatic.com/miniapp/development_tool/de7fe/%E7%99%BE%E5%BA%A6%E5%BC%80%E5%8F%91%E8%80%85%E5%B7%A5%E5%85%B7-3.42.1-x64.exe + InstallerUrl: https://b.bdstatic.com/miniapp/development_tool/de7fe/百度开发者工具-3.42.1-x64.exe InstallerSha256: A83D95FEF5F1310808486FC7E815962E5F261E7FF149BD548F5A5A2B78C3EB78 InstallerSwitches: Custom: /CURRENTUSER + ProductCode: 47336783-caad-52d4-a900-9cc7c7c76434 - Architecture: x64 Scope: machine - InstallerUrl: https://b.bdstatic.com/miniapp/development_tool/de7fe/%E7%99%BE%E5%BA%A6%E5%BC%80%E5%8F%91%E8%80%85%E5%B7%A5%E5%85%B7-3.42.1-x64.exe + InstallerUrl: https://b.bdstatic.com/miniapp/development_tool/de7fe/百度开发者工具-3.42.1-x64.exe InstallerSha256: A83D95FEF5F1310808486FC7E815962E5F261E7FF149BD548F5A5A2B78C3EB78 InstallerSwitches: Custom: /ALLUSERS + ProductCode: 47336783-caad-52d4-a900-9cc7c7c76434 ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/3.42.1/Baidu.SwanIDE.locale.en-US.yaml b/manifests/b/Baidu/SwanIDE/3.42.1/Baidu.SwanIDE.locale.en-US.yaml index 5b46bd33e5881..b3bd29f440354 100644 --- a/manifests/b/Baidu/SwanIDE/3.42.1/Baidu.SwanIDE.locale.en-US.yaml +++ b/manifests/b/Baidu/SwanIDE/3.42.1/Baidu.SwanIDE.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: Baidu.SwanIDE PackageVersion: 3.42.1 @@ -7,25 +7,30 @@ PackageLocale: en-US Publisher: baidu PublisherUrl: https://smartprogram.baidu.com/developer/index.html PublisherSupportUrl: https://smartprogram.baidu.com/forum/ -# PrivacyUrl: +# PrivacyUrl: Author: Baidu Inc. PackageName: 百度开发者工具 PackageUrl: https://smartprogram.baidu.com/docs/develop/devtools/history/ License: Freeware -# LicenseUrl: +# LicenseUrl: Copyright: Copyright © 2021 Baidu Inc. All rights reserved -# CopyrightUrl: +# CopyrightUrl: ShortDescription: Baidu Smart Program development tool -# Description: -# Moniker: +# Description: +# Moniker: Tags: -- mini-program +- baidu +- development +- ide - mini-app +- mini-program - smart-program - web -- ide -- development -- baidu - 百度开发者工具 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/3.42.1/Baidu.SwanIDE.locale.zh-CN.yaml b/manifests/b/Baidu/SwanIDE/3.42.1/Baidu.SwanIDE.locale.zh-CN.yaml index 48da03de8333b..4674148b42c4c 100644 --- a/manifests/b/Baidu/SwanIDE/3.42.1/Baidu.SwanIDE.locale.zh-CN.yaml +++ b/manifests/b/Baidu/SwanIDE/3.42.1/Baidu.SwanIDE.locale.zh-CN.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.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: Baidu.SwanIDE PackageVersion: 3.42.1 @@ -7,25 +7,30 @@ PackageLocale: zh-CN Publisher: baidu PublisherUrl: https://smartprogram.baidu.com/developer/index.html PublisherSupportUrl: https://smartprogram.baidu.com/forum/ -# PrivacyUrl: +# PrivacyUrl: Author: 百度公司 PackageName: 百度开发者工具 PackageUrl: https://smartprogram.baidu.com/docs/develop/devtools/history/ License: 免费软件 -# LicenseUrl: +# LicenseUrl: Copyright: Copyright © 2021 Baidu Inc. All rights reserved -# CopyrightUrl: +# CopyrightUrl: ShortDescription: 百度智能小程序开发工具 -# Description: -# Moniker: +# Description: +# Moniker: Tags: -- 小程序 -- 智能小程序 -- 网页 +- baidu - ide +- 小程序 - 开发 - 开发者工具 +- 智能小程序 - 百度 -- baidu +- 网页 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/3.42.1/Baidu.SwanIDE.yaml b/manifests/b/Baidu/SwanIDE/3.42.1/Baidu.SwanIDE.yaml index bb3d8e624bdfc..d579366a9e371 100644 --- a/manifests/b/Baidu/SwanIDE/3.42.1/Baidu.SwanIDE.yaml +++ b/manifests/b/Baidu/SwanIDE/3.42.1/Baidu.SwanIDE.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: Baidu.SwanIDE PackageVersion: 3.42.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/3.43.1/Baidu.SwanIDE.installer.yaml b/manifests/b/Baidu/SwanIDE/3.43.1/Baidu.SwanIDE.installer.yaml index 6c7a59a5fd608..8e002d96a4445 100644 --- a/manifests/b/Baidu/SwanIDE/3.43.1/Baidu.SwanIDE.installer.yaml +++ b/manifests/b/Baidu/SwanIDE/3.43.1/Baidu.SwanIDE.installer.yaml @@ -1,32 +1,33 @@ -# 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: Baidu.SwanIDE PackageVersion: 3.43.1 MinimumOSVersion: 10.0.0.0 -InstallerType: nullsoft # electron-builder +InstallerType: nullsoft InstallerSwitches: Upgrade: --updated UpgradeBehavior: install FileExtensions: -- swan - css - js -- ts - json -ProductCode: 47336783-caad-52d4-a900-9cc7c7c76434 +- swan +- ts Installers: - Architecture: x64 Scope: user - InstallerUrl: https://b.bdstatic.com/miniapp/development_tool/ee5e7/%E7%99%BE%E5%BA%A6%E5%BC%80%E5%8F%91%E8%80%85%E5%B7%A5%E5%85%B7-3.43.1-x64.exe + InstallerUrl: https://b.bdstatic.com/miniapp/development_tool/ee5e7/百度开发者工具-3.43.1-x64.exe InstallerSha256: 78329631BE9F19886C30C7149E9E7481CF187FED92CD08CF796E05A4BC2F1B0B InstallerSwitches: Custom: /CURRENTUSER + ProductCode: 47336783-caad-52d4-a900-9cc7c7c76434 - Architecture: x64 Scope: machine - InstallerUrl: https://b.bdstatic.com/miniapp/development_tool/ee5e7/%E7%99%BE%E5%BA%A6%E5%BC%80%E5%8F%91%E8%80%85%E5%B7%A5%E5%85%B7-3.43.1-x64.exe + InstallerUrl: https://b.bdstatic.com/miniapp/development_tool/ee5e7/百度开发者工具-3.43.1-x64.exe InstallerSha256: 78329631BE9F19886C30C7149E9E7481CF187FED92CD08CF796E05A4BC2F1B0B InstallerSwitches: Custom: /ALLUSERS + ProductCode: 47336783-caad-52d4-a900-9cc7c7c76434 ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/3.43.1/Baidu.SwanIDE.locale.en-US.yaml b/manifests/b/Baidu/SwanIDE/3.43.1/Baidu.SwanIDE.locale.en-US.yaml index a19b2c98c031a..1fb18c4114c21 100644 --- a/manifests/b/Baidu/SwanIDE/3.43.1/Baidu.SwanIDE.locale.en-US.yaml +++ b/manifests/b/Baidu/SwanIDE/3.43.1/Baidu.SwanIDE.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: Baidu.SwanIDE PackageVersion: 3.43.1 @@ -7,24 +7,30 @@ PackageLocale: en-US Publisher: baidu PublisherUrl: https://smartprogram.baidu.com/developer/index.html PublisherSupportUrl: https://smartprogram.baidu.com/forum/ -# PrivacyUrl: +# PrivacyUrl: Author: Baidu Inc. PackageName: 百度开发者工具 PackageUrl: https://smartprogram.baidu.com/docs/develop/devtools/history/ License: Freeware -# LicenseUrl: +# LicenseUrl: Copyright: Copyright © 2021 Baidu Inc. All rights reserved -# CopyrightUrl: +# CopyrightUrl: ShortDescription: Baidu Smart Program development tool -# Description: +# Description: +# Moniker: Tags: -- mini-program +- baidu +- development +- ide - mini-app +- mini-program - smart-program - web -- IDE -- development -- Baidu - 百度开发者工具 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/3.43.1/Baidu.SwanIDE.locale.zh-CN.yaml b/manifests/b/Baidu/SwanIDE/3.43.1/Baidu.SwanIDE.locale.zh-CN.yaml index a712922a418b2..3523a6153be66 100644 --- a/manifests/b/Baidu/SwanIDE/3.43.1/Baidu.SwanIDE.locale.zh-CN.yaml +++ b/manifests/b/Baidu/SwanIDE/3.43.1/Baidu.SwanIDE.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: Baidu.SwanIDE PackageVersion: 3.43.1 @@ -7,24 +7,30 @@ PackageLocale: zh-CN Publisher: baidu PublisherUrl: https://smartprogram.baidu.com/developer/index.html PublisherSupportUrl: https://smartprogram.baidu.com/forum/ -# PrivacyUrl: +# PrivacyUrl: Author: 百度公司 PackageName: 百度开发者工具 PackageUrl: https://smartprogram.baidu.com/docs/develop/devtools/history/ License: 免费软件 -# LicenseUrl: +# LicenseUrl: Copyright: Copyright © 2021 Baidu Inc. All rights reserved -# CopyrightUrl: +# CopyrightUrl: ShortDescription: 百度智能小程序开发工具 -# Description: +# Description: +# Moniker: Tags: +- baidu +- ide - 小程序 -- 智能小程序 -- 网页 -- IDE - 开发 - 开发者工具 +- 智能小程序 - 百度 -- Baidu +- 网页 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/3.43.1/Baidu.SwanIDE.yaml b/manifests/b/Baidu/SwanIDE/3.43.1/Baidu.SwanIDE.yaml index 1fbfe46dc8248..5d373491f18ed 100644 --- a/manifests/b/Baidu/SwanIDE/3.43.1/Baidu.SwanIDE.yaml +++ b/manifests/b/Baidu/SwanIDE/3.43.1/Baidu.SwanIDE.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: Baidu.SwanIDE PackageVersion: 3.43.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/3.47.1/Baidu.SwanIDE.installer.yaml b/manifests/b/Baidu/SwanIDE/3.47.1/Baidu.SwanIDE.installer.yaml index ba4e4f1b52be2..59b51031817e0 100644 --- a/manifests/b/Baidu/SwanIDE/3.47.1/Baidu.SwanIDE.installer.yaml +++ b/manifests/b/Baidu/SwanIDE/3.47.1/Baidu.SwanIDE.installer.yaml @@ -1,10 +1,10 @@ -# 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: Baidu.SwanIDE PackageVersion: 3.47.1 MinimumOSVersion: 10.0.0.0 -InstallerType: nullsoft # electron-builder +InstallerType: nullsoft InstallerSwitches: Upgrade: --updated UpgradeBehavior: install @@ -18,17 +18,17 @@ ReleaseDate: 2021-12-31 Installers: - Architecture: x64 Scope: user - InstallerUrl: https://b.bdstatic.com/miniapp/development_tool/be895/%E7%99%BE%E5%BA%A6%E5%BC%80%E5%8F%91%E8%80%85%E5%B7%A5%E5%85%B7-3.47.1-x64.exe + InstallerUrl: https://b.bdstatic.com/miniapp/development_tool/be895/百度开发者工具-3.47.1-x64.exe InstallerSha256: EB7B38404D26DB6589D24939A05D24A0614E899A57C06972A4B1884C9E4CA38E InstallerSwitches: Custom: /CURRENTUSER ProductCode: 47336783-caad-52d4-a900-9cc7c7c76434 - Architecture: x64 Scope: machine - InstallerUrl: https://b.bdstatic.com/miniapp/development_tool/be895/%E7%99%BE%E5%BA%A6%E5%BC%80%E5%8F%91%E8%80%85%E5%B7%A5%E5%85%B7-3.47.1-x64.exe + InstallerUrl: https://b.bdstatic.com/miniapp/development_tool/be895/百度开发者工具-3.47.1-x64.exe InstallerSha256: EB7B38404D26DB6589D24939A05D24A0614E899A57C06972A4B1884C9E4CA38E InstallerSwitches: Custom: /ALLUSERS ProductCode: 47336783-caad-52d4-a900-9cc7c7c76434 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/3.47.1/Baidu.SwanIDE.locale.en-US.yaml b/manifests/b/Baidu/SwanIDE/3.47.1/Baidu.SwanIDE.locale.en-US.yaml index 59bb7d7281960..8cddd1e335232 100644 --- a/manifests/b/Baidu/SwanIDE/3.47.1/Baidu.SwanIDE.locale.en-US.yaml +++ b/manifests/b/Baidu/SwanIDE/3.47.1/Baidu.SwanIDE.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: Baidu.SwanIDE PackageVersion: 3.47.1 @@ -7,29 +7,31 @@ PackageLocale: en-US Publisher: baidu PublisherUrl: https://smartprogram.baidu.com/developer/index.html PublisherSupportUrl: https://smartprogram.baidu.com/forum/ -# PrivacyUrl: +# PrivacyUrl: Author: Baidu Inc. PackageName: 百度开发者工具 PackageUrl: https://smartprogram.baidu.com/docs/develop/devtools/history/ License: Freeware -# LicenseUrl: +# LicenseUrl: Copyright: Copyright © 2021 Baidu Inc. All rights reserved -# CopyrightUrl: +# CopyrightUrl: ShortDescription: Baidu Smart Program development tool -# Description: -# Moniker: +# Description: +# Moniker: Tags: -- Smart-Program -- Mini-Program -- Mini-App -- web -- IDE +- baidu - develop - devtools -- Baidu +- ide +- mini-app +- mini-program +- smart-program +- web - 百度开发者工具 -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://smartprogram.baidu.com/docs/develop/devtools/uplog_tool_normal/ +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/3.47.1/Baidu.SwanIDE.locale.zh-CN.yaml b/manifests/b/Baidu/SwanIDE/3.47.1/Baidu.SwanIDE.locale.zh-CN.yaml index 9c28e548736df..a36fea540abba 100644 --- a/manifests/b/Baidu/SwanIDE/3.47.1/Baidu.SwanIDE.locale.zh-CN.yaml +++ b/manifests/b/Baidu/SwanIDE/3.47.1/Baidu.SwanIDE.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: Baidu.SwanIDE PackageVersion: 3.47.1 @@ -7,27 +7,26 @@ PackageLocale: zh-CN Publisher: baidu PublisherUrl: https://smartprogram.baidu.com/developer/index.html PublisherSupportUrl: https://smartprogram.baidu.com/forum/ -# PrivacyUrl: +# PrivacyUrl: Author: 百度公司 PackageName: 百度开发者工具 PackageUrl: https://smartprogram.baidu.com/docs/develop/devtools/history/ License: 免费软件 -# LicenseUrl: +# LicenseUrl: Copyright: Copyright © 2021 Baidu Inc. All rights reserved -# CopyrightUrl: +# CopyrightUrl: ShortDescription: 百度智能小程序开发工具 -# Description: -# Moniker: +# Description: +# Moniker: Tags: +- baidu +- ide - 小程序 -- 智能小程序 -- 网页 -- IDE - 开发 - 开发者工具 +- 智能小程序 - 百度 -- Baidu -# Agreements: +- 网页 ReleaseNotes: |- New - 静态扫描增加严格模式相关扫描规则。 @@ -35,5 +34,8 @@ ReleaseNotes: |- - hostDownloadManager 新增文档分享能力 shareFile。 - 小程序页面获取用户微信及支付宝 openId。 ReleaseNotesUrl: https://smartprogram.baidu.com/docs/develop/devtools/uplog_tool_normal/ +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/3.47.1/Baidu.SwanIDE.yaml b/manifests/b/Baidu/SwanIDE/3.47.1/Baidu.SwanIDE.yaml index 667e7212cae49..a2ddf62bbc99c 100644 --- a/manifests/b/Baidu/SwanIDE/3.47.1/Baidu.SwanIDE.yaml +++ b/manifests/b/Baidu/SwanIDE/3.47.1/Baidu.SwanIDE.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: Baidu.SwanIDE PackageVersion: 3.47.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/3.48.1/Baidu.SwanIDE.installer.yaml b/manifests/b/Baidu/SwanIDE/3.48.1/Baidu.SwanIDE.installer.yaml index a281dc76fec1a..a458bb4371da3 100644 --- a/manifests/b/Baidu/SwanIDE/3.48.1/Baidu.SwanIDE.installer.yaml +++ b/manifests/b/Baidu/SwanIDE/3.48.1/Baidu.SwanIDE.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: Baidu.SwanIDE PackageVersion: 3.48.1 MinimumOSVersion: 10.0.0.0 -InstallerType: nullsoft # electron-builder +InstallerType: nullsoft InstallerSwitches: Upgrade: --updated UpgradeBehavior: install @@ -18,17 +18,17 @@ ReleaseDate: 2022-01-12 Installers: - Architecture: x64 Scope: user - InstallerUrl: https://b.bdstatic.com/miniapp/development_tool/9027c/%E7%99%BE%E5%BA%A6%E5%BC%80%E5%8F%91%E8%80%85%E5%B7%A5%E5%85%B7-3.48.1-x64.exe + InstallerUrl: https://b.bdstatic.com/miniapp/development_tool/9027c/百度开发者工具-3.48.1-x64.exe InstallerSha256: 9443522592E929244877EF3A7461129C1073B3FD8E625198D93DAD7C4286C40D InstallerSwitches: Custom: /CURRENTUSER ProductCode: 47336783-caad-52d4-a900-9cc7c7c76434 - Architecture: x64 Scope: machine - InstallerUrl: https://b.bdstatic.com/miniapp/development_tool/9027c/%E7%99%BE%E5%BA%A6%E5%BC%80%E5%8F%91%E8%80%85%E5%B7%A5%E5%85%B7-3.48.1-x64.exe + InstallerUrl: https://b.bdstatic.com/miniapp/development_tool/9027c/百度开发者工具-3.48.1-x64.exe InstallerSha256: 9443522592E929244877EF3A7461129C1073B3FD8E625198D93DAD7C4286C40D InstallerSwitches: Custom: /ALLUSERS ProductCode: 47336783-caad-52d4-a900-9cc7c7c76434 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/3.48.1/Baidu.SwanIDE.locale.en-US.yaml b/manifests/b/Baidu/SwanIDE/3.48.1/Baidu.SwanIDE.locale.en-US.yaml index 30d2d00cb6777..21da7c609c87b 100644 --- a/manifests/b/Baidu/SwanIDE/3.48.1/Baidu.SwanIDE.locale.en-US.yaml +++ b/manifests/b/Baidu/SwanIDE/3.48.1/Baidu.SwanIDE.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: Baidu.SwanIDE PackageVersion: 3.48.1 @@ -12,25 +12,27 @@ Author: Baidu Inc. PackageName: 百度开发者工具 PackageUrl: https://smartprogram.baidu.com/docs/develop/devtools/history/ License: Freeware -# LicenseUrl: +# LicenseUrl: Copyright: Copyright © 2022 Baidu Inc. All rights reserved CopyrightUrl: https://www.baidu.com/duty/copyright.html ShortDescription: Baidu Smart Program development tool -# Description: -# Moniker: +# Description: +# Moniker: Tags: -- Smart-Program -- Mini-Program -- Mini-App -- web -- IDE +- baidu - develop - development -- DevTools -- Baidu +- devtools +- ide +- mini-app +- mini-program +- smart-program +- web - 百度开发者工具 -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://smartprogram.baidu.com/docs/develop/devtools/uplog_tool_normal/ +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/3.48.1/Baidu.SwanIDE.locale.zh-CN.yaml b/manifests/b/Baidu/SwanIDE/3.48.1/Baidu.SwanIDE.locale.zh-CN.yaml index a8f98736cd91d..04b4545f72a48 100644 --- a/manifests/b/Baidu/SwanIDE/3.48.1/Baidu.SwanIDE.locale.zh-CN.yaml +++ b/manifests/b/Baidu/SwanIDE/3.48.1/Baidu.SwanIDE.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: Baidu.SwanIDE PackageVersion: 3.48.1 @@ -12,23 +12,22 @@ Author: 百度公司 PackageName: 百度开发者工具 PackageUrl: https://smartprogram.baidu.com/docs/develop/devtools/history/ License: 免费软件 -# LicenseUrl: +# LicenseUrl: Copyright: Copyright © 2022 Baidu Inc. All rights reserved CopyrightUrl: https://www.baidu.com/duty/copyright.html ShortDescription: 百度智能小程序开发工具 -# Description: -# Moniker: +# Description: +# Moniker: Tags: +- baidu +- devtools +- ide - 小程序 -- 智能小程序 -- 网页 -- IDE - 开发 - 开发者工具 -- DevTools +- 智能小程序 - 百度 -- Baidu -# Agreements: +- 网页 ReleaseNotes: |- New - 工具新增小程序 sessionId 生成和获取。 @@ -38,5 +37,8 @@ ReleaseNotes: |- - 修复工具当 template-id 为 Array 时,event.detail 的 formId 为 Object 类型。 - 修复工具 swan.getFavorStatus 返回值中 isFavor 为 String 类型。 ReleaseNotesUrl: https://smartprogram.baidu.com/docs/develop/devtools/uplog_tool_normal/ +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/3.48.1/Baidu.SwanIDE.yaml b/manifests/b/Baidu/SwanIDE/3.48.1/Baidu.SwanIDE.yaml index 0cae1d7f32fd8..6a7df577b6a83 100644 --- a/manifests/b/Baidu/SwanIDE/3.48.1/Baidu.SwanIDE.yaml +++ b/manifests/b/Baidu/SwanIDE/3.48.1/Baidu.SwanIDE.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: Baidu.SwanIDE PackageVersion: 3.48.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/3.49.1/Baidu.SwanIDE.installer.yaml b/manifests/b/Baidu/SwanIDE/3.49.1/Baidu.SwanIDE.installer.yaml index 6bd5cb9b6127a..0cd2034a9cc70 100644 --- a/manifests/b/Baidu/SwanIDE/3.49.1/Baidu.SwanIDE.installer.yaml +++ b/manifests/b/Baidu/SwanIDE/3.49.1/Baidu.SwanIDE.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: Baidu.SwanIDE PackageVersion: 3.49.1 @@ -18,17 +18,17 @@ ReleaseDate: 2022-01-24 Installers: - Architecture: x64 Scope: user - InstallerUrl: https://b.bdstatic.com/miniapp/development_tool/aa3af/%E7%99%BE%E5%BA%A6%E5%BC%80%E5%8F%91%E8%80%85%E5%B7%A5%E5%85%B7-3.49.1-x64.exe + InstallerUrl: https://b.bdstatic.com/miniapp/development_tool/aa3af/百度开发者工具-3.49.1-x64.exe InstallerSha256: E69C563696160F6F6D092F1809418567E6E1F0C56ACB7F296D12C95534BAE45A InstallerSwitches: Custom: /CURRENTUSER ProductCode: 47336783-caad-52d4-a900-9cc7c7c76434 - Architecture: x64 Scope: machine - InstallerUrl: https://b.bdstatic.com/miniapp/development_tool/aa3af/%E7%99%BE%E5%BA%A6%E5%BC%80%E5%8F%91%E8%80%85%E5%B7%A5%E5%85%B7-3.49.1-x64.exe + InstallerUrl: https://b.bdstatic.com/miniapp/development_tool/aa3af/百度开发者工具-3.49.1-x64.exe InstallerSha256: E69C563696160F6F6D092F1809418567E6E1F0C56ACB7F296D12C95534BAE45A InstallerSwitches: Custom: /ALLUSERS ProductCode: 47336783-caad-52d4-a900-9cc7c7c76434 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/3.49.1/Baidu.SwanIDE.locale.en-US.yaml b/manifests/b/Baidu/SwanIDE/3.49.1/Baidu.SwanIDE.locale.en-US.yaml index d5fff88dfa41d..6f541907971f1 100644 --- a/manifests/b/Baidu/SwanIDE/3.49.1/Baidu.SwanIDE.locale.en-US.yaml +++ b/manifests/b/Baidu/SwanIDE/3.49.1/Baidu.SwanIDE.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: Baidu.SwanIDE PackageVersion: 3.49.1 @@ -12,23 +12,25 @@ Author: Baidu Inc. PackageName: 百度开发者工具 PackageUrl: https://smartprogram.baidu.com/docs/develop/devtools/history/ License: Freeware -# LicenseUrl: +# LicenseUrl: Copyright: Copyright © 2022 Baidu Inc. All rights reserved CopyrightUrl: https://www.baidu.com/duty/copyright.html ShortDescription: Baidu Smart Program development tool -# Description: -# Moniker: +# Description: +# Moniker: Tags: -- Smart-Program -- Mini-Program -- Mini-App -- web -- IDE -- DevTools - develop - development -# Agreements: -# ReleaseNotes: +- devtools +- ide +- mini-app +- mini-program +- smart-program +- web +# ReleaseNotes: ReleaseNotesUrl: https://smartprogram.baidu.com/docs/develop/devtools/uplog_tool_normal/ +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/3.49.1/Baidu.SwanIDE.locale.zh-CN.yaml b/manifests/b/Baidu/SwanIDE/3.49.1/Baidu.SwanIDE.locale.zh-CN.yaml index 7fa6364b76ae7..2fc7edd9fa0ba 100644 --- a/manifests/b/Baidu/SwanIDE/3.49.1/Baidu.SwanIDE.locale.zh-CN.yaml +++ b/manifests/b/Baidu/SwanIDE/3.49.1/Baidu.SwanIDE.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: Baidu.SwanIDE PackageVersion: 3.49.1 @@ -12,21 +12,20 @@ Author: 百度公司 PackageName: 百度开发者工具 PackageUrl: https://smartprogram.baidu.com/docs/develop/devtools/history/ License: 免费软件 -# LicenseUrl: +# LicenseUrl: Copyright: Copyright © 2022 Baidu Inc. All rights reserved CopyrightUrl: https://www.baidu.com/duty/copyright.html ShortDescription: 百度智能小程序开发工具 -# Description: -# Moniker: +# Description: +# Moniker: Tags: +- devtools +- ide - 小程序 +- 开发 +- 开发者工具 - 智能小程序 - 网页 -- IDE -- 开发者工具 -- DevTools -- 开发 -# Agreements: ReleaseNotes: |- New - 小程序 BRTC 切换为 YYRTC。 @@ -35,5 +34,8 @@ ReleaseNotes: |- BugFix - 修复调试器"复制"按钮无效问题。 ReleaseNotesUrl: https://smartprogram.baidu.com/docs/develop/devtools/uplog_tool_normal/ +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/3.49.1/Baidu.SwanIDE.yaml b/manifests/b/Baidu/SwanIDE/3.49.1/Baidu.SwanIDE.yaml index fac0da7b57428..54fd30969be63 100644 --- a/manifests/b/Baidu/SwanIDE/3.49.1/Baidu.SwanIDE.yaml +++ b/manifests/b/Baidu/SwanIDE/3.49.1/Baidu.SwanIDE.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: Baidu.SwanIDE PackageVersion: 3.49.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/3.50.1/Baidu.SwanIDE.installer.yaml b/manifests/b/Baidu/SwanIDE/3.50.1/Baidu.SwanIDE.installer.yaml index aebd5f88d5ac2..d90bb34aadd6f 100644 --- a/manifests/b/Baidu/SwanIDE/3.50.1/Baidu.SwanIDE.installer.yaml +++ b/manifests/b/Baidu/SwanIDE/3.50.1/Baidu.SwanIDE.installer.yaml @@ -1,10 +1,10 @@ -# 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: Baidu.SwanIDE PackageVersion: 3.50.1 MinimumOSVersion: 10.0.0.0 -InstallerType: nullsoft # electron-builder +InstallerType: nullsoft InstallerSwitches: Upgrade: --updated UpgradeBehavior: install @@ -18,17 +18,17 @@ ReleaseDate: 2022-02-23 Installers: - Architecture: x64 Scope: user - InstallerUrl: https://b.bdstatic.com/miniapp/development_tool/fd366/%E7%99%BE%E5%BA%A6%E5%BC%80%E5%8F%91%E8%80%85%E5%B7%A5%E5%85%B7-3.50.1-x64.exe + InstallerUrl: https://b.bdstatic.com/miniapp/development_tool/fd366/百度开发者工具-3.50.1-x64.exe InstallerSha256: 05E1B3677A0354196A69D25DDD5CA98102B0F8FE12862F85DB1521662D29A694 InstallerSwitches: Custom: /CURRENTUSER ProductCode: 47336783-caad-52d4-a900-9cc7c7c76434 - Architecture: x64 Scope: machine - InstallerUrl: https://b.bdstatic.com/miniapp/development_tool/fd366/%E7%99%BE%E5%BA%A6%E5%BC%80%E5%8F%91%E8%80%85%E5%B7%A5%E5%85%B7-3.50.1-x64.exe + InstallerUrl: https://b.bdstatic.com/miniapp/development_tool/fd366/百度开发者工具-3.50.1-x64.exe InstallerSha256: 05E1B3677A0354196A69D25DDD5CA98102B0F8FE12862F85DB1521662D29A694 InstallerSwitches: Custom: /ALLUSERS ProductCode: 47336783-caad-52d4-a900-9cc7c7c76434 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/3.50.1/Baidu.SwanIDE.locale.en-US.yaml b/manifests/b/Baidu/SwanIDE/3.50.1/Baidu.SwanIDE.locale.en-US.yaml index 20153958bb256..8acfe3ede1be3 100644 --- a/manifests/b/Baidu/SwanIDE/3.50.1/Baidu.SwanIDE.locale.en-US.yaml +++ b/manifests/b/Baidu/SwanIDE/3.50.1/Baidu.SwanIDE.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: Baidu.SwanIDE PackageVersion: 3.50.1 @@ -12,12 +12,12 @@ Author: Baidu Inc. PackageName: 百度开发者工具 PackageUrl: https://smartprogram.baidu.com/docs/develop/devtools/history/ License: Freeware -# LicenseUrl: +# LicenseUrl: Copyright: Copyright © 2022 Baidu Inc. All rights reserved CopyrightUrl: https://www.baidu.com/duty/copyright.html ShortDescription: Baidu Smart Program development tool -# Description: -# Moniker: +# Description: +# Moniker: Tags: - develop - development @@ -29,8 +29,10 @@ Tags: - mini-program - smart-program - web -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://smartprogram.baidu.com/docs/develop/devtools/uplog_tool_normal/ +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/3.50.1/Baidu.SwanIDE.locale.zh-CN.yaml b/manifests/b/Baidu/SwanIDE/3.50.1/Baidu.SwanIDE.locale.zh-CN.yaml index 18ec61f96b336..1c64e8532a277 100644 --- a/manifests/b/Baidu/SwanIDE/3.50.1/Baidu.SwanIDE.locale.zh-CN.yaml +++ b/manifests/b/Baidu/SwanIDE/3.50.1/Baidu.SwanIDE.locale.zh-CN.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.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: Baidu.SwanIDE PackageVersion: 3.50.1 @@ -12,12 +12,12 @@ Author: 百度公司 PackageName: 百度开发者工具 PackageUrl: https://smartprogram.baidu.com/docs/develop/devtools/history/ License: 免费软件 -# LicenseUrl: +# LicenseUrl: Copyright: Copyright © 2022 Baidu Inc. All rights reserved CopyrightUrl: https://www.baidu.com/duty/copyright.html ShortDescription: 百度智能小程序开发工具 -# Description: -# Moniker: +# Description: +# Moniker: Tags: - devtools - ide @@ -27,12 +27,14 @@ Tags: - 开发者工具 - 智能小程序 - 网页 -# Agreements: ReleaseNotes: |- New - 网络故障时登录错误提示优化。 BugFix - 修复 swan.canvasToTempFilePath 大概率保存空白图片的问题。 ReleaseNotesUrl: https://smartprogram.baidu.com/docs/develop/devtools/uplog_tool_normal/ +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/3.50.1/Baidu.SwanIDE.yaml b/manifests/b/Baidu/SwanIDE/3.50.1/Baidu.SwanIDE.yaml index fcacd2dd7522c..3ac6663e10ebd 100644 --- a/manifests/b/Baidu/SwanIDE/3.50.1/Baidu.SwanIDE.yaml +++ b/manifests/b/Baidu/SwanIDE/3.50.1/Baidu.SwanIDE.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: Baidu.SwanIDE PackageVersion: 3.50.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/3.51.1/Baidu.SwanIDE.installer.yaml b/manifests/b/Baidu/SwanIDE/3.51.1/Baidu.SwanIDE.installer.yaml index 72831e6df7b9d..65d253063e0e0 100644 --- a/manifests/b/Baidu/SwanIDE/3.51.1/Baidu.SwanIDE.installer.yaml +++ b/manifests/b/Baidu/SwanIDE/3.51.1/Baidu.SwanIDE.installer.yaml @@ -1,10 +1,10 @@ -# 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: Baidu.SwanIDE PackageVersion: 3.51.1 MinimumOSVersion: 10.0.0.0 -InstallerType: nullsoft # electron-builder +InstallerType: nullsoft InstallerSwitches: Upgrade: --updated UpgradeBehavior: install @@ -18,17 +18,17 @@ ReleaseDate: 2022-03-09 Installers: - Architecture: x64 Scope: user - InstallerUrl: https://b.bdstatic.com/miniapp/development_tool/d73a7/%E7%99%BE%E5%BA%A6%E5%BC%80%E5%8F%91%E8%80%85%E5%B7%A5%E5%85%B7-3.51.1-x64.exe + InstallerUrl: https://b.bdstatic.com/miniapp/development_tool/d73a7/百度开发者工具-3.51.1-x64.exe InstallerSha256: 16F7D51279BFCE8FEB0522F63B8AED7BA1C6239C7DD9AD030D2567B491CBFA50 InstallerSwitches: Custom: /currentuser ProductCode: 47336783-caad-52d4-a900-9cc7c7c76434 - Architecture: x64 Scope: machine - InstallerUrl: https://b.bdstatic.com/miniapp/development_tool/d73a7/%E7%99%BE%E5%BA%A6%E5%BC%80%E5%8F%91%E8%80%85%E5%B7%A5%E5%85%B7-3.51.1-x64.exe + InstallerUrl: https://b.bdstatic.com/miniapp/development_tool/d73a7/百度开发者工具-3.51.1-x64.exe InstallerSha256: 16F7D51279BFCE8FEB0522F63B8AED7BA1C6239C7DD9AD030D2567B491CBFA50 InstallerSwitches: Custom: /allusers ProductCode: 47336783-caad-52d4-a900-9cc7c7c76434 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/3.51.1/Baidu.SwanIDE.locale.en-US.yaml b/manifests/b/Baidu/SwanIDE/3.51.1/Baidu.SwanIDE.locale.en-US.yaml index 170d3c5589b65..d2c93a7306ad4 100644 --- a/manifests/b/Baidu/SwanIDE/3.51.1/Baidu.SwanIDE.locale.en-US.yaml +++ b/manifests/b/Baidu/SwanIDE/3.51.1/Baidu.SwanIDE.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: Baidu.SwanIDE PackageVersion: 3.51.1 @@ -12,12 +12,12 @@ Author: Baidu Inc. PackageName: 百度开发者工具 PackageUrl: https://smartprogram.baidu.com/docs/develop/devtools/history/ License: Freeware -# LicenseUrl: +# LicenseUrl: Copyright: Copyright © 2022 Baidu Inc. All rights reserved CopyrightUrl: https://www.baidu.com/duty/copyright.html ShortDescription: Baidu Smart Program development tool -# Description: -# Moniker: +# Description: +# Moniker: Tags: - develop - development @@ -29,8 +29,10 @@ Tags: - mini-program - smart-program - web -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://smartprogram.baidu.com/docs/develop/devtools/uplog_tool_normal/ +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/3.51.1/Baidu.SwanIDE.locale.zh-CN.yaml b/manifests/b/Baidu/SwanIDE/3.51.1/Baidu.SwanIDE.locale.zh-CN.yaml index cd9ea64a1064f..6c1c219a2cd6e 100644 --- a/manifests/b/Baidu/SwanIDE/3.51.1/Baidu.SwanIDE.locale.zh-CN.yaml +++ b/manifests/b/Baidu/SwanIDE/3.51.1/Baidu.SwanIDE.locale.zh-CN.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.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: Baidu.SwanIDE PackageVersion: 3.51.1 @@ -12,12 +12,12 @@ Author: 百度公司 PackageName: 百度开发者工具 PackageUrl: https://smartprogram.baidu.com/docs/develop/devtools/history/ License: 免费软件 -# LicenseUrl: +# LicenseUrl: Copyright: Copyright © 2022 Baidu Inc. All rights reserved CopyrightUrl: https://www.baidu.com/duty/copyright.html ShortDescription: 百度智能小程序开发工具 -# Description: -# Moniker: +# Description: +# Moniker: Tags: - devtools - ide @@ -27,7 +27,6 @@ Tags: - 开发者工具 - 智能小程序 - 网页 -# Agreements: ReleaseNotes: |- New - 编译兼容 web 化 vh 问题。 @@ -36,5 +35,8 @@ ReleaseNotes: |- - 修复代码片段二次点击分享未更新的问题。 - 修复工具菜单栏-分享页面错乱的问题。 ReleaseNotesUrl: https://smartprogram.baidu.com/docs/develop/devtools/uplog_tool_normal/ +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/3.51.1/Baidu.SwanIDE.yaml b/manifests/b/Baidu/SwanIDE/3.51.1/Baidu.SwanIDE.yaml index 61e07c10a75cb..df003147c222d 100644 --- a/manifests/b/Baidu/SwanIDE/3.51.1/Baidu.SwanIDE.yaml +++ b/manifests/b/Baidu/SwanIDE/3.51.1/Baidu.SwanIDE.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: Baidu.SwanIDE PackageVersion: 3.51.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/3.52.1/Baidu.SwanIDE.installer.yaml b/manifests/b/Baidu/SwanIDE/3.52.1/Baidu.SwanIDE.installer.yaml index 2c2b087fad6f9..2752b177890be 100644 --- a/manifests/b/Baidu/SwanIDE/3.52.1/Baidu.SwanIDE.installer.yaml +++ b/manifests/b/Baidu/SwanIDE/3.52.1/Baidu.SwanIDE.installer.yaml @@ -1,10 +1,10 @@ -# 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: Baidu.SwanIDE PackageVersion: 3.52.1 MinimumOSVersion: 10.0.0.0 -InstallerType: nullsoft # electron-builder +InstallerType: nullsoft InstallerSwitches: Upgrade: --updated UpgradeBehavior: install @@ -18,17 +18,17 @@ ReleaseDate: 2022-03-24 Installers: - Architecture: x64 Scope: user - InstallerUrl: https://b.bdstatic.com/miniapp/development_tool/2b28e/%E7%99%BE%E5%BA%A6%E5%BC%80%E5%8F%91%E8%80%85%E5%B7%A5%E5%85%B7-3.52.1-x64.exe + InstallerUrl: https://b.bdstatic.com/miniapp/development_tool/2b28e/百度开发者工具-3.52.1-x64.exe InstallerSha256: 4E543F239BF6BC58807B39BF3935823C8B02C11E7907BD226AAA123A3719F6BA InstallerSwitches: Custom: /currentuser ProductCode: 47336783-caad-52d4-a900-9cc7c7c76434 - Architecture: x64 Scope: machine - InstallerUrl: https://b.bdstatic.com/miniapp/development_tool/2b28e/%E7%99%BE%E5%BA%A6%E5%BC%80%E5%8F%91%E8%80%85%E5%B7%A5%E5%85%B7-3.52.1-x64.exe + InstallerUrl: https://b.bdstatic.com/miniapp/development_tool/2b28e/百度开发者工具-3.52.1-x64.exe InstallerSha256: 4E543F239BF6BC58807B39BF3935823C8B02C11E7907BD226AAA123A3719F6BA InstallerSwitches: Custom: /allusers ProductCode: 47336783-caad-52d4-a900-9cc7c7c76434 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/3.52.1/Baidu.SwanIDE.locale.en-US.yaml b/manifests/b/Baidu/SwanIDE/3.52.1/Baidu.SwanIDE.locale.en-US.yaml index 96334e6556b1e..9e8e01c40e3b2 100644 --- a/manifests/b/Baidu/SwanIDE/3.52.1/Baidu.SwanIDE.locale.en-US.yaml +++ b/manifests/b/Baidu/SwanIDE/3.52.1/Baidu.SwanIDE.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: Baidu.SwanIDE PackageVersion: 3.52.1 @@ -12,12 +12,12 @@ Author: Baidu Inc. PackageName: 百度开发者工具 PackageUrl: https://smartprogram.baidu.com/docs/develop/devtools/history/ License: Freeware -# LicenseUrl: +# LicenseUrl: Copyright: Copyright © 2022 Baidu Inc. All rights reserved CopyrightUrl: https://www.baidu.com/duty/copyright.html ShortDescription: Baidu Smart Program development tool -# Description: -# Moniker: +# Description: +# Moniker: Tags: - develop - development @@ -27,8 +27,10 @@ Tags: - mini-program - smart-program - web -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://smartprogram.baidu.com/docs/develop/devtools/uplog_tool_normal/ +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/3.52.1/Baidu.SwanIDE.locale.zh-CN.yaml b/manifests/b/Baidu/SwanIDE/3.52.1/Baidu.SwanIDE.locale.zh-CN.yaml index 8fb950bc08dee..a18bf0d46f782 100644 --- a/manifests/b/Baidu/SwanIDE/3.52.1/Baidu.SwanIDE.locale.zh-CN.yaml +++ b/manifests/b/Baidu/SwanIDE/3.52.1/Baidu.SwanIDE.locale.zh-CN.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.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: Baidu.SwanIDE PackageVersion: 3.52.1 @@ -12,12 +12,12 @@ Author: 百度公司 PackageName: 百度开发者工具 PackageUrl: https://smartprogram.baidu.com/docs/develop/devtools/history/ License: 免费软件 -# LicenseUrl: +# LicenseUrl: Copyright: Copyright © 2022 Baidu Inc. All rights reserved CopyrightUrl: https://www.baidu.com/duty/copyright.html ShortDescription: 百度智能小程序开发工具 -# Description: -# Moniker: +# Description: +# Moniker: Tags: - ide - 小程序 @@ -25,10 +25,12 @@ Tags: - 开发者工具 - 智能小程序 - 网页 -# Agreements: ReleaseNotes: |- BugFix - 修复开发者自定义机型为 iphone 的时候,模拟器白屏,js 报错的问题。 ReleaseNotesUrl: https://smartprogram.baidu.com/docs/develop/devtools/uplog_tool_normal/ +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/3.52.1/Baidu.SwanIDE.yaml b/manifests/b/Baidu/SwanIDE/3.52.1/Baidu.SwanIDE.yaml index 17d28f20e6354..27be530de87a0 100644 --- a/manifests/b/Baidu/SwanIDE/3.52.1/Baidu.SwanIDE.yaml +++ b/manifests/b/Baidu/SwanIDE/3.52.1/Baidu.SwanIDE.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: Baidu.SwanIDE PackageVersion: 3.52.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/3.53.1/Baidu.SwanIDE.installer.yaml b/manifests/b/Baidu/SwanIDE/3.53.1/Baidu.SwanIDE.installer.yaml index 52203c6ccf8a9..4c4efe2954404 100644 --- a/manifests/b/Baidu/SwanIDE/3.53.1/Baidu.SwanIDE.installer.yaml +++ b/manifests/b/Baidu/SwanIDE/3.53.1/Baidu.SwanIDE.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: Baidu.SwanIDE PackageVersion: 3.53.1 @@ -17,17 +17,17 @@ FileExtensions: Installers: - Architecture: x64 Scope: user - InstallerUrl: https://b.bdstatic.com/miniapp/development_tool/32acf/%E7%99%BE%E5%BA%A6%E5%BC%80%E5%8F%91%E8%80%85%E5%B7%A5%E5%85%B7-3.53.1-x64.exe + InstallerUrl: https://b.bdstatic.com/miniapp/development_tool/32acf/百度开发者工具-3.53.1-x64.exe InstallerSha256: 53DE8EC33DBD268F1C4FF480647B229DA9941A266A1FC7146823ACE0E04C885D InstallerSwitches: Custom: /currentuser ProductCode: 47336783-caad-52d4-a900-9cc7c7c76434 - Architecture: x64 Scope: machine - InstallerUrl: https://b.bdstatic.com/miniapp/development_tool/32acf/%E7%99%BE%E5%BA%A6%E5%BC%80%E5%8F%91%E8%80%85%E5%B7%A5%E5%85%B7-3.53.1-x64.exe + InstallerUrl: https://b.bdstatic.com/miniapp/development_tool/32acf/百度开发者工具-3.53.1-x64.exe InstallerSha256: 53DE8EC33DBD268F1C4FF480647B229DA9941A266A1FC7146823ACE0E04C885D InstallerSwitches: Custom: /allusers ProductCode: 47336783-caad-52d4-a900-9cc7c7c76434 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/3.53.1/Baidu.SwanIDE.locale.en-US.yaml b/manifests/b/Baidu/SwanIDE/3.53.1/Baidu.SwanIDE.locale.en-US.yaml index 4d4e2d617ce04..e953f6e0d595e 100644 --- a/manifests/b/Baidu/SwanIDE/3.53.1/Baidu.SwanIDE.locale.en-US.yaml +++ b/manifests/b/Baidu/SwanIDE/3.53.1/Baidu.SwanIDE.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: Baidu.SwanIDE PackageVersion: 3.53.1 @@ -12,12 +12,12 @@ Author: Baidu Inc. PackageName: 百度开发者工具 PackageUrl: https://smartprogram.baidu.com/docs/develop/devtools/history/ License: Freeware -# LicenseUrl: +# LicenseUrl: Copyright: Copyright © 2022 Baidu Inc. All rights reserved CopyrightUrl: https://www.baidu.com/duty/copyright.html ShortDescription: Baidu Smart Program development tool -# Description: -# Moniker: +# Description: +# Moniker: Tags: - develop - development @@ -27,8 +27,10 @@ Tags: - mini-program - smart-program - web -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/3.53.1/Baidu.SwanIDE.locale.zh-CN.yaml b/manifests/b/Baidu/SwanIDE/3.53.1/Baidu.SwanIDE.locale.zh-CN.yaml index 878cb030627a3..e9917b0296d8a 100644 --- a/manifests/b/Baidu/SwanIDE/3.53.1/Baidu.SwanIDE.locale.zh-CN.yaml +++ b/manifests/b/Baidu/SwanIDE/3.53.1/Baidu.SwanIDE.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: Baidu.SwanIDE PackageVersion: 3.53.1 @@ -12,12 +12,12 @@ Author: 百度公司 PackageName: 百度开发者工具 PackageUrl: https://smartprogram.baidu.com/docs/develop/devtools/history/ License: 免费软件 -# LicenseUrl: +# LicenseUrl: Copyright: Copyright © 2022 Baidu Inc. All rights reserved CopyrightUrl: https://www.baidu.com/duty/copyright.html ShortDescription: 百度智能小程序开发工具 -# Description: -# Moniker: +# Description: +# Moniker: Tags: - ide - 小程序 @@ -25,8 +25,10 @@ Tags: - 开发者工具 - 智能小程序 - 网页 -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/3.53.1/Baidu.SwanIDE.yaml b/manifests/b/Baidu/SwanIDE/3.53.1/Baidu.SwanIDE.yaml index bda4ee0fd11d3..14344ce91e19b 100644 --- a/manifests/b/Baidu/SwanIDE/3.53.1/Baidu.SwanIDE.yaml +++ b/manifests/b/Baidu/SwanIDE/3.53.1/Baidu.SwanIDE.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: Baidu.SwanIDE PackageVersion: 3.53.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/3.53.2/Baidu.SwanIDE.installer.yaml b/manifests/b/Baidu/SwanIDE/3.53.2/Baidu.SwanIDE.installer.yaml index 6046fb3b76be4..f729d64108fba 100644 --- a/manifests/b/Baidu/SwanIDE/3.53.2/Baidu.SwanIDE.installer.yaml +++ b/manifests/b/Baidu/SwanIDE/3.53.2/Baidu.SwanIDE.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: Baidu.SwanIDE PackageVersion: 3.53.2 @@ -17,17 +17,17 @@ FileExtensions: Installers: - Architecture: x64 Scope: user - InstallerUrl: https://b.bdstatic.com/miniapp/development_tool/50899/%E7%99%BE%E5%BA%A6%E5%BC%80%E5%8F%91%E8%80%85%E5%B7%A5%E5%85%B7-3.53.2-x64.exe + InstallerUrl: https://b.bdstatic.com/miniapp/development_tool/50899/百度开发者工具-3.53.2-x64.exe InstallerSha256: 67C16FB027BA093E53A2FADD7770792277FFC71C3E79FDC2294940D9C88D164D InstallerSwitches: Custom: /currentuser ProductCode: 47336783-caad-52d4-a900-9cc7c7c76434 - Architecture: x64 Scope: machine - InstallerUrl: https://b.bdstatic.com/miniapp/development_tool/50899/%E7%99%BE%E5%BA%A6%E5%BC%80%E5%8F%91%E8%80%85%E5%B7%A5%E5%85%B7-3.53.2-x64.exe + InstallerUrl: https://b.bdstatic.com/miniapp/development_tool/50899/百度开发者工具-3.53.2-x64.exe InstallerSha256: 67C16FB027BA093E53A2FADD7770792277FFC71C3E79FDC2294940D9C88D164D InstallerSwitches: Custom: /allusers ProductCode: 47336783-caad-52d4-a900-9cc7c7c76434 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/3.53.2/Baidu.SwanIDE.locale.en-US.yaml b/manifests/b/Baidu/SwanIDE/3.53.2/Baidu.SwanIDE.locale.en-US.yaml index a3047e5c7ad20..c32fbadcf029a 100644 --- a/manifests/b/Baidu/SwanIDE/3.53.2/Baidu.SwanIDE.locale.en-US.yaml +++ b/manifests/b/Baidu/SwanIDE/3.53.2/Baidu.SwanIDE.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: Baidu.SwanIDE PackageVersion: 3.53.2 @@ -12,12 +12,12 @@ Author: Baidu Inc. PackageName: 百度开发者工具 PackageUrl: https://smartprogram.baidu.com/docs/develop/devtools/history/ License: Freeware -# LicenseUrl: +# LicenseUrl: Copyright: Copyright © 2022 Baidu Inc. All rights reserved CopyrightUrl: https://www.baidu.com/duty/copyright.html ShortDescription: Baidu Smart Program development tool -# Description: -# Moniker: +# Description: +# Moniker: Tags: - develop - development @@ -27,8 +27,10 @@ Tags: - mini-program - smart-program - web -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/3.53.2/Baidu.SwanIDE.locale.zh-CN.yaml b/manifests/b/Baidu/SwanIDE/3.53.2/Baidu.SwanIDE.locale.zh-CN.yaml index 97c1999b9d84d..8ceaa07828a3e 100644 --- a/manifests/b/Baidu/SwanIDE/3.53.2/Baidu.SwanIDE.locale.zh-CN.yaml +++ b/manifests/b/Baidu/SwanIDE/3.53.2/Baidu.SwanIDE.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: Baidu.SwanIDE PackageVersion: 3.53.2 @@ -12,12 +12,12 @@ Author: 百度公司 PackageName: 百度开发者工具 PackageUrl: https://smartprogram.baidu.com/docs/develop/devtools/history/ License: 免费软件 -# LicenseUrl: +# LicenseUrl: Copyright: Copyright © 2022 Baidu Inc. All rights reserved CopyrightUrl: https://www.baidu.com/duty/copyright.html ShortDescription: 百度智能小程序开发工具 -# Description: -# Moniker: +# Description: +# Moniker: Tags: - ide - 小程序 @@ -25,8 +25,10 @@ Tags: - 开发者工具 - 智能小程序 - 网页 -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/3.53.2/Baidu.SwanIDE.yaml b/manifests/b/Baidu/SwanIDE/3.53.2/Baidu.SwanIDE.yaml index 750344c9fc50a..86fbc39280907 100644 --- a/manifests/b/Baidu/SwanIDE/3.53.2/Baidu.SwanIDE.yaml +++ b/manifests/b/Baidu/SwanIDE/3.53.2/Baidu.SwanIDE.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: Baidu.SwanIDE PackageVersion: 3.53.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/3.60.1/Baidu.SwanIDE.installer.yaml b/manifests/b/Baidu/SwanIDE/3.60.1/Baidu.SwanIDE.installer.yaml index 44f039deb5f69..c17bc94124902 100644 --- a/manifests/b/Baidu/SwanIDE/3.60.1/Baidu.SwanIDE.installer.yaml +++ b/manifests/b/Baidu/SwanIDE/3.60.1/Baidu.SwanIDE.installer.yaml @@ -1,9 +1,9 @@ -# 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: Baidu.SwanIDE PackageVersion: 3.60.1 -InstallerType: nullsoft # electron-builder +InstallerType: nullsoft InstallerSwitches: Upgrade: --updated UpgradeBehavior: install @@ -17,18 +17,18 @@ FileExtensions: Installers: - Architecture: x64 Scope: user - InstallerUrl: https://b.bdstatic.com/miniapp/development_tool/0aeb0/%E7%99%BE%E5%BA%A6%E5%BC%80%E5%8F%91%E8%80%85%E5%B7%A5%E5%85%B7-3.60.1-x64.exe + InstallerUrl: https://b.bdstatic.com/miniapp/development_tool/0aeb0/百度开发者工具-3.60.1-x64.exe InstallerSha256: C5B0A4001F7ACCFF0C16B004A1F5470273EE7EF6A1AE463A94F81E5C64E205F6 InstallerSwitches: Custom: /currentuser ProductCode: 47336783-caad-52d4-a900-9cc7c7c76434 - Architecture: x64 Scope: machine - InstallerUrl: https://b.bdstatic.com/miniapp/development_tool/0aeb0/%E7%99%BE%E5%BA%A6%E5%BC%80%E5%8F%91%E8%80%85%E5%B7%A5%E5%85%B7-3.60.1-x64.exe + InstallerUrl: https://b.bdstatic.com/miniapp/development_tool/0aeb0/百度开发者工具-3.60.1-x64.exe InstallerSha256: C5B0A4001F7ACCFF0C16B004A1F5470273EE7EF6A1AE463A94F81E5C64E205F6 InstallerSwitches: Custom: /allusers ProductCode: 47336783-caad-52d4-a900-9cc7c7c76434 ElevationRequirement: elevationRequired ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/3.60.1/Baidu.SwanIDE.locale.en-US.yaml b/manifests/b/Baidu/SwanIDE/3.60.1/Baidu.SwanIDE.locale.en-US.yaml index 942bd5510ec03..f9235866d030d 100644 --- a/manifests/b/Baidu/SwanIDE/3.60.1/Baidu.SwanIDE.locale.en-US.yaml +++ b/manifests/b/Baidu/SwanIDE/3.60.1/Baidu.SwanIDE.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: Baidu.SwanIDE PackageVersion: 3.60.1 @@ -27,11 +27,10 @@ Tags: - mini-program - smart-program - web -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://smartprogram.baidu.com/docs/develop/devtools/uplog_tool_normal/ # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/3.60.1/Baidu.SwanIDE.locale.zh-CN.yaml b/manifests/b/Baidu/SwanIDE/3.60.1/Baidu.SwanIDE.locale.zh-CN.yaml index e034d674df69a..14f029ccce8a2 100644 --- a/manifests/b/Baidu/SwanIDE/3.60.1/Baidu.SwanIDE.locale.zh-CN.yaml +++ b/manifests/b/Baidu/SwanIDE/3.60.1/Baidu.SwanIDE.locale.zh-CN.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.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: Baidu.SwanIDE PackageVersion: 3.60.1 @@ -25,11 +25,10 @@ Tags: - 开发者工具 - 智能小程序 - 网页 -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://smartprogram.baidu.com/docs/develop/devtools/uplog_tool_normal/ # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/3.60.1/Baidu.SwanIDE.yaml b/manifests/b/Baidu/SwanIDE/3.60.1/Baidu.SwanIDE.yaml index d18663607e743..f1a8ef8d33720 100644 --- a/manifests/b/Baidu/SwanIDE/3.60.1/Baidu.SwanIDE.yaml +++ b/manifests/b/Baidu/SwanIDE/3.60.1/Baidu.SwanIDE.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: Baidu.SwanIDE PackageVersion: 3.60.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/4.1.1/Baidu.SwanIDE.installer.yaml b/manifests/b/Baidu/SwanIDE/4.1.1/Baidu.SwanIDE.installer.yaml index 03362c7038f84..4a37a26180176 100644 --- a/manifests/b/Baidu/SwanIDE/4.1.1/Baidu.SwanIDE.installer.yaml +++ b/manifests/b/Baidu/SwanIDE/4.1.1/Baidu.SwanIDE.installer.yaml @@ -1,9 +1,9 @@ -# 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: Baidu.SwanIDE PackageVersion: 4.1.1 -InstallerType: nullsoft # electron-builder +InstallerType: nullsoft InstallerSwitches: Upgrade: --updated UpgradeBehavior: install @@ -18,18 +18,18 @@ ReleaseDate: 2022-08-15 Installers: - Architecture: x64 Scope: user - InstallerUrl: https://b.bdstatic.com/miniapp/development_tool/90d44/%E7%99%BE%E5%BA%A6%E5%BC%80%E5%8F%91%E8%80%85%E5%B7%A5%E5%85%B7-4.1.1-x64.exe + InstallerUrl: https://b.bdstatic.com/miniapp/development_tool/90d44/百度开发者工具-4.1.1-x64.exe InstallerSha256: 71C366F2E50D9D35323192EBC316180CD1A76711DA64B6DCD5BAEA478F157CA8 InstallerSwitches: Custom: /currentuser ProductCode: 47336783-caad-52d4-a900-9cc7c7c76434 - Architecture: x64 Scope: machine - InstallerUrl: https://b.bdstatic.com/miniapp/development_tool/90d44/%E7%99%BE%E5%BA%A6%E5%BC%80%E5%8F%91%E8%80%85%E5%B7%A5%E5%85%B7-4.1.1-x64.exe + InstallerUrl: https://b.bdstatic.com/miniapp/development_tool/90d44/百度开发者工具-4.1.1-x64.exe InstallerSha256: 71C366F2E50D9D35323192EBC316180CD1A76711DA64B6DCD5BAEA478F157CA8 InstallerSwitches: Custom: /allusers ProductCode: 47336783-caad-52d4-a900-9cc7c7c76434 ElevationRequirement: elevationRequired ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/4.1.1/Baidu.SwanIDE.locale.en-US.yaml b/manifests/b/Baidu/SwanIDE/4.1.1/Baidu.SwanIDE.locale.en-US.yaml index 5ee2c2cfe0a0c..8035155163e18 100644 --- a/manifests/b/Baidu/SwanIDE/4.1.1/Baidu.SwanIDE.locale.en-US.yaml +++ b/manifests/b/Baidu/SwanIDE/4.1.1/Baidu.SwanIDE.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: Baidu.SwanIDE PackageVersion: 4.1.1 @@ -27,11 +27,10 @@ Tags: - mini-program - smart-program - web -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://smartprogram.baidu.com/docs/develop/devtools/uplog_tool_normal/ # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/4.1.1/Baidu.SwanIDE.locale.zh-CN.yaml b/manifests/b/Baidu/SwanIDE/4.1.1/Baidu.SwanIDE.locale.zh-CN.yaml index aae29445eb1c7..7ac38591d549f 100644 --- a/manifests/b/Baidu/SwanIDE/4.1.1/Baidu.SwanIDE.locale.zh-CN.yaml +++ b/manifests/b/Baidu/SwanIDE/4.1.1/Baidu.SwanIDE.locale.zh-CN.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.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: Baidu.SwanIDE PackageVersion: 4.1.1 @@ -25,7 +25,6 @@ Tags: - 开发者工具 - 智能小程序 - 网页 -# Agreements: ReleaseNotes: |- Change - 百度开发者工具升级为基于 VSCode 的架构模式,主要有以下几个新特性: @@ -43,4 +42,4 @@ ReleaseNotesUrl: https://smartprogram.baidu.com/docs/develop/devtools/uplog_tool # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/4.1.1/Baidu.SwanIDE.yaml b/manifests/b/Baidu/SwanIDE/4.1.1/Baidu.SwanIDE.yaml index 1c1ea5caa2d50..ac731c410e5bb 100644 --- a/manifests/b/Baidu/SwanIDE/4.1.1/Baidu.SwanIDE.yaml +++ b/manifests/b/Baidu/SwanIDE/4.1.1/Baidu.SwanIDE.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: Baidu.SwanIDE PackageVersion: 4.1.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/4.11.3/Baidu.SwanIDE.installer.yaml b/manifests/b/Baidu/SwanIDE/4.11.3/Baidu.SwanIDE.installer.yaml index 22bf462e7dbd2..f566221ca3df9 100644 --- a/manifests/b/Baidu/SwanIDE/4.11.3/Baidu.SwanIDE.installer.yaml +++ b/manifests/b/Baidu/SwanIDE/4.11.3/Baidu.SwanIDE.installer.yaml @@ -1,9 +1,9 @@ -# 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: Baidu.SwanIDE PackageVersion: 4.11.3 -InstallerType: nullsoft # electron-builder +InstallerType: nullsoft InstallerSwitches: Upgrade: --updated UpgradeBehavior: install @@ -18,18 +18,18 @@ ReleaseDate: 2023-01-05 Installers: - Architecture: x64 Scope: user - InstallerUrl: https://b.bdstatic.com/miniapp/development_tool/4d2b3/%E7%99%BE%E5%BA%A6%E5%BC%80%E5%8F%91%E8%80%85%E5%B7%A5%E5%85%B7-4.11.3-x64.exe + InstallerUrl: https://b.bdstatic.com/miniapp/development_tool/4d2b3/百度开发者工具-4.11.3-x64.exe InstallerSha256: 493D183A1F2034225F317EDE7FCBC0D215D1A5118BA18D2F8CC0E1CAC12A3432 InstallerSwitches: Custom: /currentuser ProductCode: 47336783-caad-52d4-a900-9cc7c7c76434 - Architecture: x64 Scope: machine - InstallerUrl: https://b.bdstatic.com/miniapp/development_tool/4d2b3/%E7%99%BE%E5%BA%A6%E5%BC%80%E5%8F%91%E8%80%85%E5%B7%A5%E5%85%B7-4.11.3-x64.exe + InstallerUrl: https://b.bdstatic.com/miniapp/development_tool/4d2b3/百度开发者工具-4.11.3-x64.exe InstallerSha256: 493D183A1F2034225F317EDE7FCBC0D215D1A5118BA18D2F8CC0E1CAC12A3432 InstallerSwitches: Custom: /allusers ProductCode: 47336783-caad-52d4-a900-9cc7c7c76434 ElevationRequirement: elevationRequired ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/4.11.3/Baidu.SwanIDE.locale.en-US.yaml b/manifests/b/Baidu/SwanIDE/4.11.3/Baidu.SwanIDE.locale.en-US.yaml index 4b9297a49888a..f95dbdb9dc479 100644 --- a/manifests/b/Baidu/SwanIDE/4.11.3/Baidu.SwanIDE.locale.en-US.yaml +++ b/manifests/b/Baidu/SwanIDE/4.11.3/Baidu.SwanIDE.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: Baidu.SwanIDE PackageVersion: 4.11.3 @@ -27,11 +27,10 @@ Tags: - mini-program - smart-program - web -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://smartprogram.baidu.com/docs/develop/devtools/uplog_tool_normal/ # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/4.11.3/Baidu.SwanIDE.locale.zh-CN.yaml b/manifests/b/Baidu/SwanIDE/4.11.3/Baidu.SwanIDE.locale.zh-CN.yaml index ea70df5bbd470..d908a45ec24cf 100644 --- a/manifests/b/Baidu/SwanIDE/4.11.3/Baidu.SwanIDE.locale.zh-CN.yaml +++ b/manifests/b/Baidu/SwanIDE/4.11.3/Baidu.SwanIDE.locale.zh-CN.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.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: Baidu.SwanIDE PackageVersion: 4.11.3 @@ -25,7 +25,6 @@ Tags: - 开发者工具 - 智能小程序 - 网页 -# Agreements: ReleaseNotes: |- New - 新增 macOS ARM64 架构的开发者工具版本支持。 @@ -38,4 +37,4 @@ ReleaseNotesUrl: https://smartprogram.baidu.com/docs/develop/devtools/uplog_tool # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/4.11.3/Baidu.SwanIDE.yaml b/manifests/b/Baidu/SwanIDE/4.11.3/Baidu.SwanIDE.yaml index 12c5db4267abc..b1e650e1ed90a 100644 --- a/manifests/b/Baidu/SwanIDE/4.11.3/Baidu.SwanIDE.yaml +++ b/manifests/b/Baidu/SwanIDE/4.11.3/Baidu.SwanIDE.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: Baidu.SwanIDE PackageVersion: 4.11.3 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/4.12.1/Baidu.SwanIDE.installer.yaml b/manifests/b/Baidu/SwanIDE/4.12.1/Baidu.SwanIDE.installer.yaml index 3dbeb1955e032..373ee78ca0f29 100644 --- a/manifests/b/Baidu/SwanIDE/4.12.1/Baidu.SwanIDE.installer.yaml +++ b/manifests/b/Baidu/SwanIDE/4.12.1/Baidu.SwanIDE.installer.yaml @@ -1,9 +1,9 @@ -# 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: Baidu.SwanIDE PackageVersion: 4.12.1 -InstallerType: nullsoft # electron-builder +InstallerType: nullsoft InstallerSwitches: Upgrade: --updated UpgradeBehavior: install @@ -18,18 +18,18 @@ ReleaseDate: 2023-02-08 Installers: - Architecture: x64 Scope: user - InstallerUrl: https://b.bdstatic.com/miniapp/development_tool/7c592/%E7%99%BE%E5%BA%A6%E5%BC%80%E5%8F%91%E8%80%85%E5%B7%A5%E5%85%B7-4.12.1-x64.exe + InstallerUrl: https://b.bdstatic.com/miniapp/development_tool/7c592/百度开发者工具-4.12.1-x64.exe InstallerSha256: 907AAE3F43FFD23C2E076A8C9EE2C6679E1331DA35537354758271C4CE269C76 InstallerSwitches: Custom: /currentuser ProductCode: 47336783-caad-52d4-a900-9cc7c7c76434 - Architecture: x64 Scope: machine - InstallerUrl: https://b.bdstatic.com/miniapp/development_tool/7c592/%E7%99%BE%E5%BA%A6%E5%BC%80%E5%8F%91%E8%80%85%E5%B7%A5%E5%85%B7-4.12.1-x64.exe + InstallerUrl: https://b.bdstatic.com/miniapp/development_tool/7c592/百度开发者工具-4.12.1-x64.exe InstallerSha256: 907AAE3F43FFD23C2E076A8C9EE2C6679E1331DA35537354758271C4CE269C76 InstallerSwitches: Custom: /allusers ProductCode: 47336783-caad-52d4-a900-9cc7c7c76434 ElevationRequirement: elevationRequired ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/4.12.1/Baidu.SwanIDE.locale.en-US.yaml b/manifests/b/Baidu/SwanIDE/4.12.1/Baidu.SwanIDE.locale.en-US.yaml index 87053a2fb1770..9d6b276d16766 100644 --- a/manifests/b/Baidu/SwanIDE/4.12.1/Baidu.SwanIDE.locale.en-US.yaml +++ b/manifests/b/Baidu/SwanIDE/4.12.1/Baidu.SwanIDE.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: Baidu.SwanIDE PackageVersion: 4.12.1 @@ -27,11 +27,10 @@ Tags: - mini-program - smart-program - web -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://smartprogram.baidu.com/docs/develop/devtools/uplog_tool_normal/ # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/4.12.1/Baidu.SwanIDE.locale.zh-CN.yaml b/manifests/b/Baidu/SwanIDE/4.12.1/Baidu.SwanIDE.locale.zh-CN.yaml index f457ac61b6c82..ef729153d9f5a 100644 --- a/manifests/b/Baidu/SwanIDE/4.12.1/Baidu.SwanIDE.locale.zh-CN.yaml +++ b/manifests/b/Baidu/SwanIDE/4.12.1/Baidu.SwanIDE.locale.zh-CN.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.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: Baidu.SwanIDE PackageVersion: 4.12.1 @@ -25,7 +25,6 @@ Tags: - 开发者工具 - 智能小程序 - 网页 -# Agreements: ReleaseNotes: |- New - 自动预览支持快捷键 Ctrl(⌘) + Alt + U @@ -34,4 +33,4 @@ ReleaseNotesUrl: https://smartprogram.baidu.com/docs/develop/devtools/uplog_tool # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/4.12.1/Baidu.SwanIDE.yaml b/manifests/b/Baidu/SwanIDE/4.12.1/Baidu.SwanIDE.yaml index 72bc13ea4049e..8bfb00c4c3e6b 100644 --- a/manifests/b/Baidu/SwanIDE/4.12.1/Baidu.SwanIDE.yaml +++ b/manifests/b/Baidu/SwanIDE/4.12.1/Baidu.SwanIDE.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: Baidu.SwanIDE PackageVersion: 4.12.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/4.13.2/Baidu.SwanIDE.installer.yaml b/manifests/b/Baidu/SwanIDE/4.13.2/Baidu.SwanIDE.installer.yaml index 9b61a4aea951d..310aa97be8437 100644 --- a/manifests/b/Baidu/SwanIDE/4.13.2/Baidu.SwanIDE.installer.yaml +++ b/manifests/b/Baidu/SwanIDE/4.13.2/Baidu.SwanIDE.installer.yaml @@ -1,9 +1,9 @@ -# 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: Baidu.SwanIDE PackageVersion: 4.13.2 -InstallerType: nullsoft # electron-builder +InstallerType: nullsoft InstallerSwitches: Upgrade: --updated UpgradeBehavior: install @@ -18,18 +18,18 @@ ReleaseDate: 2023-02-22 Installers: - Architecture: x64 Scope: user - InstallerUrl: https://b.bdstatic.com/miniapp/development_tool/e797b/%E7%99%BE%E5%BA%A6%E5%BC%80%E5%8F%91%E8%80%85%E5%B7%A5%E5%85%B7-4.13.2-x64.exe + InstallerUrl: https://b.bdstatic.com/miniapp/development_tool/e797b/百度开发者工具-4.13.2-x64.exe InstallerSha256: 735EB7BE06DE582D80CAC4D4CFA150E370D2A87D390D981A3E9765170395A5ED InstallerSwitches: Custom: /currentuser ProductCode: 47336783-caad-52d4-a900-9cc7c7c76434 - Architecture: x64 Scope: machine - InstallerUrl: https://b.bdstatic.com/miniapp/development_tool/e797b/%E7%99%BE%E5%BA%A6%E5%BC%80%E5%8F%91%E8%80%85%E5%B7%A5%E5%85%B7-4.13.2-x64.exe + InstallerUrl: https://b.bdstatic.com/miniapp/development_tool/e797b/百度开发者工具-4.13.2-x64.exe InstallerSha256: 735EB7BE06DE582D80CAC4D4CFA150E370D2A87D390D981A3E9765170395A5ED InstallerSwitches: Custom: /allusers ProductCode: 47336783-caad-52d4-a900-9cc7c7c76434 ElevationRequirement: elevationRequired ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/4.13.2/Baidu.SwanIDE.locale.en-US.yaml b/manifests/b/Baidu/SwanIDE/4.13.2/Baidu.SwanIDE.locale.en-US.yaml index be01fed7a2c58..d2beb86328f33 100644 --- a/manifests/b/Baidu/SwanIDE/4.13.2/Baidu.SwanIDE.locale.en-US.yaml +++ b/manifests/b/Baidu/SwanIDE/4.13.2/Baidu.SwanIDE.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: Baidu.SwanIDE PackageVersion: 4.13.2 @@ -27,11 +27,10 @@ Tags: - mini-program - smart-program - web -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://smartprogram.baidu.com/docs/develop/devtools/uplog_tool_normal/ # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/4.13.2/Baidu.SwanIDE.locale.zh-CN.yaml b/manifests/b/Baidu/SwanIDE/4.13.2/Baidu.SwanIDE.locale.zh-CN.yaml index 16b675c9ef3e3..b2b9efee4e06e 100644 --- a/manifests/b/Baidu/SwanIDE/4.13.2/Baidu.SwanIDE.locale.zh-CN.yaml +++ b/manifests/b/Baidu/SwanIDE/4.13.2/Baidu.SwanIDE.locale.zh-CN.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.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: Baidu.SwanIDE PackageVersion: 4.13.2 @@ -25,7 +25,6 @@ Tags: - 开发者工具 - 智能小程序 - 网页 -# Agreements: ReleaseNotes: |- New - 性能工具样式交互优化 @@ -40,4 +39,4 @@ ReleaseNotesUrl: https://smartprogram.baidu.com/docs/develop/devtools/uplog_tool # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/4.13.2/Baidu.SwanIDE.yaml b/manifests/b/Baidu/SwanIDE/4.13.2/Baidu.SwanIDE.yaml index 9eadcde89484e..543ba28d8fdbb 100644 --- a/manifests/b/Baidu/SwanIDE/4.13.2/Baidu.SwanIDE.yaml +++ b/manifests/b/Baidu/SwanIDE/4.13.2/Baidu.SwanIDE.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: Baidu.SwanIDE PackageVersion: 4.13.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/4.14.2/Baidu.SwanIDE.installer.yaml b/manifests/b/Baidu/SwanIDE/4.14.2/Baidu.SwanIDE.installer.yaml index 0f1740afc990f..d404415d1c787 100644 --- a/manifests/b/Baidu/SwanIDE/4.14.2/Baidu.SwanIDE.installer.yaml +++ b/manifests/b/Baidu/SwanIDE/4.14.2/Baidu.SwanIDE.installer.yaml @@ -1,9 +1,9 @@ -# 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 +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Baidu.SwanIDE PackageVersion: 4.14.2 -InstallerType: nullsoft # electron-builder +InstallerType: nullsoft InstallerSwitches: Upgrade: --updated UpgradeBehavior: install @@ -18,18 +18,18 @@ ReleaseDate: 2023-03-09 Installers: - Architecture: x64 Scope: user - InstallerUrl: https://b.bdstatic.com/miniapp/development_tool/4df5a/%E7%99%BE%E5%BA%A6%E5%BC%80%E5%8F%91%E8%80%85%E5%B7%A5%E5%85%B7-4.14.2-x64.exe + InstallerUrl: https://b.bdstatic.com/miniapp/development_tool/4df5a/百度开发者工具-4.14.2-x64.exe InstallerSha256: 5525BE6299BF8CD6654F8CABA58522148267A51D1B9C83C9316EF89FD0619325 InstallerSwitches: Custom: /currentuser ProductCode: 47336783-caad-52d4-a900-9cc7c7c76434 - Architecture: x64 Scope: machine - InstallerUrl: https://b.bdstatic.com/miniapp/development_tool/4df5a/%E7%99%BE%E5%BA%A6%E5%BC%80%E5%8F%91%E8%80%85%E5%B7%A5%E5%85%B7-4.14.2-x64.exe + InstallerUrl: https://b.bdstatic.com/miniapp/development_tool/4df5a/百度开发者工具-4.14.2-x64.exe InstallerSha256: 5525BE6299BF8CD6654F8CABA58522148267A51D1B9C83C9316EF89FD0619325 InstallerSwitches: Custom: /allusers ProductCode: 47336783-caad-52d4-a900-9cc7c7c76434 ElevationRequirement: elevationRequired ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/4.14.2/Baidu.SwanIDE.locale.en-US.yaml b/manifests/b/Baidu/SwanIDE/4.14.2/Baidu.SwanIDE.locale.en-US.yaml index 48b095273db4f..6814c0f77798a 100644 --- a/manifests/b/Baidu/SwanIDE/4.14.2/Baidu.SwanIDE.locale.en-US.yaml +++ b/manifests/b/Baidu/SwanIDE/4.14.2/Baidu.SwanIDE.locale.en-US.yaml @@ -1,5 +1,5 @@ -# 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 +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Baidu.SwanIDE PackageVersion: 4.14.2 @@ -27,11 +27,10 @@ Tags: - mini-program - smart-program - web -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://smartprogram.baidu.com/docs/develop/devtools/uplog_tool_normal/ # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/4.14.2/Baidu.SwanIDE.locale.zh-CN.yaml b/manifests/b/Baidu/SwanIDE/4.14.2/Baidu.SwanIDE.locale.zh-CN.yaml index 9fc70e822266e..cded0e172c7d5 100644 --- a/manifests/b/Baidu/SwanIDE/4.14.2/Baidu.SwanIDE.locale.zh-CN.yaml +++ b/manifests/b/Baidu/SwanIDE/4.14.2/Baidu.SwanIDE.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# 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 +# 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: Baidu.SwanIDE PackageVersion: 4.14.2 @@ -25,7 +25,6 @@ Tags: - 开发者工具 - 智能小程序 - 网页 -# Agreements: ReleaseNotes: |- New - 统一调试器面板语言(“App Data”中文名“应用数据”、“Audits”中文名“体验评分”、“Sensor”中文名“传感器”、“Stroage”中文名“存储”、“Swan Element”中文名“元素”) @@ -37,4 +36,4 @@ ReleaseNotesUrl: https://smartprogram.baidu.com/docs/develop/devtools/uplog_tool # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/4.14.2/Baidu.SwanIDE.yaml b/manifests/b/Baidu/SwanIDE/4.14.2/Baidu.SwanIDE.yaml index 3f1fd21dede40..9608da93bdbd2 100644 --- a/manifests/b/Baidu/SwanIDE/4.14.2/Baidu.SwanIDE.yaml +++ b/manifests/b/Baidu/SwanIDE/4.14.2/Baidu.SwanIDE.yaml @@ -1,8 +1,8 @@ -# 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 +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Baidu.SwanIDE PackageVersion: 4.14.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/4.14.3/Baidu.SwanIDE.installer.yaml b/manifests/b/Baidu/SwanIDE/4.14.3/Baidu.SwanIDE.installer.yaml index 02ab60b6da2f2..981c4c84c1034 100644 --- a/manifests/b/Baidu/SwanIDE/4.14.3/Baidu.SwanIDE.installer.yaml +++ b/manifests/b/Baidu/SwanIDE/4.14.3/Baidu.SwanIDE.installer.yaml @@ -1,9 +1,9 @@ -# 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 +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Baidu.SwanIDE PackageVersion: 4.14.3 -InstallerType: nullsoft # electron-builder +InstallerType: nullsoft InstallerSwitches: Upgrade: --updated UpgradeBehavior: install @@ -18,18 +18,18 @@ ReleaseDate: 2023-03-13 Installers: - Architecture: x64 Scope: user - InstallerUrl: https://b.bdstatic.com/miniapp/development_tool/1689f/%E7%99%BE%E5%BA%A6%E5%BC%80%E5%8F%91%E8%80%85%E5%B7%A5%E5%85%B7-4.14.3-x64.exe + InstallerUrl: https://b.bdstatic.com/miniapp/development_tool/1689f/百度开发者工具-4.14.3-x64.exe InstallerSha256: 7326C2A381BB13D487EF6DB9686B5DCE1969E254F738BE84F466AA29CE8FBCD5 InstallerSwitches: Custom: /currentuser ProductCode: 47336783-caad-52d4-a900-9cc7c7c76434 - Architecture: x64 Scope: machine - InstallerUrl: https://b.bdstatic.com/miniapp/development_tool/1689f/%E7%99%BE%E5%BA%A6%E5%BC%80%E5%8F%91%E8%80%85%E5%B7%A5%E5%85%B7-4.14.3-x64.exe + InstallerUrl: https://b.bdstatic.com/miniapp/development_tool/1689f/百度开发者工具-4.14.3-x64.exe InstallerSha256: 7326C2A381BB13D487EF6DB9686B5DCE1969E254F738BE84F466AA29CE8FBCD5 InstallerSwitches: Custom: /allusers ProductCode: 47336783-caad-52d4-a900-9cc7c7c76434 ElevationRequirement: elevationRequired ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/4.14.3/Baidu.SwanIDE.locale.en-US.yaml b/manifests/b/Baidu/SwanIDE/4.14.3/Baidu.SwanIDE.locale.en-US.yaml index d95a9b9b7ee35..35f74e48bda65 100644 --- a/manifests/b/Baidu/SwanIDE/4.14.3/Baidu.SwanIDE.locale.en-US.yaml +++ b/manifests/b/Baidu/SwanIDE/4.14.3/Baidu.SwanIDE.locale.en-US.yaml @@ -1,5 +1,5 @@ -# 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 +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Baidu.SwanIDE PackageVersion: 4.14.3 @@ -27,11 +27,10 @@ Tags: - mini-program - smart-program - web -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://smartprogram.baidu.com/docs/develop/devtools/uplog_tool_normal/ # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/4.14.3/Baidu.SwanIDE.locale.zh-CN.yaml b/manifests/b/Baidu/SwanIDE/4.14.3/Baidu.SwanIDE.locale.zh-CN.yaml index 132f101f6b0a3..72d97606ff431 100644 --- a/manifests/b/Baidu/SwanIDE/4.14.3/Baidu.SwanIDE.locale.zh-CN.yaml +++ b/manifests/b/Baidu/SwanIDE/4.14.3/Baidu.SwanIDE.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# 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 +# 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: Baidu.SwanIDE PackageVersion: 4.14.3 @@ -25,7 +25,6 @@ Tags: - 开发者工具 - 智能小程序 - 网页 -# Agreements: ReleaseNotes: |- BugFix - 修复 Windows 平台某些情况下无法更新的问题 @@ -34,4 +33,4 @@ ReleaseNotesUrl: https://smartprogram.baidu.com/docs/develop/devtools/uplog_tool # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/4.14.3/Baidu.SwanIDE.yaml b/manifests/b/Baidu/SwanIDE/4.14.3/Baidu.SwanIDE.yaml index 9b2c40a77c78a..e27e48fb74bca 100644 --- a/manifests/b/Baidu/SwanIDE/4.14.3/Baidu.SwanIDE.yaml +++ b/manifests/b/Baidu/SwanIDE/4.14.3/Baidu.SwanIDE.yaml @@ -1,8 +1,8 @@ -# 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 +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Baidu.SwanIDE PackageVersion: 4.14.3 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/4.15.2/Baidu.SwanIDE.installer.yaml b/manifests/b/Baidu/SwanIDE/4.15.2/Baidu.SwanIDE.installer.yaml index efb08825d8650..9c082c83f2908 100644 --- a/manifests/b/Baidu/SwanIDE/4.15.2/Baidu.SwanIDE.installer.yaml +++ b/manifests/b/Baidu/SwanIDE/4.15.2/Baidu.SwanIDE.installer.yaml @@ -1,9 +1,9 @@ -# Created with YamlCreate.ps1 v2.2.4 $debug=QUSU.CRLF.7-3-3.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: Baidu.SwanIDE PackageVersion: 4.15.2 -InstallerType: nullsoft # electron-builder +InstallerType: nullsoft InstallerSwitches: Upgrade: --updated UpgradeBehavior: install @@ -18,18 +18,18 @@ ReleaseDate: 2023-03-23 Installers: - Architecture: x64 Scope: user - InstallerUrl: https://b.bdstatic.com/miniapp/development_tool/8f167/%E7%99%BE%E5%BA%A6%E5%BC%80%E5%8F%91%E8%80%85%E5%B7%A5%E5%85%B7-4.15.2-x64.exe + InstallerUrl: https://b.bdstatic.com/miniapp/development_tool/8f167/百度开发者工具-4.15.2-x64.exe InstallerSha256: 121D844F814B774E333ADF8C7429B6E574296D101F0101B6C56AED81814257CA InstallerSwitches: Custom: /currentuser ProductCode: 47336783-caad-52d4-a900-9cc7c7c76434 - Architecture: x64 Scope: machine - InstallerUrl: https://b.bdstatic.com/miniapp/development_tool/8f167/%E7%99%BE%E5%BA%A6%E5%BC%80%E5%8F%91%E8%80%85%E5%B7%A5%E5%85%B7-4.15.2-x64.exe + InstallerUrl: https://b.bdstatic.com/miniapp/development_tool/8f167/百度开发者工具-4.15.2-x64.exe InstallerSha256: 121D844F814B774E333ADF8C7429B6E574296D101F0101B6C56AED81814257CA InstallerSwitches: Custom: /allusers ProductCode: 47336783-caad-52d4-a900-9cc7c7c76434 ElevationRequirement: elevationRequired ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/4.15.2/Baidu.SwanIDE.locale.en-US.yaml b/manifests/b/Baidu/SwanIDE/4.15.2/Baidu.SwanIDE.locale.en-US.yaml index 3cb6d10cd0486..d651dbb95935e 100644 --- a/manifests/b/Baidu/SwanIDE/4.15.2/Baidu.SwanIDE.locale.en-US.yaml +++ b/manifests/b/Baidu/SwanIDE/4.15.2/Baidu.SwanIDE.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.4 $debug=QUSU.CRLF.7-3-3.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: Baidu.SwanIDE PackageVersion: 4.15.2 @@ -27,11 +27,10 @@ Tags: - mini-program - smart-program - web -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://smartprogram.baidu.com/docs/develop/devtools/uplog_tool_normal/ # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/4.15.2/Baidu.SwanIDE.locale.zh-CN.yaml b/manifests/b/Baidu/SwanIDE/4.15.2/Baidu.SwanIDE.locale.zh-CN.yaml index 585192e6c20d7..64008a3297dcc 100644 --- a/manifests/b/Baidu/SwanIDE/4.15.2/Baidu.SwanIDE.locale.zh-CN.yaml +++ b/manifests/b/Baidu/SwanIDE/4.15.2/Baidu.SwanIDE.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.4 $debug=QUSU.CRLF.7-3-3.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: Baidu.SwanIDE PackageVersion: 4.15.2 @@ -25,7 +25,6 @@ Tags: - 开发者工具 - 智能小程序 - 网页 -# Agreements: ReleaseNotes: |- New - 自动真机调试,可在绑定开发设备后不必扫码即可使用真机调试 @@ -36,4 +35,4 @@ ReleaseNotesUrl: https://smartprogram.baidu.com/docs/develop/devtools/uplog_tool # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/4.15.2/Baidu.SwanIDE.yaml b/manifests/b/Baidu/SwanIDE/4.15.2/Baidu.SwanIDE.yaml index 07d5dc6dc7f16..81e86889d4b4b 100644 --- a/manifests/b/Baidu/SwanIDE/4.15.2/Baidu.SwanIDE.yaml +++ b/manifests/b/Baidu/SwanIDE/4.15.2/Baidu.SwanIDE.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.4 $debug=QUSU.CRLF.7-3-3.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: Baidu.SwanIDE PackageVersion: 4.15.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/4.17.1/Baidu.SwanIDE.installer.yaml b/manifests/b/Baidu/SwanIDE/4.17.1/Baidu.SwanIDE.installer.yaml index 6b6d46fc840a6..a246341366720 100644 --- a/manifests/b/Baidu/SwanIDE/4.17.1/Baidu.SwanIDE.installer.yaml +++ b/manifests/b/Baidu/SwanIDE/4.17.1/Baidu.SwanIDE.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: Baidu.SwanIDE PackageVersion: 4.17.1 -InstallerType: nullsoft # electron-builder +InstallerType: nullsoft InstallerSwitches: Upgrade: --updated UpgradeBehavior: install @@ -18,18 +18,18 @@ ReleaseDate: 2023-04-20 Installers: - Architecture: x64 Scope: user - InstallerUrl: https://b.bdstatic.com/miniapp/development_tool/e7136/%E7%99%BE%E5%BA%A6%E5%BC%80%E5%8F%91%E8%80%85%E5%B7%A5%E5%85%B7-4.17.1-x64.exe + InstallerUrl: https://b.bdstatic.com/miniapp/development_tool/e7136/百度开发者工具-4.17.1-x64.exe InstallerSha256: D67D314FD88A39BD91268C93B38C644C035F70F59D087BC567BB1B99BD58C1EB InstallerSwitches: Custom: /currentuser ProductCode: 47336783-caad-52d4-a900-9cc7c7c76434 - Architecture: x64 Scope: machine - InstallerUrl: https://b.bdstatic.com/miniapp/development_tool/e7136/%E7%99%BE%E5%BA%A6%E5%BC%80%E5%8F%91%E8%80%85%E5%B7%A5%E5%85%B7-4.17.1-x64.exe + InstallerUrl: https://b.bdstatic.com/miniapp/development_tool/e7136/百度开发者工具-4.17.1-x64.exe InstallerSha256: D67D314FD88A39BD91268C93B38C644C035F70F59D087BC567BB1B99BD58C1EB InstallerSwitches: Custom: /allusers ProductCode: 47336783-caad-52d4-a900-9cc7c7c76434 ElevationRequirement: elevationRequired ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/4.17.1/Baidu.SwanIDE.locale.en-US.yaml b/manifests/b/Baidu/SwanIDE/4.17.1/Baidu.SwanIDE.locale.en-US.yaml index 7569d54ab7213..b871591cda1a1 100644 --- a/manifests/b/Baidu/SwanIDE/4.17.1/Baidu.SwanIDE.locale.en-US.yaml +++ b/manifests/b/Baidu/SwanIDE/4.17.1/Baidu.SwanIDE.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: Baidu.SwanIDE PackageVersion: 4.17.1 @@ -27,11 +27,10 @@ Tags: - mini-program - smart-program - web -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://smartprogram.baidu.com/docs/develop/devtools/uplog_tool_normal/ # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/4.17.1/Baidu.SwanIDE.locale.zh-CN.yaml b/manifests/b/Baidu/SwanIDE/4.17.1/Baidu.SwanIDE.locale.zh-CN.yaml index aae04fa00f387..d58de34941649 100644 --- a/manifests/b/Baidu/SwanIDE/4.17.1/Baidu.SwanIDE.locale.zh-CN.yaml +++ b/manifests/b/Baidu/SwanIDE/4.17.1/Baidu.SwanIDE.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: Baidu.SwanIDE PackageVersion: 4.17.1 @@ -25,7 +25,6 @@ Tags: - 开发者工具 - 智能小程序 - 网页 -# Agreements: ReleaseNotes: |- New - 模拟器半屏发布器样式和客户端对齐 @@ -38,4 +37,4 @@ ReleaseNotesUrl: https://smartprogram.baidu.com/docs/develop/devtools/uplog_tool # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/4.17.1/Baidu.SwanIDE.yaml b/manifests/b/Baidu/SwanIDE/4.17.1/Baidu.SwanIDE.yaml index 9cde4fa9196c2..84d653970dd2d 100644 --- a/manifests/b/Baidu/SwanIDE/4.17.1/Baidu.SwanIDE.yaml +++ b/manifests/b/Baidu/SwanIDE/4.17.1/Baidu.SwanIDE.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: Baidu.SwanIDE PackageVersion: 4.17.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/4.18.1/Baidu.SwanIDE.installer.yaml b/manifests/b/Baidu/SwanIDE/4.18.1/Baidu.SwanIDE.installer.yaml index 7eb4b1b6e703e..230c341fd4544 100644 --- a/manifests/b/Baidu/SwanIDE/4.18.1/Baidu.SwanIDE.installer.yaml +++ b/manifests/b/Baidu/SwanIDE/4.18.1/Baidu.SwanIDE.installer.yaml @@ -1,9 +1,9 @@ -# Created with YamlCreate.ps1 v2.2.5 $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: Baidu.SwanIDE PackageVersion: 4.18.1 -InstallerType: nullsoft # electron-builder +InstallerType: nullsoft InstallerSwitches: Upgrade: --updated UpgradeBehavior: install @@ -32,4 +32,4 @@ Installers: ProductCode: 47336783-caad-52d4-a900-9cc7c7c76434 ElevationRequirement: elevationRequired ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/4.18.1/Baidu.SwanIDE.locale.en-US.yaml b/manifests/b/Baidu/SwanIDE/4.18.1/Baidu.SwanIDE.locale.en-US.yaml index 0a2392cb2f5ce..4db0a2f6c5542 100644 --- a/manifests/b/Baidu/SwanIDE/4.18.1/Baidu.SwanIDE.locale.en-US.yaml +++ b/manifests/b/Baidu/SwanIDE/4.18.1/Baidu.SwanIDE.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.5 $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: Baidu.SwanIDE PackageVersion: 4.18.1 @@ -27,11 +27,10 @@ Tags: - mini-program - smart-program - web -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://smartprogram.baidu.com/docs/develop/devtools/uplog_tool_normal/ # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/4.18.1/Baidu.SwanIDE.locale.zh-CN.yaml b/manifests/b/Baidu/SwanIDE/4.18.1/Baidu.SwanIDE.locale.zh-CN.yaml index dc938464a0708..d70f967abf3db 100644 --- a/manifests/b/Baidu/SwanIDE/4.18.1/Baidu.SwanIDE.locale.zh-CN.yaml +++ b/manifests/b/Baidu/SwanIDE/4.18.1/Baidu.SwanIDE.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.5 $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: Baidu.SwanIDE PackageVersion: 4.18.1 @@ -25,7 +25,6 @@ Tags: - 开发者工具 - 智能小程序 - 网页 -# Agreements: ReleaseNotes: |- New - 小程序增加实名认证配置参数 @@ -36,4 +35,4 @@ ReleaseNotesUrl: https://smartprogram.baidu.com/docs/develop/devtools/uplog_tool # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/4.18.1/Baidu.SwanIDE.yaml b/manifests/b/Baidu/SwanIDE/4.18.1/Baidu.SwanIDE.yaml index 609cbf3ca2954..5c978da1ca343 100644 --- a/manifests/b/Baidu/SwanIDE/4.18.1/Baidu.SwanIDE.yaml +++ b/manifests/b/Baidu/SwanIDE/4.18.1/Baidu.SwanIDE.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.5 $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: Baidu.SwanIDE PackageVersion: 4.18.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/4.19.1/Baidu.SwanIDE.installer.yaml b/manifests/b/Baidu/SwanIDE/4.19.1/Baidu.SwanIDE.installer.yaml index f2f399f3a2b4d..2df44f249f8fb 100644 --- a/manifests/b/Baidu/SwanIDE/4.19.1/Baidu.SwanIDE.installer.yaml +++ b/manifests/b/Baidu/SwanIDE/4.19.1/Baidu.SwanIDE.installer.yaml @@ -1,9 +1,9 @@ -# Created with YamlCreate.ps1 v2.2.6 $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: Baidu.SwanIDE PackageVersion: 4.19.1 -InstallerType: nullsoft # electron-builder +InstallerType: nullsoft InstallerSwitches: Upgrade: --updated UpgradeBehavior: install @@ -31,4 +31,4 @@ Installers: Custom: /allusers ProductCode: 47336783-caad-52d4-a900-9cc7c7c76434 ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/4.19.1/Baidu.SwanIDE.locale.en-US.yaml b/manifests/b/Baidu/SwanIDE/4.19.1/Baidu.SwanIDE.locale.en-US.yaml index d349a5602580d..102621299db52 100644 --- a/manifests/b/Baidu/SwanIDE/4.19.1/Baidu.SwanIDE.locale.en-US.yaml +++ b/manifests/b/Baidu/SwanIDE/4.19.1/Baidu.SwanIDE.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.6 $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: Baidu.SwanIDE PackageVersion: 4.19.1 @@ -27,11 +27,10 @@ Tags: - mini-program - smart-program - web -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://smartprogram.baidu.com/docs/develop/devtools/uplog_tool_normal/ # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/4.19.1/Baidu.SwanIDE.locale.zh-CN.yaml b/manifests/b/Baidu/SwanIDE/4.19.1/Baidu.SwanIDE.locale.zh-CN.yaml index f4bd792fd469c..9b6cc078d9f76 100644 --- a/manifests/b/Baidu/SwanIDE/4.19.1/Baidu.SwanIDE.locale.zh-CN.yaml +++ b/manifests/b/Baidu/SwanIDE/4.19.1/Baidu.SwanIDE.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.6 $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: Baidu.SwanIDE PackageVersion: 4.19.1 @@ -25,7 +25,6 @@ Tags: - 开发者工具 - 智能小程序 - 网页 -# Agreements: ReleaseNotes: |- New - 支持在编辑器中断点, 按 F5 一键使用 VSCode 调试小程序代码 @@ -38,4 +37,4 @@ ReleaseNotesUrl: https://smartprogram.baidu.com/docs/develop/devtools/uplog_tool # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/4.19.1/Baidu.SwanIDE.yaml b/manifests/b/Baidu/SwanIDE/4.19.1/Baidu.SwanIDE.yaml index d44cc4b4e3160..1b34e7662cd42 100644 --- a/manifests/b/Baidu/SwanIDE/4.19.1/Baidu.SwanIDE.yaml +++ b/manifests/b/Baidu/SwanIDE/4.19.1/Baidu.SwanIDE.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.6 $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: Baidu.SwanIDE PackageVersion: 4.19.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/4.2.1/Baidu.SwanIDE.installer.yaml b/manifests/b/Baidu/SwanIDE/4.2.1/Baidu.SwanIDE.installer.yaml index e7a8a2ae5476f..f0a65cf161682 100644 --- a/manifests/b/Baidu/SwanIDE/4.2.1/Baidu.SwanIDE.installer.yaml +++ b/manifests/b/Baidu/SwanIDE/4.2.1/Baidu.SwanIDE.installer.yaml @@ -1,9 +1,9 @@ -# 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: Baidu.SwanIDE PackageVersion: 4.2.1 -InstallerType: nullsoft # electron-builder +InstallerType: nullsoft InstallerSwitches: Upgrade: --updated UpgradeBehavior: install @@ -17,18 +17,18 @@ FileExtensions: Installers: - Architecture: x64 Scope: user - InstallerUrl: https://b.bdstatic.com/miniapp/development_tool/91681/%E7%99%BE%E5%BA%A6%E5%BC%80%E5%8F%91%E8%80%85%E5%B7%A5%E5%85%B7-4.2.1-x64.exe + InstallerUrl: https://b.bdstatic.com/miniapp/development_tool/91681/百度开发者工具-4.2.1-x64.exe InstallerSha256: 8C4B4722FFC214110AEF03DB7AD44312771923C715DB563B59A92EB7199DE03C InstallerSwitches: Custom: /currentuser ProductCode: 47336783-caad-52d4-a900-9cc7c7c76434 - Architecture: x64 Scope: machine - InstallerUrl: https://b.bdstatic.com/miniapp/development_tool/91681/%E7%99%BE%E5%BA%A6%E5%BC%80%E5%8F%91%E8%80%85%E5%B7%A5%E5%85%B7-4.2.1-x64.exe + InstallerUrl: https://b.bdstatic.com/miniapp/development_tool/91681/百度开发者工具-4.2.1-x64.exe InstallerSha256: 8C4B4722FFC214110AEF03DB7AD44312771923C715DB563B59A92EB7199DE03C InstallerSwitches: Custom: /allusers ProductCode: 47336783-caad-52d4-a900-9cc7c7c76434 ElevationRequirement: elevationRequired ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/4.2.1/Baidu.SwanIDE.locale.en-US.yaml b/manifests/b/Baidu/SwanIDE/4.2.1/Baidu.SwanIDE.locale.en-US.yaml index 552f1c8e3695a..eba91686b59e9 100644 --- a/manifests/b/Baidu/SwanIDE/4.2.1/Baidu.SwanIDE.locale.en-US.yaml +++ b/manifests/b/Baidu/SwanIDE/4.2.1/Baidu.SwanIDE.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: Baidu.SwanIDE PackageVersion: 4.2.1 @@ -27,11 +27,10 @@ Tags: - mini-program - smart-program - web -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://smartprogram.baidu.com/docs/develop/devtools/uplog_tool_normal/ # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/4.2.1/Baidu.SwanIDE.locale.zh-CN.yaml b/manifests/b/Baidu/SwanIDE/4.2.1/Baidu.SwanIDE.locale.zh-CN.yaml index d2447f43812e2..9102e7e39c590 100644 --- a/manifests/b/Baidu/SwanIDE/4.2.1/Baidu.SwanIDE.locale.zh-CN.yaml +++ b/manifests/b/Baidu/SwanIDE/4.2.1/Baidu.SwanIDE.locale.zh-CN.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.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: Baidu.SwanIDE PackageVersion: 4.2.1 @@ -25,11 +25,10 @@ Tags: - 开发者工具 - 智能小程序 - 网页 -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://smartprogram.baidu.com/docs/develop/devtools/uplog_tool_normal/ # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/4.2.1/Baidu.SwanIDE.yaml b/manifests/b/Baidu/SwanIDE/4.2.1/Baidu.SwanIDE.yaml index c359f79da9646..bc4ce73a63e9b 100644 --- a/manifests/b/Baidu/SwanIDE/4.2.1/Baidu.SwanIDE.yaml +++ b/manifests/b/Baidu/SwanIDE/4.2.1/Baidu.SwanIDE.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: Baidu.SwanIDE PackageVersion: 4.2.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/4.2.2/Baidu.SwanIDE.installer.yaml b/manifests/b/Baidu/SwanIDE/4.2.2/Baidu.SwanIDE.installer.yaml index 3d88e06e68236..c772e049c6b59 100644 --- a/manifests/b/Baidu/SwanIDE/4.2.2/Baidu.SwanIDE.installer.yaml +++ b/manifests/b/Baidu/SwanIDE/4.2.2/Baidu.SwanIDE.installer.yaml @@ -1,9 +1,9 @@ -# 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: Baidu.SwanIDE PackageVersion: 4.2.2 -InstallerType: nullsoft # electron-builder +InstallerType: nullsoft InstallerSwitches: Upgrade: --updated UpgradeBehavior: install @@ -18,18 +18,18 @@ ReleaseDate: 2022-08-25 Installers: - Architecture: x64 Scope: user - InstallerUrl: https://b.bdstatic.com/miniapp/development_tool/9939a/%E7%99%BE%E5%BA%A6%E5%BC%80%E5%8F%91%E8%80%85%E5%B7%A5%E5%85%B7-4.2.2-x64.exe + InstallerUrl: https://b.bdstatic.com/miniapp/development_tool/9939a/百度开发者工具-4.2.2-x64.exe InstallerSha256: 89EE493DB4EAFC36E00B8A34F2F9BBA7795FCBC4D33BF4401352657BC524A501 InstallerSwitches: Custom: /currentuser ProductCode: 47336783-caad-52d4-a900-9cc7c7c76434 - Architecture: x64 Scope: machine - InstallerUrl: https://b.bdstatic.com/miniapp/development_tool/9939a/%E7%99%BE%E5%BA%A6%E5%BC%80%E5%8F%91%E8%80%85%E5%B7%A5%E5%85%B7-4.2.2-x64.exe + InstallerUrl: https://b.bdstatic.com/miniapp/development_tool/9939a/百度开发者工具-4.2.2-x64.exe InstallerSha256: 89EE493DB4EAFC36E00B8A34F2F9BBA7795FCBC4D33BF4401352657BC524A501 InstallerSwitches: Custom: /allusers ProductCode: 47336783-caad-52d4-a900-9cc7c7c76434 ElevationRequirement: elevationRequired ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/4.2.2/Baidu.SwanIDE.locale.en-US.yaml b/manifests/b/Baidu/SwanIDE/4.2.2/Baidu.SwanIDE.locale.en-US.yaml index 3acd194dd16d4..82da4e5b667fa 100644 --- a/manifests/b/Baidu/SwanIDE/4.2.2/Baidu.SwanIDE.locale.en-US.yaml +++ b/manifests/b/Baidu/SwanIDE/4.2.2/Baidu.SwanIDE.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: Baidu.SwanIDE PackageVersion: 4.2.2 @@ -27,11 +27,10 @@ Tags: - mini-program - smart-program - web -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://smartprogram.baidu.com/docs/develop/devtools/uplog_tool_normal/ # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/4.2.2/Baidu.SwanIDE.locale.zh-CN.yaml b/manifests/b/Baidu/SwanIDE/4.2.2/Baidu.SwanIDE.locale.zh-CN.yaml index e0459d4665f95..4160cf16acad4 100644 --- a/manifests/b/Baidu/SwanIDE/4.2.2/Baidu.SwanIDE.locale.zh-CN.yaml +++ b/manifests/b/Baidu/SwanIDE/4.2.2/Baidu.SwanIDE.locale.zh-CN.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.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: Baidu.SwanIDE PackageVersion: 4.2.2 @@ -25,7 +25,6 @@ Tags: - 开发者工具 - 智能小程序 - 网页 -# Agreements: ReleaseNotes: |- New - 下线普通编译,原普通编译的项目,默认切为依赖分析。 @@ -44,4 +43,4 @@ ReleaseNotesUrl: https://smartprogram.baidu.com/docs/develop/devtools/uplog_tool # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/4.2.2/Baidu.SwanIDE.yaml b/manifests/b/Baidu/SwanIDE/4.2.2/Baidu.SwanIDE.yaml index 33bb66dbca398..389922095433a 100644 --- a/manifests/b/Baidu/SwanIDE/4.2.2/Baidu.SwanIDE.yaml +++ b/manifests/b/Baidu/SwanIDE/4.2.2/Baidu.SwanIDE.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: Baidu.SwanIDE PackageVersion: 4.2.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/4.2.3/Baidu.SwanIDE.installer.yaml b/manifests/b/Baidu/SwanIDE/4.2.3/Baidu.SwanIDE.installer.yaml index 60cdae221a12d..752976f9b4d0a 100644 --- a/manifests/b/Baidu/SwanIDE/4.2.3/Baidu.SwanIDE.installer.yaml +++ b/manifests/b/Baidu/SwanIDE/4.2.3/Baidu.SwanIDE.installer.yaml @@ -1,9 +1,9 @@ -# 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: Baidu.SwanIDE PackageVersion: 4.2.3 -InstallerType: nullsoft # electron-builder +InstallerType: nullsoft InstallerSwitches: Upgrade: --updated UpgradeBehavior: install @@ -17,18 +17,18 @@ FileExtensions: Installers: - Architecture: x64 Scope: user - InstallerUrl: https://b.bdstatic.com/miniapp/development_tool/e8f73/%E7%99%BE%E5%BA%A6%E5%BC%80%E5%8F%91%E8%80%85%E5%B7%A5%E5%85%B7-4.2.3-x64.exe + InstallerUrl: https://b.bdstatic.com/miniapp/development_tool/e8f73/百度开发者工具-4.2.3-x64.exe InstallerSha256: 2F6BB55735B07AE61483CA124F5A4AD3FB0D13718C61689A514D3159824B71B4 InstallerSwitches: Custom: /currentuser ProductCode: 47336783-caad-52d4-a900-9cc7c7c76434 - Architecture: x64 Scope: machine - InstallerUrl: https://b.bdstatic.com/miniapp/development_tool/e8f73/%E7%99%BE%E5%BA%A6%E5%BC%80%E5%8F%91%E8%80%85%E5%B7%A5%E5%85%B7-4.2.3-x64.exe + InstallerUrl: https://b.bdstatic.com/miniapp/development_tool/e8f73/百度开发者工具-4.2.3-x64.exe InstallerSha256: 2F6BB55735B07AE61483CA124F5A4AD3FB0D13718C61689A514D3159824B71B4 InstallerSwitches: Custom: /allusers ProductCode: 47336783-caad-52d4-a900-9cc7c7c76434 ElevationRequirement: elevationRequired ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/4.2.3/Baidu.SwanIDE.locale.en-US.yaml b/manifests/b/Baidu/SwanIDE/4.2.3/Baidu.SwanIDE.locale.en-US.yaml index 5bf2ed05bd410..e82c7814fd9c7 100644 --- a/manifests/b/Baidu/SwanIDE/4.2.3/Baidu.SwanIDE.locale.en-US.yaml +++ b/manifests/b/Baidu/SwanIDE/4.2.3/Baidu.SwanIDE.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: Baidu.SwanIDE PackageVersion: 4.2.3 @@ -27,11 +27,10 @@ Tags: - mini-program - smart-program - web -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://smartprogram.baidu.com/docs/develop/devtools/uplog_tool_normal/ # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/4.2.3/Baidu.SwanIDE.locale.zh-CN.yaml b/manifests/b/Baidu/SwanIDE/4.2.3/Baidu.SwanIDE.locale.zh-CN.yaml index 790943865f7a2..ffc6e81644db3 100644 --- a/manifests/b/Baidu/SwanIDE/4.2.3/Baidu.SwanIDE.locale.zh-CN.yaml +++ b/manifests/b/Baidu/SwanIDE/4.2.3/Baidu.SwanIDE.locale.zh-CN.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.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: Baidu.SwanIDE PackageVersion: 4.2.3 @@ -25,11 +25,10 @@ Tags: - 开发者工具 - 智能小程序 - 网页 -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://smartprogram.baidu.com/docs/develop/devtools/uplog_tool_normal/ # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/4.2.3/Baidu.SwanIDE.yaml b/manifests/b/Baidu/SwanIDE/4.2.3/Baidu.SwanIDE.yaml index 9803bdb0a14ae..935aa7eae21e0 100644 --- a/manifests/b/Baidu/SwanIDE/4.2.3/Baidu.SwanIDE.yaml +++ b/manifests/b/Baidu/SwanIDE/4.2.3/Baidu.SwanIDE.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: Baidu.SwanIDE PackageVersion: 4.2.3 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/4.20.1/Baidu.SwanIDE.installer.yaml b/manifests/b/Baidu/SwanIDE/4.20.1/Baidu.SwanIDE.installer.yaml index fa35536ab81e9..bfc26f77277b5 100644 --- a/manifests/b/Baidu/SwanIDE/4.20.1/Baidu.SwanIDE.installer.yaml +++ b/manifests/b/Baidu/SwanIDE/4.20.1/Baidu.SwanIDE.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: Baidu.SwanIDE PackageVersion: 4.20.1 -InstallerType: nullsoft # electron-builder +InstallerType: nullsoft InstallerSwitches: Upgrade: --updated UpgradeBehavior: install @@ -31,4 +31,4 @@ Installers: Custom: /allusers ProductCode: 47336783-caad-52d4-a900-9cc7c7c76434 ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/4.20.1/Baidu.SwanIDE.locale.en-US.yaml b/manifests/b/Baidu/SwanIDE/4.20.1/Baidu.SwanIDE.locale.en-US.yaml index 19d55843e2b35..8324f89414a2f 100644 --- a/manifests/b/Baidu/SwanIDE/4.20.1/Baidu.SwanIDE.locale.en-US.yaml +++ b/manifests/b/Baidu/SwanIDE/4.20.1/Baidu.SwanIDE.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: Baidu.SwanIDE PackageVersion: 4.20.1 @@ -33,4 +33,4 @@ ReleaseNotesUrl: https://smartprogram.baidu.com/docs/develop/devtools/uplog_tool # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/4.20.1/Baidu.SwanIDE.locale.zh-CN.yaml b/manifests/b/Baidu/SwanIDE/4.20.1/Baidu.SwanIDE.locale.zh-CN.yaml index 06a3d48a86389..2264600b9f856 100644 --- a/manifests/b/Baidu/SwanIDE/4.20.1/Baidu.SwanIDE.locale.zh-CN.yaml +++ b/manifests/b/Baidu/SwanIDE/4.20.1/Baidu.SwanIDE.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: Baidu.SwanIDE PackageVersion: 4.20.1 @@ -35,4 +35,4 @@ ReleaseNotesUrl: https://smartprogram.baidu.com/docs/develop/devtools/uplog_tool # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/4.20.1/Baidu.SwanIDE.yaml b/manifests/b/Baidu/SwanIDE/4.20.1/Baidu.SwanIDE.yaml index 6397a1167d3aa..4a3620ba3e0aa 100644 --- a/manifests/b/Baidu/SwanIDE/4.20.1/Baidu.SwanIDE.yaml +++ b/manifests/b/Baidu/SwanIDE/4.20.1/Baidu.SwanIDE.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: Baidu.SwanIDE PackageVersion: 4.20.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/4.21.1/Baidu.SwanIDE.installer.yaml b/manifests/b/Baidu/SwanIDE/4.21.1/Baidu.SwanIDE.installer.yaml index 5d576f65d4c31..a8a94d752a683 100644 --- a/manifests/b/Baidu/SwanIDE/4.21.1/Baidu.SwanIDE.installer.yaml +++ b/manifests/b/Baidu/SwanIDE/4.21.1/Baidu.SwanIDE.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: Baidu.SwanIDE PackageVersion: 4.21.1 -InstallerType: nullsoft # electron-builder +InstallerType: nullsoft InstallerSwitches: Upgrade: --updated UpgradeBehavior: install @@ -31,4 +31,4 @@ Installers: Custom: /allusers ProductCode: 47336783-caad-52d4-a900-9cc7c7c76434 ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/4.21.1/Baidu.SwanIDE.locale.en-US.yaml b/manifests/b/Baidu/SwanIDE/4.21.1/Baidu.SwanIDE.locale.en-US.yaml index 0eca0025781a5..758c93f6b671b 100644 --- a/manifests/b/Baidu/SwanIDE/4.21.1/Baidu.SwanIDE.locale.en-US.yaml +++ b/manifests/b/Baidu/SwanIDE/4.21.1/Baidu.SwanIDE.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: Baidu.SwanIDE PackageVersion: 4.21.1 @@ -33,4 +33,4 @@ ReleaseNotesUrl: https://smartprogram.baidu.com/docs/develop/devtools/uplog_tool # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/4.21.1/Baidu.SwanIDE.locale.zh-CN.yaml b/manifests/b/Baidu/SwanIDE/4.21.1/Baidu.SwanIDE.locale.zh-CN.yaml index eccbb21216275..dd7d85fbeb8ae 100644 --- a/manifests/b/Baidu/SwanIDE/4.21.1/Baidu.SwanIDE.locale.zh-CN.yaml +++ b/manifests/b/Baidu/SwanIDE/4.21.1/Baidu.SwanIDE.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: Baidu.SwanIDE PackageVersion: 4.21.1 @@ -40,4 +40,4 @@ ReleaseNotesUrl: https://smartprogram.baidu.com/docs/develop/devtools/uplog_tool # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/4.21.1/Baidu.SwanIDE.yaml b/manifests/b/Baidu/SwanIDE/4.21.1/Baidu.SwanIDE.yaml index 71b682f21e7cc..c1ec419254618 100644 --- a/manifests/b/Baidu/SwanIDE/4.21.1/Baidu.SwanIDE.yaml +++ b/manifests/b/Baidu/SwanIDE/4.21.1/Baidu.SwanIDE.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: Baidu.SwanIDE PackageVersion: 4.21.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/4.22.1/Baidu.SwanIDE.installer.yaml b/manifests/b/Baidu/SwanIDE/4.22.1/Baidu.SwanIDE.installer.yaml index 86849591e7304..26405a0f35b7c 100644 --- a/manifests/b/Baidu/SwanIDE/4.22.1/Baidu.SwanIDE.installer.yaml +++ b/manifests/b/Baidu/SwanIDE/4.22.1/Baidu.SwanIDE.installer.yaml @@ -1,9 +1,9 @@ -# Created with YamlCreate.ps1 v2.2.8 $debug=QUSU.CRLF.7-3-5.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: Baidu.SwanIDE PackageVersion: 4.22.1 -InstallerType: nullsoft # electron-builder +InstallerType: nullsoft InstallerSwitches: Upgrade: --updated UpgradeBehavior: install @@ -31,4 +31,4 @@ Installers: Custom: /allusers ProductCode: 47336783-caad-52d4-a900-9cc7c7c76434 ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/4.22.1/Baidu.SwanIDE.locale.en-US.yaml b/manifests/b/Baidu/SwanIDE/4.22.1/Baidu.SwanIDE.locale.en-US.yaml index 71257501f9814..5449724768919 100644 --- a/manifests/b/Baidu/SwanIDE/4.22.1/Baidu.SwanIDE.locale.en-US.yaml +++ b/manifests/b/Baidu/SwanIDE/4.22.1/Baidu.SwanIDE.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.8 $debug=QUSU.CRLF.7-3-5.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: Baidu.SwanIDE PackageVersion: 4.22.1 @@ -33,4 +33,4 @@ ReleaseNotesUrl: https://smartprogram.baidu.com/docs/develop/devtools/uplog_tool # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/4.22.1/Baidu.SwanIDE.locale.zh-CN.yaml b/manifests/b/Baidu/SwanIDE/4.22.1/Baidu.SwanIDE.locale.zh-CN.yaml index cdb26b132734b..90b617eb61ca8 100644 --- a/manifests/b/Baidu/SwanIDE/4.22.1/Baidu.SwanIDE.locale.zh-CN.yaml +++ b/manifests/b/Baidu/SwanIDE/4.22.1/Baidu.SwanIDE.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.8 $debug=QUSU.CRLF.7-3-5.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: Baidu.SwanIDE PackageVersion: 4.22.1 @@ -43,4 +43,4 @@ ReleaseNotesUrl: https://smartprogram.baidu.com/docs/develop/devtools/uplog_tool # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/4.22.1/Baidu.SwanIDE.yaml b/manifests/b/Baidu/SwanIDE/4.22.1/Baidu.SwanIDE.yaml index 2f9c70199416c..d7ee9329d992d 100644 --- a/manifests/b/Baidu/SwanIDE/4.22.1/Baidu.SwanIDE.yaml +++ b/manifests/b/Baidu/SwanIDE/4.22.1/Baidu.SwanIDE.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.8 $debug=QUSU.CRLF.7-3-5.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: Baidu.SwanIDE PackageVersion: 4.22.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/4.22.2/Baidu.SwanIDE.installer.yaml b/manifests/b/Baidu/SwanIDE/4.22.2/Baidu.SwanIDE.installer.yaml index 7862b8ddd5702..f0282f8050b36 100644 --- a/manifests/b/Baidu/SwanIDE/4.22.2/Baidu.SwanIDE.installer.yaml +++ b/manifests/b/Baidu/SwanIDE/4.22.2/Baidu.SwanIDE.installer.yaml @@ -1,9 +1,9 @@ -# Created with YamlCreate.ps1 v2.2.8 $debug=QUSU.CRLF.7-3-5.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: Baidu.SwanIDE PackageVersion: 4.22.2 -InstallerType: nullsoft # electron-builder +InstallerType: nullsoft InstallerSwitches: Upgrade: --updated UpgradeBehavior: install @@ -31,4 +31,4 @@ Installers: Custom: /allusers ProductCode: 47336783-caad-52d4-a900-9cc7c7c76434 ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/4.22.2/Baidu.SwanIDE.locale.en-US.yaml b/manifests/b/Baidu/SwanIDE/4.22.2/Baidu.SwanIDE.locale.en-US.yaml index 2144e5165294b..2f791484d42d1 100644 --- a/manifests/b/Baidu/SwanIDE/4.22.2/Baidu.SwanIDE.locale.en-US.yaml +++ b/manifests/b/Baidu/SwanIDE/4.22.2/Baidu.SwanIDE.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.8 $debug=QUSU.CRLF.7-3-5.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: Baidu.SwanIDE PackageVersion: 4.22.2 @@ -33,4 +33,4 @@ ReleaseNotesUrl: https://smartprogram.baidu.com/docs/develop/devtools/uplog_tool # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/4.22.2/Baidu.SwanIDE.locale.zh-CN.yaml b/manifests/b/Baidu/SwanIDE/4.22.2/Baidu.SwanIDE.locale.zh-CN.yaml index 3ce8cf9f77e7a..17c6098d1ad14 100644 --- a/manifests/b/Baidu/SwanIDE/4.22.2/Baidu.SwanIDE.locale.zh-CN.yaml +++ b/manifests/b/Baidu/SwanIDE/4.22.2/Baidu.SwanIDE.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.8 $debug=QUSU.CRLF.7-3-5.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: Baidu.SwanIDE PackageVersion: 4.22.2 @@ -33,4 +33,4 @@ ReleaseNotesUrl: https://smartprogram.baidu.com/docs/develop/devtools/uplog_tool # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/4.22.2/Baidu.SwanIDE.yaml b/manifests/b/Baidu/SwanIDE/4.22.2/Baidu.SwanIDE.yaml index c800047df02e4..88d3f46b8ba62 100644 --- a/manifests/b/Baidu/SwanIDE/4.22.2/Baidu.SwanIDE.yaml +++ b/manifests/b/Baidu/SwanIDE/4.22.2/Baidu.SwanIDE.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.8 $debug=QUSU.CRLF.7-3-5.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: Baidu.SwanIDE PackageVersion: 4.22.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/4.22.3/Baidu.SwanIDE.installer.yaml b/manifests/b/Baidu/SwanIDE/4.22.3/Baidu.SwanIDE.installer.yaml index fd959d86935d0..45253c9429515 100644 --- a/manifests/b/Baidu/SwanIDE/4.22.3/Baidu.SwanIDE.installer.yaml +++ b/manifests/b/Baidu/SwanIDE/4.22.3/Baidu.SwanIDE.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: Baidu.SwanIDE PackageVersion: 4.22.3 @@ -14,7 +14,6 @@ FileExtensions: - js - json - swan -ProductCode: 47336783-caad-52d4-a900-9cc7c7c76434 ReleaseDate: 2023-07-19 Installers: - Architecture: x64 @@ -23,11 +22,13 @@ Installers: InstallerSha256: FA92760CA5500BDE8F411EE4DF9450F33E22523B56CC5CC6F244CE106193B3E0 InstallerSwitches: Custom: /currentuser + ProductCode: 47336783-caad-52d4-a900-9cc7c7c76434 - Architecture: x64 Scope: machine InstallerUrl: https://b.bdstatic.com/miniapp/development_tool/98b48/百度开发者工具-4.22.3-x64.exe InstallerSha256: FA92760CA5500BDE8F411EE4DF9450F33E22523B56CC5CC6F244CE106193B3E0 InstallerSwitches: Custom: /allusers + ProductCode: 47336783-caad-52d4-a900-9cc7c7c76434 ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/4.22.3/Baidu.SwanIDE.locale.en-US.yaml b/manifests/b/Baidu/SwanIDE/4.22.3/Baidu.SwanIDE.locale.en-US.yaml index cd1cbbe753bd3..052f26a0333f6 100644 --- a/manifests/b/Baidu/SwanIDE/4.22.3/Baidu.SwanIDE.locale.en-US.yaml +++ b/manifests/b/Baidu/SwanIDE/4.22.3/Baidu.SwanIDE.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: Baidu.SwanIDE PackageVersion: 4.22.3 @@ -8,12 +8,16 @@ Publisher: baidu PublisherUrl: https://smartprogram.baidu.com/developer/index.html PublisherSupportUrl: https://smartprogram.baidu.com/forum PrivacyUrl: https://privacy.baidu.com +# Author: PackageName: 百度开发者工具 PackageUrl: https://smartprogram.baidu.com/docs/develop/devtools/history License: Freeware +# LicenseUrl: Copyright: Copyright © 2023 Baidu Inc. All rights reserved CopyrightUrl: https://www.baidu.com/duty/copyright.html ShortDescription: Baidu Smart Program development tool +# Description: +# Moniker: Tags: - develop - development @@ -23,6 +27,10 @@ Tags: - mini-program - smart-program - web +# ReleaseNotes: ReleaseNotesUrl: https://smartprogram.baidu.com/docs/develop/devtools/uplog_tool_normal +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/4.22.3/Baidu.SwanIDE.locale.zh-CN.yaml b/manifests/b/Baidu/SwanIDE/4.22.3/Baidu.SwanIDE.locale.zh-CN.yaml index f9bf52b8b3037..e1e16ccf54c5b 100644 --- a/manifests/b/Baidu/SwanIDE/4.22.3/Baidu.SwanIDE.locale.zh-CN.yaml +++ b/manifests/b/Baidu/SwanIDE/4.22.3/Baidu.SwanIDE.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Automation using Komac v1.9.1 -# 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: Baidu.SwanIDE PackageVersion: 4.22.3 @@ -8,12 +8,16 @@ Publisher: baidu PublisherUrl: https://smartprogram.baidu.com/developer/index.html PublisherSupportUrl: https://smartprogram.baidu.com/forum PrivacyUrl: https://privacy.baidu.com +# Author: PackageName: 百度开发者工具 PackageUrl: https://smartprogram.baidu.com/docs/develop/devtools/history License: 免费软件 +# LicenseUrl: Copyright: Copyright © 2023 Baidu Inc. All rights reserved CopyrightUrl: https://www.baidu.com/duty/copyright.html ShortDescription: 百度智能小程序开发工具 +# Description: +# Moniker: Tags: - ide - 小程序 @@ -21,6 +25,10 @@ Tags: - 开发者工具 - 智能小程序 - 网页 +# ReleaseNotes: ReleaseNotesUrl: https://smartprogram.baidu.com/docs/develop/devtools/uplog_tool_normal +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/4.22.3/Baidu.SwanIDE.yaml b/manifests/b/Baidu/SwanIDE/4.22.3/Baidu.SwanIDE.yaml index 2091ba7887cd7..34378e816e147 100644 --- a/manifests/b/Baidu/SwanIDE/4.22.3/Baidu.SwanIDE.yaml +++ b/manifests/b/Baidu/SwanIDE/4.22.3/Baidu.SwanIDE.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: Baidu.SwanIDE PackageVersion: 4.22.3 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/4.23.1/Baidu.SwanIDE.installer.yaml b/manifests/b/Baidu/SwanIDE/4.23.1/Baidu.SwanIDE.installer.yaml index 6d790e19c2e51..cb6194a8650b3 100644 --- a/manifests/b/Baidu/SwanIDE/4.23.1/Baidu.SwanIDE.installer.yaml +++ b/manifests/b/Baidu/SwanIDE/4.23.1/Baidu.SwanIDE.installer.yaml @@ -1,9 +1,9 @@ -# 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: Baidu.SwanIDE PackageVersion: 4.23.1 -InstallerType: nullsoft # electron-builder +InstallerType: nullsoft InstallerSwitches: Upgrade: --updated UpgradeBehavior: install @@ -31,4 +31,4 @@ Installers: Custom: /allusers ProductCode: 47336783-caad-52d4-a900-9cc7c7c76434 ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/4.23.1/Baidu.SwanIDE.locale.en-US.yaml b/manifests/b/Baidu/SwanIDE/4.23.1/Baidu.SwanIDE.locale.en-US.yaml index 9b0a05e6a9e94..0adb37c86d815 100644 --- a/manifests/b/Baidu/SwanIDE/4.23.1/Baidu.SwanIDE.locale.en-US.yaml +++ b/manifests/b/Baidu/SwanIDE/4.23.1/Baidu.SwanIDE.locale.en-US.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.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: Baidu.SwanIDE PackageVersion: 4.23.1 @@ -33,4 +33,4 @@ ReleaseNotesUrl: https://smartprogram.baidu.com/docs/develop/devtools/uplog_tool # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/4.23.1/Baidu.SwanIDE.locale.zh-CN.yaml b/manifests/b/Baidu/SwanIDE/4.23.1/Baidu.SwanIDE.locale.zh-CN.yaml index 39dbe4faab840..0464ad8446f0c 100644 --- a/manifests/b/Baidu/SwanIDE/4.23.1/Baidu.SwanIDE.locale.zh-CN.yaml +++ b/manifests/b/Baidu/SwanIDE/4.23.1/Baidu.SwanIDE.locale.zh-CN.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.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: Baidu.SwanIDE PackageVersion: 4.23.1 @@ -41,4 +41,4 @@ ReleaseNotesUrl: https://smartprogram.baidu.com/docs/develop/devtools/uplog_tool # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/4.23.1/Baidu.SwanIDE.yaml b/manifests/b/Baidu/SwanIDE/4.23.1/Baidu.SwanIDE.yaml index 2517865c73e6c..9e79437e39895 100644 --- a/manifests/b/Baidu/SwanIDE/4.23.1/Baidu.SwanIDE.yaml +++ b/manifests/b/Baidu/SwanIDE/4.23.1/Baidu.SwanIDE.yaml @@ -1,8 +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: Baidu.SwanIDE PackageVersion: 4.23.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/4.23.3/Baidu.SwanIDE.installer.yaml b/manifests/b/Baidu/SwanIDE/4.23.3/Baidu.SwanIDE.installer.yaml index d5dc65fc71f57..4527e8a1d9aeb 100644 --- a/manifests/b/Baidu/SwanIDE/4.23.3/Baidu.SwanIDE.installer.yaml +++ b/manifests/b/Baidu/SwanIDE/4.23.3/Baidu.SwanIDE.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: Baidu.SwanIDE PackageVersion: 4.23.3 @@ -14,7 +14,6 @@ FileExtensions: - js - json - swan -ProductCode: 47336783-caad-52d4-a900-9cc7c7c76434 ReleaseDate: 2023-07-24 Installers: - Architecture: x64 @@ -23,11 +22,13 @@ Installers: InstallerSha256: CBD7AC4BBE4EE99B2C8101D79FA92859659B3B534A4D77AD346EDA51366AB6C1 InstallerSwitches: Custom: /currentuser + ProductCode: 47336783-caad-52d4-a900-9cc7c7c76434 - Architecture: x64 Scope: machine InstallerUrl: https://b.bdstatic.com/miniapp/development_tool/9fe08/百度开发者工具-4.23.3-x64.exe InstallerSha256: CBD7AC4BBE4EE99B2C8101D79FA92859659B3B534A4D77AD346EDA51366AB6C1 InstallerSwitches: Custom: /allusers + ProductCode: 47336783-caad-52d4-a900-9cc7c7c76434 ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/4.23.3/Baidu.SwanIDE.locale.en-US.yaml b/manifests/b/Baidu/SwanIDE/4.23.3/Baidu.SwanIDE.locale.en-US.yaml index 2ecf75437d3a0..4c10762ac5125 100644 --- a/manifests/b/Baidu/SwanIDE/4.23.3/Baidu.SwanIDE.locale.en-US.yaml +++ b/manifests/b/Baidu/SwanIDE/4.23.3/Baidu.SwanIDE.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: Baidu.SwanIDE PackageVersion: 4.23.3 @@ -8,12 +8,16 @@ Publisher: baidu PublisherUrl: https://smartprogram.baidu.com/developer/index.html PublisherSupportUrl: https://smartprogram.baidu.com/forum PrivacyUrl: https://privacy.baidu.com +# Author: PackageName: 百度开发者工具 PackageUrl: https://smartprogram.baidu.com/docs/develop/devtools/history License: Freeware +# LicenseUrl: Copyright: Copyright © 2023 Baidu Inc. All rights reserved CopyrightUrl: https://www.baidu.com/duty/copyright.html ShortDescription: Baidu Smart Program development tool +# Description: +# Moniker: Tags: - develop - development @@ -23,6 +27,10 @@ Tags: - mini-program - smart-program - web +# ReleaseNotes: ReleaseNotesUrl: https://smartprogram.baidu.com/docs/develop/devtools/uplog_tool_normal +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/4.23.3/Baidu.SwanIDE.locale.zh-CN.yaml b/manifests/b/Baidu/SwanIDE/4.23.3/Baidu.SwanIDE.locale.zh-CN.yaml index 90790b0887b1a..23253c4c89249 100644 --- a/manifests/b/Baidu/SwanIDE/4.23.3/Baidu.SwanIDE.locale.zh-CN.yaml +++ b/manifests/b/Baidu/SwanIDE/4.23.3/Baidu.SwanIDE.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: Baidu.SwanIDE PackageVersion: 4.23.3 @@ -8,12 +8,16 @@ Publisher: baidu PublisherUrl: https://smartprogram.baidu.com/developer/index.html PublisherSupportUrl: https://smartprogram.baidu.com/forum PrivacyUrl: https://privacy.baidu.com +# Author: PackageName: 百度开发者工具 PackageUrl: https://smartprogram.baidu.com/docs/develop/devtools/history License: 免费软件 +# LicenseUrl: Copyright: Copyright © 2023 Baidu Inc. All rights reserved CopyrightUrl: https://www.baidu.com/duty/copyright.html ShortDescription: 百度智能小程序开发工具 +# Description: +# Moniker: Tags: - ide - 小程序 @@ -34,5 +38,8 @@ ReleaseNotes: |- - 修复模拟器 SocketTask.onError 回调结果缺少错误信息的问题 - 修复调试器面板可能不展现的问题 ReleaseNotesUrl: https://smartprogram.baidu.com/docs/develop/devtools/uplog_tool_normal +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/4.23.3/Baidu.SwanIDE.yaml b/manifests/b/Baidu/SwanIDE/4.23.3/Baidu.SwanIDE.yaml index bb3522a18486e..93352aa889c01 100644 --- a/manifests/b/Baidu/SwanIDE/4.23.3/Baidu.SwanIDE.yaml +++ b/manifests/b/Baidu/SwanIDE/4.23.3/Baidu.SwanIDE.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: Baidu.SwanIDE PackageVersion: 4.23.3 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/4.24.1/Baidu.SwanIDE.installer.yaml b/manifests/b/Baidu/SwanIDE/4.24.1/Baidu.SwanIDE.installer.yaml index d46e02459bcc2..a19a9c373d8d1 100644 --- a/manifests/b/Baidu/SwanIDE/4.24.1/Baidu.SwanIDE.installer.yaml +++ b/manifests/b/Baidu/SwanIDE/4.24.1/Baidu.SwanIDE.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: Baidu.SwanIDE PackageVersion: 4.24.1 @@ -14,7 +14,6 @@ FileExtensions: - js - json - swan -ProductCode: 47336783-caad-52d4-a900-9cc7c7c76434 ReleaseDate: 2023-08-07 Installers: - Architecture: x64 @@ -23,11 +22,13 @@ Installers: InstallerSha256: 1AE5C9279BDDF145AA25A779077E7873B3EE574681EDE65F5ED50F08A910F06F InstallerSwitches: Custom: /currentuser + ProductCode: 47336783-caad-52d4-a900-9cc7c7c76434 - Architecture: x64 Scope: machine InstallerUrl: https://b.bdstatic.com/miniapp/development_tool/334f7/百度开发者工具-4.24.1-x64.exe InstallerSha256: 1AE5C9279BDDF145AA25A779077E7873B3EE574681EDE65F5ED50F08A910F06F InstallerSwitches: Custom: /allusers + ProductCode: 47336783-caad-52d4-a900-9cc7c7c76434 ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/4.24.1/Baidu.SwanIDE.locale.en-US.yaml b/manifests/b/Baidu/SwanIDE/4.24.1/Baidu.SwanIDE.locale.en-US.yaml index b2c32da63cec8..b30a97a226c51 100644 --- a/manifests/b/Baidu/SwanIDE/4.24.1/Baidu.SwanIDE.locale.en-US.yaml +++ b/manifests/b/Baidu/SwanIDE/4.24.1/Baidu.SwanIDE.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: Baidu.SwanIDE PackageVersion: 4.24.1 @@ -8,12 +8,16 @@ Publisher: baidu PublisherUrl: https://smartprogram.baidu.com/developer/index.html PublisherSupportUrl: https://smartprogram.baidu.com/forum PrivacyUrl: https://privacy.baidu.com +# Author: PackageName: 百度开发者工具 PackageUrl: https://smartprogram.baidu.com/docs/develop/devtools/history License: Freeware +# LicenseUrl: Copyright: Copyright © 2023 Baidu Inc. All rights reserved CopyrightUrl: https://www.baidu.com/duty/copyright.html ShortDescription: Baidu Smart Program development tool +# Description: +# Moniker: Tags: - develop - development @@ -23,6 +27,10 @@ Tags: - mini-program - smart-program - web +# ReleaseNotes: ReleaseNotesUrl: https://smartprogram.baidu.com/docs/develop/devtools/uplog_tool_normal +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/4.24.1/Baidu.SwanIDE.locale.zh-CN.yaml b/manifests/b/Baidu/SwanIDE/4.24.1/Baidu.SwanIDE.locale.zh-CN.yaml index 5b371d62edc3c..0cf508c209104 100644 --- a/manifests/b/Baidu/SwanIDE/4.24.1/Baidu.SwanIDE.locale.zh-CN.yaml +++ b/manifests/b/Baidu/SwanIDE/4.24.1/Baidu.SwanIDE.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: Baidu.SwanIDE PackageVersion: 4.24.1 @@ -8,12 +8,16 @@ Publisher: baidu PublisherUrl: https://smartprogram.baidu.com/developer/index.html PublisherSupportUrl: https://smartprogram.baidu.com/forum PrivacyUrl: https://privacy.baidu.com +# Author: PackageName: 百度开发者工具 PackageUrl: https://smartprogram.baidu.com/docs/develop/devtools/history License: 免费软件 +# LicenseUrl: Copyright: Copyright © 2023 Baidu Inc. All rights reserved CopyrightUrl: https://www.baidu.com/duty/copyright.html ShortDescription: 百度智能小程序开发工具 +# Description: +# Moniker: Tags: - ide - 小程序 @@ -30,5 +34,8 @@ ReleaseNotes: |- - 修复有线网络的情况下,问题反馈功能提交后提示网络异常的问题 - 修复点击登录蒙层关闭登录窗口未触发 onshow 事件的问题 ReleaseNotesUrl: https://smartprogram.baidu.com/docs/develop/devtools/uplog_tool_normal +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/4.24.1/Baidu.SwanIDE.yaml b/manifests/b/Baidu/SwanIDE/4.24.1/Baidu.SwanIDE.yaml index da4ee1b19ccff..abfdf36cc794c 100644 --- a/manifests/b/Baidu/SwanIDE/4.24.1/Baidu.SwanIDE.yaml +++ b/manifests/b/Baidu/SwanIDE/4.24.1/Baidu.SwanIDE.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: Baidu.SwanIDE PackageVersion: 4.24.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/4.25.1/Baidu.SwanIDE.installer.yaml b/manifests/b/Baidu/SwanIDE/4.25.1/Baidu.SwanIDE.installer.yaml index 8adce6c47da6d..d04add6cc7f0b 100644 --- a/manifests/b/Baidu/SwanIDE/4.25.1/Baidu.SwanIDE.installer.yaml +++ b/manifests/b/Baidu/SwanIDE/4.25.1/Baidu.SwanIDE.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: Baidu.SwanIDE PackageVersion: 4.25.1 @@ -14,7 +14,6 @@ FileExtensions: - js - json - swan -ProductCode: 47336783-caad-52d4-a900-9cc7c7c76434 ReleaseDate: 2023-08-16 Installers: - Architecture: x64 @@ -23,11 +22,13 @@ Installers: InstallerSha256: 8372BD8DA2E51DD2F458EF891A60BD6AC232D0335A825C532634A4D62319167A InstallerSwitches: Custom: /currentuser + ProductCode: 47336783-caad-52d4-a900-9cc7c7c76434 - Architecture: x64 Scope: machine InstallerUrl: https://b.bdstatic.com/miniapp/development_tool/4495b/百度开发者工具-4.25.1-x64.exe InstallerSha256: 8372BD8DA2E51DD2F458EF891A60BD6AC232D0335A825C532634A4D62319167A InstallerSwitches: Custom: /allusers + ProductCode: 47336783-caad-52d4-a900-9cc7c7c76434 ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/4.25.1/Baidu.SwanIDE.locale.en-US.yaml b/manifests/b/Baidu/SwanIDE/4.25.1/Baidu.SwanIDE.locale.en-US.yaml index f77c879697488..93ee145431169 100644 --- a/manifests/b/Baidu/SwanIDE/4.25.1/Baidu.SwanIDE.locale.en-US.yaml +++ b/manifests/b/Baidu/SwanIDE/4.25.1/Baidu.SwanIDE.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: Baidu.SwanIDE PackageVersion: 4.25.1 @@ -8,12 +8,16 @@ Publisher: baidu PublisherUrl: https://smartprogram.baidu.com/developer/index.html PublisherSupportUrl: https://smartprogram.baidu.com/forum PrivacyUrl: https://privacy.baidu.com +# Author: PackageName: 百度开发者工具 PackageUrl: https://smartprogram.baidu.com/docs/develop/devtools/history License: Freeware +# LicenseUrl: Copyright: Copyright © 2023 Baidu Inc. All rights reserved CopyrightUrl: https://www.baidu.com/duty/copyright.html ShortDescription: Baidu Smart Program development tool +# Description: +# Moniker: Tags: - develop - development @@ -23,6 +27,10 @@ Tags: - mini-program - smart-program - web +# ReleaseNotes: ReleaseNotesUrl: https://smartprogram.baidu.com/docs/develop/devtools/uplog_tool_normal +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/4.25.1/Baidu.SwanIDE.locale.zh-CN.yaml b/manifests/b/Baidu/SwanIDE/4.25.1/Baidu.SwanIDE.locale.zh-CN.yaml index 94036ae780758..85141dcfeb037 100644 --- a/manifests/b/Baidu/SwanIDE/4.25.1/Baidu.SwanIDE.locale.zh-CN.yaml +++ b/manifests/b/Baidu/SwanIDE/4.25.1/Baidu.SwanIDE.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: Baidu.SwanIDE PackageVersion: 4.25.1 @@ -8,12 +8,16 @@ Publisher: baidu PublisherUrl: https://smartprogram.baidu.com/developer/index.html PublisherSupportUrl: https://smartprogram.baidu.com/forum PrivacyUrl: https://privacy.baidu.com +# Author: PackageName: 百度开发者工具 PackageUrl: https://smartprogram.baidu.com/docs/develop/devtools/history License: 免费软件 +# LicenseUrl: Copyright: Copyright © 2023 Baidu Inc. All rights reserved CopyrightUrl: https://www.baidu.com/duty/copyright.html ShortDescription: 百度智能小程序开发工具 +# Description: +# Moniker: Tags: - ide - 小程序 @@ -26,5 +30,8 @@ ReleaseNotes: |- - 修复项目启动时偶现卡在欢迎页的问题 - 修复同时调试多个小程序时,只有一个工具窗口内的调试器 Elements 面板生效的问题 ReleaseNotesUrl: https://smartprogram.baidu.com/docs/develop/devtools/uplog_tool_normal +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/4.25.1/Baidu.SwanIDE.yaml b/manifests/b/Baidu/SwanIDE/4.25.1/Baidu.SwanIDE.yaml index e0b16c3ec558e..a9f3c228b0ebb 100644 --- a/manifests/b/Baidu/SwanIDE/4.25.1/Baidu.SwanIDE.yaml +++ b/manifests/b/Baidu/SwanIDE/4.25.1/Baidu.SwanIDE.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: Baidu.SwanIDE PackageVersion: 4.25.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/4.26.1/Baidu.SwanIDE.installer.yaml b/manifests/b/Baidu/SwanIDE/4.26.1/Baidu.SwanIDE.installer.yaml index 1a3bcbe811ec6..66975a9516513 100644 --- a/manifests/b/Baidu/SwanIDE/4.26.1/Baidu.SwanIDE.installer.yaml +++ b/manifests/b/Baidu/SwanIDE/4.26.1/Baidu.SwanIDE.installer.yaml @@ -1,9 +1,9 @@ -# 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: Baidu.SwanIDE PackageVersion: 4.26.1 -InstallerType: nullsoft # electron-builder +InstallerType: nullsoft InstallerSwitches: Upgrade: --updated UpgradeBehavior: install @@ -14,7 +14,6 @@ FileExtensions: - js - json - swan -ProductCode: 47336783-caad-52d4-a900-9cc7c7c76434 ReleaseDate: 2023-08-30 Installers: - Architecture: x64 @@ -23,11 +22,13 @@ Installers: InstallerSha256: 7E881F791F54AFF500D99676F3EE49A3C17E342F3C9D5943EE4633B7064177C0 InstallerSwitches: Custom: /currentuser + ProductCode: 47336783-caad-52d4-a900-9cc7c7c76434 - Architecture: x64 Scope: machine InstallerUrl: https://b.bdstatic.com/miniapp/development_tool/fc6d0/百度开发者工具-4.26.1-x64.exe InstallerSha256: 7E881F791F54AFF500D99676F3EE49A3C17E342F3C9D5943EE4633B7064177C0 InstallerSwitches: Custom: /allusers + ProductCode: 47336783-caad-52d4-a900-9cc7c7c76434 ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/4.26.1/Baidu.SwanIDE.locale.en-US.yaml b/manifests/b/Baidu/SwanIDE/4.26.1/Baidu.SwanIDE.locale.en-US.yaml index a02dec5531e44..59281108c8a0d 100644 --- a/manifests/b/Baidu/SwanIDE/4.26.1/Baidu.SwanIDE.locale.en-US.yaml +++ b/manifests/b/Baidu/SwanIDE/4.26.1/Baidu.SwanIDE.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: Baidu.SwanIDE PackageVersion: 4.26.1 @@ -8,12 +8,16 @@ Publisher: baidu PublisherUrl: https://smartprogram.baidu.com/developer/index.html PublisherSupportUrl: https://smartprogram.baidu.com/forum PrivacyUrl: https://privacy.baidu.com +# Author: PackageName: 百度开发者工具 PackageUrl: https://smartprogram.baidu.com/docs/develop/devtools/history License: Freeware +# LicenseUrl: Copyright: Copyright © 2023 Baidu Inc. All rights reserved CopyrightUrl: https://www.baidu.com/duty/copyright.html ShortDescription: Baidu Smart Program development tool +# Description: +# Moniker: Tags: - develop - development @@ -23,6 +27,10 @@ Tags: - mini-program - smart-program - web +# ReleaseNotes: ReleaseNotesUrl: https://smartprogram.baidu.com/docs/develop/devtools/uplog_tool_normal +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/4.26.1/Baidu.SwanIDE.locale.zh-CN.yaml b/manifests/b/Baidu/SwanIDE/4.26.1/Baidu.SwanIDE.locale.zh-CN.yaml index e1364ff89f291..6d29d78ada2bb 100644 --- a/manifests/b/Baidu/SwanIDE/4.26.1/Baidu.SwanIDE.locale.zh-CN.yaml +++ b/manifests/b/Baidu/SwanIDE/4.26.1/Baidu.SwanIDE.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: Baidu.SwanIDE PackageVersion: 4.26.1 @@ -8,12 +8,16 @@ Publisher: baidu PublisherUrl: https://smartprogram.baidu.com/developer/index.html PublisherSupportUrl: https://smartprogram.baidu.com/forum PrivacyUrl: https://privacy.baidu.com +# Author: PackageName: 百度开发者工具 PackageUrl: https://smartprogram.baidu.com/docs/develop/devtools/history License: 免费软件 +# LicenseUrl: Copyright: Copyright © 2023 Baidu Inc. All rights reserved CopyrightUrl: https://www.baidu.com/duty/copyright.html ShortDescription: 百度智能小程序开发工具 +# Description: +# Moniker: Tags: - ide - 小程序 @@ -28,5 +32,8 @@ ReleaseNotes: |- - 修复编译器全局 usingComponents 动态库不生效问题 - 修复编译器 css vh 转换包含 Base64 代码导致包体积过大问题 ReleaseNotesUrl: https://smartprogram.baidu.com/docs/develop/devtools/uplog_tool_normal +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/4.26.1/Baidu.SwanIDE.yaml b/manifests/b/Baidu/SwanIDE/4.26.1/Baidu.SwanIDE.yaml index bc387b69b9464..14f7b8c448dcf 100644 --- a/manifests/b/Baidu/SwanIDE/4.26.1/Baidu.SwanIDE.yaml +++ b/manifests/b/Baidu/SwanIDE/4.26.1/Baidu.SwanIDE.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: Baidu.SwanIDE PackageVersion: 4.26.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/4.27.1/Baidu.SwanIDE.installer.yaml b/manifests/b/Baidu/SwanIDE/4.27.1/Baidu.SwanIDE.installer.yaml index 29d911735aec8..7b2b990ab3893 100644 --- a/manifests/b/Baidu/SwanIDE/4.27.1/Baidu.SwanIDE.installer.yaml +++ b/manifests/b/Baidu/SwanIDE/4.27.1/Baidu.SwanIDE.installer.yaml @@ -1,9 +1,9 @@ -# 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 +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Baidu.SwanIDE PackageVersion: 4.27.1 -InstallerType: nullsoft # electron-builder +InstallerType: nullsoft InstallerSwitches: Upgrade: --updated UpgradeBehavior: install @@ -31,4 +31,4 @@ Installers: Custom: /allusers ProductCode: 47336783-caad-52d4-a900-9cc7c7c76434 ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/4.27.1/Baidu.SwanIDE.locale.en-US.yaml b/manifests/b/Baidu/SwanIDE/4.27.1/Baidu.SwanIDE.locale.en-US.yaml index 1e7da6fbcddf9..9bd1ed8560d1d 100644 --- a/manifests/b/Baidu/SwanIDE/4.27.1/Baidu.SwanIDE.locale.en-US.yaml +++ b/manifests/b/Baidu/SwanIDE/4.27.1/Baidu.SwanIDE.locale.en-US.yaml @@ -1,5 +1,5 @@ -# 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 +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Baidu.SwanIDE PackageVersion: 4.27.1 @@ -33,4 +33,4 @@ ReleaseNotesUrl: https://smartprogram.baidu.com/docs/develop/devtools/uplog_tool # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/4.27.1/Baidu.SwanIDE.locale.zh-CN.yaml b/manifests/b/Baidu/SwanIDE/4.27.1/Baidu.SwanIDE.locale.zh-CN.yaml index 9a98c473193b4..e30ad509a245b 100644 --- a/manifests/b/Baidu/SwanIDE/4.27.1/Baidu.SwanIDE.locale.zh-CN.yaml +++ b/manifests/b/Baidu/SwanIDE/4.27.1/Baidu.SwanIDE.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# 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 +# 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: Baidu.SwanIDE PackageVersion: 4.27.1 @@ -33,4 +33,4 @@ ReleaseNotesUrl: https://smartprogram.baidu.com/docs/develop/devtools/uplog_tool # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/4.27.1/Baidu.SwanIDE.yaml b/manifests/b/Baidu/SwanIDE/4.27.1/Baidu.SwanIDE.yaml index f37fa19374b9e..18340257dbf1f 100644 --- a/manifests/b/Baidu/SwanIDE/4.27.1/Baidu.SwanIDE.yaml +++ b/manifests/b/Baidu/SwanIDE/4.27.1/Baidu.SwanIDE.yaml @@ -1,8 +1,8 @@ -# 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 +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Baidu.SwanIDE PackageVersion: 4.27.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/4.28.1/Baidu.SwanIDE.installer.yaml b/manifests/b/Baidu/SwanIDE/4.28.1/Baidu.SwanIDE.installer.yaml index 0690fef361157..153d35528b374 100644 --- a/manifests/b/Baidu/SwanIDE/4.28.1/Baidu.SwanIDE.installer.yaml +++ b/manifests/b/Baidu/SwanIDE/4.28.1/Baidu.SwanIDE.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: Baidu.SwanIDE PackageVersion: 4.28.1 @@ -14,7 +14,6 @@ FileExtensions: - js - json - swan -ProductCode: 47336783-caad-52d4-a900-9cc7c7c76434 ReleaseDate: 2023-09-27 Installers: - Architecture: x64 @@ -23,11 +22,13 @@ Installers: InstallerSha256: A9E0FBBA4EC1454854CA169818F0D995D050DCBDD1632E34580F193C87BC2573 InstallerSwitches: Custom: /currentuser + ProductCode: 47336783-caad-52d4-a900-9cc7c7c76434 - Architecture: x64 Scope: machine InstallerUrl: https://b.bdstatic.com/miniapp/development_tool/5ffab/百度开发者工具-4.28.1-x64.exe InstallerSha256: A9E0FBBA4EC1454854CA169818F0D995D050DCBDD1632E34580F193C87BC2573 InstallerSwitches: Custom: /allusers + ProductCode: 47336783-caad-52d4-a900-9cc7c7c76434 ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/4.28.1/Baidu.SwanIDE.locale.en-US.yaml b/manifests/b/Baidu/SwanIDE/4.28.1/Baidu.SwanIDE.locale.en-US.yaml index bab0af75f34e4..6411ca45034f9 100644 --- a/manifests/b/Baidu/SwanIDE/4.28.1/Baidu.SwanIDE.locale.en-US.yaml +++ b/manifests/b/Baidu/SwanIDE/4.28.1/Baidu.SwanIDE.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: Baidu.SwanIDE PackageVersion: 4.28.1 @@ -8,12 +8,16 @@ Publisher: baidu PublisherUrl: https://smartprogram.baidu.com/developer/index.html PublisherSupportUrl: https://smartprogram.baidu.com/forum PrivacyUrl: https://privacy.baidu.com +# Author: PackageName: 百度开发者工具 PackageUrl: https://smartprogram.baidu.com/docs/develop/devtools/history License: Freeware +# LicenseUrl: Copyright: Copyright © 2023 Baidu Inc. All rights reserved CopyrightUrl: https://www.baidu.com/duty/copyright.html ShortDescription: Baidu Smart Program development tool +# Description: +# Moniker: Tags: - develop - development @@ -23,6 +27,10 @@ Tags: - mini-program - smart-program - web +# ReleaseNotes: ReleaseNotesUrl: https://smartprogram.baidu.com/docs/develop/devtools/uplog_tool_normal +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/4.28.1/Baidu.SwanIDE.locale.zh-CN.yaml b/manifests/b/Baidu/SwanIDE/4.28.1/Baidu.SwanIDE.locale.zh-CN.yaml index 17baf582e3b91..db73d81582df9 100644 --- a/manifests/b/Baidu/SwanIDE/4.28.1/Baidu.SwanIDE.locale.zh-CN.yaml +++ b/manifests/b/Baidu/SwanIDE/4.28.1/Baidu.SwanIDE.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: Baidu.SwanIDE PackageVersion: 4.28.1 @@ -8,12 +8,16 @@ Publisher: baidu PublisherUrl: https://smartprogram.baidu.com/developer/index.html PublisherSupportUrl: https://smartprogram.baidu.com/forum PrivacyUrl: https://privacy.baidu.com +# Author: PackageName: 百度开发者工具 PackageUrl: https://smartprogram.baidu.com/docs/develop/devtools/history License: 免费软件 +# LicenseUrl: Copyright: Copyright © 2023 Baidu Inc. All rights reserved CopyrightUrl: https://www.baidu.com/duty/copyright.html ShortDescription: 百度智能小程序开发工具 +# Description: +# Moniker: Tags: - ide - 小程序 @@ -26,5 +30,8 @@ ReleaseNotes: |- - 修复模拟器 getCommonSysInfo 返回值中缺少 baiduid 的问题 - 修复模拟器页面底部出现空白占位的问题 ReleaseNotesUrl: https://smartprogram.baidu.com/docs/develop/devtools/uplog_tool_normal +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/4.28.1/Baidu.SwanIDE.yaml b/manifests/b/Baidu/SwanIDE/4.28.1/Baidu.SwanIDE.yaml index de5e8eb451823..2be0a62379088 100644 --- a/manifests/b/Baidu/SwanIDE/4.28.1/Baidu.SwanIDE.yaml +++ b/manifests/b/Baidu/SwanIDE/4.28.1/Baidu.SwanIDE.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: Baidu.SwanIDE PackageVersion: 4.28.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/4.29.1/Baidu.SwanIDE.installer.yaml b/manifests/b/Baidu/SwanIDE/4.29.1/Baidu.SwanIDE.installer.yaml index deebad04d46d3..e3ff608e62c5e 100644 --- a/manifests/b/Baidu/SwanIDE/4.29.1/Baidu.SwanIDE.installer.yaml +++ b/manifests/b/Baidu/SwanIDE/4.29.1/Baidu.SwanIDE.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: Baidu.SwanIDE PackageVersion: 4.29.1 @@ -14,7 +14,6 @@ FileExtensions: - js - json - swan -ProductCode: 47336783-caad-52d4-a900-9cc7c7c76434 ReleaseDate: 2023-10-25 Installers: - Architecture: x64 @@ -23,11 +22,13 @@ Installers: InstallerSha256: E859C5EF4FBB2946C55BC521E4FA46D8FEC9BA08FC32862A46144C424F633356 InstallerSwitches: Custom: /currentuser + ProductCode: 47336783-caad-52d4-a900-9cc7c7c76434 - Architecture: x64 Scope: machine InstallerUrl: https://b.bdstatic.com/miniapp/development_tool/a2243/百度开发者工具-4.29.1-x64.exe InstallerSha256: E859C5EF4FBB2946C55BC521E4FA46D8FEC9BA08FC32862A46144C424F633356 InstallerSwitches: Custom: /allusers + ProductCode: 47336783-caad-52d4-a900-9cc7c7c76434 ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/4.29.1/Baidu.SwanIDE.locale.en-US.yaml b/manifests/b/Baidu/SwanIDE/4.29.1/Baidu.SwanIDE.locale.en-US.yaml index 5243024217690..41f956db632d4 100644 --- a/manifests/b/Baidu/SwanIDE/4.29.1/Baidu.SwanIDE.locale.en-US.yaml +++ b/manifests/b/Baidu/SwanIDE/4.29.1/Baidu.SwanIDE.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: Baidu.SwanIDE PackageVersion: 4.29.1 @@ -33,4 +33,4 @@ ReleaseNotesUrl: https://smartprogram.baidu.com/docs/develop/devtools/uplog_tool # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/4.29.1/Baidu.SwanIDE.locale.zh-CN.yaml b/manifests/b/Baidu/SwanIDE/4.29.1/Baidu.SwanIDE.locale.zh-CN.yaml index da9e48d535584..1b9944c0d6313 100644 --- a/manifests/b/Baidu/SwanIDE/4.29.1/Baidu.SwanIDE.locale.zh-CN.yaml +++ b/manifests/b/Baidu/SwanIDE/4.29.1/Baidu.SwanIDE.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: Baidu.SwanIDE PackageVersion: 4.29.1 @@ -8,12 +8,16 @@ Publisher: baidu PublisherUrl: https://smartprogram.baidu.com/developer/index.html PublisherSupportUrl: https://smartprogram.baidu.com/forum PrivacyUrl: https://privacy.baidu.com +# Author: PackageName: 百度开发者工具 PackageUrl: https://smartprogram.baidu.com/docs/develop/devtools/history License: 免费软件 +# LicenseUrl: Copyright: Copyright © 2023 Baidu Inc. All rights reserved CopyrightUrl: https://www.baidu.com/duty/copyright.html ShortDescription: 百度智能小程序开发工具 +# Description: +# Moniker: Tags: - ide - 小程序 @@ -26,5 +30,8 @@ ReleaseNotes: |- - 默认开启新编译发布 - 默认开启多线程编译 ReleaseNotesUrl: https://smartprogram.baidu.com/docs/develop/devtools/uplog_tool_normal +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/4.29.1/Baidu.SwanIDE.yaml b/manifests/b/Baidu/SwanIDE/4.29.1/Baidu.SwanIDE.yaml index 4c3002ee3cb2f..f14586691c94b 100644 --- a/manifests/b/Baidu/SwanIDE/4.29.1/Baidu.SwanIDE.yaml +++ b/manifests/b/Baidu/SwanIDE/4.29.1/Baidu.SwanIDE.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: Baidu.SwanIDE PackageVersion: 4.29.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/4.3.1/Baidu.SwanIDE.installer.yaml b/manifests/b/Baidu/SwanIDE/4.3.1/Baidu.SwanIDE.installer.yaml index 349f34e8532de..0062bb33e3e6b 100644 --- a/manifests/b/Baidu/SwanIDE/4.3.1/Baidu.SwanIDE.installer.yaml +++ b/manifests/b/Baidu/SwanIDE/4.3.1/Baidu.SwanIDE.installer.yaml @@ -1,9 +1,9 @@ -# 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: Baidu.SwanIDE PackageVersion: 4.3.1 -InstallerType: nullsoft # electron-builder +InstallerType: nullsoft InstallerSwitches: Upgrade: --updated UpgradeBehavior: install @@ -18,18 +18,18 @@ ReleaseDate: 2022-09-07 Installers: - Architecture: x64 Scope: user - InstallerUrl: https://b.bdstatic.com/miniapp/development_tool/c0043/%E7%99%BE%E5%BA%A6%E5%BC%80%E5%8F%91%E8%80%85%E5%B7%A5%E5%85%B7-4.3.1-x64.exe + InstallerUrl: https://b.bdstatic.com/miniapp/development_tool/c0043/百度开发者工具-4.3.1-x64.exe InstallerSha256: B1A67B6C3E23C7E8FF3D8461D0EE354C4715DF366CB8654ED4DE2D1E8B117052 InstallerSwitches: Custom: /currentuser ProductCode: 47336783-caad-52d4-a900-9cc7c7c76434 - Architecture: x64 Scope: machine - InstallerUrl: https://b.bdstatic.com/miniapp/development_tool/c0043/%E7%99%BE%E5%BA%A6%E5%BC%80%E5%8F%91%E8%80%85%E5%B7%A5%E5%85%B7-4.3.1-x64.exe + InstallerUrl: https://b.bdstatic.com/miniapp/development_tool/c0043/百度开发者工具-4.3.1-x64.exe InstallerSha256: B1A67B6C3E23C7E8FF3D8461D0EE354C4715DF366CB8654ED4DE2D1E8B117052 InstallerSwitches: Custom: /allusers ProductCode: 47336783-caad-52d4-a900-9cc7c7c76434 ElevationRequirement: elevationRequired ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/4.3.1/Baidu.SwanIDE.locale.en-US.yaml b/manifests/b/Baidu/SwanIDE/4.3.1/Baidu.SwanIDE.locale.en-US.yaml index 37f256bb3a7ca..0d46a123a1d8a 100644 --- a/manifests/b/Baidu/SwanIDE/4.3.1/Baidu.SwanIDE.locale.en-US.yaml +++ b/manifests/b/Baidu/SwanIDE/4.3.1/Baidu.SwanIDE.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: Baidu.SwanIDE PackageVersion: 4.3.1 @@ -27,11 +27,10 @@ Tags: - mini-program - smart-program - web -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://smartprogram.baidu.com/docs/develop/devtools/uplog_tool_normal/ # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/4.3.1/Baidu.SwanIDE.locale.zh-CN.yaml b/manifests/b/Baidu/SwanIDE/4.3.1/Baidu.SwanIDE.locale.zh-CN.yaml index 817473f4b7594..4bb9c0269d563 100644 --- a/manifests/b/Baidu/SwanIDE/4.3.1/Baidu.SwanIDE.locale.zh-CN.yaml +++ b/manifests/b/Baidu/SwanIDE/4.3.1/Baidu.SwanIDE.locale.zh-CN.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.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: Baidu.SwanIDE PackageVersion: 4.3.1 @@ -25,7 +25,6 @@ Tags: - 开发者工具 - 智能小程序 - 网页 -# Agreements: ReleaseNotes: |- New - 优化小程序体验问题。 @@ -37,4 +36,4 @@ ReleaseNotesUrl: https://smartprogram.baidu.com/docs/develop/devtools/uplog_tool # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/4.3.1/Baidu.SwanIDE.yaml b/manifests/b/Baidu/SwanIDE/4.3.1/Baidu.SwanIDE.yaml index df83110240247..61961ec57b1b4 100644 --- a/manifests/b/Baidu/SwanIDE/4.3.1/Baidu.SwanIDE.yaml +++ b/manifests/b/Baidu/SwanIDE/4.3.1/Baidu.SwanIDE.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: Baidu.SwanIDE PackageVersion: 4.3.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/4.30.1/Baidu.SwanIDE.installer.yaml b/manifests/b/Baidu/SwanIDE/4.30.1/Baidu.SwanIDE.installer.yaml index 883fa22ef5071..fbdec6d774670 100644 --- a/manifests/b/Baidu/SwanIDE/4.30.1/Baidu.SwanIDE.installer.yaml +++ b/manifests/b/Baidu/SwanIDE/4.30.1/Baidu.SwanIDE.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: Baidu.SwanIDE PackageVersion: 4.30.1 -InstallerType: nullsoft # electron-builder +InstallerType: nullsoft InstallerSwitches: Upgrade: --updated UpgradeBehavior: install @@ -31,4 +31,4 @@ Installers: Custom: /allusers ProductCode: 47336783-caad-52d4-a900-9cc7c7c76434 ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/4.30.1/Baidu.SwanIDE.locale.en-US.yaml b/manifests/b/Baidu/SwanIDE/4.30.1/Baidu.SwanIDE.locale.en-US.yaml index 576b118b1b60f..55a4b327cfff3 100644 --- a/manifests/b/Baidu/SwanIDE/4.30.1/Baidu.SwanIDE.locale.en-US.yaml +++ b/manifests/b/Baidu/SwanIDE/4.30.1/Baidu.SwanIDE.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: Baidu.SwanIDE PackageVersion: 4.30.1 @@ -33,4 +33,4 @@ ReleaseNotesUrl: https://smartprogram.baidu.com/docs/develop/devtools/uplog_tool # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/4.30.1/Baidu.SwanIDE.locale.zh-CN.yaml b/manifests/b/Baidu/SwanIDE/4.30.1/Baidu.SwanIDE.locale.zh-CN.yaml index 450bfbfe5a7e9..8b6f40be7b9fc 100644 --- a/manifests/b/Baidu/SwanIDE/4.30.1/Baidu.SwanIDE.locale.zh-CN.yaml +++ b/manifests/b/Baidu/SwanIDE/4.30.1/Baidu.SwanIDE.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: Baidu.SwanIDE PackageVersion: 4.30.1 @@ -37,4 +37,4 @@ ReleaseNotesUrl: https://smartprogram.baidu.com/docs/develop/devtools/uplog_tool # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/4.30.1/Baidu.SwanIDE.yaml b/manifests/b/Baidu/SwanIDE/4.30.1/Baidu.SwanIDE.yaml index 30fbcebb0f27b..603e80f456c2d 100644 --- a/manifests/b/Baidu/SwanIDE/4.30.1/Baidu.SwanIDE.yaml +++ b/manifests/b/Baidu/SwanIDE/4.30.1/Baidu.SwanIDE.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: Baidu.SwanIDE PackageVersion: 4.30.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/4.31.1/Baidu.SwanIDE.installer.yaml b/manifests/b/Baidu/SwanIDE/4.31.1/Baidu.SwanIDE.installer.yaml index 1db143a765c07..79b5fef8b47b2 100644 --- a/manifests/b/Baidu/SwanIDE/4.31.1/Baidu.SwanIDE.installer.yaml +++ b/manifests/b/Baidu/SwanIDE/4.31.1/Baidu.SwanIDE.installer.yaml @@ -1,9 +1,9 @@ -# 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 YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Baidu.SwanIDE PackageVersion: 4.31.1 -InstallerType: nullsoft # electron-builder +InstallerType: nullsoft InstallerSwitches: Upgrade: --updated UpgradeBehavior: install @@ -31,4 +31,4 @@ Installers: Custom: /allusers ProductCode: 47336783-caad-52d4-a900-9cc7c7c76434 ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/4.31.1/Baidu.SwanIDE.locale.en-US.yaml b/manifests/b/Baidu/SwanIDE/4.31.1/Baidu.SwanIDE.locale.en-US.yaml index f67138414c384..45ef4c3aaf061 100644 --- a/manifests/b/Baidu/SwanIDE/4.31.1/Baidu.SwanIDE.locale.en-US.yaml +++ b/manifests/b/Baidu/SwanIDE/4.31.1/Baidu.SwanIDE.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 YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Baidu.SwanIDE PackageVersion: 4.31.1 @@ -33,4 +33,4 @@ ReleaseNotesUrl: https://smartprogram.baidu.com/docs/develop/devtools/uplog_tool # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/4.31.1/Baidu.SwanIDE.locale.zh-CN.yaml b/manifests/b/Baidu/SwanIDE/4.31.1/Baidu.SwanIDE.locale.zh-CN.yaml index 723b23531f26b..57d827e4f3bcb 100644 --- a/manifests/b/Baidu/SwanIDE/4.31.1/Baidu.SwanIDE.locale.zh-CN.yaml +++ b/manifests/b/Baidu/SwanIDE/4.31.1/Baidu.SwanIDE.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 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: Baidu.SwanIDE PackageVersion: 4.31.1 @@ -34,4 +34,4 @@ ReleaseNotesUrl: https://smartprogram.baidu.com/docs/develop/devtools/uplog_tool # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/4.31.1/Baidu.SwanIDE.yaml b/manifests/b/Baidu/SwanIDE/4.31.1/Baidu.SwanIDE.yaml index 28183fd76a75f..2d32b69f7e028 100644 --- a/manifests/b/Baidu/SwanIDE/4.31.1/Baidu.SwanIDE.yaml +++ b/manifests/b/Baidu/SwanIDE/4.31.1/Baidu.SwanIDE.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 YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Baidu.SwanIDE PackageVersion: 4.31.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/4.32.1/Baidu.SwanIDE.installer.yaml b/manifests/b/Baidu/SwanIDE/4.32.1/Baidu.SwanIDE.installer.yaml index 64baaeb48a824..c93b545aae764 100644 --- a/manifests/b/Baidu/SwanIDE/4.32.1/Baidu.SwanIDE.installer.yaml +++ b/manifests/b/Baidu/SwanIDE/4.32.1/Baidu.SwanIDE.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: Baidu.SwanIDE PackageVersion: 4.32.1 @@ -14,7 +14,6 @@ FileExtensions: - js - json - swan -ProductCode: 47336783-caad-52d4-a900-9cc7c7c76434 ReleaseDate: 2023-12-08 Installers: - Architecture: x64 @@ -23,11 +22,13 @@ Installers: InstallerSha256: A1533154D5ED3C65317BC5443ED0C6F5EF1B4E52EB3EA229D41DAE14682364B9 InstallerSwitches: Custom: /currentuser + ProductCode: 47336783-caad-52d4-a900-9cc7c7c76434 - Architecture: x64 Scope: machine InstallerUrl: https://b.bdstatic.com/miniapp/development_tool/c1ce1/百度开发者工具-4.32.1-x64.exe InstallerSha256: A1533154D5ED3C65317BC5443ED0C6F5EF1B4E52EB3EA229D41DAE14682364B9 InstallerSwitches: Custom: /allusers + ProductCode: 47336783-caad-52d4-a900-9cc7c7c76434 ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/4.32.1/Baidu.SwanIDE.locale.en-US.yaml b/manifests/b/Baidu/SwanIDE/4.32.1/Baidu.SwanIDE.locale.en-US.yaml index a1f9ee1d5edf4..55347e20d1712 100644 --- a/manifests/b/Baidu/SwanIDE/4.32.1/Baidu.SwanIDE.locale.en-US.yaml +++ b/manifests/b/Baidu/SwanIDE/4.32.1/Baidu.SwanIDE.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: Baidu.SwanIDE PackageVersion: 4.32.1 @@ -8,12 +8,16 @@ Publisher: baidu PublisherUrl: https://smartprogram.baidu.com/developer/index.html PublisherSupportUrl: https://smartprogram.baidu.com/forum PrivacyUrl: https://privacy.baidu.com +# Author: PackageName: 百度开发者工具 PackageUrl: https://smartprogram.baidu.com/docs/develop/devtools/history License: Freeware +# LicenseUrl: Copyright: Copyright © 2023 Baidu Inc. All rights reserved CopyrightUrl: https://www.baidu.com/duty/copyright.html ShortDescription: Baidu Smart Program development tool +# Description: +# Moniker: Tags: - develop - development @@ -23,5 +27,10 @@ Tags: - mini-program - smart-program - web +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/4.32.1/Baidu.SwanIDE.locale.zh-CN.yaml b/manifests/b/Baidu/SwanIDE/4.32.1/Baidu.SwanIDE.locale.zh-CN.yaml index a2cb07658a7b6..bbf712610a7bc 100644 --- a/manifests/b/Baidu/SwanIDE/4.32.1/Baidu.SwanIDE.locale.zh-CN.yaml +++ b/manifests/b/Baidu/SwanIDE/4.32.1/Baidu.SwanIDE.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: Baidu.SwanIDE PackageVersion: 4.32.1 @@ -8,12 +8,16 @@ Publisher: baidu PublisherUrl: https://smartprogram.baidu.com/developer/index.html PublisherSupportUrl: https://smartprogram.baidu.com/forum PrivacyUrl: https://privacy.baidu.com +# Author: PackageName: 百度开发者工具 PackageUrl: https://smartprogram.baidu.com/docs/develop/devtools/history License: 免费软件 +# LicenseUrl: Copyright: Copyright © 2023 Baidu Inc. All rights reserved CopyrightUrl: https://www.baidu.com/duty/copyright.html ShortDescription: 百度智能小程序开发工具 +# Description: +# Moniker: Tags: - ide - 小程序 @@ -26,5 +30,8 @@ ReleaseNotes: |- - 修复分享面板样式问题 - 修复 appdata 面板不适配设置 query 问题 ReleaseNotesUrl: https://smartprogram.baidu.com/docs/develop/devtools/uplog_tool_normal +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/4.32.1/Baidu.SwanIDE.yaml b/manifests/b/Baidu/SwanIDE/4.32.1/Baidu.SwanIDE.yaml index 1443a1af5cea6..518aea0db7df3 100644 --- a/manifests/b/Baidu/SwanIDE/4.32.1/Baidu.SwanIDE.yaml +++ b/manifests/b/Baidu/SwanIDE/4.32.1/Baidu.SwanIDE.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: Baidu.SwanIDE PackageVersion: 4.32.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/4.33.1/Baidu.SwanIDE.installer.yaml b/manifests/b/Baidu/SwanIDE/4.33.1/Baidu.SwanIDE.installer.yaml index 2b0014ab05b12..b626596625843 100644 --- a/manifests/b/Baidu/SwanIDE/4.33.1/Baidu.SwanIDE.installer.yaml +++ b/manifests/b/Baidu/SwanIDE/4.33.1/Baidu.SwanIDE.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: Baidu.SwanIDE PackageVersion: 4.33.1 @@ -12,19 +12,20 @@ FileExtensions: - js - json - swan -ProductCode: 47336783-caad-52d4-a900-9cc7c7c76434 Installers: - Architecture: x64 Scope: user - InstallerUrl: https://b.bdstatic.com/miniapp/development_tool/e8da7/%E7%99%BE%E5%BA%A6%E5%BC%80%E5%8F%91%E8%80%85%E5%B7%A5%E5%85%B7-4.33.1-x64.exe + InstallerUrl: https://b.bdstatic.com/miniapp/development_tool/e8da7/百度开发者工具-4.33.1-x64.exe InstallerSha256: 5EB214C6EAF4B62AB663D98CDF51B8C88EB610FB866E20166EDFE94EE2DCE31A InstallerSwitches: Custom: /currentuser + ProductCode: 47336783-caad-52d4-a900-9cc7c7c76434 - Architecture: x64 Scope: machine - InstallerUrl: https://b.bdstatic.com/miniapp/development_tool/e8da7/%E7%99%BE%E5%BA%A6%E5%BC%80%E5%8F%91%E8%80%85%E5%B7%A5%E5%85%B7-4.33.1-x64.exe + InstallerUrl: https://b.bdstatic.com/miniapp/development_tool/e8da7/百度开发者工具-4.33.1-x64.exe InstallerSha256: 5EB214C6EAF4B62AB663D98CDF51B8C88EB610FB866E20166EDFE94EE2DCE31A InstallerSwitches: Custom: /allusers + ProductCode: 47336783-caad-52d4-a900-9cc7c7c76434 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/4.33.1/Baidu.SwanIDE.locale.en-US.yaml b/manifests/b/Baidu/SwanIDE/4.33.1/Baidu.SwanIDE.locale.en-US.yaml index f4f47e151ba27..168ebe768e9e2 100644 --- a/manifests/b/Baidu/SwanIDE/4.33.1/Baidu.SwanIDE.locale.en-US.yaml +++ b/manifests/b/Baidu/SwanIDE/4.33.1/Baidu.SwanIDE.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: Baidu.SwanIDE PackageVersion: 4.33.1 @@ -8,12 +8,16 @@ Publisher: baidu PublisherUrl: https://smartprogram.baidu.com/developer/index.html PublisherSupportUrl: https://smartprogram.baidu.com/forum PrivacyUrl: https://privacy.baidu.com +# Author: PackageName: 百度开发者工具 PackageUrl: https://smartprogram.baidu.com/docs/develop/devtools/history License: Freeware +# LicenseUrl: Copyright: Copyright © 2024 Baidu Inc. All rights reserved CopyrightUrl: https://www.baidu.com/duty/copyright.html ShortDescription: Baidu Smart Program development tool +# Description: +# Moniker: Tags: - develop - development @@ -23,5 +27,10 @@ Tags: - mini-program - smart-program - web +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/4.33.1/Baidu.SwanIDE.locale.zh-CN.yaml b/manifests/b/Baidu/SwanIDE/4.33.1/Baidu.SwanIDE.locale.zh-CN.yaml index cdeddce43ebeb..782d02fb9caee 100644 --- a/manifests/b/Baidu/SwanIDE/4.33.1/Baidu.SwanIDE.locale.zh-CN.yaml +++ b/manifests/b/Baidu/SwanIDE/4.33.1/Baidu.SwanIDE.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# 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: Baidu.SwanIDE PackageVersion: 4.33.1 @@ -8,12 +8,16 @@ Publisher: baidu PublisherUrl: https://smartprogram.baidu.com/developer/index.html PublisherSupportUrl: https://smartprogram.baidu.com/forum PrivacyUrl: https://privacy.baidu.com +# Author: PackageName: 百度开发者工具 PackageUrl: https://smartprogram.baidu.com/docs/develop/devtools/history License: 免费软件 +# LicenseUrl: Copyright: Copyright © 2024 Baidu Inc. All rights reserved CopyrightUrl: https://www.baidu.com/duty/copyright.html ShortDescription: 百度智能小程序开发工具 +# Description: +# Moniker: Tags: - ide - 小程序 @@ -21,5 +25,10 @@ Tags: - 开发者工具 - 智能小程序 - 网页 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/4.33.1/Baidu.SwanIDE.yaml b/manifests/b/Baidu/SwanIDE/4.33.1/Baidu.SwanIDE.yaml index 40db71a45f43d..0c25a4db8b555 100644 --- a/manifests/b/Baidu/SwanIDE/4.33.1/Baidu.SwanIDE.yaml +++ b/manifests/b/Baidu/SwanIDE/4.33.1/Baidu.SwanIDE.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: Baidu.SwanIDE PackageVersion: 4.33.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/4.34.1/Baidu.SwanIDE.installer.yaml b/manifests/b/Baidu/SwanIDE/4.34.1/Baidu.SwanIDE.installer.yaml index 3a86c71d642b1..f2b639fdc054b 100644 --- a/manifests/b/Baidu/SwanIDE/4.34.1/Baidu.SwanIDE.installer.yaml +++ b/manifests/b/Baidu/SwanIDE/4.34.1/Baidu.SwanIDE.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: Baidu.SwanIDE PackageVersion: 4.34.1 @@ -29,4 +29,4 @@ Installers: Custom: /allusers ProductCode: 47336783-caad-52d4-a900-9cc7c7c76434 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/4.34.1/Baidu.SwanIDE.locale.en-US.yaml b/manifests/b/Baidu/SwanIDE/4.34.1/Baidu.SwanIDE.locale.en-US.yaml index 3a48725d015d3..bafe2141a314e 100644 --- a/manifests/b/Baidu/SwanIDE/4.34.1/Baidu.SwanIDE.locale.en-US.yaml +++ b/manifests/b/Baidu/SwanIDE/4.34.1/Baidu.SwanIDE.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: Baidu.SwanIDE PackageVersion: 4.34.1 @@ -33,4 +33,4 @@ Tags: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/4.34.1/Baidu.SwanIDE.locale.zh-CN.yaml b/manifests/b/Baidu/SwanIDE/4.34.1/Baidu.SwanIDE.locale.zh-CN.yaml index 553dfd1fdc781..883603107049b 100644 --- a/manifests/b/Baidu/SwanIDE/4.34.1/Baidu.SwanIDE.locale.zh-CN.yaml +++ b/manifests/b/Baidu/SwanIDE/4.34.1/Baidu.SwanIDE.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: Baidu.SwanIDE PackageVersion: 4.34.1 @@ -35,4 +35,4 @@ ReleaseNotes: |- # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/4.34.1/Baidu.SwanIDE.yaml b/manifests/b/Baidu/SwanIDE/4.34.1/Baidu.SwanIDE.yaml index 59db1df087aa0..397ab460e2158 100644 --- a/manifests/b/Baidu/SwanIDE/4.34.1/Baidu.SwanIDE.yaml +++ b/manifests/b/Baidu/SwanIDE/4.34.1/Baidu.SwanIDE.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: Baidu.SwanIDE PackageVersion: 4.34.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/4.35.1/Baidu.SwanIDE.installer.yaml b/manifests/b/Baidu/SwanIDE/4.35.1/Baidu.SwanIDE.installer.yaml index 0a738a60b6084..e628f0f844b5e 100644 --- a/manifests/b/Baidu/SwanIDE/4.35.1/Baidu.SwanIDE.installer.yaml +++ b/manifests/b/Baidu/SwanIDE/4.35.1/Baidu.SwanIDE.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: Baidu.SwanIDE PackageVersion: 4.35.1 @@ -12,7 +12,6 @@ FileExtensions: - js - json - swan -ProductCode: 47336783-caad-52d4-a900-9cc7c7c76434 Installers: - Architecture: x64 Scope: user @@ -20,11 +19,13 @@ Installers: InstallerSha256: 59F13459213EFD1A5F98A450F0704F7F1418D97381AED036B3255319BF2725A8 InstallerSwitches: Custom: /currentuser + ProductCode: 47336783-caad-52d4-a900-9cc7c7c76434 - Architecture: x64 Scope: machine InstallerUrl: https://b.bdstatic.com/miniapp/development_tool/4f07b/百度开发者工具-4.35.1-x64.exe InstallerSha256: 59F13459213EFD1A5F98A450F0704F7F1418D97381AED036B3255319BF2725A8 InstallerSwitches: Custom: /allusers + ProductCode: 47336783-caad-52d4-a900-9cc7c7c76434 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/4.35.1/Baidu.SwanIDE.locale.en-US.yaml b/manifests/b/Baidu/SwanIDE/4.35.1/Baidu.SwanIDE.locale.en-US.yaml index 003b9454c7097..259794f25b265 100644 --- a/manifests/b/Baidu/SwanIDE/4.35.1/Baidu.SwanIDE.locale.en-US.yaml +++ b/manifests/b/Baidu/SwanIDE/4.35.1/Baidu.SwanIDE.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: Baidu.SwanIDE PackageVersion: 4.35.1 @@ -8,12 +8,16 @@ Publisher: baidu PublisherUrl: https://smartprogram.baidu.com/developer/index.html PublisherSupportUrl: https://smartprogram.baidu.com/forum PrivacyUrl: https://privacy.baidu.com +# Author: PackageName: 百度开发者工具 PackageUrl: https://smartprogram.baidu.com/docs/develop/devtools/history License: Freeware +# LicenseUrl: Copyright: Copyright © 2024 Baidu Inc. All rights reserved CopyrightUrl: https://www.baidu.com/duty/copyright.html ShortDescription: Baidu Smart Program development tool +# Description: +# Moniker: Tags: - develop - development @@ -23,5 +27,10 @@ Tags: - mini-program - smart-program - web +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/4.35.1/Baidu.SwanIDE.locale.zh-CN.yaml b/manifests/b/Baidu/SwanIDE/4.35.1/Baidu.SwanIDE.locale.zh-CN.yaml index 82f8f68015a51..a5ddd1b3dd671 100644 --- a/manifests/b/Baidu/SwanIDE/4.35.1/Baidu.SwanIDE.locale.zh-CN.yaml +++ b/manifests/b/Baidu/SwanIDE/4.35.1/Baidu.SwanIDE.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: Baidu.SwanIDE PackageVersion: 4.35.1 @@ -8,12 +8,16 @@ Publisher: baidu PublisherUrl: https://smartprogram.baidu.com/developer/index.html PublisherSupportUrl: https://smartprogram.baidu.com/forum PrivacyUrl: https://privacy.baidu.com +# Author: PackageName: 百度开发者工具 PackageUrl: https://smartprogram.baidu.com/docs/develop/devtools/history License: 免费软件 +# LicenseUrl: Copyright: Copyright © 2024 Baidu Inc. All rights reserved CopyrightUrl: https://www.baidu.com/duty/copyright.html ShortDescription: 百度智能小程序开发工具 +# Description: +# Moniker: Tags: - ide - 小程序 @@ -24,5 +28,9 @@ Tags: ReleaseNotes: |- BugFix - 修复分享代码片段时链接地址不变的问题 +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/4.35.1/Baidu.SwanIDE.yaml b/manifests/b/Baidu/SwanIDE/4.35.1/Baidu.SwanIDE.yaml index d28586d4d7df4..ee74a779148ac 100644 --- a/manifests/b/Baidu/SwanIDE/4.35.1/Baidu.SwanIDE.yaml +++ b/manifests/b/Baidu/SwanIDE/4.35.1/Baidu.SwanIDE.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: Baidu.SwanIDE PackageVersion: 4.35.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/4.36.1/Baidu.SwanIDE.installer.yaml b/manifests/b/Baidu/SwanIDE/4.36.1/Baidu.SwanIDE.installer.yaml index d8f280f436af1..aae5254ff8bb2 100644 --- a/manifests/b/Baidu/SwanIDE/4.36.1/Baidu.SwanIDE.installer.yaml +++ b/manifests/b/Baidu/SwanIDE/4.36.1/Baidu.SwanIDE.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: Baidu.SwanIDE PackageVersion: 4.36.1 @@ -29,4 +29,4 @@ Installers: Custom: /allusers ProductCode: 47336783-caad-52d4-a900-9cc7c7c76434 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/4.36.1/Baidu.SwanIDE.locale.en-US.yaml b/manifests/b/Baidu/SwanIDE/4.36.1/Baidu.SwanIDE.locale.en-US.yaml index 698da8406397f..c2a2eecb5823f 100644 --- a/manifests/b/Baidu/SwanIDE/4.36.1/Baidu.SwanIDE.locale.en-US.yaml +++ b/manifests/b/Baidu/SwanIDE/4.36.1/Baidu.SwanIDE.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: Baidu.SwanIDE PackageVersion: 4.36.1 @@ -33,4 +33,4 @@ Tags: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/4.36.1/Baidu.SwanIDE.locale.zh-CN.yaml b/manifests/b/Baidu/SwanIDE/4.36.1/Baidu.SwanIDE.locale.zh-CN.yaml index 800712dc10e0d..fe1004dc89351 100644 --- a/manifests/b/Baidu/SwanIDE/4.36.1/Baidu.SwanIDE.locale.zh-CN.yaml +++ b/manifests/b/Baidu/SwanIDE/4.36.1/Baidu.SwanIDE.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: Baidu.SwanIDE PackageVersion: 4.36.1 @@ -33,4 +33,4 @@ ReleaseNotes: |- # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/4.36.1/Baidu.SwanIDE.yaml b/manifests/b/Baidu/SwanIDE/4.36.1/Baidu.SwanIDE.yaml index b48b14e6db931..0594897c05bfe 100644 --- a/manifests/b/Baidu/SwanIDE/4.36.1/Baidu.SwanIDE.yaml +++ b/manifests/b/Baidu/SwanIDE/4.36.1/Baidu.SwanIDE.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: Baidu.SwanIDE PackageVersion: 4.36.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/4.4.1/Baidu.SwanIDE.installer.yaml b/manifests/b/Baidu/SwanIDE/4.4.1/Baidu.SwanIDE.installer.yaml index 144cae005879c..f8860c99d4206 100644 --- a/manifests/b/Baidu/SwanIDE/4.4.1/Baidu.SwanIDE.installer.yaml +++ b/manifests/b/Baidu/SwanIDE/4.4.1/Baidu.SwanIDE.installer.yaml @@ -1,9 +1,9 @@ -# 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: Baidu.SwanIDE PackageVersion: 4.4.1 -InstallerType: nullsoft # electron-builder +InstallerType: nullsoft InstallerSwitches: Upgrade: --updated UpgradeBehavior: install @@ -18,18 +18,18 @@ ReleaseDate: 2022-09-21 Installers: - Architecture: x64 Scope: user - InstallerUrl: https://b.bdstatic.com/miniapp/development_tool/d61ca/%E7%99%BE%E5%BA%A6%E5%BC%80%E5%8F%91%E8%80%85%E5%B7%A5%E5%85%B7-4.4.1-x64.exe + InstallerUrl: https://b.bdstatic.com/miniapp/development_tool/d61ca/百度开发者工具-4.4.1-x64.exe InstallerSha256: 479258B9234E8B8C4337E9AE55B463779874D9A3A19747CAB665C30C311BBB88 InstallerSwitches: Custom: /currentuser ProductCode: 47336783-caad-52d4-a900-9cc7c7c76434 - Architecture: x64 Scope: machine - InstallerUrl: https://b.bdstatic.com/miniapp/development_tool/d61ca/%E7%99%BE%E5%BA%A6%E5%BC%80%E5%8F%91%E8%80%85%E5%B7%A5%E5%85%B7-4.4.1-x64.exe + InstallerUrl: https://b.bdstatic.com/miniapp/development_tool/d61ca/百度开发者工具-4.4.1-x64.exe InstallerSha256: 479258B9234E8B8C4337E9AE55B463779874D9A3A19747CAB665C30C311BBB88 InstallerSwitches: Custom: /allusers ProductCode: 47336783-caad-52d4-a900-9cc7c7c76434 ElevationRequirement: elevationRequired ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/4.4.1/Baidu.SwanIDE.locale.en-US.yaml b/manifests/b/Baidu/SwanIDE/4.4.1/Baidu.SwanIDE.locale.en-US.yaml index 6560b33ff48ad..a257c47fc23df 100644 --- a/manifests/b/Baidu/SwanIDE/4.4.1/Baidu.SwanIDE.locale.en-US.yaml +++ b/manifests/b/Baidu/SwanIDE/4.4.1/Baidu.SwanIDE.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: Baidu.SwanIDE PackageVersion: 4.4.1 @@ -27,11 +27,10 @@ Tags: - mini-program - smart-program - web -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://smartprogram.baidu.com/docs/develop/devtools/uplog_tool_normal/ # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/4.4.1/Baidu.SwanIDE.locale.zh-CN.yaml b/manifests/b/Baidu/SwanIDE/4.4.1/Baidu.SwanIDE.locale.zh-CN.yaml index ff9460d2d10a0..69a0040794469 100644 --- a/manifests/b/Baidu/SwanIDE/4.4.1/Baidu.SwanIDE.locale.zh-CN.yaml +++ b/manifests/b/Baidu/SwanIDE/4.4.1/Baidu.SwanIDE.locale.zh-CN.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.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: Baidu.SwanIDE PackageVersion: 4.4.1 @@ -25,7 +25,6 @@ Tags: - 开发者工具 - 智能小程序 - 网页 -# Agreements: ReleaseNotes: |- New - 工具更新版本提示窗口新增最大化按钮。 @@ -39,4 +38,4 @@ ReleaseNotesUrl: https://smartprogram.baidu.com/docs/develop/devtools/uplog_tool # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/4.4.1/Baidu.SwanIDE.yaml b/manifests/b/Baidu/SwanIDE/4.4.1/Baidu.SwanIDE.yaml index 905d4f3135abc..5adcadd134c73 100644 --- a/manifests/b/Baidu/SwanIDE/4.4.1/Baidu.SwanIDE.yaml +++ b/manifests/b/Baidu/SwanIDE/4.4.1/Baidu.SwanIDE.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: Baidu.SwanIDE PackageVersion: 4.4.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/4.5.1/Baidu.SwanIDE.installer.yaml b/manifests/b/Baidu/SwanIDE/4.5.1/Baidu.SwanIDE.installer.yaml index 0282ed69e28a3..97c6960dff5ee 100644 --- a/manifests/b/Baidu/SwanIDE/4.5.1/Baidu.SwanIDE.installer.yaml +++ b/manifests/b/Baidu/SwanIDE/4.5.1/Baidu.SwanIDE.installer.yaml @@ -1,9 +1,9 @@ -# 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: Baidu.SwanIDE PackageVersion: 4.5.1 -InstallerType: nullsoft # electron-builder +InstallerType: nullsoft InstallerSwitches: Upgrade: --updated UpgradeBehavior: install @@ -18,18 +18,18 @@ ReleaseDate: 2022-10-12 Installers: - Architecture: x64 Scope: user - InstallerUrl: https://b.bdstatic.com/miniapp/development_tool/b862d/%E7%99%BE%E5%BA%A6%E5%BC%80%E5%8F%91%E8%80%85%E5%B7%A5%E5%85%B7-4.5.1-x64.exe + InstallerUrl: https://b.bdstatic.com/miniapp/development_tool/b862d/百度开发者工具-4.5.1-x64.exe InstallerSha256: BFE9348B36C969F6ACBEAC475C0763EA03ADDE480118C52D90016768D910439D InstallerSwitches: Custom: /currentuser ProductCode: 47336783-caad-52d4-a900-9cc7c7c76434 - Architecture: x64 Scope: machine - InstallerUrl: https://b.bdstatic.com/miniapp/development_tool/b862d/%E7%99%BE%E5%BA%A6%E5%BC%80%E5%8F%91%E8%80%85%E5%B7%A5%E5%85%B7-4.5.1-x64.exe + InstallerUrl: https://b.bdstatic.com/miniapp/development_tool/b862d/百度开发者工具-4.5.1-x64.exe InstallerSha256: BFE9348B36C969F6ACBEAC475C0763EA03ADDE480118C52D90016768D910439D InstallerSwitches: Custom: /allusers ProductCode: 47336783-caad-52d4-a900-9cc7c7c76434 ElevationRequirement: elevationRequired ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/4.5.1/Baidu.SwanIDE.locale.en-US.yaml b/manifests/b/Baidu/SwanIDE/4.5.1/Baidu.SwanIDE.locale.en-US.yaml index fa672b14213a9..323062542f68b 100644 --- a/manifests/b/Baidu/SwanIDE/4.5.1/Baidu.SwanIDE.locale.en-US.yaml +++ b/manifests/b/Baidu/SwanIDE/4.5.1/Baidu.SwanIDE.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: Baidu.SwanIDE PackageVersion: 4.5.1 @@ -27,11 +27,10 @@ Tags: - mini-program - smart-program - web -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://smartprogram.baidu.com/docs/develop/devtools/uplog_tool_normal/ # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/4.5.1/Baidu.SwanIDE.locale.zh-CN.yaml b/manifests/b/Baidu/SwanIDE/4.5.1/Baidu.SwanIDE.locale.zh-CN.yaml index ff44368c2785b..b832ec96e62f9 100644 --- a/manifests/b/Baidu/SwanIDE/4.5.1/Baidu.SwanIDE.locale.zh-CN.yaml +++ b/manifests/b/Baidu/SwanIDE/4.5.1/Baidu.SwanIDE.locale.zh-CN.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.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: Baidu.SwanIDE PackageVersion: 4.5.1 @@ -25,7 +25,6 @@ Tags: - 开发者工具 - 智能小程序 - 网页 -# Agreements: ReleaseNotes: |- New - 工具模拟器下线字体大小调整面板。 @@ -39,4 +38,4 @@ ReleaseNotesUrl: https://smartprogram.baidu.com/docs/develop/devtools/uplog_tool # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/4.5.1/Baidu.SwanIDE.yaml b/manifests/b/Baidu/SwanIDE/4.5.1/Baidu.SwanIDE.yaml index 67e0870810082..2bbb9d89c4054 100644 --- a/manifests/b/Baidu/SwanIDE/4.5.1/Baidu.SwanIDE.yaml +++ b/manifests/b/Baidu/SwanIDE/4.5.1/Baidu.SwanIDE.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: Baidu.SwanIDE PackageVersion: 4.5.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/4.6.1/Baidu.SwanIDE.installer.yaml b/manifests/b/Baidu/SwanIDE/4.6.1/Baidu.SwanIDE.installer.yaml index 1c952123acffa..94dfa47dfd1f3 100644 --- a/manifests/b/Baidu/SwanIDE/4.6.1/Baidu.SwanIDE.installer.yaml +++ b/manifests/b/Baidu/SwanIDE/4.6.1/Baidu.SwanIDE.installer.yaml @@ -1,9 +1,9 @@ -# 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: Baidu.SwanIDE PackageVersion: 4.6.1 -InstallerType: nullsoft # electron-builder +InstallerType: nullsoft InstallerSwitches: Upgrade: --updated UpgradeBehavior: install @@ -18,18 +18,18 @@ ReleaseDate: 2022-10-26 Installers: - Architecture: x64 Scope: user - InstallerUrl: https://b.bdstatic.com/miniapp/development_tool/94855/%E7%99%BE%E5%BA%A6%E5%BC%80%E5%8F%91%E8%80%85%E5%B7%A5%E5%85%B7-4.6.1-x64.exe + InstallerUrl: https://b.bdstatic.com/miniapp/development_tool/94855/百度开发者工具-4.6.1-x64.exe InstallerSha256: AFB190FAB57877863CEFABF532D1C8D79BDA142229255F556D2CEEFBD46A5550 InstallerSwitches: Custom: /currentuser ProductCode: 47336783-caad-52d4-a900-9cc7c7c76434 - Architecture: x64 Scope: machine - InstallerUrl: https://b.bdstatic.com/miniapp/development_tool/94855/%E7%99%BE%E5%BA%A6%E5%BC%80%E5%8F%91%E8%80%85%E5%B7%A5%E5%85%B7-4.6.1-x64.exe + InstallerUrl: https://b.bdstatic.com/miniapp/development_tool/94855/百度开发者工具-4.6.1-x64.exe InstallerSha256: AFB190FAB57877863CEFABF532D1C8D79BDA142229255F556D2CEEFBD46A5550 InstallerSwitches: Custom: /allusers ProductCode: 47336783-caad-52d4-a900-9cc7c7c76434 ElevationRequirement: elevationRequired ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/4.6.1/Baidu.SwanIDE.locale.en-US.yaml b/manifests/b/Baidu/SwanIDE/4.6.1/Baidu.SwanIDE.locale.en-US.yaml index aea99e05985e5..57fb9e72e475a 100644 --- a/manifests/b/Baidu/SwanIDE/4.6.1/Baidu.SwanIDE.locale.en-US.yaml +++ b/manifests/b/Baidu/SwanIDE/4.6.1/Baidu.SwanIDE.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: Baidu.SwanIDE PackageVersion: 4.6.1 @@ -27,11 +27,10 @@ Tags: - mini-program - smart-program - web -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://smartprogram.baidu.com/docs/develop/devtools/uplog_tool_normal/ # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/4.6.1/Baidu.SwanIDE.locale.zh-CN.yaml b/manifests/b/Baidu/SwanIDE/4.6.1/Baidu.SwanIDE.locale.zh-CN.yaml index e5ef3e80234dd..bb5da5aa042a7 100644 --- a/manifests/b/Baidu/SwanIDE/4.6.1/Baidu.SwanIDE.locale.zh-CN.yaml +++ b/manifests/b/Baidu/SwanIDE/4.6.1/Baidu.SwanIDE.locale.zh-CN.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.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: Baidu.SwanIDE PackageVersion: 4.6.1 @@ -25,7 +25,6 @@ Tags: - 开发者工具 - 智能小程序 - 网页 -# Agreements: ReleaseNotes: |- New - 支持在调试器中调试模板字符串的功能。 @@ -39,4 +38,4 @@ ReleaseNotesUrl: https://smartprogram.baidu.com/docs/develop/devtools/uplog_tool # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/4.6.1/Baidu.SwanIDE.yaml b/manifests/b/Baidu/SwanIDE/4.6.1/Baidu.SwanIDE.yaml index 495526b80ee6e..01c2ce5124b54 100644 --- a/manifests/b/Baidu/SwanIDE/4.6.1/Baidu.SwanIDE.yaml +++ b/manifests/b/Baidu/SwanIDE/4.6.1/Baidu.SwanIDE.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: Baidu.SwanIDE PackageVersion: 4.6.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/4.7.1/Baidu.SwanIDE.installer.yaml b/manifests/b/Baidu/SwanIDE/4.7.1/Baidu.SwanIDE.installer.yaml index 4923c8650096e..8a87f7e2a4dbe 100644 --- a/manifests/b/Baidu/SwanIDE/4.7.1/Baidu.SwanIDE.installer.yaml +++ b/manifests/b/Baidu/SwanIDE/4.7.1/Baidu.SwanIDE.installer.yaml @@ -1,9 +1,9 @@ -# 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: Baidu.SwanIDE PackageVersion: 4.7.1 -InstallerType: nullsoft # electron-builder +InstallerType: nullsoft InstallerSwitches: Upgrade: --updated UpgradeBehavior: install @@ -18,18 +18,18 @@ ReleaseDate: 2022-11-09 Installers: - Architecture: x64 Scope: user - InstallerUrl: https://b.bdstatic.com/miniapp/development_tool/39c7c/%E7%99%BE%E5%BA%A6%E5%BC%80%E5%8F%91%E8%80%85%E5%B7%A5%E5%85%B7-4.7.1-x64.exe + InstallerUrl: https://b.bdstatic.com/miniapp/development_tool/39c7c/百度开发者工具-4.7.1-x64.exe InstallerSha256: D95F7EEE6C413D4E5A5F9940071022999048A72E4CDBCDB75973F82C6A6C0D63 InstallerSwitches: Custom: /currentuser ProductCode: 47336783-caad-52d4-a900-9cc7c7c76434 - Architecture: x64 Scope: machine - InstallerUrl: https://b.bdstatic.com/miniapp/development_tool/39c7c/%E7%99%BE%E5%BA%A6%E5%BC%80%E5%8F%91%E8%80%85%E5%B7%A5%E5%85%B7-4.7.1-x64.exe + InstallerUrl: https://b.bdstatic.com/miniapp/development_tool/39c7c/百度开发者工具-4.7.1-x64.exe InstallerSha256: D95F7EEE6C413D4E5A5F9940071022999048A72E4CDBCDB75973F82C6A6C0D63 InstallerSwitches: Custom: /allusers ProductCode: 47336783-caad-52d4-a900-9cc7c7c76434 ElevationRequirement: elevationRequired ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/4.7.1/Baidu.SwanIDE.locale.en-US.yaml b/manifests/b/Baidu/SwanIDE/4.7.1/Baidu.SwanIDE.locale.en-US.yaml index 860ad7ae6f019..5ac93c97c86f0 100644 --- a/manifests/b/Baidu/SwanIDE/4.7.1/Baidu.SwanIDE.locale.en-US.yaml +++ b/manifests/b/Baidu/SwanIDE/4.7.1/Baidu.SwanIDE.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: Baidu.SwanIDE PackageVersion: 4.7.1 @@ -27,11 +27,10 @@ Tags: - mini-program - smart-program - web -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://smartprogram.baidu.com/docs/develop/devtools/uplog_tool_normal/ # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/4.7.1/Baidu.SwanIDE.locale.zh-CN.yaml b/manifests/b/Baidu/SwanIDE/4.7.1/Baidu.SwanIDE.locale.zh-CN.yaml index 6e63e47f54261..7a620e8bc2caa 100644 --- a/manifests/b/Baidu/SwanIDE/4.7.1/Baidu.SwanIDE.locale.zh-CN.yaml +++ b/manifests/b/Baidu/SwanIDE/4.7.1/Baidu.SwanIDE.locale.zh-CN.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.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: Baidu.SwanIDE PackageVersion: 4.7.1 @@ -25,7 +25,6 @@ Tags: - 开发者工具 - 智能小程序 - 网页 -# Agreements: ReleaseNotes: |- New - 真机调试时,支持同步更新移动端小程序样式的功能。 @@ -38,4 +37,4 @@ ReleaseNotesUrl: https://smartprogram.baidu.com/docs/develop/devtools/uplog_tool # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/4.7.1/Baidu.SwanIDE.yaml b/manifests/b/Baidu/SwanIDE/4.7.1/Baidu.SwanIDE.yaml index 3f4d55376ee47..6ae9831bf1767 100644 --- a/manifests/b/Baidu/SwanIDE/4.7.1/Baidu.SwanIDE.yaml +++ b/manifests/b/Baidu/SwanIDE/4.7.1/Baidu.SwanIDE.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: Baidu.SwanIDE PackageVersion: 4.7.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/4.8.1/Baidu.SwanIDE.installer.yaml b/manifests/b/Baidu/SwanIDE/4.8.1/Baidu.SwanIDE.installer.yaml index 4c368221f295e..89c3efdf94691 100644 --- a/manifests/b/Baidu/SwanIDE/4.8.1/Baidu.SwanIDE.installer.yaml +++ b/manifests/b/Baidu/SwanIDE/4.8.1/Baidu.SwanIDE.installer.yaml @@ -1,9 +1,9 @@ -# 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: Baidu.SwanIDE PackageVersion: 4.8.1 -InstallerType: nullsoft # electron-builder +InstallerType: nullsoft InstallerSwitches: Upgrade: --updated UpgradeBehavior: install @@ -18,18 +18,18 @@ ReleaseDate: 2022-11-23 Installers: - Architecture: x64 Scope: user - InstallerUrl: https://b.bdstatic.com/miniapp/development_tool/1736d/%E7%99%BE%E5%BA%A6%E5%BC%80%E5%8F%91%E8%80%85%E5%B7%A5%E5%85%B7-4.8.1-x64.exe + InstallerUrl: https://b.bdstatic.com/miniapp/development_tool/1736d/百度开发者工具-4.8.1-x64.exe InstallerSha256: 236833BD90C474CB4A80BB7665DF809712D699902F662CCB5EA09A7ED79B7C7E InstallerSwitches: Custom: /currentuser ProductCode: 47336783-caad-52d4-a900-9cc7c7c76434 - Architecture: x64 Scope: machine - InstallerUrl: https://b.bdstatic.com/miniapp/development_tool/1736d/%E7%99%BE%E5%BA%A6%E5%BC%80%E5%8F%91%E8%80%85%E5%B7%A5%E5%85%B7-4.8.1-x64.exe + InstallerUrl: https://b.bdstatic.com/miniapp/development_tool/1736d/百度开发者工具-4.8.1-x64.exe InstallerSha256: 236833BD90C474CB4A80BB7665DF809712D699902F662CCB5EA09A7ED79B7C7E InstallerSwitches: Custom: /allusers ProductCode: 47336783-caad-52d4-a900-9cc7c7c76434 ElevationRequirement: elevationRequired ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/4.8.1/Baidu.SwanIDE.locale.en-US.yaml b/manifests/b/Baidu/SwanIDE/4.8.1/Baidu.SwanIDE.locale.en-US.yaml index 29fca15e51957..894ad083e540a 100644 --- a/manifests/b/Baidu/SwanIDE/4.8.1/Baidu.SwanIDE.locale.en-US.yaml +++ b/manifests/b/Baidu/SwanIDE/4.8.1/Baidu.SwanIDE.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: Baidu.SwanIDE PackageVersion: 4.8.1 @@ -27,11 +27,10 @@ Tags: - mini-program - smart-program - web -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://smartprogram.baidu.com/docs/develop/devtools/uplog_tool_normal/ # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/4.8.1/Baidu.SwanIDE.locale.zh-CN.yaml b/manifests/b/Baidu/SwanIDE/4.8.1/Baidu.SwanIDE.locale.zh-CN.yaml index 7a0e9fae8d49d..da5c6453263ca 100644 --- a/manifests/b/Baidu/SwanIDE/4.8.1/Baidu.SwanIDE.locale.zh-CN.yaml +++ b/manifests/b/Baidu/SwanIDE/4.8.1/Baidu.SwanIDE.locale.zh-CN.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.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: Baidu.SwanIDE PackageVersion: 4.8.1 @@ -25,7 +25,6 @@ Tags: - 开发者工具 - 智能小程序 - 网页 -# Agreements: ReleaseNotes: |- New - swan.getEnvInfoSync 返回内容增加小程序版本号字段。 @@ -37,4 +36,4 @@ ReleaseNotesUrl: https://smartprogram.baidu.com/docs/develop/devtools/uplog_tool # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/4.8.1/Baidu.SwanIDE.yaml b/manifests/b/Baidu/SwanIDE/4.8.1/Baidu.SwanIDE.yaml index e623a21f7ae5f..9d1eca4d5b030 100644 --- a/manifests/b/Baidu/SwanIDE/4.8.1/Baidu.SwanIDE.yaml +++ b/manifests/b/Baidu/SwanIDE/4.8.1/Baidu.SwanIDE.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: Baidu.SwanIDE PackageVersion: 4.8.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/4.8.2/Baidu.SwanIDE.installer.yaml b/manifests/b/Baidu/SwanIDE/4.8.2/Baidu.SwanIDE.installer.yaml index ce4a3c5eeec9c..b50f1c7faad07 100644 --- a/manifests/b/Baidu/SwanIDE/4.8.2/Baidu.SwanIDE.installer.yaml +++ b/manifests/b/Baidu/SwanIDE/4.8.2/Baidu.SwanIDE.installer.yaml @@ -1,9 +1,9 @@ -# 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: Baidu.SwanIDE PackageVersion: 4.8.2 -InstallerType: nullsoft # electron-builder +InstallerType: nullsoft InstallerSwitches: Upgrade: --updated UpgradeBehavior: install @@ -18,18 +18,18 @@ ReleaseDate: 2022-11-25 Installers: - Architecture: x64 Scope: user - InstallerUrl: https://b.bdstatic.com/miniapp/development_tool/e0301/%E7%99%BE%E5%BA%A6%E5%BC%80%E5%8F%91%E8%80%85%E5%B7%A5%E5%85%B7-4.9.1-x64.exe + InstallerUrl: https://b.bdstatic.com/miniapp/development_tool/e0301/百度开发者工具-4.9.1-x64.exe InstallerSha256: 06553AB53377E95D32ED574BDAD8986B78D873B88E5C207F952C121B61796E19 InstallerSwitches: Custom: /currentuser ProductCode: 47336783-caad-52d4-a900-9cc7c7c76434 - Architecture: x64 Scope: machine - InstallerUrl: https://b.bdstatic.com/miniapp/development_tool/e0301/%E7%99%BE%E5%BA%A6%E5%BC%80%E5%8F%91%E8%80%85%E5%B7%A5%E5%85%B7-4.9.1-x64.exe + InstallerUrl: https://b.bdstatic.com/miniapp/development_tool/e0301/百度开发者工具-4.9.1-x64.exe InstallerSha256: 06553AB53377E95D32ED574BDAD8986B78D873B88E5C207F952C121B61796E19 InstallerSwitches: Custom: /allusers ProductCode: 47336783-caad-52d4-a900-9cc7c7c76434 ElevationRequirement: elevationRequired ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/4.8.2/Baidu.SwanIDE.locale.en-US.yaml b/manifests/b/Baidu/SwanIDE/4.8.2/Baidu.SwanIDE.locale.en-US.yaml index f5f0f1df567b2..d11f7199dba88 100644 --- a/manifests/b/Baidu/SwanIDE/4.8.2/Baidu.SwanIDE.locale.en-US.yaml +++ b/manifests/b/Baidu/SwanIDE/4.8.2/Baidu.SwanIDE.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: Baidu.SwanIDE PackageVersion: 4.8.2 @@ -27,11 +27,10 @@ Tags: - mini-program - smart-program - web -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://smartprogram.baidu.com/docs/develop/devtools/uplog_tool_normal/ # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/4.8.2/Baidu.SwanIDE.locale.zh-CN.yaml b/manifests/b/Baidu/SwanIDE/4.8.2/Baidu.SwanIDE.locale.zh-CN.yaml index 464dd6b4a95fc..c9c2accb4e007 100644 --- a/manifests/b/Baidu/SwanIDE/4.8.2/Baidu.SwanIDE.locale.zh-CN.yaml +++ b/manifests/b/Baidu/SwanIDE/4.8.2/Baidu.SwanIDE.locale.zh-CN.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.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: Baidu.SwanIDE PackageVersion: 4.8.2 @@ -25,7 +25,6 @@ Tags: - 开发者工具 - 智能小程序 - 网页 -# Agreements: ReleaseNotes: |- BugFix - 修复模拟器首屏展现计算问题。 @@ -34,4 +33,4 @@ ReleaseNotesUrl: https://smartprogram.baidu.com/docs/develop/devtools/uplog_tool # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/4.8.2/Baidu.SwanIDE.yaml b/manifests/b/Baidu/SwanIDE/4.8.2/Baidu.SwanIDE.yaml index 2bbc522a01189..6a93f90602eaa 100644 --- a/manifests/b/Baidu/SwanIDE/4.8.2/Baidu.SwanIDE.yaml +++ b/manifests/b/Baidu/SwanIDE/4.8.2/Baidu.SwanIDE.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: Baidu.SwanIDE PackageVersion: 4.8.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/4.9.1/Baidu.SwanIDE.installer.yaml b/manifests/b/Baidu/SwanIDE/4.9.1/Baidu.SwanIDE.installer.yaml index e429f767496da..e46a38f824500 100644 --- a/manifests/b/Baidu/SwanIDE/4.9.1/Baidu.SwanIDE.installer.yaml +++ b/manifests/b/Baidu/SwanIDE/4.9.1/Baidu.SwanIDE.installer.yaml @@ -1,9 +1,9 @@ -# 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: Baidu.SwanIDE PackageVersion: 4.9.1 -InstallerType: nullsoft # electron-builder +InstallerType: nullsoft InstallerSwitches: Upgrade: --updated UpgradeBehavior: install @@ -18,18 +18,18 @@ ReleaseDate: 2022-12-07 Installers: - Architecture: x64 Scope: user - InstallerUrl: https://b.bdstatic.com/miniapp/development_tool/e0301/%E7%99%BE%E5%BA%A6%E5%BC%80%E5%8F%91%E8%80%85%E5%B7%A5%E5%85%B7-4.9.1-x64.exe + InstallerUrl: https://b.bdstatic.com/miniapp/development_tool/e0301/百度开发者工具-4.9.1-x64.exe InstallerSha256: 06553AB53377E95D32ED574BDAD8986B78D873B88E5C207F952C121B61796E19 InstallerSwitches: Custom: /currentuser ProductCode: 47336783-caad-52d4-a900-9cc7c7c76434 - Architecture: x64 Scope: machine - InstallerUrl: https://b.bdstatic.com/miniapp/development_tool/e0301/%E7%99%BE%E5%BA%A6%E5%BC%80%E5%8F%91%E8%80%85%E5%B7%A5%E5%85%B7-4.9.1-x64.exe + InstallerUrl: https://b.bdstatic.com/miniapp/development_tool/e0301/百度开发者工具-4.9.1-x64.exe InstallerSha256: 06553AB53377E95D32ED574BDAD8986B78D873B88E5C207F952C121B61796E19 InstallerSwitches: Custom: /allusers ProductCode: 47336783-caad-52d4-a900-9cc7c7c76434 ElevationRequirement: elevationRequired ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/4.9.1/Baidu.SwanIDE.locale.en-US.yaml b/manifests/b/Baidu/SwanIDE/4.9.1/Baidu.SwanIDE.locale.en-US.yaml index 90b54b097fd76..1e44d05fc34a0 100644 --- a/manifests/b/Baidu/SwanIDE/4.9.1/Baidu.SwanIDE.locale.en-US.yaml +++ b/manifests/b/Baidu/SwanIDE/4.9.1/Baidu.SwanIDE.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: Baidu.SwanIDE PackageVersion: 4.9.1 @@ -27,11 +27,10 @@ Tags: - mini-program - smart-program - web -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://smartprogram.baidu.com/docs/develop/devtools/uplog_tool_normal/ # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/4.9.1/Baidu.SwanIDE.locale.zh-CN.yaml b/manifests/b/Baidu/SwanIDE/4.9.1/Baidu.SwanIDE.locale.zh-CN.yaml index 04b3f1f5b86cb..ecfba9cbb41f9 100644 --- a/manifests/b/Baidu/SwanIDE/4.9.1/Baidu.SwanIDE.locale.zh-CN.yaml +++ b/manifests/b/Baidu/SwanIDE/4.9.1/Baidu.SwanIDE.locale.zh-CN.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.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: Baidu.SwanIDE PackageVersion: 4.9.1 @@ -25,7 +25,6 @@ Tags: - 开发者工具 - 智能小程序 - 网页 -# Agreements: ReleaseNotes: |- BugFix - 修复 Windows 触摸屏电脑点击无效问题。 @@ -35,4 +34,4 @@ ReleaseNotesUrl: https://smartprogram.baidu.com/docs/develop/devtools/uplog_tool # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/4.9.1/Baidu.SwanIDE.yaml b/manifests/b/Baidu/SwanIDE/4.9.1/Baidu.SwanIDE.yaml index f831f4ce3cb06..3ee865165c232 100644 --- a/manifests/b/Baidu/SwanIDE/4.9.1/Baidu.SwanIDE.yaml +++ b/manifests/b/Baidu/SwanIDE/4.9.1/Baidu.SwanIDE.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: Baidu.SwanIDE PackageVersion: 4.9.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/4.9.2/Baidu.SwanIDE.installer.yaml b/manifests/b/Baidu/SwanIDE/4.9.2/Baidu.SwanIDE.installer.yaml index 588987f371896..fffb03b16c770 100644 --- a/manifests/b/Baidu/SwanIDE/4.9.2/Baidu.SwanIDE.installer.yaml +++ b/manifests/b/Baidu/SwanIDE/4.9.2/Baidu.SwanIDE.installer.yaml @@ -1,9 +1,9 @@ -# 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: Baidu.SwanIDE PackageVersion: 4.9.2 -InstallerType: nullsoft # electron-builder +InstallerType: nullsoft InstallerSwitches: Upgrade: --updated UpgradeBehavior: install @@ -18,18 +18,18 @@ ReleaseDate: 2022-12-09 Installers: - Architecture: x64 Scope: user - InstallerUrl: https://b.bdstatic.com/miniapp/development_tool/37571/%E7%99%BE%E5%BA%A6%E5%BC%80%E5%8F%91%E8%80%85%E5%B7%A5%E5%85%B7-4.9.2-x64.exe + InstallerUrl: https://b.bdstatic.com/miniapp/development_tool/37571/百度开发者工具-4.9.2-x64.exe InstallerSha256: A0C5814C6E88079FEEFF9676E125CA6DD73CC6CDD261EC3199DF8E266FD2171C InstallerSwitches: Custom: /currentuser ProductCode: 47336783-caad-52d4-a900-9cc7c7c76434 - Architecture: x64 Scope: machine - InstallerUrl: https://b.bdstatic.com/miniapp/development_tool/37571/%E7%99%BE%E5%BA%A6%E5%BC%80%E5%8F%91%E8%80%85%E5%B7%A5%E5%85%B7-4.9.2-x64.exe + InstallerUrl: https://b.bdstatic.com/miniapp/development_tool/37571/百度开发者工具-4.9.2-x64.exe InstallerSha256: A0C5814C6E88079FEEFF9676E125CA6DD73CC6CDD261EC3199DF8E266FD2171C InstallerSwitches: Custom: /allusers ProductCode: 47336783-caad-52d4-a900-9cc7c7c76434 ElevationRequirement: elevationRequired ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/4.9.2/Baidu.SwanIDE.locale.en-US.yaml b/manifests/b/Baidu/SwanIDE/4.9.2/Baidu.SwanIDE.locale.en-US.yaml index 12d6b6f726a3b..0ce2a75b4c91d 100644 --- a/manifests/b/Baidu/SwanIDE/4.9.2/Baidu.SwanIDE.locale.en-US.yaml +++ b/manifests/b/Baidu/SwanIDE/4.9.2/Baidu.SwanIDE.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: Baidu.SwanIDE PackageVersion: 4.9.2 @@ -27,11 +27,10 @@ Tags: - mini-program - smart-program - web -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://smartprogram.baidu.com/docs/develop/devtools/uplog_tool_normal/ # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/4.9.2/Baidu.SwanIDE.locale.zh-CN.yaml b/manifests/b/Baidu/SwanIDE/4.9.2/Baidu.SwanIDE.locale.zh-CN.yaml index 721be80702e15..219ed990cee69 100644 --- a/manifests/b/Baidu/SwanIDE/4.9.2/Baidu.SwanIDE.locale.zh-CN.yaml +++ b/manifests/b/Baidu/SwanIDE/4.9.2/Baidu.SwanIDE.locale.zh-CN.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.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: Baidu.SwanIDE PackageVersion: 4.9.2 @@ -25,7 +25,6 @@ Tags: - 开发者工具 - 智能小程序 - 网页 -# Agreements: ReleaseNotes: |- BugFix - 修复工具首次进入小程序,可能会提示“检测 Appid 失败”的问题。 @@ -34,4 +33,4 @@ ReleaseNotesUrl: https://smartprogram.baidu.com/docs/develop/devtools/uplog_tool # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Baidu/SwanIDE/4.9.2/Baidu.SwanIDE.yaml b/manifests/b/Baidu/SwanIDE/4.9.2/Baidu.SwanIDE.yaml index ec7c0b7d66301..450419318bf97 100644 --- a/manifests/b/Baidu/SwanIDE/4.9.2/Baidu.SwanIDE.yaml +++ b/manifests/b/Baidu/SwanIDE/4.9.2/Baidu.SwanIDE.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: Baidu.SwanIDE PackageVersion: 4.9.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Balena/BalenaCLI/20.2.3/Balena.BalenaCLI.installer.yaml b/manifests/b/Balena/BalenaCLI/20.2.3/Balena.BalenaCLI.installer.yaml new file mode 100644 index 0000000000000..2fca059243060 --- /dev/null +++ b/manifests/b/Balena/BalenaCLI/20.2.3/Balena.BalenaCLI.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: Balena.BalenaCLI +PackageVersion: 20.2.3 +InstallerLocale: en-US +Platform: +- Windows.Desktop +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Commands: +- balena +ProductCode: balena-cli +ReleaseDate: 2025-01-15 +AppsAndFeaturesEntries: +- ProductCode: balena-cli +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\balena-cli' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/balena-io/balena-cli/releases/download/v20.2.3/balena-cli-v20.2.3-windows-x64-installer.exe + InstallerSha256: 5C9FF65CD815545DF80936A812BC09F2B47096E1A6DD785FFEE9387CE5BD3110 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/b/Balena/BalenaCLI/20.2.3/Balena.BalenaCLI.locale.en-US.yaml b/manifests/b/Balena/BalenaCLI/20.2.3/Balena.BalenaCLI.locale.en-US.yaml new file mode 100644 index 0000000000000..9be3ff407fe0f --- /dev/null +++ b/manifests/b/Balena/BalenaCLI/20.2.3/Balena.BalenaCLI.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: Balena.BalenaCLI +PackageVersion: 20.2.3 +PackageLocale: en-US +Publisher: Balena Inc. (https://balena.io/) +PublisherUrl: https://github.com/balena-io/balena-cli +PublisherSupportUrl: https://github.com/balena-io/balena-cli/issues +PrivacyUrl: https://www.balena.io/privacy-policy +Author: Juan Cruz Viotti +PackageName: balena-cli +PackageUrl: https://www.balena.io/docs/reference/balena-cli +License: Apache-2.0 +LicenseUrl: https://github.com/balena-io/balena-cli/blob/HEAD/LICENSE +Copyright: Copyright 2023 Balena +ShortDescription: The balena CLI is a Command Line Interface for balenaCloud or openBalena. +Description: |- + The balena CLI is a Command Line Interface for balenaCloud or openBalena. + It is a software tool available for Windows, macOS and Linux, used through a command prompt / terminal window. + It can be used interactively or invoked in scripts. + The balena CLI builds on the balena API and the balena SDK, and can also be directly imported in Node.js applications. + The balena CLI is an open-source project on GitHub, and your contribution is also welcome! +Tags: +- balena-io +- cli +- command-line-interface +- iot +ReleaseNotes: 53be743 (Remove unused old eslint version files, 2025-01-15) +ReleaseNotesUrl: https://github.com/balena-io/balena-cli/releases/tag/v20.2.3 +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/b/Balena/BalenaCLI/20.2.3/Balena.BalenaCLI.yaml b/manifests/b/Balena/BalenaCLI/20.2.3/Balena.BalenaCLI.yaml new file mode 100644 index 0000000000000..3c21e407b5862 --- /dev/null +++ b/manifests/b/Balena/BalenaCLI/20.2.3/Balena.BalenaCLI.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: Balena.BalenaCLI +PackageVersion: 20.2.3 +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.0.2509/BandicamCompany.Bandicut.installer.yaml b/manifests/b/BandicamCompany/Bandicut/4.0.0.2509/BandicamCompany.Bandicut.installer.yaml index d61e21eaeca57..8daca36af25c1 100644 --- a/manifests/b/BandicamCompany/Bandicut/4.0.0.2509/BandicamCompany.Bandicut.installer.yaml +++ b/manifests/b/BandicamCompany/Bandicut/4.0.0.2509/BandicamCompany.Bandicut.installer.yaml @@ -1,4 +1,4 @@ -# Created using wingetcreate 1.9.2.0 +# Created using wingetcreate 1.9.4.0 # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: BandicamCompany.Bandicut @@ -15,7 +15,7 @@ FileExtensions: - bcpf Installers: - Architecture: x64 - InstallerUrl: https://dl.bandicam.com/bandicut/bandicut-setup.exe + InstallerUrl: https://dl.bandicam.com/bandicut/old/bandicut-setup-4.0.0.2509.exe InstallerSha256: F2784D2DD1B5D6DA795F6EF2C10F5B5C4FBE8592A311182446238634691BF54C ManifestType: installer ManifestVersion: 1.9.0 diff --git a/manifests/b/BandicamCompany/Bandicut/4.0.0.2509/BandicamCompany.Bandicut.locale.en-US.yaml b/manifests/b/BandicamCompany/Bandicut/4.0.0.2509/BandicamCompany.Bandicut.locale.en-US.yaml index af51095b42792..11291ef5e10ae 100644 --- a/manifests/b/BandicamCompany/Bandicut/4.0.0.2509/BandicamCompany.Bandicut.locale.en-US.yaml +++ b/manifests/b/BandicamCompany/Bandicut/4.0.0.2509/BandicamCompany.Bandicut.locale.en-US.yaml @@ -1,4 +1,4 @@ -# Created using wingetcreate 1.9.2.0 +# Created using wingetcreate 1.9.4.0 # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: BandicamCompany.Bandicut diff --git a/manifests/b/BandicamCompany/Bandicut/4.0.0.2509/BandicamCompany.Bandicut.yaml b/manifests/b/BandicamCompany/Bandicut/4.0.0.2509/BandicamCompany.Bandicut.yaml index 16aee517928fb..0905afefe54d8 100644 --- a/manifests/b/BandicamCompany/Bandicut/4.0.0.2509/BandicamCompany.Bandicut.yaml +++ b/manifests/b/BandicamCompany/Bandicut/4.0.0.2509/BandicamCompany.Bandicut.yaml @@ -1,4 +1,4 @@ -# Created using wingetcreate 1.9.2.0 +# Created using wingetcreate 1.9.4.0 # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: BandicamCompany.Bandicut 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..4ef689c5b934d --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicut/4.0.1.2516/BandicamCompany.Bandicut.installer.yaml @@ -0,0 +1,27 @@ +# Created using wingetcreate 1.9.4.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 +MinimumOSVersion: 10.0.0.0 +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..91f1b4f385958 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicut/4.0.1.2516/BandicamCompany.Bandicut.locale.en-US.yaml @@ -0,0 +1,26 @@ +# Created using wingetcreate 1.9.4.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 +ReleaseNotesUrl: https://www.bandicam.com/bandicut-video-cutter/history/ +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..2e5caa9eb9135 --- /dev/null +++ b/manifests/b/BandicamCompany/Bandicut/4.0.1.2516/BandicamCompany.Bandicut.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: BandicamCompany.Bandicut +PackageVersion: 4.0.1.2516 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bandisoft/Bandizip/7.36/Bandisoft.Bandizip.installer.yaml b/manifests/b/Bandisoft/Bandizip/7.36/Bandisoft.Bandizip.installer.yaml deleted file mode 100644 index ac94758573669..0000000000000 --- a/manifests/b/Bandisoft/Bandizip/7.36/Bandisoft.Bandizip.installer.yaml +++ /dev/null @@ -1,85 +0,0 @@ -# Created with komac v2.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json - -PackageIdentifier: Bandisoft.Bandizip -PackageVersion: "7.36" -InstallerType: exe -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -InstallerSwitches: - Silent: /S - SilentWithProgress: /auto - InstallLocation: /D:"" -UpgradeBehavior: install -FileExtensions: -- '001' -- 7z -- ace -- aes -- alz -- apk -- arc -- arj -- asar -- bh -- bin -- br -- bz -- bz2 -- cab -- deb -- egg -- gz -- i00 -- iconpack -- img -- ipa -- iso -- isz -- jar -- lha -- lz -- lzh -- lzma -- pea -- pma -- rar -- tar -- tbz -- tbz2 -- tgz -- tlz -- txz -- udf -- uu -- uue -- war -- wim -- xpi -- xxe -- xz -- z -- zip -- zipx -- zpaq -- zst -- zstd -ReleaseDate: 2024-06-24 -Installers: -- Architecture: x86 - InstallerUrl: https://dl.bandisoft.com/bandizip.std/BANDIZIP-SETUP-STD-ALL.EXE - InstallerSha256: 14B3292A28E8B3E2F42B9F3B46A0A58F69AB7579B618ACD5EB6F66A9A50BA18A - ProductCode: Bandizip -- Architecture: x64 - InstallerUrl: https://dl.bandisoft.com/bandizip.std/BANDIZIP-SETUP-STD-X64.EXE - InstallerSha256: ECA3F509296FF86CC4C1E0404F7D77CD8A1348FFFC55A87AF6D39593622A4834 - ProductCode: Bandizip -- Architecture: arm64 - InstallerUrl: https://dl.bandisoft.com/bandizip.std/BANDIZIP-SETUP-STD-ALL.EXE - InstallerSha256: 14B3292A28E8B3E2F42B9F3B46A0A58F69AB7579B618ACD5EB6F66A9A50BA18A - ProductCode: Bandizip -ManifestType: installer -ManifestVersion: 1.9.0 diff --git a/manifests/b/Bandisoft/Bandizip/7.36/Bandisoft.Bandizip.yaml b/manifests/b/Bandisoft/Bandizip/7.36/Bandisoft.Bandizip.yaml deleted file mode 100644 index e951335d55379..0000000000000 --- a/manifests/b/Bandisoft/Bandizip/7.36/Bandisoft.Bandizip.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with komac v2.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json - -PackageIdentifier: Bandisoft.Bandizip -PackageVersion: "7.36" -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.9.0 diff --git a/manifests/b/Bandisoft/Bandizip/7.37/Bandisoft.Bandizip.installer.yaml b/manifests/b/Bandisoft/Bandizip/7.37/Bandisoft.Bandizip.installer.yaml new file mode 100644 index 0000000000000..52d7a80392f1b --- /dev/null +++ b/manifests/b/Bandisoft/Bandizip/7.37/Bandisoft.Bandizip.installer.yaml @@ -0,0 +1,82 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Bandisoft.Bandizip +PackageVersion: "7.37" +InstallerType: exe +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Silent: /S + SilentWithProgress: /auto + InstallLocation: /D:"" +UpgradeBehavior: install +FileExtensions: +- "001" +- 7z +- ace +- aes +- alz +- apk +- arc +- arj +- asar +- bh +- bin +- br +- bz +- bz2 +- cab +- deb +- egg +- gz +- i00 +- iconpack +- img +- ipa +- iso +- isz +- jar +- lha +- lz +- lzh +- lzma +- pea +- pma +- rar +- tar +- tbz +- tbz2 +- tgz +- tlz +- txz +- udf +- uu +- uue +- war +- wim +- xpi +- xxe +- xz +- z +- zip +- zipx +- zpaq +- zst +- zstd +ProductCode: Bandizip +Installers: +- Architecture: x86 + InstallerUrl: https://dl.bandisoft.com/bandizip.std/BANDIZIP-SETUP-STD-ALL.EXE + InstallerSha256: 391768ACA0E962D0A717B0C8EE63037AF0A8DCB7F13FA9BE8C380CFF0436E4DD +- Architecture: x64 + InstallerUrl: https://dl.bandisoft.com/bandizip.std/BANDIZIP-SETUP-STD-X64.EXE + InstallerSha256: 73EDF7411B00E2531DAA9D8B97B511969E6BCFE00FC501C12AE8EDD06EAABB74 +- Architecture: arm64 + InstallerUrl: https://dl.bandisoft.com/bandizip.std/BANDIZIP-SETUP-STD-ALL.EXE + InstallerSha256: 391768ACA0E962D0A717B0C8EE63037AF0A8DCB7F13FA9BE8C380CFF0436E4DD +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bandisoft/Bandizip/7.36/Bandisoft.Bandizip.locale.en-US.yaml b/manifests/b/Bandisoft/Bandizip/7.37/Bandisoft.Bandizip.locale.en-US.yaml similarity index 85% rename from manifests/b/Bandisoft/Bandizip/7.36/Bandisoft.Bandizip.locale.en-US.yaml rename to manifests/b/Bandisoft/Bandizip/7.37/Bandisoft.Bandizip.locale.en-US.yaml index 18f0432f077bc..617d2960cae11 100644 --- a/manifests/b/Bandisoft/Bandizip/7.36/Bandisoft.Bandizip.locale.en-US.yaml +++ b/manifests/b/Bandisoft/Bandizip/7.37/Bandisoft.Bandizip.locale.en-US.yaml @@ -1,51 +1,46 @@ -# Created with komac v2.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json - -PackageIdentifier: Bandisoft.Bandizip -PackageVersion: "7.36" -PackageLocale: en-US -Publisher: Bandisoft.com -PublisherUrl: https://www.bandisoft.com/ -PublisherSupportUrl: https://www.bandisoft.com/bandizip/help/ -PrivacyUrl: https://www.bandisoft.com/about/privacy/ -Author: Bandisoft International Inc. -PackageName: Bandizip -PackageUrl: https://www.bandisoft.com/bandizip/ -License: Proprietary -LicenseUrl: https://www.bandisoft.com/bandizip/eula/eula.en.pdf -Copyright: Copyright(C) 2024 Bandisoft International Inc. -ShortDescription: Bandizip is a powerful archiver that provides an ultrafast processing speed and convenient features. -Description: |- - Bandizip is a powerful archiver which provides an ultrafast processing speed and convenient features. Available free of charge, and its paid editions support a variety of advanced features. - - Supported OS: Windows 10/11 (x64/ARM64) - - All-inclusive compression/decompression/browsing/editing Archiver - - Extraction for 30+ formats, including RAR/RAR5/7Z/ZIP/ALZ/EGG - - Compressing an archive with password and multi-volume - - Fast compression with multi-core - - Windows 10/11 Context Menu support -Moniker: bandizip -Tags: -- archive -- archiver -- compress -- compression -- decompress -- decompression -- extract -- extractor -- unachive -- unachiver -- unzip -- zip -ReleaseNotes: |- - - Fixed a vulnerability occurring with RAR files (KVE-2024-0290) - - Fixed a bug with the Parallel Extraction (Thanks to 伊斯塔凛) - - Added a feature decompressing LZ4 archives - - Other modifications -ReleaseNotesUrl: https://www.bandisoft.com/bandizip/history/ -PurchaseUrl: https://www.bandisoft.com/bandizip/buy/ -Documentations: -- DocumentLabel: How-to - DocumentUrl: https://www.bandisoft.com/bandizip/howto/ -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: Bandisoft.Bandizip +PackageVersion: "7.37" +PackageLocale: en-US +Publisher: Bandisoft.com +PublisherUrl: https://www.bandisoft.com/ +PublisherSupportUrl: https://www.bandisoft.com/bandizip/help/ +PrivacyUrl: https://www.bandisoft.com/about/privacy/ +Author: Bandisoft International Inc. +PackageName: Bandizip +PackageUrl: https://www.bandisoft.com/bandizip/ +License: Proprietary +LicenseUrl: https://www.bandisoft.com/bandizip/eula/eula.en.pdf +Copyright: Copyright(C) 2024 Bandisoft International Inc. +ShortDescription: Bandizip is a powerful archiver that provides an ultrafast processing speed and convenient features. +Description: |- + Bandizip is a powerful archiver which provides an ultrafast processing speed and convenient features. Available free of charge, and its paid editions support a variety of advanced features. + - Supported OS: Windows 10/11 (x64/ARM64) + - All-inclusive compression/decompression/browsing/editing Archiver + - Extraction for 30+ formats, including RAR/RAR5/7Z/ZIP/ALZ/EGG + - Compressing an archive with password and multi-volume + - Fast compression with multi-core + - Windows 10/11 Context Menu support +Moniker: bandizip +Tags: +- archive +- archiver +- compress +- compression +- decompress +- decompression +- extract +- extractor +- unachive +- unachiver +- unzip +- zip +ReleaseNotesUrl: https://www.bandisoft.com/bandizip/history/ +PurchaseUrl: https://www.bandisoft.com/bandizip/buy/ +Documentations: +- DocumentLabel: How-to + DocumentUrl: https://www.bandisoft.com/bandizip/howto/ +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bandisoft/Bandizip/7.36/Bandisoft.Bandizip.locale.zh-CN.yaml b/manifests/b/Bandisoft/Bandizip/7.37/Bandisoft.Bandizip.locale.zh-CN.yaml similarity index 93% rename from manifests/b/Bandisoft/Bandizip/7.36/Bandisoft.Bandizip.locale.zh-CN.yaml rename to manifests/b/Bandisoft/Bandizip/7.37/Bandisoft.Bandizip.locale.zh-CN.yaml index b92cc339a3448..6c369a725a2c0 100644 --- a/manifests/b/Bandisoft/Bandizip/7.36/Bandisoft.Bandizip.locale.zh-CN.yaml +++ b/manifests/b/Bandisoft/Bandizip/7.37/Bandisoft.Bandizip.locale.zh-CN.yaml @@ -1,38 +1,38 @@ -# Created with komac v2.6.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json - -PackageIdentifier: Bandisoft.Bandizip -PackageVersion: "7.36" -PackageLocale: zh-CN -Publisher: Bandisoft.com -PublisherUrl: https://cn.bandisoft.com/ -PublisherSupportUrl: https://cn.bandisoft.com/bandizip/help/ -PrivacyUrl: https://cn.bandisoft.com/about/privacy/ -Author: Bandisoft International Inc. -PackageName: Bandizip -PackageUrl: https://cn.bandisoft.com/bandizip/ -License: 专有软件 -LicenseUrl: https://cn.bandisoft.com/bandizip/eula/eula.en.pdf -Copyright: Copyright(C) 2024 Bandisoft International Inc. -ShortDescription: Bandizip 是一个强大的多功能压缩文件管理工具,可提供很快的解压缩速度和其他各种实用功能。 -Description: |- - Bandizip 是一个强大的多功能压缩文件管理工具,可提供很快的解压缩速度和其他各种实用功能。这是一个免费的软件,其付费版本更是可以使用更多的实用功能。 - - 支持的操作系统:Windows 10/11(64bit/ARM64) - - 集压缩/解压/浏览/编辑为一体的压缩包管理器 - - 可以提取包括 RAR/ISO/7Z/ZIP 在内的 30 多种格式 - - 可以创建拥有密码和压缩分卷的压缩包 - - 支持多个的处理器核心进行高速的解压缩操作 -Tags: -- 压缩 -- 归档 -- 打包 -- 提取 -- 解包 -- 解压 -ReleaseNotesUrl: https://cn.bandisoft.com/bandizip/history/ -PurchaseUrl: https://cn.bandisoft.com/bandizip/buy/ -Documentations: -- DocumentLabel: 使用方法 - DocumentUrl: https://cn.bandisoft.com/bandizip/howto/ -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: Bandisoft.Bandizip +PackageVersion: "7.37" +PackageLocale: zh-CN +Publisher: Bandisoft.com +PublisherUrl: https://cn.bandisoft.com/ +PublisherSupportUrl: https://cn.bandisoft.com/bandizip/help/ +PrivacyUrl: https://cn.bandisoft.com/about/privacy/ +Author: Bandisoft International Inc. +PackageName: Bandizip +PackageUrl: https://cn.bandisoft.com/bandizip/ +License: 专有软件 +LicenseUrl: https://cn.bandisoft.com/bandizip/eula/eula.en.pdf +Copyright: Copyright(C) 2024 Bandisoft International Inc. +ShortDescription: Bandizip 是一个强大的多功能压缩文件管理工具,可提供很快的解压缩速度和其他各种实用功能。 +Description: |- + Bandizip 是一个强大的多功能压缩文件管理工具,可提供很快的解压缩速度和其他各种实用功能。这是一个免费的软件,其付费版本更是可以使用更多的实用功能。 + - 支持的操作系统:Windows 10/11(64bit/ARM64) + - 集压缩/解压/浏览/编辑为一体的压缩包管理器 + - 可以提取包括 RAR/ISO/7Z/ZIP 在内的 30 多种格式 + - 可以创建拥有密码和压缩分卷的压缩包 + - 支持多个的处理器核心进行高速的解压缩操作 +Tags: +- 压缩 +- 归档 +- 打包 +- 提取 +- 解包 +- 解压 +ReleaseNotesUrl: https://cn.bandisoft.com/bandizip/history/ +PurchaseUrl: https://cn.bandisoft.com/bandizip/buy/ +Documentations: +- DocumentLabel: 使用方法 + DocumentUrl: https://cn.bandisoft.com/bandizip/howto/ +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bandisoft/Bandizip/7.37/Bandisoft.Bandizip.yaml b/manifests/b/Bandisoft/Bandizip/7.37/Bandisoft.Bandizip.yaml new file mode 100644 index 0000000000000..8246328db0ed4 --- /dev/null +++ b/manifests/b/Bandisoft/Bandizip/7.37/Bandisoft.Bandizip.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: Bandisoft.Bandizip +PackageVersion: "7.37" +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/BigSweetPotatoStudio/HyperChat/0.3.5/BigSweetPotatoStudio.HyperChat.installer.yaml b/manifests/b/BigSweetPotatoStudio/HyperChat/0.3.5/BigSweetPotatoStudio.HyperChat.installer.yaml new file mode 100644 index 0000000000000..2a36656c56427 --- /dev/null +++ b/manifests/b/BigSweetPotatoStudio/HyperChat/0.3.5/BigSweetPotatoStudio.HyperChat.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: BigSweetPotatoStudio.HyperChat +PackageVersion: 0.3.5 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: 9014033f-f8f9-5a96-9d4d-94dba10a5423 +ReleaseDate: 2025-02-11 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/BigSweetPotatoStudio/HyperChat/releases/download/v0.3.5/HyperChat-0.3.5-win-x64.exe + InstallerSha256: 6A8C54BADED87D98F047BF428FA95A9DF8F7FE81CD639909AB6D287C997DD963 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/b/BigSweetPotatoStudio/HyperChat/0.3.5/BigSweetPotatoStudio.HyperChat.locale.en-US.yaml b/manifests/b/BigSweetPotatoStudio/HyperChat/0.3.5/BigSweetPotatoStudio.HyperChat.locale.en-US.yaml new file mode 100644 index 0000000000000..b614b0f9364a1 --- /dev/null +++ b/manifests/b/BigSweetPotatoStudio/HyperChat/0.3.5/BigSweetPotatoStudio.HyperChat.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: BigSweetPotatoStudio.HyperChat +PackageVersion: 0.3.5 +PackageLocale: en-US +Publisher: Dadigua +PublisherUrl: https://www.dadigua.men/ +PublisherSupportUrl: https://github.com/BigSweetPotatoStudio/HyperChat/issues +PackageName: HyperChat +PackageUrl: https://github.com/BigSweetPotatoStudio/HyperChat +License: Apache-2.0 +LicenseUrl: https://github.com/BigSweetPotatoStudio/HyperChat/blob/HEAD/LICENSE +Copyright: © 2024 Liao Donghuo. +ShortDescription: A Chat client that strives for openness, utilizing APIs from various LLMs to achieve the best Chat experience, as well as implementing productivity tools through the MCP protocol. +Description: |- + HyperChat is an open Chat client that can use various LLM APIs to provide the best Chat experience and implement productivity tools through the MCP protocol. + - Supports OpenAI-style LLMs, OpenAI, Claude(OpenRouter), Qwen, Deepseek, GLM, Ollama. + - Built-in MCP plugin market with user-friendly MCP installation configuration, one-click installation, and welcome to submit HyperChatMCP. + - Also supports manual installation of third-party MCPs; simply fill in command, args, and env. +Tags: +- ai +- chatbot +- chatgpt +- claude +- deepseek +- doubao +- large-language-model +- llama +- llm +- openai +- qwen +ReleaseNotes: |- + Happy New Year! Back to work! + - Add dark theme support +ReleaseNotesUrl: https://github.com/BigSweetPotatoStudio/HyperChat/releases/tag/v0.3.5 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/BigSweetPotatoStudio/HyperChat/wiki +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/b/BigSweetPotatoStudio/HyperChat/0.3.5/BigSweetPotatoStudio.HyperChat.locale.zh-CN.yaml b/manifests/b/BigSweetPotatoStudio/HyperChat/0.3.5/BigSweetPotatoStudio.HyperChat.locale.zh-CN.yaml new file mode 100644 index 0000000000000..49aa4d95095e6 --- /dev/null +++ b/manifests/b/BigSweetPotatoStudio/HyperChat/0.3.5/BigSweetPotatoStudio.HyperChat.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: BigSweetPotatoStudio.HyperChat +PackageVersion: 0.3.5 +PackageLocale: zh-CN +ShortDescription: 一个追求开放的 Chat 客户端,可以使用各家 LLM 的 API,实现最好的 Chat 体验,以及实现生产力工具通过 MCP 协议。 +Description: |- + HyperChat 是一个追求开放的 Chat 客户端,可以使用各家 LLM 的 API,实现最好的 Chat 体验,以及实现生产力工具通过 MCP 协议。 + - 支持 OpenAI 风格的 LLM,OpenAI , Claude(OpenRouter), Qwen, Deepseek, GLM, Ollama 。 + - 内置 MCP 插件市场,人性化的 MCP 的安装填写配置,一键安装,欢迎提交 HyperChatMCP。 + - 也支持第三方 MCP 手动安装,填写 command , args , env 即可。 +Tags: +- chatgpt +- claude +- llama +- llm +- openai +- 人工智能 +- 大语言模型 +- 深度求索 +- 聊天机器人 +- 豆包 +- 通义千问 +ReleaseNotes: |- + 新年快乐,开工了 + - 支持夜间模式 +ReleaseNotesUrl: https://github.com/BigSweetPotatoStudio/HyperChat/releases/tag/v0.3.5 +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/b/BigSweetPotatoStudio/HyperChat/0.3.5/BigSweetPotatoStudio.HyperChat.yaml b/manifests/b/BigSweetPotatoStudio/HyperChat/0.3.5/BigSweetPotatoStudio.HyperChat.yaml new file mode 100644 index 0000000000000..764d1b8322a60 --- /dev/null +++ b/manifests/b/BigSweetPotatoStudio/HyperChat/0.3.5/BigSweetPotatoStudio.HyperChat.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: BigSweetPotatoStudio.HyperChat +PackageVersion: 0.3.5 +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/3.15.0.1649/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/3.15.0.1649/Bilibili.Livehime.installer.yaml index 06d3e0689e873..e8fd04f8aba2c 100644 --- a/manifests/b/Bilibili/Livehime/3.15.0.1649/Bilibili.Livehime.installer.yaml +++ b/manifests/b/Bilibili/Livehime/3.15.0.1649/Bilibili.Livehime.installer.yaml @@ -1,10 +1,10 @@ -# 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: Bilibili.Livehime PackageVersion: 3.15.0.1649 MinimumOSVersion: 10.0.0.0 -InstallerType: exe +InstallerType: inno InstallerSwitches: Silent: /verysilent SilentWithProgress: /silent @@ -13,4 +13,4 @@ Installers: InstallerUrl: https://dl-hdslb-com.oss-cn-shanghai.aliyuncs.com/bili/bililive/win/Livehime-Win-beta-3.15.0.1649.exe InstallerSha256: 0613BE3FF3A9DA678055604836BC3838E834DA95C6213F4E3209578236A05D34 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/3.15.0.1649/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/3.15.0.1649/Bilibili.Livehime.locale.en-US.yaml index 629c7bc32ef14..c5fd5e317c268 100644 --- a/manifests/b/Bilibili/Livehime/3.15.0.1649/Bilibili.Livehime.locale.en-US.yaml +++ b/manifests/b/Bilibili/Livehime/3.15.0.1649/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 3.15.0.1649 PackageLocale: en-US Publisher: 上海幻电信息科技有限公司 -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: Author: Bilibili PackageName: 哔哩哔哩直播姬 PackageUrl: https://live.bilibili.com/liveHime License: Bilibili Livehime License and Terms of Service -# LicenseUrl: -# Copyright: -# CopyrightUrl: +# LicenseUrl: +# Copyright: +# CopyrightUrl: ShortDescription: Bilibili.Livehime -# Description: +# Description: Moniker: livehime Tags: - bilibili - broadcasting - live - streaming -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/3.15.0.1649/Bilibili.Livehime.yaml b/manifests/b/Bilibili/Livehime/3.15.0.1649/Bilibili.Livehime.yaml index b3564901a2f39..57da4b6ca96af 100644 --- a/manifests/b/Bilibili/Livehime/3.15.0.1649/Bilibili.Livehime.yaml +++ b/manifests/b/Bilibili/Livehime/3.15.0.1649/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 3.15.0.1649 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/3.41.1.2314/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/3.41.1.2314/Bilibili.Livehime.installer.yaml index a45da4f54dc90..6c2c1351fbd49 100644 --- a/manifests/b/Bilibili/Livehime/3.41.1.2314/Bilibili.Livehime.installer.yaml +++ b/manifests/b/Bilibili/Livehime/3.41.1.2314/Bilibili.Livehime.installer.yaml @@ -1,18 +1,17 @@ -# 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: Bilibili.Livehime PackageVersion: 3.41.1.2314 +InstallerLocale: zh-CN MinimumOSVersion: 10.0.0.0 +InstallerType: inno +Scope: machine +UpgradeBehavior: install Installers: -- InstallerLocale: zh-CN - Architecture: x86 - InstallerType: inno - Scope: machine +- Architecture: x86 InstallerUrl: https://dl-hdslb-com.oss-cn-shanghai.aliyuncs.com/bili/bililive/win/Livehime-Win-beta-3.41.1.2314.exe InstallerSha256: E06CA5F18B5D2D518A0E8C5C98D0D904D9E9F34A47BC95CD3B57CA9DED1BBF30 ProductCode: '{81F6F736-F774-4965-A593-1AFD31ABBB35}_is1' - UpgradeBehavior: install ManifestType: installer -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/3.41.1.2314/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/3.41.1.2314/Bilibili.Livehime.locale.en-US.yaml index 8f4bd0be13106..ba5c162bd109d 100644 --- a/manifests/b/Bilibili/Livehime/3.41.1.2314/Bilibili.Livehime.locale.en-US.yaml +++ b/manifests/b/Bilibili/Livehime/3.41.1.2314/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 3.41.1.2314 @@ -8,16 +8,21 @@ Publisher: 上海幻电信息科技有限公司 PublisherUrl: https://live.bilibili.com PublisherSupportUrl: https://link.bilibili.com/p/help/index/ PrivacyUrl: https://www.bilibili.com/blackboard/live/mobilelink-provacypolicy.html -#Author: +# Author: PackageName: 哔哩哔哩直播姬 PackageUrl: https://live.bilibili.com/liveHime License: Freeware LicenseUrl: https://www.bilibili.com/blackboard/live/activity-dLUnpNZEM1.html Copyright: Copyright © 2016 上海幻电信息科技有限公司. All Right Reserved. -#CopyrightUrl: +# CopyrightUrl: ShortDescription: Bilibili live official live streaming tool Description: Bilibili livehime is a broadcasting tool for Bilibili broadcasters and uploaders, integrating games, entertainment and voice broadcasting. -Moniker: livehime +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/3.41.1.2314/Bilibili.Livehime.locale.zh-CN.yaml b/manifests/b/Bilibili/Livehime/3.41.1.2314/Bilibili.Livehime.locale.zh-CN.yaml index 5a398bce64de7..306e3f3bb1499 100644 --- a/manifests/b/Bilibili/Livehime/3.41.1.2314/Bilibili.Livehime.locale.zh-CN.yaml +++ b/manifests/b/Bilibili/Livehime/3.41.1.2314/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 3.41.1.2314 @@ -8,15 +8,21 @@ Publisher: 上海幻电信息科技有限公司 PublisherUrl: https://live.bilibili.com PublisherSupportUrl: https://link.bilibili.com/p/help/index/ PrivacyUrl: https://www.bilibili.com/blackboard/live/mobilelink-provacypolicy.html -#Author: +# Author: PackageName: 哔哩哔哩直播姬 PackageUrl: https://live.bilibili.com/liveHime License: Freeware LicenseUrl: https://www.bilibili.com/blackboard/live/activity-dLUnpNZEM1.html Copyright: Copyright © 2016 上海幻电信息科技有限公司. All Right Reserved. -#CopyrightUrl: +# CopyrightUrl: ShortDescription: 哔哩哔哩直播官方直播软件 Description: 哔哩哔哩直播姬是哔哩哔哩独家为主播和UP主们打造的开播软件,集游戏、娱乐、语音开播为一体。一键即可开播,下一个直播届的超级偶像就是你~ +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/3.41.1.2314/Bilibili.Livehime.yaml b/manifests/b/Bilibili/Livehime/3.41.1.2314/Bilibili.Livehime.yaml index 6e3c65fdb4279..4de4db1d1c61d 100644 --- a/manifests/b/Bilibili/Livehime/3.41.1.2314/Bilibili.Livehime.yaml +++ b/manifests/b/Bilibili/Livehime/3.41.1.2314/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 3.41.1.2314 DefaultLocale: zh-CN ManifestType: version -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/3.41.2.2356/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/3.41.2.2356/Bilibili.Livehime.installer.yaml index 09cd10532b8c7..6fa7563245ef1 100644 --- a/manifests/b/Bilibili/Livehime/3.41.2.2356/Bilibili.Livehime.installer.yaml +++ b/manifests/b/Bilibili/Livehime/3.41.2.2356/Bilibili.Livehime.installer.yaml @@ -1,18 +1,17 @@ -# 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: Bilibili.Livehime PackageVersion: 3.41.2.2356 +InstallerLocale: zh-CN MinimumOSVersion: 10.0.0.0 +InstallerType: inno +Scope: machine +UpgradeBehavior: install Installers: -- InstallerLocale: zh-CN - Architecture: x86 - InstallerType: inno - Scope: machine +- Architecture: x86 InstallerUrl: https://dl-hdslb-com.oss-cn-shanghai.aliyuncs.com/bili/bililive/win/Livehime-Win-beta-3.41.2.2356.exe InstallerSha256: 21E95BB4281F3C3F1168D1E916098B710805347201FD804F3FF4EEB4F5359547 ProductCode: '{81F6F736-F774-4965-A593-1AFD31ABBB35}_is1' - UpgradeBehavior: install ManifestType: installer -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/3.41.2.2356/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/3.41.2.2356/Bilibili.Livehime.locale.en-US.yaml index 2f816b574f30b..1ba68baab7b7c 100644 --- a/manifests/b/Bilibili/Livehime/3.41.2.2356/Bilibili.Livehime.locale.en-US.yaml +++ b/manifests/b/Bilibili/Livehime/3.41.2.2356/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 3.41.2.2356 @@ -8,16 +8,21 @@ Publisher: 上海幻电信息科技有限公司 PublisherUrl: https://live.bilibili.com PublisherSupportUrl: https://link.bilibili.com/p/help/index/ PrivacyUrl: https://www.bilibili.com/blackboard/live/mobilelink-provacypolicy.html -#Author: +# Author: PackageName: 哔哩哔哩直播姬 PackageUrl: https://live.bilibili.com/liveHime License: Freeware LicenseUrl: https://www.bilibili.com/blackboard/live/activity-dLUnpNZEM1.html Copyright: Copyright © 2016 上海幻电信息科技有限公司. All Right Reserved. -#CopyrightUrl: +# CopyrightUrl: ShortDescription: Bilibili live official live streaming tool Description: Bilibili livehime is a broadcasting tool for Bilibili broadcasters and uploaders, integrating games, entertainment and voice broadcasting. -Moniker: livehime +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/3.41.2.2356/Bilibili.Livehime.locale.zh-CN.yaml b/manifests/b/Bilibili/Livehime/3.41.2.2356/Bilibili.Livehime.locale.zh-CN.yaml index 9004f65e1fdea..72de37023988c 100644 --- a/manifests/b/Bilibili/Livehime/3.41.2.2356/Bilibili.Livehime.locale.zh-CN.yaml +++ b/manifests/b/Bilibili/Livehime/3.41.2.2356/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 3.41.2.2356 @@ -8,15 +8,21 @@ Publisher: 上海幻电信息科技有限公司 PublisherUrl: https://live.bilibili.com PublisherSupportUrl: https://link.bilibili.com/p/help/index/ PrivacyUrl: https://www.bilibili.com/blackboard/live/mobilelink-provacypolicy.html -#Author: +# Author: PackageName: 哔哩哔哩直播姬 PackageUrl: https://live.bilibili.com/liveHime License: Freeware LicenseUrl: https://www.bilibili.com/blackboard/live/activity-dLUnpNZEM1.html Copyright: Copyright © 2016 上海幻电信息科技有限公司. All Right Reserved. -#CopyrightUrl: +# CopyrightUrl: ShortDescription: 哔哩哔哩直播官方直播软件 Description: 哔哩哔哩直播姬是哔哩哔哩独家为主播和UP主们打造的开播软件,集游戏、娱乐、语音开播为一体。一键即可开播,下一个直播届的超级偶像就是你~ +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/3.41.2.2356/Bilibili.Livehime.yaml b/manifests/b/Bilibili/Livehime/3.41.2.2356/Bilibili.Livehime.yaml index 0ffcd8ff7726f..11b15aacf25a8 100644 --- a/manifests/b/Bilibili/Livehime/3.41.2.2356/Bilibili.Livehime.yaml +++ b/manifests/b/Bilibili/Livehime/3.41.2.2356/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 3.41.2.2356 DefaultLocale: zh-CN ManifestType: version -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/3.42.0.2365/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/3.42.0.2365/Bilibili.Livehime.installer.yaml index b4dc3287f33da..e9fe32fc79f4e 100644 --- a/manifests/b/Bilibili/Livehime/3.42.0.2365/Bilibili.Livehime.installer.yaml +++ b/manifests/b/Bilibili/Livehime/3.42.0.2365/Bilibili.Livehime.installer.yaml @@ -1,18 +1,17 @@ -# 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: Bilibili.Livehime PackageVersion: 3.42.0.2365 +InstallerLocale: zh-CN MinimumOSVersion: 10.0.0.0 +InstallerType: inno +Scope: machine +UpgradeBehavior: install Installers: -- InstallerLocale: zh-CN - Architecture: x86 - InstallerType: inno - Scope: machine +- Architecture: x86 InstallerUrl: https://dl-hdslb-com.oss-cn-shanghai.aliyuncs.com/bili/bililive/win/Livehime-Win-beta-3.42.0.2365.exe InstallerSha256: 99245FE7D06E6D4ACB63AA7C9BE20289E889C9431C6753F8E95D9EEB85BB7D79 ProductCode: '{81F6F736-F774-4965-A593-1AFD31ABBB35}_is1' - UpgradeBehavior: install ManifestType: installer -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/3.42.0.2365/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/3.42.0.2365/Bilibili.Livehime.locale.en-US.yaml index 551b2fc882597..aedcdcc3ff9d3 100644 --- a/manifests/b/Bilibili/Livehime/3.42.0.2365/Bilibili.Livehime.locale.en-US.yaml +++ b/manifests/b/Bilibili/Livehime/3.42.0.2365/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 3.42.0.2365 @@ -8,16 +8,21 @@ Publisher: 上海幻电信息科技有限公司 PublisherUrl: https://live.bilibili.com PublisherSupportUrl: https://link.bilibili.com/p/help/index/ PrivacyUrl: https://www.bilibili.com/blackboard/live/mobilelink-provacypolicy.html -#Author: +# Author: PackageName: 哔哩哔哩直播姬 PackageUrl: https://live.bilibili.com/liveHime License: Freeware LicenseUrl: https://www.bilibili.com/blackboard/live/activity-dLUnpNZEM1.html Copyright: Copyright © 2016 上海幻电信息科技有限公司. All Right Reserved. -#CopyrightUrl: +# CopyrightUrl: ShortDescription: Bilibili live official live streaming tool Description: Bilibili livehime is a broadcasting tool for Bilibili broadcasters and uploaders, integrating games, entertainment and voice broadcasting. -Moniker: livehime +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/3.42.0.2365/Bilibili.Livehime.locale.zh-CN.yaml b/manifests/b/Bilibili/Livehime/3.42.0.2365/Bilibili.Livehime.locale.zh-CN.yaml index bd61c045aa0a4..a180b3e8353d7 100644 --- a/manifests/b/Bilibili/Livehime/3.42.0.2365/Bilibili.Livehime.locale.zh-CN.yaml +++ b/manifests/b/Bilibili/Livehime/3.42.0.2365/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 3.42.0.2365 @@ -8,15 +8,21 @@ Publisher: 上海幻电信息科技有限公司 PublisherUrl: https://live.bilibili.com PublisherSupportUrl: https://link.bilibili.com/p/help/index/ PrivacyUrl: https://www.bilibili.com/blackboard/live/mobilelink-provacypolicy.html -#Author: +# Author: PackageName: 哔哩哔哩直播姬 PackageUrl: https://live.bilibili.com/liveHime License: Freeware LicenseUrl: https://www.bilibili.com/blackboard/live/activity-dLUnpNZEM1.html Copyright: Copyright © 2016 上海幻电信息科技有限公司. All Right Reserved. -#CopyrightUrl: +# CopyrightUrl: ShortDescription: 哔哩哔哩直播官方直播软件 Description: 哔哩哔哩直播姬是哔哩哔哩独家为主播和UP主们打造的开播软件,集游戏、娱乐、语音开播为一体。一键即可开播,下一个直播届的超级偶像就是你~ +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/3.42.0.2365/Bilibili.Livehime.yaml b/manifests/b/Bilibili/Livehime/3.42.0.2365/Bilibili.Livehime.yaml index f91b550efb69e..2d5369bc0bf4c 100644 --- a/manifests/b/Bilibili/Livehime/3.42.0.2365/Bilibili.Livehime.yaml +++ b/manifests/b/Bilibili/Livehime/3.42.0.2365/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 3.42.0.2365 DefaultLocale: zh-CN ManifestType: version -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/3.42.1.2377/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/3.42.1.2377/Bilibili.Livehime.installer.yaml index 3be250c0e94aa..0894c47d7f58b 100644 --- a/manifests/b/Bilibili/Livehime/3.42.1.2377/Bilibili.Livehime.installer.yaml +++ b/manifests/b/Bilibili/Livehime/3.42.1.2377/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 3.42.1.2377 MinimumOSVersion: 10.0.0.0 +InstallerType: inno +Scope: machine +UpgradeBehavior: install Installers: - Architecture: x86 - InstallerType: inno - Scope: machine InstallerUrl: https://dl-hdslb-com.oss-cn-shanghai.aliyuncs.com/bili/bililive/win/Livehime-Win-beta-3.42.1.2377.exe InstallerSha256: 30D0C4776F1CE8014CEFB966EF140B77808C6BC84EFBB83D7CFAEF66661DEED9 ProductCode: '{81F6F736-F774-4965-A593-1AFD31ABBB35}_is1' - UpgradeBehavior: install ManifestType: installer -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/3.42.1.2377/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/3.42.1.2377/Bilibili.Livehime.locale.en-US.yaml index 959a3852a3bd3..8b02907c154ba 100644 --- a/manifests/b/Bilibili/Livehime/3.42.1.2377/Bilibili.Livehime.locale.en-US.yaml +++ b/manifests/b/Bilibili/Livehime/3.42.1.2377/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 3.42.1.2377 @@ -14,10 +14,15 @@ PackageUrl: https://live.bilibili.com/liveHime License: Freeware LicenseUrl: https://www.bilibili.com/blackboard/live/activity-dLUnpNZEM1.html Copyright: Copyright © 2021 上海幻电信息科技有限公司. All Right Reserved. -#CopyrightUrl: +# CopyrightUrl: ShortDescription: Bilibili live official live streaming tool Description: Bilibili livehime is a broadcasting tool for Bilibili broadcasters and uploaders, integrating games, entertainment and voice broadcasting. -Moniker: livehime +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/3.42.1.2377/Bilibili.Livehime.locale.zh-CN.yaml b/manifests/b/Bilibili/Livehime/3.42.1.2377/Bilibili.Livehime.locale.zh-CN.yaml index 44f123bbc17aa..8977a2e97cf01 100644 --- a/manifests/b/Bilibili/Livehime/3.42.1.2377/Bilibili.Livehime.locale.zh-CN.yaml +++ b/manifests/b/Bilibili/Livehime/3.42.1.2377/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 3.42.1.2377 @@ -14,9 +14,15 @@ PackageUrl: https://live.bilibili.com/liveHime License: 免费软件 LicenseUrl: https://www.bilibili.com/blackboard/live/activity-dLUnpNZEM1.html Copyright: Copyright © 2021 上海幻电信息科技有限公司. All Right Reserved. -#CopyrightUrl: +# CopyrightUrl: ShortDescription: 哔哩哔哩直播官方直播软件 Description: 哔哩哔哩直播姬是哔哩哔哩独家为主播和UP主们打造的开播软件,集游戏、娱乐、语音开播为一体。一键即可开播,下一个直播届的超级偶像就是你~ +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/3.42.1.2377/Bilibili.Livehime.yaml b/manifests/b/Bilibili/Livehime/3.42.1.2377/Bilibili.Livehime.yaml index 7dabc69419c2c..598147314059c 100644 --- a/manifests/b/Bilibili/Livehime/3.42.1.2377/Bilibili.Livehime.yaml +++ b/manifests/b/Bilibili/Livehime/3.42.1.2377/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 3.42.1.2377 DefaultLocale: zh-CN ManifestType: version -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/3.43.0.2383/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/3.43.0.2383/Bilibili.Livehime.installer.yaml index c7abcde4811fe..013d1aa3978bd 100644 --- a/manifests/b/Bilibili/Livehime/3.43.0.2383/Bilibili.Livehime.installer.yaml +++ b/manifests/b/Bilibili/Livehime/3.43.0.2383/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 3.43.0.2383 MinimumOSVersion: 10.0.0.0 +InstallerType: inno +Scope: machine +UpgradeBehavior: install Installers: - Architecture: x86 - InstallerType: inno - Scope: machine InstallerUrl: https://dl-hdslb-com.oss-cn-shanghai.aliyuncs.com/bili/bililive/win/Livehime-Win-beta-3.43.0.2383.exe InstallerSha256: 31315185D3FF10A076ED35FEC0B8189B1505A5B996212D5D2488EB78F78B9FE4 ProductCode: '{81F6F736-F774-4965-A593-1AFD31ABBB35}_is1' - UpgradeBehavior: install ManifestType: installer -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/3.43.0.2383/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/3.43.0.2383/Bilibili.Livehime.locale.en-US.yaml index 2e7ccc273f47e..8fca1b478cd0a 100644 --- a/manifests/b/Bilibili/Livehime/3.43.0.2383/Bilibili.Livehime.locale.en-US.yaml +++ b/manifests/b/Bilibili/Livehime/3.43.0.2383/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 3.43.0.2383 @@ -14,16 +14,20 @@ PackageUrl: https://live.bilibili.com/liveHime License: Freeware LicenseUrl: https://www.bilibili.com/blackboard/live/activity-dLUnpNZEM1.html Copyright: Copyright © 2021 上海幻电信息科技有限公司. All Right Reserved. -#CopyrightUrl: +# CopyrightUrl: ShortDescription: Bilibili live official live streaming tool Description: Bilibili livehime is a broadcasting tool for Bilibili broadcasters and uploaders, integrating games, entertainment and voice broadcasting. -Moniker: livehime +# Moniker: Tags: -- 哔哩哔哩直播姬 - bilibili -- live - broadcast +- live - streaming +- 哔哩哔哩直播姬 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/3.43.0.2383/Bilibili.Livehime.locale.zh-CN.yaml b/manifests/b/Bilibili/Livehime/3.43.0.2383/Bilibili.Livehime.locale.zh-CN.yaml index 05a0bd2cad557..8ecc8bb5d7b98 100644 --- a/manifests/b/Bilibili/Livehime/3.43.0.2383/Bilibili.Livehime.locale.zh-CN.yaml +++ b/manifests/b/Bilibili/Livehime/3.43.0.2383/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 3.43.0.2383 @@ -14,16 +14,21 @@ PackageUrl: https://live.bilibili.com/liveHime License: 免费软件 LicenseUrl: https://www.bilibili.com/blackboard/live/activity-dLUnpNZEM1.html Copyright: Copyright © 2021 上海幻电信息科技有限公司. All Right Reserved. -#CopyrightUrl: +# CopyrightUrl: ShortDescription: 哔哩哔哩直播官方直播软件 Description: 哔哩哔哩直播姬是哔哩哔哩独家为主播和UP主们打造的开播软件,集游戏、娱乐、语音开播为一体。一键即可开播,下一个直播届的超级偶像就是你~ +# Moniker: Tags: -- 哔哩哔哩 - bilibili - b站 +- 哔哩哔哩 - 幻电 -- 直播 - 推流 +- 直播 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/3.43.0.2383/Bilibili.Livehime.yaml b/manifests/b/Bilibili/Livehime/3.43.0.2383/Bilibili.Livehime.yaml index 452d75764f9f1..5956b61041599 100644 --- a/manifests/b/Bilibili/Livehime/3.43.0.2383/Bilibili.Livehime.yaml +++ b/manifests/b/Bilibili/Livehime/3.43.0.2383/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 3.43.0.2383 DefaultLocale: zh-CN ManifestType: version -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/3.43.1.2414/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/3.43.1.2414/Bilibili.Livehime.installer.yaml index 7f7d0532c7c95..2ac8d3b884f72 100644 --- a/manifests/b/Bilibili/Livehime/3.43.1.2414/Bilibili.Livehime.installer.yaml +++ b/manifests/b/Bilibili/Livehime/3.43.1.2414/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 3.43.1.2414 MinimumOSVersion: 10.0.0.0 +InstallerType: inno +Scope: machine +UpgradeBehavior: install Installers: - Architecture: x86 - InstallerType: inno - Scope: machine InstallerUrl: https://dl-hdslb-com.oss-cn-shanghai.aliyuncs.com/bili/bililive/win/Livehime-Win-beta-3.43.1.2414.exe InstallerSha256: D20D0182D1F1B3FB215B41680C4C28B6BC463EB86F142175FC55E6F159C5C404 ProductCode: '{81F6F736-F774-4965-A593-1AFD31ABBB35}_is1' - UpgradeBehavior: install ManifestType: installer -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/3.43.1.2414/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/3.43.1.2414/Bilibili.Livehime.locale.en-US.yaml index 596626d4f1c4f..9515343f8affb 100644 --- a/manifests/b/Bilibili/Livehime/3.43.1.2414/Bilibili.Livehime.locale.en-US.yaml +++ b/manifests/b/Bilibili/Livehime/3.43.1.2414/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 3.43.1.2414 @@ -14,16 +14,20 @@ PackageUrl: https://live.bilibili.com/liveHime License: Freeware LicenseUrl: https://www.bilibili.com/blackboard/live/activity-dLUnpNZEM1.html Copyright: Copyright © 2021 上海幻电信息科技有限公司. All Right Reserved. -#CopyrightUrl: +# CopyrightUrl: ShortDescription: Bilibili live official live streaming tool Description: Bilibili livehime is a broadcasting tool for Bilibili broadcasters and uploaders, integrating games, entertainment and voice broadcasting. -Moniker: livehime +# Moniker: Tags: -- 哔哩哔哩直播姬 - bilibili -- live - broadcast +- live - streaming +- 哔哩哔哩直播姬 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/3.43.1.2414/Bilibili.Livehime.locale.zh-CN.yaml b/manifests/b/Bilibili/Livehime/3.43.1.2414/Bilibili.Livehime.locale.zh-CN.yaml index b8a3373c0670a..b2bb0790979a1 100644 --- a/manifests/b/Bilibili/Livehime/3.43.1.2414/Bilibili.Livehime.locale.zh-CN.yaml +++ b/manifests/b/Bilibili/Livehime/3.43.1.2414/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 3.43.1.2414 @@ -14,16 +14,21 @@ PackageUrl: https://live.bilibili.com/liveHime License: 免费软件 LicenseUrl: https://www.bilibili.com/blackboard/live/activity-dLUnpNZEM1.html Copyright: Copyright © 2021 上海幻电信息科技有限公司. All Right Reserved. -#CopyrightUrl: +# CopyrightUrl: ShortDescription: 哔哩哔哩直播官方直播软件 Description: 哔哩哔哩直播姬是哔哩哔哩独家为主播和UP主们打造的开播软件,集游戏、娱乐、语音开播为一体。一键即可开播,下一个直播届的超级偶像就是你~ +# Moniker: Tags: -- 哔哩哔哩 - bilibili - b站 +- 哔哩哔哩 - 幻电 -- 直播 - 推流 +- 直播 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/3.43.1.2414/Bilibili.Livehime.yaml b/manifests/b/Bilibili/Livehime/3.43.1.2414/Bilibili.Livehime.yaml index 4109fa6d9ad0f..91f596176d5df 100644 --- a/manifests/b/Bilibili/Livehime/3.43.1.2414/Bilibili.Livehime.yaml +++ b/manifests/b/Bilibili/Livehime/3.43.1.2414/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 3.43.1.2414 DefaultLocale: zh-CN ManifestType: version -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/3.43.1.2419/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/3.43.1.2419/Bilibili.Livehime.installer.yaml index c27a87a4d9c6b..bcc716035d72e 100644 --- a/manifests/b/Bilibili/Livehime/3.43.1.2419/Bilibili.Livehime.installer.yaml +++ b/manifests/b/Bilibili/Livehime/3.43.1.2419/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 3.43.1.2419 MinimumOSVersion: 10.0.0.0 +InstallerType: inno +Scope: machine +UpgradeBehavior: install Installers: - Architecture: x86 - InstallerType: inno - Scope: machine InstallerUrl: https://dl-hdslb-com.oss-cn-shanghai.aliyuncs.com/bili/bililive/win/Livehime-Win-beta-3.43.1.2419.exe InstallerSha256: 5CF421EAC3C73289E6CE1D8A6EAFD82F792CB01D3FB1AEB16AA47844FBF0B4B7 ProductCode: '{81F6F736-F774-4965-A593-1AFD31ABBB35}_is1' - UpgradeBehavior: install ManifestType: installer -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/3.43.1.2419/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/3.43.1.2419/Bilibili.Livehime.locale.en-US.yaml index 0a9f211e59725..a4a96f2a71fe9 100644 --- a/manifests/b/Bilibili/Livehime/3.43.1.2419/Bilibili.Livehime.locale.en-US.yaml +++ b/manifests/b/Bilibili/Livehime/3.43.1.2419/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 3.43.1.2419 @@ -14,16 +14,20 @@ PackageUrl: https://live.bilibili.com/liveHime License: Freeware LicenseUrl: https://www.bilibili.com/blackboard/live/activity-dLUnpNZEM1.html Copyright: Copyright © 2021 上海幻电信息科技有限公司. All Right Reserved. -#CopyrightUrl: +# CopyrightUrl: ShortDescription: Bilibili live official live streaming tool Description: Bilibili livehime is a broadcasting tool for Bilibili broadcasters and uploaders, integrating games, entertainment and voice broadcasting. -Moniker: livehime +# Moniker: Tags: -- 哔哩哔哩直播姬 - bilibili -- live - broadcast +- live - streaming +- 哔哩哔哩直播姬 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/3.43.1.2419/Bilibili.Livehime.locale.zh-CN.yaml b/manifests/b/Bilibili/Livehime/3.43.1.2419/Bilibili.Livehime.locale.zh-CN.yaml index 40f6cd1fd40ee..354ea9bd9ffd5 100644 --- a/manifests/b/Bilibili/Livehime/3.43.1.2419/Bilibili.Livehime.locale.zh-CN.yaml +++ b/manifests/b/Bilibili/Livehime/3.43.1.2419/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 3.43.1.2419 @@ -14,16 +14,21 @@ PackageUrl: https://live.bilibili.com/liveHime License: 免费软件 LicenseUrl: https://www.bilibili.com/blackboard/live/activity-dLUnpNZEM1.html Copyright: Copyright © 2021 上海幻电信息科技有限公司. All Right Reserved. -#CopyrightUrl: +# CopyrightUrl: ShortDescription: 哔哩哔哩直播官方直播软件 Description: 哔哩哔哩直播姬是哔哩哔哩独家为主播和UP主们打造的开播软件,集游戏、娱乐、语音开播为一体。一键即可开播,下一个直播届的超级偶像就是你~ +# Moniker: Tags: -- 哔哩哔哩 - bilibili - b站 +- 哔哩哔哩 - 幻电 -- 直播 - 推流 +- 直播 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/3.43.1.2419/Bilibili.Livehime.yaml b/manifests/b/Bilibili/Livehime/3.43.1.2419/Bilibili.Livehime.yaml index 7dfdef0f9870b..5249ea6a1aac3 100644 --- a/manifests/b/Bilibili/Livehime/3.43.1.2419/Bilibili.Livehime.yaml +++ b/manifests/b/Bilibili/Livehime/3.43.1.2419/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 3.43.1.2419 DefaultLocale: zh-CN ManifestType: version -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/3.43.1.2436/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/3.43.1.2436/Bilibili.Livehime.installer.yaml index 3a633a82be007..e446fd65ec25a 100644 --- a/manifests/b/Bilibili/Livehime/3.43.1.2436/Bilibili.Livehime.installer.yaml +++ b/manifests/b/Bilibili/Livehime/3.43.1.2436/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 3.43.1.2436 MinimumOSVersion: 10.0.0.0 +InstallerType: inno +Scope: machine +UpgradeBehavior: install Installers: - Architecture: x86 - InstallerType: inno - Scope: machine InstallerUrl: https://dl-hdslb-com.oss-cn-shanghai.aliyuncs.com/bili/bililive/win/Livehime-Win-beta-3.43.1.2436.exe InstallerSha256: 19E244DF279D8520A36ED610C5DF014F187334C881D1615FF8D300C768A8EDF1 ProductCode: '{81F6F736-F774-4965-A593-1AFD31ABBB35}_is1' - UpgradeBehavior: install ManifestType: installer -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/3.43.1.2436/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/3.43.1.2436/Bilibili.Livehime.locale.en-US.yaml index 48646b4aac4b3..af995e0734910 100644 --- a/manifests/b/Bilibili/Livehime/3.43.1.2436/Bilibili.Livehime.locale.en-US.yaml +++ b/manifests/b/Bilibili/Livehime/3.43.1.2436/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 3.43.1.2436 @@ -14,16 +14,20 @@ PackageUrl: https://live.bilibili.com/liveHime License: Freeware LicenseUrl: https://www.bilibili.com/blackboard/live/activity-dLUnpNZEM1.html Copyright: Copyright © 2021 上海幻电信息科技有限公司. All Right Reserved. -#CopyrightUrl: +# CopyrightUrl: ShortDescription: Bilibili live official live streaming tool Description: Bilibili livehime is a broadcasting tool for Bilibili broadcasters and uploaders, integrating games, entertainment and voice broadcasting. -Moniker: livehime +# Moniker: Tags: -- 哔哩哔哩直播姬 - bilibili -- live - broadcast +- live - streaming +- 哔哩哔哩直播姬 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/3.43.1.2436/Bilibili.Livehime.locale.zh-CN.yaml b/manifests/b/Bilibili/Livehime/3.43.1.2436/Bilibili.Livehime.locale.zh-CN.yaml index b0cfd82b3be35..8175286d35f21 100644 --- a/manifests/b/Bilibili/Livehime/3.43.1.2436/Bilibili.Livehime.locale.zh-CN.yaml +++ b/manifests/b/Bilibili/Livehime/3.43.1.2436/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 3.43.1.2436 @@ -14,16 +14,21 @@ PackageUrl: https://live.bilibili.com/liveHime License: 免费软件 LicenseUrl: https://www.bilibili.com/blackboard/live/activity-dLUnpNZEM1.html Copyright: Copyright © 2021 上海幻电信息科技有限公司. All Right Reserved. -#CopyrightUrl: +# CopyrightUrl: ShortDescription: 哔哩哔哩直播官方直播软件 Description: 哔哩哔哩直播姬是哔哩哔哩独家为主播和UP主们打造的开播软件,集游戏、娱乐、语音开播为一体。一键即可开播,下一个直播届的超级偶像就是你~ +# Moniker: Tags: -- 哔哩哔哩 - bilibili - b站 +- 哔哩哔哩 - 幻电 -- 直播 - 推流 +- 直播 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/3.43.1.2436/Bilibili.Livehime.yaml b/manifests/b/Bilibili/Livehime/3.43.1.2436/Bilibili.Livehime.yaml index f446236070a6b..6e5e375327537 100644 --- a/manifests/b/Bilibili/Livehime/3.43.1.2436/Bilibili.Livehime.yaml +++ b/manifests/b/Bilibili/Livehime/3.43.1.2436/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 3.43.1.2436 DefaultLocale: zh-CN ManifestType: version -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/3.44.0.2457/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/3.44.0.2457/Bilibili.Livehime.installer.yaml index 7e562c47e10f5..1ca34dfaa4e33 100644 --- a/manifests/b/Bilibili/Livehime/3.44.0.2457/Bilibili.Livehime.installer.yaml +++ b/manifests/b/Bilibili/Livehime/3.44.0.2457/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 3.44.0.2457 MinimumOSVersion: 10.0.0.0 +InstallerType: inno +Scope: machine +UpgradeBehavior: install Installers: - Architecture: x86 - InstallerType: inno - Scope: machine InstallerUrl: https://dl-hdslb-com.oss-cn-shanghai.aliyuncs.com/bili/bililive/win/Livehime-Win-beta-3.44.0.2457.exe InstallerSha256: 52A0F93A844A47F48403B19597B3F055196DE666158652F3826416C061165A2E ProductCode: '{81F6F736-F774-4965-A593-1AFD31ABBB35}_is1' - UpgradeBehavior: install ManifestType: installer -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/3.44.0.2457/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/3.44.0.2457/Bilibili.Livehime.locale.en-US.yaml index 00656f9ad8f5a..00a590697510a 100644 --- a/manifests/b/Bilibili/Livehime/3.44.0.2457/Bilibili.Livehime.locale.en-US.yaml +++ b/manifests/b/Bilibili/Livehime/3.44.0.2457/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 3.44.0.2457 @@ -14,16 +14,20 @@ PackageUrl: https://live.bilibili.com/liveHime License: Freeware LicenseUrl: https://www.bilibili.com/blackboard/live/activity-dLUnpNZEM1.html Copyright: Copyright © 2021 上海幻电信息科技有限公司. All Right Reserved. -#CopyrightUrl: +# CopyrightUrl: ShortDescription: Bilibili live official live streaming tool Description: Bilibili livehime is a broadcasting tool for Bilibili broadcasters and uploaders, integrating games, entertainment and voice broadcasting. -Moniker: livehime +# Moniker: Tags: -- 哔哩哔哩直播姬 - bilibili -- live - broadcast +- live - streaming +- 哔哩哔哩直播姬 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/3.44.0.2457/Bilibili.Livehime.locale.zh-CN.yaml b/manifests/b/Bilibili/Livehime/3.44.0.2457/Bilibili.Livehime.locale.zh-CN.yaml index c7a4d8342d470..8982fc8aae324 100644 --- a/manifests/b/Bilibili/Livehime/3.44.0.2457/Bilibili.Livehime.locale.zh-CN.yaml +++ b/manifests/b/Bilibili/Livehime/3.44.0.2457/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 3.44.0.2457 @@ -14,16 +14,21 @@ PackageUrl: https://live.bilibili.com/liveHime License: 免费软件 LicenseUrl: https://www.bilibili.com/blackboard/live/activity-dLUnpNZEM1.html Copyright: Copyright © 2021 上海幻电信息科技有限公司. All Right Reserved. -#CopyrightUrl: +# CopyrightUrl: ShortDescription: 哔哩哔哩直播官方直播软件 Description: 哔哩哔哩直播姬是哔哩哔哩独家为主播和UP主们打造的开播软件,集游戏、娱乐、语音开播为一体。一键即可开播,下一个直播届的超级偶像就是你~ +# Moniker: Tags: -- 哔哩哔哩 - bilibili - b站 +- 哔哩哔哩 - 幻电 -- 直播 - 推流 +- 直播 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/3.44.0.2457/Bilibili.Livehime.yaml b/manifests/b/Bilibili/Livehime/3.44.0.2457/Bilibili.Livehime.yaml index 540c9adfb9f91..a28751b662bda 100644 --- a/manifests/b/Bilibili/Livehime/3.44.0.2457/Bilibili.Livehime.yaml +++ b/manifests/b/Bilibili/Livehime/3.44.0.2457/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 3.44.0.2457 DefaultLocale: zh-CN ManifestType: version -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/3.45.0.2499/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/3.45.0.2499/Bilibili.Livehime.installer.yaml index 83b2462f35bb3..17644d40e8be1 100644 --- a/manifests/b/Bilibili/Livehime/3.45.0.2499/Bilibili.Livehime.installer.yaml +++ b/manifests/b/Bilibili/Livehime/3.45.0.2499/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 3.45.0.2499 MinimumOSVersion: 10.0.0.0 +InstallerType: inno +Scope: machine +UpgradeBehavior: install Installers: - Architecture: x86 - InstallerType: inno - Scope: machine InstallerUrl: https://dl-hdslb-com.oss-cn-shanghai.aliyuncs.com/bili/bililive/win/Livehime-Win-beta-3.45.0.2499.exe InstallerSha256: 43957A950072D9075EC176C1F38CF5F8B09A359BB88EDAC8EE5C970103F0C0FE ProductCode: '{81F6F736-F774-4965-A593-1AFD31ABBB35}_is1' - UpgradeBehavior: install ManifestType: installer -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/3.45.0.2499/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/3.45.0.2499/Bilibili.Livehime.locale.en-US.yaml index add783e14051c..2e14432537b7a 100644 --- a/manifests/b/Bilibili/Livehime/3.45.0.2499/Bilibili.Livehime.locale.en-US.yaml +++ b/manifests/b/Bilibili/Livehime/3.45.0.2499/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 3.45.0.2499 @@ -14,16 +14,20 @@ PackageUrl: https://live.bilibili.com/liveHime License: Freeware LicenseUrl: https://www.bilibili.com/blackboard/live/activity-dLUnpNZEM1.html Copyright: Copyright © 2021 上海幻电信息科技有限公司. All Right Reserved. -#CopyrightUrl: +# CopyrightUrl: ShortDescription: Bilibili live official live streaming tool Description: Bilibili livehime is a broadcasting tool for Bilibili broadcasters and uploaders, integrating games, entertainment and voice broadcasting. Moniker: livehime Tags: -- live +- bilibili - broadcast +- live - streaming -- bilibili - 哔哩哔哩直播姬 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/3.45.0.2499/Bilibili.Livehime.locale.zh-CN.yaml b/manifests/b/Bilibili/Livehime/3.45.0.2499/Bilibili.Livehime.locale.zh-CN.yaml index ddb3c4f4a116f..bd286db73637c 100644 --- a/manifests/b/Bilibili/Livehime/3.45.0.2499/Bilibili.Livehime.locale.zh-CN.yaml +++ b/manifests/b/Bilibili/Livehime/3.45.0.2499/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 3.45.0.2499 @@ -14,16 +14,21 @@ PackageUrl: https://live.bilibili.com/liveHime License: 免费软件 LicenseUrl: https://www.bilibili.com/blackboard/live/activity-dLUnpNZEM1.html Copyright: Copyright © 2021 上海幻电信息科技有限公司. All Right Reserved. -#CopyrightUrl: +# CopyrightUrl: ShortDescription: 哔哩哔哩直播官方直播软件 Description: 哔哩哔哩直播姬是哔哩哔哩独家为主播和UP主们打造的开播软件,集游戏、娱乐、语音开播为一体。一键即可开播,下一个直播届的超级偶像就是你~ +# Moniker: Tags: -- 直播 -- 推流 -- 直播姬 -- 哔哩哔哩 - bilibili - b站 +- 哔哩哔哩 +- 推流 +- 直播 +- 直播姬 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/3.45.0.2499/Bilibili.Livehime.yaml b/manifests/b/Bilibili/Livehime/3.45.0.2499/Bilibili.Livehime.yaml index 1344fb8ad5fd9..8cc33f00ffd34 100644 --- a/manifests/b/Bilibili/Livehime/3.45.0.2499/Bilibili.Livehime.yaml +++ b/manifests/b/Bilibili/Livehime/3.45.0.2499/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 3.45.0.2499 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/3.45.1.2550/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/3.45.1.2550/Bilibili.Livehime.installer.yaml index 586049ff2980d..bc5dfe558b7f1 100644 --- a/manifests/b/Bilibili/Livehime/3.45.1.2550/Bilibili.Livehime.installer.yaml +++ b/manifests/b/Bilibili/Livehime/3.45.1.2550/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 3.45.1.2550 @@ -12,4 +12,4 @@ Installers: InstallerUrl: https://dl-hdslb-com.oss-cn-shanghai.aliyuncs.com/bili/bililive/win/Livehime-Win-beta-3.45.1.2550.exe InstallerSha256: 1F4F3FC8D427652AA4C9C8A0966864968456D2B7360523E6E89CDB8D474B9178 ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/3.45.1.2550/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/3.45.1.2550/Bilibili.Livehime.locale.en-US.yaml index c7dbcd57a64be..8d04497545c06 100644 --- a/manifests/b/Bilibili/Livehime/3.45.1.2550/Bilibili.Livehime.locale.en-US.yaml +++ b/manifests/b/Bilibili/Livehime/3.45.1.2550/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 3.45.1.2550 @@ -14,15 +14,20 @@ PackageUrl: https://live.bilibili.com/liveHime License: Freeware LicenseUrl: https://www.bilibili.com/blackboard/live/activity-dLUnpNZEM1.html Copyright: Copyright © 2021 上海幻电信息科技有限公司. All Right Reserved. -# CopyrightUrl: +# CopyrightUrl: ShortDescription: Bilibili live official live streaming tool Description: Bilibili livehime is a broadcasting tool for Bilibili broadcasters and uploaders, integrating games, entertainment and voice broadcasting. Moniker: livehime Tags: -- live +- bilibili - broadcast +- live - streaming -- bilibili - 哔哩哔哩直播姬 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/3.45.1.2550/Bilibili.Livehime.locale.zh-CN.yaml b/manifests/b/Bilibili/Livehime/3.45.1.2550/Bilibili.Livehime.locale.zh-CN.yaml index af7bccffaa5f2..cf5e7f3fe9619 100644 --- a/manifests/b/Bilibili/Livehime/3.45.1.2550/Bilibili.Livehime.locale.zh-CN.yaml +++ b/manifests/b/Bilibili/Livehime/3.45.1.2550/Bilibili.Livehime.locale.zh-CN.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.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: Bilibili.Livehime PackageVersion: 3.45.1.2550 @@ -14,16 +14,21 @@ PackageUrl: https://live.bilibili.com/liveHime License: 免费软件 LicenseUrl: https://www.bilibili.com/blackboard/live/activity-dLUnpNZEM1.html Copyright: Copyright © 2021 上海幻电信息科技有限公司. All Right Reserved. -# CopyrightUrl: +# CopyrightUrl: ShortDescription: 哔哩哔哩直播官方直播软件 Description: 哔哩哔哩直播姬是哔哩哔哩独家为主播和UP主们打造的开播软件,集游戏、娱乐、语音开播为一体。一键即可开播,下一个直播届的超级偶像就是你~ -# Moniker: +# Moniker: Tags: -- 直播 -- 推流 -- 直播姬 -- 哔哩哔哩 - bilibili - b站 +- 哔哩哔哩 +- 推流 +- 直播 +- 直播姬 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/3.45.1.2550/Bilibili.Livehime.yaml b/manifests/b/Bilibili/Livehime/3.45.1.2550/Bilibili.Livehime.yaml index 694dc71c4ac8b..ee8a2c4fa072f 100644 --- a/manifests/b/Bilibili/Livehime/3.45.1.2550/Bilibili.Livehime.yaml +++ b/manifests/b/Bilibili/Livehime/3.45.1.2550/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 3.45.1.2550 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/3.46.0.2596/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/3.46.0.2596/Bilibili.Livehime.installer.yaml index 5e04e317980f4..4cd6e0517075e 100644 --- a/manifests/b/Bilibili/Livehime/3.46.0.2596/Bilibili.Livehime.installer.yaml +++ b/manifests/b/Bilibili/Livehime/3.46.0.2596/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 3.46.0.2596 @@ -12,4 +12,4 @@ Installers: InstallerUrl: https://dl-hdslb-com.oss-cn-shanghai.aliyuncs.com/bili/bililive/win/Livehime-Win-beta-3.46.0.2596.exe InstallerSha256: 0829855325E9D816315DF6DDB4477F2BEA50324204A324714D09CD13BBB0444C ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/3.46.0.2596/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/3.46.0.2596/Bilibili.Livehime.locale.en-US.yaml index c62b66bd3cda6..e2872a8c9b442 100644 --- a/manifests/b/Bilibili/Livehime/3.46.0.2596/Bilibili.Livehime.locale.en-US.yaml +++ b/manifests/b/Bilibili/Livehime/3.46.0.2596/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 3.46.0.2596 @@ -14,15 +14,20 @@ PackageUrl: https://live.bilibili.com/liveHime License: Freeware LicenseUrl: https://www.bilibili.com/blackboard/live/activity-dLUnpNZEM1.html Copyright: Copyright © 2021 上海幻电信息科技有限公司. All Right Reserved. -# CopyrightUrl: +# CopyrightUrl: ShortDescription: Bilibili live official live streaming tool Description: Bilibili livehime is a broadcasting tool for Bilibili broadcasters and uploaders, integrating games, entertainment and voice broadcasting. Moniker: livehime Tags: -- live +- bilibili - broadcast +- live - streaming -- bilibili - 哔哩哔哩直播姬 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/3.46.0.2596/Bilibili.Livehime.locale.zh-CN.yaml b/manifests/b/Bilibili/Livehime/3.46.0.2596/Bilibili.Livehime.locale.zh-CN.yaml index 2f06b48ad9ba8..180b7f1600173 100644 --- a/manifests/b/Bilibili/Livehime/3.46.0.2596/Bilibili.Livehime.locale.zh-CN.yaml +++ b/manifests/b/Bilibili/Livehime/3.46.0.2596/Bilibili.Livehime.locale.zh-CN.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.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: Bilibili.Livehime PackageVersion: 3.46.0.2596 @@ -14,16 +14,21 @@ PackageUrl: https://live.bilibili.com/liveHime License: 免费软件 LicenseUrl: https://www.bilibili.com/blackboard/live/activity-dLUnpNZEM1.html Copyright: Copyright © 2021 上海幻电信息科技有限公司. All Right Reserved. -# CopyrightUrl: +# CopyrightUrl: ShortDescription: 哔哩哔哩直播官方直播软件 Description: 哔哩哔哩直播姬是哔哩哔哩独家为主播和UP主们打造的开播软件,集游戏、娱乐、语音开播为一体。一键即可开播,下一个直播届的超级偶像就是你~ -# Moniker: +# Moniker: Tags: -- 直播 -- 推流 -- 直播姬 -- 哔哩哔哩 - bilibili - b站 +- 哔哩哔哩 +- 推流 +- 直播 +- 直播姬 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/3.46.0.2596/Bilibili.Livehime.yaml b/manifests/b/Bilibili/Livehime/3.46.0.2596/Bilibili.Livehime.yaml index 10715982208b3..963146a212dca 100644 --- a/manifests/b/Bilibili/Livehime/3.46.0.2596/Bilibili.Livehime.yaml +++ b/manifests/b/Bilibili/Livehime/3.46.0.2596/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 3.46.0.2596 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/3.46.1.2606/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/3.46.1.2606/Bilibili.Livehime.installer.yaml index 5f1671eb14a16..4bb1af28a2f57 100644 --- a/manifests/b/Bilibili/Livehime/3.46.1.2606/Bilibili.Livehime.installer.yaml +++ b/manifests/b/Bilibili/Livehime/3.46.1.2606/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 3.46.1.2606 @@ -12,4 +12,4 @@ Installers: InstallerUrl: https://dl-hdslb-com.oss-cn-shanghai.aliyuncs.com/bili/bililive/win/Livehime-Win-beta-3.46.1.2606.exe InstallerSha256: 953A7944BA0640EB4ACE94C0DE36B70735AD175F3E3E41B27538848E3EA4104E ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/3.46.1.2606/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/3.46.1.2606/Bilibili.Livehime.locale.en-US.yaml index 10656f93b2f63..06fad115b0369 100644 --- a/manifests/b/Bilibili/Livehime/3.46.1.2606/Bilibili.Livehime.locale.en-US.yaml +++ b/manifests/b/Bilibili/Livehime/3.46.1.2606/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 3.46.1.2606 @@ -14,14 +14,20 @@ PackageUrl: https://live.bilibili.com/liveHime License: Freeware LicenseUrl: https://www.bilibili.com/blackboard/live/activity-dLUnpNZEM1.html Copyright: Copyright © 2021 上海幻电信息科技有限公司. All Right Reserved. -# CopyrightUrl: +# CopyrightUrl: ShortDescription: Bilibili live official live streaming tool Description: Bilibili livehime is a broadcasting tool for Bilibili broadcasters and uploaders, integrating games, entertainment and voice broadcasting. +# Moniker: Tags: -- live +- bilibili - broadcast +- live - streaming -- bilibili - 哔哩哔哩直播姬 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/3.46.1.2606/Bilibili.Livehime.locale.zh-CN.yaml b/manifests/b/Bilibili/Livehime/3.46.1.2606/Bilibili.Livehime.locale.zh-CN.yaml index 026468a0cce4f..58a09cd8fcf97 100644 --- a/manifests/b/Bilibili/Livehime/3.46.1.2606/Bilibili.Livehime.locale.zh-CN.yaml +++ b/manifests/b/Bilibili/Livehime/3.46.1.2606/Bilibili.Livehime.locale.zh-CN.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.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: Bilibili.Livehime PackageVersion: 3.46.1.2606 @@ -14,15 +14,21 @@ PackageUrl: https://live.bilibili.com/liveHime License: 免费软件 LicenseUrl: https://www.bilibili.com/blackboard/live/activity-dLUnpNZEM1.html Copyright: Copyright © 2021 上海幻电信息科技有限公司. All Right Reserved. -# CopyrightUrl: +# CopyrightUrl: ShortDescription: 哔哩哔哩直播官方直播软件 Description: 哔哩哔哩直播姬是哔哩哔哩独家为主播和UP主们打造的开播软件,集游戏、娱乐、语音开播为一体。一键即可开播,下一个直播届的超级偶像就是你~ +# Moniker: Tags: -- 直播 -- 推流 -- 直播姬 -- 哔哩哔哩 - bilibili - b站 +- 哔哩哔哩 +- 推流 +- 直播 +- 直播姬 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/3.46.1.2606/Bilibili.Livehime.yaml b/manifests/b/Bilibili/Livehime/3.46.1.2606/Bilibili.Livehime.yaml index f2428ec197bee..5904638da2899 100644 --- a/manifests/b/Bilibili/Livehime/3.46.1.2606/Bilibili.Livehime.yaml +++ b/manifests/b/Bilibili/Livehime/3.46.1.2606/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 3.46.1.2606 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/3.47.0.2617/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/3.47.0.2617/Bilibili.Livehime.installer.yaml index 33c0289d5c7d2..e8c07bafb8c62 100644 --- a/manifests/b/Bilibili/Livehime/3.47.0.2617/Bilibili.Livehime.installer.yaml +++ b/manifests/b/Bilibili/Livehime/3.47.0.2617/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 3.47.0.2617 @@ -12,4 +12,4 @@ Installers: InstallerUrl: https://dl-hdslb-com.oss-cn-shanghai.aliyuncs.com/bili/bililive/win/Livehime-Win-beta-3.47.0.2617.exe InstallerSha256: 92460722799F50E5CC2A4718771E6F39E18AEE40C5277D01C7C3A07A6677677A ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/3.47.0.2617/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/3.47.0.2617/Bilibili.Livehime.locale.en-US.yaml index 38f9bce863cbf..2cfa947879b73 100644 --- a/manifests/b/Bilibili/Livehime/3.47.0.2617/Bilibili.Livehime.locale.en-US.yaml +++ b/manifests/b/Bilibili/Livehime/3.47.0.2617/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 3.47.0.2617 @@ -14,14 +14,20 @@ PackageUrl: https://live.bilibili.com/liveHime License: Freeware LicenseUrl: https://www.bilibili.com/blackboard/live/activity-dLUnpNZEM1.html Copyright: Copyright © 2021 上海幻电信息科技有限公司. All Right Reserved. -# CopyrightUrl: +# CopyrightUrl: ShortDescription: Bilibili live official live streaming tool Description: Bilibili livehime is a broadcasting tool for Bilibili broadcasters and uploaders, integrating games, entertainment and voice broadcasting. +# Moniker: Tags: -- live +- bilibili - broadcast +- live - streaming -- bilibili - 哔哩哔哩直播姬 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/3.47.0.2617/Bilibili.Livehime.locale.zh-CN.yaml b/manifests/b/Bilibili/Livehime/3.47.0.2617/Bilibili.Livehime.locale.zh-CN.yaml index 2d55ca58fa42d..13d89d99cfb11 100644 --- a/manifests/b/Bilibili/Livehime/3.47.0.2617/Bilibili.Livehime.locale.zh-CN.yaml +++ b/manifests/b/Bilibili/Livehime/3.47.0.2617/Bilibili.Livehime.locale.zh-CN.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.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: Bilibili.Livehime PackageVersion: 3.47.0.2617 @@ -14,15 +14,21 @@ PackageUrl: https://live.bilibili.com/liveHime License: 免费软件 LicenseUrl: https://www.bilibili.com/blackboard/live/activity-dLUnpNZEM1.html Copyright: Copyright © 2021 上海幻电信息科技有限公司. All Right Reserved. -# CopyrightUrl: +# CopyrightUrl: ShortDescription: 哔哩哔哩直播官方直播软件 Description: 哔哩哔哩直播姬是哔哩哔哩独家为主播和UP主们打造的开播软件,集游戏、娱乐、语音开播为一体。一键即可开播,下一个直播届的超级偶像就是你~ +# Moniker: Tags: -- 直播 -- 推流 -- 直播姬 -- 哔哩哔哩 - bilibili - b站 +- 哔哩哔哩 +- 推流 +- 直播 +- 直播姬 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/3.47.0.2617/Bilibili.Livehime.yaml b/manifests/b/Bilibili/Livehime/3.47.0.2617/Bilibili.Livehime.yaml index e90f989056df4..aec4097009256 100644 --- a/manifests/b/Bilibili/Livehime/3.47.0.2617/Bilibili.Livehime.yaml +++ b/manifests/b/Bilibili/Livehime/3.47.0.2617/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 3.47.0.2617 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/3.48.0.2679/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/3.48.0.2679/Bilibili.Livehime.installer.yaml index ee5b082a2d5f4..d0f68f7ab9f2d 100644 --- a/manifests/b/Bilibili/Livehime/3.48.0.2679/Bilibili.Livehime.installer.yaml +++ b/manifests/b/Bilibili/Livehime/3.48.0.2679/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 3.48.0.2679 @@ -12,4 +12,4 @@ Installers: InstallerUrl: https://dl-hdslb-com.oss-cn-shanghai.aliyuncs.com/bili/bililive/win/Livehime-Win-beta-3.48.0.2679.exe InstallerSha256: F5DBFB4CABD35B59F3D3C7000CF598F9AA774745C2E1E596144758AD9F54FE90 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/3.48.0.2679/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/3.48.0.2679/Bilibili.Livehime.locale.en-US.yaml index fbb3c1be1ff27..1081162f3b8c6 100644 --- a/manifests/b/Bilibili/Livehime/3.48.0.2679/Bilibili.Livehime.locale.en-US.yaml +++ b/manifests/b/Bilibili/Livehime/3.48.0.2679/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 3.48.0.2679 @@ -14,18 +14,20 @@ PackageUrl: https://live.bilibili.com/liveHime License: Freeware LicenseUrl: https://www.bilibili.com/blackboard/live/activity-dLUnpNZEM1.html Copyright: Copyright © 2021 上海幻电信息科技有限公司. All Right Reserved. -# CopyrightUrl: +# CopyrightUrl: ShortDescription: Bilibili live official live streaming tool Description: Bilibili livehime is a broadcasting tool for Bilibili broadcasters and uploaders, integrating games, entertainment and voice broadcasting. -# Moniker: +# Moniker: Tags: -- live +- bilibili - broadcast +- live - streaming -- bilibili - 哔哩哔哩直播姬 -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/3.48.0.2679/Bilibili.Livehime.locale.zh-CN.yaml b/manifests/b/Bilibili/Livehime/3.48.0.2679/Bilibili.Livehime.locale.zh-CN.yaml index 2c712c3fba84d..03a4e747e2c69 100644 --- a/manifests/b/Bilibili/Livehime/3.48.0.2679/Bilibili.Livehime.locale.zh-CN.yaml +++ b/manifests/b/Bilibili/Livehime/3.48.0.2679/Bilibili.Livehime.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.2 $debug=QUSU.7-2-0 -# yaml-language-server: =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: 3.48.0.2679 @@ -14,19 +14,21 @@ PackageUrl: https://live.bilibili.com/liveHime License: 免费软件 LicenseUrl: https://www.bilibili.com/blackboard/live/activity-dLUnpNZEM1.html Copyright: Copyright © 2021 上海幻电信息科技有限公司. All Right Reserved. -# CopyrightUrl: +# CopyrightUrl: ShortDescription: 哔哩哔哩直播官方直播软件 Description: 哔哩哔哩直播姬是哔哩哔哩独家为主播和UP主们打造的开播软件,集游戏、娱乐、语音开播为一体。一键即可开播,下一个直播届的超级偶像就是你~ -# Moniker: +# Moniker: Tags: -- 直播 -- 推流 -- 直播姬 -- 哔哩哔哩 - bilibili - b站 -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +- 哔哩哔哩 +- 推流 +- 直播 +- 直播姬 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/3.48.0.2679/Bilibili.Livehime.yaml b/manifests/b/Bilibili/Livehime/3.48.0.2679/Bilibili.Livehime.yaml index 4214e46f665a6..ae791335819ac 100644 --- a/manifests/b/Bilibili/Livehime/3.48.0.2679/Bilibili.Livehime.yaml +++ b/manifests/b/Bilibili/Livehime/3.48.0.2679/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 3.48.0.2679 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/3.48.1.2704/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/3.48.1.2704/Bilibili.Livehime.installer.yaml index b79a1884818b5..75ba011a2d1ae 100644 --- a/manifests/b/Bilibili/Livehime/3.48.1.2704/Bilibili.Livehime.installer.yaml +++ b/manifests/b/Bilibili/Livehime/3.48.1.2704/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 3.48.1.2704 @@ -12,4 +12,4 @@ Installers: InstallerUrl: https://dl-hdslb-com.oss-cn-shanghai.aliyuncs.com/bili/bililive/win/Livehime-Win-beta-3.48.1.2704.exe InstallerSha256: 9E0E9B2EF33DF512BBDE20EC9A22A5A2AF3FA310C1EA001F66015EFA6FE3C518 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/3.48.1.2704/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/3.48.1.2704/Bilibili.Livehime.locale.en-US.yaml index 255aa99c186f0..e78f547c83179 100644 --- a/manifests/b/Bilibili/Livehime/3.48.1.2704/Bilibili.Livehime.locale.en-US.yaml +++ b/manifests/b/Bilibili/Livehime/3.48.1.2704/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 3.48.1.2704 @@ -14,18 +14,20 @@ PackageUrl: https://live.bilibili.com/liveHime License: Freeware LicenseUrl: https://www.bilibili.com/blackboard/live/activity-dLUnpNZEM1.html Copyright: Copyright © 2021 上海幻电信息科技有限公司. All Right Reserved. -# CopyrightUrl: +# CopyrightUrl: ShortDescription: Bilibili live official live streaming tool Description: Bilibili livehime is a broadcasting tool for Bilibili broadcasters and uploaders, integrating games, entertainment and voice broadcasting. -# Moniker: +# Moniker: Tags: -- live +- bilibili - broadcast +- live - streaming -- bilibili - 哔哩哔哩直播姬 -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/3.48.1.2704/Bilibili.Livehime.locale.zh-CN.yaml b/manifests/b/Bilibili/Livehime/3.48.1.2704/Bilibili.Livehime.locale.zh-CN.yaml index 8961529acc31e..70f60923b9cce 100644 --- a/manifests/b/Bilibili/Livehime/3.48.1.2704/Bilibili.Livehime.locale.zh-CN.yaml +++ b/manifests/b/Bilibili/Livehime/3.48.1.2704/Bilibili.Livehime.locale.zh-CN.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.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: 3.48.1.2704 @@ -14,19 +14,21 @@ PackageUrl: https://live.bilibili.com/liveHime License: 免费软件 LicenseUrl: https://www.bilibili.com/blackboard/live/activity-dLUnpNZEM1.html Copyright: Copyright © 2021 上海幻电信息科技有限公司. All Right Reserved. -# CopyrightUrl: +# CopyrightUrl: ShortDescription: 哔哩哔哩直播官方直播软件 Description: 哔哩哔哩直播姬是哔哩哔哩独家为主播和UP主们打造的开播软件,集游戏、娱乐、语音开播为一体。一键即可开播,下一个直播届的超级偶像就是你~ -# Moniker: +# Moniker: Tags: -- 直播 -- 推流 -- 直播姬 -- 哔哩哔哩 - bilibili - b站 -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +- 哔哩哔哩 +- 推流 +- 直播 +- 直播姬 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/3.48.1.2704/Bilibili.Livehime.yaml b/manifests/b/Bilibili/Livehime/3.48.1.2704/Bilibili.Livehime.yaml index 4fc130c018d2e..526de5d1688b8 100644 --- a/manifests/b/Bilibili/Livehime/3.48.1.2704/Bilibili.Livehime.yaml +++ b/manifests/b/Bilibili/Livehime/3.48.1.2704/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 3.48.1.2704 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/3.49.0.2710/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/3.49.0.2710/Bilibili.Livehime.installer.yaml index 2733d8be2b9a8..cae2753014b4c 100644 --- a/manifests/b/Bilibili/Livehime/3.49.0.2710/Bilibili.Livehime.installer.yaml +++ b/manifests/b/Bilibili/Livehime/3.49.0.2710/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 3.49.0.2710 @@ -12,4 +12,4 @@ Installers: InstallerUrl: https://dl-hdslb-com.oss-cn-shanghai.aliyuncs.com/bili/bililive/win/Livehime-Win-beta-3.49.0.2710.exe InstallerSha256: 827E38BB6CBBAF5ACD13977804AAF4C788AD1E8CE6A39E602E1AD4DDB647743F ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/3.49.0.2710/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/3.49.0.2710/Bilibili.Livehime.locale.en-US.yaml index 6737fe1a3781f..907450f8bc108 100644 --- a/manifests/b/Bilibili/Livehime/3.49.0.2710/Bilibili.Livehime.locale.en-US.yaml +++ b/manifests/b/Bilibili/Livehime/3.49.0.2710/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 3.49.0.2710 @@ -14,18 +14,20 @@ PackageUrl: https://live.bilibili.com/liveHime License: Freeware LicenseUrl: https://www.bilibili.com/blackboard/live/activity-dLUnpNZEM1.html Copyright: Copyright © 2021 上海幻电信息科技有限公司. All Right Reserved. -# CopyrightUrl: +# CopyrightUrl: ShortDescription: Bilibili live official live streaming tool Description: Bilibili livehime is a broadcasting tool for Bilibili broadcasters and uploaders, integrating games, entertainment and voice broadcasting. -# Moniker: +# Moniker: Tags: -- live +- bilibili - broadcast +- live - streaming -- bilibili - 哔哩哔哩直播姬 -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/3.49.0.2710/Bilibili.Livehime.locale.zh-CN.yaml b/manifests/b/Bilibili/Livehime/3.49.0.2710/Bilibili.Livehime.locale.zh-CN.yaml index f4fcd3d12fc7c..66a5372f69a94 100644 --- a/manifests/b/Bilibili/Livehime/3.49.0.2710/Bilibili.Livehime.locale.zh-CN.yaml +++ b/manifests/b/Bilibili/Livehime/3.49.0.2710/Bilibili.Livehime.locale.zh-CN.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.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: 3.49.0.2710 @@ -14,19 +14,21 @@ PackageUrl: https://live.bilibili.com/liveHime License: 免费软件 LicenseUrl: https://www.bilibili.com/blackboard/live/activity-dLUnpNZEM1.html Copyright: Copyright © 2021 上海幻电信息科技有限公司. All Right Reserved. -# CopyrightUrl: +# CopyrightUrl: ShortDescription: 哔哩哔哩直播官方直播软件 Description: 哔哩哔哩直播姬是哔哩哔哩独家为主播和UP主们打造的开播软件,集游戏、娱乐、语音开播为一体。一键即可开播,下一个直播届的超级偶像就是你~ -# Moniker: +# Moniker: Tags: -- 直播 -- 推流 -- 直播姬 -- 哔哩哔哩 - bilibili - b站 -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +- 哔哩哔哩 +- 推流 +- 直播 +- 直播姬 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/3.49.0.2710/Bilibili.Livehime.yaml b/manifests/b/Bilibili/Livehime/3.49.0.2710/Bilibili.Livehime.yaml index f510f7ca15023..f371c11f040d9 100644 --- a/manifests/b/Bilibili/Livehime/3.49.0.2710/Bilibili.Livehime.yaml +++ b/manifests/b/Bilibili/Livehime/3.49.0.2710/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 3.49.0.2710 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/3.50.0.2762/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/3.50.0.2762/Bilibili.Livehime.installer.yaml index ac50a9d3c7932..9ba0cff48a7e6 100644 --- a/manifests/b/Bilibili/Livehime/3.50.0.2762/Bilibili.Livehime.installer.yaml +++ b/manifests/b/Bilibili/Livehime/3.50.0.2762/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 3.50.0.2762 @@ -12,4 +12,4 @@ Installers: InstallerUrl: https://dl-hdslb-com.oss-cn-shanghai.aliyuncs.com/bili/bililive/win/Livehime-Win-beta-3.50.0.2762.exe InstallerSha256: C1F01AE23027BD277FCEA3C1297DB0C54763667CC3185A4626B8204BEB8831F3 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/3.50.0.2762/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/3.50.0.2762/Bilibili.Livehime.locale.en-US.yaml index a41c23d73d7dc..752baf0fed2c2 100644 --- a/manifests/b/Bilibili/Livehime/3.50.0.2762/Bilibili.Livehime.locale.en-US.yaml +++ b/manifests/b/Bilibili/Livehime/3.50.0.2762/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 3.50.0.2762 @@ -14,18 +14,20 @@ PackageUrl: https://live.bilibili.com/liveHime License: Freeware LicenseUrl: https://www.bilibili.com/blackboard/live/activity-dLUnpNZEM1.html Copyright: Copyright © 2021 上海幻电信息科技有限公司. All Right Reserved. -# CopyrightUrl: +# CopyrightUrl: ShortDescription: Bilibili live official live streaming tool Description: Bilibili livehime is a broadcasting tool for Bilibili broadcasters and uploaders, integrating games, entertainment and voice broadcasting. -# Moniker: +# Moniker: Tags: - bilibili - broadcast - live - streaming - 哔哩哔哩直播姬 -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/3.50.0.2762/Bilibili.Livehime.locale.zh-CN.yaml b/manifests/b/Bilibili/Livehime/3.50.0.2762/Bilibili.Livehime.locale.zh-CN.yaml index 70d8b68b6ac0f..af8614c869a03 100644 --- a/manifests/b/Bilibili/Livehime/3.50.0.2762/Bilibili.Livehime.locale.zh-CN.yaml +++ b/manifests/b/Bilibili/Livehime/3.50.0.2762/Bilibili.Livehime.locale.zh-CN.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.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: 3.50.0.2762 @@ -14,10 +14,10 @@ PackageUrl: https://live.bilibili.com/liveHime License: 免费软件 LicenseUrl: https://www.bilibili.com/blackboard/live/activity-dLUnpNZEM1.html Copyright: Copyright © 2021 上海幻电信息科技有限公司. All Right Reserved. -# CopyrightUrl: +# CopyrightUrl: ShortDescription: 哔哩哔哩直播官方直播软件 Description: 哔哩哔哩直播姬是哔哩哔哩独家为主播和UP主们打造的开播软件,集游戏、娱乐、语音开播为一体。一键即可开播,下一个直播届的超级偶像就是你~ -# Moniker: +# Moniker: Tags: - bilibili - b站 @@ -25,8 +25,10 @@ Tags: - 推流 - 直播 - 直播姬 -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/3.50.0.2762/Bilibili.Livehime.yaml b/manifests/b/Bilibili/Livehime/3.50.0.2762/Bilibili.Livehime.yaml index 17ce4309fbd2d..cb4f364115c85 100644 --- a/manifests/b/Bilibili/Livehime/3.50.0.2762/Bilibili.Livehime.yaml +++ b/manifests/b/Bilibili/Livehime/3.50.0.2762/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 3.50.0.2762 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.10.0.2783/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/4.10.0.2783/Bilibili.Livehime.installer.yaml index 5e746c9fd9079..9a152437929c8 100644 --- a/manifests/b/Bilibili/Livehime/4.10.0.2783/Bilibili.Livehime.installer.yaml +++ b/manifests/b/Bilibili/Livehime/4.10.0.2783/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.10.0.2783 @@ -12,4 +12,4 @@ Installers: InstallerUrl: https://dl-hdslb-com.oss-cn-shanghai.aliyuncs.com/bili/bililive/win/Livehime-Win-beta-4.10.0.2783.exe InstallerSha256: BA4B71F40BA930137E36C29A2E9EA265B2466D51476E9BD54004D9044F34308A ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.10.0.2783/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/4.10.0.2783/Bilibili.Livehime.locale.en-US.yaml index 3680c538919c1..86e16e8ebe8e2 100644 --- a/manifests/b/Bilibili/Livehime/4.10.0.2783/Bilibili.Livehime.locale.en-US.yaml +++ b/manifests/b/Bilibili/Livehime/4.10.0.2783/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.10.0.2783 @@ -14,18 +14,20 @@ PackageUrl: https://live.bilibili.com/liveHime License: Freeware LicenseUrl: https://www.bilibili.com/blackboard/live/activity-dLUnpNZEM1.html Copyright: Copyright © 2021 上海幻电信息科技有限公司. All Right Reserved. -# CopyrightUrl: +# CopyrightUrl: ShortDescription: Bilibili live official live streaming tool Description: Bilibili livehime is a broadcasting tool for Bilibili broadcasters and uploaders, integrating games, entertainment and voice broadcasting. -# Moniker: +# Moniker: Tags: - bilibili - broadcast - live - streaming - 哔哩哔哩直播姬 -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.10.0.2783/Bilibili.Livehime.locale.zh-CN.yaml b/manifests/b/Bilibili/Livehime/4.10.0.2783/Bilibili.Livehime.locale.zh-CN.yaml index 7eb7461c108b6..5527fb14688e7 100644 --- a/manifests/b/Bilibili/Livehime/4.10.0.2783/Bilibili.Livehime.locale.zh-CN.yaml +++ b/manifests/b/Bilibili/Livehime/4.10.0.2783/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.10.0.2783 @@ -14,10 +14,10 @@ PackageUrl: https://live.bilibili.com/liveHime License: 免费软件 LicenseUrl: https://www.bilibili.com/blackboard/live/activity-dLUnpNZEM1.html Copyright: Copyright © 2021 上海幻电信息科技有限公司. All Right Reserved. -# CopyrightUrl: +# CopyrightUrl: ShortDescription: 哔哩哔哩直播官方直播软件 Description: 哔哩哔哩直播姬是哔哩哔哩独家为主播和UP主们打造的开播软件,集游戏、娱乐、语音开播为一体。一键即可开播,下一个直播届的超级偶像就是你~ -# Moniker: +# Moniker: Tags: - bilibili - b站 @@ -25,8 +25,10 @@ Tags: - 推流 - 直播 - 直播姬 -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.10.0.2783/Bilibili.Livehime.yaml b/manifests/b/Bilibili/Livehime/4.10.0.2783/Bilibili.Livehime.yaml index 9e10f16c4e0c8..875f0022e69fa 100644 --- a/manifests/b/Bilibili/Livehime/4.10.0.2783/Bilibili.Livehime.yaml +++ b/manifests/b/Bilibili/Livehime/4.10.0.2783/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.10.0.2783 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.10.0.2806/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/4.10.0.2806/Bilibili.Livehime.installer.yaml index e3970857baf7a..3a6d627357869 100644 --- a/manifests/b/Bilibili/Livehime/4.10.0.2806/Bilibili.Livehime.installer.yaml +++ b/manifests/b/Bilibili/Livehime/4.10.0.2806/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.10.0.2806 @@ -12,4 +12,4 @@ Installers: InstallerUrl: https://dl-hdslb-com.oss-cn-shanghai.aliyuncs.com/bili/bililive/win/Livehime-Win-beta-4.10.0.2806.exe InstallerSha256: D05A640F9FB04FA7B06C0353425DE48C3E77C82FC20CF5D7E46CE69314F4475E ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.10.0.2806/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/4.10.0.2806/Bilibili.Livehime.locale.en-US.yaml index a693a9456616a..616f62b201c59 100644 --- a/manifests/b/Bilibili/Livehime/4.10.0.2806/Bilibili.Livehime.locale.en-US.yaml +++ b/manifests/b/Bilibili/Livehime/4.10.0.2806/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.10.0.2806 @@ -14,18 +14,20 @@ PackageUrl: https://live.bilibili.com/liveHime License: Freeware LicenseUrl: https://www.bilibili.com/blackboard/live/activity-dLUnpNZEM1.html Copyright: Copyright © 2021 上海幻电信息科技有限公司. All Right Reserved. -# CopyrightUrl: +# CopyrightUrl: ShortDescription: Bilibili live official live streaming tool Description: Bilibili livehime is a broadcasting tool for Bilibili broadcasters and uploaders, integrating games, entertainment and voice broadcasting. -# Moniker: +# Moniker: Tags: - bilibili - broadcast - live - streaming - 哔哩哔哩直播姬 -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.10.0.2806/Bilibili.Livehime.locale.zh-CN.yaml b/manifests/b/Bilibili/Livehime/4.10.0.2806/Bilibili.Livehime.locale.zh-CN.yaml index aa9f9d28e1484..f8b50179bf03f 100644 --- a/manifests/b/Bilibili/Livehime/4.10.0.2806/Bilibili.Livehime.locale.zh-CN.yaml +++ b/manifests/b/Bilibili/Livehime/4.10.0.2806/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.10.0.2806 @@ -14,10 +14,10 @@ PackageUrl: https://live.bilibili.com/liveHime License: 免费软件 LicenseUrl: https://www.bilibili.com/blackboard/live/activity-dLUnpNZEM1.html Copyright: Copyright © 2021 上海幻电信息科技有限公司. All Right Reserved. -# CopyrightUrl: +# CopyrightUrl: ShortDescription: 哔哩哔哩直播官方直播软件 Description: 哔哩哔哩直播姬是哔哩哔哩独家为主播和UP主们打造的开播软件,集游戏、娱乐、语音开播为一体。一键即可开播,下一个直播届的超级偶像就是你~ -# Moniker: +# Moniker: Tags: - bilibili - b站 @@ -25,8 +25,10 @@ Tags: - 推流 - 直播 - 直播姬 -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.10.0.2806/Bilibili.Livehime.yaml b/manifests/b/Bilibili/Livehime/4.10.0.2806/Bilibili.Livehime.yaml index 16c5783dbbcf7..6ca63f31809b1 100644 --- a/manifests/b/Bilibili/Livehime/4.10.0.2806/Bilibili.Livehime.yaml +++ b/manifests/b/Bilibili/Livehime/4.10.0.2806/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.10.0.2806 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.11.0.2861/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/4.11.0.2861/Bilibili.Livehime.installer.yaml index 5b9248f843f5a..514950f0ea111 100644 --- a/manifests/b/Bilibili/Livehime/4.11.0.2861/Bilibili.Livehime.installer.yaml +++ b/manifests/b/Bilibili/Livehime/4.11.0.2861/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.11.0.2861 @@ -12,4 +12,4 @@ Installers: InstallerUrl: https://dl-hdslb-com.oss-cn-shanghai.aliyuncs.com/bili/bililive/win/Livehime-Win-beta-4.11.0.2861.exe InstallerSha256: 397C94A00551511741E9C0ACCF6F4DC2F1EEABDE662D33A53DC32D26B3366DFA ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.11.0.2861/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/4.11.0.2861/Bilibili.Livehime.locale.en-US.yaml index ff287e18695ec..4dbea7b939b17 100644 --- a/manifests/b/Bilibili/Livehime/4.11.0.2861/Bilibili.Livehime.locale.en-US.yaml +++ b/manifests/b/Bilibili/Livehime/4.11.0.2861/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.11.0.2861 @@ -14,18 +14,20 @@ PackageUrl: https://live.bilibili.com/liveHime License: Freeware LicenseUrl: https://www.bilibili.com/blackboard/live/activity-dLUnpNZEM1.html Copyright: Copyright © 2021 上海幻电信息科技有限公司. All Right Reserved. -# CopyrightUrl: +# CopyrightUrl: ShortDescription: Bilibili live official live streaming tool Description: Bilibili livehime is a broadcasting tool for Bilibili broadcasters and uploaders, integrating games, entertainment and voice broadcasting. -# Moniker: +# Moniker: Tags: - bilibili - broadcast - live - streaming - 哔哩哔哩直播姬 -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.11.0.2861/Bilibili.Livehime.locale.zh-CN.yaml b/manifests/b/Bilibili/Livehime/4.11.0.2861/Bilibili.Livehime.locale.zh-CN.yaml index fef704e1df763..7d82d4a1656c6 100644 --- a/manifests/b/Bilibili/Livehime/4.11.0.2861/Bilibili.Livehime.locale.zh-CN.yaml +++ b/manifests/b/Bilibili/Livehime/4.11.0.2861/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.11.0.2861 @@ -14,10 +14,10 @@ PackageUrl: https://live.bilibili.com/liveHime License: 免费软件 LicenseUrl: https://www.bilibili.com/blackboard/live/activity-dLUnpNZEM1.html Copyright: Copyright © 2021 上海幻电信息科技有限公司. All Right Reserved. -# CopyrightUrl: +# CopyrightUrl: ShortDescription: 哔哩哔哩直播官方直播软件 Description: 哔哩哔哩直播姬是哔哩哔哩独家为主播和UP主们打造的开播软件,集游戏、娱乐、语音开播为一体。一键即可开播,下一个直播届的超级偶像就是你~ -# Moniker: +# Moniker: Tags: - bilibili - b站 @@ -25,8 +25,10 @@ Tags: - 推流 - 直播 - 直播姬 -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.11.0.2861/Bilibili.Livehime.yaml b/manifests/b/Bilibili/Livehime/4.11.0.2861/Bilibili.Livehime.yaml index b335a19586a8c..2226f1eaa9883 100644 --- a/manifests/b/Bilibili/Livehime/4.11.0.2861/Bilibili.Livehime.yaml +++ b/manifests/b/Bilibili/Livehime/4.11.0.2861/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.11.0.2861 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.12.0.2874/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/4.12.0.2874/Bilibili.Livehime.installer.yaml index 0f96d9cbda465..74e9a43339a41 100644 --- a/manifests/b/Bilibili/Livehime/4.12.0.2874/Bilibili.Livehime.installer.yaml +++ b/manifests/b/Bilibili/Livehime/4.12.0.2874/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.12.0.2874 @@ -12,4 +12,4 @@ Installers: InstallerUrl: https://dl-hdslb-com.oss-cn-shanghai.aliyuncs.com/bili/bililive/win/Livehime-Win-beta-4.12.0.2874.exe InstallerSha256: A917AE6046F3594A65B77A37996B372C1F6B715B0F9E5D9D165FBAB3CB933CB0 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.12.0.2874/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/4.12.0.2874/Bilibili.Livehime.locale.en-US.yaml index e951e444842c0..575755b75d435 100644 --- a/manifests/b/Bilibili/Livehime/4.12.0.2874/Bilibili.Livehime.locale.en-US.yaml +++ b/manifests/b/Bilibili/Livehime/4.12.0.2874/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.12.0.2874 @@ -14,18 +14,20 @@ PackageUrl: https://live.bilibili.com/liveHime License: Freeware LicenseUrl: https://www.bilibili.com/blackboard/live/activity-dLUnpNZEM1.html Copyright: Copyright © 2021 上海幻电信息科技有限公司. All Right Reserved. -# CopyrightUrl: +# CopyrightUrl: ShortDescription: Bilibili live official live streaming tool Description: Bilibili livehime is a broadcasting tool for Bilibili broadcasters and uploaders, integrating games, entertainment and voice broadcasting. -# Moniker: +# Moniker: Tags: - bilibili - broadcast - live - streaming - 哔哩哔哩直播姬 -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.12.0.2874/Bilibili.Livehime.locale.zh-CN.yaml b/manifests/b/Bilibili/Livehime/4.12.0.2874/Bilibili.Livehime.locale.zh-CN.yaml index ec5740feede44..30f294c58b8fd 100644 --- a/manifests/b/Bilibili/Livehime/4.12.0.2874/Bilibili.Livehime.locale.zh-CN.yaml +++ b/manifests/b/Bilibili/Livehime/4.12.0.2874/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.12.0.2874 @@ -14,10 +14,10 @@ PackageUrl: https://live.bilibili.com/liveHime License: 免费软件 LicenseUrl: https://www.bilibili.com/blackboard/live/activity-dLUnpNZEM1.html Copyright: Copyright © 2021 上海幻电信息科技有限公司. All Right Reserved. -# CopyrightUrl: +# CopyrightUrl: ShortDescription: 哔哩哔哩直播官方直播软件 Description: 哔哩哔哩直播姬是哔哩哔哩独家为主播和UP主们打造的开播软件,集游戏、娱乐、语音开播为一体。一键即可开播,下一个直播届的超级偶像就是你~ -# Moniker: +# Moniker: Tags: - bilibili - b站 @@ -25,8 +25,10 @@ Tags: - 推流 - 直播 - 直播姬 -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.12.0.2874/Bilibili.Livehime.yaml b/manifests/b/Bilibili/Livehime/4.12.0.2874/Bilibili.Livehime.yaml index 030953ece23ad..d6896388f3a94 100644 --- a/manifests/b/Bilibili/Livehime/4.12.0.2874/Bilibili.Livehime.yaml +++ b/manifests/b/Bilibili/Livehime/4.12.0.2874/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.12.0.2874 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.12.1.2889/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/4.12.1.2889/Bilibili.Livehime.installer.yaml index 25ccf706957c8..bb9d4d1a405d3 100644 --- a/manifests/b/Bilibili/Livehime/4.12.1.2889/Bilibili.Livehime.installer.yaml +++ b/manifests/b/Bilibili/Livehime/4.12.1.2889/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.12.1.2889 @@ -14,4 +14,4 @@ Installers: InstallerSha256: B8450DF59AC7C719ED78584CD75DDA112CF3CAE114B39920B95B73F5425C6855 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.12.1.2889/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/4.12.1.2889/Bilibili.Livehime.locale.en-US.yaml index 630a895f8ccb5..8a8ddaed3bd53 100644 --- a/manifests/b/Bilibili/Livehime/4.12.1.2889/Bilibili.Livehime.locale.en-US.yaml +++ b/manifests/b/Bilibili/Livehime/4.12.1.2889/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.12.1.2889 @@ -14,19 +14,21 @@ 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: +- bilibili +- broadcast - live +- obs - streaming -- broadcast -- OBS -- Bilibili - 哔哩哔哩直播姬 -# 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.12.1.2889/Bilibili.Livehime.locale.zh-CN.yaml b/manifests/b/Bilibili/Livehime/4.12.1.2889/Bilibili.Livehime.locale.zh-CN.yaml index c055827d4fb78..681a5dc87cde1 100644 --- a/manifests/b/Bilibili/Livehime/4.12.1.2889/Bilibili.Livehime.locale.zh-CN.yaml +++ b/manifests/b/Bilibili/Livehime/4.12.1.2889/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.12.1.2889 @@ -14,20 +14,21 @@ 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: -- 直播 -- 推流 -- OBS +- bilibili +- b站 +- obs - 哔哩哔哩 -- B站 -- Bilibili -# Agreements: -ReleaseNotes: |- - 1、修复已知问题 +- 推流 +- 直播 +ReleaseNotes: 1、修复已知问题 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.12.1.2889/Bilibili.Livehime.yaml b/manifests/b/Bilibili/Livehime/4.12.1.2889/Bilibili.Livehime.yaml index 8434b9902f8d5..2b0c3490e9062 100644 --- a/manifests/b/Bilibili/Livehime/4.12.1.2889/Bilibili.Livehime.yaml +++ b/manifests/b/Bilibili/Livehime/4.12.1.2889/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.12.1.2889 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.13.0.2923/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/4.13.0.2923/Bilibili.Livehime.installer.yaml index ba7dc1065a4dc..035b5a756ebd8 100644 --- a/manifests/b/Bilibili/Livehime/4.13.0.2923/Bilibili.Livehime.installer.yaml +++ b/manifests/b/Bilibili/Livehime/4.13.0.2923/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.13.0.2923 @@ -14,4 +14,4 @@ Installers: InstallerSha256: 6D58E79E9F89D47D32CF05902F6C10FCE83F2D3A04DCA65EC4042911A77BB5BF 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.13.0.2923/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/4.13.0.2923/Bilibili.Livehime.locale.en-US.yaml index a63a51838f53d..ab25dc6eed824 100644 --- a/manifests/b/Bilibili/Livehime/4.13.0.2923/Bilibili.Livehime.locale.en-US.yaml +++ b/manifests/b/Bilibili/Livehime/4.13.0.2923/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.13.0.2923 @@ -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: - bilibili - broadcast @@ -25,8 +25,10 @@ Tags: - obs - 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.13.0.2923/Bilibili.Livehime.locale.zh-CN.yaml b/manifests/b/Bilibili/Livehime/4.13.0.2923/Bilibili.Livehime.locale.zh-CN.yaml index ee7361d9e1a28..db3a003bc42e1 100644 --- a/manifests/b/Bilibili/Livehime/4.13.0.2923/Bilibili.Livehime.locale.zh-CN.yaml +++ b/manifests/b/Bilibili/Livehime/4.13.0.2923/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.13.0.2923 @@ -14,10 +14,10 @@ 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: - bilibili - b站 @@ -25,7 +25,6 @@ Tags: - 哔哩哔哩 - 推流 - 直播 -# Agreements: ReleaseNotes: |- 【新增】摄像头素材支持旋转镜头啦 【新增】虚拟形象窗口添加动态背景 @@ -33,5 +32,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.13.0.2923/Bilibili.Livehime.yaml b/manifests/b/Bilibili/Livehime/4.13.0.2923/Bilibili.Livehime.yaml index 1785261a5931a..5f8047ec74078 100644 --- a/manifests/b/Bilibili/Livehime/4.13.0.2923/Bilibili.Livehime.yaml +++ b/manifests/b/Bilibili/Livehime/4.13.0.2923/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.13.0.2923 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.14.0.2962/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/4.14.0.2962/Bilibili.Livehime.installer.yaml index 46bd3658f4615..881db088335d6 100644 --- a/manifests/b/Bilibili/Livehime/4.14.0.2962/Bilibili.Livehime.installer.yaml +++ b/manifests/b/Bilibili/Livehime/4.14.0.2962/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.14.0.2962 @@ -13,4 +13,4 @@ Installers: InstallerSha256: B9187764FCE3F5C847A980E25B04A1B652ADA809ECEFD525F0E8A69D61244A67 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.14.0.2962/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/4.14.0.2962/Bilibili.Livehime.locale.en-US.yaml index 1b14942f4232e..4b79d7cb8f56d 100644 --- a/manifests/b/Bilibili/Livehime/4.14.0.2962/Bilibili.Livehime.locale.en-US.yaml +++ b/manifests/b/Bilibili/Livehime/4.14.0.2962/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.14.0.2962 @@ -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: - bilibili - broadcast @@ -25,8 +25,10 @@ Tags: - obs - streaming - 哔哩哔哩直播姬 -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.14.0.2962/Bilibili.Livehime.locale.zh-CN.yaml b/manifests/b/Bilibili/Livehime/4.14.0.2962/Bilibili.Livehime.locale.zh-CN.yaml index 0f011121b5ad8..cddd5572cb880 100644 --- a/manifests/b/Bilibili/Livehime/4.14.0.2962/Bilibili.Livehime.locale.zh-CN.yaml +++ b/manifests/b/Bilibili/Livehime/4.14.0.2962/Bilibili.Livehime.locale.zh-CN.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.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.14.0.2962 @@ -14,10 +14,10 @@ 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: - bilibili - b站 @@ -25,8 +25,10 @@ Tags: - 哔哩哔哩 - 推流 - 直播 -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.14.0.2962/Bilibili.Livehime.yaml b/manifests/b/Bilibili/Livehime/4.14.0.2962/Bilibili.Livehime.yaml index 56ab0e8bc6ff3..d38d86f3a6baf 100644 --- a/manifests/b/Bilibili/Livehime/4.14.0.2962/Bilibili.Livehime.yaml +++ b/manifests/b/Bilibili/Livehime/4.14.0.2962/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.14.0.2962 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.14.1.2969/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/4.14.1.2969/Bilibili.Livehime.installer.yaml index 8f1f18f91deee..540a66b3e330c 100644 --- a/manifests/b/Bilibili/Livehime/4.14.1.2969/Bilibili.Livehime.installer.yaml +++ b/manifests/b/Bilibili/Livehime/4.14.1.2969/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.14.1.2969 @@ -14,4 +14,4 @@ Installers: InstallerSha256: 59AF37E24D3AA72AFDB8CDF67B9F5533D90CC8D3CE6B60AC8E8724A921857381 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.14.1.2969/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/4.14.1.2969/Bilibili.Livehime.locale.en-US.yaml index 3cda11e430147..6ea27e3b677d9 100644 --- a/manifests/b/Bilibili/Livehime/4.14.1.2969/Bilibili.Livehime.locale.en-US.yaml +++ b/manifests/b/Bilibili/Livehime/4.14.1.2969/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.14.1.2969 @@ -14,16 +14,18 @@ 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 - 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.14.1.2969/Bilibili.Livehime.locale.zh-CN.yaml b/manifests/b/Bilibili/Livehime/4.14.1.2969/Bilibili.Livehime.locale.zh-CN.yaml index aa3aebdda478b..cc0576848c7ce 100644 --- a/manifests/b/Bilibili/Livehime/4.14.1.2969/Bilibili.Livehime.locale.zh-CN.yaml +++ b/manifests/b/Bilibili/Livehime/4.14.1.2969/Bilibili.Livehime.locale.zh-CN.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.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.14.1.2969 @@ -14,21 +14,17 @@ 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: |- - 【新增】摄像头素材支持旋转镜头啦 - 【新增】虚拟形象窗口添加动态背景 - 【优化】虚拟形象配饰系统交互优化 - 【优化】优化房间人气、高能榜在线用户展示 - 【优化】第三方推流优化 - 【优化】修复了一些问题,直播体验更好了~ +ReleaseNotes: "【新增】摄像头素材支持旋转镜头啦\n【新增】虚拟形象窗口添加动态背景\n【优化】虚拟形象配饰系统交互优化\n【优化】优化房间人气、高能榜在线用户展示\n【优化】第三方推流优化\n【优化】修复了一些问题,直播体验更好了~ " 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.14.1.2969/Bilibili.Livehime.yaml b/manifests/b/Bilibili/Livehime/4.14.1.2969/Bilibili.Livehime.yaml index cd5fa786c8c7e..f29c72f15e8ff 100644 --- a/manifests/b/Bilibili/Livehime/4.14.1.2969/Bilibili.Livehime.yaml +++ b/manifests/b/Bilibili/Livehime/4.14.1.2969/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.14.1.2969 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.15.0.2979/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/4.15.0.2979/Bilibili.Livehime.installer.yaml index dac6b8e6f4152..ffcb3e8659403 100644 --- a/manifests/b/Bilibili/Livehime/4.15.0.2979/Bilibili.Livehime.installer.yaml +++ b/manifests/b/Bilibili/Livehime/4.15.0.2979/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.15.0.2979 @@ -14,4 +14,4 @@ Installers: InstallerSha256: 57DD5379A0CF0035FEFB41C3FF75BA8D42DB7406215FA76EBB0090354909CF82 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.15.0.2979/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/4.15.0.2979/Bilibili.Livehime.locale.en-US.yaml index 53f290596fe18..d715f14abb860 100644 --- a/manifests/b/Bilibili/Livehime/4.15.0.2979/Bilibili.Livehime.locale.en-US.yaml +++ b/manifests/b/Bilibili/Livehime/4.15.0.2979/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.15.0.2979 @@ -14,16 +14,18 @@ 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 - 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.15.0.2979/Bilibili.Livehime.locale.zh-CN.yaml b/manifests/b/Bilibili/Livehime/4.15.0.2979/Bilibili.Livehime.locale.zh-CN.yaml index 2f76ef7a645d5..8287978e69d2c 100644 --- a/manifests/b/Bilibili/Livehime/4.15.0.2979/Bilibili.Livehime.locale.zh-CN.yaml +++ b/manifests/b/Bilibili/Livehime/4.15.0.2979/Bilibili.Livehime.locale.zh-CN.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.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.15.0.2979 @@ -14,17 +14,19 @@ 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: |- 【新增】预设素材 满足用户快速开播 【虚拟】多个形象供你选择,快速体验虚拟开播~ 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.15.0.2979/Bilibili.Livehime.yaml b/manifests/b/Bilibili/Livehime/4.15.0.2979/Bilibili.Livehime.yaml index 8b91b0ade78e3..ca5a695305290 100644 --- a/manifests/b/Bilibili/Livehime/4.15.0.2979/Bilibili.Livehime.yaml +++ b/manifests/b/Bilibili/Livehime/4.15.0.2979/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.15.0.2979 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.15.1.2998/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/4.15.1.2998/Bilibili.Livehime.installer.yaml index ffa4ac77658a3..58c846ba329f0 100644 --- a/manifests/b/Bilibili/Livehime/4.15.1.2998/Bilibili.Livehime.installer.yaml +++ b/manifests/b/Bilibili/Livehime/4.15.1.2998/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.15.1.2998 @@ -14,4 +14,4 @@ Installers: InstallerSha256: E832E0A12AEC742DBE3B3AC0CE0AE8234105673C6C6FA5188C8EE2C7A5AE1A21 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.15.1.2998/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/4.15.1.2998/Bilibili.Livehime.locale.en-US.yaml index 70c45576693c1..b8d67e56d7292 100644 --- a/manifests/b/Bilibili/Livehime/4.15.1.2998/Bilibili.Livehime.locale.en-US.yaml +++ b/manifests/b/Bilibili/Livehime/4.15.1.2998/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.15.1.2998 @@ -14,16 +14,18 @@ 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 - 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.15.1.2998/Bilibili.Livehime.locale.zh-CN.yaml b/manifests/b/Bilibili/Livehime/4.15.1.2998/Bilibili.Livehime.locale.zh-CN.yaml index 9f9da9d99a968..154410f7f8356 100644 --- a/manifests/b/Bilibili/Livehime/4.15.1.2998/Bilibili.Livehime.locale.zh-CN.yaml +++ b/manifests/b/Bilibili/Livehime/4.15.1.2998/Bilibili.Livehime.locale.zh-CN.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.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.15.1.2998 @@ -14,15 +14,17 @@ 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: 【修复】部分已知问题修复 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.15.1.2998/Bilibili.Livehime.yaml b/manifests/b/Bilibili/Livehime/4.15.1.2998/Bilibili.Livehime.yaml index 00c9f1e6cae78..b693122bc3b93 100644 --- a/manifests/b/Bilibili/Livehime/4.15.1.2998/Bilibili.Livehime.yaml +++ b/manifests/b/Bilibili/Livehime/4.15.1.2998/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.15.1.2998 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.16.0.3066/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/4.16.0.3066/Bilibili.Livehime.installer.yaml index e6fa77f5825d9..2b768afd16e1c 100644 --- a/manifests/b/Bilibili/Livehime/4.16.0.3066/Bilibili.Livehime.installer.yaml +++ b/manifests/b/Bilibili/Livehime/4.16.0.3066/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.16.0.3066 @@ -14,4 +14,4 @@ Installers: InstallerSha256: ACD8D5914065CAC1C157E0901FDBD5947002BA127B393A27E79F7BA2BDA4E85E 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.16.0.3066/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/4.16.0.3066/Bilibili.Livehime.locale.en-US.yaml index 73b3445ffebb0..24e0cf8528d56 100644 --- a/manifests/b/Bilibili/Livehime/4.16.0.3066/Bilibili.Livehime.locale.en-US.yaml +++ b/manifests/b/Bilibili/Livehime/4.16.0.3066/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.16.0.3066 @@ -14,16 +14,18 @@ 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 - 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.16.0.3066/Bilibili.Livehime.locale.zh-CN.yaml b/manifests/b/Bilibili/Livehime/4.16.0.3066/Bilibili.Livehime.locale.zh-CN.yaml index a145872c20495..283a0907fb0a1 100644 --- a/manifests/b/Bilibili/Livehime/4.16.0.3066/Bilibili.Livehime.locale.zh-CN.yaml +++ b/manifests/b/Bilibili/Livehime/4.16.0.3066/Bilibili.Livehime.locale.zh-CN.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.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.16.0.3066 @@ -14,17 +14,19 @@ 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: |- 【新增】左侧工具栏收起 【修复】部分已知问题修复 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.16.0.3066/Bilibili.Livehime.yaml b/manifests/b/Bilibili/Livehime/4.16.0.3066/Bilibili.Livehime.yaml index 1122358c9dad1..59399f0e71c64 100644 --- a/manifests/b/Bilibili/Livehime/4.16.0.3066/Bilibili.Livehime.yaml +++ b/manifests/b/Bilibili/Livehime/4.16.0.3066/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.16.0.3066 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.16.5.3097/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/4.16.5.3097/Bilibili.Livehime.installer.yaml index d7b6301b0fb57..862c05df8176c 100644 --- a/manifests/b/Bilibili/Livehime/4.16.5.3097/Bilibili.Livehime.installer.yaml +++ b/manifests/b/Bilibili/Livehime/4.16.5.3097/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.16.5.3097 @@ -14,4 +14,4 @@ Installers: InstallerSha256: C37FF49576FEDF04B8EED37EF155E7C08038418B1879DEC8E18A57EF5577CEC5 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.16.5.3097/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/4.16.5.3097/Bilibili.Livehime.locale.en-US.yaml index f0e954468024b..fecf5d12d03d4 100644 --- a/manifests/b/Bilibili/Livehime/4.16.5.3097/Bilibili.Livehime.locale.en-US.yaml +++ b/manifests/b/Bilibili/Livehime/4.16.5.3097/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.16.5.3097 @@ -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.16.5.3097/Bilibili.Livehime.locale.zh-CN.yaml b/manifests/b/Bilibili/Livehime/4.16.5.3097/Bilibili.Livehime.locale.zh-CN.yaml index 0ece2073e0751..ff266a087cbcf 100644 --- a/manifests/b/Bilibili/Livehime/4.16.5.3097/Bilibili.Livehime.locale.zh-CN.yaml +++ b/manifests/b/Bilibili/Livehime/4.16.5.3097/Bilibili.Livehime.locale.zh-CN.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.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.16.5.3097 @@ -14,17 +14,19 @@ 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: |- 【新增】唱歌识别 【修复】部分已知问题修复 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.16.5.3097/Bilibili.Livehime.yaml b/manifests/b/Bilibili/Livehime/4.16.5.3097/Bilibili.Livehime.yaml index 9a0adf9b93e31..26ce0211b758d 100644 --- a/manifests/b/Bilibili/Livehime/4.16.5.3097/Bilibili.Livehime.yaml +++ b/manifests/b/Bilibili/Livehime/4.16.5.3097/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.16.5.3097 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.17.0.3145/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/4.17.0.3145/Bilibili.Livehime.installer.yaml index 2b4244592ebe4..829ee2e829908 100644 --- a/manifests/b/Bilibili/Livehime/4.17.0.3145/Bilibili.Livehime.installer.yaml +++ b/manifests/b/Bilibili/Livehime/4.17.0.3145/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.17.0.3145 @@ -14,4 +14,4 @@ Installers: InstallerSha256: 0ECC749D86D00EA40A719FA8C4EF3A8D9DEB141F642EB3F9D09016049CC741B5 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.17.0.3145/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/4.17.0.3145/Bilibili.Livehime.locale.en-US.yaml index d616f6486d4a2..7580152ba5079 100644 --- a/manifests/b/Bilibili/Livehime/4.17.0.3145/Bilibili.Livehime.locale.en-US.yaml +++ b/manifests/b/Bilibili/Livehime/4.17.0.3145/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.17.0.3145 @@ -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.17.0.3145/Bilibili.Livehime.locale.zh-CN.yaml b/manifests/b/Bilibili/Livehime/4.17.0.3145/Bilibili.Livehime.locale.zh-CN.yaml index 93526c7eb1388..ca374c891171f 100644 --- a/manifests/b/Bilibili/Livehime/4.17.0.3145/Bilibili.Livehime.locale.zh-CN.yaml +++ b/manifests/b/Bilibili/Livehime/4.17.0.3145/Bilibili.Livehime.locale.zh-CN.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.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.17.0.3145 @@ -14,17 +14,17 @@ 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: |- - 【优化】热力风暴增加了新热词提示和引导视频 - 【优化】主播任务奖励待领取提醒 +ReleaseNotes: "【优化】热力风暴增加了新热词提示和引导视频\n【优化】主播任务奖励待领取提醒 " 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.17.0.3145/Bilibili.Livehime.yaml b/manifests/b/Bilibili/Livehime/4.17.0.3145/Bilibili.Livehime.yaml index eb29a58f291aa..ea919069a60a3 100644 --- a/manifests/b/Bilibili/Livehime/4.17.0.3145/Bilibili.Livehime.yaml +++ b/manifests/b/Bilibili/Livehime/4.17.0.3145/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.17.0.3145 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.17.1.3187/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/4.17.1.3187/Bilibili.Livehime.installer.yaml index e782e2465919a..11f4648992571 100644 --- a/manifests/b/Bilibili/Livehime/4.17.1.3187/Bilibili.Livehime.installer.yaml +++ b/manifests/b/Bilibili/Livehime/4.17.1.3187/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.17.1.3187 @@ -14,4 +14,4 @@ Installers: InstallerSha256: B6EDC23D4C137915CB42427186AB60A982E489522D93F42EE69840C5DA2DBF87 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.17.1.3187/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/4.17.1.3187/Bilibili.Livehime.locale.en-US.yaml index 94d15bfa19817..9d66b04cf8c4f 100644 --- a/manifests/b/Bilibili/Livehime/4.17.1.3187/Bilibili.Livehime.locale.en-US.yaml +++ b/manifests/b/Bilibili/Livehime/4.17.1.3187/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.17.1.3187 @@ -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.17.1.3187/Bilibili.Livehime.locale.zh-CN.yaml b/manifests/b/Bilibili/Livehime/4.17.1.3187/Bilibili.Livehime.locale.zh-CN.yaml index 9f1386c7bf22a..f23696a38fdbd 100644 --- a/manifests/b/Bilibili/Livehime/4.17.1.3187/Bilibili.Livehime.locale.zh-CN.yaml +++ b/manifests/b/Bilibili/Livehime/4.17.1.3187/Bilibili.Livehime.locale.zh-CN.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.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.17.1.3187 @@ -14,16 +14,17 @@ 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: |- - 【修复】部分已知问题修复 +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.17.1.3187/Bilibili.Livehime.yaml b/manifests/b/Bilibili/Livehime/4.17.1.3187/Bilibili.Livehime.yaml index 7197ebf71845b..e3c5bd1216c53 100644 --- a/manifests/b/Bilibili/Livehime/4.17.1.3187/Bilibili.Livehime.yaml +++ b/manifests/b/Bilibili/Livehime/4.17.1.3187/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.17.1.3187 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.18.0.3258/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/4.18.0.3258/Bilibili.Livehime.installer.yaml index 4fa5265dbc12d..f77d7ca8dab8e 100644 --- a/manifests/b/Bilibili/Livehime/4.18.0.3258/Bilibili.Livehime.installer.yaml +++ b/manifests/b/Bilibili/Livehime/4.18.0.3258/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.18.0.3258 @@ -14,4 +14,4 @@ Installers: InstallerSha256: F7D23EC2C3C1E5351335406CDCFEFE11CEA59A11802F6CF1E7718D6022A0F7AD 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.18.0.3258/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/4.18.0.3258/Bilibili.Livehime.locale.en-US.yaml index e84713ddf5c2c..98ac9ac3d1691 100644 --- a/manifests/b/Bilibili/Livehime/4.18.0.3258/Bilibili.Livehime.locale.en-US.yaml +++ b/manifests/b/Bilibili/Livehime/4.18.0.3258/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.18.0.3258 @@ -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.18.0.3258/Bilibili.Livehime.locale.zh-CN.yaml b/manifests/b/Bilibili/Livehime/4.18.0.3258/Bilibili.Livehime.locale.zh-CN.yaml index 0372358f49236..1b3e0214740b6 100644 --- a/manifests/b/Bilibili/Livehime/4.18.0.3258/Bilibili.Livehime.locale.zh-CN.yaml +++ b/manifests/b/Bilibili/Livehime/4.18.0.3258/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.18.0.3258 @@ -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.18.0.3258/Bilibili.Livehime.yaml b/manifests/b/Bilibili/Livehime/4.18.0.3258/Bilibili.Livehime.yaml index 7d1b29c2bc5bc..771e9054e5607 100644 --- a/manifests/b/Bilibili/Livehime/4.18.0.3258/Bilibili.Livehime.yaml +++ b/manifests/b/Bilibili/Livehime/4.18.0.3258/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.18.0.3258 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.19.0.3300/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/4.19.0.3300/Bilibili.Livehime.installer.yaml index 565f1b187c1d0..4fc56360b23a5 100644 --- a/manifests/b/Bilibili/Livehime/4.19.0.3300/Bilibili.Livehime.installer.yaml +++ b/manifests/b/Bilibili/Livehime/4.19.0.3300/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.19.0.3300 @@ -14,4 +14,4 @@ Installers: InstallerSha256: 24C74F3AEE0718202B6931FE192352DD7FA82C1A87694657A34AC5E6AC31B321 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.19.0.3300/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/4.19.0.3300/Bilibili.Livehime.locale.en-US.yaml index e2cb7cfa8adb4..e892f0151cda1 100644 --- a/manifests/b/Bilibili/Livehime/4.19.0.3300/Bilibili.Livehime.locale.en-US.yaml +++ b/manifests/b/Bilibili/Livehime/4.19.0.3300/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.19.0.3300 @@ -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.19.0.3300/Bilibili.Livehime.locale.zh-CN.yaml b/manifests/b/Bilibili/Livehime/4.19.0.3300/Bilibili.Livehime.locale.zh-CN.yaml index 50dc6546ce1d2..c21c913bbf217 100644 --- a/manifests/b/Bilibili/Livehime/4.19.0.3300/Bilibili.Livehime.locale.zh-CN.yaml +++ b/manifests/b/Bilibili/Livehime/4.19.0.3300/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.19.0.3300 @@ -14,18 +14,20 @@ 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: |- 【新增】AR 头像开播 【新增】2D 虚拟开播独立更新 【修复】修复部分已知问题 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.19.0.3300/Bilibili.Livehime.yaml b/manifests/b/Bilibili/Livehime/4.19.0.3300/Bilibili.Livehime.yaml index 8741babd03207..65328ec4a43b6 100644 --- a/manifests/b/Bilibili/Livehime/4.19.0.3300/Bilibili.Livehime.yaml +++ b/manifests/b/Bilibili/Livehime/4.19.0.3300/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.19.0.3300 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.20.0.3399/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/4.20.0.3399/Bilibili.Livehime.installer.yaml index da12cc4b8e7cc..0800a5049112c 100644 --- a/manifests/b/Bilibili/Livehime/4.20.0.3399/Bilibili.Livehime.installer.yaml +++ b/manifests/b/Bilibili/Livehime/4.20.0.3399/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.20.0.3399 @@ -14,4 +14,4 @@ Installers: InstallerSha256: C6F85B586A0BB1178D9A0B44AB263B1A9BDBA60543CE01E0FABE286C6E543150 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.20.0.3399/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/4.20.0.3399/Bilibili.Livehime.locale.en-US.yaml index 60463c82e5cf0..ab1809ba6a497 100644 --- a/manifests/b/Bilibili/Livehime/4.20.0.3399/Bilibili.Livehime.locale.en-US.yaml +++ b/manifests/b/Bilibili/Livehime/4.20.0.3399/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.20.0.3399 @@ -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.20.0.3399/Bilibili.Livehime.locale.zh-CN.yaml b/manifests/b/Bilibili/Livehime/4.20.0.3399/Bilibili.Livehime.locale.zh-CN.yaml index 3c932ef6d0027..15f6b2aa98bfa 100644 --- a/manifests/b/Bilibili/Livehime/4.20.0.3399/Bilibili.Livehime.locale.zh-CN.yaml +++ b/manifests/b/Bilibili/Livehime/4.20.0.3399/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.20.0.3399 @@ -14,19 +14,21 @@ 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: |- 【优化】主播任务优化 【优化】连麦规则优化 【优化】直播姬用户及隐私协议更新 【修复】已知问题修复 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.20.0.3399/Bilibili.Livehime.yaml b/manifests/b/Bilibili/Livehime/4.20.0.3399/Bilibili.Livehime.yaml index 1c0b9e5127223..f11de84490470 100644 --- a/manifests/b/Bilibili/Livehime/4.20.0.3399/Bilibili.Livehime.yaml +++ b/manifests/b/Bilibili/Livehime/4.20.0.3399/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.20.0.3399 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.21.0.3492/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/4.21.0.3492/Bilibili.Livehime.installer.yaml index b48d7c1b09e15..4eda97eceb35c 100644 --- a/manifests/b/Bilibili/Livehime/4.21.0.3492/Bilibili.Livehime.installer.yaml +++ b/manifests/b/Bilibili/Livehime/4.21.0.3492/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.21.0.3492 @@ -14,4 +14,4 @@ Installers: InstallerSha256: 64C8E178FC9AA215F5112751A1365CEF01E88D3AA37E5EEB80EEA332F7B6A726 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.21.0.3492/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/4.21.0.3492/Bilibili.Livehime.locale.en-US.yaml index 4400ae6880de4..e8e06ac992ccf 100644 --- a/manifests/b/Bilibili/Livehime/4.21.0.3492/Bilibili.Livehime.locale.en-US.yaml +++ b/manifests/b/Bilibili/Livehime/4.21.0.3492/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.21.0.3492 @@ -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.21.0.3492/Bilibili.Livehime.locale.zh-CN.yaml b/manifests/b/Bilibili/Livehime/4.21.0.3492/Bilibili.Livehime.locale.zh-CN.yaml index 96d2945c883db..98f992f6a2b50 100644 --- a/manifests/b/Bilibili/Livehime/4.21.0.3492/Bilibili.Livehime.locale.zh-CN.yaml +++ b/manifests/b/Bilibili/Livehime/4.21.0.3492/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.21.0.3492 @@ -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: |- 【新增】虚拟连结新增匹配机制 【新增】活动弹窗添加 QQ 群 @@ -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.21.0.3492/Bilibili.Livehime.yaml b/manifests/b/Bilibili/Livehime/4.21.0.3492/Bilibili.Livehime.yaml index 000d75dacd90d..ab38adc2d2c6d 100644 --- a/manifests/b/Bilibili/Livehime/4.21.0.3492/Bilibili.Livehime.yaml +++ b/manifests/b/Bilibili/Livehime/4.21.0.3492/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.21.0.3492 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +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/4.23.2.3676/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/4.23.2.3676/Bilibili.Livehime.installer.yaml index 8d9be01d026ae..2a36b9e69f418 100644 --- a/manifests/b/Bilibili/Livehime/4.23.2.3676/Bilibili.Livehime.installer.yaml +++ b/manifests/b/Bilibili/Livehime/4.23.2.3676/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.23.2.3676 @@ -15,4 +15,4 @@ Installers: InstallerSha256: 9BD1C60730A3977012D3BC68423E623A0FBA145E63B4D042C1B626166F2BAD2C ProductCode: '{06BB8CDE-F4AC-4B22-A680-0F3699CB9912}_is1' ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.23.2.3676/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/4.23.2.3676/Bilibili.Livehime.locale.en-US.yaml index bb291cf16378c..d523426d509f9 100644 --- a/manifests/b/Bilibili/Livehime/4.23.2.3676/Bilibili.Livehime.locale.en-US.yaml +++ b/manifests/b/Bilibili/Livehime/4.23.2.3676/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.23.2.3676 @@ -14,10 +14,10 @@ PackageUrl: https://live.bilibili.com/liveHime/ License: Freeware LicenseUrl: https://www.bilibili.com/blackboard/live/activity-dLUnpNZEM1.html Copyright: Copyright (C) 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.23.2.3676/Bilibili.Livehime.locale.zh-CN.yaml b/manifests/b/Bilibili/Livehime/4.23.2.3676/Bilibili.Livehime.locale.zh-CN.yaml index 508331d4e817f..8cf2a0622236a 100644 --- a/manifests/b/Bilibili/Livehime/4.23.2.3676/Bilibili.Livehime.locale.zh-CN.yaml +++ b/manifests/b/Bilibili/Livehime/4.23.2.3676/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.23.2.3676 @@ -14,14 +14,13 @@ PackageUrl: https://live.bilibili.com/liveHime/ License: 免费软件 LicenseUrl: https://www.bilibili.com/blackboard/live/activity-dLUnpNZEM1.html Copyright: Copyright (C) 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.23.2.3676/Bilibili.Livehime.yaml b/manifests/b/Bilibili/Livehime/4.23.2.3676/Bilibili.Livehime.yaml index b7417c72fddb0..16ad823286e43 100644 --- a/manifests/b/Bilibili/Livehime/4.23.2.3676/Bilibili.Livehime.yaml +++ b/manifests/b/Bilibili/Livehime/4.23.2.3676/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.23.2.3676 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.23.3.3744/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/4.23.3.3744/Bilibili.Livehime.installer.yaml index 36ff1031bd5de..7e5bf75868110 100644 --- a/manifests/b/Bilibili/Livehime/4.23.3.3744/Bilibili.Livehime.installer.yaml +++ b/manifests/b/Bilibili/Livehime/4.23.3.3744/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.23.3.3744 @@ -15,4 +15,4 @@ Installers: InstallerSha256: 69BFF01780D5BCE165772A1F3CB0196994759294D5CF824DB0B0B4BD223B4EF1 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.23.3.3744/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/4.23.3.3744/Bilibili.Livehime.locale.en-US.yaml index 1646f68a2c5c2..2a4ae5168b293 100644 --- a/manifests/b/Bilibili/Livehime/4.23.3.3744/Bilibili.Livehime.locale.en-US.yaml +++ b/manifests/b/Bilibili/Livehime/4.23.3.3744/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.23.3.3744 @@ -14,10 +14,10 @@ PackageUrl: https://live.bilibili.com/liveHime/ License: Freeware LicenseUrl: https://www.bilibili.com/blackboard/live/activity-dLUnpNZEM1.html Copyright: Copyright (C) 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.23.3.3744/Bilibili.Livehime.locale.zh-CN.yaml b/manifests/b/Bilibili/Livehime/4.23.3.3744/Bilibili.Livehime.locale.zh-CN.yaml index d02f688e63690..9e11e51577b77 100644 --- a/manifests/b/Bilibili/Livehime/4.23.3.3744/Bilibili.Livehime.locale.zh-CN.yaml +++ b/manifests/b/Bilibili/Livehime/4.23.3.3744/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.23.3.3744 @@ -14,17 +14,19 @@ PackageUrl: https://live.bilibili.com/liveHime/ License: 免费软件 LicenseUrl: https://www.bilibili.com/blackboard/live/activity-dLUnpNZEM1.html Copyright: Copyright (C) 2022 上海幻电信息科技有限公司. All Right Reserved. -# CopyrightUrl: +# CopyrightUrl: ShortDescription: 哔哩哔哩直播官方直播软件 Description: 哔哩哔哩直播姬是哔哩哔哩独家为主播和 UP 主们打造的开播软件,集游戏、娱乐、语音开播为一体。一键即可开播,下一个直播届的超级偶像就是你~ -# Moniker: +# Moniker: Tags: - 推流 - 直播 -# Agreements: 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.23.3.3744/Bilibili.Livehime.yaml b/manifests/b/Bilibili/Livehime/4.23.3.3744/Bilibili.Livehime.yaml index c2ed890f602b2..a522249d79043 100644 --- a/manifests/b/Bilibili/Livehime/4.23.3.3744/Bilibili.Livehime.yaml +++ b/manifests/b/Bilibili/Livehime/4.23.3.3744/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.23.3.3744 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.23.3.3769/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/4.23.3.3769/Bilibili.Livehime.installer.yaml index 787ea03fcd9e9..1e72eb8809286 100644 --- a/manifests/b/Bilibili/Livehime/4.23.3.3769/Bilibili.Livehime.installer.yaml +++ b/manifests/b/Bilibili/Livehime/4.23.3.3769/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.23.3.3769 @@ -15,4 +15,4 @@ Installers: InstallerSha256: AC028474FE9EAB159D7977EA24A6D12B1ACC203E599B47BDD9D195B123903977 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.23.3.3769/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/4.23.3.3769/Bilibili.Livehime.locale.en-US.yaml index f1864cede0aa9..bd613c91b2ff2 100644 --- a/manifests/b/Bilibili/Livehime/4.23.3.3769/Bilibili.Livehime.locale.en-US.yaml +++ b/manifests/b/Bilibili/Livehime/4.23.3.3769/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.23.3.3769 @@ -14,10 +14,10 @@ PackageUrl: https://live.bilibili.com/liveHime/ License: Freeware LicenseUrl: https://www.bilibili.com/blackboard/live/activity-dLUnpNZEM1.html Copyright: Copyright (C) 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.23.3.3769/Bilibili.Livehime.locale.zh-CN.yaml b/manifests/b/Bilibili/Livehime/4.23.3.3769/Bilibili.Livehime.locale.zh-CN.yaml index 83a5cdd0f739a..b59e6861aae90 100644 --- a/manifests/b/Bilibili/Livehime/4.23.3.3769/Bilibili.Livehime.locale.zh-CN.yaml +++ b/manifests/b/Bilibili/Livehime/4.23.3.3769/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.23.3.3769 @@ -14,17 +14,19 @@ PackageUrl: https://live.bilibili.com/liveHime/ License: 免费软件 LicenseUrl: https://www.bilibili.com/blackboard/live/activity-dLUnpNZEM1.html Copyright: Copyright (C) 2022 上海幻电信息科技有限公司. All Right Reserved. -# CopyrightUrl: +# CopyrightUrl: ShortDescription: 哔哩哔哩直播官方直播软件 Description: 哔哩哔哩直播姬是哔哩哔哩独家为主播和 UP 主们打造的开播软件,集游戏、娱乐、语音开播为一体。一键即可开播,下一个直播届的超级偶像就是你~ -# Moniker: +# Moniker: Tags: - 推流 - 直播 -# Agreements: 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.23.3.3769/Bilibili.Livehime.yaml b/manifests/b/Bilibili/Livehime/4.23.3.3769/Bilibili.Livehime.yaml index 10558c141fc94..0aacad379a1b4 100644 --- a/manifests/b/Bilibili/Livehime/4.23.3.3769/Bilibili.Livehime.yaml +++ b/manifests/b/Bilibili/Livehime/4.23.3.3769/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.23.3.3769 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.23.4.3774/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/4.23.4.3774/Bilibili.Livehime.installer.yaml index 38c80a0bd20a8..cb03101431dbd 100644 --- a/manifests/b/Bilibili/Livehime/4.23.4.3774/Bilibili.Livehime.installer.yaml +++ b/manifests/b/Bilibili/Livehime/4.23.4.3774/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.23.4.3774 @@ -15,4 +15,4 @@ Installers: InstallerSha256: 4EAE60A5C2C535664E4ABE7DE330C840F942D62E8E679881E9B10DD0C9D253E6 ProductCode: '{06BB8CDE-F4AC-4B22-A680-0F3699CB9912}_is1' ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.23.4.3774/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/4.23.4.3774/Bilibili.Livehime.locale.en-US.yaml index 702572f0fe6f0..db1a5651342e3 100644 --- a/manifests/b/Bilibili/Livehime/4.23.4.3774/Bilibili.Livehime.locale.en-US.yaml +++ b/manifests/b/Bilibili/Livehime/4.23.4.3774/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.23.4.3774 @@ -14,10 +14,10 @@ PackageUrl: https://live.bilibili.com/liveHime/ License: Freeware LicenseUrl: https://www.bilibili.com/blackboard/live/activity-dLUnpNZEM1.html Copyright: Copyright (C) 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.23.4.3774/Bilibili.Livehime.locale.zh-CN.yaml b/manifests/b/Bilibili/Livehime/4.23.4.3774/Bilibili.Livehime.locale.zh-CN.yaml index 10f645cc18854..206d471584db5 100644 --- a/manifests/b/Bilibili/Livehime/4.23.4.3774/Bilibili.Livehime.locale.zh-CN.yaml +++ b/manifests/b/Bilibili/Livehime/4.23.4.3774/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.23.4.3774 @@ -14,17 +14,19 @@ PackageUrl: https://live.bilibili.com/liveHime/ License: 免费软件 LicenseUrl: https://www.bilibili.com/blackboard/live/activity-dLUnpNZEM1.html Copyright: Copyright (C) 2022 上海幻电信息科技有限公司. All Right Reserved. -# CopyrightUrl: +# CopyrightUrl: ShortDescription: 哔哩哔哩直播官方直播软件 Description: 哔哩哔哩直播姬是哔哩哔哩独家为主播和 UP 主们打造的开播软件,集游戏、娱乐、语音开播为一体。一键即可开播,下一个直播届的超级偶像就是你~ -# Moniker: +# Moniker: Tags: - 推流 - 直播 -# Agreements: 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.23.4.3774/Bilibili.Livehime.yaml b/manifests/b/Bilibili/Livehime/4.23.4.3774/Bilibili.Livehime.yaml index 437094e39d4e0..06d3651c8abd6 100644 --- a/manifests/b/Bilibili/Livehime/4.23.4.3774/Bilibili.Livehime.yaml +++ b/manifests/b/Bilibili/Livehime/4.23.4.3774/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.23.4.3774 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.23.4.3789/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/4.23.4.3789/Bilibili.Livehime.installer.yaml index 1468efa3a187e..5f79c2cb9aa48 100644 --- a/manifests/b/Bilibili/Livehime/4.23.4.3789/Bilibili.Livehime.installer.yaml +++ b/manifests/b/Bilibili/Livehime/4.23.4.3789/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.23.4.3789 @@ -15,4 +15,4 @@ Installers: InstallerSha256: AB1E5CD1E4EDF9ECB29196493FCB2006ECF63C053D32299D5EB197FD26A5AD2E ProductCode: '{06BB8CDE-F4AC-4B22-A680-0F3699CB9912}_is1' ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.23.4.3789/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/4.23.4.3789/Bilibili.Livehime.locale.en-US.yaml index b9b2a462fba27..14c893efc76f8 100644 --- a/manifests/b/Bilibili/Livehime/4.23.4.3789/Bilibili.Livehime.locale.en-US.yaml +++ b/manifests/b/Bilibili/Livehime/4.23.4.3789/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.23.4.3789 @@ -14,10 +14,10 @@ PackageUrl: https://live.bilibili.com/liveHime/ License: Freeware LicenseUrl: https://www.bilibili.com/blackboard/live/activity-dLUnpNZEM1.html Copyright: Copyright (C) 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.23.4.3789/Bilibili.Livehime.locale.zh-CN.yaml b/manifests/b/Bilibili/Livehime/4.23.4.3789/Bilibili.Livehime.locale.zh-CN.yaml index c3b00f4107dec..7b01c45e3395b 100644 --- a/manifests/b/Bilibili/Livehime/4.23.4.3789/Bilibili.Livehime.locale.zh-CN.yaml +++ b/manifests/b/Bilibili/Livehime/4.23.4.3789/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.23.4.3789 @@ -14,15 +14,17 @@ PackageUrl: https://live.bilibili.com/liveHime/ License: 免费软件 LicenseUrl: https://www.bilibili.com/blackboard/live/activity-dLUnpNZEM1.html Copyright: Copyright (C) 2022 上海幻电信息科技有限公司. All Right Reserved. -# CopyrightUrl: +# CopyrightUrl: ShortDescription: 哔哩哔哩直播官方直播软件 Description: 哔哩哔哩直播姬是哔哩哔哩独家为主播和 UP 主们打造的开播软件,集游戏、娱乐、语音开播为一体。一键即可开播,下一个直播届的超级偶像就是你~ -# Moniker: +# Moniker: Tags: - 推流 - 直播 -# Agreements: 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.23.4.3789/Bilibili.Livehime.yaml b/manifests/b/Bilibili/Livehime/4.23.4.3789/Bilibili.Livehime.yaml index 3a68ff7c15bf6..282d2eb312e0e 100644 --- a/manifests/b/Bilibili/Livehime/4.23.4.3789/Bilibili.Livehime.yaml +++ b/manifests/b/Bilibili/Livehime/4.23.4.3789/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.23.4.3789 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.24.2.3807/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/4.24.2.3807/Bilibili.Livehime.installer.yaml index ac242d08e54e2..ab2f0935fa3a6 100644 --- a/manifests/b/Bilibili/Livehime/4.24.2.3807/Bilibili.Livehime.installer.yaml +++ b/manifests/b/Bilibili/Livehime/4.24.2.3807/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.24.2.3807 @@ -15,4 +15,4 @@ Installers: InstallerSha256: 9B7D3A82C814C759009007F51DC18ED0C21CEE449A1528609E389C458AB1F925 ProductCode: '{06BB8CDE-F4AC-4B22-A680-0F3699CB9912}_is1' ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.24.2.3807/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/4.24.2.3807/Bilibili.Livehime.locale.en-US.yaml index 2a5e4591df10f..932390edd0b7c 100644 --- a/manifests/b/Bilibili/Livehime/4.24.2.3807/Bilibili.Livehime.locale.en-US.yaml +++ b/manifests/b/Bilibili/Livehime/4.24.2.3807/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.24.2.3807 @@ -14,10 +14,10 @@ PackageUrl: https://live.bilibili.com/liveHime/ License: Freeware LicenseUrl: https://www.bilibili.com/blackboard/live/activity-dLUnpNZEM1.html Copyright: Copyright (C) 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.24.2.3807/Bilibili.Livehime.locale.zh-CN.yaml b/manifests/b/Bilibili/Livehime/4.24.2.3807/Bilibili.Livehime.locale.zh-CN.yaml index da45689e87a74..0b182270c6761 100644 --- a/manifests/b/Bilibili/Livehime/4.24.2.3807/Bilibili.Livehime.locale.zh-CN.yaml +++ b/manifests/b/Bilibili/Livehime/4.24.2.3807/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.24.2.3807 @@ -14,18 +14,20 @@ PackageUrl: https://live.bilibili.com/liveHime/ License: 免费软件 LicenseUrl: https://www.bilibili.com/blackboard/live/activity-dLUnpNZEM1.html Copyright: Copyright (C) 2022 上海幻电信息科技有限公司. All Right Reserved. -# CopyrightUrl: +# CopyrightUrl: ShortDescription: 哔哩哔哩直播官方直播软件 Description: 哔哩哔哩直播姬是哔哩哔哩独家为主播和 UP 主们打造的开播软件,集游戏、娱乐、语音开播为一体。一键即可开播,下一个直播届的超级偶像就是你~ -# Moniker: +# Moniker: Tags: - 推流 - 直播 -# Agreements: 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.24.2.3807/Bilibili.Livehime.yaml b/manifests/b/Bilibili/Livehime/4.24.2.3807/Bilibili.Livehime.yaml index 322851ac4337d..8955e8c746662 100644 --- a/manifests/b/Bilibili/Livehime/4.24.2.3807/Bilibili.Livehime.yaml +++ b/manifests/b/Bilibili/Livehime/4.24.2.3807/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.24.2.3807 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.24.4.3823/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/4.24.4.3823/Bilibili.Livehime.installer.yaml index 9a880245af556..2ec33305239ac 100644 --- a/manifests/b/Bilibili/Livehime/4.24.4.3823/Bilibili.Livehime.installer.yaml +++ b/manifests/b/Bilibili/Livehime/4.24.4.3823/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.24.4.3823 @@ -15,4 +15,4 @@ Installers: InstallerSha256: FA3CB140636BF371B449D2FDA335CB5368D98FD44366E8AF296681A03E144617 ProductCode: '{06BB8CDE-F4AC-4B22-A680-0F3699CB9912}_is1' ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.24.4.3823/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/4.24.4.3823/Bilibili.Livehime.locale.en-US.yaml index d1e34d1239392..a501e30f1b8df 100644 --- a/manifests/b/Bilibili/Livehime/4.24.4.3823/Bilibili.Livehime.locale.en-US.yaml +++ b/manifests/b/Bilibili/Livehime/4.24.4.3823/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.24.4.3823 @@ -14,10 +14,10 @@ PackageUrl: https://live.bilibili.com/liveHime/ License: Freeware LicenseUrl: https://www.bilibili.com/blackboard/live/activity-dLUnpNZEM1.html Copyright: Copyright (C) 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.24.4.3823/Bilibili.Livehime.locale.zh-CN.yaml b/manifests/b/Bilibili/Livehime/4.24.4.3823/Bilibili.Livehime.locale.zh-CN.yaml index 1627d4c29bc4d..39d42841d468d 100644 --- a/manifests/b/Bilibili/Livehime/4.24.4.3823/Bilibili.Livehime.locale.zh-CN.yaml +++ b/manifests/b/Bilibili/Livehime/4.24.4.3823/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.24.4.3823 @@ -14,15 +14,17 @@ PackageUrl: https://live.bilibili.com/liveHime/ License: 免费软件 LicenseUrl: https://www.bilibili.com/blackboard/live/activity-dLUnpNZEM1.html Copyright: Copyright (C) 2022 上海幻电信息科技有限公司. All Right Reserved. -# CopyrightUrl: +# CopyrightUrl: ShortDescription: 哔哩哔哩直播官方直播软件 Description: 哔哩哔哩直播姬是哔哩哔哩独家为主播和 UP 主们打造的开播软件,集游戏、娱乐、语音开播为一体。一键即可开播,下一个直播届的超级偶像就是你~ -# Moniker: +# Moniker: Tags: - 推流 - 直播 -# Agreements: 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.24.4.3823/Bilibili.Livehime.yaml b/manifests/b/Bilibili/Livehime/4.24.4.3823/Bilibili.Livehime.yaml index 71104119246cc..c60bb47f88d70 100644 --- a/manifests/b/Bilibili/Livehime/4.24.4.3823/Bilibili.Livehime.yaml +++ b/manifests/b/Bilibili/Livehime/4.24.4.3823/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.24.4.3823 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.25.1.3909/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/4.25.1.3909/Bilibili.Livehime.installer.yaml index 028c95b5c8117..90a8bf013ccd5 100644 --- a/manifests/b/Bilibili/Livehime/4.25.1.3909/Bilibili.Livehime.installer.yaml +++ b/manifests/b/Bilibili/Livehime/4.25.1.3909/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.25.1.3909 @@ -14,4 +14,4 @@ Installers: InstallerSha256: 5411E65D8D14C406247D42714568E25A9F6CE44EFCEA357F00B97803973A1FAF ProductCode: '{81F6F736-F774-4965-A593-1AFD31ABBB35}_is1' ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.25.1.3909/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/4.25.1.3909/Bilibili.Livehime.locale.en-US.yaml index 6d54c202706e2..cd12278a5f655 100644 --- a/manifests/b/Bilibili/Livehime/4.25.1.3909/Bilibili.Livehime.locale.en-US.yaml +++ b/manifests/b/Bilibili/Livehime/4.25.1.3909/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.25.1.3909 @@ -25,11 +25,10 @@ Tags: - livestreaming - screencasting - streaming -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://live.bilibili.com/liveHime/ # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.25.1.3909/Bilibili.Livehime.locale.zh-CN.yaml b/manifests/b/Bilibili/Livehime/4.25.1.3909/Bilibili.Livehime.locale.zh-CN.yaml index b8e68f716da17..88cf0cf1432c9 100644 --- a/manifests/b/Bilibili/Livehime/4.25.1.3909/Bilibili.Livehime.locale.zh-CN.yaml +++ b/manifests/b/Bilibili/Livehime/4.25.1.3909/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.25.1.3909 @@ -21,7 +21,6 @@ Description: 哔哩哔哩直播姬是哔哩哔哩独家为主播和 UP 主们打 Tags: - 推流 - 直播 -# Agreements: ReleaseNotes: |- 【新增】千舰粉丝勋章 【新增】礼物动效优化 @@ -31,4 +30,4 @@ ReleaseNotesUrl: https://live.bilibili.com/liveHime/ # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.25.1.3909/Bilibili.Livehime.yaml b/manifests/b/Bilibili/Livehime/4.25.1.3909/Bilibili.Livehime.yaml index 5d370d52a80ae..7b4ae5b22d61e 100644 --- a/manifests/b/Bilibili/Livehime/4.25.1.3909/Bilibili.Livehime.yaml +++ b/manifests/b/Bilibili/Livehime/4.25.1.3909/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.25.1.3909 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.28.1.4065/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/4.28.1.4065/Bilibili.Livehime.installer.yaml index 24b29b8367a0a..726092b53b584 100644 --- a/manifests/b/Bilibili/Livehime/4.28.1.4065/Bilibili.Livehime.installer.yaml +++ b/manifests/b/Bilibili/Livehime/4.28.1.4065/Bilibili.Livehime.installer.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.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: Bilibili.Livehime PackageVersion: 4.28.1.4065 @@ -14,4 +14,4 @@ Installers: InstallerSha256: 45002F35984F11AD27B7CB2D8E4D80F4B229A2F44F613DE74C24EACA28B6A092 ProductCode: '{06BB8CDE-F4AC-4B22-A680-0F3699CB9912}_is1' ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.28.1.4065/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/4.28.1.4065/Bilibili.Livehime.locale.en-US.yaml index 9177252dc93a5..85c2236faab56 100644 --- a/manifests/b/Bilibili/Livehime/4.28.1.4065/Bilibili.Livehime.locale.en-US.yaml +++ b/manifests/b/Bilibili/Livehime/4.28.1.4065/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.28.1.4065 @@ -14,10 +14,10 @@ PackageUrl: https://live.bilibili.com/liveHime/ License: Freeware LicenseUrl: https://www.bilibili.com/blackboard/live/activity-dLUnpNZEM1.html Copyright: Copyright (C) 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,11 +25,10 @@ Tags: - livestreaming - screencasting - streaming -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://live.bilibili.com/liveHime/ -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.28.1.4065/Bilibili.Livehime.locale.zh-CN.yaml b/manifests/b/Bilibili/Livehime/4.28.1.4065/Bilibili.Livehime.locale.zh-CN.yaml index 03e6b9c3e1e59..d5accd05bc494 100644 --- a/manifests/b/Bilibili/Livehime/4.28.1.4065/Bilibili.Livehime.locale.zh-CN.yaml +++ b/manifests/b/Bilibili/Livehime/4.28.1.4065/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.28.1.4065 @@ -14,19 +14,17 @@ PackageUrl: https://live.bilibili.com/liveHime/ License: 免费软件 LicenseUrl: https://www.bilibili.com/blackboard/live/activity-dLUnpNZEM1.html Copyright: Copyright (C) 2022 上海幻电信息科技有限公司. All Right Reserved. -# CopyrightUrl: +# CopyrightUrl: ShortDescription: 哔哩哔哩直播官方直播软件 Description: 哔哩哔哩直播姬是哔哩哔哩独家为主播和 UP 主们打造的开播软件,集游戏、娱乐、语音开播为一体。一键即可开播,下一个直播届的超级偶像就是你~ -# Moniker: +# Moniker: Tags: - 推流 - 直播 -# Agreements: -ReleaseNotes: |- - 【优化】已知问题修复 +ReleaseNotes: 【优化】已知问题修复 ReleaseNotesUrl: https://live.bilibili.com/liveHime/ -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.28.1.4065/Bilibili.Livehime.yaml b/manifests/b/Bilibili/Livehime/4.28.1.4065/Bilibili.Livehime.yaml index c5c8febaeecc6..05e5e5b9b33c4 100644 --- a/manifests/b/Bilibili/Livehime/4.28.1.4065/Bilibili.Livehime.yaml +++ b/manifests/b/Bilibili/Livehime/4.28.1.4065/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.28.1.4065 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.29.0.4107/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/4.29.0.4107/Bilibili.Livehime.installer.yaml index feaab21c5b16d..9aba527597b7c 100644 --- a/manifests/b/Bilibili/Livehime/4.29.0.4107/Bilibili.Livehime.installer.yaml +++ b/manifests/b/Bilibili/Livehime/4.29.0.4107/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.29.0.4107 @@ -14,4 +14,4 @@ Installers: InstallerSha256: F8EB592E0233267523263EDC29E9C03E6069E45ABC73E54D06F334ED6982DB37 ProductCode: '{06BB8CDE-F4AC-4B22-A680-0F3699CB9912}_is1' ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.29.0.4107/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/4.29.0.4107/Bilibili.Livehime.locale.en-US.yaml index b260b97cb3022..2654906cbfba9 100644 --- a/manifests/b/Bilibili/Livehime/4.29.0.4107/Bilibili.Livehime.locale.en-US.yaml +++ b/manifests/b/Bilibili/Livehime/4.29.0.4107/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.29.0.4107 @@ -14,10 +14,10 @@ PackageUrl: https://live.bilibili.com/liveHime/ License: Freeware LicenseUrl: https://www.bilibili.com/blackboard/live/activity-dLUnpNZEM1.html Copyright: Copyright (C) 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,11 +25,10 @@ Tags: - livestreaming - screencasting - streaming -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://live.bilibili.com/liveHime/ -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.29.0.4107/Bilibili.Livehime.locale.zh-CN.yaml b/manifests/b/Bilibili/Livehime/4.29.0.4107/Bilibili.Livehime.locale.zh-CN.yaml index 2d96d4c5af800..54f687bfe3fce 100644 --- a/manifests/b/Bilibili/Livehime/4.29.0.4107/Bilibili.Livehime.locale.zh-CN.yaml +++ b/manifests/b/Bilibili/Livehime/4.29.0.4107/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.29.0.4107 @@ -14,19 +14,17 @@ PackageUrl: https://live.bilibili.com/liveHime/ License: 免费软件 LicenseUrl: https://www.bilibili.com/blackboard/live/activity-dLUnpNZEM1.html Copyright: Copyright (C) 2022 上海幻电信息科技有限公司. All Right Reserved. -# CopyrightUrl: +# CopyrightUrl: ShortDescription: 哔哩哔哩直播官方直播软件 Description: 哔哩哔哩直播姬是哔哩哔哩独家为主播和 UP 主们打造的开播软件,集游戏、娱乐、语音开播为一体。一键即可开播,下一个直播届的超级偶像就是你~ -# Moniker: +# Moniker: Tags: - 推流 - 直播 -# Agreements: -ReleaseNotes: |- - 【优化】修复已知问题 +ReleaseNotes: 【优化】修复已知问题 ReleaseNotesUrl: https://live.bilibili.com/liveHime/ -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.29.0.4107/Bilibili.Livehime.yaml b/manifests/b/Bilibili/Livehime/4.29.0.4107/Bilibili.Livehime.yaml index 84edcf114cbb0..a701dd5e48a57 100644 --- a/manifests/b/Bilibili/Livehime/4.29.0.4107/Bilibili.Livehime.yaml +++ b/manifests/b/Bilibili/Livehime/4.29.0.4107/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.29.0.4107 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.30.0.4131/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/4.30.0.4131/Bilibili.Livehime.installer.yaml index 3e7237bd803b5..4c7a90a34e5e7 100644 --- a/manifests/b/Bilibili/Livehime/4.30.0.4131/Bilibili.Livehime.installer.yaml +++ b/manifests/b/Bilibili/Livehime/4.30.0.4131/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.30.0.4131 @@ -14,4 +14,4 @@ Installers: InstallerSha256: 9054B9994E2531715CF900F1279980EEE742D105B2FBFC7ABF0A6CE305F58D35 ProductCode: '{06BB8CDE-F4AC-4B22-A680-0F3699CB9912}_is1' ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.30.0.4131/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/4.30.0.4131/Bilibili.Livehime.locale.en-US.yaml index c8de0bb9f049d..430de3bb12c51 100644 --- a/manifests/b/Bilibili/Livehime/4.30.0.4131/Bilibili.Livehime.locale.en-US.yaml +++ b/manifests/b/Bilibili/Livehime/4.30.0.4131/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.30.0.4131 @@ -25,11 +25,10 @@ Tags: - livestreaming - screencasting - streaming -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://live.bilibili.com/liveHime/ # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.30.0.4131/Bilibili.Livehime.locale.zh-CN.yaml b/manifests/b/Bilibili/Livehime/4.30.0.4131/Bilibili.Livehime.locale.zh-CN.yaml index fbcd0823ba8c8..a19ebad71fe0d 100644 --- a/manifests/b/Bilibili/Livehime/4.30.0.4131/Bilibili.Livehime.locale.zh-CN.yaml +++ b/manifests/b/Bilibili/Livehime/4.30.0.4131/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.30.0.4131 @@ -21,12 +21,10 @@ Description: 哔哩哔哩直播姬是哔哩哔哩独家为主播和 UP 主们打 Tags: - 推流 - 直播 -# Agreements: -ReleaseNotes: |- - 【优化】修复已知问题 +ReleaseNotes: 【优化】修复已知问题 ReleaseNotesUrl: https://live.bilibili.com/liveHime/ # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.30.0.4131/Bilibili.Livehime.yaml b/manifests/b/Bilibili/Livehime/4.30.0.4131/Bilibili.Livehime.yaml index 5994ed813ee86..433388285a9e5 100644 --- a/manifests/b/Bilibili/Livehime/4.30.0.4131/Bilibili.Livehime.yaml +++ b/manifests/b/Bilibili/Livehime/4.30.0.4131/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.30.0.4131 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.31.0.4173/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/4.31.0.4173/Bilibili.Livehime.installer.yaml index 2063bab502977..a076b2cf52165 100644 --- a/manifests/b/Bilibili/Livehime/4.31.0.4173/Bilibili.Livehime.installer.yaml +++ b/manifests/b/Bilibili/Livehime/4.31.0.4173/Bilibili.Livehime.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 $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: Bilibili.Livehime PackageVersion: 4.31.0.4173 @@ -14,4 +14,4 @@ Installers: InstallerSha256: FCB3901946D781D0B339733699789C5F0C2E56E88B0D3306FDDEAF3FF433423F ProductCode: '{06BB8CDE-F4AC-4B22-A680-0F3699CB9912}_is1' ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.31.0.4173/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/4.31.0.4173/Bilibili.Livehime.locale.en-US.yaml index f63ef8dddda7c..2f02027c13e13 100644 --- a/manifests/b/Bilibili/Livehime/4.31.0.4173/Bilibili.Livehime.locale.en-US.yaml +++ b/manifests/b/Bilibili/Livehime/4.31.0.4173/Bilibili.Livehime.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 $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: Bilibili.Livehime PackageVersion: 4.31.0.4173 @@ -25,11 +25,10 @@ Tags: - livestreaming - screencasting - streaming -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://live.bilibili.com/liveHime/ # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.31.0.4173/Bilibili.Livehime.locale.zh-CN.yaml b/manifests/b/Bilibili/Livehime/4.31.0.4173/Bilibili.Livehime.locale.zh-CN.yaml index fa196f2c3155a..78e8a14f6b0c7 100644 --- a/manifests/b/Bilibili/Livehime/4.31.0.4173/Bilibili.Livehime.locale.zh-CN.yaml +++ b/manifests/b/Bilibili/Livehime/4.31.0.4173/Bilibili.Livehime.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 $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: Bilibili.Livehime PackageVersion: 4.31.0.4173 @@ -21,11 +21,10 @@ Description: 哔哩哔哩直播姬是哔哩哔哩独家为主播和 UP 主们打 Tags: - 推流 - 直播 -# Agreements: ReleaseNotes: 【优化】已知问题修复 ReleaseNotesUrl: https://live.bilibili.com/liveHime/ # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.31.0.4173/Bilibili.Livehime.yaml b/manifests/b/Bilibili/Livehime/4.31.0.4173/Bilibili.Livehime.yaml index e3fbaf0592aee..791350c676e72 100644 --- a/manifests/b/Bilibili/Livehime/4.31.0.4173/Bilibili.Livehime.yaml +++ b/manifests/b/Bilibili/Livehime/4.31.0.4173/Bilibili.Livehime.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.0 $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: Bilibili.Livehime PackageVersion: 4.31.0.4173 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.31.0.4177/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/4.31.0.4177/Bilibili.Livehime.installer.yaml index 898005adea438..dbe5cd74ebb61 100644 --- a/manifests/b/Bilibili/Livehime/4.31.0.4177/Bilibili.Livehime.installer.yaml +++ b/manifests/b/Bilibili/Livehime/4.31.0.4177/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.31.0.4177 @@ -14,4 +14,4 @@ Installers: InstallerSha256: 0EA16DAFE95A670051E318916789FF2523EB2D28D8D66192D6CB0BF1D3DB54DB ProductCode: '{06BB8CDE-F4AC-4B22-A680-0F3699CB9912}_is1' ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.31.0.4177/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/4.31.0.4177/Bilibili.Livehime.locale.en-US.yaml index c328f8ba3aaf3..88c6f37832eb7 100644 --- a/manifests/b/Bilibili/Livehime/4.31.0.4177/Bilibili.Livehime.locale.en-US.yaml +++ b/manifests/b/Bilibili/Livehime/4.31.0.4177/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.31.0.4177 @@ -25,11 +25,10 @@ Tags: - livestreaming - screencasting - streaming -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://live.bilibili.com/liveHime/ # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.31.0.4177/Bilibili.Livehime.locale.zh-CN.yaml b/manifests/b/Bilibili/Livehime/4.31.0.4177/Bilibili.Livehime.locale.zh-CN.yaml index 28c5865298bbe..21914dd336e62 100644 --- a/manifests/b/Bilibili/Livehime/4.31.0.4177/Bilibili.Livehime.locale.zh-CN.yaml +++ b/manifests/b/Bilibili/Livehime/4.31.0.4177/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.31.0.4177 @@ -21,11 +21,10 @@ Description: 哔哩哔哩直播姬是哔哩哔哩独家为主播和 UP 主们打 Tags: - 推流 - 直播 -# Agreements: ReleaseNotes: 【优化】已知问题修复 ReleaseNotesUrl: https://live.bilibili.com/liveHime/ # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.31.0.4177/Bilibili.Livehime.yaml b/manifests/b/Bilibili/Livehime/4.31.0.4177/Bilibili.Livehime.yaml index b1b3fcdff9e38..44cbe2062b8f2 100644 --- a/manifests/b/Bilibili/Livehime/4.31.0.4177/Bilibili.Livehime.yaml +++ b/manifests/b/Bilibili/Livehime/4.31.0.4177/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.31.0.4177 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.31.0.4179/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/4.31.0.4179/Bilibili.Livehime.installer.yaml index cf501378cca9f..be3862606ae0d 100644 --- a/manifests/b/Bilibili/Livehime/4.31.0.4179/Bilibili.Livehime.installer.yaml +++ b/manifests/b/Bilibili/Livehime/4.31.0.4179/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.31.0.4179 @@ -14,4 +14,4 @@ Installers: InstallerSha256: 1B6E60772099ACAC8614C90B4867FD233711B41F52E9E934963DF9462D49A789 ProductCode: '{06BB8CDE-F4AC-4B22-A680-0F3699CB9912}_is1' ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.31.0.4179/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/4.31.0.4179/Bilibili.Livehime.locale.en-US.yaml index a9ed4a043b10d..76430bf86c2e6 100644 --- a/manifests/b/Bilibili/Livehime/4.31.0.4179/Bilibili.Livehime.locale.en-US.yaml +++ b/manifests/b/Bilibili/Livehime/4.31.0.4179/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.31.0.4179 @@ -25,11 +25,10 @@ Tags: - livestreaming - screencasting - streaming -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://live.bilibili.com/liveHime/ # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.31.0.4179/Bilibili.Livehime.locale.zh-CN.yaml b/manifests/b/Bilibili/Livehime/4.31.0.4179/Bilibili.Livehime.locale.zh-CN.yaml index 8835faf36a543..c3c934f86bda6 100644 --- a/manifests/b/Bilibili/Livehime/4.31.0.4179/Bilibili.Livehime.locale.zh-CN.yaml +++ b/manifests/b/Bilibili/Livehime/4.31.0.4179/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.31.0.4179 @@ -21,11 +21,10 @@ Description: 哔哩哔哩直播姬是哔哩哔哩独家为主播和 UP 主们打 Tags: - 推流 - 直播 -# Agreements: ReleaseNotes: 【优化】已知问题修复 ReleaseNotesUrl: https://live.bilibili.com/liveHime/ # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.31.0.4179/Bilibili.Livehime.yaml b/manifests/b/Bilibili/Livehime/4.31.0.4179/Bilibili.Livehime.yaml index 952b0d605964d..36b1e5097224a 100644 --- a/manifests/b/Bilibili/Livehime/4.31.0.4179/Bilibili.Livehime.yaml +++ b/manifests/b/Bilibili/Livehime/4.31.0.4179/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.31.0.4179 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.32.0.4191/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/4.32.0.4191/Bilibili.Livehime.installer.yaml index 6a43d58082ae8..2b8ecb4627a28 100644 --- a/manifests/b/Bilibili/Livehime/4.32.0.4191/Bilibili.Livehime.installer.yaml +++ b/manifests/b/Bilibili/Livehime/4.32.0.4191/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.32.0.4191 @@ -14,4 +14,4 @@ Installers: InstallerSha256: F16625ADDC7189AB13368CCA98AB44C52EC33BBD864E2644F49A745AF863C53E ProductCode: '{06BB8CDE-F4AC-4B22-A680-0F3699CB9912}_is1' ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.32.0.4191/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/4.32.0.4191/Bilibili.Livehime.locale.en-US.yaml index 1c027aa842c9b..83349326147f8 100644 --- a/manifests/b/Bilibili/Livehime/4.32.0.4191/Bilibili.Livehime.locale.en-US.yaml +++ b/manifests/b/Bilibili/Livehime/4.32.0.4191/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.32.0.4191 @@ -25,11 +25,10 @@ Tags: - livestreaming - screencasting - streaming -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://live.bilibili.com/liveHime/ # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.32.0.4191/Bilibili.Livehime.locale.zh-CN.yaml b/manifests/b/Bilibili/Livehime/4.32.0.4191/Bilibili.Livehime.locale.zh-CN.yaml index bbf5eef2a4916..2af80ef22202a 100644 --- a/manifests/b/Bilibili/Livehime/4.32.0.4191/Bilibili.Livehime.locale.zh-CN.yaml +++ b/manifests/b/Bilibili/Livehime/4.32.0.4191/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.32.0.4191 @@ -21,11 +21,10 @@ Description: 哔哩哔哩直播姬是哔哩哔哩独家为主播和 UP 主们打 Tags: - 推流 - 直播 -# Agreements: ReleaseNotes: 【优化】已知问题修复 ReleaseNotesUrl: https://live.bilibili.com/liveHime/ # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.32.0.4191/Bilibili.Livehime.yaml b/manifests/b/Bilibili/Livehime/4.32.0.4191/Bilibili.Livehime.yaml index 2bec947640628..e1917c3889228 100644 --- a/manifests/b/Bilibili/Livehime/4.32.0.4191/Bilibili.Livehime.yaml +++ b/manifests/b/Bilibili/Livehime/4.32.0.4191/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.32.0.4191 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.32.1.4197/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/4.32.1.4197/Bilibili.Livehime.installer.yaml index fe42f63a2ebf4..fc430ff33a80f 100644 --- a/manifests/b/Bilibili/Livehime/4.32.1.4197/Bilibili.Livehime.installer.yaml +++ b/manifests/b/Bilibili/Livehime/4.32.1.4197/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.32.1.4197 @@ -14,4 +14,4 @@ Installers: InstallerSha256: FF54AF48C5DE3F753B909A1E02491D01A533F4D6F5097BB37B804A8884C219C9 ProductCode: '{06BB8CDE-F4AC-4B22-A680-0F3699CB9912}_is1' ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.32.1.4197/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/4.32.1.4197/Bilibili.Livehime.locale.en-US.yaml index a9214dcc19e7c..e08a57c01589a 100644 --- a/manifests/b/Bilibili/Livehime/4.32.1.4197/Bilibili.Livehime.locale.en-US.yaml +++ b/manifests/b/Bilibili/Livehime/4.32.1.4197/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.32.1.4197 @@ -25,11 +25,10 @@ Tags: - livestreaming - screencasting - streaming -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://live.bilibili.com/liveHime/ # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.32.1.4197/Bilibili.Livehime.locale.zh-CN.yaml b/manifests/b/Bilibili/Livehime/4.32.1.4197/Bilibili.Livehime.locale.zh-CN.yaml index 6426231fa7588..7db83442caa91 100644 --- a/manifests/b/Bilibili/Livehime/4.32.1.4197/Bilibili.Livehime.locale.zh-CN.yaml +++ b/manifests/b/Bilibili/Livehime/4.32.1.4197/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.32.1.4197 @@ -21,11 +21,10 @@ Description: 哔哩哔哩直播姬是哔哩哔哩独家为主播和 UP 主们打 Tags: - 推流 - 直播 -# Agreements: ReleaseNotes: 【优化】已知问题修复 ReleaseNotesUrl: https://live.bilibili.com/liveHime/ # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.32.1.4197/Bilibili.Livehime.yaml b/manifests/b/Bilibili/Livehime/4.32.1.4197/Bilibili.Livehime.yaml index ab7c9b208b070..158125cf3e5cd 100644 --- a/manifests/b/Bilibili/Livehime/4.32.1.4197/Bilibili.Livehime.yaml +++ b/manifests/b/Bilibili/Livehime/4.32.1.4197/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.32.1.4197 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.33.0.4221/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/4.33.0.4221/Bilibili.Livehime.installer.yaml index 29450dfebf790..238dcab65261c 100644 --- a/manifests/b/Bilibili/Livehime/4.33.0.4221/Bilibili.Livehime.installer.yaml +++ b/manifests/b/Bilibili/Livehime/4.33.0.4221/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.33.0.4221 @@ -14,4 +14,4 @@ Installers: InstallerSha256: D125618046C374E9B18734185B5CB655682BED648784B6888663610D37479977 ProductCode: '{06BB8CDE-F4AC-4B22-A680-0F3699CB9912}_is1' ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.33.0.4221/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/4.33.0.4221/Bilibili.Livehime.locale.en-US.yaml index 37e9c7be0d978..3b043511a18ea 100644 --- a/manifests/b/Bilibili/Livehime/4.33.0.4221/Bilibili.Livehime.locale.en-US.yaml +++ b/manifests/b/Bilibili/Livehime/4.33.0.4221/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.33.0.4221 @@ -25,12 +25,10 @@ Tags: - livestreaming - screencasting - streaming -# Agreements: -ReleaseNotes: |- - [Optimization] Fix known issues +ReleaseNotes: '[Optimization] Fix known issues' ReleaseNotesUrl: https://live.bilibili.com/liveHime/ # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.33.0.4221/Bilibili.Livehime.locale.zh-CN.yaml b/manifests/b/Bilibili/Livehime/4.33.0.4221/Bilibili.Livehime.locale.zh-CN.yaml index ac01c5de76745..54049f418aff0 100644 --- a/manifests/b/Bilibili/Livehime/4.33.0.4221/Bilibili.Livehime.locale.zh-CN.yaml +++ b/manifests/b/Bilibili/Livehime/4.33.0.4221/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.33.0.4221 @@ -21,11 +21,10 @@ Description: 哔哩哔哩直播姬是哔哩哔哩独家为主播和 UP 主们打 Tags: - 推流 - 直播 -# Agreements: ReleaseNotes: 【优化】已知问题修复 ReleaseNotesUrl: https://live.bilibili.com/liveHime/ # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.33.0.4221/Bilibili.Livehime.yaml b/manifests/b/Bilibili/Livehime/4.33.0.4221/Bilibili.Livehime.yaml index 775b1dc98212d..1ba12e3ccb7a1 100644 --- a/manifests/b/Bilibili/Livehime/4.33.0.4221/Bilibili.Livehime.yaml +++ b/manifests/b/Bilibili/Livehime/4.33.0.4221/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.33.0.4221 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.34.0.4295/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/4.34.0.4295/Bilibili.Livehime.installer.yaml index f602e86c77c44..da4eba5f0f62e 100644 --- a/manifests/b/Bilibili/Livehime/4.34.0.4295/Bilibili.Livehime.installer.yaml +++ b/manifests/b/Bilibili/Livehime/4.34.0.4295/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.34.0.4295 @@ -14,4 +14,4 @@ Installers: InstallerSha256: 125232523B2E7020A18FBF60DC0C748FCFD16C4ED63B8392DA0E3E9B8D53E0BD ProductCode: '{06BB8CDE-F4AC-4B22-A680-0F3699CB9912}_is1' ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.34.0.4295/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/4.34.0.4295/Bilibili.Livehime.locale.en-US.yaml index aedebffb5e105..8569c4d62f31e 100644 --- a/manifests/b/Bilibili/Livehime/4.34.0.4295/Bilibili.Livehime.locale.en-US.yaml +++ b/manifests/b/Bilibili/Livehime/4.34.0.4295/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.34.0.4295 @@ -25,11 +25,10 @@ Tags: - livestreaming - screencasting - streaming -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://live.bilibili.com/liveHime/ # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.34.0.4295/Bilibili.Livehime.locale.zh-CN.yaml b/manifests/b/Bilibili/Livehime/4.34.0.4295/Bilibili.Livehime.locale.zh-CN.yaml index cdeddf52fdcea..a945884f6dbcd 100644 --- a/manifests/b/Bilibili/Livehime/4.34.0.4295/Bilibili.Livehime.locale.zh-CN.yaml +++ b/manifests/b/Bilibili/Livehime/4.34.0.4295/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.34.0.4295 @@ -21,11 +21,10 @@ Description: 哔哩哔哩直播姬是哔哩哔哩独家为主播和 UP 主们打 Tags: - 推流 - 直播 -# Agreements: ReleaseNotes: 【优化】已知问题修复 ReleaseNotesUrl: https://live.bilibili.com/liveHime/ # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.34.0.4295/Bilibili.Livehime.yaml b/manifests/b/Bilibili/Livehime/4.34.0.4295/Bilibili.Livehime.yaml index d35283b9e6701..dc5fdfdb5d709 100644 --- a/manifests/b/Bilibili/Livehime/4.34.0.4295/Bilibili.Livehime.yaml +++ b/manifests/b/Bilibili/Livehime/4.34.0.4295/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.34.0.4295 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.34.0.4299/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/4.34.0.4299/Bilibili.Livehime.installer.yaml index 2279077f1be62..2cbe008cae6f9 100644 --- a/manifests/b/Bilibili/Livehime/4.34.0.4299/Bilibili.Livehime.installer.yaml +++ b/manifests/b/Bilibili/Livehime/4.34.0.4299/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.34.0.4299 @@ -14,4 +14,4 @@ Installers: InstallerSha256: 825E0C7EF5662D7EB40A374BC7B6C521024359DCFFE2A19BE9F4051FB6F13011 ProductCode: '{06BB8CDE-F4AC-4B22-A680-0F3699CB9912}_is1' ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.34.0.4299/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/4.34.0.4299/Bilibili.Livehime.locale.en-US.yaml index 3eedcde8549c9..da4f587638425 100644 --- a/manifests/b/Bilibili/Livehime/4.34.0.4299/Bilibili.Livehime.locale.en-US.yaml +++ b/manifests/b/Bilibili/Livehime/4.34.0.4299/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.34.0.4299 @@ -25,11 +25,10 @@ Tags: - livestreaming - screencasting - streaming -# Agreements: ReleaseNotes: 【Optimization】 Known bug fixes ReleaseNotesUrl: https://live.bilibili.com/liveHime/ # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.34.0.4299/Bilibili.Livehime.locale.zh-CN.yaml b/manifests/b/Bilibili/Livehime/4.34.0.4299/Bilibili.Livehime.locale.zh-CN.yaml index f208419fc651e..e61e36208598e 100644 --- a/manifests/b/Bilibili/Livehime/4.34.0.4299/Bilibili.Livehime.locale.zh-CN.yaml +++ b/manifests/b/Bilibili/Livehime/4.34.0.4299/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.34.0.4299 @@ -21,11 +21,10 @@ Description: 哔哩哔哩直播姬是哔哩哔哩独家为主播和 UP 主们打 Tags: - 推流 - 直播 -# Agreements: ReleaseNotes: 【优化】已知问题修复 ReleaseNotesUrl: https://live.bilibili.com/liveHime/ # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.34.0.4299/Bilibili.Livehime.yaml b/manifests/b/Bilibili/Livehime/4.34.0.4299/Bilibili.Livehime.yaml index f418bad257679..7738f097d2fb7 100644 --- a/manifests/b/Bilibili/Livehime/4.34.0.4299/Bilibili.Livehime.yaml +++ b/manifests/b/Bilibili/Livehime/4.34.0.4299/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.34.0.4299 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.34.0.4312/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/4.34.0.4312/Bilibili.Livehime.installer.yaml index 3e3eb80770d4d..b6c6ba13bdfe4 100644 --- a/manifests/b/Bilibili/Livehime/4.34.0.4312/Bilibili.Livehime.installer.yaml +++ b/manifests/b/Bilibili/Livehime/4.34.0.4312/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.34.0.4312 @@ -14,4 +14,4 @@ Installers: InstallerSha256: 18DD9A9ECAAD0A6CF6368E49ED29DFB6575610884D8A7020E3390D040C75220F ProductCode: '{06BB8CDE-F4AC-4B22-A680-0F3699CB9912}_is1' ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.34.0.4312/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/4.34.0.4312/Bilibili.Livehime.locale.en-US.yaml index 981e15989bbc5..34c31fc7760ee 100644 --- a/manifests/b/Bilibili/Livehime/4.34.0.4312/Bilibili.Livehime.locale.en-US.yaml +++ b/manifests/b/Bilibili/Livehime/4.34.0.4312/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.34.0.4312 @@ -25,11 +25,10 @@ Tags: - livestreaming - screencasting - streaming -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://live.bilibili.com/liveHime/ # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.34.0.4312/Bilibili.Livehime.locale.zh-CN.yaml b/manifests/b/Bilibili/Livehime/4.34.0.4312/Bilibili.Livehime.locale.zh-CN.yaml index 3bc0417dddf8d..3c39938083605 100644 --- a/manifests/b/Bilibili/Livehime/4.34.0.4312/Bilibili.Livehime.locale.zh-CN.yaml +++ b/manifests/b/Bilibili/Livehime/4.34.0.4312/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.34.0.4312 @@ -21,11 +21,10 @@ Description: 哔哩哔哩直播姬是哔哩哔哩独家为主播和 UP 主们打 Tags: - 推流 - 直播 -# Agreements: ReleaseNotes: 【优化】已知问题修复 ReleaseNotesUrl: https://live.bilibili.com/liveHime/ # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.34.0.4312/Bilibili.Livehime.yaml b/manifests/b/Bilibili/Livehime/4.34.0.4312/Bilibili.Livehime.yaml index f9c178de30127..de161aa05427a 100644 --- a/manifests/b/Bilibili/Livehime/4.34.0.4312/Bilibili.Livehime.yaml +++ b/manifests/b/Bilibili/Livehime/4.34.0.4312/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.34.0.4312 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.35.0.4342/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/4.35.0.4342/Bilibili.Livehime.installer.yaml index f43b8789b31c9..79f11901ef3a8 100644 --- a/manifests/b/Bilibili/Livehime/4.35.0.4342/Bilibili.Livehime.installer.yaml +++ b/manifests/b/Bilibili/Livehime/4.35.0.4342/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.35.0.4342 @@ -14,4 +14,4 @@ Installers: InstallerSha256: 1E4BA7CD6B2D8FDF6C55D8F47A917D4E88B0554789A4223A5133A6CC2AC39190 ProductCode: '{06BB8CDE-F4AC-4B22-A680-0F3699CB9912}_is1' ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.35.0.4342/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/4.35.0.4342/Bilibili.Livehime.locale.en-US.yaml index c5c7c9f5a0ace..3807b5044f1c5 100644 --- a/manifests/b/Bilibili/Livehime/4.35.0.4342/Bilibili.Livehime.locale.en-US.yaml +++ b/manifests/b/Bilibili/Livehime/4.35.0.4342/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.35.0.4342 @@ -25,11 +25,10 @@ Tags: - livestreaming - screencasting - streaming -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://live.bilibili.com/liveHime/ # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.35.0.4342/Bilibili.Livehime.locale.zh-CN.yaml b/manifests/b/Bilibili/Livehime/4.35.0.4342/Bilibili.Livehime.locale.zh-CN.yaml index d8beb38006d28..ef4170a5ee8bf 100644 --- a/manifests/b/Bilibili/Livehime/4.35.0.4342/Bilibili.Livehime.locale.zh-CN.yaml +++ b/manifests/b/Bilibili/Livehime/4.35.0.4342/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.35.0.4342 @@ -21,7 +21,6 @@ Description: 哔哩哔哩直播姬是哔哩哔哩独家为主播和 UP 主们打 Tags: - 推流 - 直播 -# Agreements: ReleaseNotes: |- 【新增】直播间礼物面板 【优化】已知问题修复 @@ -30,4 +29,4 @@ ReleaseNotesUrl: https://live.bilibili.com/liveHime/ # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.35.0.4342/Bilibili.Livehime.yaml b/manifests/b/Bilibili/Livehime/4.35.0.4342/Bilibili.Livehime.yaml index dcec7143760ef..176ec1bf79e66 100644 --- a/manifests/b/Bilibili/Livehime/4.35.0.4342/Bilibili.Livehime.yaml +++ b/manifests/b/Bilibili/Livehime/4.35.0.4342/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.35.0.4342 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.35.0.4347/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/4.35.0.4347/Bilibili.Livehime.installer.yaml index df53b90763fbe..42e06513b3464 100644 --- a/manifests/b/Bilibili/Livehime/4.35.0.4347/Bilibili.Livehime.installer.yaml +++ b/manifests/b/Bilibili/Livehime/4.35.0.4347/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.35.0.4347 @@ -14,4 +14,4 @@ Installers: InstallerSha256: 1E096ACF55337E7CA7A30FAADA710CE35D03DDC7F76CDA168241A90E65DF0789 ProductCode: '{06BB8CDE-F4AC-4B22-A680-0F3699CB9912}_is1' ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.35.0.4347/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/4.35.0.4347/Bilibili.Livehime.locale.en-US.yaml index f779048c5744e..b3caeb3b61936 100644 --- a/manifests/b/Bilibili/Livehime/4.35.0.4347/Bilibili.Livehime.locale.en-US.yaml +++ b/manifests/b/Bilibili/Livehime/4.35.0.4347/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.35.0.4347 @@ -25,11 +25,10 @@ Tags: - livestreaming - screencasting - streaming -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://live.bilibili.com/liveHime/ # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.35.0.4347/Bilibili.Livehime.locale.zh-CN.yaml b/manifests/b/Bilibili/Livehime/4.35.0.4347/Bilibili.Livehime.locale.zh-CN.yaml index 2ffda92fa3cf2..4f3ff021e0526 100644 --- a/manifests/b/Bilibili/Livehime/4.35.0.4347/Bilibili.Livehime.locale.zh-CN.yaml +++ b/manifests/b/Bilibili/Livehime/4.35.0.4347/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.35.0.4347 @@ -21,12 +21,10 @@ Description: 哔哩哔哩直播姬是哔哩哔哩独家为主播和 UP 主们打 Tags: - 推流 - 直播 -# Agreements: -ReleaseNotes: |- - 【优化】已知问题修复 +ReleaseNotes: 【优化】已知问题修复 ReleaseNotesUrl: https://live.bilibili.com/liveHime/ # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.35.0.4347/Bilibili.Livehime.yaml b/manifests/b/Bilibili/Livehime/4.35.0.4347/Bilibili.Livehime.yaml index b8bf3a18deb42..2d5db3aae07ce 100644 --- a/manifests/b/Bilibili/Livehime/4.35.0.4347/Bilibili.Livehime.yaml +++ b/manifests/b/Bilibili/Livehime/4.35.0.4347/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.35.0.4347 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.36.0.4370/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/4.36.0.4370/Bilibili.Livehime.installer.yaml index c6babb0468834..eb2dec8d5a1b0 100644 --- a/manifests/b/Bilibili/Livehime/4.36.0.4370/Bilibili.Livehime.installer.yaml +++ b/manifests/b/Bilibili/Livehime/4.36.0.4370/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.36.0.4370 @@ -14,4 +14,4 @@ Installers: InstallerSha256: 444D5F917220433BFF63B2CD63937B1817BC411F99547483B0764DD2CECA9F3D ProductCode: '{06BB8CDE-F4AC-4B22-A680-0F3699CB9912}_is1' ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.36.0.4370/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/4.36.0.4370/Bilibili.Livehime.locale.en-US.yaml index bfb9361c74c8d..2ed06d8eaf644 100644 --- a/manifests/b/Bilibili/Livehime/4.36.0.4370/Bilibili.Livehime.locale.en-US.yaml +++ b/manifests/b/Bilibili/Livehime/4.36.0.4370/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.36.0.4370 @@ -25,11 +25,10 @@ Tags: - livestreaming - screencasting - streaming -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://live.bilibili.com/liveHime/ # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.36.0.4370/Bilibili.Livehime.locale.zh-CN.yaml b/manifests/b/Bilibili/Livehime/4.36.0.4370/Bilibili.Livehime.locale.zh-CN.yaml index ec0338c00a072..8a6ca150089d1 100644 --- a/manifests/b/Bilibili/Livehime/4.36.0.4370/Bilibili.Livehime.locale.zh-CN.yaml +++ b/manifests/b/Bilibili/Livehime/4.36.0.4370/Bilibili.Livehime.locale.zh-CN.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.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: Bilibili.Livehime PackageVersion: 4.36.0.4370 @@ -21,7 +21,6 @@ Description: 哔哩哔哩直播姬是哔哩哔哩独家为主播和 UP 主们打 Tags: - 推流 - 直播 -# Agreements: ReleaseNotes: |- 【优化】录制生成文件名称优化 【优化】核心高能功能优化更新,可视化效果更完善 @@ -32,4 +31,4 @@ ReleaseNotesUrl: https://live.bilibili.com/liveHime/ # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.36.0.4370/Bilibili.Livehime.yaml b/manifests/b/Bilibili/Livehime/4.36.0.4370/Bilibili.Livehime.yaml index 329c636325c12..d2aa05c57235f 100644 --- a/manifests/b/Bilibili/Livehime/4.36.0.4370/Bilibili.Livehime.yaml +++ b/manifests/b/Bilibili/Livehime/4.36.0.4370/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.36.0.4370 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.37.0.4383/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/4.37.0.4383/Bilibili.Livehime.installer.yaml index bc7915bfcb27c..648bd82052823 100644 --- a/manifests/b/Bilibili/Livehime/4.37.0.4383/Bilibili.Livehime.installer.yaml +++ b/manifests/b/Bilibili/Livehime/4.37.0.4383/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.37.0.4383 @@ -14,4 +14,4 @@ Installers: InstallerSha256: 5AD21A082912503665346B469DCDDBAB8C0F3F6698571011B59DCADCC3AA4052 ProductCode: '{06BB8CDE-F4AC-4B22-A680-0F3699CB9912}_is1' ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.37.0.4383/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/4.37.0.4383/Bilibili.Livehime.locale.en-US.yaml index 241f3c2859510..17d78fcc2fdb6 100644 --- a/manifests/b/Bilibili/Livehime/4.37.0.4383/Bilibili.Livehime.locale.en-US.yaml +++ b/manifests/b/Bilibili/Livehime/4.37.0.4383/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.37.0.4383 @@ -25,11 +25,10 @@ Tags: - livestreaming - screencasting - streaming -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://live.bilibili.com/liveHime/ # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.37.0.4383/Bilibili.Livehime.locale.zh-CN.yaml b/manifests/b/Bilibili/Livehime/4.37.0.4383/Bilibili.Livehime.locale.zh-CN.yaml index 8d66d22d225e4..73bb42aa0ade4 100644 --- a/manifests/b/Bilibili/Livehime/4.37.0.4383/Bilibili.Livehime.locale.zh-CN.yaml +++ b/manifests/b/Bilibili/Livehime/4.37.0.4383/Bilibili.Livehime.locale.zh-CN.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.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: Bilibili.Livehime PackageVersion: 4.37.0.4383 @@ -21,7 +21,6 @@ Description: 哔哩哔哩直播姬是哔哩哔哩独家为主播和 UP 主们打 Tags: - 推流 - 直播 -# Agreements: ReleaseNotes: |- 【新增】连麦转投稿 【优化】优化已知问题 @@ -30,4 +29,4 @@ ReleaseNotesUrl: https://live.bilibili.com/liveHime/ # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.37.0.4383/Bilibili.Livehime.yaml b/manifests/b/Bilibili/Livehime/4.37.0.4383/Bilibili.Livehime.yaml index eb14d386c64b0..bfec7f5a42b59 100644 --- a/manifests/b/Bilibili/Livehime/4.37.0.4383/Bilibili.Livehime.yaml +++ b/manifests/b/Bilibili/Livehime/4.37.0.4383/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.37.0.4383 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.38.0.4419/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/4.38.0.4419/Bilibili.Livehime.installer.yaml index cf87e9de99201..3f24e1dcbdfdd 100644 --- a/manifests/b/Bilibili/Livehime/4.38.0.4419/Bilibili.Livehime.installer.yaml +++ b/manifests/b/Bilibili/Livehime/4.38.0.4419/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.38.0.4419 @@ -14,4 +14,4 @@ Installers: InstallerSha256: C6E1408416FE4C9644A502F1609041BD90085987C8D5523E89B975AE360A66D0 ProductCode: '{06BB8CDE-F4AC-4B22-A680-0F3699CB9912}_is1' ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.38.0.4419/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/4.38.0.4419/Bilibili.Livehime.locale.en-US.yaml index aebbcad0e0a7a..bdfeff6adeb57 100644 --- a/manifests/b/Bilibili/Livehime/4.38.0.4419/Bilibili.Livehime.locale.en-US.yaml +++ b/manifests/b/Bilibili/Livehime/4.38.0.4419/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.38.0.4419 @@ -25,7 +25,6 @@ Tags: - livestreaming - screencasting - streaming -# Agreements: ReleaseNotes: |- [New] Removed Virtual Link. [Optimization] Fixed known bugs. @@ -34,4 +33,4 @@ ReleaseNotesUrl: https://live.bilibili.com/liveHime/ # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.38.0.4419/Bilibili.Livehime.locale.zh-CN.yaml b/manifests/b/Bilibili/Livehime/4.38.0.4419/Bilibili.Livehime.locale.zh-CN.yaml index eea8764261c48..494f821965ff1 100644 --- a/manifests/b/Bilibili/Livehime/4.38.0.4419/Bilibili.Livehime.locale.zh-CN.yaml +++ b/manifests/b/Bilibili/Livehime/4.38.0.4419/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.38.0.4419 @@ -21,7 +21,6 @@ Description: 哔哩哔哩直播姬是哔哩哔哩独家为主播和 UP 主们打 Tags: - 推流 - 直播 -# Agreements: ReleaseNotes: |- 【新增】虚拟连结下线 【优化】已知问题修复 @@ -30,4 +29,4 @@ ReleaseNotesUrl: https://live.bilibili.com/liveHime/ # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.38.0.4419/Bilibili.Livehime.yaml b/manifests/b/Bilibili/Livehime/4.38.0.4419/Bilibili.Livehime.yaml index 1cec053d7bc77..7dd98f2826d75 100644 --- a/manifests/b/Bilibili/Livehime/4.38.0.4419/Bilibili.Livehime.yaml +++ b/manifests/b/Bilibili/Livehime/4.38.0.4419/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.38.0.4419 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.38.1.4464/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/4.38.1.4464/Bilibili.Livehime.installer.yaml index 6ec395c10c509..0d57593fcaf51 100644 --- a/manifests/b/Bilibili/Livehime/4.38.1.4464/Bilibili.Livehime.installer.yaml +++ b/manifests/b/Bilibili/Livehime/4.38.1.4464/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.38.1.4464 @@ -14,4 +14,4 @@ Installers: InstallerSha256: 1D44081074BAC93A446B316AF5D41AB36F805C24334BD8B73CAE49CE00805629 ProductCode: '{06BB8CDE-F4AC-4B22-A680-0F3699CB9912}_is1' ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.38.1.4464/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/4.38.1.4464/Bilibili.Livehime.locale.en-US.yaml index 0104c18c68987..fbd8e45973d22 100644 --- a/manifests/b/Bilibili/Livehime/4.38.1.4464/Bilibili.Livehime.locale.en-US.yaml +++ b/manifests/b/Bilibili/Livehime/4.38.1.4464/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.38.1.4464 @@ -25,7 +25,6 @@ Tags: - livestreaming - screencasting - streaming -# Agreements: ReleaseNotes: |- [New] Mask function. [Optimization] Fixed the multi-device login issue of the voice chat room function. @@ -35,4 +34,4 @@ ReleaseNotesUrl: https://live.bilibili.com/liveHime/ # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.38.1.4464/Bilibili.Livehime.locale.zh-CN.yaml b/manifests/b/Bilibili/Livehime/4.38.1.4464/Bilibili.Livehime.locale.zh-CN.yaml index decb0d4587dcf..e6b7e397b60b5 100644 --- a/manifests/b/Bilibili/Livehime/4.38.1.4464/Bilibili.Livehime.locale.zh-CN.yaml +++ b/manifests/b/Bilibili/Livehime/4.38.1.4464/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.38.1.4464 @@ -21,7 +21,6 @@ Description: 哔哩哔哩直播姬是哔哩哔哩独家为主播和 UP 主们打 Tags: - 推流 - 直播 -# Agreements: ReleaseNotes: |- 【新增】蒙版遮罩功能 【优化】已解决语聊房功能多设备登录问题 @@ -31,4 +30,4 @@ ReleaseNotesUrl: https://live.bilibili.com/liveHime/ # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.38.1.4464/Bilibili.Livehime.yaml b/manifests/b/Bilibili/Livehime/4.38.1.4464/Bilibili.Livehime.yaml index 435dc9cc94aeb..e3fcb99927c73 100644 --- a/manifests/b/Bilibili/Livehime/4.38.1.4464/Bilibili.Livehime.yaml +++ b/manifests/b/Bilibili/Livehime/4.38.1.4464/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.38.1.4464 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.39.0.4482/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/4.39.0.4482/Bilibili.Livehime.installer.yaml index 7718f09476b5c..ea8825a379679 100644 --- a/manifests/b/Bilibili/Livehime/4.39.0.4482/Bilibili.Livehime.installer.yaml +++ b/manifests/b/Bilibili/Livehime/4.39.0.4482/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.39.0.4482 @@ -14,4 +14,4 @@ Installers: InstallerSha256: 4DBF09F68520404001EA0029BCBAD00B6A4E9B1763F0183EF707B38C6E0AF516 ProductCode: '{06BB8CDE-F4AC-4B22-A680-0F3699CB9912}_is1' ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.39.0.4482/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/4.39.0.4482/Bilibili.Livehime.locale.en-US.yaml index c20358ff3c792..e49543995c7c0 100644 --- a/manifests/b/Bilibili/Livehime/4.39.0.4482/Bilibili.Livehime.locale.en-US.yaml +++ b/manifests/b/Bilibili/Livehime/4.39.0.4482/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.39.0.4482 @@ -25,7 +25,6 @@ Tags: - livestreaming - screencasting - streaming -# Agreements: ReleaseNotes: |- [Optimization] Optimized large emoticon pictures. [Optimization] Fixed known bugs. @@ -34,4 +33,4 @@ ReleaseNotesUrl: https://live.bilibili.com/liveHime/ # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.39.0.4482/Bilibili.Livehime.locale.zh-CN.yaml b/manifests/b/Bilibili/Livehime/4.39.0.4482/Bilibili.Livehime.locale.zh-CN.yaml index 889ee82122256..5ac2315b063ec 100644 --- a/manifests/b/Bilibili/Livehime/4.39.0.4482/Bilibili.Livehime.locale.zh-CN.yaml +++ b/manifests/b/Bilibili/Livehime/4.39.0.4482/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.39.0.4482 @@ -21,7 +21,6 @@ Description: 哔哩哔哩直播姬是哔哩哔哩独家为主播和 UP 主们打 Tags: - 推流 - 直播 -# Agreements: ReleaseNotes: |- 【优化】大表情图片优化 【优化】已知问题修复 @@ -30,4 +29,4 @@ ReleaseNotesUrl: https://live.bilibili.com/liveHime/ # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.39.0.4482/Bilibili.Livehime.yaml b/manifests/b/Bilibili/Livehime/4.39.0.4482/Bilibili.Livehime.yaml index 478a5491a14f7..a00d3ab2a760e 100644 --- a/manifests/b/Bilibili/Livehime/4.39.0.4482/Bilibili.Livehime.yaml +++ b/manifests/b/Bilibili/Livehime/4.39.0.4482/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.39.0.4482 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.39.1.4497/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/4.39.1.4497/Bilibili.Livehime.installer.yaml index 88f7c7a86b74a..ed80e76b02bac 100644 --- a/manifests/b/Bilibili/Livehime/4.39.1.4497/Bilibili.Livehime.installer.yaml +++ b/manifests/b/Bilibili/Livehime/4.39.1.4497/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.39.1.4497 @@ -14,4 +14,4 @@ Installers: InstallerSha256: 9BB61A4C412CF41A31E5B00D747AF34821D261DBCB6F18ABD1365C76AEE0308E ProductCode: '{06BB8CDE-F4AC-4B22-A680-0F3699CB9912}_is1' ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.39.1.4497/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/4.39.1.4497/Bilibili.Livehime.locale.en-US.yaml index 2bd6d7d154a0a..89fc9216bc9b0 100644 --- a/manifests/b/Bilibili/Livehime/4.39.1.4497/Bilibili.Livehime.locale.en-US.yaml +++ b/manifests/b/Bilibili/Livehime/4.39.1.4497/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.39.1.4497 @@ -25,12 +25,10 @@ Tags: - livestreaming - screencasting - streaming -# Agreements: -ReleaseNotes: |- - [Optimization] Optimized kernel stability. +ReleaseNotes: '[Optimization] Optimized kernel stability.' ReleaseNotesUrl: https://live.bilibili.com/liveHime/ # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.39.1.4497/Bilibili.Livehime.locale.zh-CN.yaml b/manifests/b/Bilibili/Livehime/4.39.1.4497/Bilibili.Livehime.locale.zh-CN.yaml index 2d24ab3f4faf4..0c6a70bb5f720 100644 --- a/manifests/b/Bilibili/Livehime/4.39.1.4497/Bilibili.Livehime.locale.zh-CN.yaml +++ b/manifests/b/Bilibili/Livehime/4.39.1.4497/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.39.1.4497 @@ -21,12 +21,10 @@ Description: 哔哩哔哩直播姬是哔哩哔哩独家为主播和 UP 主们打 Tags: - 推流 - 直播 -# Agreements: -ReleaseNotes: |- - 【优化】内核稳定性优化 +ReleaseNotes: 【优化】内核稳定性优化 ReleaseNotesUrl: https://live.bilibili.com/liveHime/ # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.39.1.4497/Bilibili.Livehime.yaml b/manifests/b/Bilibili/Livehime/4.39.1.4497/Bilibili.Livehime.yaml index ba630a3dfb8c5..34a9c7ea924de 100644 --- a/manifests/b/Bilibili/Livehime/4.39.1.4497/Bilibili.Livehime.yaml +++ b/manifests/b/Bilibili/Livehime/4.39.1.4497/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.39.1.4497 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.40.0.4507/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/4.40.0.4507/Bilibili.Livehime.installer.yaml index e77bf0a8bb81a..5a144203cee84 100644 --- a/manifests/b/Bilibili/Livehime/4.40.0.4507/Bilibili.Livehime.installer.yaml +++ b/manifests/b/Bilibili/Livehime/4.40.0.4507/Bilibili.Livehime.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.4 $debug=QUSU.CRLF.7-3-3.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: Bilibili.Livehime PackageVersion: 4.40.0.4507 @@ -14,4 +14,4 @@ Installers: InstallerSha256: CD774FF39C65E7AE016BA94D04F5D00F8EB1B25EC24046838F27C6DCD119523D ProductCode: '{06BB8CDE-F4AC-4B22-A680-0F3699CB9912}_is1' ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.40.0.4507/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/4.40.0.4507/Bilibili.Livehime.locale.en-US.yaml index fba0b82f1a1c6..778751219963a 100644 --- a/manifests/b/Bilibili/Livehime/4.40.0.4507/Bilibili.Livehime.locale.en-US.yaml +++ b/manifests/b/Bilibili/Livehime/4.40.0.4507/Bilibili.Livehime.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.4 $debug=QUSU.CRLF.7-3-3.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: Bilibili.Livehime PackageVersion: 4.40.0.4507 @@ -25,11 +25,10 @@ Tags: - livestreaming - screencasting - streaming -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://live.bilibili.com/liveHime/ # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.40.0.4507/Bilibili.Livehime.locale.zh-CN.yaml b/manifests/b/Bilibili/Livehime/4.40.0.4507/Bilibili.Livehime.locale.zh-CN.yaml index ccc8bc3ce7821..8a4201bcf0282 100644 --- a/manifests/b/Bilibili/Livehime/4.40.0.4507/Bilibili.Livehime.locale.zh-CN.yaml +++ b/manifests/b/Bilibili/Livehime/4.40.0.4507/Bilibili.Livehime.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.4 $debug=QUSU.CRLF.7-3-3.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: Bilibili.Livehime PackageVersion: 4.40.0.4507 @@ -21,7 +21,6 @@ Description: 哔哩哔哩直播姬是哔哩哔哩独家为主播和 UP 主们打 Tags: - 推流 - 直播 -# Agreements: ReleaseNotes: |- 【优化】内核稳定性升级 【优化】已知问题修复 @@ -30,4 +29,4 @@ ReleaseNotesUrl: https://live.bilibili.com/liveHime/ # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.40.0.4507/Bilibili.Livehime.yaml b/manifests/b/Bilibili/Livehime/4.40.0.4507/Bilibili.Livehime.yaml index 51fdd175984c1..601ba29d9a0c1 100644 --- a/manifests/b/Bilibili/Livehime/4.40.0.4507/Bilibili.Livehime.yaml +++ b/manifests/b/Bilibili/Livehime/4.40.0.4507/Bilibili.Livehime.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.4 $debug=QUSU.CRLF.7-3-3.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: Bilibili.Livehime PackageVersion: 4.40.0.4507 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.41.0.4518/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/4.41.0.4518/Bilibili.Livehime.installer.yaml index 0915156b196fe..54e762782fec4 100644 --- a/manifests/b/Bilibili/Livehime/4.41.0.4518/Bilibili.Livehime.installer.yaml +++ b/manifests/b/Bilibili/Livehime/4.41.0.4518/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.41.0.4518 @@ -14,4 +14,4 @@ Installers: InstallerSha256: 1E444815E6E6F00D5BFC1D87AEFDA8DAD073FA95B6478FEA2F0CD380F2368B1F ProductCode: '{06BB8CDE-F4AC-4B22-A680-0F3699CB9912}_is1' ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.41.0.4518/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/4.41.0.4518/Bilibili.Livehime.locale.en-US.yaml index 278fe6ca9b71b..7e745bd735c17 100644 --- a/manifests/b/Bilibili/Livehime/4.41.0.4518/Bilibili.Livehime.locale.en-US.yaml +++ b/manifests/b/Bilibili/Livehime/4.41.0.4518/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.41.0.4518 @@ -25,11 +25,10 @@ Tags: - livestreaming - screencasting - streaming -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://live.bilibili.com/liveHime/ # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.41.0.4518/Bilibili.Livehime.locale.zh-CN.yaml b/manifests/b/Bilibili/Livehime/4.41.0.4518/Bilibili.Livehime.locale.zh-CN.yaml index 4cebe322116c1..fd804fdb10f7a 100644 --- a/manifests/b/Bilibili/Livehime/4.41.0.4518/Bilibili.Livehime.locale.zh-CN.yaml +++ b/manifests/b/Bilibili/Livehime/4.41.0.4518/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.41.0.4518 @@ -21,7 +21,6 @@ Description: 哔哩哔哩直播姬是哔哩哔哩独家为主播和 UP 主们打 Tags: - 推流 - 直播 -# Agreements: ReleaseNotes: |- 【新增】支持语聊房上麦用户在 PC 直播姬上麦 【优化】已知问题修复 @@ -30,4 +29,4 @@ ReleaseNotesUrl: https://live.bilibili.com/liveHime/ # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.41.0.4518/Bilibili.Livehime.yaml b/manifests/b/Bilibili/Livehime/4.41.0.4518/Bilibili.Livehime.yaml index 868a9dffdb628..41caf8b08516b 100644 --- a/manifests/b/Bilibili/Livehime/4.41.0.4518/Bilibili.Livehime.yaml +++ b/manifests/b/Bilibili/Livehime/4.41.0.4518/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.41.0.4518 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.42.0.4524/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/4.42.0.4524/Bilibili.Livehime.installer.yaml index 9a49adcceb2ec..80559549d89c8 100644 --- a/manifests/b/Bilibili/Livehime/4.42.0.4524/Bilibili.Livehime.installer.yaml +++ b/manifests/b/Bilibili/Livehime/4.42.0.4524/Bilibili.Livehime.installer.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.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: Bilibili.Livehime PackageVersion: 4.42.0.4524 @@ -14,4 +14,4 @@ Installers: InstallerSha256: 62C1B7618E3722AC0169887F379CF7292D196404773C5DE46673459D09BB2EEB ProductCode: '{06BB8CDE-F4AC-4B22-A680-0F3699CB9912}_is1' ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.42.0.4524/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/4.42.0.4524/Bilibili.Livehime.locale.en-US.yaml index 70c1ce741a461..914c758b858db 100644 --- a/manifests/b/Bilibili/Livehime/4.42.0.4524/Bilibili.Livehime.locale.en-US.yaml +++ b/manifests/b/Bilibili/Livehime/4.42.0.4524/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.42.0.4524 @@ -25,11 +25,10 @@ Tags: - livestreaming - screencasting - streaming -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://live.bilibili.com/liveHime/ # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.42.0.4524/Bilibili.Livehime.locale.zh-CN.yaml b/manifests/b/Bilibili/Livehime/4.42.0.4524/Bilibili.Livehime.locale.zh-CN.yaml index ecf1692c9b3ea..6abc71b89230c 100644 --- a/manifests/b/Bilibili/Livehime/4.42.0.4524/Bilibili.Livehime.locale.zh-CN.yaml +++ b/manifests/b/Bilibili/Livehime/4.42.0.4524/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.42.0.4524 @@ -21,7 +21,6 @@ Description: 哔哩哔哩直播姬是哔哩哔哩独家为主播和 UP 主们打 Tags: - 推流 - 直播 -# Agreements: ReleaseNotes: |- 【新增】语聊房新增玩法公告功能 【优先】优先已知问题 @@ -30,4 +29,4 @@ ReleaseNotesUrl: https://live.bilibili.com/liveHime/ # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.42.0.4524/Bilibili.Livehime.yaml b/manifests/b/Bilibili/Livehime/4.42.0.4524/Bilibili.Livehime.yaml index 7c0056cc286ac..2240dade15b3f 100644 --- a/manifests/b/Bilibili/Livehime/4.42.0.4524/Bilibili.Livehime.yaml +++ b/manifests/b/Bilibili/Livehime/4.42.0.4524/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.42.0.4524 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.43.0.4843/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/4.43.0.4843/Bilibili.Livehime.installer.yaml index 6fa690557e913..000f03116e474 100644 --- a/manifests/b/Bilibili/Livehime/4.43.0.4843/Bilibili.Livehime.installer.yaml +++ b/manifests/b/Bilibili/Livehime/4.43.0.4843/Bilibili.Livehime.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.5 $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: Bilibili.Livehime PackageVersion: 4.43.0.4843 @@ -14,4 +14,4 @@ Installers: InstallerSha256: 00342C78D9A454967D91D6DA8B84E20D55ABFC7DC57F09C0F4FDCBC3BCE1F1E2 ProductCode: '{06BB8CDE-F4AC-4B22-A680-0F3699CB9912}_is1' ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.43.0.4843/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/4.43.0.4843/Bilibili.Livehime.locale.en-US.yaml index 5dff44e180054..741d69dc5ebc6 100644 --- a/manifests/b/Bilibili/Livehime/4.43.0.4843/Bilibili.Livehime.locale.en-US.yaml +++ b/manifests/b/Bilibili/Livehime/4.43.0.4843/Bilibili.Livehime.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.5 $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: Bilibili.Livehime PackageVersion: 4.43.0.4843 @@ -25,11 +25,10 @@ Tags: - livestreaming - screencasting - streaming -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://live.bilibili.com/liveHime/ # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.43.0.4843/Bilibili.Livehime.locale.zh-CN.yaml b/manifests/b/Bilibili/Livehime/4.43.0.4843/Bilibili.Livehime.locale.zh-CN.yaml index 56019b6cf1962..6c2512335c7cc 100644 --- a/manifests/b/Bilibili/Livehime/4.43.0.4843/Bilibili.Livehime.locale.zh-CN.yaml +++ b/manifests/b/Bilibili/Livehime/4.43.0.4843/Bilibili.Livehime.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.5 $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: Bilibili.Livehime PackageVersion: 4.43.0.4843 @@ -21,7 +21,6 @@ Description: 哔哩哔哩直播姬是哔哩哔哩独家为主播和 UP 主们打 Tags: - 推流 - 直播 -# Agreements: ReleaseNotes: |- 【新增】管理员功能升级,可设置语聊房专属管理员 【新增】PC 直播姬支持守护圣殿装扮开通特效和收益流水展示 @@ -31,4 +30,4 @@ ReleaseNotesUrl: https://live.bilibili.com/liveHime/ # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.43.0.4843/Bilibili.Livehime.yaml b/manifests/b/Bilibili/Livehime/4.43.0.4843/Bilibili.Livehime.yaml index 6ffe76ea4a581..e4b9b16194291 100644 --- a/manifests/b/Bilibili/Livehime/4.43.0.4843/Bilibili.Livehime.yaml +++ b/manifests/b/Bilibili/Livehime/4.43.0.4843/Bilibili.Livehime.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.5 $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: Bilibili.Livehime PackageVersion: 4.43.0.4843 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.44.0.4878/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/4.44.0.4878/Bilibili.Livehime.installer.yaml index 4832d6b46d897..2afbc4c195b8a 100644 --- a/manifests/b/Bilibili/Livehime/4.44.0.4878/Bilibili.Livehime.installer.yaml +++ b/manifests/b/Bilibili/Livehime/4.44.0.4878/Bilibili.Livehime.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.6 $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: Bilibili.Livehime PackageVersion: 4.44.0.4878 @@ -14,4 +14,4 @@ Installers: InstallerSha256: 0E1EB8E13B9135C5DEE03A9B7EDB627719323C63505E782CF209084F60D3D3DF ProductCode: '{06BB8CDE-F4AC-4B22-A680-0F3699CB9912}_is1' ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.44.0.4878/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/4.44.0.4878/Bilibili.Livehime.locale.en-US.yaml index 4039bcef2ac14..71ec106ec765a 100644 --- a/manifests/b/Bilibili/Livehime/4.44.0.4878/Bilibili.Livehime.locale.en-US.yaml +++ b/manifests/b/Bilibili/Livehime/4.44.0.4878/Bilibili.Livehime.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.6 $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: Bilibili.Livehime PackageVersion: 4.44.0.4878 @@ -25,11 +25,10 @@ Tags: - livestreaming - screencasting - streaming -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://live.bilibili.com/liveHime/ # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.44.0.4878/Bilibili.Livehime.locale.zh-CN.yaml b/manifests/b/Bilibili/Livehime/4.44.0.4878/Bilibili.Livehime.locale.zh-CN.yaml index 87b2f89d4a815..72a27db93542c 100644 --- a/manifests/b/Bilibili/Livehime/4.44.0.4878/Bilibili.Livehime.locale.zh-CN.yaml +++ b/manifests/b/Bilibili/Livehime/4.44.0.4878/Bilibili.Livehime.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.6 $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: Bilibili.Livehime PackageVersion: 4.44.0.4878 @@ -21,7 +21,6 @@ Description: 哔哩哔哩直播姬是哔哩哔哩独家为主播和 UP 主们打 Tags: - 推流 - 直播 -# Agreements: ReleaseNotes: |- 【新增】一起玩功能升级,主播承接订单信息更加明显 【优化】优化已知问题 @@ -30,4 +29,4 @@ ReleaseNotesUrl: https://live.bilibili.com/liveHime/ # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.44.0.4878/Bilibili.Livehime.yaml b/manifests/b/Bilibili/Livehime/4.44.0.4878/Bilibili.Livehime.yaml index 1a2b719492e0f..0d8881de68403 100644 --- a/manifests/b/Bilibili/Livehime/4.44.0.4878/Bilibili.Livehime.yaml +++ b/manifests/b/Bilibili/Livehime/4.44.0.4878/Bilibili.Livehime.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.6 $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: Bilibili.Livehime PackageVersion: 4.44.0.4878 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.44.1.4895/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/4.44.1.4895/Bilibili.Livehime.installer.yaml index da9bbd063de0d..12782d1e52c8f 100644 --- a/manifests/b/Bilibili/Livehime/4.44.1.4895/Bilibili.Livehime.installer.yaml +++ b/manifests/b/Bilibili/Livehime/4.44.1.4895/Bilibili.Livehime.installer.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Automation 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: Bilibili.Livehime PackageVersion: 4.44.1.4895 @@ -15,4 +15,4 @@ Installers: InstallerSha256: 5641AAA2D691705BDC7281C26C631B4A7F779401A395A580997864068DC2FD09 ProductCode: '{06BB8CDE-F4AC-4B22-A680-0F3699CB9912}_is1' ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.44.1.4895/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/4.44.1.4895/Bilibili.Livehime.locale.en-US.yaml index ca5cad64b7724..ba30bfcb672a3 100644 --- a/manifests/b/Bilibili/Livehime/4.44.1.4895/Bilibili.Livehime.locale.en-US.yaml +++ b/manifests/b/Bilibili/Livehime/4.44.1.4895/Bilibili.Livehime.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Automation 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: Bilibili.Livehime PackageVersion: 4.44.1.4895 @@ -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) 2023 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.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.44.1.4895/Bilibili.Livehime.locale.zh-CN.yaml b/manifests/b/Bilibili/Livehime/4.44.1.4895/Bilibili.Livehime.locale.zh-CN.yaml index dc4fdb4c14c8c..67d5d5ffff5f4 100644 --- a/manifests/b/Bilibili/Livehime/4.44.1.4895/Bilibili.Livehime.locale.zh-CN.yaml +++ b/manifests/b/Bilibili/Livehime/4.44.1.4895/Bilibili.Livehime.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Automation using 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: Bilibili.Livehime PackageVersion: 4.44.1.4895 @@ -14,10 +14,17 @@ PackageUrl: https://live.bilibili.com/liveHime License: 免费软件 LicenseUrl: https://www.bilibili.com/blackboard/live/activity-dLUnpNZEM1.html Copyright: Copyright (C) 2023 上海幻电信息科技有限公司. All Right Reserved. +# CopyrightUrl: ShortDescription: 哔哩哔哩直播官方直播软件 Description: 哔哩哔哩直播姬是哔哩哔哩独家为主播和 UP 主们打造的开播软件,集游戏、娱乐、语音开播为一体。一键即可开播,下一个直播届的超级偶像就是你~ +# Moniker: Tags: - 推流 - 直播 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.44.1.4895/Bilibili.Livehime.yaml b/manifests/b/Bilibili/Livehime/4.44.1.4895/Bilibili.Livehime.yaml index 1e742c143fc09..05b6f89e4f4a2 100644 --- a/manifests/b/Bilibili/Livehime/4.44.1.4895/Bilibili.Livehime.yaml +++ b/manifests/b/Bilibili/Livehime/4.44.1.4895/Bilibili.Livehime.yaml @@ -1,8 +1,8 @@ -# Created with WinGet Automation 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: Bilibili.Livehime PackageVersion: 4.44.1.4895 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.45.0.4912/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/4.45.0.4912/Bilibili.Livehime.installer.yaml index f6f1b26f2f5d2..117505df74789 100644 --- a/manifests/b/Bilibili/Livehime/4.45.0.4912/Bilibili.Livehime.installer.yaml +++ b/manifests/b/Bilibili/Livehime/4.45.0.4912/Bilibili.Livehime.installer.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.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: Bilibili.Livehime PackageVersion: 4.45.0.4912 @@ -14,4 +14,4 @@ Installers: InstallerSha256: 2F21787C9B60C0DDD3370D32D67D28176A0000AF2EC3C3E8AB785A316AAE1DB0 ProductCode: '{06BB8CDE-F4AC-4B22-A680-0F3699CB9912}_is1' ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.45.0.4912/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/4.45.0.4912/Bilibili.Livehime.locale.en-US.yaml index 00bbda4652acd..c7425fbac0849 100644 --- a/manifests/b/Bilibili/Livehime/4.45.0.4912/Bilibili.Livehime.locale.en-US.yaml +++ b/manifests/b/Bilibili/Livehime/4.45.0.4912/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.45.0.4912 @@ -31,4 +31,4 @@ ReleaseNotesUrl: https://live.bilibili.com/liveHime/ # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.45.0.4912/Bilibili.Livehime.locale.zh-CN.yaml b/manifests/b/Bilibili/Livehime/4.45.0.4912/Bilibili.Livehime.locale.zh-CN.yaml index d421dbe9d4149..ac68e6ab9089a 100644 --- a/manifests/b/Bilibili/Livehime/4.45.0.4912/Bilibili.Livehime.locale.zh-CN.yaml +++ b/manifests/b/Bilibili/Livehime/4.45.0.4912/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.45.0.4912 @@ -29,4 +29,4 @@ ReleaseNotesUrl: https://live.bilibili.com/liveHime/ # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.45.0.4912/Bilibili.Livehime.yaml b/manifests/b/Bilibili/Livehime/4.45.0.4912/Bilibili.Livehime.yaml index a305dae14394c..0843fe2de533d 100644 --- a/manifests/b/Bilibili/Livehime/4.45.0.4912/Bilibili.Livehime.yaml +++ b/manifests/b/Bilibili/Livehime/4.45.0.4912/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.45.0.4912 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.45.1.4933/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/4.45.1.4933/Bilibili.Livehime.installer.yaml index a80c83be83a35..92fcda59590e3 100644 --- a/manifests/b/Bilibili/Livehime/4.45.1.4933/Bilibili.Livehime.installer.yaml +++ b/manifests/b/Bilibili/Livehime/4.45.1.4933/Bilibili.Livehime.installer.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.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: Bilibili.Livehime PackageVersion: 4.45.1.4933 @@ -14,4 +14,4 @@ Installers: InstallerSha256: 4948FA7DBC99F4F19763A82DFB6933F6D4A9D374FB0C11C1E044CD94C7AD6691 ProductCode: '{06BB8CDE-F4AC-4B22-A680-0F3699CB9912}_is1' ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.45.1.4933/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/4.45.1.4933/Bilibili.Livehime.locale.en-US.yaml index ac199e18e562c..b689e7f7ace4b 100644 --- a/manifests/b/Bilibili/Livehime/4.45.1.4933/Bilibili.Livehime.locale.en-US.yaml +++ b/manifests/b/Bilibili/Livehime/4.45.1.4933/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.45.1.4933 @@ -31,4 +31,4 @@ ReleaseNotesUrl: https://live.bilibili.com/liveHime/ # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.45.1.4933/Bilibili.Livehime.locale.zh-CN.yaml b/manifests/b/Bilibili/Livehime/4.45.1.4933/Bilibili.Livehime.locale.zh-CN.yaml index df70b282c9be8..2aa57e27699f5 100644 --- a/manifests/b/Bilibili/Livehime/4.45.1.4933/Bilibili.Livehime.locale.zh-CN.yaml +++ b/manifests/b/Bilibili/Livehime/4.45.1.4933/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.45.1.4933 @@ -27,4 +27,4 @@ ReleaseNotesUrl: https://live.bilibili.com/liveHime/ # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.45.1.4933/Bilibili.Livehime.yaml b/manifests/b/Bilibili/Livehime/4.45.1.4933/Bilibili.Livehime.yaml index d32c397942ec8..f121565b20f61 100644 --- a/manifests/b/Bilibili/Livehime/4.45.1.4933/Bilibili.Livehime.yaml +++ b/manifests/b/Bilibili/Livehime/4.45.1.4933/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.45.1.4933 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.45.2.4943/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/4.45.2.4943/Bilibili.Livehime.installer.yaml index d428e225b9ba9..624df6db446d0 100644 --- a/manifests/b/Bilibili/Livehime/4.45.2.4943/Bilibili.Livehime.installer.yaml +++ b/manifests/b/Bilibili/Livehime/4.45.2.4943/Bilibili.Livehime.installer.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.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: Bilibili.Livehime PackageVersion: 4.45.2.4943 @@ -14,4 +14,4 @@ Installers: InstallerSha256: A904431D112B24F469446345E23BD9D8B09DB9D2DA770ADBC47FA72800FA9351 ProductCode: '{06BB8CDE-F4AC-4B22-A680-0F3699CB9912}_is1' ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.45.2.4943/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/4.45.2.4943/Bilibili.Livehime.locale.en-US.yaml index c2cd408150c92..e920ed365334b 100644 --- a/manifests/b/Bilibili/Livehime/4.45.2.4943/Bilibili.Livehime.locale.en-US.yaml +++ b/manifests/b/Bilibili/Livehime/4.45.2.4943/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.45.2.4943 @@ -31,4 +31,4 @@ ReleaseNotesUrl: https://live.bilibili.com/liveHime/ # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.45.2.4943/Bilibili.Livehime.locale.zh-CN.yaml b/manifests/b/Bilibili/Livehime/4.45.2.4943/Bilibili.Livehime.locale.zh-CN.yaml index e46287d43c5f5..acb2039f8ebc8 100644 --- a/manifests/b/Bilibili/Livehime/4.45.2.4943/Bilibili.Livehime.locale.zh-CN.yaml +++ b/manifests/b/Bilibili/Livehime/4.45.2.4943/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.45.2.4943 @@ -27,4 +27,4 @@ ReleaseNotesUrl: https://live.bilibili.com/liveHime/ # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.45.2.4943/Bilibili.Livehime.yaml b/manifests/b/Bilibili/Livehime/4.45.2.4943/Bilibili.Livehime.yaml index ba04f41ca8b0c..e3ae05a7369a6 100644 --- a/manifests/b/Bilibili/Livehime/4.45.2.4943/Bilibili.Livehime.yaml +++ b/manifests/b/Bilibili/Livehime/4.45.2.4943/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.45.2.4943 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.46.0.4950/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/4.46.0.4950/Bilibili.Livehime.installer.yaml index 60de9e144f425..cc4cd0b02cadf 100644 --- a/manifests/b/Bilibili/Livehime/4.46.0.4950/Bilibili.Livehime.installer.yaml +++ b/manifests/b/Bilibili/Livehime/4.46.0.4950/Bilibili.Livehime.installer.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.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: Bilibili.Livehime PackageVersion: 4.46.0.4950 @@ -14,4 +14,4 @@ Installers: InstallerSha256: 4347BDFE8943687BAF9A310F0A9F7D7C6A4DB6A5D83B3BA3D1E85EC1C90A44A8 ProductCode: '{06BB8CDE-F4AC-4B22-A680-0F3699CB9912}_is1' ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.46.0.4950/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/4.46.0.4950/Bilibili.Livehime.locale.en-US.yaml index c0cebb89c6491..25b1003c42354 100644 --- a/manifests/b/Bilibili/Livehime/4.46.0.4950/Bilibili.Livehime.locale.en-US.yaml +++ b/manifests/b/Bilibili/Livehime/4.46.0.4950/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.46.0.4950 @@ -31,4 +31,4 @@ ReleaseNotesUrl: https://live.bilibili.com/liveHime/ # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.46.0.4950/Bilibili.Livehime.locale.zh-CN.yaml b/manifests/b/Bilibili/Livehime/4.46.0.4950/Bilibili.Livehime.locale.zh-CN.yaml index 633c09ed8db51..44bf46e757cef 100644 --- a/manifests/b/Bilibili/Livehime/4.46.0.4950/Bilibili.Livehime.locale.zh-CN.yaml +++ b/manifests/b/Bilibili/Livehime/4.46.0.4950/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.46.0.4950 @@ -27,4 +27,4 @@ ReleaseNotesUrl: https://live.bilibili.com/liveHime/ # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.46.0.4950/Bilibili.Livehime.yaml b/manifests/b/Bilibili/Livehime/4.46.0.4950/Bilibili.Livehime.yaml index f231832eb973e..65323915400bb 100644 --- a/manifests/b/Bilibili/Livehime/4.46.0.4950/Bilibili.Livehime.yaml +++ b/manifests/b/Bilibili/Livehime/4.46.0.4950/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.46.0.4950 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.47.0.5011/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/4.47.0.5011/Bilibili.Livehime.installer.yaml index 449f8600b6a6b..0575d3386c28e 100644 --- a/manifests/b/Bilibili/Livehime/4.47.0.5011/Bilibili.Livehime.installer.yaml +++ b/manifests/b/Bilibili/Livehime/4.47.0.5011/Bilibili.Livehime.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.8 $debug=QUSU.CRLF.7-3-5.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: Bilibili.Livehime PackageVersion: 4.47.0.5011 @@ -14,4 +14,4 @@ Installers: InstallerSha256: 1CB624BCA464F8E11408C43079CC44F14A274E552369143B65E2BB53E4F2CFBC ProductCode: '{06BB8CDE-F4AC-4B22-A680-0F3699CB9912}_is1' ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.47.0.5011/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/4.47.0.5011/Bilibili.Livehime.locale.en-US.yaml index c3f1fa2ec7675..5430ef805af4e 100644 --- a/manifests/b/Bilibili/Livehime/4.47.0.5011/Bilibili.Livehime.locale.en-US.yaml +++ b/manifests/b/Bilibili/Livehime/4.47.0.5011/Bilibili.Livehime.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.8 $debug=QUSU.CRLF.7-3-5.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: Bilibili.Livehime PackageVersion: 4.47.0.5011 @@ -31,4 +31,4 @@ ReleaseNotesUrl: https://live.bilibili.com/liveHime/ # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.47.0.5011/Bilibili.Livehime.locale.zh-CN.yaml b/manifests/b/Bilibili/Livehime/4.47.0.5011/Bilibili.Livehime.locale.zh-CN.yaml index 03b48bf7bb87b..c43b8083dd027 100644 --- a/manifests/b/Bilibili/Livehime/4.47.0.5011/Bilibili.Livehime.locale.zh-CN.yaml +++ b/manifests/b/Bilibili/Livehime/4.47.0.5011/Bilibili.Livehime.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.8 $debug=QUSU.CRLF.7-3-5.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: Bilibili.Livehime PackageVersion: 4.47.0.5011 @@ -27,4 +27,4 @@ ReleaseNotesUrl: https://live.bilibili.com/liveHime/ # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.47.0.5011/Bilibili.Livehime.yaml b/manifests/b/Bilibili/Livehime/4.47.0.5011/Bilibili.Livehime.yaml index f7f806b0a685f..b7835964de986 100644 --- a/manifests/b/Bilibili/Livehime/4.47.0.5011/Bilibili.Livehime.yaml +++ b/manifests/b/Bilibili/Livehime/4.47.0.5011/Bilibili.Livehime.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.8 $debug=QUSU.CRLF.7-3-5.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: Bilibili.Livehime PackageVersion: 4.47.0.5011 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.47.0.5019/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/4.47.0.5019/Bilibili.Livehime.installer.yaml index 5630af8d3be0b..c092d40fc725a 100644 --- a/manifests/b/Bilibili/Livehime/4.47.0.5019/Bilibili.Livehime.installer.yaml +++ b/manifests/b/Bilibili/Livehime/4.47.0.5019/Bilibili.Livehime.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.8 $debug=QUSU.CRLF.7-3-5.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: Bilibili.Livehime PackageVersion: 4.47.0.5019 @@ -14,4 +14,4 @@ Installers: InstallerSha256: 2F852669FFC23D0E7FB87F866F77F5A0D95FD4A1B826932951E347E255E11DB0 ProductCode: '{06BB8CDE-F4AC-4B22-A680-0F3699CB9912}_is1' ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.47.0.5019/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/4.47.0.5019/Bilibili.Livehime.locale.en-US.yaml index 8b91255c5183f..574d1f1bd7ddf 100644 --- a/manifests/b/Bilibili/Livehime/4.47.0.5019/Bilibili.Livehime.locale.en-US.yaml +++ b/manifests/b/Bilibili/Livehime/4.47.0.5019/Bilibili.Livehime.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.8 $debug=QUSU.CRLF.7-3-5.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: Bilibili.Livehime PackageVersion: 4.47.0.5019 @@ -31,4 +31,4 @@ ReleaseNotesUrl: https://live.bilibili.com/liveHime/ # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.47.0.5019/Bilibili.Livehime.locale.zh-CN.yaml b/manifests/b/Bilibili/Livehime/4.47.0.5019/Bilibili.Livehime.locale.zh-CN.yaml index aab97aac19241..28ba1f1fd0d92 100644 --- a/manifests/b/Bilibili/Livehime/4.47.0.5019/Bilibili.Livehime.locale.zh-CN.yaml +++ b/manifests/b/Bilibili/Livehime/4.47.0.5019/Bilibili.Livehime.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.8 $debug=QUSU.CRLF.7-3-5.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: Bilibili.Livehime PackageVersion: 4.47.0.5019 @@ -30,4 +30,4 @@ ReleaseNotesUrl: https://live.bilibili.com/liveHime/ # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.47.0.5019/Bilibili.Livehime.yaml b/manifests/b/Bilibili/Livehime/4.47.0.5019/Bilibili.Livehime.yaml index c4243aad372a8..bfb8a43fc25c1 100644 --- a/manifests/b/Bilibili/Livehime/4.47.0.5019/Bilibili.Livehime.yaml +++ b/manifests/b/Bilibili/Livehime/4.47.0.5019/Bilibili.Livehime.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.8 $debug=QUSU.CRLF.7-3-5.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: Bilibili.Livehime PackageVersion: 4.47.0.5019 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.48.0.5048/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/4.48.0.5048/Bilibili.Livehime.installer.yaml index 7d1a20438df58..4fbabb2d4edbe 100644 --- a/manifests/b/Bilibili/Livehime/4.48.0.5048/Bilibili.Livehime.installer.yaml +++ b/manifests/b/Bilibili/Livehime/4.48.0.5048/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.48.0.5048 @@ -14,4 +14,4 @@ Installers: InstallerSha256: 9C9321BB305C7B4D7A5E50E45D8D0DA5B1D804C3F73CE8277B26023B729DB812 ProductCode: '{06BB8CDE-F4AC-4B22-A680-0F3699CB9912}_is1' ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.48.0.5048/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/4.48.0.5048/Bilibili.Livehime.locale.en-US.yaml index 770e8471f539d..3e635cd754fb6 100644 --- a/manifests/b/Bilibili/Livehime/4.48.0.5048/Bilibili.Livehime.locale.en-US.yaml +++ b/manifests/b/Bilibili/Livehime/4.48.0.5048/Bilibili.Livehime.locale.en-US.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.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: Bilibili.Livehime PackageVersion: 4.48.0.5048 @@ -31,4 +31,4 @@ ReleaseNotesUrl: https://live.bilibili.com/liveHime/ # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.48.0.5048/Bilibili.Livehime.locale.zh-CN.yaml b/manifests/b/Bilibili/Livehime/4.48.0.5048/Bilibili.Livehime.locale.zh-CN.yaml index 3bccea9f3ebcc..0e0ca5018fa64 100644 --- a/manifests/b/Bilibili/Livehime/4.48.0.5048/Bilibili.Livehime.locale.zh-CN.yaml +++ b/manifests/b/Bilibili/Livehime/4.48.0.5048/Bilibili.Livehime.locale.zh-CN.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.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: Bilibili.Livehime PackageVersion: 4.48.0.5048 @@ -30,4 +30,4 @@ ReleaseNotesUrl: https://live.bilibili.com/liveHime/ # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.48.0.5048/Bilibili.Livehime.yaml b/manifests/b/Bilibili/Livehime/4.48.0.5048/Bilibili.Livehime.yaml index bd808fa941ca5..112ada332aa15 100644 --- a/manifests/b/Bilibili/Livehime/4.48.0.5048/Bilibili.Livehime.yaml +++ b/manifests/b/Bilibili/Livehime/4.48.0.5048/Bilibili.Livehime.yaml @@ -1,8 +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: Bilibili.Livehime PackageVersion: 4.48.0.5048 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.48.0.5057/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/4.48.0.5057/Bilibili.Livehime.installer.yaml index 323c07d9dafaf..b9268036a20bc 100644 --- a/manifests/b/Bilibili/Livehime/4.48.0.5057/Bilibili.Livehime.installer.yaml +++ b/manifests/b/Bilibili/Livehime/4.48.0.5057/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.48.0.5057 @@ -14,4 +14,4 @@ Installers: InstallerSha256: 41E4341162A59A9ADDF8A76A680B26652A3D766E49CD1033A6D13251841D8932 ProductCode: '{06BB8CDE-F4AC-4B22-A680-0F3699CB9912}_is1' ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.48.0.5057/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/4.48.0.5057/Bilibili.Livehime.locale.en-US.yaml index 323df89443215..73a7459a49345 100644 --- a/manifests/b/Bilibili/Livehime/4.48.0.5057/Bilibili.Livehime.locale.en-US.yaml +++ b/manifests/b/Bilibili/Livehime/4.48.0.5057/Bilibili.Livehime.locale.en-US.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.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: Bilibili.Livehime PackageVersion: 4.48.0.5057 @@ -31,4 +31,4 @@ ReleaseNotesUrl: https://live.bilibili.com/liveHime/ # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.48.0.5057/Bilibili.Livehime.locale.zh-CN.yaml b/manifests/b/Bilibili/Livehime/4.48.0.5057/Bilibili.Livehime.locale.zh-CN.yaml index 283935df1e433..26caac27d7823 100644 --- a/manifests/b/Bilibili/Livehime/4.48.0.5057/Bilibili.Livehime.locale.zh-CN.yaml +++ b/manifests/b/Bilibili/Livehime/4.48.0.5057/Bilibili.Livehime.locale.zh-CN.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.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: Bilibili.Livehime PackageVersion: 4.48.0.5057 @@ -30,4 +30,4 @@ ReleaseNotesUrl: https://live.bilibili.com/liveHime/ # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.48.0.5057/Bilibili.Livehime.yaml b/manifests/b/Bilibili/Livehime/4.48.0.5057/Bilibili.Livehime.yaml index c26e708d68759..e9f71d67a09b1 100644 --- a/manifests/b/Bilibili/Livehime/4.48.0.5057/Bilibili.Livehime.yaml +++ b/manifests/b/Bilibili/Livehime/4.48.0.5057/Bilibili.Livehime.yaml @@ -1,8 +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: Bilibili.Livehime PackageVersion: 4.48.0.5057 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.49.0.5106/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/4.49.0.5106/Bilibili.Livehime.installer.yaml index 3fd1f1b8262ec..baa92c12c6249 100644 --- a/manifests/b/Bilibili/Livehime/4.49.0.5106/Bilibili.Livehime.installer.yaml +++ b/manifests/b/Bilibili/Livehime/4.49.0.5106/Bilibili.Livehime.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.9 $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: Bilibili.Livehime PackageVersion: 4.49.0.5106 @@ -14,4 +14,4 @@ Installers: InstallerSha256: E0CE33B0FE2F053D4482F92E39E2C7B7C7FCA4C4B588E2E38BEC0D011234F77E ProductCode: '{06BB8CDE-F4AC-4B22-A680-0F3699CB9912}_is1' ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.49.0.5106/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/4.49.0.5106/Bilibili.Livehime.locale.en-US.yaml index 544eac287d43f..6e811ad185b0a 100644 --- a/manifests/b/Bilibili/Livehime/4.49.0.5106/Bilibili.Livehime.locale.en-US.yaml +++ b/manifests/b/Bilibili/Livehime/4.49.0.5106/Bilibili.Livehime.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.9 $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: Bilibili.Livehime PackageVersion: 4.49.0.5106 @@ -31,4 +31,4 @@ ReleaseNotesUrl: https://live.bilibili.com/liveHime/ # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.49.0.5106/Bilibili.Livehime.locale.zh-CN.yaml b/manifests/b/Bilibili/Livehime/4.49.0.5106/Bilibili.Livehime.locale.zh-CN.yaml index 355d038578bfb..1672eac9b1be2 100644 --- a/manifests/b/Bilibili/Livehime/4.49.0.5106/Bilibili.Livehime.locale.zh-CN.yaml +++ b/manifests/b/Bilibili/Livehime/4.49.0.5106/Bilibili.Livehime.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.9 $debug=QUSU.CRLF.7-3-6.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: Bilibili.Livehime PackageVersion: 4.49.0.5106 @@ -27,4 +27,4 @@ ReleaseNotesUrl: https://live.bilibili.com/liveHime/ # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.49.0.5106/Bilibili.Livehime.yaml b/manifests/b/Bilibili/Livehime/4.49.0.5106/Bilibili.Livehime.yaml index 612a7b2a8e9ae..be27bcdc99cf7 100644 --- a/manifests/b/Bilibili/Livehime/4.49.0.5106/Bilibili.Livehime.yaml +++ b/manifests/b/Bilibili/Livehime/4.49.0.5106/Bilibili.Livehime.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.9 $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: Bilibili.Livehime PackageVersion: 4.49.0.5106 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.49.0.5112/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/4.49.0.5112/Bilibili.Livehime.installer.yaml index 1cd1c48931dd3..d1ff8ae4d0247 100644 --- a/manifests/b/Bilibili/Livehime/4.49.0.5112/Bilibili.Livehime.installer.yaml +++ b/manifests/b/Bilibili/Livehime/4.49.0.5112/Bilibili.Livehime.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.9 $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: Bilibili.Livehime PackageVersion: 4.49.0.5112 @@ -14,4 +14,4 @@ Installers: InstallerSha256: D8837E9650728064B11BD8E43D8C58F8DA88C40C660C82F8B48194463DC4A153 ProductCode: '{06BB8CDE-F4AC-4B22-A680-0F3699CB9912}_is1' ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.49.0.5112/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/4.49.0.5112/Bilibili.Livehime.locale.en-US.yaml index 7829d2413c7de..fcaf1f825b7c4 100644 --- a/manifests/b/Bilibili/Livehime/4.49.0.5112/Bilibili.Livehime.locale.en-US.yaml +++ b/manifests/b/Bilibili/Livehime/4.49.0.5112/Bilibili.Livehime.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.9 $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: Bilibili.Livehime PackageVersion: 4.49.0.5112 @@ -31,4 +31,4 @@ ReleaseNotesUrl: https://live.bilibili.com/liveHime/ # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.49.0.5112/Bilibili.Livehime.locale.zh-CN.yaml b/manifests/b/Bilibili/Livehime/4.49.0.5112/Bilibili.Livehime.locale.zh-CN.yaml index e6243478f435f..0b50b288ac503 100644 --- a/manifests/b/Bilibili/Livehime/4.49.0.5112/Bilibili.Livehime.locale.zh-CN.yaml +++ b/manifests/b/Bilibili/Livehime/4.49.0.5112/Bilibili.Livehime.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.9 $debug=QUSU.CRLF.7-3-6.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: Bilibili.Livehime PackageVersion: 4.49.0.5112 @@ -27,4 +27,4 @@ ReleaseNotesUrl: https://live.bilibili.com/liveHime/ # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.49.0.5112/Bilibili.Livehime.yaml b/manifests/b/Bilibili/Livehime/4.49.0.5112/Bilibili.Livehime.yaml index a58696e4f3ee3..97879cc8bd564 100644 --- a/manifests/b/Bilibili/Livehime/4.49.0.5112/Bilibili.Livehime.yaml +++ b/manifests/b/Bilibili/Livehime/4.49.0.5112/Bilibili.Livehime.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.9 $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: Bilibili.Livehime PackageVersion: 4.49.0.5112 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.49.0.5115/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/4.49.0.5115/Bilibili.Livehime.installer.yaml index 409952e621d34..ab64890b9e565 100644 --- a/manifests/b/Bilibili/Livehime/4.49.0.5115/Bilibili.Livehime.installer.yaml +++ b/manifests/b/Bilibili/Livehime/4.49.0.5115/Bilibili.Livehime.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.9 $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: Bilibili.Livehime PackageVersion: 4.49.0.5115 @@ -14,4 +14,4 @@ Installers: InstallerSha256: 969E458C69DB56E9FC0AE09E70FE642B0D20EB64C2FB422F7E775969FEC4CE49 ProductCode: '{06BB8CDE-F4AC-4B22-A680-0F3699CB9912}_is1' ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.49.0.5115/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/4.49.0.5115/Bilibili.Livehime.locale.en-US.yaml index 3db165bc2f87f..8682de1ee62a2 100644 --- a/manifests/b/Bilibili/Livehime/4.49.0.5115/Bilibili.Livehime.locale.en-US.yaml +++ b/manifests/b/Bilibili/Livehime/4.49.0.5115/Bilibili.Livehime.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.9 $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: Bilibili.Livehime PackageVersion: 4.49.0.5115 @@ -31,4 +31,4 @@ ReleaseNotesUrl: https://live.bilibili.com/liveHime/ # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.49.0.5115/Bilibili.Livehime.locale.zh-CN.yaml b/manifests/b/Bilibili/Livehime/4.49.0.5115/Bilibili.Livehime.locale.zh-CN.yaml index fe1581aa61b2f..7858de3279338 100644 --- a/manifests/b/Bilibili/Livehime/4.49.0.5115/Bilibili.Livehime.locale.zh-CN.yaml +++ b/manifests/b/Bilibili/Livehime/4.49.0.5115/Bilibili.Livehime.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.9 $debug=QUSU.CRLF.7-3-6.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: Bilibili.Livehime PackageVersion: 4.49.0.5115 @@ -27,4 +27,4 @@ ReleaseNotesUrl: https://live.bilibili.com/liveHime/ # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.49.0.5115/Bilibili.Livehime.yaml b/manifests/b/Bilibili/Livehime/4.49.0.5115/Bilibili.Livehime.yaml index ec2a6619966d2..ab913c540ae63 100644 --- a/manifests/b/Bilibili/Livehime/4.49.0.5115/Bilibili.Livehime.yaml +++ b/manifests/b/Bilibili/Livehime/4.49.0.5115/Bilibili.Livehime.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.9 $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: Bilibili.Livehime PackageVersion: 4.49.0.5115 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.50.0.5143/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/4.50.0.5143/Bilibili.Livehime.installer.yaml index 662c633f18a8f..7f09e83748ccb 100644 --- a/manifests/b/Bilibili/Livehime/4.50.0.5143/Bilibili.Livehime.installer.yaml +++ b/manifests/b/Bilibili/Livehime/4.50.0.5143/Bilibili.Livehime.installer.yaml @@ -1,5 +1,5 @@ -# 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 +# Created with YamlCreate.ps1 v2.4.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.50.0.5143 @@ -14,4 +14,4 @@ Installers: InstallerSha256: D397E6699D7CDA117DBF65242EE7F555177029988D43A144BFD358F74740841F ProductCode: '{06BB8CDE-F4AC-4B22-A680-0F3699CB9912}_is1' ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.50.0.5143/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/4.50.0.5143/Bilibili.Livehime.locale.en-US.yaml index bc864aa162dca..3f451588b9850 100644 --- a/manifests/b/Bilibili/Livehime/4.50.0.5143/Bilibili.Livehime.locale.en-US.yaml +++ b/manifests/b/Bilibili/Livehime/4.50.0.5143/Bilibili.Livehime.locale.en-US.yaml @@ -1,5 +1,5 @@ -# 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 +# Created with YamlCreate.ps1 v2.4.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.50.0.5143 @@ -31,4 +31,4 @@ ReleaseNotesUrl: https://live.bilibili.com/liveHime/ # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.50.0.5143/Bilibili.Livehime.locale.zh-CN.yaml b/manifests/b/Bilibili/Livehime/4.50.0.5143/Bilibili.Livehime.locale.zh-CN.yaml index 0e924f598413d..3ca30c3efe2b2 100644 --- a/manifests/b/Bilibili/Livehime/4.50.0.5143/Bilibili.Livehime.locale.zh-CN.yaml +++ b/manifests/b/Bilibili/Livehime/4.50.0.5143/Bilibili.Livehime.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# 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 +# 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.50.0.5143 @@ -29,4 +29,4 @@ ReleaseNotesUrl: https://live.bilibili.com/liveHime/ # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.50.0.5143/Bilibili.Livehime.yaml b/manifests/b/Bilibili/Livehime/4.50.0.5143/Bilibili.Livehime.yaml index 53f2586c34903..e3493142c51de 100644 --- a/manifests/b/Bilibili/Livehime/4.50.0.5143/Bilibili.Livehime.yaml +++ b/manifests/b/Bilibili/Livehime/4.50.0.5143/Bilibili.Livehime.yaml @@ -1,8 +1,8 @@ -# 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 +# Created with YamlCreate.ps1 v2.4.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.50.0.5143 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.51.0.5187/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/4.51.0.5187/Bilibili.Livehime.installer.yaml index 7e6566a52ce9a..c2c8fd9438c91 100644 --- a/manifests/b/Bilibili/Livehime/4.51.0.5187/Bilibili.Livehime.installer.yaml +++ b/manifests/b/Bilibili/Livehime/4.51.0.5187/Bilibili.Livehime.installer.yaml @@ -1,5 +1,5 @@ -# 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 +# Created with YamlCreate.ps1 v2.4.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.51.0.5187 @@ -14,4 +14,4 @@ Installers: InstallerSha256: DAB08C8D30D662E21B21C415D299F4F203EA2E3AD4C917A9CCD5684FC818DB28 ProductCode: '{06BB8CDE-F4AC-4B22-A680-0F3699CB9912}_is1' ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.51.0.5187/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/4.51.0.5187/Bilibili.Livehime.locale.en-US.yaml index 8bce6139ec3a1..684f26eeeba50 100644 --- a/manifests/b/Bilibili/Livehime/4.51.0.5187/Bilibili.Livehime.locale.en-US.yaml +++ b/manifests/b/Bilibili/Livehime/4.51.0.5187/Bilibili.Livehime.locale.en-US.yaml @@ -1,5 +1,5 @@ -# 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 +# Created with YamlCreate.ps1 v2.4.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.51.0.5187 @@ -31,4 +31,4 @@ ReleaseNotesUrl: https://live.bilibili.com/liveHime/ # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.51.0.5187/Bilibili.Livehime.locale.zh-CN.yaml b/manifests/b/Bilibili/Livehime/4.51.0.5187/Bilibili.Livehime.locale.zh-CN.yaml index 923f5f0d7ac98..52ee2cc53d490 100644 --- a/manifests/b/Bilibili/Livehime/4.51.0.5187/Bilibili.Livehime.locale.zh-CN.yaml +++ b/manifests/b/Bilibili/Livehime/4.51.0.5187/Bilibili.Livehime.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# 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 +# 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.51.0.5187 @@ -27,4 +27,4 @@ ReleaseNotesUrl: https://live.bilibili.com/liveHime/ # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.51.0.5187/Bilibili.Livehime.yaml b/manifests/b/Bilibili/Livehime/4.51.0.5187/Bilibili.Livehime.yaml index 6b1b11303a09f..8fc8ce9d3b663 100644 --- a/manifests/b/Bilibili/Livehime/4.51.0.5187/Bilibili.Livehime.yaml +++ b/manifests/b/Bilibili/Livehime/4.51.0.5187/Bilibili.Livehime.yaml @@ -1,8 +1,8 @@ -# 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 +# Created with YamlCreate.ps1 v2.4.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.51.0.5187 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.51.1.5202/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/4.51.1.5202/Bilibili.Livehime.installer.yaml index 6d344a81d31fa..9f251c97e17c5 100644 --- a/manifests/b/Bilibili/Livehime/4.51.1.5202/Bilibili.Livehime.installer.yaml +++ b/manifests/b/Bilibili/Livehime/4.51.1.5202/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.51.1.5202 @@ -8,11 +8,11 @@ Scope: machine UpgradeBehavior: install Protocols: - livehime -ProductCode: '{06BB8CDE-F4AC-4B22-A680-0F3699CB9912}_is1' ReleaseDate: 2023-09-11 Installers: - Architecture: x64 InstallerUrl: https://dl.hdslb.com/bili/bililive/win/Livehime-Win-beta-4.51.1.5202-x64.exe InstallerSha256: CBA1A497BD6611DBA386CABEDDBDC62F5CC81A2EE989C1B1BABEA4C76020075B + ProductCode: '{06BB8CDE-F4AC-4B22-A680-0F3699CB9912}_is1' ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.51.1.5202/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/4.51.1.5202/Bilibili.Livehime.locale.en-US.yaml index b25ea68358a64..28c54e95e011b 100644 --- a/manifests/b/Bilibili/Livehime/4.51.1.5202/Bilibili.Livehime.locale.en-US.yaml +++ b/manifests/b/Bilibili/Livehime/4.51.1.5202/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.51.1.5202 @@ -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) 2023 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.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.51.1.5202/Bilibili.Livehime.locale.zh-CN.yaml b/manifests/b/Bilibili/Livehime/4.51.1.5202/Bilibili.Livehime.locale.zh-CN.yaml index dd1d8988360dc..b93620abda40c 100644 --- a/manifests/b/Bilibili/Livehime/4.51.1.5202/Bilibili.Livehime.locale.zh-CN.yaml +++ b/manifests/b/Bilibili/Livehime/4.51.1.5202/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.51.1.5202 @@ -14,12 +14,17 @@ PackageUrl: https://live.bilibili.com/liveHime License: 免费软件 LicenseUrl: https://www.bilibili.com/blackboard/live/activity-dLUnpNZEM1.html Copyright: Copyright (C) 2023 上海幻电信息科技有限公司. All Right Reserved. +# CopyrightUrl: ShortDescription: 哔哩哔哩直播官方直播软件 Description: 哔哩哔哩直播姬是哔哩哔哩独家为主播和 UP 主们打造的开播软件,集游戏、娱乐、语音开播为一体。一键即可开播,下一个直播届的超级偶像就是你~ +# Moniker: Tags: - 推流 - 直播 ReleaseNotes: 【优化】已知问题修复 ReleaseNotesUrl: https://live.bilibili.com/liveHime +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.51.1.5202/Bilibili.Livehime.yaml b/manifests/b/Bilibili/Livehime/4.51.1.5202/Bilibili.Livehime.yaml index 03c964fa2981c..60eba9209b12c 100644 --- a/manifests/b/Bilibili/Livehime/4.51.1.5202/Bilibili.Livehime.yaml +++ b/manifests/b/Bilibili/Livehime/4.51.1.5202/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.51.1.5202 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.52.0.5253/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/4.52.0.5253/Bilibili.Livehime.installer.yaml index 366468dd8c497..4da9295205390 100644 --- a/manifests/b/Bilibili/Livehime/4.52.0.5253/Bilibili.Livehime.installer.yaml +++ b/manifests/b/Bilibili/Livehime/4.52.0.5253/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.52.0.5253 @@ -8,11 +8,11 @@ Scope: machine UpgradeBehavior: install Protocols: - livehime -ProductCode: '{06BB8CDE-F4AC-4B22-A680-0F3699CB9912}_is1' ReleaseDate: 2023-09-20 Installers: - Architecture: x64 InstallerUrl: https://dl.hdslb.com/bili/bililive/win/Livehime-Win-beta-4.52.0.5253-x64.exe InstallerSha256: 4E86DD1E26067AA48BBD5F79039ED46F8701D3EDF630B417A79D34BFA4212C4C + ProductCode: '{06BB8CDE-F4AC-4B22-A680-0F3699CB9912}_is1' ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.52.0.5253/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/4.52.0.5253/Bilibili.Livehime.locale.en-US.yaml index 5460a951f71c6..455fe4a5dc2ee 100644 --- a/manifests/b/Bilibili/Livehime/4.52.0.5253/Bilibili.Livehime.locale.en-US.yaml +++ b/manifests/b/Bilibili/Livehime/4.52.0.5253/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.52.0.5253 @@ -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) 2023 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,6 +25,10 @@ Tags: - livestreaming - screencasting - streaming +# ReleaseNotes: ReleaseNotesUrl: https://live.bilibili.com/liveHime +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.52.0.5253/Bilibili.Livehime.locale.zh-CN.yaml b/manifests/b/Bilibili/Livehime/4.52.0.5253/Bilibili.Livehime.locale.zh-CN.yaml index d3e385a1a6522..432cd24dfec47 100644 --- a/manifests/b/Bilibili/Livehime/4.52.0.5253/Bilibili.Livehime.locale.zh-CN.yaml +++ b/manifests/b/Bilibili/Livehime/4.52.0.5253/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.52.0.5253 @@ -14,12 +14,17 @@ PackageUrl: https://live.bilibili.com/liveHime License: 免费软件 LicenseUrl: https://www.bilibili.com/blackboard/live/activity-dLUnpNZEM1.html Copyright: Copyright (C) 2023 上海幻电信息科技有限公司. All Right Reserved. +# CopyrightUrl: ShortDescription: 哔哩哔哩直播官方直播软件 Description: 哔哩哔哩直播姬是哔哩哔哩独家为主播和 UP 主们打造的开播软件,集游戏、娱乐、语音开播为一体。一键即可开播,下一个直播届的超级偶像就是你~ +# Moniker: Tags: - 推流 - 直播 ReleaseNotes: 【优化】已知问题修复 ReleaseNotesUrl: https://live.bilibili.com/liveHime +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.52.0.5253/Bilibili.Livehime.yaml b/manifests/b/Bilibili/Livehime/4.52.0.5253/Bilibili.Livehime.yaml index 88d5014ef0a0f..194eefc3bb29d 100644 --- a/manifests/b/Bilibili/Livehime/4.52.0.5253/Bilibili.Livehime.yaml +++ b/manifests/b/Bilibili/Livehime/4.52.0.5253/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.52.0.5253 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.52.1.5298/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/4.52.1.5298/Bilibili.Livehime.installer.yaml index 4aad753e6ba52..5b4c7b5d4a282 100644 --- a/manifests/b/Bilibili/Livehime/4.52.1.5298/Bilibili.Livehime.installer.yaml +++ b/manifests/b/Bilibili/Livehime/4.52.1.5298/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.52.1.5298 @@ -14,4 +14,4 @@ Installers: InstallerSha256: EFF0CD4DD4AD4D9C3271FF5968EFECF519E00BE0F6C0313379F5070583DD7CAF ProductCode: '{06BB8CDE-F4AC-4B22-A680-0F3699CB9912}_is1' ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.52.1.5298/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/4.52.1.5298/Bilibili.Livehime.locale.en-US.yaml index a468bfdc44ac8..5a3426f56c1ed 100644 --- a/manifests/b/Bilibili/Livehime/4.52.1.5298/Bilibili.Livehime.locale.en-US.yaml +++ b/manifests/b/Bilibili/Livehime/4.52.1.5298/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.52.1.5298 @@ -31,4 +31,4 @@ ReleaseNotesUrl: https://live.bilibili.com/liveHime # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.52.1.5298/Bilibili.Livehime.locale.zh-CN.yaml b/manifests/b/Bilibili/Livehime/4.52.1.5298/Bilibili.Livehime.locale.zh-CN.yaml index 047b806a5dd09..c5d5180d551ff 100644 --- a/manifests/b/Bilibili/Livehime/4.52.1.5298/Bilibili.Livehime.locale.zh-CN.yaml +++ b/manifests/b/Bilibili/Livehime/4.52.1.5298/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.52.1.5298 @@ -27,4 +27,4 @@ ReleaseNotesUrl: https://live.bilibili.com/liveHime # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.52.1.5298/Bilibili.Livehime.yaml b/manifests/b/Bilibili/Livehime/4.52.1.5298/Bilibili.Livehime.yaml index fcdddd0b78090..c5a12bbcc47c4 100644 --- a/manifests/b/Bilibili/Livehime/4.52.1.5298/Bilibili.Livehime.yaml +++ b/manifests/b/Bilibili/Livehime/4.52.1.5298/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.52.1.5298 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.53.0.5303/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/4.53.0.5303/Bilibili.Livehime.installer.yaml index d567c5d2b3b3f..97fb36eb68c6d 100644 --- a/manifests/b/Bilibili/Livehime/4.53.0.5303/Bilibili.Livehime.installer.yaml +++ b/manifests/b/Bilibili/Livehime/4.53.0.5303/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.53.0.5303 @@ -14,4 +14,4 @@ Installers: InstallerSha256: 77F77D51B0649DA28C25957DF5008257E6B9B422DDA8C0356EB285CF614BEF57 ProductCode: '{06BB8CDE-F4AC-4B22-A680-0F3699CB9912}_is1' ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.53.0.5303/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/4.53.0.5303/Bilibili.Livehime.locale.en-US.yaml index c9c8a664cb438..70f5530a28317 100644 --- a/manifests/b/Bilibili/Livehime/4.53.0.5303/Bilibili.Livehime.locale.en-US.yaml +++ b/manifests/b/Bilibili/Livehime/4.53.0.5303/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.53.0.5303 @@ -31,4 +31,4 @@ ReleaseNotesUrl: https://live.bilibili.com/liveHime # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.53.0.5303/Bilibili.Livehime.locale.zh-CN.yaml b/manifests/b/Bilibili/Livehime/4.53.0.5303/Bilibili.Livehime.locale.zh-CN.yaml index 651f37cec352f..d4fc9f478e26e 100644 --- a/manifests/b/Bilibili/Livehime/4.53.0.5303/Bilibili.Livehime.locale.zh-CN.yaml +++ b/manifests/b/Bilibili/Livehime/4.53.0.5303/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.53.0.5303 @@ -27,4 +27,4 @@ ReleaseNotesUrl: https://live.bilibili.com/liveHime # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.53.0.5303/Bilibili.Livehime.yaml b/manifests/b/Bilibili/Livehime/4.53.0.5303/Bilibili.Livehime.yaml index b488f6436a04e..9bd9525e3f33c 100644 --- a/manifests/b/Bilibili/Livehime/4.53.0.5303/Bilibili.Livehime.yaml +++ b/manifests/b/Bilibili/Livehime/4.53.0.5303/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.53.0.5303 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.53.0.5308/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/4.53.0.5308/Bilibili.Livehime.installer.yaml index 520b9c88c6d3a..f78631dab95fc 100644 --- a/manifests/b/Bilibili/Livehime/4.53.0.5308/Bilibili.Livehime.installer.yaml +++ b/manifests/b/Bilibili/Livehime/4.53.0.5308/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.53.0.5308 @@ -14,4 +14,4 @@ Installers: InstallerSha256: 85D4317CF0286950ED8EBB8134F2B921A35103200A308CCF81E2F251BE216A1B ProductCode: '{06BB8CDE-F4AC-4B22-A680-0F3699CB9912}_is1' ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.53.0.5308/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/4.53.0.5308/Bilibili.Livehime.locale.en-US.yaml index 677ed0224213a..a8336ec7cf3ca 100644 --- a/manifests/b/Bilibili/Livehime/4.53.0.5308/Bilibili.Livehime.locale.en-US.yaml +++ b/manifests/b/Bilibili/Livehime/4.53.0.5308/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.53.0.5308 @@ -31,4 +31,4 @@ ReleaseNotesUrl: https://live.bilibili.com/liveHime # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.53.0.5308/Bilibili.Livehime.locale.zh-CN.yaml b/manifests/b/Bilibili/Livehime/4.53.0.5308/Bilibili.Livehime.locale.zh-CN.yaml index 7ef495fe178da..cc258a13c9eb6 100644 --- a/manifests/b/Bilibili/Livehime/4.53.0.5308/Bilibili.Livehime.locale.zh-CN.yaml +++ b/manifests/b/Bilibili/Livehime/4.53.0.5308/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.53.0.5308 @@ -30,4 +30,4 @@ ReleaseNotesUrl: https://live.bilibili.com/liveHime # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.53.0.5308/Bilibili.Livehime.yaml b/manifests/b/Bilibili/Livehime/4.53.0.5308/Bilibili.Livehime.yaml index 585df774b750d..2a1db35c53ae2 100644 --- a/manifests/b/Bilibili/Livehime/4.53.0.5308/Bilibili.Livehime.yaml +++ b/manifests/b/Bilibili/Livehime/4.53.0.5308/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.53.0.5308 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.54.0.5325/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/4.54.0.5325/Bilibili.Livehime.installer.yaml index 8cf373cc36585..324f231ff7974 100644 --- a/manifests/b/Bilibili/Livehime/4.54.0.5325/Bilibili.Livehime.installer.yaml +++ b/manifests/b/Bilibili/Livehime/4.54.0.5325/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.54.0.5325 @@ -14,4 +14,4 @@ Installers: InstallerSha256: A418796FF17BDD14CB2D421EE536BE4FDFEB62D807073DA019A7622963F6FF68 ProductCode: '{06BB8CDE-F4AC-4B22-A680-0F3699CB9912}_is1' ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.54.0.5325/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/4.54.0.5325/Bilibili.Livehime.locale.en-US.yaml index 60c021b748b17..92f62ba7c2c6a 100644 --- a/manifests/b/Bilibili/Livehime/4.54.0.5325/Bilibili.Livehime.locale.en-US.yaml +++ b/manifests/b/Bilibili/Livehime/4.54.0.5325/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.54.0.5325 @@ -31,4 +31,4 @@ ReleaseNotesUrl: https://live.bilibili.com/liveHime # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.54.0.5325/Bilibili.Livehime.locale.zh-CN.yaml b/manifests/b/Bilibili/Livehime/4.54.0.5325/Bilibili.Livehime.locale.zh-CN.yaml index af714860dd319..58da89f62211c 100644 --- a/manifests/b/Bilibili/Livehime/4.54.0.5325/Bilibili.Livehime.locale.zh-CN.yaml +++ b/manifests/b/Bilibili/Livehime/4.54.0.5325/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.54.0.5325 @@ -29,4 +29,4 @@ ReleaseNotesUrl: https://live.bilibili.com/liveHime # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.54.0.5325/Bilibili.Livehime.yaml b/manifests/b/Bilibili/Livehime/4.54.0.5325/Bilibili.Livehime.yaml index 39a53f322bca6..fa213c414b558 100644 --- a/manifests/b/Bilibili/Livehime/4.54.0.5325/Bilibili.Livehime.yaml +++ b/manifests/b/Bilibili/Livehime/4.54.0.5325/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.54.0.5325 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.55.0.6057/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/4.55.0.6057/Bilibili.Livehime.installer.yaml index 64eea1e2ac955..d0e3686998bb8 100644 --- a/manifests/b/Bilibili/Livehime/4.55.0.6057/Bilibili.Livehime.installer.yaml +++ b/manifests/b/Bilibili/Livehime/4.55.0.6057/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.55.0.6057 @@ -8,11 +8,11 @@ Scope: machine UpgradeBehavior: install Protocols: - livehime -ProductCode: '{06BB8CDE-F4AC-4B22-A680-0F3699CB9912}_is1' ReleaseDate: 2023-11-13 Installers: - Architecture: x64 InstallerUrl: https://dl.hdslb.com/bili/bililive/win/Livehime-Win-beta-4.55.0.6057-x64.exe InstallerSha256: 9E45A3D1FE97BC4D72A73A95394B33070C934DE08334DDF75DC6C56525147F7A + ProductCode: '{06BB8CDE-F4AC-4B22-A680-0F3699CB9912}_is1' ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.55.0.6057/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/4.55.0.6057/Bilibili.Livehime.locale.en-US.yaml index 83e8befb8b931..8bdcfb1aa94d2 100644 --- a/manifests/b/Bilibili/Livehime/4.55.0.6057/Bilibili.Livehime.locale.en-US.yaml +++ b/manifests/b/Bilibili/Livehime/4.55.0.6057/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.55.0.6057 @@ -31,4 +31,4 @@ ReleaseNotesUrl: https://live.bilibili.com/liveHime # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.55.0.6057/Bilibili.Livehime.locale.zh-CN.yaml b/manifests/b/Bilibili/Livehime/4.55.0.6057/Bilibili.Livehime.locale.zh-CN.yaml index 004375f6ad6d5..5c1445c72e649 100644 --- a/manifests/b/Bilibili/Livehime/4.55.0.6057/Bilibili.Livehime.locale.zh-CN.yaml +++ b/manifests/b/Bilibili/Livehime/4.55.0.6057/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.55.0.6057 @@ -27,4 +27,4 @@ ReleaseNotesUrl: https://live.bilibili.com/liveHime # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.55.0.6057/Bilibili.Livehime.yaml b/manifests/b/Bilibili/Livehime/4.55.0.6057/Bilibili.Livehime.yaml index 166f794619b59..dd7187b7c1b80 100644 --- a/manifests/b/Bilibili/Livehime/4.55.0.6057/Bilibili.Livehime.yaml +++ b/manifests/b/Bilibili/Livehime/4.55.0.6057/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.55.0.6057 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.55.1.6105/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/4.55.1.6105/Bilibili.Livehime.installer.yaml index c4a986fcd121a..b3b7bd184824c 100644 --- a/manifests/b/Bilibili/Livehime/4.55.1.6105/Bilibili.Livehime.installer.yaml +++ b/manifests/b/Bilibili/Livehime/4.55.1.6105/Bilibili.Livehime.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 YamlCreate.ps1 v2.4.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.55.1.6105 @@ -14,4 +14,4 @@ Installers: InstallerSha256: EDE962CE8E43ED165C29D56E76E5F23A8F5894A067F1EBF2D1EEA17697114771 ProductCode: '{06BB8CDE-F4AC-4B22-A680-0F3699CB9912}_is1' ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.55.1.6105/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/4.55.1.6105/Bilibili.Livehime.locale.en-US.yaml index f640cb7cd4072..6ab16c9e6a47b 100644 --- a/manifests/b/Bilibili/Livehime/4.55.1.6105/Bilibili.Livehime.locale.en-US.yaml +++ b/manifests/b/Bilibili/Livehime/4.55.1.6105/Bilibili.Livehime.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 YamlCreate.ps1 v2.4.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.55.1.6105 @@ -31,4 +31,4 @@ ReleaseNotesUrl: https://live.bilibili.com/liveHime # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.55.1.6105/Bilibili.Livehime.locale.zh-CN.yaml b/manifests/b/Bilibili/Livehime/4.55.1.6105/Bilibili.Livehime.locale.zh-CN.yaml index 94746a49d871c..1df93b170c013 100644 --- a/manifests/b/Bilibili/Livehime/4.55.1.6105/Bilibili.Livehime.locale.zh-CN.yaml +++ b/manifests/b/Bilibili/Livehime/4.55.1.6105/Bilibili.Livehime.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 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.55.1.6105 @@ -34,4 +34,4 @@ ReleaseNotesUrl: https://live.bilibili.com/liveHime # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.55.1.6105/Bilibili.Livehime.yaml b/manifests/b/Bilibili/Livehime/4.55.1.6105/Bilibili.Livehime.yaml index e7c66e1be41c7..f32810cfd1d9b 100644 --- a/manifests/b/Bilibili/Livehime/4.55.1.6105/Bilibili.Livehime.yaml +++ b/manifests/b/Bilibili/Livehime/4.55.1.6105/Bilibili.Livehime.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 YamlCreate.ps1 v2.4.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.55.1.6105 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.55.1.6125/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/4.55.1.6125/Bilibili.Livehime.installer.yaml index c2d09a9eea976..9a854781b1e70 100644 --- a/manifests/b/Bilibili/Livehime/4.55.1.6125/Bilibili.Livehime.installer.yaml +++ b/manifests/b/Bilibili/Livehime/4.55.1.6125/Bilibili.Livehime.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 YamlCreate.ps1 v2.4.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.55.1.6125 @@ -14,4 +14,4 @@ Installers: InstallerSha256: 78508216A64185ED57EAEFA568F425BF489DA93376C0D3D21BE43B7E9D02072A ProductCode: '{06BB8CDE-F4AC-4B22-A680-0F3699CB9912}_is1' ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.55.1.6125/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/4.55.1.6125/Bilibili.Livehime.locale.en-US.yaml index 788c01d07d1da..f8698d2d440d3 100644 --- a/manifests/b/Bilibili/Livehime/4.55.1.6125/Bilibili.Livehime.locale.en-US.yaml +++ b/manifests/b/Bilibili/Livehime/4.55.1.6125/Bilibili.Livehime.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 YamlCreate.ps1 v2.4.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.55.1.6125 @@ -31,4 +31,4 @@ ReleaseNotesUrl: https://live.bilibili.com/liveHime # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.55.1.6125/Bilibili.Livehime.locale.zh-CN.yaml b/manifests/b/Bilibili/Livehime/4.55.1.6125/Bilibili.Livehime.locale.zh-CN.yaml index b0e3fd9c9410f..224f6c19f8624 100644 --- a/manifests/b/Bilibili/Livehime/4.55.1.6125/Bilibili.Livehime.locale.zh-CN.yaml +++ b/manifests/b/Bilibili/Livehime/4.55.1.6125/Bilibili.Livehime.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 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.55.1.6125 @@ -34,4 +34,4 @@ ReleaseNotesUrl: https://live.bilibili.com/liveHime # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.55.1.6125/Bilibili.Livehime.yaml b/manifests/b/Bilibili/Livehime/4.55.1.6125/Bilibili.Livehime.yaml index 5992379203630..4dc458b0d56be 100644 --- a/manifests/b/Bilibili/Livehime/4.55.1.6125/Bilibili.Livehime.yaml +++ b/manifests/b/Bilibili/Livehime/4.55.1.6125/Bilibili.Livehime.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 YamlCreate.ps1 v2.4.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.55.1.6125 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.56.0.6131/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/4.56.0.6131/Bilibili.Livehime.installer.yaml index 118e12b48e2f4..9b7c3e80e5459 100644 --- a/manifests/b/Bilibili/Livehime/4.56.0.6131/Bilibili.Livehime.installer.yaml +++ b/manifests/b/Bilibili/Livehime/4.56.0.6131/Bilibili.Livehime.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 YamlCreate.ps1 v2.4.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.56.0.6131 @@ -14,4 +14,4 @@ Installers: InstallerSha256: 60C12A97B98693AE0893C574C41071B5CF3272A11A9A43AE8F705EF43AB0AAC6 ProductCode: '{06BB8CDE-F4AC-4B22-A680-0F3699CB9912}_is1' ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.56.0.6131/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/4.56.0.6131/Bilibili.Livehime.locale.en-US.yaml index 57e5e86889e20..853758d12b39b 100644 --- a/manifests/b/Bilibili/Livehime/4.56.0.6131/Bilibili.Livehime.locale.en-US.yaml +++ b/manifests/b/Bilibili/Livehime/4.56.0.6131/Bilibili.Livehime.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 YamlCreate.ps1 v2.4.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.56.0.6131 @@ -31,4 +31,4 @@ ReleaseNotesUrl: https://live.bilibili.com/liveHime # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.56.0.6131/Bilibili.Livehime.locale.zh-CN.yaml b/manifests/b/Bilibili/Livehime/4.56.0.6131/Bilibili.Livehime.locale.zh-CN.yaml index 41c1a641f4b8e..ca911e4837766 100644 --- a/manifests/b/Bilibili/Livehime/4.56.0.6131/Bilibili.Livehime.locale.zh-CN.yaml +++ b/manifests/b/Bilibili/Livehime/4.56.0.6131/Bilibili.Livehime.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 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.56.0.6131 @@ -31,4 +31,4 @@ ReleaseNotesUrl: https://live.bilibili.com/liveHime # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.56.0.6131/Bilibili.Livehime.yaml b/manifests/b/Bilibili/Livehime/4.56.0.6131/Bilibili.Livehime.yaml index 2f20fae16a3c4..bca9e712a52cf 100644 --- a/manifests/b/Bilibili/Livehime/4.56.0.6131/Bilibili.Livehime.yaml +++ b/manifests/b/Bilibili/Livehime/4.56.0.6131/Bilibili.Livehime.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 YamlCreate.ps1 v2.4.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.56.0.6131 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.56.0.6136/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/4.56.0.6136/Bilibili.Livehime.installer.yaml index 39d21d656ae59..29febb3a0f6cc 100644 --- a/manifests/b/Bilibili/Livehime/4.56.0.6136/Bilibili.Livehime.installer.yaml +++ b/manifests/b/Bilibili/Livehime/4.56.0.6136/Bilibili.Livehime.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 YamlCreate.ps1 v2.4.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.56.0.6136 @@ -14,4 +14,4 @@ Installers: InstallerSha256: 4C8C02628741D7E2DB2528D1EC02FF036707324F80FD490FE1D812937ED58A88 ProductCode: '{06BB8CDE-F4AC-4B22-A680-0F3699CB9912}_is1' ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.56.0.6136/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/4.56.0.6136/Bilibili.Livehime.locale.en-US.yaml index fb7f375742114..2f0cecd4fc638 100644 --- a/manifests/b/Bilibili/Livehime/4.56.0.6136/Bilibili.Livehime.locale.en-US.yaml +++ b/manifests/b/Bilibili/Livehime/4.56.0.6136/Bilibili.Livehime.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 YamlCreate.ps1 v2.4.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.56.0.6136 @@ -31,4 +31,4 @@ ReleaseNotesUrl: https://live.bilibili.com/liveHime # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.56.0.6136/Bilibili.Livehime.locale.zh-CN.yaml b/manifests/b/Bilibili/Livehime/4.56.0.6136/Bilibili.Livehime.locale.zh-CN.yaml index fa3fbf35a549f..8dec3710ee19f 100644 --- a/manifests/b/Bilibili/Livehime/4.56.0.6136/Bilibili.Livehime.locale.zh-CN.yaml +++ b/manifests/b/Bilibili/Livehime/4.56.0.6136/Bilibili.Livehime.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 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.56.0.6136 @@ -31,4 +31,4 @@ ReleaseNotesUrl: https://live.bilibili.com/liveHime # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.56.0.6136/Bilibili.Livehime.yaml b/manifests/b/Bilibili/Livehime/4.56.0.6136/Bilibili.Livehime.yaml index 839107e3f038c..42b9010966caf 100644 --- a/manifests/b/Bilibili/Livehime/4.56.0.6136/Bilibili.Livehime.yaml +++ b/manifests/b/Bilibili/Livehime/4.56.0.6136/Bilibili.Livehime.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 YamlCreate.ps1 v2.4.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.56.0.6136 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.56.1.6154/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/4.56.1.6154/Bilibili.Livehime.installer.yaml index ff5fb5e7d9c4c..1e7b457627fbd 100644 --- a/manifests/b/Bilibili/Livehime/4.56.1.6154/Bilibili.Livehime.installer.yaml +++ b/manifests/b/Bilibili/Livehime/4.56.1.6154/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.56.1.6154 @@ -8,11 +8,11 @@ Scope: machine UpgradeBehavior: install Protocols: - livehime -ProductCode: '{06BB8CDE-F4AC-4B22-A680-0F3699CB9912}_is1' ReleaseDate: 2023-12-04 Installers: - Architecture: x64 InstallerUrl: https://dl.hdslb.com/bili/bililive/win/Livehime-Win-beta-4.56.1.6154-x64.exe InstallerSha256: C991A47B45F26BAA36D1B2ECE8A27DD16D15124E2126D09A3C0F5D67395D721E + ProductCode: '{06BB8CDE-F4AC-4B22-A680-0F3699CB9912}_is1' ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.56.1.6154/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/4.56.1.6154/Bilibili.Livehime.locale.en-US.yaml index 853c9d2b99057..e48b095c949ab 100644 --- a/manifests/b/Bilibili/Livehime/4.56.1.6154/Bilibili.Livehime.locale.en-US.yaml +++ b/manifests/b/Bilibili/Livehime/4.56.1.6154/Bilibili.Livehime.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.11 $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: Bilibili.Livehime PackageVersion: 4.56.1.6154 @@ -14,10 +14,10 @@ PackageUrl: https://live.bilibili.com/liveHime License: Freeware LicenseUrl: https://www.bilibili.com/blackboard/live/activity-dLUnpNZEM1.html Copyright: Copyright (C) 2023 Shanghai Magic Electric Information Technology Co., Ltd. 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,10 +25,10 @@ Tags: - livestreaming - screencasting - streaming -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://live.bilibili.com/liveHime -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.56.1.6154/Bilibili.Livehime.locale.zh-CN.yaml b/manifests/b/Bilibili/Livehime/4.56.1.6154/Bilibili.Livehime.locale.zh-CN.yaml index a368eadd491b3..d28fdb312d752 100644 --- a/manifests/b/Bilibili/Livehime/4.56.1.6154/Bilibili.Livehime.locale.zh-CN.yaml +++ b/manifests/b/Bilibili/Livehime/4.56.1.6154/Bilibili.Livehime.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.11 $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: Bilibili.Livehime PackageVersion: 4.56.1.6154 @@ -27,4 +27,4 @@ ReleaseNotesUrl: https://live.bilibili.com/liveHime # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.56.1.6154/Bilibili.Livehime.yaml b/manifests/b/Bilibili/Livehime/4.56.1.6154/Bilibili.Livehime.yaml index 0d7c8710d4a9a..5632a84927d64 100644 --- a/manifests/b/Bilibili/Livehime/4.56.1.6154/Bilibili.Livehime.yaml +++ b/manifests/b/Bilibili/Livehime/4.56.1.6154/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.56.1.6154 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.57.0.6182/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/4.57.0.6182/Bilibili.Livehime.installer.yaml index f0377ea770121..15414e243eaee 100644 --- a/manifests/b/Bilibili/Livehime/4.57.0.6182/Bilibili.Livehime.installer.yaml +++ b/manifests/b/Bilibili/Livehime/4.57.0.6182/Bilibili.Livehime.installer.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.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: Bilibili.Livehime PackageVersion: 4.57.0.6182 @@ -14,4 +14,4 @@ Installers: InstallerSha256: 16EEEA4DDC620352D026A0623440BD767B711FEEFCB152086B6E254E6960E61F ProductCode: '{06BB8CDE-F4AC-4B22-A680-0F3699CB9912}_is1' ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.57.0.6182/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/4.57.0.6182/Bilibili.Livehime.locale.en-US.yaml index 73876f312e98b..8ba1c1f93d9b2 100644 --- a/manifests/b/Bilibili/Livehime/4.57.0.6182/Bilibili.Livehime.locale.en-US.yaml +++ b/manifests/b/Bilibili/Livehime/4.57.0.6182/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.57.0.6182 @@ -14,10 +14,10 @@ PackageUrl: https://live.bilibili.com/liveHime License: Freeware LicenseUrl: https://www.bilibili.com/blackboard/live/activity-dLUnpNZEM1.html Copyright: Copyright (C) 2023 Shanghai Magic Electric Information Technology Co., Ltd. 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,10 +25,10 @@ Tags: - livestreaming - screencasting - streaming -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://live.bilibili.com/liveHime -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.57.0.6182/Bilibili.Livehime.locale.zh-CN.yaml b/manifests/b/Bilibili/Livehime/4.57.0.6182/Bilibili.Livehime.locale.zh-CN.yaml index 354492e8b498a..a672230ad289d 100644 --- a/manifests/b/Bilibili/Livehime/4.57.0.6182/Bilibili.Livehime.locale.zh-CN.yaml +++ b/manifests/b/Bilibili/Livehime/4.57.0.6182/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.57.0.6182 @@ -29,4 +29,4 @@ ReleaseNotesUrl: https://live.bilibili.com/liveHime # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.57.0.6182/Bilibili.Livehime.yaml b/manifests/b/Bilibili/Livehime/4.57.0.6182/Bilibili.Livehime.yaml index 976547a99c04d..938ff2c976411 100644 --- a/manifests/b/Bilibili/Livehime/4.57.0.6182/Bilibili.Livehime.yaml +++ b/manifests/b/Bilibili/Livehime/4.57.0.6182/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.57.0.6182 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.57.1.6192/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/4.57.1.6192/Bilibili.Livehime.installer.yaml index a9d25486ff099..1e5d48cea5cad 100644 --- a/manifests/b/Bilibili/Livehime/4.57.1.6192/Bilibili.Livehime.installer.yaml +++ b/manifests/b/Bilibili/Livehime/4.57.1.6192/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.57.1.6192 @@ -14,4 +14,4 @@ Installers: InstallerSha256: 2C6DC59C0CE8E57DA259152C8540B7F469DC9288A81F509763C03B963887EFCD ProductCode: '{06BB8CDE-F4AC-4B22-A680-0F3699CB9912}_is1' ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.57.1.6192/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/4.57.1.6192/Bilibili.Livehime.locale.en-US.yaml index 447e1a51d9b84..83544a8894570 100644 --- a/manifests/b/Bilibili/Livehime/4.57.1.6192/Bilibili.Livehime.locale.en-US.yaml +++ b/manifests/b/Bilibili/Livehime/4.57.1.6192/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.57.1.6192 @@ -14,10 +14,10 @@ PackageUrl: https://live.bilibili.com/liveHime License: Freeware LicenseUrl: https://www.bilibili.com/blackboard/live/activity-dLUnpNZEM1.html Copyright: Copyright (C) 2023 Shanghai Magic Electric Information Technology Co., Ltd. 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,10 +25,10 @@ Tags: - livestreaming - screencasting - streaming -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://live.bilibili.com/liveHime -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.57.1.6192/Bilibili.Livehime.locale.zh-CN.yaml b/manifests/b/Bilibili/Livehime/4.57.1.6192/Bilibili.Livehime.locale.zh-CN.yaml index 07ea17ac70101..550099e47b263 100644 --- a/manifests/b/Bilibili/Livehime/4.57.1.6192/Bilibili.Livehime.locale.zh-CN.yaml +++ b/manifests/b/Bilibili/Livehime/4.57.1.6192/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.57.1.6192 @@ -14,17 +14,17 @@ PackageUrl: https://live.bilibili.com/liveHime License: 免费软件 LicenseUrl: https://www.bilibili.com/blackboard/live/activity-dLUnpNZEM1.html Copyright: Copyright (C) 2023 上海幻电信息科技有限公司. All Right Reserved. -# CopyrightUrl: +# CopyrightUrl: ShortDescription: 哔哩哔哩直播官方直播软件 Description: 哔哩哔哩直播姬是哔哩哔哩独家为主播和 UP 主们打造的开播软件,集游戏、娱乐、语音开播为一体。一键即可开播,下一个直播届的超级偶像就是你~ -# Moniker: +# Moniker: Tags: - 推流 - 直播 ReleaseNotes: 【优化】已知问题修复 ReleaseNotesUrl: https://live.bilibili.com/liveHime -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.57.1.6192/Bilibili.Livehime.yaml b/manifests/b/Bilibili/Livehime/4.57.1.6192/Bilibili.Livehime.yaml index c18448892f184..dbf105e1c09f1 100644 --- a/manifests/b/Bilibili/Livehime/4.57.1.6192/Bilibili.Livehime.yaml +++ b/manifests/b/Bilibili/Livehime/4.57.1.6192/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.57.1.6192 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.58.0.6212/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/4.58.0.6212/Bilibili.Livehime.installer.yaml index 768c92d3005ce..b98eb3b82543f 100644 --- a/manifests/b/Bilibili/Livehime/4.58.0.6212/Bilibili.Livehime.installer.yaml +++ b/manifests/b/Bilibili/Livehime/4.58.0.6212/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.58.0.6212 @@ -14,4 +14,4 @@ Installers: InstallerSha256: B9FE27F18937DA2AD87689E63C57E94058695F34694FA5095C35E4D45CB0C637 ProductCode: '{06BB8CDE-F4AC-4B22-A680-0F3699CB9912}_is1' ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.58.0.6212/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/4.58.0.6212/Bilibili.Livehime.locale.en-US.yaml index 1ecc72775b587..07537b12ef5ba 100644 --- a/manifests/b/Bilibili/Livehime/4.58.0.6212/Bilibili.Livehime.locale.en-US.yaml +++ b/manifests/b/Bilibili/Livehime/4.58.0.6212/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.58.0.6212 @@ -31,4 +31,4 @@ ReleaseNotesUrl: https://live.bilibili.com/liveHime # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.58.0.6212/Bilibili.Livehime.locale.zh-CN.yaml b/manifests/b/Bilibili/Livehime/4.58.0.6212/Bilibili.Livehime.locale.zh-CN.yaml index c8e97b8ee779c..5ed487d2864bb 100644 --- a/manifests/b/Bilibili/Livehime/4.58.0.6212/Bilibili.Livehime.locale.zh-CN.yaml +++ b/manifests/b/Bilibili/Livehime/4.58.0.6212/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.58.0.6212 @@ -29,4 +29,4 @@ ReleaseNotesUrl: https://live.bilibili.com/liveHime # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.58.0.6212/Bilibili.Livehime.yaml b/manifests/b/Bilibili/Livehime/4.58.0.6212/Bilibili.Livehime.yaml index 533f71bb2349f..38f6ccbac7f43 100644 --- a/manifests/b/Bilibili/Livehime/4.58.0.6212/Bilibili.Livehime.yaml +++ b/manifests/b/Bilibili/Livehime/4.58.0.6212/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.58.0.6212 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.58.1.6234/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/4.58.1.6234/Bilibili.Livehime.installer.yaml index a584e95d98f46..b90d6639f413b 100644 --- a/manifests/b/Bilibili/Livehime/4.58.1.6234/Bilibili.Livehime.installer.yaml +++ b/manifests/b/Bilibili/Livehime/4.58.1.6234/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.58.1.6234 @@ -14,4 +14,4 @@ Installers: InstallerSha256: 68BB484D162FFA61837AB2C3D1ADAE81687B216FCA10A76D95A1C07B7D760DC3 ProductCode: '{06BB8CDE-F4AC-4B22-A680-0F3699CB9912}_is1' ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.58.1.6234/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/4.58.1.6234/Bilibili.Livehime.locale.en-US.yaml index cd2a69f3fb2f5..f99974d71664a 100644 --- a/manifests/b/Bilibili/Livehime/4.58.1.6234/Bilibili.Livehime.locale.en-US.yaml +++ b/manifests/b/Bilibili/Livehime/4.58.1.6234/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.58.1.6234 @@ -31,4 +31,4 @@ ReleaseNotesUrl: https://live.bilibili.com/liveHime # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.58.1.6234/Bilibili.Livehime.locale.zh-CN.yaml b/manifests/b/Bilibili/Livehime/4.58.1.6234/Bilibili.Livehime.locale.zh-CN.yaml index cc5f8836ad56b..55dd470e1f39c 100644 --- a/manifests/b/Bilibili/Livehime/4.58.1.6234/Bilibili.Livehime.locale.zh-CN.yaml +++ b/manifests/b/Bilibili/Livehime/4.58.1.6234/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.58.1.6234 @@ -29,4 +29,4 @@ ReleaseNotesUrl: https://live.bilibili.com/liveHime # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.58.1.6234/Bilibili.Livehime.yaml b/manifests/b/Bilibili/Livehime/4.58.1.6234/Bilibili.Livehime.yaml index 35de793715487..162aea38bedab 100644 --- a/manifests/b/Bilibili/Livehime/4.58.1.6234/Bilibili.Livehime.yaml +++ b/manifests/b/Bilibili/Livehime/4.58.1.6234/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.58.1.6234 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.58.1.6249/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/4.58.1.6249/Bilibili.Livehime.installer.yaml index d3fa4df5fcb1a..d1b277795433a 100644 --- a/manifests/b/Bilibili/Livehime/4.58.1.6249/Bilibili.Livehime.installer.yaml +++ b/manifests/b/Bilibili/Livehime/4.58.1.6249/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.58.1.6249 @@ -14,4 +14,4 @@ Installers: InstallerSha256: 2C96A3654BB0C71D4156E41455C814784E3DB9BB2A0FB044FC3F15CEA0DA87C1 ProductCode: '{06BB8CDE-F4AC-4B22-A680-0F3699CB9912}_is1' ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.58.1.6249/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/4.58.1.6249/Bilibili.Livehime.locale.en-US.yaml index 59921b86523b0..dd6ab18fa394d 100644 --- a/manifests/b/Bilibili/Livehime/4.58.1.6249/Bilibili.Livehime.locale.en-US.yaml +++ b/manifests/b/Bilibili/Livehime/4.58.1.6249/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.58.1.6249 @@ -31,4 +31,4 @@ ReleaseNotesUrl: https://live.bilibili.com/liveHime # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.58.1.6249/Bilibili.Livehime.locale.zh-CN.yaml b/manifests/b/Bilibili/Livehime/4.58.1.6249/Bilibili.Livehime.locale.zh-CN.yaml index 214b722f2199a..c2c09f1d09a22 100644 --- a/manifests/b/Bilibili/Livehime/4.58.1.6249/Bilibili.Livehime.locale.zh-CN.yaml +++ b/manifests/b/Bilibili/Livehime/4.58.1.6249/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.58.1.6249 @@ -30,4 +30,4 @@ ReleaseNotesUrl: https://live.bilibili.com/liveHime # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.58.1.6249/Bilibili.Livehime.yaml b/manifests/b/Bilibili/Livehime/4.58.1.6249/Bilibili.Livehime.yaml index 8eb9927c8bad5..18f1299dadfda 100644 --- a/manifests/b/Bilibili/Livehime/4.58.1.6249/Bilibili.Livehime.yaml +++ b/manifests/b/Bilibili/Livehime/4.58.1.6249/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.58.1.6249 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.59.0.6254/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/4.59.0.6254/Bilibili.Livehime.installer.yaml index 19cb5432c0c7c..5b9d39f3b261d 100644 --- a/manifests/b/Bilibili/Livehime/4.59.0.6254/Bilibili.Livehime.installer.yaml +++ b/manifests/b/Bilibili/Livehime/4.59.0.6254/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.59.0.6254 @@ -14,4 +14,4 @@ Installers: InstallerSha256: 44E82DCE86A3AF789BB99B6F5FB051415368D390E6B0EFDDC422133188B24322 ProductCode: '{06BB8CDE-F4AC-4B22-A680-0F3699CB9912}_is1' ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.59.0.6254/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/4.59.0.6254/Bilibili.Livehime.locale.en-US.yaml index 4c4093e104981..cc7cf8f6f7b6e 100644 --- a/manifests/b/Bilibili/Livehime/4.59.0.6254/Bilibili.Livehime.locale.en-US.yaml +++ b/manifests/b/Bilibili/Livehime/4.59.0.6254/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.59.0.6254 @@ -31,4 +31,4 @@ ReleaseNotesUrl: https://live.bilibili.com/liveHime # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.59.0.6254/Bilibili.Livehime.locale.zh-CN.yaml b/manifests/b/Bilibili/Livehime/4.59.0.6254/Bilibili.Livehime.locale.zh-CN.yaml index cf6d7fa4fa45a..0c1c35843eda2 100644 --- a/manifests/b/Bilibili/Livehime/4.59.0.6254/Bilibili.Livehime.locale.zh-CN.yaml +++ b/manifests/b/Bilibili/Livehime/4.59.0.6254/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.59.0.6254 @@ -31,4 +31,4 @@ ReleaseNotesUrl: https://live.bilibili.com/liveHime # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.59.0.6254/Bilibili.Livehime.yaml b/manifests/b/Bilibili/Livehime/4.59.0.6254/Bilibili.Livehime.yaml index 74d7e3b34fcca..10468d9de9372 100644 --- a/manifests/b/Bilibili/Livehime/4.59.0.6254/Bilibili.Livehime.yaml +++ b/manifests/b/Bilibili/Livehime/4.59.0.6254/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.59.0.6254 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.59.1.6273/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/4.59.1.6273/Bilibili.Livehime.installer.yaml index 8b82dbb35769e..f917a4bf3c320 100644 --- a/manifests/b/Bilibili/Livehime/4.59.1.6273/Bilibili.Livehime.installer.yaml +++ b/manifests/b/Bilibili/Livehime/4.59.1.6273/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.59.1.6273 @@ -14,4 +14,4 @@ Installers: InstallerSha256: B31352F9F8B5DE875F1B0762C5C4549D6265E0F69D33F1A32C42F64EC7C1545E ProductCode: '{06BB8CDE-F4AC-4B22-A680-0F3699CB9912}_is1' ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.59.1.6273/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/4.59.1.6273/Bilibili.Livehime.locale.en-US.yaml index 500e87ef16028..513c9a101d994 100644 --- a/manifests/b/Bilibili/Livehime/4.59.1.6273/Bilibili.Livehime.locale.en-US.yaml +++ b/manifests/b/Bilibili/Livehime/4.59.1.6273/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.59.1.6273 @@ -31,4 +31,4 @@ ReleaseNotesUrl: https://live.bilibili.com/liveHime # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.59.1.6273/Bilibili.Livehime.locale.zh-CN.yaml b/manifests/b/Bilibili/Livehime/4.59.1.6273/Bilibili.Livehime.locale.zh-CN.yaml index d4b371053a406..45f54ac09c1e7 100644 --- a/manifests/b/Bilibili/Livehime/4.59.1.6273/Bilibili.Livehime.locale.zh-CN.yaml +++ b/manifests/b/Bilibili/Livehime/4.59.1.6273/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.59.1.6273 @@ -27,4 +27,4 @@ ReleaseNotesUrl: https://live.bilibili.com/liveHime # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.59.1.6273/Bilibili.Livehime.yaml b/manifests/b/Bilibili/Livehime/4.59.1.6273/Bilibili.Livehime.yaml index 84e93131ccfc1..cdc0731214dc3 100644 --- a/manifests/b/Bilibili/Livehime/4.59.1.6273/Bilibili.Livehime.yaml +++ b/manifests/b/Bilibili/Livehime/4.59.1.6273/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.59.1.6273 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.60.0.6301/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/4.60.0.6301/Bilibili.Livehime.installer.yaml index cd4ac30f86145..38b9018f03352 100644 --- a/manifests/b/Bilibili/Livehime/4.60.0.6301/Bilibili.Livehime.installer.yaml +++ b/manifests/b/Bilibili/Livehime/4.60.0.6301/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.60.0.6301 @@ -14,4 +14,4 @@ Installers: InstallerSha256: 39711D29324DB522585613303184D3EDFC74238D40D7BBFFBF4AD2778A7A24B4 ProductCode: '{06BB8CDE-F4AC-4B22-A680-0F3699CB9912}_is1' ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.60.0.6301/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/4.60.0.6301/Bilibili.Livehime.locale.en-US.yaml index 9a10732fd1e49..0ec0c7f4f6daa 100644 --- a/manifests/b/Bilibili/Livehime/4.60.0.6301/Bilibili.Livehime.locale.en-US.yaml +++ b/manifests/b/Bilibili/Livehime/4.60.0.6301/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.60.0.6301 @@ -31,4 +31,4 @@ ReleaseNotesUrl: https://live.bilibili.com/liveHime # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.60.0.6301/Bilibili.Livehime.locale.zh-CN.yaml b/manifests/b/Bilibili/Livehime/4.60.0.6301/Bilibili.Livehime.locale.zh-CN.yaml index cad9347eb4bc7..efcd105f90114 100644 --- a/manifests/b/Bilibili/Livehime/4.60.0.6301/Bilibili.Livehime.locale.zh-CN.yaml +++ b/manifests/b/Bilibili/Livehime/4.60.0.6301/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.60.0.6301 @@ -31,4 +31,4 @@ ReleaseNotesUrl: https://live.bilibili.com/liveHime # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.60.0.6301/Bilibili.Livehime.yaml b/manifests/b/Bilibili/Livehime/4.60.0.6301/Bilibili.Livehime.yaml index 8b68dafc514c4..f09143be2480b 100644 --- a/manifests/b/Bilibili/Livehime/4.60.0.6301/Bilibili.Livehime.yaml +++ b/manifests/b/Bilibili/Livehime/4.60.0.6301/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.60.0.6301 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.60.0.6303/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/4.60.0.6303/Bilibili.Livehime.installer.yaml index 11ccd8f25cd49..0c174ffa71503 100644 --- a/manifests/b/Bilibili/Livehime/4.60.0.6303/Bilibili.Livehime.installer.yaml +++ b/manifests/b/Bilibili/Livehime/4.60.0.6303/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.60.0.6303 @@ -14,4 +14,4 @@ Installers: InstallerSha256: 8BC7B34463C71AE42B99F09698DB45F37C78DC0B4A28F640A862F72DD2A698E6 ProductCode: '{06BB8CDE-F4AC-4B22-A680-0F3699CB9912}_is1' ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.60.0.6303/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/4.60.0.6303/Bilibili.Livehime.locale.en-US.yaml index b9bc3f53cbc3a..14fd210507dcd 100644 --- a/manifests/b/Bilibili/Livehime/4.60.0.6303/Bilibili.Livehime.locale.en-US.yaml +++ b/manifests/b/Bilibili/Livehime/4.60.0.6303/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.60.0.6303 @@ -31,4 +31,4 @@ ReleaseNotesUrl: https://live.bilibili.com/liveHime # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.60.0.6303/Bilibili.Livehime.locale.zh-CN.yaml b/manifests/b/Bilibili/Livehime/4.60.0.6303/Bilibili.Livehime.locale.zh-CN.yaml index d683035744c15..c7a955d08c499 100644 --- a/manifests/b/Bilibili/Livehime/4.60.0.6303/Bilibili.Livehime.locale.zh-CN.yaml +++ b/manifests/b/Bilibili/Livehime/4.60.0.6303/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.60.0.6303 @@ -31,4 +31,4 @@ ReleaseNotesUrl: https://live.bilibili.com/liveHime # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.60.0.6303/Bilibili.Livehime.yaml b/manifests/b/Bilibili/Livehime/4.60.0.6303/Bilibili.Livehime.yaml index 70f8b30559b2b..5b1ac4dd31612 100644 --- a/manifests/b/Bilibili/Livehime/4.60.0.6303/Bilibili.Livehime.yaml +++ b/manifests/b/Bilibili/Livehime/4.60.0.6303/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.60.0.6303 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.60.1.6325/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/4.60.1.6325/Bilibili.Livehime.installer.yaml index 69c6687e505c3..5d86fb0bd5a26 100644 --- a/manifests/b/Bilibili/Livehime/4.60.1.6325/Bilibili.Livehime.installer.yaml +++ b/manifests/b/Bilibili/Livehime/4.60.1.6325/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.60.1.6325 @@ -14,4 +14,4 @@ Installers: InstallerSha256: 07E105940B87E7AA9A8DCCAC82697EB2741E1F5122888282776DA8B597E7BCE7 ProductCode: '{06BB8CDE-F4AC-4B22-A680-0F3699CB9912}_is1' ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.60.1.6325/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/4.60.1.6325/Bilibili.Livehime.locale.en-US.yaml index b1436d23c8e5a..00a0eb4f701f1 100644 --- a/manifests/b/Bilibili/Livehime/4.60.1.6325/Bilibili.Livehime.locale.en-US.yaml +++ b/manifests/b/Bilibili/Livehime/4.60.1.6325/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.60.1.6325 @@ -31,4 +31,4 @@ ReleaseNotesUrl: https://live.bilibili.com/liveHime # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.60.1.6325/Bilibili.Livehime.locale.zh-CN.yaml b/manifests/b/Bilibili/Livehime/4.60.1.6325/Bilibili.Livehime.locale.zh-CN.yaml index 9da48d2079e97..6d667f66a1337 100644 --- a/manifests/b/Bilibili/Livehime/4.60.1.6325/Bilibili.Livehime.locale.zh-CN.yaml +++ b/manifests/b/Bilibili/Livehime/4.60.1.6325/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.60.1.6325 @@ -30,4 +30,4 @@ ReleaseNotesUrl: https://live.bilibili.com/liveHime # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.60.1.6325/Bilibili.Livehime.yaml b/manifests/b/Bilibili/Livehime/4.60.1.6325/Bilibili.Livehime.yaml index ece201ea29fd9..16f6cd53a0de1 100644 --- a/manifests/b/Bilibili/Livehime/4.60.1.6325/Bilibili.Livehime.yaml +++ b/manifests/b/Bilibili/Livehime/4.60.1.6325/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.60.1.6325 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.61.0.6354/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/4.61.0.6354/Bilibili.Livehime.installer.yaml index 139d3b36a2121..6eda1181480b2 100644 --- a/manifests/b/Bilibili/Livehime/4.61.0.6354/Bilibili.Livehime.installer.yaml +++ b/manifests/b/Bilibili/Livehime/4.61.0.6354/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.61.0.6354 @@ -14,4 +14,4 @@ Installers: InstallerSha256: B6B5476AE0DB0D296031CD0BD242E031545A74E02FAE2146592F268AE1ECE96F ProductCode: '{06BB8CDE-F4AC-4B22-A680-0F3699CB9912}_is1' ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.61.0.6354/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/4.61.0.6354/Bilibili.Livehime.locale.en-US.yaml index 92ca35e7fbd28..7e97737242707 100644 --- a/manifests/b/Bilibili/Livehime/4.61.0.6354/Bilibili.Livehime.locale.en-US.yaml +++ b/manifests/b/Bilibili/Livehime/4.61.0.6354/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.61.0.6354 @@ -31,4 +31,4 @@ ReleaseNotesUrl: https://live.bilibili.com/liveHime # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.61.0.6354/Bilibili.Livehime.locale.zh-CN.yaml b/manifests/b/Bilibili/Livehime/4.61.0.6354/Bilibili.Livehime.locale.zh-CN.yaml index 29cf06ab170b0..2ebd6fe2bd1ee 100644 --- a/manifests/b/Bilibili/Livehime/4.61.0.6354/Bilibili.Livehime.locale.zh-CN.yaml +++ b/manifests/b/Bilibili/Livehime/4.61.0.6354/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.61.0.6354 @@ -27,4 +27,4 @@ ReleaseNotesUrl: https://live.bilibili.com/liveHime # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.61.0.6354/Bilibili.Livehime.yaml b/manifests/b/Bilibili/Livehime/4.61.0.6354/Bilibili.Livehime.yaml index 18fdba3dffd80..1ead333ec76fd 100644 --- a/manifests/b/Bilibili/Livehime/4.61.0.6354/Bilibili.Livehime.yaml +++ b/manifests/b/Bilibili/Livehime/4.61.0.6354/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.61.0.6354 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.62.0.6376/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/4.62.0.6376/Bilibili.Livehime.installer.yaml index 04a3a6915ae00..695df4b8e2956 100644 --- a/manifests/b/Bilibili/Livehime/4.62.0.6376/Bilibili.Livehime.installer.yaml +++ b/manifests/b/Bilibili/Livehime/4.62.0.6376/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.62.0.6376 @@ -14,4 +14,4 @@ Installers: InstallerSha256: 7BCB004096ACD83A4328E68EC7637A74B84C56A3E2547AD811ADF0E291599B56 ProductCode: '{06BB8CDE-F4AC-4B22-A680-0F3699CB9912}_is1' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.62.0.6376/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/4.62.0.6376/Bilibili.Livehime.locale.en-US.yaml index cc8e30d4afa87..fe17e3cb8e4c1 100644 --- a/manifests/b/Bilibili/Livehime/4.62.0.6376/Bilibili.Livehime.locale.en-US.yaml +++ b/manifests/b/Bilibili/Livehime/4.62.0.6376/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.62.0.6376 @@ -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/4.62.0.6376/Bilibili.Livehime.locale.zh-CN.yaml b/manifests/b/Bilibili/Livehime/4.62.0.6376/Bilibili.Livehime.locale.zh-CN.yaml index 9d105d09a1266..864a5e385b38d 100644 --- a/manifests/b/Bilibili/Livehime/4.62.0.6376/Bilibili.Livehime.locale.zh-CN.yaml +++ b/manifests/b/Bilibili/Livehime/4.62.0.6376/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.62.0.6376 @@ -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/4.62.0.6376/Bilibili.Livehime.yaml b/manifests/b/Bilibili/Livehime/4.62.0.6376/Bilibili.Livehime.yaml index 70d8985ef6806..c824367c49c12 100644 --- a/manifests/b/Bilibili/Livehime/4.62.0.6376/Bilibili.Livehime.yaml +++ b/manifests/b/Bilibili/Livehime/4.62.0.6376/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.62.0.6376 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.63.0.6392/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/4.63.0.6392/Bilibili.Livehime.installer.yaml index 967dd1719d890..7187340066df9 100644 --- a/manifests/b/Bilibili/Livehime/4.63.0.6392/Bilibili.Livehime.installer.yaml +++ b/manifests/b/Bilibili/Livehime/4.63.0.6392/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.63.0.6392 @@ -14,4 +14,4 @@ Installers: InstallerSha256: 439F0FF21EF5F73B248F58C843D98F95758F669E7E23CDB6128ECF3D5BDD6CE3 ProductCode: '{06BB8CDE-F4AC-4B22-A680-0F3699CB9912}_is1' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.63.0.6392/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/4.63.0.6392/Bilibili.Livehime.locale.en-US.yaml index 1e62dbf553bc5..926e04a83667c 100644 --- a/manifests/b/Bilibili/Livehime/4.63.0.6392/Bilibili.Livehime.locale.en-US.yaml +++ b/manifests/b/Bilibili/Livehime/4.63.0.6392/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.63.0.6392 @@ -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/4.63.0.6392/Bilibili.Livehime.locale.zh-CN.yaml b/manifests/b/Bilibili/Livehime/4.63.0.6392/Bilibili.Livehime.locale.zh-CN.yaml index cef6b7b508ac3..1e76876d2b6ab 100644 --- a/manifests/b/Bilibili/Livehime/4.63.0.6392/Bilibili.Livehime.locale.zh-CN.yaml +++ b/manifests/b/Bilibili/Livehime/4.63.0.6392/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.63.0.6392 @@ -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/4.63.0.6392/Bilibili.Livehime.yaml b/manifests/b/Bilibili/Livehime/4.63.0.6392/Bilibili.Livehime.yaml index 1e7bd66aa0d91..4899e87419a35 100644 --- a/manifests/b/Bilibili/Livehime/4.63.0.6392/Bilibili.Livehime.yaml +++ b/manifests/b/Bilibili/Livehime/4.63.0.6392/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.63.0.6392 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.64.0.6430/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/4.64.0.6430/Bilibili.Livehime.installer.yaml index 55e043ed4b9fd..f6b93fc812931 100644 --- a/manifests/b/Bilibili/Livehime/4.64.0.6430/Bilibili.Livehime.installer.yaml +++ b/manifests/b/Bilibili/Livehime/4.64.0.6430/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.64.0.6430 @@ -14,4 +14,4 @@ Installers: InstallerSha256: 0F46544A62E1D4B2C8AF23EDAC25A154CD0F0485B8318D8B98FEBC81BE68C35D ProductCode: '{06BB8CDE-F4AC-4B22-A680-0F3699CB9912}_is1' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.64.0.6430/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/4.64.0.6430/Bilibili.Livehime.locale.en-US.yaml index 5c77936559cfd..6a5c1007ad545 100644 --- a/manifests/b/Bilibili/Livehime/4.64.0.6430/Bilibili.Livehime.locale.en-US.yaml +++ b/manifests/b/Bilibili/Livehime/4.64.0.6430/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.64.0.6430 @@ -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/4.64.0.6430/Bilibili.Livehime.locale.zh-CN.yaml b/manifests/b/Bilibili/Livehime/4.64.0.6430/Bilibili.Livehime.locale.zh-CN.yaml index 349728dbfbbae..3fa20751eab85 100644 --- a/manifests/b/Bilibili/Livehime/4.64.0.6430/Bilibili.Livehime.locale.zh-CN.yaml +++ b/manifests/b/Bilibili/Livehime/4.64.0.6430/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.64.0.6430 @@ -31,4 +31,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/4.64.0.6430/Bilibili.Livehime.yaml b/manifests/b/Bilibili/Livehime/4.64.0.6430/Bilibili.Livehime.yaml index 45159c0637167..b79d9c2c52ef0 100644 --- a/manifests/b/Bilibili/Livehime/4.64.0.6430/Bilibili.Livehime.yaml +++ b/manifests/b/Bilibili/Livehime/4.64.0.6430/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.64.0.6430 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.65.0.6450/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/4.65.0.6450/Bilibili.Livehime.installer.yaml index bf1502f18bc7e..d88e02be0b0c5 100644 --- a/manifests/b/Bilibili/Livehime/4.65.0.6450/Bilibili.Livehime.installer.yaml +++ b/manifests/b/Bilibili/Livehime/4.65.0.6450/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.65.0.6450 @@ -14,4 +14,4 @@ Installers: InstallerSha256: E2FEF9753A38CEE8615E437D2F524D3659AAB272450CE8FEE526FE0656485BC2 ProductCode: '{06BB8CDE-F4AC-4B22-A680-0F3699CB9912}_is1' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.65.0.6450/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/4.65.0.6450/Bilibili.Livehime.locale.en-US.yaml index 369809d73cb56..f73ef2fed8880 100644 --- a/manifests/b/Bilibili/Livehime/4.65.0.6450/Bilibili.Livehime.locale.en-US.yaml +++ b/manifests/b/Bilibili/Livehime/4.65.0.6450/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.65.0.6450 @@ -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/4.65.0.6450/Bilibili.Livehime.locale.zh-CN.yaml b/manifests/b/Bilibili/Livehime/4.65.0.6450/Bilibili.Livehime.locale.zh-CN.yaml index f19d6376972ab..a6dc7c2c209a0 100644 --- a/manifests/b/Bilibili/Livehime/4.65.0.6450/Bilibili.Livehime.locale.zh-CN.yaml +++ b/manifests/b/Bilibili/Livehime/4.65.0.6450/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.65.0.6450 @@ -31,4 +31,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/4.65.0.6450/Bilibili.Livehime.yaml b/manifests/b/Bilibili/Livehime/4.65.0.6450/Bilibili.Livehime.yaml index bea034f44cf03..072be9b2c57ca 100644 --- a/manifests/b/Bilibili/Livehime/4.65.0.6450/Bilibili.Livehime.yaml +++ b/manifests/b/Bilibili/Livehime/4.65.0.6450/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.65.0.6450 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.65.1.6458/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/4.65.1.6458/Bilibili.Livehime.installer.yaml index 253b76748bcb5..5b29ac1f372bc 100644 --- a/manifests/b/Bilibili/Livehime/4.65.1.6458/Bilibili.Livehime.installer.yaml +++ b/manifests/b/Bilibili/Livehime/4.65.1.6458/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.65.1.6458 @@ -14,4 +14,4 @@ Installers: InstallerSha256: 6349CF177A95990D35BD58432418B58C0F8FB62476019D7DFFE0667E32A9DA5D ProductCode: '{06BB8CDE-F4AC-4B22-A680-0F3699CB9912}_is1' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.65.1.6458/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/4.65.1.6458/Bilibili.Livehime.locale.en-US.yaml index 8cb089f5c5ca6..bb84854136d7d 100644 --- a/manifests/b/Bilibili/Livehime/4.65.1.6458/Bilibili.Livehime.locale.en-US.yaml +++ b/manifests/b/Bilibili/Livehime/4.65.1.6458/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.65.1.6458 @@ -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/4.65.1.6458/Bilibili.Livehime.locale.zh-CN.yaml b/manifests/b/Bilibili/Livehime/4.65.1.6458/Bilibili.Livehime.locale.zh-CN.yaml index 7b8005ef4742a..cb3de9467ba56 100644 --- a/manifests/b/Bilibili/Livehime/4.65.1.6458/Bilibili.Livehime.locale.zh-CN.yaml +++ b/manifests/b/Bilibili/Livehime/4.65.1.6458/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.65.1.6458 @@ -31,4 +31,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/4.65.1.6458/Bilibili.Livehime.yaml b/manifests/b/Bilibili/Livehime/4.65.1.6458/Bilibili.Livehime.yaml index 2f37fe3bd55a4..fb83939dc634e 100644 --- a/manifests/b/Bilibili/Livehime/4.65.1.6458/Bilibili.Livehime.yaml +++ b/manifests/b/Bilibili/Livehime/4.65.1.6458/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.65.1.6458 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.65.2.6459/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/4.65.2.6459/Bilibili.Livehime.installer.yaml index e53d1121f14a2..c96ed5ce3838a 100644 --- a/manifests/b/Bilibili/Livehime/4.65.2.6459/Bilibili.Livehime.installer.yaml +++ b/manifests/b/Bilibili/Livehime/4.65.2.6459/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.65.2.6459 @@ -14,4 +14,4 @@ Installers: InstallerSha256: AE41A47A59021BA8EED06B84ED0000EA5481260F454710F4D42ED8BA100483C3 ProductCode: '{06BB8CDE-F4AC-4B22-A680-0F3699CB9912}_is1' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.65.2.6459/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/4.65.2.6459/Bilibili.Livehime.locale.en-US.yaml index d1f0184c056b1..aa9e5526192b0 100644 --- a/manifests/b/Bilibili/Livehime/4.65.2.6459/Bilibili.Livehime.locale.en-US.yaml +++ b/manifests/b/Bilibili/Livehime/4.65.2.6459/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.65.2.6459 @@ -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/4.65.2.6459/Bilibili.Livehime.locale.zh-CN.yaml b/manifests/b/Bilibili/Livehime/4.65.2.6459/Bilibili.Livehime.locale.zh-CN.yaml index ff918a69d9327..70bf0f8edc690 100644 --- a/manifests/b/Bilibili/Livehime/4.65.2.6459/Bilibili.Livehime.locale.zh-CN.yaml +++ b/manifests/b/Bilibili/Livehime/4.65.2.6459/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.65.2.6459 @@ -31,4 +31,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/4.65.2.6459/Bilibili.Livehime.yaml b/manifests/b/Bilibili/Livehime/4.65.2.6459/Bilibili.Livehime.yaml index dc0b554eccd45..9a03d7b2126de 100644 --- a/manifests/b/Bilibili/Livehime/4.65.2.6459/Bilibili.Livehime.yaml +++ b/manifests/b/Bilibili/Livehime/4.65.2.6459/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.65.2.6459 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.65.3.6461/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/4.65.3.6461/Bilibili.Livehime.installer.yaml index e8e5b75f2e148..df1cd5631ffa5 100644 --- a/manifests/b/Bilibili/Livehime/4.65.3.6461/Bilibili.Livehime.installer.yaml +++ b/manifests/b/Bilibili/Livehime/4.65.3.6461/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.65.3.6461 @@ -14,4 +14,4 @@ Installers: InstallerSha256: 7CAAF8287622C4FA33940A539B560110B9CC0538A6998A1A3099C1AA469E875E ProductCode: '{06BB8CDE-F4AC-4B22-A680-0F3699CB9912}_is1' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/4.65.3.6461/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/4.65.3.6461/Bilibili.Livehime.locale.en-US.yaml index 5d51bdae3b06c..a29fcb3e22f24 100644 --- a/manifests/b/Bilibili/Livehime/4.65.3.6461/Bilibili.Livehime.locale.en-US.yaml +++ b/manifests/b/Bilibili/Livehime/4.65.3.6461/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.65.3.6461 @@ -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/4.65.3.6461/Bilibili.Livehime.locale.zh-CN.yaml b/manifests/b/Bilibili/Livehime/4.65.3.6461/Bilibili.Livehime.locale.zh-CN.yaml index b0f68cd390f28..06a2d5db54a03 100644 --- a/manifests/b/Bilibili/Livehime/4.65.3.6461/Bilibili.Livehime.locale.zh-CN.yaml +++ b/manifests/b/Bilibili/Livehime/4.65.3.6461/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.65.3.6461 @@ -31,4 +31,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/4.65.3.6461/Bilibili.Livehime.yaml b/manifests/b/Bilibili/Livehime/4.65.3.6461/Bilibili.Livehime.yaml index 9671be0b56740..9e30a18e2ff50 100644 --- a/manifests/b/Bilibili/Livehime/4.65.3.6461/Bilibili.Livehime.yaml +++ b/manifests/b/Bilibili/Livehime/4.65.3.6461/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 4.65.3.6461 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/5.0.0.6633/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/5.0.0.6633/Bilibili.Livehime.installer.yaml index 0a8236c2e0178..da9bafb98ed0a 100644 --- a/manifests/b/Bilibili/Livehime/5.0.0.6633/Bilibili.Livehime.installer.yaml +++ b/manifests/b/Bilibili/Livehime/5.0.0.6633/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 5.0.0.6633 @@ -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-5.0.0.6633-x64.exe InstallerSha256: E05B56142093C31052A45CBA02B7BF992FE54DCBACC7264AE9B1AAF341EB5D74 + 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.0.0.6633/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/5.0.0.6633/Bilibili.Livehime.locale.en-US.yaml index 76698dd739d5e..9c17a20dc5cd5 100644 --- a/manifests/b/Bilibili/Livehime/5.0.0.6633/Bilibili.Livehime.locale.en-US.yaml +++ b/manifests/b/Bilibili/Livehime/5.0.0.6633/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 5.0.0.6633 @@ -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,6 +25,10 @@ Tags: - livestreaming - screencasting - streaming +# ReleaseNotes: ReleaseNotesUrl: https://live.bilibili.com/liveHime +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/5.0.0.6633/Bilibili.Livehime.locale.zh-CN.yaml b/manifests/b/Bilibili/Livehime/5.0.0.6633/Bilibili.Livehime.locale.zh-CN.yaml index f6b5f97def58a..83f16c796db7e 100644 --- a/manifests/b/Bilibili/Livehime/5.0.0.6633/Bilibili.Livehime.locale.zh-CN.yaml +++ b/manifests/b/Bilibili/Livehime/5.0.0.6633/Bilibili.Livehime.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# 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: Bilibili.Livehime PackageVersion: 5.0.0.6633 @@ -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: - 推流 - 直播 @@ -27,5 +29,8 @@ ReleaseNotes: |- 【优化】新增语聊房线路卡顿时可切换的功能策略 【优化】优化已知体验问题 ReleaseNotesUrl: https://live.bilibili.com/liveHime +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/5.0.0.6633/Bilibili.Livehime.yaml b/manifests/b/Bilibili/Livehime/5.0.0.6633/Bilibili.Livehime.yaml index bc6c08b2fcc66..4b57a4c1ee20b 100644 --- a/manifests/b/Bilibili/Livehime/5.0.0.6633/Bilibili.Livehime.yaml +++ b/manifests/b/Bilibili/Livehime/5.0.0.6633/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 5.0.0.6633 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/5.1.0.6652/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/5.1.0.6652/Bilibili.Livehime.installer.yaml index 8a92450cbf682..2bb692722ef92 100644 --- a/manifests/b/Bilibili/Livehime/5.1.0.6652/Bilibili.Livehime.installer.yaml +++ b/manifests/b/Bilibili/Livehime/5.1.0.6652/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 5.1.0.6652 @@ -14,4 +14,4 @@ Installers: InstallerSha256: 99C01D6A8F609761D3AF60C89EF8EB5BDE06FE83736ED2121D8E1F5F5F2BE3DD 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.1.0.6652/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/5.1.0.6652/Bilibili.Livehime.locale.en-US.yaml index e19f96fa8c083..eb08976262007 100644 --- a/manifests/b/Bilibili/Livehime/5.1.0.6652/Bilibili.Livehime.locale.en-US.yaml +++ b/manifests/b/Bilibili/Livehime/5.1.0.6652/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 5.1.0.6652 @@ -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.1.0.6652/Bilibili.Livehime.locale.zh-CN.yaml b/manifests/b/Bilibili/Livehime/5.1.0.6652/Bilibili.Livehime.locale.zh-CN.yaml index 2ab9fd0f85ac2..cbead402fb343 100644 --- a/manifests/b/Bilibili/Livehime/5.1.0.6652/Bilibili.Livehime.locale.zh-CN.yaml +++ b/manifests/b/Bilibili/Livehime/5.1.0.6652/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 5.1.0.6652 @@ -30,4 +30,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.1.0.6652/Bilibili.Livehime.yaml b/manifests/b/Bilibili/Livehime/5.1.0.6652/Bilibili.Livehime.yaml index d6d78ee8ad79b..2af622c5af4ea 100644 --- a/manifests/b/Bilibili/Livehime/5.1.0.6652/Bilibili.Livehime.yaml +++ b/manifests/b/Bilibili/Livehime/5.1.0.6652/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 5.1.0.6652 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/5.10.0.6882/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/5.10.0.6882/Bilibili.Livehime.installer.yaml index daa121d4049ae..9aad34a569a18 100644 --- a/manifests/b/Bilibili/Livehime/5.10.0.6882/Bilibili.Livehime.installer.yaml +++ b/manifests/b/Bilibili/Livehime/5.10.0.6882/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.10.0.6882 @@ -14,4 +14,4 @@ Installers: InstallerSha256: 317EF5271D0DE2A6CC449D52D2667E00B5807F72DCD4C64FBF37B6F68BDE6136 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.10.0.6882/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/5.10.0.6882/Bilibili.Livehime.locale.en-US.yaml index 2bf0c08893940..1d1833d731252 100644 --- a/manifests/b/Bilibili/Livehime/5.10.0.6882/Bilibili.Livehime.locale.en-US.yaml +++ b/manifests/b/Bilibili/Livehime/5.10.0.6882/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.10.0.6882 @@ -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.10.0.6882/Bilibili.Livehime.locale.zh-CN.yaml b/manifests/b/Bilibili/Livehime/5.10.0.6882/Bilibili.Livehime.locale.zh-CN.yaml index 6170b10b5d8f9..8a294165edcca 100644 --- a/manifests/b/Bilibili/Livehime/5.10.0.6882/Bilibili.Livehime.locale.zh-CN.yaml +++ b/manifests/b/Bilibili/Livehime/5.10.0.6882/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.10.0.6882 @@ -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.10.0.6882/Bilibili.Livehime.yaml b/manifests/b/Bilibili/Livehime/5.10.0.6882/Bilibili.Livehime.yaml index 026932b76589f..e94d1f486d4e5 100644 --- a/manifests/b/Bilibili/Livehime/5.10.0.6882/Bilibili.Livehime.yaml +++ b/manifests/b/Bilibili/Livehime/5.10.0.6882/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.10.0.6882 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/5.11.0.6912/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/5.11.0.6912/Bilibili.Livehime.installer.yaml index accb491a629ee..76e4d7bd40c68 100644 --- a/manifests/b/Bilibili/Livehime/5.11.0.6912/Bilibili.Livehime.installer.yaml +++ b/manifests/b/Bilibili/Livehime/5.11.0.6912/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.11.0.6912 @@ -14,4 +14,4 @@ Installers: InstallerSha256: 9803C455C05E5054A455AFED4689F724D868B40D9C983444C71BC41AA2BD118D 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.11.0.6912/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/5.11.0.6912/Bilibili.Livehime.locale.en-US.yaml index 76b27cb48192d..7559dc48b8c67 100644 --- a/manifests/b/Bilibili/Livehime/5.11.0.6912/Bilibili.Livehime.locale.en-US.yaml +++ b/manifests/b/Bilibili/Livehime/5.11.0.6912/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.11.0.6912 @@ -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.11.0.6912/Bilibili.Livehime.locale.zh-CN.yaml b/manifests/b/Bilibili/Livehime/5.11.0.6912/Bilibili.Livehime.locale.zh-CN.yaml index 15cba035816d4..adfac6eb955e3 100644 --- a/manifests/b/Bilibili/Livehime/5.11.0.6912/Bilibili.Livehime.locale.zh-CN.yaml +++ b/manifests/b/Bilibili/Livehime/5.11.0.6912/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.11.0.6912 @@ -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.11.0.6912/Bilibili.Livehime.yaml b/manifests/b/Bilibili/Livehime/5.11.0.6912/Bilibili.Livehime.yaml index 0795e6f745f1c..6412a74f3287d 100644 --- a/manifests/b/Bilibili/Livehime/5.11.0.6912/Bilibili.Livehime.yaml +++ b/manifests/b/Bilibili/Livehime/5.11.0.6912/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.11.0.6912 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/5.11.1.6932/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/5.11.1.6932/Bilibili.Livehime.installer.yaml index a8594b3c0987d..b30bdc8cfabdb 100644 --- a/manifests/b/Bilibili/Livehime/5.11.1.6932/Bilibili.Livehime.installer.yaml +++ b/manifests/b/Bilibili/Livehime/5.11.1.6932/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.11.1.6932 @@ -14,4 +14,4 @@ Installers: InstallerSha256: EE3E90F0107BBE3D48D2B04AF656EF0D49BB470AE56930608E53ACCE723F5BD8 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.11.1.6932/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/5.11.1.6932/Bilibili.Livehime.locale.en-US.yaml index 037d6c9e7dcbb..6e3a6f830d2da 100644 --- a/manifests/b/Bilibili/Livehime/5.11.1.6932/Bilibili.Livehime.locale.en-US.yaml +++ b/manifests/b/Bilibili/Livehime/5.11.1.6932/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.11.1.6932 @@ -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.11.1.6932/Bilibili.Livehime.locale.zh-CN.yaml b/manifests/b/Bilibili/Livehime/5.11.1.6932/Bilibili.Livehime.locale.zh-CN.yaml index 1f340b5eeeb82..3a412cb753f03 100644 --- a/manifests/b/Bilibili/Livehime/5.11.1.6932/Bilibili.Livehime.locale.zh-CN.yaml +++ b/manifests/b/Bilibili/Livehime/5.11.1.6932/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.11.1.6932 @@ -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.11.1.6932/Bilibili.Livehime.yaml b/manifests/b/Bilibili/Livehime/5.11.1.6932/Bilibili.Livehime.yaml index 2857903ffda51..f4b00c22e7353 100644 --- a/manifests/b/Bilibili/Livehime/5.11.1.6932/Bilibili.Livehime.yaml +++ b/manifests/b/Bilibili/Livehime/5.11.1.6932/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.11.1.6932 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/5.12.0.6942/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/5.12.0.6942/Bilibili.Livehime.installer.yaml index bb7a86989c405..8046dab013719 100644 --- a/manifests/b/Bilibili/Livehime/5.12.0.6942/Bilibili.Livehime.installer.yaml +++ b/manifests/b/Bilibili/Livehime/5.12.0.6942/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.12.0.6942 @@ -14,4 +14,4 @@ Installers: InstallerSha256: 93401E0FC008506BACAAD72B0B424A69FC2F2797773606371F9177E41271BC36 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.12.0.6942/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/5.12.0.6942/Bilibili.Livehime.locale.en-US.yaml index 31dbdff5231e1..b2f1b56047c44 100644 --- a/manifests/b/Bilibili/Livehime/5.12.0.6942/Bilibili.Livehime.locale.en-US.yaml +++ b/manifests/b/Bilibili/Livehime/5.12.0.6942/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.12.0.6942 @@ -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.12.0.6942/Bilibili.Livehime.locale.zh-CN.yaml b/manifests/b/Bilibili/Livehime/5.12.0.6942/Bilibili.Livehime.locale.zh-CN.yaml index c697d9da427ff..a16c43f5cbabb 100644 --- a/manifests/b/Bilibili/Livehime/5.12.0.6942/Bilibili.Livehime.locale.zh-CN.yaml +++ b/manifests/b/Bilibili/Livehime/5.12.0.6942/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.12.0.6942 @@ -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.12.0.6942/Bilibili.Livehime.yaml b/manifests/b/Bilibili/Livehime/5.12.0.6942/Bilibili.Livehime.yaml index da3f4da8f64b2..b8dbc7529fdff 100644 --- a/manifests/b/Bilibili/Livehime/5.12.0.6942/Bilibili.Livehime.yaml +++ b/manifests/b/Bilibili/Livehime/5.12.0.6942/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.12.0.6942 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/5.13.0.6976/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/5.13.0.6976/Bilibili.Livehime.installer.yaml index 1a18529bce1e8..d67e1d15c8fc8 100644 --- a/manifests/b/Bilibili/Livehime/5.13.0.6976/Bilibili.Livehime.installer.yaml +++ b/manifests/b/Bilibili/Livehime/5.13.0.6976/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 5.13.0.6976 @@ -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-5.13.0.6976-x64.exe InstallerSha256: 25AAB1828A955BDB942DB014DF135CA4F0D1BFD8F5C3E75CF72EF12E3DE19133 + 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.13.0.6976/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/5.13.0.6976/Bilibili.Livehime.locale.en-US.yaml index d4be5c35c298b..509939c22dda5 100644 --- a/manifests/b/Bilibili/Livehime/5.13.0.6976/Bilibili.Livehime.locale.en-US.yaml +++ b/manifests/b/Bilibili/Livehime/5.13.0.6976/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 5.13.0.6976 @@ -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/5.13.0.6976/Bilibili.Livehime.locale.zh-CN.yaml b/manifests/b/Bilibili/Livehime/5.13.0.6976/Bilibili.Livehime.locale.zh-CN.yaml index a815498941ba1..d34c9e58ef8b6 100644 --- a/manifests/b/Bilibili/Livehime/5.13.0.6976/Bilibili.Livehime.locale.zh-CN.yaml +++ b/manifests/b/Bilibili/Livehime/5.13.0.6976/Bilibili.Livehime.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# 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: Bilibili.Livehime PackageVersion: 5.13.0.6976 @@ -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: 【优化】优化 OBS 采集功能,轻松一键即可参与 PK、红包等营收玩法 +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/5.13.0.6976/Bilibili.Livehime.yaml b/manifests/b/Bilibili/Livehime/5.13.0.6976/Bilibili.Livehime.yaml index 73e6fe6e7237f..c0f1d26150c49 100644 --- a/manifests/b/Bilibili/Livehime/5.13.0.6976/Bilibili.Livehime.yaml +++ b/manifests/b/Bilibili/Livehime/5.13.0.6976/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 5.13.0.6976 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/5.14.0.6994/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/5.14.0.6994/Bilibili.Livehime.installer.yaml index 15d7271df039a..675d059808927 100644 --- a/manifests/b/Bilibili/Livehime/5.14.0.6994/Bilibili.Livehime.installer.yaml +++ b/manifests/b/Bilibili/Livehime/5.14.0.6994/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 5.14.0.6994 @@ -14,4 +14,4 @@ Installers: InstallerSha256: 3451E0567E79A9FFCA6D3B03FF4502DC01FC931148512D4B159B32E59D38D61B 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.14.0.6994/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/5.14.0.6994/Bilibili.Livehime.locale.en-US.yaml index 233248f057d74..6f90e44230eac 100644 --- a/manifests/b/Bilibili/Livehime/5.14.0.6994/Bilibili.Livehime.locale.en-US.yaml +++ b/manifests/b/Bilibili/Livehime/5.14.0.6994/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 5.14.0.6994 @@ -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.14.0.6994/Bilibili.Livehime.locale.zh-CN.yaml b/manifests/b/Bilibili/Livehime/5.14.0.6994/Bilibili.Livehime.locale.zh-CN.yaml index 7b15e7ff50e38..cbb471df1d95d 100644 --- a/manifests/b/Bilibili/Livehime/5.14.0.6994/Bilibili.Livehime.locale.zh-CN.yaml +++ b/manifests/b/Bilibili/Livehime/5.14.0.6994/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 5.14.0.6994 @@ -27,4 +27,4 @@ ReleaseNotes: 【优化】 已知问题优化 # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/5.14.0.6994/Bilibili.Livehime.yaml b/manifests/b/Bilibili/Livehime/5.14.0.6994/Bilibili.Livehime.yaml index d480ec9a26307..8ea759b24f3b3 100644 --- a/manifests/b/Bilibili/Livehime/5.14.0.6994/Bilibili.Livehime.yaml +++ b/manifests/b/Bilibili/Livehime/5.14.0.6994/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 5.14.0.6994 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/5.15.0.7025/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/5.15.0.7025/Bilibili.Livehime.installer.yaml index d597f1667cb0f..0ecf552b8daff 100644 --- a/manifests/b/Bilibili/Livehime/5.15.0.7025/Bilibili.Livehime.installer.yaml +++ b/manifests/b/Bilibili/Livehime/5.15.0.7025/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 5.15.0.7025 @@ -14,4 +14,4 @@ Installers: InstallerSha256: E46B4346B045AAFA176B505B711AFA26DE418454BCA9DD934CAA87ECFCD0FD02 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.15.0.7025/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/5.15.0.7025/Bilibili.Livehime.locale.en-US.yaml index eb82e6d2c3f97..2b5f6ac364c1f 100644 --- a/manifests/b/Bilibili/Livehime/5.15.0.7025/Bilibili.Livehime.locale.en-US.yaml +++ b/manifests/b/Bilibili/Livehime/5.15.0.7025/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 5.15.0.7025 @@ -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.15.0.7025/Bilibili.Livehime.locale.zh-CN.yaml b/manifests/b/Bilibili/Livehime/5.15.0.7025/Bilibili.Livehime.locale.zh-CN.yaml index 528098fa9c3d8..484bde4628bfe 100644 --- a/manifests/b/Bilibili/Livehime/5.15.0.7025/Bilibili.Livehime.locale.zh-CN.yaml +++ b/manifests/b/Bilibili/Livehime/5.15.0.7025/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 5.15.0.7025 @@ -32,4 +32,4 @@ ReleaseNotes: |- # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/5.15.0.7025/Bilibili.Livehime.yaml b/manifests/b/Bilibili/Livehime/5.15.0.7025/Bilibili.Livehime.yaml index d5294f0a0fab1..d0ee9fa02a4ba 100644 --- a/manifests/b/Bilibili/Livehime/5.15.0.7025/Bilibili.Livehime.yaml +++ b/manifests/b/Bilibili/Livehime/5.15.0.7025/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 5.15.0.7025 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/5.16.0.7050/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/5.16.0.7050/Bilibili.Livehime.installer.yaml index 189effa891fbd..bd7970470b3c3 100644 --- a/manifests/b/Bilibili/Livehime/5.16.0.7050/Bilibili.Livehime.installer.yaml +++ b/manifests/b/Bilibili/Livehime/5.16.0.7050/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 5.16.0.7050 @@ -14,4 +14,4 @@ Installers: InstallerSha256: 45C3920C10355CA169CCD98B4776A22C689661D7015FEE8CCC369DD15F7A973E 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.16.0.7050/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/5.16.0.7050/Bilibili.Livehime.locale.en-US.yaml index 8db6397cb444d..0c7d135db2238 100644 --- a/manifests/b/Bilibili/Livehime/5.16.0.7050/Bilibili.Livehime.locale.en-US.yaml +++ b/manifests/b/Bilibili/Livehime/5.16.0.7050/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 5.16.0.7050 @@ -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.16.0.7050/Bilibili.Livehime.locale.zh-CN.yaml b/manifests/b/Bilibili/Livehime/5.16.0.7050/Bilibili.Livehime.locale.zh-CN.yaml index 0aa19b9bde3e6..d455edcfa4dac 100644 --- a/manifests/b/Bilibili/Livehime/5.16.0.7050/Bilibili.Livehime.locale.zh-CN.yaml +++ b/manifests/b/Bilibili/Livehime/5.16.0.7050/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 5.16.0.7050 @@ -30,4 +30,4 @@ ReleaseNotes: |- # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/5.16.0.7050/Bilibili.Livehime.yaml b/manifests/b/Bilibili/Livehime/5.16.0.7050/Bilibili.Livehime.yaml index b48eb90089ff3..fd1c82caf2129 100644 --- a/manifests/b/Bilibili/Livehime/5.16.0.7050/Bilibili.Livehime.yaml +++ b/manifests/b/Bilibili/Livehime/5.16.0.7050/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 5.16.0.7050 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/5.17.0.7085/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/5.17.0.7085/Bilibili.Livehime.installer.yaml index 5667a02e09a59..7ba9eb0a31220 100644 --- a/manifests/b/Bilibili/Livehime/5.17.0.7085/Bilibili.Livehime.installer.yaml +++ b/manifests/b/Bilibili/Livehime/5.17.0.7085/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 5.17.0.7085 @@ -14,4 +14,4 @@ Installers: InstallerSha256: 37FFD57CE1738E01D32EEBC39ECA67337398C52AA50C906E0184D50F3B105758 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.17.0.7085/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/5.17.0.7085/Bilibili.Livehime.locale.en-US.yaml index 1a551c2b1ffc4..fecf00d857133 100644 --- a/manifests/b/Bilibili/Livehime/5.17.0.7085/Bilibili.Livehime.locale.en-US.yaml +++ b/manifests/b/Bilibili/Livehime/5.17.0.7085/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 5.17.0.7085 @@ -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.17.0.7085/Bilibili.Livehime.locale.zh-CN.yaml b/manifests/b/Bilibili/Livehime/5.17.0.7085/Bilibili.Livehime.locale.zh-CN.yaml index af56d2fc1ed2e..c1c19ec802e2e 100644 --- a/manifests/b/Bilibili/Livehime/5.17.0.7085/Bilibili.Livehime.locale.zh-CN.yaml +++ b/manifests/b/Bilibili/Livehime/5.17.0.7085/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 5.17.0.7085 @@ -29,4 +29,4 @@ ReleaseNotes: |- # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/5.17.0.7085/Bilibili.Livehime.yaml b/manifests/b/Bilibili/Livehime/5.17.0.7085/Bilibili.Livehime.yaml index e3cc55ddc69b1..c9fab61d2a6ed 100644 --- a/manifests/b/Bilibili/Livehime/5.17.0.7085/Bilibili.Livehime.yaml +++ b/manifests/b/Bilibili/Livehime/5.17.0.7085/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 5.17.0.7085 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/5.18.0.7127/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/5.18.0.7127/Bilibili.Livehime.installer.yaml index b09939625dc27..5de682ba29899 100644 --- a/manifests/b/Bilibili/Livehime/5.18.0.7127/Bilibili.Livehime.installer.yaml +++ b/manifests/b/Bilibili/Livehime/5.18.0.7127/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 5.18.0.7127 @@ -14,4 +14,4 @@ Installers: InstallerSha256: 1E44CA2A42348F596214601BD40E1BCA500DF4E2F690680CA5D0A9988DFB47E8 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.18.0.7127/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/5.18.0.7127/Bilibili.Livehime.locale.en-US.yaml index dfd7ecce52dd0..cc7e7fabef9ef 100644 --- a/manifests/b/Bilibili/Livehime/5.18.0.7127/Bilibili.Livehime.locale.en-US.yaml +++ b/manifests/b/Bilibili/Livehime/5.18.0.7127/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 5.18.0.7127 @@ -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.18.0.7127/Bilibili.Livehime.locale.zh-CN.yaml b/manifests/b/Bilibili/Livehime/5.18.0.7127/Bilibili.Livehime.locale.zh-CN.yaml index 9e6cf1b28e0aa..b84c028de0376 100644 --- a/manifests/b/Bilibili/Livehime/5.18.0.7127/Bilibili.Livehime.locale.zh-CN.yaml +++ b/manifests/b/Bilibili/Livehime/5.18.0.7127/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 5.18.0.7127 @@ -27,4 +27,4 @@ ReleaseNotes: 【优化】已知问题优化 # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/5.18.0.7127/Bilibili.Livehime.yaml b/manifests/b/Bilibili/Livehime/5.18.0.7127/Bilibili.Livehime.yaml index 72569cd167fe1..2eaa986e6e3d6 100644 --- a/manifests/b/Bilibili/Livehime/5.18.0.7127/Bilibili.Livehime.yaml +++ b/manifests/b/Bilibili/Livehime/5.18.0.7127/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 5.18.0.7127 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/5.18.1.7152/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/5.18.1.7152/Bilibili.Livehime.installer.yaml index 4d95984ba2400..5520216bffb60 100644 --- a/manifests/b/Bilibili/Livehime/5.18.1.7152/Bilibili.Livehime.installer.yaml +++ b/manifests/b/Bilibili/Livehime/5.18.1.7152/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.18.1.7152 @@ -14,4 +14,4 @@ Installers: InstallerSha256: 9E6E153EDAB4BB944243224E16A7FF8148AD275136FD9B65E6DC6A16339F9E52 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.18.1.7152/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/5.18.1.7152/Bilibili.Livehime.locale.en-US.yaml index 36dd7eec940b7..4d89c6194b31c 100644 --- a/manifests/b/Bilibili/Livehime/5.18.1.7152/Bilibili.Livehime.locale.en-US.yaml +++ b/manifests/b/Bilibili/Livehime/5.18.1.7152/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.18.1.7152 @@ -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.18.1.7152/Bilibili.Livehime.locale.zh-CN.yaml b/manifests/b/Bilibili/Livehime/5.18.1.7152/Bilibili.Livehime.locale.zh-CN.yaml index 3ec4f30a63903..ec3527b74e5fa 100644 --- a/manifests/b/Bilibili/Livehime/5.18.1.7152/Bilibili.Livehime.locale.zh-CN.yaml +++ b/manifests/b/Bilibili/Livehime/5.18.1.7152/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.18.1.7152 @@ -32,4 +32,4 @@ ReleaseNotes: |- # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/5.18.1.7152/Bilibili.Livehime.yaml b/manifests/b/Bilibili/Livehime/5.18.1.7152/Bilibili.Livehime.yaml index b4137cad332e3..7dc8259846deb 100644 --- a/manifests/b/Bilibili/Livehime/5.18.1.7152/Bilibili.Livehime.yaml +++ b/manifests/b/Bilibili/Livehime/5.18.1.7152/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.18.1.7152 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.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.2.0.6685/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/5.2.0.6685/Bilibili.Livehime.installer.yaml index 125b3ff5504cb..b5801e957c9b7 100644 --- a/manifests/b/Bilibili/Livehime/5.2.0.6685/Bilibili.Livehime.installer.yaml +++ b/manifests/b/Bilibili/Livehime/5.2.0.6685/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 5.2.0.6685 @@ -14,4 +14,4 @@ Installers: InstallerSha256: 35A93FA458C3DEEE4A3B54204CDAD1097980001FF817487DF1F4EBB10BD9522C 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.2.0.6685/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/5.2.0.6685/Bilibili.Livehime.locale.en-US.yaml index 08edeb8e64c24..d7d45a247c56f 100644 --- a/manifests/b/Bilibili/Livehime/5.2.0.6685/Bilibili.Livehime.locale.en-US.yaml +++ b/manifests/b/Bilibili/Livehime/5.2.0.6685/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 5.2.0.6685 @@ -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.2.0.6685/Bilibili.Livehime.locale.zh-CN.yaml b/manifests/b/Bilibili/Livehime/5.2.0.6685/Bilibili.Livehime.locale.zh-CN.yaml index af9e9de5cd647..b6cb0f7166dc4 100644 --- a/manifests/b/Bilibili/Livehime/5.2.0.6685/Bilibili.Livehime.locale.zh-CN.yaml +++ b/manifests/b/Bilibili/Livehime/5.2.0.6685/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 5.2.0.6685 @@ -30,4 +30,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.2.0.6685/Bilibili.Livehime.yaml b/manifests/b/Bilibili/Livehime/5.2.0.6685/Bilibili.Livehime.yaml index a886d15ea5f8d..745b7aa014c28 100644 --- a/manifests/b/Bilibili/Livehime/5.2.0.6685/Bilibili.Livehime.yaml +++ b/manifests/b/Bilibili/Livehime/5.2.0.6685/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 5.2.0.6685 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/5.3.0.6716/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/5.3.0.6716/Bilibili.Livehime.installer.yaml index 04d0f4ab25574..2ce07b6913ee4 100644 --- a/manifests/b/Bilibili/Livehime/5.3.0.6716/Bilibili.Livehime.installer.yaml +++ b/manifests/b/Bilibili/Livehime/5.3.0.6716/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.3.0.6716 @@ -14,4 +14,4 @@ Installers: InstallerSha256: 903582115998A0CE56D6320DC217A70E19E366EF6D836E11B0539A75D3D77C17 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.3.0.6716/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/5.3.0.6716/Bilibili.Livehime.locale.en-US.yaml index 33287a68b962f..3d60335cec807 100644 --- a/manifests/b/Bilibili/Livehime/5.3.0.6716/Bilibili.Livehime.locale.en-US.yaml +++ b/manifests/b/Bilibili/Livehime/5.3.0.6716/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.3.0.6716 @@ -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.3.0.6716/Bilibili.Livehime.locale.zh-CN.yaml b/manifests/b/Bilibili/Livehime/5.3.0.6716/Bilibili.Livehime.locale.zh-CN.yaml index 63610cd424d98..907b2437f2c6e 100644 --- a/manifests/b/Bilibili/Livehime/5.3.0.6716/Bilibili.Livehime.locale.zh-CN.yaml +++ b/manifests/b/Bilibili/Livehime/5.3.0.6716/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.3.0.6716 @@ -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.3.0.6716/Bilibili.Livehime.yaml b/manifests/b/Bilibili/Livehime/5.3.0.6716/Bilibili.Livehime.yaml index b7d950bb5b660..82684f55d6ba3 100644 --- a/manifests/b/Bilibili/Livehime/5.3.0.6716/Bilibili.Livehime.yaml +++ b/manifests/b/Bilibili/Livehime/5.3.0.6716/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.3.0.6716 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/5.3.1.6740/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/5.3.1.6740/Bilibili.Livehime.installer.yaml index 181c1454b7eb4..3e1fb4fe1f6f8 100644 --- a/manifests/b/Bilibili/Livehime/5.3.1.6740/Bilibili.Livehime.installer.yaml +++ b/manifests/b/Bilibili/Livehime/5.3.1.6740/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 5.3.1.6740 @@ -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-5.3.1.6740-x64.exe InstallerSha256: 9506C2CC6D2AF0B397A04FEA791C728484F53315960622B8FA24771A0F0B89E3 + 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.3.1.6740/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/5.3.1.6740/Bilibili.Livehime.locale.en-US.yaml index 7bcb9cfa37376..1bcfcdf753d26 100644 --- a/manifests/b/Bilibili/Livehime/5.3.1.6740/Bilibili.Livehime.locale.en-US.yaml +++ b/manifests/b/Bilibili/Livehime/5.3.1.6740/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 5.3.1.6740 @@ -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,6 +25,10 @@ Tags: - livestreaming - screencasting - streaming +# ReleaseNotes: ReleaseNotesUrl: https://live.bilibili.com/liveHime +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/5.3.1.6740/Bilibili.Livehime.locale.zh-CN.yaml b/manifests/b/Bilibili/Livehime/5.3.1.6740/Bilibili.Livehime.locale.zh-CN.yaml index 3f116498bbeca..eb8d043d4ee22 100644 --- a/manifests/b/Bilibili/Livehime/5.3.1.6740/Bilibili.Livehime.locale.zh-CN.yaml +++ b/manifests/b/Bilibili/Livehime/5.3.1.6740/Bilibili.Livehime.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# 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: Bilibili.Livehime PackageVersion: 5.3.1.6740 @@ -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,8 @@ ReleaseNotes: |- 【优化】优化实名认证功能的交互体验 【优化】修复已知体验问题 ReleaseNotesUrl: https://live.bilibili.com/liveHime +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/5.3.1.6740/Bilibili.Livehime.yaml b/manifests/b/Bilibili/Livehime/5.3.1.6740/Bilibili.Livehime.yaml index e79f9a0445042..91294ab4541f9 100644 --- a/manifests/b/Bilibili/Livehime/5.3.1.6740/Bilibili.Livehime.yaml +++ b/manifests/b/Bilibili/Livehime/5.3.1.6740/Bilibili.Livehime.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: Bilibili.Livehime PackageVersion: 5.3.1.6740 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/5.4.0.6754/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/5.4.0.6754/Bilibili.Livehime.installer.yaml index 8dd087f2b1ab0..9a8aef24c88fc 100644 --- a/manifests/b/Bilibili/Livehime/5.4.0.6754/Bilibili.Livehime.installer.yaml +++ b/manifests/b/Bilibili/Livehime/5.4.0.6754/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.0.6754 @@ -14,4 +14,4 @@ Installers: InstallerSha256: 09B8B5B5ECAD10E30DAE377BE1DED43AF98666E2BA4BAABF78EDF258F3E1D643 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.0.6754/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/5.4.0.6754/Bilibili.Livehime.locale.en-US.yaml index b438666491a5e..8a87c97962432 100644 --- a/manifests/b/Bilibili/Livehime/5.4.0.6754/Bilibili.Livehime.locale.en-US.yaml +++ b/manifests/b/Bilibili/Livehime/5.4.0.6754/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.0.6754 @@ -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.0.6754/Bilibili.Livehime.locale.zh-CN.yaml b/manifests/b/Bilibili/Livehime/5.4.0.6754/Bilibili.Livehime.locale.zh-CN.yaml index 7c59f68831e2b..38fd33bb6fdb4 100644 --- a/manifests/b/Bilibili/Livehime/5.4.0.6754/Bilibili.Livehime.locale.zh-CN.yaml +++ b/manifests/b/Bilibili/Livehime/5.4.0.6754/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.0.6754 @@ -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.0.6754/Bilibili.Livehime.yaml b/manifests/b/Bilibili/Livehime/5.4.0.6754/Bilibili.Livehime.yaml index 1de9a2a30e882..1dcd38e65b50a 100644 --- a/manifests/b/Bilibili/Livehime/5.4.0.6754/Bilibili.Livehime.yaml +++ b/manifests/b/Bilibili/Livehime/5.4.0.6754/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.0.6754 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/5.4.1.6766/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/5.4.1.6766/Bilibili.Livehime.installer.yaml index c19588a2a7432..592efb1af8230 100644 --- a/manifests/b/Bilibili/Livehime/5.4.1.6766/Bilibili.Livehime.installer.yaml +++ b/manifests/b/Bilibili/Livehime/5.4.1.6766/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.1.6766 @@ -14,4 +14,4 @@ Installers: InstallerSha256: 4FB0130FC4E200E7B6A01A5C23370A29695E378130F001FC37DA75AED56A7DBD 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.1.6766/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/5.4.1.6766/Bilibili.Livehime.locale.en-US.yaml index 3f5d70beb4692..8853baf4f2f12 100644 --- a/manifests/b/Bilibili/Livehime/5.4.1.6766/Bilibili.Livehime.locale.en-US.yaml +++ b/manifests/b/Bilibili/Livehime/5.4.1.6766/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.1.6766 @@ -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.1.6766/Bilibili.Livehime.locale.zh-CN.yaml b/manifests/b/Bilibili/Livehime/5.4.1.6766/Bilibili.Livehime.locale.zh-CN.yaml index 43249febb7b08..01f9496c9883b 100644 --- a/manifests/b/Bilibili/Livehime/5.4.1.6766/Bilibili.Livehime.locale.zh-CN.yaml +++ b/manifests/b/Bilibili/Livehime/5.4.1.6766/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.1.6766 @@ -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.1.6766/Bilibili.Livehime.yaml b/manifests/b/Bilibili/Livehime/5.4.1.6766/Bilibili.Livehime.yaml index ec3745e9f55f1..860013de8eae1 100644 --- a/manifests/b/Bilibili/Livehime/5.4.1.6766/Bilibili.Livehime.yaml +++ b/manifests/b/Bilibili/Livehime/5.4.1.6766/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.1.6766 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.23.0.8265/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/6.23.0.8265/Bilibili.Livehime.installer.yaml new file mode 100644 index 0000000000000..9e82efb32529e --- /dev/null +++ b/manifests/b/Bilibili/Livehime/6.23.0.8265/Bilibili.Livehime.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: Bilibili.Livehime +PackageVersion: 6.23.0.8265 +InstallerType: inno +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.23.0.8265-x64.exe + InstallerSha256: 2E27BD9ED0EBCFCE03C477DC31265CAFAAFCCC621AE164D65DF7273E54085601 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/6.23.0.8265/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/6.23.0.8265/Bilibili.Livehime.locale.en-US.yaml new file mode 100644 index 0000000000000..e6c56578f541c --- /dev/null +++ b/manifests/b/Bilibili/Livehime/6.23.0.8265/Bilibili.Livehime.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: Bilibili.Livehime +PackageVersion: 6.23.0.8265 +PackageLocale: en-US +Publisher: 上海幻电信息科技有限公司 +PublisherUrl: https://live.bilibili.com +PublisherSupportUrl: https://link.bilibili.com/p/help/ +PrivacyUrl: https://www.bilibili.com/blackboard/live/mobilelink-provacypolicy.html +Author: Shanghai Magic Electric Information Technology Co., Ltd. +PackageName: 哔哩哔哩直播姬 +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. +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. +Tags: +- broadcasting +- live +- live-streaming +- livestreaming +- screencasting +- streaming +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/6.23.0.8265/Bilibili.Livehime.locale.zh-CN.yaml b/manifests/b/Bilibili/Livehime/6.23.0.8265/Bilibili.Livehime.locale.zh-CN.yaml new file mode 100644 index 0000000000000..433e8863841d3 --- /dev/null +++ b/manifests/b/Bilibili/Livehime/6.23.0.8265/Bilibili.Livehime.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: Bilibili.Livehime +PackageVersion: 6.23.0.8265 +PackageLocale: zh-CN +Publisher: 上海幻电信息科技有限公司 +PublisherUrl: https://live.bilibili.com +PublisherSupportUrl: https://link.bilibili.com/p/help/ +PrivacyUrl: https://www.bilibili.com/blackboard/live/mobilelink-provacypolicy.html +Author: 上海幻电信息科技有限公司 +PackageName: 哔哩哔哩直播姬 +PackageUrl: https://live.bilibili.com/liveHime +License: 免费软件 +LicenseUrl: https://www.bilibili.com/blackboard/live/activity-dLUnpNZEM1.html +Copyright: Copyright (C) 2024 上海幻电信息科技有限公司. All Right Reserved. +ShortDescription: 哔哩哔哩直播官方直播软件 +Description: 哔哩哔哩直播姬是哔哩哔哩独家为主播和 UP 主们打造的开播软件,集游戏、娱乐、语音开播为一体。一键即可开播,下一个直播届的超级偶像就是你~ +Tags: +- 推流 +- 直播 +ReleaseNotes: |- + 【功能】新增支持素材“滤镜”及“蒙版” + 【优化】优化主播消息模块 + 【优化】优化部分功能体验 +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/b/Bilibili/Livehime/6.23.0.8265/Bilibili.Livehime.yaml b/manifests/b/Bilibili/Livehime/6.23.0.8265/Bilibili.Livehime.yaml new file mode 100644 index 0000000000000..b04e81fd0f426 --- /dev/null +++ b/manifests/b/Bilibili/Livehime/6.23.0.8265/Bilibili.Livehime.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: Bilibili.Livehime +PackageVersion: 6.23.0.8265 +DefaultLocale: en-US +ManifestType: version +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..1b5d0d9f628b1 --- /dev/null +++ b/manifests/b/Bin-Huang/Chatbox/1.9.8/Bin-Huang.Chatbox.installer.yaml @@ -0,0 +1,38 @@ +# 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: 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: 54724026A34BEC921B4E3EBB9DE7CF45F882FCEBF6B1E78D5825BBA06183B77C + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://download.chatboxai.app/releases/Chatbox-1.9.8-Setup.exe + InstallerSha256: 54724026A34BEC921B4E3EBB9DE7CF45F882FCEBF6B1E78D5825BBA06183B77C + InstallerSwitches: + Custom: /allusers +- Architecture: arm64 + Scope: user + InstallerUrl: https://download.chatboxai.app/releases/Chatbox-1.9.8-Setup.exe + InstallerSha256: 54724026A34BEC921B4E3EBB9DE7CF45F882FCEBF6B1E78D5825BBA06183B77C + InstallerSwitches: + Custom: /currentuser +- Architecture: arm64 + Scope: machine + InstallerUrl: https://download.chatboxai.app/releases/Chatbox-1.9.8-Setup.exe + InstallerSha256: 54724026A34BEC921B4E3EBB9DE7CF45F882FCEBF6B1E78D5825BBA06183B77C + 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..a663c5b5dcf2c --- /dev/null +++ b/manifests/b/Bin-Huang/Chatbox/1.9.8/Bin-Huang.Chatbox.locale.en-US.yaml @@ -0,0 +1,26 @@ +# 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: 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..69612270310a4 --- /dev/null +++ b/manifests/b/Bin-Huang/Chatbox/1.9.8/Bin-Huang.Chatbox.locale.zh-CN.yaml @@ -0,0 +1,26 @@ +# Automatically updated by the winget bot at 2025/Feb/07 +# 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..d2e8d4d1e5834 --- /dev/null +++ b/manifests/b/Bin-Huang/Chatbox/1.9.8/Bin-Huang.Chatbox.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: 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/Blitz/Blitz/1.16.21/Blitz.Blitz.installer.yaml b/manifests/b/Blitz/Blitz/1.16.21/Blitz.Blitz.installer.yaml deleted file mode 100644 index f5c8d9af1fead..0000000000000 --- a/manifests/b/Blitz/Blitz/1.16.21/Blitz.Blitz.installer.yaml +++ /dev/null @@ -1,19 +0,0 @@ -# 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 - -PackageIdentifier: Blitz.Blitz -PackageVersion: 1.16.21 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -InstallerType: nullsoft -Scope: user -InstallModes: -- silent -UpgradeBehavior: install -Installers: -- Architecture: x86 - InstallerUrl: https://blitz-stable.blitz.gg/Blitz-1.16.21.exe - InstallerSha256: 357E2F7E9514AFC8767085298065A106AF8CDE246652FB37B0F769A7645A0203 -ManifestType: installer -ManifestVersion: 1.1.0 diff --git a/manifests/b/Blitz/Blitz/1.16.21/Blitz.Blitz.locale.en-US.yaml b/manifests/b/Blitz/Blitz/1.16.21/Blitz.Blitz.locale.en-US.yaml deleted file mode 100644 index ab34d0092d981..0000000000000 --- a/manifests/b/Blitz/Blitz/1.16.21/Blitz.Blitz.locale.en-US.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# 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 - -PackageIdentifier: Blitz.Blitz -PackageVersion: 1.16.21 -PackageLocale: en-US -Publisher: Blitz, Inc. -PublisherUrl: https://blitz.gg -PublisherSupportUrl: https://support.blitz.gg -PrivacyUrl: https://blitz.gg/privacy-policy -Author: Blitz, Inc. -PackageName: Blitz -PackageUrl: https://blitz.gg -License: Custom use license -LicenseUrl: https://www.blitz.gg/terms-of-service -Copyright: Copyright (C) Blitz, Inc. -CopyrightUrl: https://www.blitz.gg/terms-of-service -ShortDescription: Blitz App - Your personal gaming coach -# Description: -Moniker: blitz.gg -Tags: -- gaming -- league-of-legends -- legends-of-runeterra -- lol -- teamfight-tactics -- valorant -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: -ManifestType: defaultLocale -ManifestVersion: 1.1.0 diff --git a/manifests/b/Blitz/Blitz/1.16.21/Blitz.Blitz.yaml b/manifests/b/Blitz/Blitz/1.16.21/Blitz.Blitz.yaml deleted file mode 100644 index d52f0cee6427c..0000000000000 --- a/manifests/b/Blitz/Blitz/1.16.21/Blitz.Blitz.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# 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 - -PackageIdentifier: Blitz.Blitz -PackageVersion: 1.16.21 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.1.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/Blueberry/FlashBackPro/5.61.0.4843/Blueberry.FlashBackPro.installer.yaml b/manifests/b/Blueberry/FlashBackPro/5.61.0.4843/Blueberry.FlashBackPro.installer.yaml new file mode 100644 index 0000000000000..ebb5ee37ba909 --- /dev/null +++ b/manifests/b/Blueberry/FlashBackPro/5.61.0.4843/Blueberry.FlashBackPro.installer.yaml @@ -0,0 +1,17 @@ +# Automatically updated by the winget bot at 2025/Feb/10 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json + +PackageIdentifier: Blueberry.FlashBackPro +PackageVersion: 5.61.0.4843 +MinimumOSVersion: 10.0.0.0 +InstallerType: exe +InstallerSwitches: + Silent: /S + SilentWithProgress: /S +UpgradeBehavior: install +Installers: +- Architecture: x64 + InstallerUrl: https://files.bbsoftware.co.uk/bbflbk5.exe + InstallerSha256: 0400A3D22B185E0E0C3EF1B8EF74EDF08C84840CFEB12DA847F9C3EB1EBC6896 +ManifestType: installer +ManifestVersion: 1.5.0 diff --git a/manifests/b/Blueberry/FlashBackPro/5.61.0.4843/Blueberry.FlashBackPro.locale.en-US.yaml b/manifests/b/Blueberry/FlashBackPro/5.61.0.4843/Blueberry.FlashBackPro.locale.en-US.yaml new file mode 100644 index 0000000000000..a24f72642fd9f --- /dev/null +++ b/manifests/b/Blueberry/FlashBackPro/5.61.0.4843/Blueberry.FlashBackPro.locale.en-US.yaml @@ -0,0 +1,18 @@ +# Automatically updated by the winget bot at 2025/Feb/10 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json + +PackageIdentifier: Blueberry.FlashBackPro +PackageVersion: 5.61.0.4843 +PackageLocale: en-US +Publisher: Blueberry Software (UK) Ltd. +PublisherUrl: https://www.flashbackrecorder.com/ +PublisherSupportUrl: https://www.flashbackrecorder.com/support/ +PrivacyUrl: https://www.flashbackrecorder.com/privacypolicy/ +Author: Blueberry Software (UK) Ltd. +PackageName: FlashBack Pro 5 +License: Proprietary +LicenseUrl: https://www.flashbackrecorder.com/end-user-agreement/ +ShortDescription: FlashBack Pro 5 Screen Recorder and Editor for Windows +Moniker: flashbackpro +ManifestType: defaultLocale +ManifestVersion: 1.5.0 diff --git a/manifests/b/Blueberry/FlashBackPro/5.61.0.4843/Blueberry.FlashBackPro.yaml b/manifests/b/Blueberry/FlashBackPro/5.61.0.4843/Blueberry.FlashBackPro.yaml new file mode 100644 index 0000000000000..5353373bea22c --- /dev/null +++ b/manifests/b/Blueberry/FlashBackPro/5.61.0.4843/Blueberry.FlashBackPro.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2025/Feb/10 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json + +PackageIdentifier: Blueberry.FlashBackPro +PackageVersion: 5.61.0.4843 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.5.0 diff --git a/manifests/b/Borvid/HttpMasterProfessional/6.0.0/Borvid.HttpMasterProfessional.installer.yaml b/manifests/b/Borvid/HttpMasterProfessional/6.0.0/Borvid.HttpMasterProfessional.installer.yaml new file mode 100644 index 0000000000000..11fe53771a3db --- /dev/null +++ b/manifests/b/Borvid/HttpMasterProfessional/6.0.0/Borvid.HttpMasterProfessional.installer.yaml @@ -0,0 +1,12 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +PackageIdentifier: Borvid.HttpMasterProfessional +PackageVersion: 6.0.0 +MinimumOSVersion: 10.0.0.0 +InstallerType: msi +Installers: +- Architecture: neutral + InstallerUrl: https://www.httpmaster.net/downloads/httpmaster_pro_6.0.0.msi + InstallerSha256: 7c3af5e892c310a379f98e1c1f53ceb04f5f6afa14c33251db3bb4e58ee37ba7 + ProductCode: '{0D7630BA-2898-4D7D-80B3-185486B92429}' +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/b/Borvid/HttpMasterProfessional/6.0.0/Borvid.HttpMasterProfessional.locale.en-US.yaml b/manifests/b/Borvid/HttpMasterProfessional/6.0.0/Borvid.HttpMasterProfessional.locale.en-US.yaml new file mode 100644 index 0000000000000..c2ba434dcd698 --- /dev/null +++ b/manifests/b/Borvid/HttpMasterProfessional/6.0.0/Borvid.HttpMasterProfessional.locale.en-US.yaml @@ -0,0 +1,29 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +PackageIdentifier: Borvid.HttpMasterProfessional +PackageVersion: 6.0.0 +PackageLocale: en-US +Publisher: Borvid +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +Author: Borvid +PackageName: HttpMaster Professional Edition +PackageUrl: https://www.httpmaster.net +License: Proprietary +LicenseUrl: https://www.httpmaster.net/license/professional_license +# Copyright: +# CopyrightUrl: +ShortDescription: HttpMaster Professional is a professional testing tool for HTTP applications, with special focus on RESTful web services and web API applications. +# Description: +Moniker: httpmaster-professional +Tags: +- api +- http +- rest +- testing +- web-services +# Agreements: +# ReleaseNotes: +# ReleaseNotesUrl: +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/b/Borvid/HttpMasterProfessional/6.0.0/Borvid.HttpMasterProfessional.yaml b/manifests/b/Borvid/HttpMasterProfessional/6.0.0/Borvid.HttpMasterProfessional.yaml new file mode 100644 index 0000000000000..1d6fec619e254 --- /dev/null +++ b/manifests/b/Borvid/HttpMasterProfessional/6.0.0/Borvid.HttpMasterProfessional.yaml @@ -0,0 +1,6 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +PackageIdentifier: Borvid.HttpMasterProfessional +PackageVersion: 6.0.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/b/Box/BoxTools/4.27.1.1145/Box.BoxTools.installer.yaml b/manifests/b/Box/BoxTools/4.27.1.1145/Box.BoxTools.installer.yaml deleted file mode 100644 index 46dcfbb01e955..0000000000000 --- a/manifests/b/Box/BoxTools/4.27.1.1145/Box.BoxTools.installer.yaml +++ /dev/null @@ -1,14 +0,0 @@ -# Automatically updated by the winget bot at 2024/Nov/21 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json - -PackageIdentifier: Box.BoxTools -PackageVersion: 4.27.1.1145 -InstallerLocale: en-US -InstallerType: msi -Installers: -- Architecture: neutral - InstallerUrl: https://e3.boxcdn.net/box-installers/boxedit/win/currentrelease/BoxToolsInstaller-AdminInstall.msi - InstallerSha256: 74AE80B57B8687589F0B9101768D689130DEC28120DB6A25DCF8C75EF0644DFE - ProductCode: '{A1B5D4B6-C761-4B5E-9443-192D318B858F}' -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/b/Box/BoxTools/4.27.1.1145/Box.BoxTools.yaml b/manifests/b/Box/BoxTools/4.27.1.1145/Box.BoxTools.yaml deleted file mode 100644 index d4a94a2ced9f6..0000000000000 --- a/manifests/b/Box/BoxTools/4.27.1.1145/Box.BoxTools.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Automatically updated by the winget bot at 2024/Nov/21 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Box.BoxTools -PackageVersion: 4.27.1.1145 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.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.27.1.1145/Box.BoxTools.locale.en-US.yaml b/manifests/b/Box/BoxTools/4.28.0.1161/Box.BoxTools.locale.en-US.yaml similarity index 83% rename from manifests/b/Box/BoxTools/4.27.1.1145/Box.BoxTools.locale.en-US.yaml rename to manifests/b/Box/BoxTools/4.28.0.1161/Box.BoxTools.locale.en-US.yaml index 8bb5bb23ddc3a..7af4e6206009c 100644 --- a/manifests/b/Box/BoxTools/4.27.1.1145/Box.BoxTools.locale.en-US.yaml +++ b/manifests/b/Box/BoxTools/4.28.0.1161/Box.BoxTools.locale.en-US.yaml @@ -1,8 +1,8 @@ -# Automatically updated by the winget bot at 2024/Nov/21 +# 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.27.1.1145 +PackageVersion: 4.28.0.1161 PackageLocale: en-US Publisher: Box PackageName: Box Tools 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/Beta/133.1.76.55/Brave.Brave.Beta.installer.yaml b/manifests/b/Brave/Brave/Beta/133.1.76.55/Brave.Brave.Beta.installer.yaml new file mode 100644 index 0000000000000..fb757a5618eb1 --- /dev/null +++ b/manifests/b/Brave/Brave/Beta/133.1.76.55/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.55 +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.55/brave_installer-ia32.exe + InstallerSha256: 947F4E15064E0A8E36754716E9A9A00B6DBBC55B752584AC3AAB69407F89EE8F + 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.55/brave_installer-ia32.exe + InstallerSha256: 947F4E15064E0A8E36754716E9A9A00B6DBBC55B752584AC3AAB69407F89EE8F + 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.55/brave_installer-x64.exe + InstallerSha256: BF8C18BEF1B4F16A2A955298CEEBCF056005105DB7D1457E6B29EA604AE028F8 + 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.55/brave_installer-x64.exe + InstallerSha256: BF8C18BEF1B4F16A2A955298CEEBCF056005105DB7D1457E6B29EA604AE028F8 + 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.55/brave_installer-arm64.exe + InstallerSha256: D6A64B4BBA2B266BD5EC83DB4A502F798BF730A44F458378DDA5A7C98851EA67 + 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.55/brave_installer-arm64.exe + InstallerSha256: D6A64B4BBA2B266BD5EC83DB4A502F798BF730A44F458378DDA5A7C98851EA67 + 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.55/Brave.Brave.Beta.locale.en-US.yaml b/manifests/b/Brave/Brave/Beta/133.1.76.55/Brave.Brave.Beta.locale.en-US.yaml new file mode 100644 index 0000000000000..06bc0480725ee --- /dev/null +++ b/manifests/b/Brave/Brave/Beta/133.1.76.55/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.55 +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.55/Brave.Brave.Beta.locale.zh-CN.yaml b/manifests/b/Brave/Brave/Beta/133.1.76.55/Brave.Brave.Beta.locale.zh-CN.yaml new file mode 100644 index 0000000000000..b8ed6fd13bb71 --- /dev/null +++ b/manifests/b/Brave/Brave/Beta/133.1.76.55/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.55 +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.55/Brave.Brave.Beta.yaml b/manifests/b/Brave/Brave/Beta/133.1.76.55/Brave.Brave.Beta.yaml new file mode 100644 index 0000000000000..237f89087b4b9 --- /dev/null +++ b/manifests/b/Brave/Brave/Beta/133.1.76.55/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.55 +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/Brave/Brave/Nightly/133.1.77.28/Brave.Brave.Nightly.installer.yaml b/manifests/b/Brave/Brave/Nightly/133.1.77.28/Brave.Brave.Nightly.installer.yaml new file mode 100644 index 0000000000000..c42962ce9ef82 --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/133.1.77.28/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.28 +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.28/brave_installer-ia32.exe + InstallerSha256: F7A1577A1A713BDACA64AAAB862A9DFB6735004D07C2BD7A91AAA68B94AA8F14 + 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.28/brave_installer-ia32.exe + InstallerSha256: F7A1577A1A713BDACA64AAAB862A9DFB6735004D07C2BD7A91AAA68B94AA8F14 + 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.28/brave_installer-x64.exe + InstallerSha256: 22A10B1F7F9622B784B95A8A2CDF659E88AFED0FA6A25654B710D3E6D61E85BB + 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.28/brave_installer-x64.exe + InstallerSha256: 22A10B1F7F9622B784B95A8A2CDF659E88AFED0FA6A25654B710D3E6D61E85BB + 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.28/brave_installer-arm64.exe + InstallerSha256: B5F363B2FD7A2757A432C813BECD97C765EEB9E2DD49A209DF8D4927E24EFC3D + 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.28/brave_installer-arm64.exe + InstallerSha256: B5F363B2FD7A2757A432C813BECD97C765EEB9E2DD49A209DF8D4927E24EFC3D + 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.28/Brave.Brave.Nightly.locale.en-US.yaml b/manifests/b/Brave/Brave/Nightly/133.1.77.28/Brave.Brave.Nightly.locale.en-US.yaml new file mode 100644 index 0000000000000..f9093c8e12023 --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/133.1.77.28/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.28 +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.28/Brave.Brave.Nightly.locale.zh-CN.yaml b/manifests/b/Brave/Brave/Nightly/133.1.77.28/Brave.Brave.Nightly.locale.zh-CN.yaml new file mode 100644 index 0000000000000..a102ee90bfff7 --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/133.1.77.28/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.28 +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.28/Brave.Brave.Nightly.yaml b/manifests/b/Brave/Brave/Nightly/133.1.77.28/Brave.Brave.Nightly.yaml new file mode 100644 index 0000000000000..973562b488275 --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/133.1.77.28/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.28 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/b/Brave/Brave/Nightly/133.1.77.32/Brave.Brave.Nightly.installer.yaml b/manifests/b/Brave/Brave/Nightly/133.1.77.32/Brave.Brave.Nightly.installer.yaml new file mode 100644 index 0000000000000..297a0c3716296 --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/133.1.77.32/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.32 +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.32/brave_installer-ia32.exe + InstallerSha256: EBD6958766C55F9E83A328D86976D5717830BBD4BDCBA6A403A113419FC2F4C9 + 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.32/brave_installer-ia32.exe + InstallerSha256: EBD6958766C55F9E83A328D86976D5717830BBD4BDCBA6A403A113419FC2F4C9 + 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.32/brave_installer-x64.exe + InstallerSha256: F09877FF79D80880E4BDF93D785415EBA80A47239E0FCF2FD0176D265486C766 + 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.32/brave_installer-x64.exe + InstallerSha256: F09877FF79D80880E4BDF93D785415EBA80A47239E0FCF2FD0176D265486C766 + 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.32/brave_installer-arm64.exe + InstallerSha256: D9025C13C123D097E4D4852ECD23D6139A809003BC6BFE5788DE9DABA3A97D37 + 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.32/brave_installer-arm64.exe + InstallerSha256: D9025C13C123D097E4D4852ECD23D6139A809003BC6BFE5788DE9DABA3A97D37 + 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.32/Brave.Brave.Nightly.locale.en-US.yaml b/manifests/b/Brave/Brave/Nightly/133.1.77.32/Brave.Brave.Nightly.locale.en-US.yaml new file mode 100644 index 0000000000000..129de4c7ecf62 --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/133.1.77.32/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.32 +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.32/Brave.Brave.Nightly.locale.zh-CN.yaml b/manifests/b/Brave/Brave/Nightly/133.1.77.32/Brave.Brave.Nightly.locale.zh-CN.yaml new file mode 100644 index 0000000000000..617658eeb4cc4 --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/133.1.77.32/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.32 +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.32/Brave.Brave.Nightly.yaml b/manifests/b/Brave/Brave/Nightly/133.1.77.32/Brave.Brave.Nightly.yaml new file mode 100644 index 0000000000000..4a6f27af75fb2 --- /dev/null +++ b/manifests/b/Brave/Brave/Nightly/133.1.77.32/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.32 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/b/BrechtSanders/WinLibs/POSIX/MSVCRT/14.2.0-12.0.0-r3/BrechtSanders.WinLibs.POSIX.MSVCRT.installer.yaml b/manifests/b/BrechtSanders/WinLibs/POSIX/MSVCRT/14.2.0-12.0.0-r3/BrechtSanders.WinLibs.POSIX.MSVCRT.installer.yaml new file mode 100644 index 0000000000000..56187d2847a96 --- /dev/null +++ b/manifests/b/BrechtSanders/WinLibs/POSIX/MSVCRT/14.2.0-12.0.0-r3/BrechtSanders.WinLibs.POSIX.MSVCRT.installer.yaml @@ -0,0 +1,175 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: BrechtSanders.WinLibs.POSIX.MSVCRT +PackageVersion: 14.2.0-12.0.0-r3 +InstallerType: zip +NestedInstallerType: portable +Commands: +- c++ +- cmake +- g++ +- gcc +- gdb +- gfortran +- jwasm +- ld +- nasm +- yasm +ReleaseDate: 2025-02-08 +ArchiveBinariesDependOnPath: true +Installers: +- Architecture: x86 + NestedInstallerFiles: + - RelativeFilePath: mingw32\bin\addr2line.exe + - RelativeFilePath: mingw32\bin\ar.exe + - RelativeFilePath: mingw32\bin\as.exe + - RelativeFilePath: mingw32\bin\c++.exe + - RelativeFilePath: mingw32\bin\c++filt.exe + - RelativeFilePath: mingw32\bin\ccache.exe + - RelativeFilePath: mingw32\bin\cmake.exe + - RelativeFilePath: mingw32\bin\cmcldeps.exe + - RelativeFilePath: mingw32\bin\copypedeps.exe + - RelativeFilePath: mingw32\bin\cpack.exe + - RelativeFilePath: mingw32\bin\cpp.exe + - RelativeFilePath: mingw32\bin\cppcheck.exe + - RelativeFilePath: mingw32\bin\ctags.exe + - RelativeFilePath: mingw32\bin\ctest.exe + - RelativeFilePath: mingw32\bin\dlltool.exe + - RelativeFilePath: mingw32\bin\dllwrap.exe + - RelativeFilePath: mingw32\bin\dos2unix.exe + - RelativeFilePath: mingw32\bin\doxygen.exe + - RelativeFilePath: mingw32\bin\elfedit.exe + - RelativeFilePath: mingw32\bin\g++.exe + - RelativeFilePath: mingw32\bin\gcc-ar.exe + - RelativeFilePath: mingw32\bin\gcc-nm.exe + - RelativeFilePath: mingw32\bin\gcc-ranlib.exe + - RelativeFilePath: mingw32\bin\gcc.exe + - RelativeFilePath: mingw32\bin\gcov-dump.exe + - RelativeFilePath: mingw32\bin\gcov-tool.exe + - RelativeFilePath: mingw32\bin\gcov.exe + - RelativeFilePath: mingw32\bin\gdb.exe + - RelativeFilePath: mingw32\bin\gdbserver.exe + - RelativeFilePath: mingw32\bin\gendef.exe + - RelativeFilePath: mingw32\bin\genidl.exe + - RelativeFilePath: mingw32\bin\gfortran.exe + - RelativeFilePath: mingw32\bin\gprof.exe + - RelativeFilePath: mingw32\bin\i686-w64-mingw32-c++.exe + - RelativeFilePath: mingw32\bin\i686-w64-mingw32-g++.exe + - RelativeFilePath: mingw32\bin\i686-w64-mingw32-gcc-14.2.0.exe + - RelativeFilePath: mingw32\bin\i686-w64-mingw32-gcc-ar.exe + - RelativeFilePath: mingw32\bin\i686-w64-mingw32-gcc-nm.exe + - RelativeFilePath: mingw32\bin\i686-w64-mingw32-gcc-ranlib.exe + - RelativeFilePath: mingw32\bin\i686-w64-mingw32-gcc.exe + - RelativeFilePath: mingw32\bin\i686-w64-mingw32-gfortran.exe + - RelativeFilePath: mingw32\bin\iconv.exe + - RelativeFilePath: mingw32\bin\jwasm.exe + - RelativeFilePath: mingw32\bin\ld.bfd.exe + - RelativeFilePath: mingw32\bin\ld.exe + - RelativeFilePath: mingw32\bin\listpedeps.exe + - RelativeFilePath: mingw32\bin\lto-dump.exe + - RelativeFilePath: mingw32\bin\mac2unix.exe + - RelativeFilePath: mingw32\bin\mingw32-make.exe + - RelativeFilePath: mingw32\bin\nasm.exe + - RelativeFilePath: mingw32\bin\ndisasm.exe + - RelativeFilePath: mingw32\bin\ninja.exe + - RelativeFilePath: mingw32\bin\nm.exe + - RelativeFilePath: mingw32\bin\objcopy.exe + - RelativeFilePath: mingw32\bin\objdump.exe + - RelativeFilePath: mingw32\bin\optscript.exe + - RelativeFilePath: mingw32\bin\pexports.exe + - RelativeFilePath: mingw32\bin\premake5.exe + - RelativeFilePath: mingw32\bin\ranlib.exe + - RelativeFilePath: mingw32\bin\readelf.exe + - RelativeFilePath: mingw32\bin\readtags.exe + - RelativeFilePath: mingw32\bin\size.exe + - RelativeFilePath: mingw32\bin\strings.exe + - RelativeFilePath: mingw32\bin\strip.exe + - RelativeFilePath: mingw32\bin\unix2dos.exe + - RelativeFilePath: mingw32\bin\unix2mac.exe + - RelativeFilePath: mingw32\bin\vsyasm.exe + - RelativeFilePath: mingw32\bin\widl.exe + - RelativeFilePath: mingw32\bin\windmc.exe + - RelativeFilePath: mingw32\bin\windres.exe + - RelativeFilePath: mingw32\bin\yasm.exe + - RelativeFilePath: mingw32\bin\ytasm.exe + InstallerUrl: https://github.com/brechtsanders/winlibs_mingw/releases/download/14.2.0posix-19.1.7-12.0.0-msvcrt-r3/winlibs-i686-posix-dwarf-gcc-14.2.0-mingw-w64msvcrt-12.0.0-r3.zip + InstallerSha256: 255D27A47D18614B4D63C6E0F17B1BCEB03F504804E6326F6A8A8BFF0E3EC120 +- Architecture: x64 + NestedInstallerFiles: + - RelativeFilePath: mingw64\bin\addr2line.exe + - RelativeFilePath: mingw64\bin\ar.exe + - RelativeFilePath: mingw64\bin\as.exe + - RelativeFilePath: mingw64\bin\c++.exe + - RelativeFilePath: mingw64\bin\c++filt.exe + - RelativeFilePath: mingw64\bin\ccache.exe + - RelativeFilePath: mingw64\bin\cmake.exe + - RelativeFilePath: mingw64\bin\cmcldeps.exe + - RelativeFilePath: mingw64\bin\copypedeps.exe + - RelativeFilePath: mingw64\bin\cpack.exe + - RelativeFilePath: mingw64\bin\cpp.exe + - RelativeFilePath: mingw64\bin\cppcheck.exe + - RelativeFilePath: mingw64\bin\ctags.exe + - RelativeFilePath: mingw64\bin\ctest.exe + - RelativeFilePath: mingw64\bin\dlltool.exe + - RelativeFilePath: mingw64\bin\dllwrap.exe + - RelativeFilePath: mingw64\bin\dos2unix.exe + - RelativeFilePath: mingw64\bin\doxygen.exe + - RelativeFilePath: mingw64\bin\elfedit.exe + - RelativeFilePath: mingw64\bin\g++.exe + - RelativeFilePath: mingw64\bin\gcc-ar.exe + - RelativeFilePath: mingw64\bin\gcc-nm.exe + - RelativeFilePath: mingw64\bin\gcc-ranlib.exe + - RelativeFilePath: mingw64\bin\gcc.exe + - RelativeFilePath: mingw64\bin\gcov-dump.exe + - RelativeFilePath: mingw64\bin\gcov-tool.exe + - RelativeFilePath: mingw64\bin\gcov.exe + - RelativeFilePath: mingw64\bin\gdb.exe + - RelativeFilePath: mingw64\bin\gdbserver.exe + - RelativeFilePath: mingw64\bin\gendef.exe + - RelativeFilePath: mingw64\bin\genidl.exe + - RelativeFilePath: mingw64\bin\gfortran.exe + - RelativeFilePath: mingw64\bin\gprof.exe + - RelativeFilePath: mingw64\bin\iconv.exe + - RelativeFilePath: mingw64\bin\jwasm.exe + - RelativeFilePath: mingw64\bin\ld.bfd.exe + - RelativeFilePath: mingw64\bin\ld.exe + - RelativeFilePath: mingw64\bin\listpedeps.exe + - RelativeFilePath: mingw64\bin\lto-dump.exe + - RelativeFilePath: mingw64\bin\mac2unix.exe + - RelativeFilePath: mingw64\bin\mingw32-make.exe + - RelativeFilePath: mingw64\bin\nasm.exe + - RelativeFilePath: mingw64\bin\ndisasm.exe + - RelativeFilePath: mingw64\bin\ninja.exe + - RelativeFilePath: mingw64\bin\nm.exe + - RelativeFilePath: mingw64\bin\objcopy.exe + - RelativeFilePath: mingw64\bin\objdump.exe + - RelativeFilePath: mingw64\bin\optscript.exe + - RelativeFilePath: mingw64\bin\pexports.exe + - RelativeFilePath: mingw64\bin\premake5.exe + - RelativeFilePath: mingw64\bin\ranlib.exe + - RelativeFilePath: mingw64\bin\readelf.exe + - RelativeFilePath: mingw64\bin\readtags.exe + - RelativeFilePath: mingw64\bin\size.exe + - RelativeFilePath: mingw64\bin\strings.exe + - RelativeFilePath: mingw64\bin\strip.exe + - RelativeFilePath: mingw64\bin\unix2dos.exe + - RelativeFilePath: mingw64\bin\unix2mac.exe + - RelativeFilePath: mingw64\bin\vsyasm.exe + - RelativeFilePath: mingw64\bin\widl.exe + - RelativeFilePath: mingw64\bin\windmc.exe + - RelativeFilePath: mingw64\bin\windres.exe + - RelativeFilePath: mingw64\bin\x86_64-w64-mingw32-c++.exe + - RelativeFilePath: mingw64\bin\x86_64-w64-mingw32-g++.exe + - RelativeFilePath: mingw64\bin\x86_64-w64-mingw32-gcc-14.2.0.exe + - RelativeFilePath: mingw64\bin\x86_64-w64-mingw32-gcc-ar.exe + - RelativeFilePath: mingw64\bin\x86_64-w64-mingw32-gcc-nm.exe + - RelativeFilePath: mingw64\bin\x86_64-w64-mingw32-gcc-ranlib.exe + - RelativeFilePath: mingw64\bin\x86_64-w64-mingw32-gcc.exe + - RelativeFilePath: mingw64\bin\x86_64-w64-mingw32-gfortran.exe + - RelativeFilePath: mingw64\bin\yasm.exe + - RelativeFilePath: mingw64\bin\ytasm.exe + InstallerUrl: https://github.com/brechtsanders/winlibs_mingw/releases/download/14.2.0posix-19.1.7-12.0.0-msvcrt-r3/winlibs-x86_64-posix-seh-gcc-14.2.0-mingw-w64msvcrt-12.0.0-r3.zip + InstallerSha256: FF475E985A98C5F3785129BAF7460DB14FEE27708BCE35F2833DB5009507F1B9 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/b/BrechtSanders/WinLibs/POSIX/MSVCRT/14.2.0-12.0.0-r3/BrechtSanders.WinLibs.POSIX.MSVCRT.locale.en-US.yaml b/manifests/b/BrechtSanders/WinLibs/POSIX/MSVCRT/14.2.0-12.0.0-r3/BrechtSanders.WinLibs.POSIX.MSVCRT.locale.en-US.yaml new file mode 100644 index 0000000000000..63ad2cb7ce045 --- /dev/null +++ b/manifests/b/BrechtSanders/WinLibs/POSIX/MSVCRT/14.2.0-12.0.0-r3/BrechtSanders.WinLibs.POSIX.MSVCRT.locale.en-US.yaml @@ -0,0 +1,90 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: BrechtSanders.WinLibs.POSIX.MSVCRT +PackageVersion: 14.2.0-12.0.0-r3 +PackageLocale: en-US +Publisher: Brecht Sanders +PublisherUrl: https://winlibs.com/ +PublisherSupportUrl: https://github.com/brechtsanders/winlibs_mingw/issues +Author: Brecht Sanders +PackageName: WinLibs (POSIX threads, MSVCRT runtime) +PackageUrl: https://winlibs.com/ +License: Multiple licenses +LicenseUrl: https://winlibs.com/#license +ShortDescription: A standalone build of GCC and MinGW-w64 for Windows, with POSIX threading library and MSVCRT runtime library. +Description: |- + In short: it's a free C and C++ compiler for Microsoft Windows. + GCC (GNU Compiler Collection) is a free and open source compiler for C and C++ (and other languages like Objective-C, Fortran, D). + MinGW-w64 is a free and open source C library for targetting Windows 32-bit and 64-bit platforms. + The combination of these results in a free C/C++ compiler for Windows. + Even though GCC and MinGW-w64 can be used on other platforms (e.g. Linux) to generate Windows executables, the WinLibs project only focusses on building versions that run natively on Windows. + Also some additional tools are added, including: + - GDB - the GNU Project debugger + - GNU Binutils - a collection of binary tools + - GNU Make - a tool which controls the generation of executables and other non-source files + - Yasm - The Yasm Modular Assembler Project + - NASM - The Netwide Assembler + - JWasm - A free MASM-compatible assembler + - LLVM/Clang/LLD/LLDB - The LLVM Compiler Infrastructure + This is a standalone build, which means this download offers a complete compiler environment for Windows. + In the future WinLibs plans to also release binary packages of many open source libraries and applications built with this compiler. +Tags: +- assembler +- assembly +- binutils +- c +- c++ +- compiler +- cpp +- fortran +- gcc +- gdb +- gfortran +- make +- mingw +- mingw-w64 +ReleaseNotes: |- + winlibs personal build version gcc-14.2.0-llvm-19.1.7-mingw-w64msvcrt-12.0.0-r3 + This is the winlibs Intel/AMD 32-bit and 64-bit standalone build of: + - GCC 14.2.0 + - GDB 16.2 + - MinGW-w64 12.0.0 (linked with msvcrt) + - GNU Binutils 2.44 + - GNU Make 4.4.1 + - PExports 0.47 + - dos2unix 7.5.2 + - Yasm 1.3.0 + - NASM 2.16.01 + - JWasm 2.12pre + - ccache 4.10.2 + - CMake 3.31.5 + - ninja 1.12.1 + - Doxygen 1.13.2 + - pedeps 0.1.15 + - Universal Ctags 6.1.0 + - Cppcheck 2.16.0 + - Premake 5.0.0-beta4 + Downloads with llvm in the name also include: + - LLVM/Clang/LLD/LLDB 19.1.7 + Thread model: posix + Runtime library: MSVCRT + This build was compiled with GCC 14.2.0 and packaged on 2025-02-08. + Please check out https://winlibs.com/ for the latest personal build. + Available downloads: + - Files with extension .7z and .zip have the same contents. + The .7z files are smaller but require 7-Zip or PeaZip to extract. + The .zip files are larger but Windows can extract this file without additional tools. + - The i686 download is the Windows Intel/AMD 32-bit version, which runs natively on and compiles for Windows 32-bit (also runs on Windows 64-bit in 32-bit mode). + The x86_64 download is the Windows Intel/AMD 64-bit version, which runs natively on and compiles for Windows 64-bit. + - The .sha256 and .sha512 files are checksum files for validating the download. + Changes: + - GNU Binutils 2.44 + - GDB 16.2 + - CMake 3.31.5 + - Doxygen 1.13.2 + - added Premake5 (5.0.0-beta4) + - LLVM/Clang/LLD/LLDB 19.1.7 +ReleaseNotesUrl: https://github.com/brechtsanders/winlibs_mingw/releases/tag/14.2.0posix-19.1.7-12.0.0-msvcrt-r3 +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/b/BrechtSanders/WinLibs/POSIX/MSVCRT/14.2.0-12.0.0-r3/BrechtSanders.WinLibs.POSIX.MSVCRT.locale.zh-CN.yaml b/manifests/b/BrechtSanders/WinLibs/POSIX/MSVCRT/14.2.0-12.0.0-r3/BrechtSanders.WinLibs.POSIX.MSVCRT.locale.zh-CN.yaml new file mode 100644 index 0000000000000..930d9fc7627ed --- /dev/null +++ b/manifests/b/BrechtSanders/WinLibs/POSIX/MSVCRT/14.2.0-12.0.0-r3/BrechtSanders.WinLibs.POSIX.MSVCRT.locale.zh-CN.yaml @@ -0,0 +1,43 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: BrechtSanders.WinLibs.POSIX.MSVCRT +PackageVersion: 14.2.0-12.0.0-r3 +PackageLocale: zh-CN +PackageName: WinLibs (POSIX 线程库, MSVCRT 运行时库) +License: 多个许可证 +ShortDescription: 适用于 Windows 的 GCC 和 MinGW-w64 独立构建,包含 POSIX 线程库和 MSVCRT 运行时库。 +Description: |- + 简而言之:它是一款适用于 Microsoft Windows 的自由/免费 C 和 C++ 编译器。 + GCC(GNU Compiler Collection)是一款自由/免费、开源的 C 和 C++(以及 Objective-C、Fortran、D 等其它语言)编译器。 + MinGW-w64 是一个针对 Windows 32 位和 64 位平台的自由/免费开源 C 库。 + 将两者结合在一起,就能为 Windows 提供免费的 C/C++ 编译器。 + 尽管 GCC 和 MinGW-w64 可用于在其它平台(如 Linux)生成 Windows 可执行文件,但 WinLibs 项目只专注于构建可在 Windows 上原生运行的版本。 + 此外,还添加了一些额外的工具,包括 + - GDB - GNU 项目调试器 + - GNU Binutils - 二进制工具集合 + - GNU Make - 控制可执行文件和其它非源文件生成的工具 + - Yasm - Yasm 模块化汇编器项目 + - NASM - Netwide 汇编器 + - JWasm - 与 MASM 兼容的免费汇编器 + - LLVM/Clang/LLD/LLDB - LLVM 编译器基础架构 + 这是一个独立构建,提供了一个完整的 Windows 编译器环境。 + 今后,WinLibs 还计划发布使用该编译器构建的众多开源库和应用程序的二进制包。 +Tags: +- binutils +- c +- c++ +- cpp +- fortran +- gcc +- gdb +- gfortran +- make +- mingw +- mingw-w64 +- 汇编 +- 汇编器 +- 编译器 +ReleaseNotesUrl: https://github.com/brechtsanders/winlibs_mingw/releases/tag/14.2.0posix-19.1.7-12.0.0-msvcrt-r3 +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/b/BrechtSanders/WinLibs/POSIX/MSVCRT/14.2.0-12.0.0-r3/BrechtSanders.WinLibs.POSIX.MSVCRT.yaml b/manifests/b/BrechtSanders/WinLibs/POSIX/MSVCRT/14.2.0-12.0.0-r3/BrechtSanders.WinLibs.POSIX.MSVCRT.yaml new file mode 100644 index 0000000000000..17053b48929db --- /dev/null +++ b/manifests/b/BrechtSanders/WinLibs/POSIX/MSVCRT/14.2.0-12.0.0-r3/BrechtSanders.WinLibs.POSIX.MSVCRT.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: BrechtSanders.WinLibs.POSIX.MSVCRT +PackageVersion: 14.2.0-12.0.0-r3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/b/BrechtSanders/WinLibs/POSIX/MSVCRT/LLVM/14.2.0-19.1.7-12.0.0-r3/BrechtSanders.WinLibs.POSIX.MSVCRT.LLVM.installer.yaml b/manifests/b/BrechtSanders/WinLibs/POSIX/MSVCRT/LLVM/14.2.0-19.1.7-12.0.0-r3/BrechtSanders.WinLibs.POSIX.MSVCRT.LLVM.installer.yaml new file mode 100644 index 0000000000000..89ebad9ad1555 --- /dev/null +++ b/manifests/b/BrechtSanders/WinLibs/POSIX/MSVCRT/LLVM/14.2.0-19.1.7-12.0.0-r3/BrechtSanders.WinLibs.POSIX.MSVCRT.LLVM.installer.yaml @@ -0,0 +1,443 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: BrechtSanders.WinLibs.POSIX.MSVCRT.LLVM +PackageVersion: 14.2.0-19.1.7-12.0.0-r3 +InstallerType: zip +NestedInstallerType: portable +Commands: +- c++ +- clang +- clang-format +- clang-tidy +- clangd +- cmake +- g++ +- gcc +- gdb +- gfortran +- jwasm +- ld +- lld +- lldb +- nasm +- yasm +ReleaseDate: 2025-02-08 +ArchiveBinariesDependOnPath: true +Installers: +- Architecture: x86 + NestedInstallerFiles: + - RelativeFilePath: mingw32\bin\addr2line.exe + - RelativeFilePath: mingw32\bin\amdgpu-arch.exe + - RelativeFilePath: mingw32\bin\ar.exe + - RelativeFilePath: mingw32\bin\as.exe + - RelativeFilePath: mingw32\bin\bugpoint.exe + - RelativeFilePath: mingw32\bin\c++.exe + - RelativeFilePath: mingw32\bin\c++filt.exe + - RelativeFilePath: mingw32\bin\ccache.exe + - RelativeFilePath: mingw32\bin\clang++.exe + - RelativeFilePath: mingw32\bin\clang-apply-replacements.exe + - RelativeFilePath: mingw32\bin\clang-change-namespace.exe + - RelativeFilePath: mingw32\bin\clang-check.exe + - RelativeFilePath: mingw32\bin\clang-cl.exe + - RelativeFilePath: mingw32\bin\clang-cpp.exe + - RelativeFilePath: mingw32\bin\clang-doc.exe + - RelativeFilePath: mingw32\bin\clang-extdef-mapping.exe + - RelativeFilePath: mingw32\bin\clang-format.exe + - RelativeFilePath: mingw32\bin\clang-include-cleaner.exe + - RelativeFilePath: mingw32\bin\clang-include-fixer.exe + - RelativeFilePath: mingw32\bin\clang-installapi.exe + - RelativeFilePath: mingw32\bin\clang-linker-wrapper.exe + - RelativeFilePath: mingw32\bin\clang-move.exe + - RelativeFilePath: mingw32\bin\clang-nvlink-wrapper.exe + - RelativeFilePath: mingw32\bin\clang-offload-bundler.exe + - RelativeFilePath: mingw32\bin\clang-offload-packager.exe + - RelativeFilePath: mingw32\bin\clang-pseudo.exe + - RelativeFilePath: mingw32\bin\clang-query.exe + - RelativeFilePath: mingw32\bin\clang-refactor.exe + - RelativeFilePath: mingw32\bin\clang-rename.exe + - RelativeFilePath: mingw32\bin\clang-reorder-fields.exe + - RelativeFilePath: mingw32\bin\clang-repl.exe + - RelativeFilePath: mingw32\bin\clang-scan-deps.exe + - RelativeFilePath: mingw32\bin\clang-tblgen.exe + - RelativeFilePath: mingw32\bin\clang-tidy.exe + - RelativeFilePath: mingw32\bin\clang.exe + - RelativeFilePath: mingw32\bin\clangd.exe + - RelativeFilePath: mingw32\bin\cmake.exe + - RelativeFilePath: mingw32\bin\cmcldeps.exe + - RelativeFilePath: mingw32\bin\copypedeps.exe + - RelativeFilePath: mingw32\bin\count.exe + - RelativeFilePath: mingw32\bin\cpack.exe + - RelativeFilePath: mingw32\bin\cpp.exe + - RelativeFilePath: mingw32\bin\cppcheck.exe + - RelativeFilePath: mingw32\bin\ctags.exe + - RelativeFilePath: mingw32\bin\ctest.exe + - RelativeFilePath: mingw32\bin\diagtool.exe + - RelativeFilePath: mingw32\bin\dlltool.exe + - RelativeFilePath: mingw32\bin\dllwrap.exe + - RelativeFilePath: mingw32\bin\dos2unix.exe + - RelativeFilePath: mingw32\bin\doxygen.exe + - RelativeFilePath: mingw32\bin\dsymutil.exe + - RelativeFilePath: mingw32\bin\elfedit.exe + - RelativeFilePath: mingw32\bin\FileCheck.exe + - RelativeFilePath: mingw32\bin\find-all-symbols.exe + - RelativeFilePath: mingw32\bin\g++.exe + - RelativeFilePath: mingw32\bin\gcc-ar.exe + - RelativeFilePath: mingw32\bin\gcc-nm.exe + - RelativeFilePath: mingw32\bin\gcc-ranlib.exe + - RelativeFilePath: mingw32\bin\gcc.exe + - RelativeFilePath: mingw32\bin\gcov-dump.exe + - RelativeFilePath: mingw32\bin\gcov-tool.exe + - RelativeFilePath: mingw32\bin\gcov.exe + - RelativeFilePath: mingw32\bin\gdb.exe + - RelativeFilePath: mingw32\bin\gdbserver.exe + - RelativeFilePath: mingw32\bin\gendef.exe + - RelativeFilePath: mingw32\bin\genidl.exe + - RelativeFilePath: mingw32\bin\gfortran.exe + - RelativeFilePath: mingw32\bin\gprof.exe + - RelativeFilePath: mingw32\bin\i686-w64-mingw32-c++.exe + - RelativeFilePath: mingw32\bin\i686-w64-mingw32-g++.exe + - RelativeFilePath: mingw32\bin\i686-w64-mingw32-gcc-14.2.0.exe + - RelativeFilePath: mingw32\bin\i686-w64-mingw32-gcc-ar.exe + - RelativeFilePath: mingw32\bin\i686-w64-mingw32-gcc-nm.exe + - RelativeFilePath: mingw32\bin\i686-w64-mingw32-gcc-ranlib.exe + - RelativeFilePath: mingw32\bin\i686-w64-mingw32-gcc.exe + - RelativeFilePath: mingw32\bin\i686-w64-mingw32-gfortran.exe + - RelativeFilePath: mingw32\bin\iconv.exe + - RelativeFilePath: mingw32\bin\jwasm.exe + - RelativeFilePath: mingw32\bin\ld.bfd.exe + - RelativeFilePath: mingw32\bin\ld.exe + - RelativeFilePath: mingw32\bin\ld.lld.exe + - RelativeFilePath: mingw32\bin\ld64.lld.exe + - RelativeFilePath: mingw32\bin\listpedeps.exe + - RelativeFilePath: mingw32\bin\llc.exe + - RelativeFilePath: mingw32\bin\lld-link.exe + - RelativeFilePath: mingw32\bin\lld.exe + - RelativeFilePath: mingw32\bin\lldb-argdumper.exe + - RelativeFilePath: mingw32\bin\lldb-dap.exe + - RelativeFilePath: mingw32\bin\lldb-mi.exe + - RelativeFilePath: mingw32\bin\lldb-server.exe + - RelativeFilePath: mingw32\bin\lldb.exe + - RelativeFilePath: mingw32\bin\lli-child-target.exe + - RelativeFilePath: mingw32\bin\lli.exe + - RelativeFilePath: mingw32\bin\llvm-addr2line.exe + - RelativeFilePath: mingw32\bin\llvm-ar.exe + - RelativeFilePath: mingw32\bin\llvm-as.exe + - RelativeFilePath: mingw32\bin\llvm-bcanalyzer.exe + - RelativeFilePath: mingw32\bin\llvm-bitcode-strip.exe + - RelativeFilePath: mingw32\bin\llvm-cat.exe + - RelativeFilePath: mingw32\bin\llvm-cfi-verify.exe + - RelativeFilePath: mingw32\bin\llvm-config.exe + - RelativeFilePath: mingw32\bin\llvm-cov.exe + - RelativeFilePath: mingw32\bin\llvm-cvtres.exe + - RelativeFilePath: mingw32\bin\llvm-cxxdump.exe + - RelativeFilePath: mingw32\bin\llvm-cxxfilt.exe + - RelativeFilePath: mingw32\bin\llvm-cxxmap.exe + - RelativeFilePath: mingw32\bin\llvm-debuginfo-analyzer.exe + - RelativeFilePath: mingw32\bin\llvm-debuginfod-find.exe + - RelativeFilePath: mingw32\bin\llvm-debuginfod.exe + - RelativeFilePath: mingw32\bin\llvm-diff.exe + - RelativeFilePath: mingw32\bin\llvm-dis.exe + - RelativeFilePath: mingw32\bin\llvm-dlltool.exe + - RelativeFilePath: mingw32\bin\llvm-dwarfdump.exe + - RelativeFilePath: mingw32\bin\llvm-dwarfutil.exe + - RelativeFilePath: mingw32\bin\llvm-dwp.exe + - RelativeFilePath: mingw32\bin\llvm-exegesis.exe + - RelativeFilePath: mingw32\bin\llvm-extract.exe + - RelativeFilePath: mingw32\bin\llvm-gsymutil.exe + - RelativeFilePath: mingw32\bin\llvm-ifs.exe + - RelativeFilePath: mingw32\bin\llvm-install-name-tool.exe + - RelativeFilePath: mingw32\bin\llvm-jitlink-executor.exe + - RelativeFilePath: mingw32\bin\llvm-jitlink.exe + - RelativeFilePath: mingw32\bin\llvm-lib.exe + - RelativeFilePath: mingw32\bin\llvm-libtool-darwin.exe + - RelativeFilePath: mingw32\bin\llvm-link.exe + - RelativeFilePath: mingw32\bin\llvm-lipo.exe + - RelativeFilePath: mingw32\bin\llvm-lto.exe + - RelativeFilePath: mingw32\bin\llvm-lto2.exe + - RelativeFilePath: mingw32\bin\llvm-mc.exe + - RelativeFilePath: mingw32\bin\llvm-mca.exe + - RelativeFilePath: mingw32\bin\llvm-ml.exe + - RelativeFilePath: mingw32\bin\llvm-modextract.exe + - RelativeFilePath: mingw32\bin\llvm-mt.exe + - RelativeFilePath: mingw32\bin\llvm-nm.exe + - RelativeFilePath: mingw32\bin\llvm-objcopy.exe + - RelativeFilePath: mingw32\bin\llvm-objdump.exe + - RelativeFilePath: mingw32\bin\llvm-opt-report.exe + - RelativeFilePath: mingw32\bin\llvm-otool.exe + - RelativeFilePath: mingw32\bin\llvm-pdbutil.exe + - RelativeFilePath: mingw32\bin\llvm-PerfectShuffle.exe + - RelativeFilePath: mingw32\bin\llvm-profdata.exe + - RelativeFilePath: mingw32\bin\llvm-profgen.exe + - RelativeFilePath: mingw32\bin\llvm-ranlib.exe + - RelativeFilePath: mingw32\bin\llvm-rc.exe + - RelativeFilePath: mingw32\bin\llvm-readelf.exe + - RelativeFilePath: mingw32\bin\llvm-readobj.exe + - RelativeFilePath: mingw32\bin\llvm-readtapi.exe + - RelativeFilePath: mingw32\bin\llvm-reduce.exe + - RelativeFilePath: mingw32\bin\llvm-remarkutil.exe + - RelativeFilePath: mingw32\bin\llvm-rtdyld.exe + - RelativeFilePath: mingw32\bin\llvm-sim.exe + - RelativeFilePath: mingw32\bin\llvm-size.exe + - RelativeFilePath: mingw32\bin\llvm-split.exe + - RelativeFilePath: mingw32\bin\llvm-stress.exe + - RelativeFilePath: mingw32\bin\llvm-strings.exe + - RelativeFilePath: mingw32\bin\llvm-strip.exe + - RelativeFilePath: mingw32\bin\llvm-symbolizer.exe + - RelativeFilePath: mingw32\bin\llvm-tblgen.exe + - RelativeFilePath: mingw32\bin\llvm-tli-checker.exe + - RelativeFilePath: mingw32\bin\llvm-undname.exe + - RelativeFilePath: mingw32\bin\llvm-windres.exe + - RelativeFilePath: mingw32\bin\llvm-xray.exe + - RelativeFilePath: mingw32\bin\lto-dump.exe + - RelativeFilePath: mingw32\bin\mac2unix.exe + - RelativeFilePath: mingw32\bin\mingw32-make.exe + - RelativeFilePath: mingw32\bin\modularize.exe + - RelativeFilePath: mingw32\bin\nasm.exe + - RelativeFilePath: mingw32\bin\ndisasm.exe + - RelativeFilePath: mingw32\bin\ninja.exe + - RelativeFilePath: mingw32\bin\nm.exe + - RelativeFilePath: mingw32\bin\not.exe + - RelativeFilePath: mingw32\bin\nvptx-arch.exe + - RelativeFilePath: mingw32\bin\obj2yaml.exe + - RelativeFilePath: mingw32\bin\objcopy.exe + - RelativeFilePath: mingw32\bin\objdump.exe + - RelativeFilePath: mingw32\bin\opt.exe + - RelativeFilePath: mingw32\bin\optscript.exe + - RelativeFilePath: mingw32\bin\pexports.exe + - RelativeFilePath: mingw32\bin\pp-trace.exe + - RelativeFilePath: mingw32\bin\premake5.exe + - RelativeFilePath: mingw32\bin\ranlib.exe + - RelativeFilePath: mingw32\bin\readelf.exe + - RelativeFilePath: mingw32\bin\readtags.exe + - RelativeFilePath: mingw32\bin\reduce-chunk-list.exe + - RelativeFilePath: mingw32\bin\sancov.exe + - RelativeFilePath: mingw32\bin\sanstats.exe + - RelativeFilePath: mingw32\bin\size.exe + - RelativeFilePath: mingw32\bin\split-file.exe + - RelativeFilePath: mingw32\bin\strings.exe + - RelativeFilePath: mingw32\bin\strip.exe + - RelativeFilePath: mingw32\bin\UnicodeNameMappingGenerator.exe + - RelativeFilePath: mingw32\bin\unix2dos.exe + - RelativeFilePath: mingw32\bin\unix2mac.exe + - RelativeFilePath: mingw32\bin\verify-uselistorder.exe + - RelativeFilePath: mingw32\bin\vsyasm.exe + - RelativeFilePath: mingw32\bin\wasm-ld.exe + - RelativeFilePath: mingw32\bin\widl.exe + - RelativeFilePath: mingw32\bin\windmc.exe + - RelativeFilePath: mingw32\bin\windres.exe + - RelativeFilePath: mingw32\bin\yaml-bench.exe + - RelativeFilePath: mingw32\bin\yaml2obj.exe + - RelativeFilePath: mingw32\bin\yasm.exe + - RelativeFilePath: mingw32\bin\ytasm.exe + InstallerUrl: https://github.com/brechtsanders/winlibs_mingw/releases/download/14.2.0posix-19.1.7-12.0.0-msvcrt-r3/winlibs-i686-posix-dwarf-gcc-14.2.0-llvm-19.1.7-mingw-w64msvcrt-12.0.0-r3.zip + InstallerSha256: A60A63B5DCAA74D35EE67FC312CD855AF49E2C0F178E5190E806052900575995 +- Architecture: x64 + NestedInstallerFiles: + - RelativeFilePath: mingw64\bin\addr2line.exe + - RelativeFilePath: mingw64\bin\amdgpu-arch.exe + - RelativeFilePath: mingw64\bin\ar.exe + - RelativeFilePath: mingw64\bin\as.exe + - RelativeFilePath: mingw64\bin\bugpoint.exe + - RelativeFilePath: mingw64\bin\c++.exe + - RelativeFilePath: mingw64\bin\c++filt.exe + - RelativeFilePath: mingw64\bin\ccache.exe + - RelativeFilePath: mingw64\bin\clang++.exe + - RelativeFilePath: mingw64\bin\clang-apply-replacements.exe + - RelativeFilePath: mingw64\bin\clang-change-namespace.exe + - RelativeFilePath: mingw64\bin\clang-check.exe + - RelativeFilePath: mingw64\bin\clang-cl.exe + - RelativeFilePath: mingw64\bin\clang-cpp.exe + - RelativeFilePath: mingw64\bin\clang-doc.exe + - RelativeFilePath: mingw64\bin\clang-extdef-mapping.exe + - RelativeFilePath: mingw64\bin\clang-format.exe + - RelativeFilePath: mingw64\bin\clang-include-cleaner.exe + - RelativeFilePath: mingw64\bin\clang-include-fixer.exe + - RelativeFilePath: mingw64\bin\clang-installapi.exe + - RelativeFilePath: mingw64\bin\clang-linker-wrapper.exe + - RelativeFilePath: mingw64\bin\clang-move.exe + - RelativeFilePath: mingw64\bin\clang-nvlink-wrapper.exe + - RelativeFilePath: mingw64\bin\clang-offload-bundler.exe + - RelativeFilePath: mingw64\bin\clang-offload-packager.exe + - RelativeFilePath: mingw64\bin\clang-pseudo.exe + - RelativeFilePath: mingw64\bin\clang-query.exe + - RelativeFilePath: mingw64\bin\clang-refactor.exe + - RelativeFilePath: mingw64\bin\clang-rename.exe + - RelativeFilePath: mingw64\bin\clang-reorder-fields.exe + - RelativeFilePath: mingw64\bin\clang-repl.exe + - RelativeFilePath: mingw64\bin\clang-scan-deps.exe + - RelativeFilePath: mingw64\bin\clang-tblgen.exe + - RelativeFilePath: mingw64\bin\clang-tidy.exe + - RelativeFilePath: mingw64\bin\clang.exe + - RelativeFilePath: mingw64\bin\clangd.exe + - RelativeFilePath: mingw64\bin\cmake.exe + - RelativeFilePath: mingw64\bin\cmcldeps.exe + - RelativeFilePath: mingw64\bin\copypedeps.exe + - RelativeFilePath: mingw64\bin\count.exe + - RelativeFilePath: mingw64\bin\cpack.exe + - RelativeFilePath: mingw64\bin\cpp.exe + - RelativeFilePath: mingw64\bin\cppcheck.exe + - RelativeFilePath: mingw64\bin\ctags.exe + - RelativeFilePath: mingw64\bin\ctest.exe + - RelativeFilePath: mingw64\bin\diagtool.exe + - RelativeFilePath: mingw64\bin\dlltool.exe + - RelativeFilePath: mingw64\bin\dllwrap.exe + - RelativeFilePath: mingw64\bin\dos2unix.exe + - RelativeFilePath: mingw64\bin\doxygen.exe + - RelativeFilePath: mingw64\bin\dsymutil.exe + - RelativeFilePath: mingw64\bin\elfedit.exe + - RelativeFilePath: mingw64\bin\FileCheck.exe + - RelativeFilePath: mingw64\bin\find-all-symbols.exe + - RelativeFilePath: mingw64\bin\g++.exe + - RelativeFilePath: mingw64\bin\gcc-ar.exe + - RelativeFilePath: mingw64\bin\gcc-nm.exe + - RelativeFilePath: mingw64\bin\gcc-ranlib.exe + - RelativeFilePath: mingw64\bin\gcc.exe + - RelativeFilePath: mingw64\bin\gcov-dump.exe + - RelativeFilePath: mingw64\bin\gcov-tool.exe + - RelativeFilePath: mingw64\bin\gcov.exe + - RelativeFilePath: mingw64\bin\gdb.exe + - RelativeFilePath: mingw64\bin\gdbserver.exe + - RelativeFilePath: mingw64\bin\gendef.exe + - RelativeFilePath: mingw64\bin\genidl.exe + - RelativeFilePath: mingw64\bin\gfortran.exe + - RelativeFilePath: mingw64\bin\gprof.exe + - RelativeFilePath: mingw64\bin\iconv.exe + - RelativeFilePath: mingw64\bin\jwasm.exe + - RelativeFilePath: mingw64\bin\ld.bfd.exe + - RelativeFilePath: mingw64\bin\ld.exe + - RelativeFilePath: mingw64\bin\ld.lld.exe + - RelativeFilePath: mingw64\bin\ld64.lld.exe + - RelativeFilePath: mingw64\bin\listpedeps.exe + - RelativeFilePath: mingw64\bin\llc.exe + - RelativeFilePath: mingw64\bin\lld-link.exe + - RelativeFilePath: mingw64\bin\lld.exe + - RelativeFilePath: mingw64\bin\lldb-argdumper.exe + - RelativeFilePath: mingw64\bin\lldb-dap.exe + - RelativeFilePath: mingw64\bin\lldb-mi.exe + - RelativeFilePath: mingw64\bin\lldb-server.exe + - RelativeFilePath: mingw64\bin\lldb.exe + - RelativeFilePath: mingw64\bin\lli-child-target.exe + - RelativeFilePath: mingw64\bin\lli.exe + - RelativeFilePath: mingw64\bin\llvm-addr2line.exe + - RelativeFilePath: mingw64\bin\llvm-ar.exe + - RelativeFilePath: mingw64\bin\llvm-as.exe + - RelativeFilePath: mingw64\bin\llvm-bcanalyzer.exe + - RelativeFilePath: mingw64\bin\llvm-bitcode-strip.exe + - RelativeFilePath: mingw64\bin\llvm-cat.exe + - RelativeFilePath: mingw64\bin\llvm-cfi-verify.exe + - RelativeFilePath: mingw64\bin\llvm-config.exe + - RelativeFilePath: mingw64\bin\llvm-cov.exe + - RelativeFilePath: mingw64\bin\llvm-cvtres.exe + - RelativeFilePath: mingw64\bin\llvm-cxxdump.exe + - RelativeFilePath: mingw64\bin\llvm-cxxfilt.exe + - RelativeFilePath: mingw64\bin\llvm-cxxmap.exe + - RelativeFilePath: mingw64\bin\llvm-debuginfo-analyzer.exe + - RelativeFilePath: mingw64\bin\llvm-debuginfod-find.exe + - RelativeFilePath: mingw64\bin\llvm-debuginfod.exe + - RelativeFilePath: mingw64\bin\llvm-diff.exe + - RelativeFilePath: mingw64\bin\llvm-dis.exe + - RelativeFilePath: mingw64\bin\llvm-dlltool.exe + - RelativeFilePath: mingw64\bin\llvm-dwarfdump.exe + - RelativeFilePath: mingw64\bin\llvm-dwarfutil.exe + - RelativeFilePath: mingw64\bin\llvm-dwp.exe + - RelativeFilePath: mingw64\bin\llvm-exegesis.exe + - RelativeFilePath: mingw64\bin\llvm-extract.exe + - RelativeFilePath: mingw64\bin\llvm-gsymutil.exe + - RelativeFilePath: mingw64\bin\llvm-ifs.exe + - RelativeFilePath: mingw64\bin\llvm-install-name-tool.exe + - RelativeFilePath: mingw64\bin\llvm-jitlink-executor.exe + - RelativeFilePath: mingw64\bin\llvm-jitlink.exe + - RelativeFilePath: mingw64\bin\llvm-lib.exe + - RelativeFilePath: mingw64\bin\llvm-libtool-darwin.exe + - RelativeFilePath: mingw64\bin\llvm-link.exe + - RelativeFilePath: mingw64\bin\llvm-lipo.exe + - RelativeFilePath: mingw64\bin\llvm-lto.exe + - RelativeFilePath: mingw64\bin\llvm-lto2.exe + - RelativeFilePath: mingw64\bin\llvm-mc.exe + - RelativeFilePath: mingw64\bin\llvm-mca.exe + - RelativeFilePath: mingw64\bin\llvm-ml.exe + - RelativeFilePath: mingw64\bin\llvm-modextract.exe + - RelativeFilePath: mingw64\bin\llvm-mt.exe + - RelativeFilePath: mingw64\bin\llvm-nm.exe + - RelativeFilePath: mingw64\bin\llvm-objcopy.exe + - RelativeFilePath: mingw64\bin\llvm-objdump.exe + - RelativeFilePath: mingw64\bin\llvm-opt-report.exe + - RelativeFilePath: mingw64\bin\llvm-otool.exe + - RelativeFilePath: mingw64\bin\llvm-pdbutil.exe + - RelativeFilePath: mingw64\bin\llvm-PerfectShuffle.exe + - RelativeFilePath: mingw64\bin\llvm-profdata.exe + - RelativeFilePath: mingw64\bin\llvm-profgen.exe + - RelativeFilePath: mingw64\bin\llvm-ranlib.exe + - RelativeFilePath: mingw64\bin\llvm-rc.exe + - RelativeFilePath: mingw64\bin\llvm-readelf.exe + - RelativeFilePath: mingw64\bin\llvm-readobj.exe + - RelativeFilePath: mingw64\bin\llvm-readtapi.exe + - RelativeFilePath: mingw64\bin\llvm-reduce.exe + - RelativeFilePath: mingw64\bin\llvm-remarkutil.exe + - RelativeFilePath: mingw64\bin\llvm-rtdyld.exe + - RelativeFilePath: mingw64\bin\llvm-sim.exe + - RelativeFilePath: mingw64\bin\llvm-size.exe + - RelativeFilePath: mingw64\bin\llvm-split.exe + - RelativeFilePath: mingw64\bin\llvm-stress.exe + - RelativeFilePath: mingw64\bin\llvm-strings.exe + - RelativeFilePath: mingw64\bin\llvm-strip.exe + - RelativeFilePath: mingw64\bin\llvm-symbolizer.exe + - RelativeFilePath: mingw64\bin\llvm-tblgen.exe + - RelativeFilePath: mingw64\bin\llvm-tli-checker.exe + - RelativeFilePath: mingw64\bin\llvm-undname.exe + - RelativeFilePath: mingw64\bin\llvm-windres.exe + - RelativeFilePath: mingw64\bin\llvm-xray.exe + - RelativeFilePath: mingw64\bin\lto-dump.exe + - RelativeFilePath: mingw64\bin\mac2unix.exe + - RelativeFilePath: mingw64\bin\mingw32-make.exe + - RelativeFilePath: mingw64\bin\modularize.exe + - RelativeFilePath: mingw64\bin\nasm.exe + - RelativeFilePath: mingw64\bin\ndisasm.exe + - RelativeFilePath: mingw64\bin\ninja.exe + - RelativeFilePath: mingw64\bin\nm.exe + - RelativeFilePath: mingw64\bin\not.exe + - RelativeFilePath: mingw64\bin\nvptx-arch.exe + - RelativeFilePath: mingw64\bin\obj2yaml.exe + - RelativeFilePath: mingw64\bin\objcopy.exe + - RelativeFilePath: mingw64\bin\objdump.exe + - RelativeFilePath: mingw64\bin\opt.exe + - RelativeFilePath: mingw64\bin\optscript.exe + - RelativeFilePath: mingw64\bin\pexports.exe + - RelativeFilePath: mingw64\bin\pp-trace.exe + - RelativeFilePath: mingw64\bin\premake5.exe + - RelativeFilePath: mingw64\bin\ranlib.exe + - RelativeFilePath: mingw64\bin\readelf.exe + - RelativeFilePath: mingw64\bin\readtags.exe + - RelativeFilePath: mingw64\bin\reduce-chunk-list.exe + - RelativeFilePath: mingw64\bin\sancov.exe + - RelativeFilePath: mingw64\bin\sanstats.exe + - RelativeFilePath: mingw64\bin\size.exe + - RelativeFilePath: mingw64\bin\split-file.exe + - RelativeFilePath: mingw64\bin\strings.exe + - RelativeFilePath: mingw64\bin\strip.exe + - RelativeFilePath: mingw64\bin\UnicodeNameMappingGenerator.exe + - RelativeFilePath: mingw64\bin\unix2dos.exe + - RelativeFilePath: mingw64\bin\unix2mac.exe + - RelativeFilePath: mingw64\bin\verify-uselistorder.exe + - RelativeFilePath: mingw64\bin\vsyasm.exe + - RelativeFilePath: mingw64\bin\wasm-ld.exe + - RelativeFilePath: mingw64\bin\widl.exe + - RelativeFilePath: mingw64\bin\windmc.exe + - RelativeFilePath: mingw64\bin\windres.exe + - RelativeFilePath: mingw64\bin\x86_64-w64-mingw32-c++.exe + - RelativeFilePath: mingw64\bin\x86_64-w64-mingw32-g++.exe + - RelativeFilePath: mingw64\bin\x86_64-w64-mingw32-gcc-14.2.0.exe + - RelativeFilePath: mingw64\bin\x86_64-w64-mingw32-gcc-ar.exe + - RelativeFilePath: mingw64\bin\x86_64-w64-mingw32-gcc-nm.exe + - RelativeFilePath: mingw64\bin\x86_64-w64-mingw32-gcc-ranlib.exe + - RelativeFilePath: mingw64\bin\x86_64-w64-mingw32-gcc.exe + - RelativeFilePath: mingw64\bin\x86_64-w64-mingw32-gfortran.exe + - RelativeFilePath: mingw64\bin\yaml-bench.exe + - RelativeFilePath: mingw64\bin\yaml2obj.exe + - RelativeFilePath: mingw64\bin\yasm.exe + - RelativeFilePath: mingw64\bin\ytasm.exe + InstallerUrl: https://github.com/brechtsanders/winlibs_mingw/releases/download/14.2.0posix-19.1.7-12.0.0-msvcrt-r3/winlibs-x86_64-posix-seh-gcc-14.2.0-llvm-19.1.7-mingw-w64msvcrt-12.0.0-r3.zip + InstallerSha256: 5937A482247BEBC2ECA8C0B93FA43DDB17D94968ADFFF3F2E0C63C94608EE76B +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/b/BrechtSanders/WinLibs/POSIX/MSVCRT/LLVM/14.2.0-19.1.7-12.0.0-r3/BrechtSanders.WinLibs.POSIX.MSVCRT.LLVM.locale.en-US.yaml b/manifests/b/BrechtSanders/WinLibs/POSIX/MSVCRT/LLVM/14.2.0-19.1.7-12.0.0-r3/BrechtSanders.WinLibs.POSIX.MSVCRT.LLVM.locale.en-US.yaml new file mode 100644 index 0000000000000..729821cb2167d --- /dev/null +++ b/manifests/b/BrechtSanders/WinLibs/POSIX/MSVCRT/LLVM/14.2.0-19.1.7-12.0.0-r3/BrechtSanders.WinLibs.POSIX.MSVCRT.LLVM.locale.en-US.yaml @@ -0,0 +1,92 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: BrechtSanders.WinLibs.POSIX.MSVCRT.LLVM +PackageVersion: 14.2.0-19.1.7-12.0.0-r3 +PackageLocale: en-US +Publisher: Brecht Sanders +PublisherUrl: https://winlibs.com/ +PublisherSupportUrl: https://github.com/brechtsanders/winlibs_mingw/issues +Author: Brecht Sanders +PackageName: WinLibs (POSIX threads, MSVCRT runtime, LLVM included) +PackageUrl: https://winlibs.com/ +License: Multiple licenses +LicenseUrl: https://winlibs.com/#license +ShortDescription: A standalone build of GCC and MinGW-w64 for Windows, with POSIX threading library, MSVCRT runtime library and LLVM/Clang/LLD/LLDB. +Description: |- + In short: it's a free C and C++ compiler for Microsoft Windows. + GCC (GNU Compiler Collection) is a free and open source compiler for C and C++ (and other languages like Objective-C, Fortran, D). + MinGW-w64 is a free and open source C library for targetting Windows 32-bit and 64-bit platforms. + The combination of these results in a free C/C++ compiler for Windows. + Even though GCC and MinGW-w64 can be used on other platforms (e.g. Linux) to generate Windows executables, the WinLibs project only focusses on building versions that run natively on Windows. + Also some additional tools are added, including: + - GDB - the GNU Project debugger + - GNU Binutils - a collection of binary tools + - GNU Make - a tool which controls the generation of executables and other non-source files + - Yasm - The Yasm Modular Assembler Project + - NASM - The Netwide Assembler + - JWasm - A free MASM-compatible assembler + - LLVM/Clang/LLD/LLDB - The LLVM Compiler Infrastructure + This is a standalone build, which means this download offers a complete compiler environment for Windows. + In the future WinLibs plans to also release binary packages of many open source libraries and applications built with this compiler. +Tags: +- assembler +- assembly +- binutils +- c +- c++ +- clang +- compiler +- cpp +- fortran +- gcc +- gdb +- gfortran +- llvm +- make +- mingw +- mingw-w64 +ReleaseNotes: |- + winlibs personal build version gcc-14.2.0-llvm-19.1.7-mingw-w64msvcrt-12.0.0-r3 + This is the winlibs Intel/AMD 32-bit and 64-bit standalone build of: + - GCC 14.2.0 + - GDB 16.2 + - MinGW-w64 12.0.0 (linked with msvcrt) + - GNU Binutils 2.44 + - GNU Make 4.4.1 + - PExports 0.47 + - dos2unix 7.5.2 + - Yasm 1.3.0 + - NASM 2.16.01 + - JWasm 2.12pre + - ccache 4.10.2 + - CMake 3.31.5 + - ninja 1.12.1 + - Doxygen 1.13.2 + - pedeps 0.1.15 + - Universal Ctags 6.1.0 + - Cppcheck 2.16.0 + - Premake 5.0.0-beta4 + Downloads with llvm in the name also include: + - LLVM/Clang/LLD/LLDB 19.1.7 + Thread model: posix + Runtime library: MSVCRT + This build was compiled with GCC 14.2.0 and packaged on 2025-02-08. + Please check out https://winlibs.com/ for the latest personal build. + Available downloads: + - Files with extension .7z and .zip have the same contents. + The .7z files are smaller but require 7-Zip or PeaZip to extract. + The .zip files are larger but Windows can extract this file without additional tools. + - The i686 download is the Windows Intel/AMD 32-bit version, which runs natively on and compiles for Windows 32-bit (also runs on Windows 64-bit in 32-bit mode). + The x86_64 download is the Windows Intel/AMD 64-bit version, which runs natively on and compiles for Windows 64-bit. + - The .sha256 and .sha512 files are checksum files for validating the download. + Changes: + - GNU Binutils 2.44 + - GDB 16.2 + - CMake 3.31.5 + - Doxygen 1.13.2 + - added Premake5 (5.0.0-beta4) + - LLVM/Clang/LLD/LLDB 19.1.7 +ReleaseNotesUrl: https://github.com/brechtsanders/winlibs_mingw/releases/tag/14.2.0posix-19.1.7-12.0.0-msvcrt-r3 +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/b/BrechtSanders/WinLibs/POSIX/MSVCRT/LLVM/14.2.0-19.1.7-12.0.0-r3/BrechtSanders.WinLibs.POSIX.MSVCRT.LLVM.locale.zh-CN.yaml b/manifests/b/BrechtSanders/WinLibs/POSIX/MSVCRT/LLVM/14.2.0-19.1.7-12.0.0-r3/BrechtSanders.WinLibs.POSIX.MSVCRT.LLVM.locale.zh-CN.yaml new file mode 100644 index 0000000000000..35c540d032681 --- /dev/null +++ b/manifests/b/BrechtSanders/WinLibs/POSIX/MSVCRT/LLVM/14.2.0-19.1.7-12.0.0-r3/BrechtSanders.WinLibs.POSIX.MSVCRT.LLVM.locale.zh-CN.yaml @@ -0,0 +1,45 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: BrechtSanders.WinLibs.POSIX.MSVCRT.LLVM +PackageVersion: 14.2.0-19.1.7-12.0.0-r3 +PackageLocale: zh-CN +PackageName: WinLibs (POSIX 线程库, MSVCRT 运行时库, 包含 LLVM) +License: 多个许可证 +ShortDescription: 适用于 Windows 的 GCC 和 MinGW-w64 独立构建,包含 POSIX 线程库、MSVCRT 运行时库和 LLVM/Clang/LLD/LLDB。 +Description: |- + 简而言之:它是一款适用于 Microsoft Windows 的自由/免费 C 和 C++ 编译器。 + GCC(GNU Compiler Collection)是一款自由/免费、开源的 C 和 C++(以及 Objective-C、Fortran、D 等其它语言)编译器。 + MinGW-w64 是一个针对 Windows 32 位和 64 位平台的自由/免费开源 C 库。 + 将两者结合在一起,就能为 Windows 提供免费的 C/C++ 编译器。 + 尽管 GCC 和 MinGW-w64 可用于在其它平台(如 Linux)生成 Windows 可执行文件,但 WinLibs 项目只专注于构建可在 Windows 上原生运行的版本。 + 此外,还添加了一些额外的工具,包括 + - GDB - GNU 项目调试器 + - GNU Binutils - 二进制工具集合 + - GNU Make - 控制可执行文件和其它非源文件生成的工具 + - Yasm - Yasm 模块化汇编器项目 + - NASM - Netwide 汇编器 + - JWasm - 与 MASM 兼容的免费汇编器 + - LLVM/Clang/LLD/LLDB - LLVM 编译器基础架构 + 这是一个独立构建,提供了一个完整的 Windows 编译器环境。 + 今后,WinLibs 还计划发布使用该编译器构建的众多开源库和应用程序的二进制包。 +Tags: +- binutils +- c +- c++ +- clang +- cpp +- fortran +- gcc +- gdb +- gfortran +- llvm +- make +- mingw +- mingw-w64 +- 汇编 +- 汇编器 +- 编译器 +ReleaseNotesUrl: https://github.com/brechtsanders/winlibs_mingw/releases/tag/14.2.0posix-19.1.7-12.0.0-msvcrt-r3 +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/b/BrechtSanders/WinLibs/POSIX/MSVCRT/LLVM/14.2.0-19.1.7-12.0.0-r3/BrechtSanders.WinLibs.POSIX.MSVCRT.LLVM.yaml b/manifests/b/BrechtSanders/WinLibs/POSIX/MSVCRT/LLVM/14.2.0-19.1.7-12.0.0-r3/BrechtSanders.WinLibs.POSIX.MSVCRT.LLVM.yaml new file mode 100644 index 0000000000000..9abeec71471c3 --- /dev/null +++ b/manifests/b/BrechtSanders/WinLibs/POSIX/MSVCRT/LLVM/14.2.0-19.1.7-12.0.0-r3/BrechtSanders.WinLibs.POSIX.MSVCRT.LLVM.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: BrechtSanders.WinLibs.POSIX.MSVCRT.LLVM +PackageVersion: 14.2.0-19.1.7-12.0.0-r3 +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.46.0.45/Brows.App.locale.en-US.yaml b/manifests/b/Brows/App/0.46.0.45/Brows.App.locale.en-US.yaml deleted file mode 100644 index 62362e69e3bb3..0000000000000 --- a/manifests/b/Brows/App/0.46.0.45/Brows.App.locale.en-US.yaml +++ /dev/null @@ -1,25 +0,0 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Brows.App -PackageVersion: 0.46.0.45 -PackageLocale: en-US -Publisher: Brows App -PublisherUrl: https://brows.app -PublisherSupportUrl: https://brows.app -Author: Kenneth Yourek -PackageName: Brows -PackageUrl: https://brows.app -License: GNU General Public License v3.0 -LicenseUrl: https://github.com/brows-app/brows/blob/main/LICENSE -Copyright: Copyright (C) Kenneth Yourek 2021-2024 -ShortDescription: Brows is a Windows file manager for power users. -Moniker: Brows -Tags: -- file-manager -- file-browser -- file-explorer -- ssh -- scp -- sftp -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/b/Brows/App/0.46.0.45/Brows.App.yaml b/manifests/b/Brows/App/0.46.0.45/Brows.App.yaml deleted file mode 100644 index 4f8252b85281e..0000000000000 --- a/manifests/b/Brows/App/0.46.0.45/Brows.App.yaml +++ /dev/null @@ -1,7 +0,0 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Brows.App -PackageVersion: 0.46.0.45 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.5.0 diff --git a/manifests/b/Brows/App/0.50.0.49/Brows.App.installer.yaml b/manifests/b/Brows/App/0.50.0.49/Brows.App.installer.yaml deleted file mode 100644 index ffc7de31fe166..0000000000000 --- a/manifests/b/Brows/App/0.50.0.49/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.50.0.49 -InstallerLocale: en-US -InstallerType: wix -ProductCode: '{37CF9FED-7123-45B0-86B3-00C900DAD078}' -Installers: -- InstallerUrl: https://github.com/brows-app/brows/releases/download/v0.50.0.49/brows-x64-0.50.0.49.msi - Architecture: x64 - InstallerSha256: 3fe87fc7dddbad94596a7f527828bc5bfd925447b8f094603458af8c802da35d -ManifestType: installer -ManifestVersion: 1.5.0 diff --git a/manifests/b/Brows/App/0.50.0.49/Brows.App.locale.en-US.yaml b/manifests/b/Brows/App/0.50.0.49/Brows.App.locale.en-US.yaml deleted file mode 100644 index d919d90731e4d..0000000000000 --- a/manifests/b/Brows/App/0.50.0.49/Brows.App.locale.en-US.yaml +++ /dev/null @@ -1,25 +0,0 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json - -PackageIdentifier: Brows.App -PackageVersion: 0.50.0.49 -PackageLocale: en-US -Publisher: Brows App -PublisherUrl: https://brows.app -PublisherSupportUrl: https://brows.app -Author: Kenneth Yourek -PackageName: Brows -PackageUrl: https://brows.app -License: GNU General Public License v3.0 -LicenseUrl: https://github.com/brows-app/brows/blob/main/LICENSE -Copyright: Copyright (C) Kenneth Yourek 2021-2024 -ShortDescription: Brows is a Windows file manager for power users. -Moniker: Brows -Tags: -- file-manager -- file-browser -- file-explorer -- ssh -- scp -- sftp -ManifestType: defaultLocale -ManifestVersion: 1.5.0 diff --git a/manifests/b/Brows/App/0.50.0.49/Brows.App.yaml b/manifests/b/Brows/App/0.50.0.49/Brows.App.yaml deleted file mode 100644 index d09a3c8353dd9..0000000000000 --- a/manifests/b/Brows/App/0.50.0.49/Brows.App.yaml +++ /dev/null @@ -1,7 +0,0 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json - -PackageIdentifier: Brows.App -PackageVersion: 0.50.0.49 -DefaultLocale: en-US -ManifestType: version -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.56.0.55/Brows.App.locale.en-US.yaml b/manifests/b/Brows/App/0.56.0.55/Brows.App.locale.en-US.yaml new file mode 100644 index 0000000000000..3a0f843237698 --- /dev/null +++ b/manifests/b/Brows/App/0.56.0.55/Brows.App.locale.en-US.yaml @@ -0,0 +1,25 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json + +PackageIdentifier: Brows.App +PackageVersion: 0.56.0.55 +PackageLocale: en-US +Publisher: Brows App +PublisherUrl: https://brows.app +PublisherSupportUrl: https://brows.app +Author: Kenneth Yourek +PackageName: Brows +PackageUrl: https://brows.app +License: GNU General Public License v3.0 +LicenseUrl: https://github.com/brows-app/brows/blob/main/LICENSE +Copyright: Copyright (C) Kenneth Yourek 2021-2024 +ShortDescription: Brows is a Windows file manager for power users. +Moniker: Brows +Tags: +- file-manager +- file-browser +- file-explorer +- ssh +- scp +- sftp +ManifestType: defaultLocale +ManifestVersion: 1.5.0 diff --git a/manifests/b/Brows/App/0.56.0.55/Brows.App.yaml b/manifests/b/Brows/App/0.56.0.55/Brows.App.yaml new file mode 100644 index 0000000000000..af9bfbcd3be8d --- /dev/null +++ b/manifests/b/Brows/App/0.56.0.55/Brows.App.yaml @@ -0,0 +1,7 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json + +PackageIdentifier: Brows.App +PackageVersion: 0.56.0.55 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.5.0 diff --git a/manifests/b/Brows/App/0.57.0.56/Brows.App.installer.yaml b/manifests/b/Brows/App/0.57.0.56/Brows.App.installer.yaml new file mode 100644 index 0000000000000..2055c48b3ad1e --- /dev/null +++ b/manifests/b/Brows/App/0.57.0.56/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.57.0.56 +InstallerLocale: en-US +InstallerType: wix +ProductCode: '{37CF9FED-7123-45B0-86B3-00C900DAD078}' +Installers: +- InstallerUrl: https://github.com/brows-app/brows/releases/download/v0.57.0.56/brows-x64-0.57.0.56.msi + Architecture: x64 + InstallerSha256: 2ce339ae2b3f5efbba738aa838e9dec1616daba18480cf27a977bd31fb69034f +ManifestType: installer +ManifestVersion: 1.5.0 diff --git a/manifests/b/Brows/App/0.57.0.56/Brows.App.locale.en-US.yaml b/manifests/b/Brows/App/0.57.0.56/Brows.App.locale.en-US.yaml new file mode 100644 index 0000000000000..7db8df7860a2c --- /dev/null +++ b/manifests/b/Brows/App/0.57.0.56/Brows.App.locale.en-US.yaml @@ -0,0 +1,25 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json + +PackageIdentifier: Brows.App +PackageVersion: 0.57.0.56 +PackageLocale: en-US +Publisher: Brows App +PublisherUrl: https://brows.app +PublisherSupportUrl: https://brows.app +Author: Kenneth Yourek +PackageName: Brows +PackageUrl: https://brows.app +License: GNU General Public License v3.0 +LicenseUrl: https://github.com/brows-app/brows/blob/main/LICENSE +Copyright: Copyright (C) Kenneth Yourek 2021-2024 +ShortDescription: Brows is a Windows file manager for power users. +Moniker: Brows +Tags: +- file-manager +- file-browser +- file-explorer +- ssh +- scp +- sftp +ManifestType: defaultLocale +ManifestVersion: 1.5.0 diff --git a/manifests/b/Brows/App/0.57.0.56/Brows.App.yaml b/manifests/b/Brows/App/0.57.0.56/Brows.App.yaml new file mode 100644 index 0000000000000..9716ffffde5b0 --- /dev/null +++ b/manifests/b/Brows/App/0.57.0.56/Brows.App.yaml @@ -0,0 +1,7 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json + +PackageIdentifier: Brows.App +PackageVersion: 0.57.0.56 +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/BtbN/FFmpeg/LGPL/Shared/N-118385-g0225fe857d-20250131/BtbN.FFmpeg.LGPL.Shared.installer.yaml b/manifests/b/BtbN/FFmpeg/LGPL/Shared/N-118385-g0225fe857d-20250131/BtbN.FFmpeg.LGPL.Shared.installer.yaml new file mode 100644 index 0000000000000..413ab2b898f2c --- /dev/null +++ b/manifests/b/BtbN/FFmpeg/LGPL/Shared/N-118385-g0225fe857d-20250131/BtbN.FFmpeg.LGPL.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.LGPL.Shared +PackageVersion: N-118385-g0225fe857d-20250131 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: ffmpeg-N-118385-g0225fe857d-win64-lgpl-shared\bin\ffmpeg.exe + PortableCommandAlias: ffmpeg +- RelativeFilePath: ffmpeg-N-118385-g0225fe857d-win64-lgpl-shared\bin\ffplay.exe + PortableCommandAlias: ffplay +- RelativeFilePath: ffmpeg-N-118385-g0225fe857d-win64-lgpl-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-lgpl-shared.zip + InstallerSha256: 063BEC3CA5A4BBAB25E99F1B18B0AC3DC6053B128EE92B2E20CAD1EAA9294039 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/b/BtbN/FFmpeg/LGPL/Shared/N-118385-g0225fe857d-20250131/BtbN.FFmpeg.LGPL.Shared.locale.en-US.yaml b/manifests/b/BtbN/FFmpeg/LGPL/Shared/N-118385-g0225fe857d-20250131/BtbN.FFmpeg.LGPL.Shared.locale.en-US.yaml new file mode 100644 index 0000000000000..f0dd8e700640c --- /dev/null +++ b/manifests/b/BtbN/FFmpeg/LGPL/Shared/N-118385-g0225fe857d-20250131/BtbN.FFmpeg.LGPL.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.LGPL.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 (LGPL shared 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 shared 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/Shared/N-118385-g0225fe857d-20250131/BtbN.FFmpeg.LGPL.Shared.locale.zh-CN.yaml b/manifests/b/BtbN/FFmpeg/LGPL/Shared/N-118385-g0225fe857d-20250131/BtbN.FFmpeg.LGPL.Shared.locale.zh-CN.yaml new file mode 100644 index 0000000000000..f5b6c32ce3549 --- /dev/null +++ b/manifests/b/BtbN/FFmpeg/LGPL/Shared/N-118385-g0225fe857d-20250131/BtbN.FFmpeg.LGPL.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.LGPL.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 (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/Shared/N-118385-g0225fe857d-20250131/BtbN.FFmpeg.LGPL.Shared.yaml b/manifests/b/BtbN/FFmpeg/LGPL/Shared/N-118385-g0225fe857d-20250131/BtbN.FFmpeg.LGPL.Shared.yaml new file mode 100644 index 0000000000000..75a04634982ad --- /dev/null +++ b/manifests/b/BtbN/FFmpeg/LGPL/Shared/N-118385-g0225fe857d-20250131/BtbN.FFmpeg.LGPL.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.LGPL.Shared +PackageVersion: N-118385-g0225fe857d-20250131 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/b/ButterflyEffect/Monica/2.9.0/ButterflyEffect.Monica.installer.yaml b/manifests/b/ButterflyEffect/Monica/2.9.0/ButterflyEffect.Monica.installer.yaml new file mode 100644 index 0000000000000..3fbf523903cdb --- /dev/null +++ b/manifests/b/ButterflyEffect/Monica/2.9.0/ButterflyEffect.Monica.installer.yaml @@ -0,0 +1,28 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: ButterflyEffect.Monica +PackageVersion: 2.9.0 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- monica +ProductCode: 2c806f82-a8b4-5c1c-97dd-7babf26e0869 +ReleaseDate: 2025-02-08 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://download.monica.im/Monica%20Setup%202.9.0.exe + InstallerSha256: 9C0867D496746E7CA149854E1A55E526CF4DAAAB44053B9DA80B9803E7A6F263 + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://download.monica.im/Monica%20Setup%202.9.0.exe + InstallerSha256: 9C0867D496746E7CA149854E1A55E526CF4DAAAB44053B9DA80B9803E7A6F263 + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/b/ButterflyEffect/Monica/2.9.0/ButterflyEffect.Monica.locale.en-US.yaml b/manifests/b/ButterflyEffect/Monica/2.9.0/ButterflyEffect.Monica.locale.en-US.yaml new file mode 100644 index 0000000000000..2a7199679a95f --- /dev/null +++ b/manifests/b/ButterflyEffect/Monica/2.9.0/ButterflyEffect.Monica.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: ButterflyEffect.Monica +PackageVersion: 2.9.0 +PackageLocale: en-US +Publisher: Beijing Butterfly Effect Technology Co., Ltd. +PublisherUrl: https://monica.im/ +PrivacyUrl: https://monica.im/privacy +Author: Beijing Butterfly Effect Technology Co., Ltd. +PackageName: Monica +PackageUrl: https://monica.im/desktop +License: Proprietary +LicenseUrl: https://monica.im/terms +Copyright: Copyright © 2024 Monica +ShortDescription: Your ChatGPT Powered AI Assistant +Description: Monica is your personal AI-Powered copilot. You can chat with Monica about anything, anywhere. Let Monica help you create effortlessly and insert text anywhere. +Tags: +- ai +- chatgpt +- gpt +PurchaseUrl: https://monica.im/pricing +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/b/ButterflyEffect/Monica/2.9.0/ButterflyEffect.Monica.locale.zh-CN.yaml b/manifests/b/ButterflyEffect/Monica/2.9.0/ButterflyEffect.Monica.locale.zh-CN.yaml new file mode 100644 index 0000000000000..4f751b1272a75 --- /dev/null +++ b/manifests/b/ButterflyEffect/Monica/2.9.0/ButterflyEffect.Monica.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: ButterflyEffect.Monica +PackageVersion: 2.9.0 +PackageLocale: zh-CN +Publisher: 北京蝴蝶效应科技有限公司 +PublisherUrl: https://monica.im/ +PrivacyUrl: https://monica.im/privacy +Author: 北京蝴蝶效应科技有限公司 +PackageName: Monica +PackageUrl: https://monica.im/desktop +License: 专有软件 +LicenseUrl: https://monica.im/terms +Copyright: Copyright © 2024 Monica +ShortDescription: 您的 ChatGPT AI 智能助理 +Description: Monica 是您的私人 AI 助手。您可以随时随地与 Monica 聊天。让 Monica 帮您轻松创建并在任何地方插入文字。 +Tags: +- ai +- chatgpt +- gpt +PurchaseUrl: https://monica.im/pricing +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/b/ButterflyEffect/Monica/2.9.0/ButterflyEffect.Monica.yaml b/manifests/b/ButterflyEffect/Monica/2.9.0/ButterflyEffect.Monica.yaml new file mode 100644 index 0000000000000..dacf45f1ad7b7 --- /dev/null +++ b/manifests/b/ButterflyEffect/Monica/2.9.0/ButterflyEffect.Monica.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: ButterflyEffect.Monica +PackageVersion: 2.9.0 +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/Doubao/1.42.5/ByteDance.Doubao.installer.yaml b/manifests/b/ByteDance/Doubao/1.42.5/ByteDance.Doubao.installer.yaml new file mode 100644 index 0000000000000..1a976cd411832 --- /dev/null +++ b/manifests/b/ByteDance/Doubao/1.42.5/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.5 +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.5/Doubao_installer_1.42.5.exe + InstallerSha256: A64E605071497453B058DC33E73266B3D6271098328989E56C5B60147EEFC4A8 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Doubao/1.42.5/ByteDance.Doubao.locale.en-US.yaml b/manifests/b/ByteDance/Doubao/1.42.5/ByteDance.Doubao.locale.en-US.yaml new file mode 100644 index 0000000000000..38e01bf45cc7e --- /dev/null +++ b/manifests/b/ByteDance/Doubao/1.42.5/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.5 +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.5/ByteDance.Doubao.locale.zh-CN.yaml b/manifests/b/ByteDance/Doubao/1.42.5/ByteDance.Doubao.locale.zh-CN.yaml new file mode 100644 index 0000000000000..5e8c4a830f9c6 --- /dev/null +++ b/manifests/b/ByteDance/Doubao/1.42.5/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.5 +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.5/ByteDance.Doubao.yaml b/manifests/b/ByteDance/Doubao/1.42.5/ByteDance.Doubao.yaml new file mode 100644 index 0000000000000..9f3d1fc9fba74 --- /dev/null +++ b/manifests/b/ByteDance/Doubao/1.42.5/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.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Doubao/1.42.6/ByteDance.Doubao.installer.yaml b/manifests/b/ByteDance/Doubao/1.42.6/ByteDance.Doubao.installer.yaml new file mode 100644 index 0000000000000..3a02c528a96f6 --- /dev/null +++ b/manifests/b/ByteDance/Doubao/1.42.6/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.6 +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.6/Doubao_installer_1.42.6.exe + InstallerSha256: 9A81569A3C349E08BD8C80AA6A9A4F917274959AE7932BEA30E1EF264EC1C67A +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Doubao/1.42.6/ByteDance.Doubao.locale.en-US.yaml b/manifests/b/ByteDance/Doubao/1.42.6/ByteDance.Doubao.locale.en-US.yaml new file mode 100644 index 0000000000000..2ac4fb43bad30 --- /dev/null +++ b/manifests/b/ByteDance/Doubao/1.42.6/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.6 +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.6/ByteDance.Doubao.locale.zh-CN.yaml b/manifests/b/ByteDance/Doubao/1.42.6/ByteDance.Doubao.locale.zh-CN.yaml new file mode 100644 index 0000000000000..d739e54d1fe1f --- /dev/null +++ b/manifests/b/ByteDance/Doubao/1.42.6/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.6 +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.6/ByteDance.Doubao.yaml b/manifests/b/ByteDance/Doubao/1.42.6/ByteDance.Doubao.yaml new file mode 100644 index 0000000000000..d55ebe1c5b5e7 --- /dev/null +++ b/manifests/b/ByteDance/Doubao/1.42.6/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.6 +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/Feishu/4.10.5/ByteDance.Feishu.installer.yaml b/manifests/b/ByteDance/Feishu/4.10.5/ByteDance.Feishu.installer.yaml index cb50ec3013213..37e765b28ea70 100644 --- a/manifests/b/ByteDance/Feishu/4.10.5/ByteDance.Feishu.installer.yaml +++ b/manifests/b/ByteDance/Feishu/4.10.5/ByteDance.Feishu.installer.yaml @@ -1,25 +1,24 @@ -# 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: ByteDance.Feishu PackageVersion: 4.10.5 MinimumOSVersion: 10.0.0.0 +InstallerType: exe +Scope: user InstallModes: - interactive - silent +InstallerSwitches: + Silent: --command=quiet_install + SilentWithProgress: --command=quiet_install + InstallLocation: --target_dir="" + Log: --log_dir="" +UpgradeBehavior: install Installers: - Architecture: x86 - InstallerType: exe - Scope: user InstallerUrl: https://sf3-cn.feishucdn.com/obj/ee-appcenter/2894bc/Feishu-win32_ia32-4.10.5-signed.exe InstallerSha256: 39DC472EEEC331004D3241A13A7F35C7BA1091E7E2535E8C4FA10DAF9CA19CFD - InstallerSwitches: - Silent: --command=quiet_install - SilentWithProgress: --command=quiet_install - InstallLocation: --target_dir="" - Log: --log_dir="" - UpgradeBehavior: install - ProductCode: 'Feishu' + ProductCode: Feishu ManifestType: installer -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/4.10.5/ByteDance.Feishu.locale.en-US.yaml b/manifests/b/ByteDance/Feishu/4.10.5/ByteDance.Feishu.locale.en-US.yaml index e96eb9d6fe5eb..ec56b900cd66b 100644 --- a/manifests/b/ByteDance/Feishu/4.10.5/ByteDance.Feishu.locale.en-US.yaml +++ b/manifests/b/ByteDance/Feishu/4.10.5/ByteDance.Feishu.locale.en-US.yaml @@ -1,5 +1,5 @@ -# 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: ByteDance.Feishu PackageVersion: 4.10.5 @@ -14,21 +14,27 @@ PackageUrl: https://www.feishu.cn/en/ License: Freeware LicenseUrl: https://www.feishu.cn/en/terms Copyright: Copyright © 2021 Beijing Feishu Technology Co., Ltd. +# CopyrightUrl: ShortDescription: A new way to collaborate Description: Empowering teams by messenger, Meetings, calendar, docs, and emails. It's all in one place. +# Moniker: Tags: -- office +- bussiness +- bytedance +- check-in - collaboration -- meeting - conference -- check-in +- corporation - document -- bussiness - enterprise -- corporation - lark -- bytedance +- meeting +- office - 飞书 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/4.10.5/ByteDance.Feishu.locale.zh-CN.yaml b/manifests/b/ByteDance/Feishu/4.10.5/ByteDance.Feishu.locale.zh-CN.yaml index 7787b677ef54a..418ad2d405482 100644 --- a/manifests/b/ByteDance/Feishu/4.10.5/ByteDance.Feishu.locale.zh-CN.yaml +++ b/manifests/b/ByteDance/Feishu/4.10.5/ByteDance.Feishu.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 0.4.0.3 -# 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: ByteDance.Feishu PackageVersion: 4.10.5 @@ -14,23 +14,29 @@ PackageUrl: https://www.feishu.cn/download License: 免费软件 LicenseUrl: https://www.feishu.cn/terms Copyright: Copyright © 2021 北京飞书科技有限公司 +# CopyrightUrl: ShortDescription: 先进团队,先用飞书 Description: 飞书——字节跳动旗下先进企业协作与管理平台,不仅一站式整合及时沟通、智能日历、音视频会议、飞书文档、云盘等办公协作套件,更提供飞书 OKR、飞书招聘、飞书绩效等组织管理产品,让目标更清晰,信息流动更顺畅,每一个人工作更高效更愉悦。先进团队,先用飞书。 +# Moniker: Tags: +- bytedance +- 企业 +- 会议 +- 公司 - 办公 - 协作 -- 会议 +- 在线 +- 字节 +- 字节跳动 - 开会 - 打卡 - 文档 -- 企业 -- 公司 -- 在线 -- 视频会议 - 电话会议 -- 字节跳动 -- 字节 -- bytedance +- 视频会议 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/4.10.5/ByteDance.Feishu.yaml b/manifests/b/ByteDance/Feishu/4.10.5/ByteDance.Feishu.yaml index d17b88cb795f5..bce3ab3ece9b9 100644 --- a/manifests/b/ByteDance/Feishu/4.10.5/ByteDance.Feishu.yaml +++ b/manifests/b/ByteDance/Feishu/4.10.5/ByteDance.Feishu.yaml @@ -1,9 +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: ByteDance.Feishu PackageVersion: 4.10.5 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/4.10.7/ByteDance.Feishu.installer.yaml b/manifests/b/ByteDance/Feishu/4.10.7/ByteDance.Feishu.installer.yaml index 4b1a05d0587a6..4907d9fa570ae 100644 --- a/manifests/b/ByteDance/Feishu/4.10.7/ByteDance.Feishu.installer.yaml +++ b/manifests/b/ByteDance/Feishu/4.10.7/ByteDance.Feishu.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: ByteDance.Feishu PackageVersion: 4.10.7 @@ -15,10 +15,10 @@ InstallerSwitches: InstallLocation: --target_dir="" Log: --log_dir="" UpgradeBehavior: install -ProductCode: Feishu Installers: - Architecture: x86 InstallerUrl: https://sf3-cn.feishucdn.com/obj/ee-appcenter/faef95/Feishu-win32_ia32-4.10.7-signed.exe InstallerSha256: 0FD04F4D83CD26B54A5C9482CCEA85E603C05DF11A70DC0DA6ACF5FBFA8E9584 + ProductCode: Feishu ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/4.10.7/ByteDance.Feishu.locale.en-US.yaml b/manifests/b/ByteDance/Feishu/4.10.7/ByteDance.Feishu.locale.en-US.yaml index 42bcc8036f8e6..d0fac88f8cc71 100644 --- a/manifests/b/ByteDance/Feishu/4.10.7/ByteDance.Feishu.locale.en-US.yaml +++ b/manifests/b/ByteDance/Feishu/4.10.7/ByteDance.Feishu.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: ByteDance.Feishu PackageVersion: 4.10.7 @@ -14,22 +14,27 @@ PackageUrl: https://www.feishu.cn/en/ License: Freeware LicenseUrl: https://www.feishu.cn/en/terms Copyright: Copyright © 2021 Beijing Feishu Technology Co., Ltd. -# CopyrightUrl: +# CopyrightUrl: ShortDescription: A new way to collaborate Description: Empowering teams by messenger, Meetings, calendar, docs, and emails. It's all in one place. -# Moniker: +# Moniker: Tags: -- office +- bussiness +- bytedance +- check-in - collaboration -- meeting - conference -- check-in +- corporation - document -- bussiness - enterprise -- corporation -- Lark -- ByteDance +- lark +- meeting +- office - 飞书 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/4.10.7/ByteDance.Feishu.locale.zh-CN.yaml b/manifests/b/ByteDance/Feishu/4.10.7/ByteDance.Feishu.locale.zh-CN.yaml index 2a338a5450c31..a8a372916ab5a 100644 --- a/manifests/b/ByteDance/Feishu/4.10.7/ByteDance.Feishu.locale.zh-CN.yaml +++ b/manifests/b/ByteDance/Feishu/4.10.7/ByteDance.Feishu.locale.zh-CN.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.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: ByteDance.Feishu PackageVersion: 4.10.7 @@ -14,25 +14,30 @@ PackageUrl: https://www.feishu.cn/download License: 免费软件 LicenseUrl: https://www.feishu.cn/terms Copyright: Copyright © 2021 北京飞书科技有限公司 -# CopyrightUrl: +# CopyrightUrl: ShortDescription: 先进团队,先用飞书 Description: 飞书——字节跳动旗下先进企业协作与管理平台,不仅一站式整合及时沟通、智能日历、音视频会议、飞书文档、云盘等办公协作套件,更提供飞书 OKR、飞书招聘、飞书绩效等组织管理产品,让目标更清晰,信息流动更顺畅,每一个人工作更高效更愉悦。先进团队,先用飞书。 -# Moniker: +# Moniker: Tags: +- bytedance +- lark +- 企业 +- 会议 +- 公司 - 办公 - 协作 -- 会议 +- 在线 +- 字节 +- 字节跳动 - 开会 - 打卡 - 文档 -- 企业 -- 公司 -- 在线 -- 视频会议 - 电话会议 -- Lark -- 字节跳动 -- 字节 -- bytedance +- 视频会议 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/4.10.7/ByteDance.Feishu.yaml b/manifests/b/ByteDance/Feishu/4.10.7/ByteDance.Feishu.yaml index 85e8b5ad950f6..a0698c4b69c38 100644 --- a/manifests/b/ByteDance/Feishu/4.10.7/ByteDance.Feishu.yaml +++ b/manifests/b/ByteDance/Feishu/4.10.7/ByteDance.Feishu.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: ByteDance.Feishu PackageVersion: 4.10.7 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/4.7.11/ByteDance.Feishu.installer.yaml b/manifests/b/ByteDance/Feishu/4.7.11/ByteDance.Feishu.installer.yaml index 7c2376122c47b..ff76ec78d0259 100644 --- a/manifests/b/ByteDance/Feishu/4.7.11/ByteDance.Feishu.installer.yaml +++ b/manifests/b/ByteDance/Feishu/4.7.11/ByteDance.Feishu.installer.yaml @@ -1,48 +1,24 @@ -# 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: ByteDance.Feishu PackageVersion: 4.7.11 MinimumOSVersion: 10.0.0.0 +InstallerType: exe +Scope: user InstallModes: - interactive - silent +InstallerSwitches: + Silent: --command=quiet_install + SilentWithProgress: --command=quiet_install + InstallLocation: --target_dir="" + Log: --log_dir="" +UpgradeBehavior: install Installers: - Architecture: x86 - InstallerType: exe # apollo - Scope: user InstallerUrl: https://sf3-cn.feishucdn.com/obj/ee-appcenter/205694/Feishu-win32_ia32-4.7.11-signed.exe InstallerSha256: A5A792E8D40B3E4850455265AD7C121CD1E0D8E00B5DA09B4671E12EDC5898D7 - InstallerSwitches: - Silent: --command=quiet_install - SilentWithProgress: --command=quiet_install - InstallLocation: --target_dir="" - Log: --log_dir="" - # Other switches: - # DPI Awareness: - # --dpiaware= # Set DPI Awareness to per-monitor(1) or off(0) - # --dpi= # Set size by DPI - # --scale= # Set size by percentage - # Set running mode (Doesn't affect install scope): - # --as_desktop_user - # --tried_desktop_user - # --as_admin_user - # --tried_admin_user - # Setup Active Setup Registry Key: - # --msi_upgrade_guid= # Set GUID variable for the following commands - # --command=msi_install - # --command=msi_uninstall - # Unknown: - # --command=pack - # --command=unpack - # --lark_zip= - # --command=unzip - # --dest_path= - # --dest_dir= - # --skin_dir= - # --runas= - ProductCode: 'Feishu' - UpgradeBehavior: install + ProductCode: Feishu ManifestType: installer -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/4.7.11/ByteDance.Feishu.locale.en-US.yaml b/manifests/b/ByteDance/Feishu/4.7.11/ByteDance.Feishu.locale.en-US.yaml index 2b8dbcbaff99d..276b95ff24c88 100644 --- a/manifests/b/ByteDance/Feishu/4.7.11/ByteDance.Feishu.locale.en-US.yaml +++ b/manifests/b/ByteDance/Feishu/4.7.11/ByteDance.Feishu.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: ByteDance.Feishu PackageVersion: 4.7.11 @@ -14,20 +14,25 @@ PackageUrl: https://www.feishu.cn/en/ License: Freeware LicenseUrl: https://www.feishu.cn/en/terms Copyright: Copyright © 2021 Beijing Feishu Technology Co., Ltd. -#CopyrightUrl: +# CopyrightUrl: ShortDescription: A new way to collaborate Description: Empowering teams by messenger, Meetings, calendar, docs, and emails. It's all in one place. +# Moniker: Tags: -- Lark -- office +- bussiness +- check-in - collaboration -- meeting - conference -- check-in +- corporation - document -- bussiness - enterprise -- corporation +- lark +- meeting +- office +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/4.7.11/ByteDance.Feishu.locale.zh-CN.yaml b/manifests/b/ByteDance/Feishu/4.7.11/ByteDance.Feishu.locale.zh-CN.yaml index b995d48154b99..153800611dbc6 100644 --- a/manifests/b/ByteDance/Feishu/4.7.11/ByteDance.Feishu.locale.zh-CN.yaml +++ b/manifests/b/ByteDance/Feishu/4.7.11/ByteDance.Feishu.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: ByteDance.Feishu PackageVersion: 4.7.11 @@ -14,21 +14,26 @@ PackageUrl: https://www.feishu.cn/download License: 免费软件 LicenseUrl: https://www.feishu.cn/terms Copyright: Copyright © 2021 北京飞书科技有限公司 -#CopyrightUrl: +# CopyrightUrl: ShortDescription: 先进团队,先用飞书 Description: 飞书——字节跳动旗下先进企业协作与管理平台,不仅一站式整合及时沟通、智能日历、音视频会议、飞书文档、云盘等办公协作套件,更提供飞书OKR、飞书招聘、飞书绩效等组织管理产品,让目标更清晰,信息流动更顺畅,每一个人工作更高效更愉悦。先进团队,先用飞书。 +# Moniker: Tags: +- 企业 +- 会议 +- 公司 - 办公 - 协作 -- 会议 +- 在线 - 开会 - 打卡 - 文档 -- 企业 -- 公司 -- 在线 -- 视频会议 - 电话会议 +- 视频会议 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/4.7.11/ByteDance.Feishu.yaml b/manifests/b/ByteDance/Feishu/4.7.11/ByteDance.Feishu.yaml index c0a1ae6aa60bd..6b908338436c9 100644 --- a/manifests/b/ByteDance/Feishu/4.7.11/ByteDance.Feishu.yaml +++ b/manifests/b/ByteDance/Feishu/4.7.11/ByteDance.Feishu.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: ByteDance.Feishu PackageVersion: 4.7.11 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/4.8.3/ByteDance.Feishu.installer.yaml b/manifests/b/ByteDance/Feishu/4.8.3/ByteDance.Feishu.installer.yaml index d6670e12b4f99..2262db24a5218 100644 --- a/manifests/b/ByteDance/Feishu/4.8.3/ByteDance.Feishu.installer.yaml +++ b/manifests/b/ByteDance/Feishu/4.8.3/ByteDance.Feishu.installer.yaml @@ -1,25 +1,24 @@ -# 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: ByteDance.Feishu PackageVersion: 4.8.3 MinimumOSVersion: 10.0.0.0 +InstallerType: exe +Scope: user InstallModes: - interactive - silent +InstallerSwitches: + Silent: --command=quiet_install + SilentWithProgress: --command=quiet_install + InstallLocation: --target_dir="" + Log: --log_dir="" +UpgradeBehavior: install Installers: - Architecture: x86 - InstallerType: exe # @lark\apollo-setup - Scope: user InstallerUrl: https://sf3-cn.feishucdn.com/obj/ee-appcenter/221710/Feishu-win32_ia32-4.8.3-signed.exe InstallerSha256: 8755052D91E4365481A241EEE80114470E9DF1B4D6355C4B852F0485E4FB9AC5 - InstallerSwitches: - Silent: --command=quiet_install - SilentWithProgress: --command=quiet_install - InstallLocation: --target_dir="" - Log: --log_dir="" - ProductCode: 'Feishu' - UpgradeBehavior: install + ProductCode: Feishu ManifestType: installer -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/4.8.3/ByteDance.Feishu.locale.en-US.yaml b/manifests/b/ByteDance/Feishu/4.8.3/ByteDance.Feishu.locale.en-US.yaml index 7140ec253e18f..91f1233a218ac 100644 --- a/manifests/b/ByteDance/Feishu/4.8.3/ByteDance.Feishu.locale.en-US.yaml +++ b/manifests/b/ByteDance/Feishu/4.8.3/ByteDance.Feishu.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: ByteDance.Feishu PackageVersion: 4.8.3 @@ -14,22 +14,27 @@ PackageUrl: https://www.feishu.cn/en/ License: Freeware LicenseUrl: https://www.feishu.cn/en/terms Copyright: Copyright © 2021 Beijing Feishu Technology Co., Ltd. -#CopyrightUrl: +# CopyrightUrl: ShortDescription: A new way to collaborate Description: Empowering teams by messenger, Meetings, calendar, docs, and emails. It's all in one place. +# Moniker: Tags: -- 飞书 +- bussiness - bytedance -- lark -- office +- check-in - collaboration -- meeting - conference -- check-in +- corporation - document -- bussiness - enterprise -- corporation +- lark +- meeting +- office +- 飞书 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/4.8.3/ByteDance.Feishu.locale.zh-CN.yaml b/manifests/b/ByteDance/Feishu/4.8.3/ByteDance.Feishu.locale.zh-CN.yaml index 7df335eba4592..07604a3cf2d83 100644 --- a/manifests/b/ByteDance/Feishu/4.8.3/ByteDance.Feishu.locale.zh-CN.yaml +++ b/manifests/b/ByteDance/Feishu/4.8.3/ByteDance.Feishu.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: ByteDance.Feishu PackageVersion: 4.8.3 @@ -14,24 +14,29 @@ PackageUrl: https://www.feishu.cn/download License: 免费软件 LicenseUrl: https://www.feishu.cn/terms Copyright: Copyright © 2021 北京飞书科技有限公司 -#CopyrightUrl: +# CopyrightUrl: ShortDescription: 先进团队,先用飞书 Description: 飞书——字节跳动旗下先进企业协作与管理平台,不仅一站式整合及时沟通、智能日历、音视频会议、飞书文档、云盘等办公协作套件,更提供飞书OKR、飞书招聘、飞书绩效等组织管理产品,让目标更清晰,信息流动更顺畅,每一个人工作更高效更愉悦。先进团队,先用飞书。 +# Moniker: Tags: -- 字节跳动 -- 字节 - bytedance +- 企业 +- 会议 +- 公司 - 办公 - 协作 -- 会议 +- 在线 +- 字节 +- 字节跳动 - 开会 - 打卡 - 文档 -- 企业 -- 公司 -- 在线 -- 视频会议 - 电话会议 +- 视频会议 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/4.8.3/ByteDance.Feishu.yaml b/manifests/b/ByteDance/Feishu/4.8.3/ByteDance.Feishu.yaml index edd0bcd73da43..1263d244a357a 100644 --- a/manifests/b/ByteDance/Feishu/4.8.3/ByteDance.Feishu.yaml +++ b/manifests/b/ByteDance/Feishu/4.8.3/ByteDance.Feishu.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: ByteDance.Feishu PackageVersion: 4.8.3 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/4.9.5/ByteDance.Feishu.installer.yaml b/manifests/b/ByteDance/Feishu/4.9.5/ByteDance.Feishu.installer.yaml index 1a11ec7dd5ca5..7376e909648cd 100644 --- a/manifests/b/ByteDance/Feishu/4.9.5/ByteDance.Feishu.installer.yaml +++ b/manifests/b/ByteDance/Feishu/4.9.5/ByteDance.Feishu.installer.yaml @@ -1,25 +1,24 @@ -# 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: ByteDance.Feishu PackageVersion: 4.9.5 MinimumOSVersion: 10.0.0.0 +InstallerType: exe +Scope: user InstallModes: - interactive - silent +InstallerSwitches: + Silent: --command=quiet_install + SilentWithProgress: --command=quiet_install + InstallLocation: --target_dir="" + Log: --log_dir="" +UpgradeBehavior: install Installers: - Architecture: x86 - InstallerType: exe - Scope: user InstallerUrl: https://sf3-cn.feishucdn.com/obj/ee-appcenter/de25ce/Feishu-win32_ia32-4.9.5-signed.exe InstallerSha256: 4A1A619EE79927A57C9C0971565AE467ED26C50329A31675B50DDA5BE2C1C8CF - InstallerSwitches: - Silent: --command=quiet_install - SilentWithProgress: --command=quiet_install - InstallLocation: --target_dir="" - Log: --log_dir="" - UpgradeBehavior: install ProductCode: Feishu ManifestType: installer -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/4.9.5/ByteDance.Feishu.locale.en-US.yaml b/manifests/b/ByteDance/Feishu/4.9.5/ByteDance.Feishu.locale.en-US.yaml index 1ef8b1176cad1..7aae0656260b3 100644 --- a/manifests/b/ByteDance/Feishu/4.9.5/ByteDance.Feishu.locale.en-US.yaml +++ b/manifests/b/ByteDance/Feishu/4.9.5/ByteDance.Feishu.locale.en-US.yaml @@ -1,5 +1,5 @@ -# 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: ByteDance.Feishu PackageVersion: 4.9.5 @@ -14,21 +14,27 @@ PackageUrl: https://www.feishu.cn/en/ License: Freeware LicenseUrl: https://www.feishu.cn/en/terms Copyright: Copyright © 2021 Beijing Feishu Technology Co., Ltd. +# CopyrightUrl: ShortDescription: A new way to collaborate Description: Empowering teams by messenger, Meetings, calendar, docs, and emails. It's all in one place. +# Moniker: Tags: -- 飞书 +- bussiness - bytedance -- lark -- office +- check-in - collaboration -- meeting - conference -- check-in +- corporation - document -- bussiness - enterprise -- corporation +- lark +- meeting +- office +- 飞书 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/4.9.5/ByteDance.Feishu.locale.zh-CN.yaml b/manifests/b/ByteDance/Feishu/4.9.5/ByteDance.Feishu.locale.zh-CN.yaml index 6b188a51fb778..3a05b802f96db 100644 --- a/manifests/b/ByteDance/Feishu/4.9.5/ByteDance.Feishu.locale.zh-CN.yaml +++ b/manifests/b/ByteDance/Feishu/4.9.5/ByteDance.Feishu.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 0.4.0.3 -# 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: ByteDance.Feishu PackageVersion: 4.9.5 @@ -14,23 +14,29 @@ PackageUrl: https://www.feishu.cn/download License: 免费软件 LicenseUrl: https://www.feishu.cn/terms Copyright: Copyright © 2021 北京飞书科技有限公司 +# CopyrightUrl: ShortDescription: 先进团队,先用飞书 Description: 飞书——字节跳动旗下先进企业协作与管理平台,不仅一站式整合及时沟通、智能日历、音视频会议、飞书文档、云盘等办公协作套件,更提供飞书OKR、飞书招聘、飞书绩效等组织管理产品,让目标更清晰,信息流动更顺畅,每一个人工作更高效更愉悦。先进团队,先用飞书。 +# Moniker: Tags: -- 字节跳动 -- 字节 - bytedance +- 企业 +- 会议 +- 公司 - 办公 - 协作 -- 会议 +- 在线 +- 字节 +- 字节跳动 - 开会 - 打卡 - 文档 -- 企业 -- 公司 -- 在线 -- 视频会议 - 电话会议 +- 视频会议 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/4.9.5/ByteDance.Feishu.yaml b/manifests/b/ByteDance/Feishu/4.9.5/ByteDance.Feishu.yaml index 17062ded2ad85..c493d161798f3 100644 --- a/manifests/b/ByteDance/Feishu/4.9.5/ByteDance.Feishu.yaml +++ b/manifests/b/ByteDance/Feishu/4.9.5/ByteDance.Feishu.yaml @@ -1,9 +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: ByteDance.Feishu PackageVersion: 4.9.5 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/4.9.6/ByteDance.Feishu.installer.yaml b/manifests/b/ByteDance/Feishu/4.9.6/ByteDance.Feishu.installer.yaml index 20233127eb128..d0cea1b1f2e4c 100644 --- a/manifests/b/ByteDance/Feishu/4.9.6/ByteDance.Feishu.installer.yaml +++ b/manifests/b/ByteDance/Feishu/4.9.6/ByteDance.Feishu.installer.yaml @@ -1,25 +1,24 @@ -# 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: ByteDance.Feishu PackageVersion: 4.9.6 MinimumOSVersion: 10.0.0.0 +InstallerType: exe +Scope: user InstallModes: - interactive - silent +InstallerSwitches: + Silent: --command=quiet_install + SilentWithProgress: --command=quiet_install + InstallLocation: --target_dir="" + Log: --log_dir="" +UpgradeBehavior: install Installers: - Architecture: x86 - InstallerType: exe - Scope: user InstallerUrl: https://sf3-cn.feishucdn.com/obj/ee-appcenter/fbdcdc/Feishu-win32_ia32-4.9.6-signed.exe InstallerSha256: 0723E88008D26C648A0AD6FB1E1028AC3BA9F583F01AE6F53D44557046CBC383 - InstallerSwitches: - Silent: --command=quiet_install - SilentWithProgress: --command=quiet_install - InstallLocation: --target_dir="" - Log: --log_dir="" - UpgradeBehavior: install ProductCode: Feishu ManifestType: installer -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/4.9.6/ByteDance.Feishu.locale.en-US.yaml b/manifests/b/ByteDance/Feishu/4.9.6/ByteDance.Feishu.locale.en-US.yaml index e01e922444e9e..7e979c29e3a7b 100644 --- a/manifests/b/ByteDance/Feishu/4.9.6/ByteDance.Feishu.locale.en-US.yaml +++ b/manifests/b/ByteDance/Feishu/4.9.6/ByteDance.Feishu.locale.en-US.yaml @@ -1,5 +1,5 @@ -# 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: ByteDance.Feishu PackageVersion: 4.9.6 @@ -14,21 +14,27 @@ PackageUrl: https://www.feishu.cn/en/ License: Freeware LicenseUrl: https://www.feishu.cn/en/terms Copyright: Copyright © 2021 Beijing Feishu Technology Co., Ltd. +# CopyrightUrl: ShortDescription: A new way to collaborate Description: Empowering teams by messenger, Meetings, calendar, docs, and emails. It's all in one place. +# Moniker: Tags: -- 飞书 +- bussiness - bytedance -- lark -- office +- check-in - collaboration -- meeting - conference -- check-in +- corporation - document -- bussiness - enterprise -- corporation +- lark +- meeting +- office +- 飞书 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/4.9.6/ByteDance.Feishu.locale.zh-CN.yaml b/manifests/b/ByteDance/Feishu/4.9.6/ByteDance.Feishu.locale.zh-CN.yaml index 89070360ded99..03aab9c4edea1 100644 --- a/manifests/b/ByteDance/Feishu/4.9.6/ByteDance.Feishu.locale.zh-CN.yaml +++ b/manifests/b/ByteDance/Feishu/4.9.6/ByteDance.Feishu.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 0.4.0.3 -# 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: ByteDance.Feishu PackageVersion: 4.9.6 @@ -14,23 +14,29 @@ PackageUrl: https://www.feishu.cn/download License: 免费软件 LicenseUrl: https://www.feishu.cn/terms Copyright: Copyright © 2021 北京飞书科技有限公司 +# CopyrightUrl: ShortDescription: 先进团队,先用飞书 Description: 飞书——字节跳动旗下先进企业协作与管理平台,不仅一站式整合及时沟通、智能日历、音视频会议、飞书文档、云盘等办公协作套件,更提供飞书OKR、飞书招聘、飞书绩效等组织管理产品,让目标更清晰,信息流动更顺畅,每一个人工作更高效更愉悦。先进团队,先用飞书。 +# Moniker: Tags: -- 字节跳动 -- 字节 - bytedance +- 企业 +- 会议 +- 公司 - 办公 - 协作 -- 会议 +- 在线 +- 字节 +- 字节跳动 - 开会 - 打卡 - 文档 -- 企业 -- 公司 -- 在线 -- 视频会议 - 电话会议 +- 视频会议 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/4.9.6/ByteDance.Feishu.yaml b/manifests/b/ByteDance/Feishu/4.9.6/ByteDance.Feishu.yaml index 948c6c57668fa..207d600f69793 100644 --- a/manifests/b/ByteDance/Feishu/4.9.6/ByteDance.Feishu.yaml +++ b/manifests/b/ByteDance/Feishu/4.9.6/ByteDance.Feishu.yaml @@ -1,9 +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: ByteDance.Feishu PackageVersion: 4.9.6 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/5.1.5/ByteDance.Feishu.installer.yaml b/manifests/b/ByteDance/Feishu/5.1.5/ByteDance.Feishu.installer.yaml index 650ca062321a2..64780ca078751 100644 --- a/manifests/b/ByteDance/Feishu/5.1.5/ByteDance.Feishu.installer.yaml +++ b/manifests/b/ByteDance/Feishu/5.1.5/ByteDance.Feishu.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: ByteDance.Feishu PackageVersion: 5.1.5 @@ -22,4 +22,4 @@ Installers: InstallerSha256: FCADE311BD9F10BAC083177C07D866827150E5A0BF4928F5FB03E80FB1C4BB79 ProductCode: Feishu ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/5.1.5/ByteDance.Feishu.locale.en-US.yaml b/manifests/b/ByteDance/Feishu/5.1.5/ByteDance.Feishu.locale.en-US.yaml index f135382d570d9..334c47e70898e 100644 --- a/manifests/b/ByteDance/Feishu/5.1.5/ByteDance.Feishu.locale.en-US.yaml +++ b/manifests/b/ByteDance/Feishu/5.1.5/ByteDance.Feishu.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: ByteDance.Feishu PackageVersion: 5.1.5 @@ -14,24 +14,23 @@ PackageUrl: https://www.feishu.cn/en/ License: Proprietary LicenseUrl: https://www.feishu.cn/en/terms Copyright: Copyright © 2021 Beijing Feishu Technology Co., Ltd. -# CopyrightUrl: +# CopyrightUrl: ShortDescription: A new way to collaborate Description: Empowering teams by messenger, Meetings, calendar, docs, and emails. It's all in one place. -# Moniker: +# Moniker: Tags: -- office +- bussiness +- bytedance +- check-in - collaboration -- meetings - conferences -- check-in +- corporations - documents -- bussiness - enterprises -- corporations -- Lark -- ByteDance +- lark +- meetings +- office - 飞书 -# Agreements: ReleaseNotes: |- V5.1 What's New: [Messenger] @@ -57,5 +56,8 @@ ReleaseNotes: |- ​- More fonts are now available for your emails. ​- We’re working on making the approval request submission experience better with a visual overhaul. Switch to the new interface and find things easily with a fresher look. ReleaseNotesUrl: https://www.feishu.cn/hc/en-US/articles/773868739558 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/5.1.5/ByteDance.Feishu.locale.zh-CN.yaml b/manifests/b/ByteDance/Feishu/5.1.5/ByteDance.Feishu.locale.zh-CN.yaml index a4b4638946843..43ef8987ca3ac 100644 --- a/manifests/b/ByteDance/Feishu/5.1.5/ByteDance.Feishu.locale.zh-CN.yaml +++ b/manifests/b/ByteDance/Feishu/5.1.5/ByteDance.Feishu.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: ByteDance.Feishu PackageVersion: 5.1.5 @@ -14,27 +14,26 @@ PackageUrl: https://www.feishu.cn/download License: 专有软件 LicenseUrl: https://www.feishu.cn/terms Copyright: Copyright © 2021 北京飞书科技有限公司 -# CopyrightUrl: +# CopyrightUrl: ShortDescription: 先进团队,先用飞书 Description: 飞书——字节跳动旗下先进企业协作与管理平台,不仅一站式整合及时沟通、智能日历、音视频会议、飞书文档、云盘等办公协作套件,更提供飞书 OKR、飞书招聘、飞书绩效等组织管理产品,让目标更清晰,信息流动更顺畅,每一个人工作更高效更愉悦。先进团队,先用飞书。 -# Moniker: +# Moniker: Tags: +- bytedance +- lark +- 企业 +- 会议 +- 公司 - 办公 - 协作 -- 会议 +- 在线 +- 字节 +- 字节跳动 - 开会 - 打卡 - 文档 -- 企业 -- 公司 -- 在线 -- 视频会议 - 电话会议 -- Lark -- 字节跳动 -- 字节 -- Bytedance -# Agreements: +- 视频会议 ReleaseNotes: |- 即时消息 - ​@我的消息 与 @所有人的消息可以分开设置了。你可分别选择是否接受这两类消息的提醒,也可以在消息分组中将它们分开,降低无效信息的打扰 @@ -57,5 +56,8 @@ ReleaseNotes: |- ​- 撰写邮件时,你可以选择更多字体了 ​- 审批的发起申请中心全面改版,方便你快速找到申请发起入口 ReleaseNotesUrl: https://www.feishu.cn/hc/zh-CN/articles/773868739558 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/5.1.5/ByteDance.Feishu.yaml b/manifests/b/ByteDance/Feishu/5.1.5/ByteDance.Feishu.yaml index bb81618cbe2f7..84c122e3332c5 100644 --- a/manifests/b/ByteDance/Feishu/5.1.5/ByteDance.Feishu.yaml +++ b/manifests/b/ByteDance/Feishu/5.1.5/ByteDance.Feishu.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: ByteDance.Feishu PackageVersion: 5.1.5 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/5.1.8/ByteDance.Feishu.installer.yaml b/manifests/b/ByteDance/Feishu/5.1.8/ByteDance.Feishu.installer.yaml index bc02e128f3a29..d46aba1e4a1f7 100644 --- a/manifests/b/ByteDance/Feishu/5.1.8/ByteDance.Feishu.installer.yaml +++ b/manifests/b/ByteDance/Feishu/5.1.8/ByteDance.Feishu.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: ByteDance.Feishu PackageVersion: 5.1.8 @@ -21,4 +21,4 @@ Installers: InstallerSha256: 86081B8110171542467E751DE5FF3A5BF72EE361D0A50E83E646D3976B714136 ProductCode: Feishu ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/5.1.8/ByteDance.Feishu.locale.en-US.yaml b/manifests/b/ByteDance/Feishu/5.1.8/ByteDance.Feishu.locale.en-US.yaml index ad870d9751b30..e9a3ef6707d64 100644 --- a/manifests/b/ByteDance/Feishu/5.1.8/ByteDance.Feishu.locale.en-US.yaml +++ b/manifests/b/ByteDance/Feishu/5.1.8/ByteDance.Feishu.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: ByteDance.Feishu PackageVersion: 5.1.8 @@ -14,25 +14,27 @@ PackageUrl: https://www.feishu.cn/en/ License: Proprietary LicenseUrl: https://www.feishu.cn/en/terms Copyright: Copyright © 2021 Beijing Feishu Technology Co., Ltd. -# CopyrightUrl: +# CopyrightUrl: ShortDescription: A new way to collaborate Description: Empowering teams by messenger, Meetings, calendar, docs, and emails. It's all in one place. -# Moniker: +# Moniker: Tags: -- office +- bussiness +- bytedance +- check-in - collaboration -- meetings - conferences -- check-in +- corporations - documents -- bussiness - enterprises -- corporations -- Lark -- ByteDance +- lark +- meetings +- office - 飞书 -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/5.1.8/ByteDance.Feishu.locale.zh-CN.yaml b/manifests/b/ByteDance/Feishu/5.1.8/ByteDance.Feishu.locale.zh-CN.yaml index bdd5b2c9c8e37..4b0ccb4bbbfe8 100644 --- a/manifests/b/ByteDance/Feishu/5.1.8/ByteDance.Feishu.locale.zh-CN.yaml +++ b/manifests/b/ByteDance/Feishu/5.1.8/ByteDance.Feishu.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: ByteDance.Feishu PackageVersion: 5.1.8 @@ -14,28 +14,30 @@ PackageUrl: https://www.feishu.cn/download License: 专有软件 LicenseUrl: https://www.feishu.cn/terms Copyright: Copyright © 2021 北京飞书科技有限公司 -# CopyrightUrl: +# CopyrightUrl: ShortDescription: 先进团队,先用飞书 Description: 飞书——字节跳动旗下先进企业协作与管理平台,不仅一站式整合及时沟通、智能日历、音视频会议、飞书文档、云盘等办公协作套件,更提供飞书 OKR、飞书招聘、飞书绩效等组织管理产品,让目标更清晰,信息流动更顺畅,每一个人工作更高效更愉悦。先进团队,先用飞书。 -# Moniker: +# Moniker: Tags: +- bytedance +- lark +- 企业 +- 会议 +- 公司 - 办公 - 协作 -- 会议 +- 在线 +- 字节 +- 字节跳动 - 开会 - 打卡 - 文档 -- 企业 -- 公司 -- 在线 -- 视频会议 - 电话会议 -- Lark -- 字节跳动 -- 字节 -- Bytedance -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +- 视频会议 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/5.1.8/ByteDance.Feishu.yaml b/manifests/b/ByteDance/Feishu/5.1.8/ByteDance.Feishu.yaml index 0a631cdc3cfcb..1fcb7cc6a31cd 100644 --- a/manifests/b/ByteDance/Feishu/5.1.8/ByteDance.Feishu.yaml +++ b/manifests/b/ByteDance/Feishu/5.1.8/ByteDance.Feishu.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: ByteDance.Feishu PackageVersion: 5.1.8 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/5.11.5/ByteDance.Feishu.installer.yaml b/manifests/b/ByteDance/Feishu/5.11.5/ByteDance.Feishu.installer.yaml index 25e402cd84c65..0abd93aab3520 100644 --- a/manifests/b/ByteDance/Feishu/5.11.5/ByteDance.Feishu.installer.yaml +++ b/manifests/b/ByteDance/Feishu/5.11.5/ByteDance.Feishu.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: ByteDance.Feishu PackageVersion: 5.11.5 @@ -22,4 +22,4 @@ Installers: InstallerSha256: CD552A8C72E2B9672D2CE3C6A9659304449F9DD18BBD45E86C40402CCF30F6C4 ProductCode: Feishu ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/5.11.5/ByteDance.Feishu.locale.en-US.yaml b/manifests/b/ByteDance/Feishu/5.11.5/ByteDance.Feishu.locale.en-US.yaml index 74775f5fc60b4..b9d2747f63d6b 100644 --- a/manifests/b/ByteDance/Feishu/5.11.5/ByteDance.Feishu.locale.en-US.yaml +++ b/manifests/b/ByteDance/Feishu/5.11.5/ByteDance.Feishu.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: ByteDance.Feishu PackageVersion: 5.11.5 @@ -14,10 +14,10 @@ PackageUrl: https://www.feishu.cn/en/ License: Proprietary LicenseUrl: https://www.feishu.cn/en/terms Copyright: Copyright © 2022 Beijing Feishu Technology Co., Ltd. -# CopyrightUrl: +# CopyrightUrl: ShortDescription: A new way to collaborate Description: Empowering teams by messenger, meetings, calendar, docs, and emails. It's all in one place. -# Moniker: +# Moniker: Tags: - attendance - bussiness @@ -35,7 +35,6 @@ Tags: - saas - team - working -# Agreements: ReleaseNotes: |- Shortcut - Tap and hold the app icon to Scan. @@ -47,5 +46,8 @@ ReleaseNotes: |- Improvements: - You can remove the ban on your account through guided identity verification to resume using Feishu normally. ReleaseNotesUrl: https://www.feishu.cn/hc/en-US/articles/843419158091 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/5.11.5/ByteDance.Feishu.locale.zh-CN.yaml b/manifests/b/ByteDance/Feishu/5.11.5/ByteDance.Feishu.locale.zh-CN.yaml index db5bb356d6d5a..a33fe280b10f7 100644 --- a/manifests/b/ByteDance/Feishu/5.11.5/ByteDance.Feishu.locale.zh-CN.yaml +++ b/manifests/b/ByteDance/Feishu/5.11.5/ByteDance.Feishu.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: ByteDance.Feishu PackageVersion: 5.11.5 @@ -14,10 +14,10 @@ PackageUrl: https://www.feishu.cn/download License: 专有软件 LicenseUrl: https://www.feishu.cn/terms Copyright: Copyright © 2022 北京飞书科技有限公司 -# CopyrightUrl: +# CopyrightUrl: ShortDescription: 先进团队,先用飞书 Description: 飞书——字节跳动旗下先进企业协作与管理平台,不仅一站式整合及时沟通、智能日历、音视频会议、飞书文档、云盘等办公协作套件,更提供飞书 OKR、飞书招聘、飞书绩效等组织管理产品,让目标更清晰,信息流动更顺畅,每一个人工作更高效更愉悦。先进团队,先用飞书。 -# Moniker: +# Moniker: Tags: - oa - saas @@ -35,7 +35,6 @@ Tags: - 沟通 - 签到 - 考勤 -# Agreements: ReleaseNotes: |- 快捷工具 - ​你可通过长按应用图标,快捷打开“扫一扫”功能,使用更轻松 @@ -47,5 +46,8 @@ ReleaseNotes: |- 功能优化: - ​帐号出现问题时,可根据引导通过身份验证进行自助解封。验证通过后,即可正常使用飞书 ReleaseNotesUrl: https://www.feishu.cn/hc/zh-CN/articles/843419158091 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/5.11.5/ByteDance.Feishu.yaml b/manifests/b/ByteDance/Feishu/5.11.5/ByteDance.Feishu.yaml index 55fe2d2f7adbf..c8ce58b737366 100644 --- a/manifests/b/ByteDance/Feishu/5.11.5/ByteDance.Feishu.yaml +++ b/manifests/b/ByteDance/Feishu/5.11.5/ByteDance.Feishu.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: ByteDance.Feishu PackageVersion: 5.11.5 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/5.12.11/ByteDance.Feishu.installer.yaml b/manifests/b/ByteDance/Feishu/5.12.11/ByteDance.Feishu.installer.yaml index cee2895938364..377081654fa56 100644 --- a/manifests/b/ByteDance/Feishu/5.12.11/ByteDance.Feishu.installer.yaml +++ b/manifests/b/ByteDance/Feishu/5.12.11/ByteDance.Feishu.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: ByteDance.Feishu PackageVersion: 5.12.11 @@ -22,4 +22,4 @@ Installers: InstallerSha256: E5494E68EC1673C26471380863EF1ACD1EE99A7306A7238D05980CA08C85D0D3 ProductCode: Feishu ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/5.12.11/ByteDance.Feishu.locale.en-US.yaml b/manifests/b/ByteDance/Feishu/5.12.11/ByteDance.Feishu.locale.en-US.yaml index 5342a6405e39c..c0f942e7e3256 100644 --- a/manifests/b/ByteDance/Feishu/5.12.11/ByteDance.Feishu.locale.en-US.yaml +++ b/manifests/b/ByteDance/Feishu/5.12.11/ByteDance.Feishu.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: ByteDance.Feishu PackageVersion: 5.12.11 @@ -14,10 +14,10 @@ PackageUrl: https://www.feishu.cn/en/ License: Proprietary LicenseUrl: https://www.feishu.cn/en/terms Copyright: Copyright © 2022 Beijing Feishu Technology Co., Ltd. -# CopyrightUrl: +# CopyrightUrl: ShortDescription: A new way to collaborate Description: Empowering teams by messenger, meetings, calendar, docs, and emails. It's all in one place. -# Moniker: +# Moniker: Tags: - attendance - bussiness @@ -35,7 +35,6 @@ Tags: - saas - team - working -# Agreements: ReleaseNotes: |- Shortcut - Add the new Feishu widget to your home screen and place your frequently-used tools in the widget, such as Scan, Search or Workplace. @@ -50,5 +49,8 @@ ReleaseNotes: |- - Touch and hold a chat to pin to top, mark for later or mute notifications. - More details are added to the Efficiency monthly reports in Approval, so you can identify problem areas more efficiently. ReleaseNotesUrl: https://www.feishu.cn/hc/en-US/articles/616826882755 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/5.12.11/ByteDance.Feishu.locale.zh-CN.yaml b/manifests/b/ByteDance/Feishu/5.12.11/ByteDance.Feishu.locale.zh-CN.yaml index 45097258dc695..40f10417993d5 100644 --- a/manifests/b/ByteDance/Feishu/5.12.11/ByteDance.Feishu.locale.zh-CN.yaml +++ b/manifests/b/ByteDance/Feishu/5.12.11/ByteDance.Feishu.locale.zh-CN.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.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: ByteDance.Feishu PackageVersion: 5.12.11 @@ -14,10 +14,10 @@ PackageUrl: https://www.feishu.cn/download License: 专有软件 LicenseUrl: https://www.feishu.cn/terms Copyright: Copyright © 2022 北京飞书科技有限公司 -# CopyrightUrl: +# CopyrightUrl: ShortDescription: 先进团队,先用飞书 Description: 飞书——字节跳动旗下先进企业协作与管理平台,不仅一站式整合及时沟通、智能日历、音视频会议、飞书文档、云盘等办公协作套件,更提供飞书 OKR、飞书招聘、飞书绩效等组织管理产品,让目标更清晰,信息流动更顺畅,每一个人工作更高效更愉悦。先进团队,先用飞书。 -# Moniker: +# Moniker: Tags: - oa - saas @@ -35,7 +35,6 @@ Tags: - 沟通 - 签到 - 考勤 -# Agreements: ReleaseNotes: |- 快捷工具 - ​飞书常用工具小组件全新上线。你可将常用工具小组件添加至移动端桌面,并将搜索、扫一扫、工作台等常用功能添加至该组件 @@ -50,5 +49,8 @@ ReleaseNotes: |- - ​在移动端长按单个会话,可对会话进行置顶、稍后处理、免打扰等快捷操作 - ​你可在个人或团队审批效率月报推送中获取明细数据,轻松定位问题,助力效率优化 ReleaseNotesUrl: https://www.feishu.cn/hc/zh-CN/articles/616826882755 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/5.12.11/ByteDance.Feishu.yaml b/manifests/b/ByteDance/Feishu/5.12.11/ByteDance.Feishu.yaml index 26be643ebd264..85e1f1d077e1a 100644 --- a/manifests/b/ByteDance/Feishu/5.12.11/ByteDance.Feishu.yaml +++ b/manifests/b/ByteDance/Feishu/5.12.11/ByteDance.Feishu.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: ByteDance.Feishu PackageVersion: 5.12.11 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/5.13.8/ByteDance.Feishu.installer.yaml b/manifests/b/ByteDance/Feishu/5.13.8/ByteDance.Feishu.installer.yaml index 05d0fcbf97cea..6b64e63d6c9aa 100644 --- a/manifests/b/ByteDance/Feishu/5.13.8/ByteDance.Feishu.installer.yaml +++ b/manifests/b/ByteDance/Feishu/5.13.8/ByteDance.Feishu.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: ByteDance.Feishu PackageVersion: 5.13.8 @@ -22,4 +22,4 @@ Installers: InstallerSha256: 2A5D6DCA0D7119F8DA7FC7BDBA2D293E31B5ED4DA208EF7CF6F161471A7E820C ProductCode: Feishu ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/5.13.8/ByteDance.Feishu.locale.en-US.yaml b/manifests/b/ByteDance/Feishu/5.13.8/ByteDance.Feishu.locale.en-US.yaml index c7af78af04b08..031587cace7c8 100644 --- a/manifests/b/ByteDance/Feishu/5.13.8/ByteDance.Feishu.locale.en-US.yaml +++ b/manifests/b/ByteDance/Feishu/5.13.8/ByteDance.Feishu.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: ByteDance.Feishu PackageVersion: 5.13.8 @@ -14,10 +14,10 @@ PackageUrl: https://www.feishu.cn/en/ License: Proprietary LicenseUrl: https://www.feishu.cn/en/terms Copyright: Copyright © 2022 Beijing Feishu Technology Co., Ltd. -# CopyrightUrl: +# CopyrightUrl: ShortDescription: A new way to collaborate Description: Empowering teams by messenger, meetings, calendar, docs, and emails. It's all in one place. -# Moniker: +# Moniker: Tags: - attendance - bussiness @@ -35,7 +35,6 @@ Tags: - saas - team - working -# Agreements: ReleaseNotes: |- Subscriptions - Use brand new templates in Subscriptions with one click, improve your efficiency in different scenarios. @@ -50,5 +49,8 @@ ReleaseNotes: |- Improvements: - Enjoy an upgraded livestream audience experience on mobile devices. You can now interact and use tile mode in fullscreen. Playing audio in the background is also supported. ReleaseNotesUrl: https://www.feishu.cn/hc/en-US/articles/345076965834 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/5.13.8/ByteDance.Feishu.locale.zh-CN.yaml b/manifests/b/ByteDance/Feishu/5.13.8/ByteDance.Feishu.locale.zh-CN.yaml index cddf8ccd9dd5d..f3b3866a73634 100644 --- a/manifests/b/ByteDance/Feishu/5.13.8/ByteDance.Feishu.locale.zh-CN.yaml +++ b/manifests/b/ByteDance/Feishu/5.13.8/ByteDance.Feishu.locale.zh-CN.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.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: ByteDance.Feishu PackageVersion: 5.13.8 @@ -14,10 +14,10 @@ PackageUrl: https://www.feishu.cn/download License: 专有软件 LicenseUrl: https://www.feishu.cn/terms Copyright: Copyright © 2022 北京飞书科技有限公司 -# CopyrightUrl: +# CopyrightUrl: ShortDescription: 先进团队,先用飞书 Description: 飞书——字节跳动旗下先进企业协作与管理平台,不仅一站式整合及时沟通、智能日历、音视频会议、飞书文档、云盘等办公协作套件,更提供飞书 OKR、飞书招聘、飞书绩效等组织管理产品,让目标更清晰,信息流动更顺畅,每一个人工作更高效更愉悦。先进团队,先用飞书。 -# Moniker: +# Moniker: Tags: - oa - saas @@ -35,7 +35,6 @@ Tags: - 沟通 - 签到 - 考勤 -# Agreements: ReleaseNotes: |- 订阅号 - ​订阅号上线多种内容模板,一键选择即可编辑使用,满足多元创作需求,提高运营效率 @@ -50,5 +49,8 @@ ReleaseNotes: |- 功能优化: - ​移动端直播横屏观看页全面优化升级,横屏观看时也可参与互动、支持平铺播放模式,并支持在后台播放音频 ReleaseNotesUrl: https://www.feishu.cn/hc/zh-CN/articles/345076965834 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/5.13.8/ByteDance.Feishu.yaml b/manifests/b/ByteDance/Feishu/5.13.8/ByteDance.Feishu.yaml index f5da7e3bb3a38..be3124aa03d8c 100644 --- a/manifests/b/ByteDance/Feishu/5.13.8/ByteDance.Feishu.yaml +++ b/manifests/b/ByteDance/Feishu/5.13.8/ByteDance.Feishu.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: ByteDance.Feishu PackageVersion: 5.13.8 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/5.14.9/ByteDance.Feishu.installer.yaml b/manifests/b/ByteDance/Feishu/5.14.9/ByteDance.Feishu.installer.yaml index 871af00486148..a7d3bfd6468a5 100644 --- a/manifests/b/ByteDance/Feishu/5.14.9/ByteDance.Feishu.installer.yaml +++ b/manifests/b/ByteDance/Feishu/5.14.9/ByteDance.Feishu.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: ByteDance.Feishu PackageVersion: 5.14.9 @@ -22,4 +22,4 @@ Installers: InstallerSha256: 28F014AB24F0AD520E7C183F2524FABB100A184C05F544A812BB2860E2B9B5EF ProductCode: Feishu ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/5.14.9/ByteDance.Feishu.locale.en-US.yaml b/manifests/b/ByteDance/Feishu/5.14.9/ByteDance.Feishu.locale.en-US.yaml index fca70659a5531..cec4e8a39c516 100644 --- a/manifests/b/ByteDance/Feishu/5.14.9/ByteDance.Feishu.locale.en-US.yaml +++ b/manifests/b/ByteDance/Feishu/5.14.9/ByteDance.Feishu.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: ByteDance.Feishu PackageVersion: 5.14.9 @@ -14,10 +14,10 @@ PackageUrl: https://www.feishu.cn/en/ License: Proprietary LicenseUrl: https://www.feishu.cn/en/terms Copyright: Copyright © 2022 Beijing Feishu Technology Co., Ltd. -# CopyrightUrl: +# CopyrightUrl: ShortDescription: A new way to collaborate Description: Empowering teams by messenger, meetings, calendar, docs, and emails. It's all in one place. -# Moniker: +# Moniker: Tags: - attendance - bussiness @@ -35,7 +35,6 @@ Tags: - saas - team - working -# Agreements: ReleaseNotes: |- Messenger - Try the updated Feed Filter and the new three-column layout on desktop. Switch quickly between Feed Filters to view and manage chats more efficiently on mobile. @@ -59,5 +58,8 @@ ReleaseNotes: |- - Click "Maybe" or reply later when receiving an event invitation, and the event will display as "Maybe" or "Awaiting" in your Calendar, making it easier for others to book your schedule. - Customize chart data labels in Sheets to help your audience understand your data better. ReleaseNotesUrl: https://www.feishu.cn/hc/en-US/articles/133313628852 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/5.14.9/ByteDance.Feishu.locale.zh-CN.yaml b/manifests/b/ByteDance/Feishu/5.14.9/ByteDance.Feishu.locale.zh-CN.yaml index bf1e879bdec2c..8d31cab4fc217 100644 --- a/manifests/b/ByteDance/Feishu/5.14.9/ByteDance.Feishu.locale.zh-CN.yaml +++ b/manifests/b/ByteDance/Feishu/5.14.9/ByteDance.Feishu.locale.zh-CN.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.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: ByteDance.Feishu PackageVersion: 5.14.9 @@ -14,10 +14,10 @@ PackageUrl: https://www.feishu.cn/download License: 专有软件 LicenseUrl: https://www.feishu.cn/terms Copyright: Copyright © 2022 北京飞书科技有限公司 -# CopyrightUrl: +# CopyrightUrl: ShortDescription: 先进团队,先用飞书 Description: 飞书——字节跳动旗下先进企业协作与管理平台,不仅一站式整合及时沟通、智能日历、音视频会议、飞书文档、云盘等办公协作套件,更提供飞书 OKR、飞书招聘、飞书绩效等组织管理产品,让目标更清晰,信息流动更顺畅,每一个人工作更高效更愉悦。先进团队,先用飞书。 -# Moniker: +# Moniker: Tags: - oa - saas @@ -35,7 +35,6 @@ Tags: - 沟通 - 签到 - 考勤 -# Agreements: ReleaseNotes: |- 即时消息 - 消息分组全面升级。桌面端呈三栏结构展示分组信息,在手机快速切换常用分组,并唤起单独的消息分组页,助你高效管理消息 @@ -59,5 +58,8 @@ ReleaseNotes: |- - 收到日程邀请时,如暂未回复或回复“待定”,该日程在你的日历中将精准显示为“未回复”或“待定”,方便他人预约你的日程 - 支持自定义表格中图表的数据标签内容,满足你在不同场景下对数据展示的需求 ReleaseNotesUrl: https://www.feishu.cn/hc/zh-CN/articles/133313628852 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/5.14.9/ByteDance.Feishu.yaml b/manifests/b/ByteDance/Feishu/5.14.9/ByteDance.Feishu.yaml index 034b831ce1f0d..1270495f8e781 100644 --- a/manifests/b/ByteDance/Feishu/5.14.9/ByteDance.Feishu.yaml +++ b/manifests/b/ByteDance/Feishu/5.14.9/ByteDance.Feishu.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: ByteDance.Feishu PackageVersion: 5.14.9 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/5.15.6/ByteDance.Feishu.installer.yaml b/manifests/b/ByteDance/Feishu/5.15.6/ByteDance.Feishu.installer.yaml index 8720c53e092c8..a24fa22625839 100644 --- a/manifests/b/ByteDance/Feishu/5.15.6/ByteDance.Feishu.installer.yaml +++ b/manifests/b/ByteDance/Feishu/5.15.6/ByteDance.Feishu.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: ByteDance.Feishu PackageVersion: 5.15.6 @@ -22,4 +22,4 @@ Installers: InstallerSha256: 51C71B492C7C2891AC1C566E9BD22DA91D0EF5FDBA97BD659281F558AC78A1B8 ProductCode: Feishu ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/5.15.6/ByteDance.Feishu.locale.en-US.yaml b/manifests/b/ByteDance/Feishu/5.15.6/ByteDance.Feishu.locale.en-US.yaml index a5674a1d26817..0444c2cbf28c6 100644 --- a/manifests/b/ByteDance/Feishu/5.15.6/ByteDance.Feishu.locale.en-US.yaml +++ b/manifests/b/ByteDance/Feishu/5.15.6/ByteDance.Feishu.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: ByteDance.Feishu PackageVersion: 5.15.6 @@ -14,10 +14,10 @@ PackageUrl: https://www.feishu.cn/en/ License: Proprietary LicenseUrl: https://www.feishu.cn/en/terms Copyright: Copyright © 2022 Beijing Feishu Technology Co., Ltd. -# CopyrightUrl: +# CopyrightUrl: ShortDescription: A new way to collaborate Description: Empowering teams by messenger, meetings, calendar, docs, and emails. It's all in one place. -# Moniker: +# Moniker: Tags: - attendance - bussiness @@ -35,7 +35,6 @@ Tags: - saas - team - working -# Agreements: ReleaseNotes: |- Messenger - "Mark for later" updated as "Flag". Flag your chats or messages to make them easier to find. @@ -52,5 +51,8 @@ ReleaseNotes: |- - Leave a note and @mention someone in the note when forwarding. - Try the upgraded mobile interface for video meetings. Switch to horizontal view with optimized layout for clearer view and better experience. ReleaseNotesUrl: https://www.feishu.cn/hc/en-US/articles/892388254956 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/5.15.6/ByteDance.Feishu.locale.zh-CN.yaml b/manifests/b/ByteDance/Feishu/5.15.6/ByteDance.Feishu.locale.zh-CN.yaml index b2bacb8a81547..4df1f6d8b2e78 100644 --- a/manifests/b/ByteDance/Feishu/5.15.6/ByteDance.Feishu.locale.zh-CN.yaml +++ b/manifests/b/ByteDance/Feishu/5.15.6/ByteDance.Feishu.locale.zh-CN.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.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: ByteDance.Feishu PackageVersion: 5.15.6 @@ -14,10 +14,10 @@ PackageUrl: https://www.feishu.cn/download License: 专有软件 LicenseUrl: https://www.feishu.cn/terms Copyright: Copyright © 2022 北京飞书科技有限公司 -# CopyrightUrl: +# CopyrightUrl: ShortDescription: 先进团队,先用飞书 Description: 飞书——字节跳动旗下先进企业协作与管理平台,不仅一站式整合及时沟通、智能日历、音视频会议、飞书文档、云盘等办公协作套件,更提供飞书 OKR、飞书招聘、飞书绩效等组织管理产品,让目标更清晰,信息流动更顺畅,每一个人工作更高效更愉悦。先进团队,先用飞书。 -# Moniker: +# Moniker: Tags: - oa - saas @@ -35,7 +35,6 @@ Tags: - 沟通 - 签到 - 考勤 -# Agreements: ReleaseNotes: |- 即时消息 - “稍后处理”升级为“标记”,你可以快速标记消息或会话,并在标记列表中便捷查看 @@ -52,5 +51,8 @@ ReleaseNotes: |- - 转发消息时,你可以同时进行留言,并支持在留言内@任何人 - 手机视频会议界面全新改版,支持切换至横屏模式,布局更优化,视图更清晰,体验更升级 ReleaseNotesUrl: https://www.feishu.cn/hc/zh-CN/articles/892388254956 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/5.15.6/ByteDance.Feishu.yaml b/manifests/b/ByteDance/Feishu/5.15.6/ByteDance.Feishu.yaml index 18ee0d0880395..178937753e96b 100644 --- a/manifests/b/ByteDance/Feishu/5.15.6/ByteDance.Feishu.yaml +++ b/manifests/b/ByteDance/Feishu/5.15.6/ByteDance.Feishu.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: ByteDance.Feishu PackageVersion: 5.15.6 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/5.16.5/ByteDance.Feishu.installer.yaml b/manifests/b/ByteDance/Feishu/5.16.5/ByteDance.Feishu.installer.yaml index a89281afb0744..6be319dabac81 100644 --- a/manifests/b/ByteDance/Feishu/5.16.5/ByteDance.Feishu.installer.yaml +++ b/manifests/b/ByteDance/Feishu/5.16.5/ByteDance.Feishu.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: ByteDance.Feishu PackageVersion: 5.16.5 @@ -22,4 +22,4 @@ Installers: InstallerSha256: 4292CD018069C7BECF0E8FCBE1C027A9CB854DE0F01085AA73B8ED85D762083B ProductCode: Feishu ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/5.16.5/ByteDance.Feishu.locale.en-US.yaml b/manifests/b/ByteDance/Feishu/5.16.5/ByteDance.Feishu.locale.en-US.yaml index 540b44d006f97..cabbb9fb14988 100644 --- a/manifests/b/ByteDance/Feishu/5.16.5/ByteDance.Feishu.locale.en-US.yaml +++ b/manifests/b/ByteDance/Feishu/5.16.5/ByteDance.Feishu.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: ByteDance.Feishu PackageVersion: 5.16.5 @@ -14,10 +14,10 @@ PackageUrl: https://www.feishu.cn/en/ License: Proprietary LicenseUrl: https://www.feishu.cn/en/terms Copyright: Copyright © 2022 Beijing Feishu Technology Co., Ltd. -# CopyrightUrl: +# CopyrightUrl: ShortDescription: A new way to collaborate Description: Empowering teams by messenger, meetings, calendar, docs, and emails. It's all in one place. -# Moniker: +# Moniker: Tags: - attendance - bussiness @@ -35,7 +35,6 @@ Tags: - saas - team - working -# Agreements: ReleaseNotes: |- Messenger - Translate text into a language of your choice as you type. @@ -53,5 +52,8 @@ ReleaseNotes: |- - Label a chat in Chat Settings on desktop, or tap and hold a chat to add labels on mobile. - Email search will be performed in current folder or label by default. ReleaseNotesUrl: https://www.feishu.cn/hc/en-US/articles/253954124964 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/5.16.5/ByteDance.Feishu.locale.zh-CN.yaml b/manifests/b/ByteDance/Feishu/5.16.5/ByteDance.Feishu.locale.zh-CN.yaml index b95ee78494c5c..069d5ac5dc2e8 100644 --- a/manifests/b/ByteDance/Feishu/5.16.5/ByteDance.Feishu.locale.zh-CN.yaml +++ b/manifests/b/ByteDance/Feishu/5.16.5/ByteDance.Feishu.locale.zh-CN.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.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: ByteDance.Feishu PackageVersion: 5.16.5 @@ -14,10 +14,10 @@ PackageUrl: https://www.feishu.cn/download License: 专有软件 LicenseUrl: https://www.feishu.cn/terms Copyright: Copyright © 2022 北京飞书科技有限公司 -# CopyrightUrl: +# CopyrightUrl: ShortDescription: 先进团队,先用飞书 Description: 飞书——字节跳动旗下先进企业协作与管理平台,不仅一站式整合及时沟通、智能日历、音视频会议、飞书文档、云盘等办公协作套件,更提供飞书 OKR、飞书招聘、飞书绩效等组织管理产品,让目标更清晰,信息流动更顺畅,每一个人工作更高效更愉悦。先进团队,先用飞书。 -# Moniker: +# Moniker: Tags: - oa - saas @@ -35,7 +35,6 @@ Tags: - 沟通 - 签到 - 考勤 -# Agreements: ReleaseNotes: |- 即时消息 - 输入消息时可以开启“边写边译”,实时翻译你输入的内容,并支持多语言选择 @@ -53,5 +52,8 @@ ReleaseNotes: |- - 你可以在桌面端会话设置页添加分组标签,并支持在移动端长按会话添加分组标签 - 在邮箱特定文件夹或标签下搜索时,默认搜索当前位置下的邮件,查找更便捷 ReleaseNotesUrl: https://www.feishu.cn/hc/zh-CN/articles/253954124964 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/5.16.5/ByteDance.Feishu.yaml b/manifests/b/ByteDance/Feishu/5.16.5/ByteDance.Feishu.yaml index dccc733da7177..37e6d5f7ff1f2 100644 --- a/manifests/b/ByteDance/Feishu/5.16.5/ByteDance.Feishu.yaml +++ b/manifests/b/ByteDance/Feishu/5.16.5/ByteDance.Feishu.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: ByteDance.Feishu PackageVersion: 5.16.5 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/5.17.7/ByteDance.Feishu.installer.yaml b/manifests/b/ByteDance/Feishu/5.17.7/ByteDance.Feishu.installer.yaml index cb251251f8c5f..3b3c37491d0f8 100644 --- a/manifests/b/ByteDance/Feishu/5.17.7/ByteDance.Feishu.installer.yaml +++ b/manifests/b/ByteDance/Feishu/5.17.7/ByteDance.Feishu.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: ByteDance.Feishu PackageVersion: 5.17.7 @@ -22,4 +22,4 @@ Installers: InstallerSha256: AF320D89E9D7C4BFC4B4477BDCE770311E0DF8051A46ED58C574EB9ED2269B64 ProductCode: Feishu ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/5.17.7/ByteDance.Feishu.locale.en-US.yaml b/manifests/b/ByteDance/Feishu/5.17.7/ByteDance.Feishu.locale.en-US.yaml index 8dcc66d9843d1..9c3d7bde2fd04 100644 --- a/manifests/b/ByteDance/Feishu/5.17.7/ByteDance.Feishu.locale.en-US.yaml +++ b/manifests/b/ByteDance/Feishu/5.17.7/ByteDance.Feishu.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: ByteDance.Feishu PackageVersion: 5.17.7 @@ -14,10 +14,10 @@ PackageUrl: https://www.feishu.cn/en/ License: Proprietary LicenseUrl: https://www.feishu.cn/en/terms Copyright: Copyright © 2022 Beijing Feishu Technology Co., Ltd. -# CopyrightUrl: +# CopyrightUrl: ShortDescription: A new way to collaborate Description: Empowering teams by messenger, meetings, calendar, docs, and emails. It's all in one place. -# Moniker: +# Moniker: Tags: - attendance - bussiness @@ -35,7 +35,6 @@ Tags: - saas - team - working -# Agreements: ReleaseNotes: |- Meetings - Use Minutes generated from meeting recordings to create clips on desktop. Select key parts of the meeting and share them on desktop or mobile. @@ -52,5 +51,8 @@ ReleaseNotes: |- - Drag and drop to re-arrange the order of chat filters and labels. - View and search Teampedia entries by clicking the new Teampedia tab on the Docs homepage. ReleaseNotesUrl: https://www.feishu.cn/hc/en-US/articles/412421877292 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/5.17.7/ByteDance.Feishu.locale.zh-CN.yaml b/manifests/b/ByteDance/Feishu/5.17.7/ByteDance.Feishu.locale.zh-CN.yaml index 40a54333277c5..b007c0282b4d7 100644 --- a/manifests/b/ByteDance/Feishu/5.17.7/ByteDance.Feishu.locale.zh-CN.yaml +++ b/manifests/b/ByteDance/Feishu/5.17.7/ByteDance.Feishu.locale.zh-CN.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.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: ByteDance.Feishu PackageVersion: 5.17.7 @@ -14,10 +14,10 @@ PackageUrl: https://www.feishu.cn/download License: 专有软件 LicenseUrl: https://www.feishu.cn/terms Copyright: Copyright © 2022 北京飞书科技有限公司 -# CopyrightUrl: +# CopyrightUrl: ShortDescription: 先进团队,先用飞书 Description: 飞书——字节跳动旗下先进企业协作与管理平台,不仅一站式整合及时沟通、智能日历、音视频会议、飞书文档、云盘等办公协作套件,更提供飞书 OKR、飞书招聘、飞书绩效等组织管理产品,让目标更清晰,信息流动更顺畅,每一个人工作更高效更愉悦。先进团队,先用飞书。 -# Moniker: +# Moniker: Tags: - oa - saas @@ -35,7 +35,6 @@ Tags: - 沟通 - 签到 - 考勤 -# Agreements: ReleaseNotes: |- 视频会议 - 会议录制完成生成妙记后,你可在桌面端挑选其中部分内容生成妙记片段,并在桌面端或移动端进行分享和查看 @@ -52,5 +51,8 @@ ReleaseNotes: |- - 你可在消息分组中通过拖拽更改分组或标签的顺序,查看更自由 - 云文档主页导航栏新增企业百科入口。你可直接在云文档主页查看和搜索百科词条 ReleaseNotesUrl: https://www.feishu.cn/hc/zh-CN/articles/412421877292 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/5.17.7/ByteDance.Feishu.yaml b/manifests/b/ByteDance/Feishu/5.17.7/ByteDance.Feishu.yaml index feab385b48ecd..4869d5a8f98a9 100644 --- a/manifests/b/ByteDance/Feishu/5.17.7/ByteDance.Feishu.yaml +++ b/manifests/b/ByteDance/Feishu/5.17.7/ByteDance.Feishu.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: ByteDance.Feishu PackageVersion: 5.17.7 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/5.18.5/ByteDance.Feishu.installer.yaml b/manifests/b/ByteDance/Feishu/5.18.5/ByteDance.Feishu.installer.yaml index 8019391715475..4554d4c0ccc7c 100644 --- a/manifests/b/ByteDance/Feishu/5.18.5/ByteDance.Feishu.installer.yaml +++ b/manifests/b/ByteDance/Feishu/5.18.5/ByteDance.Feishu.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: ByteDance.Feishu PackageVersion: 5.18.5 @@ -22,4 +22,4 @@ Installers: InstallerSha256: 48CC1CBA8F3728F45B61E3A979973EB5B8325B7C1F4E854C0BD649131DAA2A59 ProductCode: Feishu ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/5.18.5/ByteDance.Feishu.locale.en-US.yaml b/manifests/b/ByteDance/Feishu/5.18.5/ByteDance.Feishu.locale.en-US.yaml index fdc368fe5ce4a..e34a195423c14 100644 --- a/manifests/b/ByteDance/Feishu/5.18.5/ByteDance.Feishu.locale.en-US.yaml +++ b/manifests/b/ByteDance/Feishu/5.18.5/ByteDance.Feishu.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: ByteDance.Feishu PackageVersion: 5.18.5 @@ -14,10 +14,10 @@ PackageUrl: https://www.feishu.cn/en/ License: Proprietary LicenseUrl: https://www.feishu.cn/en/terms Copyright: Copyright © 2022 Beijing Feishu Technology Co., Ltd. -# CopyrightUrl: +# CopyrightUrl: ShortDescription: A new way to collaborate Description: Empowering teams by messenger, meetings, calendar, docs, and emails. It's all in one place. -# Moniker: +# Moniker: Tags: - attendance - bussiness @@ -35,7 +35,6 @@ Tags: - saas - team - working -# Agreements: ReleaseNotes: |- Search - You can now search members by departments. Administrators can also turn off this function when needed. @@ -54,5 +53,8 @@ ReleaseNotes: |- - You can now sort search results by time when searching files or groups. - It's now easier to customize your frequently-used filters on the Feishu mobile app. ReleaseNotesUrl: https://www.feishu.cn/hc/en-US/articles/398383818884 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/5.18.5/ByteDance.Feishu.locale.zh-CN.yaml b/manifests/b/ByteDance/Feishu/5.18.5/ByteDance.Feishu.locale.zh-CN.yaml index e96733cebe64e..57cdef9ffcf03 100644 --- a/manifests/b/ByteDance/Feishu/5.18.5/ByteDance.Feishu.locale.zh-CN.yaml +++ b/manifests/b/ByteDance/Feishu/5.18.5/ByteDance.Feishu.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: ByteDance.Feishu PackageVersion: 5.18.5 @@ -14,10 +14,10 @@ PackageUrl: https://www.feishu.cn/download License: 专有软件 LicenseUrl: https://www.feishu.cn/terms Copyright: Copyright © 2022 北京飞书科技有限公司 -# CopyrightUrl: +# CopyrightUrl: ShortDescription: 先进团队,先用飞书 Description: 飞书——字节跳动旗下先进企业协作与管理平台,不仅一站式整合及时沟通、智能日历、音视频会议、飞书文档、云盘等办公协作套件,更提供飞书 OKR、飞书招聘、飞书绩效等组织管理产品,让目标更清晰,信息流动更顺畅,每一个人工作更高效更愉悦。先进团队,先用飞书。 -# Moniker: +# Moniker: Tags: - oa - saas @@ -35,7 +35,6 @@ Tags: - 沟通 - 签到 - 考勤 -# Agreements: ReleaseNotes: |- 搜索 - 搜索成员时允许按部门搜索,找人更方便。管理员也可在需要时手动关闭该功能 @@ -54,5 +53,8 @@ ReleaseNotes: |- - 搜索文档或群组时,可选择根据时间等条件排序展示搜索结果,查找更方便 - 你可在移动端自定义常用消息分组,设置更灵活,体验更升级 ReleaseNotesUrl: https://www.feishu.cn/hc/zh-CN/articles/398383818884 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/5.18.5/ByteDance.Feishu.yaml b/manifests/b/ByteDance/Feishu/5.18.5/ByteDance.Feishu.yaml index 4d663f6ef5bb2..bfc1d407e14e3 100644 --- a/manifests/b/ByteDance/Feishu/5.18.5/ByteDance.Feishu.yaml +++ b/manifests/b/ByteDance/Feishu/5.18.5/ByteDance.Feishu.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: ByteDance.Feishu PackageVersion: 5.18.5 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/5.19.5/ByteDance.Feishu.installer.yaml b/manifests/b/ByteDance/Feishu/5.19.5/ByteDance.Feishu.installer.yaml index 5cd94ed05bdc2..df924ef229722 100644 --- a/manifests/b/ByteDance/Feishu/5.19.5/ByteDance.Feishu.installer.yaml +++ b/manifests/b/ByteDance/Feishu/5.19.5/ByteDance.Feishu.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 YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ByteDance.Feishu PackageVersion: 5.19.5 @@ -22,4 +22,4 @@ Installers: InstallerSha256: 2DE99E781105B68FF4ECF632DA8319C026E7AA654E149931BB239A2D6FC341C0 ProductCode: Feishu ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/5.19.5/ByteDance.Feishu.locale.en-US.yaml b/manifests/b/ByteDance/Feishu/5.19.5/ByteDance.Feishu.locale.en-US.yaml index 2543da1d3e80c..8961130f8bef4 100644 --- a/manifests/b/ByteDance/Feishu/5.19.5/ByteDance.Feishu.locale.en-US.yaml +++ b/manifests/b/ByteDance/Feishu/5.19.5/ByteDance.Feishu.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 YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ByteDance.Feishu PackageVersion: 5.19.5 @@ -14,10 +14,10 @@ PackageUrl: https://www.feishu.cn/en/ License: Proprietary LicenseUrl: https://www.feishu.cn/en/terms Copyright: Copyright © 2022 Beijing Feishu Technology Co., Ltd. -# CopyrightUrl: +# CopyrightUrl: ShortDescription: A new way to collaborate Description: Empowering teams by messenger, meetings, calendar, docs, and emails. It's all in one place. -# Moniker: +# Moniker: Tags: - attendance - bussiness @@ -35,7 +35,6 @@ Tags: - saas - team - working -# Agreements: ReleaseNotes: |- Messenger - @Mention your external contacts to share their contact cards in chat. @@ -55,8 +54,8 @@ ReleaseNotes: |- - Filter private chats, group chats or bot messages easily under Messages in the Search page. - Save a webpage to Docs using Feishu Clip while browsing on Messenger on mobile. ReleaseNotesUrl: https://www.feishu.cn/hc/en-US/articles/021999222267 -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/5.19.5/ByteDance.Feishu.locale.zh-CN.yaml b/manifests/b/ByteDance/Feishu/5.19.5/ByteDance.Feishu.locale.zh-CN.yaml index db9d8f12efb6f..c238611af0a8e 100644 --- a/manifests/b/ByteDance/Feishu/5.19.5/ByteDance.Feishu.locale.zh-CN.yaml +++ b/manifests/b/ByteDance/Feishu/5.19.5/ByteDance.Feishu.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 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: ByteDance.Feishu PackageVersion: 5.19.5 @@ -14,10 +14,10 @@ PackageUrl: https://www.feishu.cn/download License: 专有软件 LicenseUrl: https://www.feishu.cn/terms Copyright: Copyright © 2022 北京飞书科技有限公司 -# CopyrightUrl: +# CopyrightUrl: ShortDescription: 先进团队,先用飞书 Description: 飞书——字节跳动旗下先进企业协作与管理平台,不仅一站式整合及时沟通、智能日历、音视频会议、飞书文档、云盘等办公协作套件,更提供飞书 OKR、飞书招聘、飞书绩效等组织管理产品,让目标更清晰,信息流动更顺畅,每一个人工作更高效更愉悦。先进团队,先用飞书。 -# Moniker: +# Moniker: Tags: - oa - saas @@ -35,7 +35,6 @@ Tags: - 沟通 - 签到 - 考勤 -# Agreements: ReleaseNotes: |- 即时消息 - 在单聊、群聊或话题群中,你可通过@外部联系人,将该联系人名片快捷分享给他人 @@ -55,8 +54,8 @@ ReleaseNotes: |- - 搜索页“消息”分类下可快速筛选单聊和群聊会话,还可快捷查看来自机器人的消息 - 在移动端消息界面中打开网页链接时,你可将其一键剪存为飞书云文档 ReleaseNotesUrl: https://www.feishu.cn/hc/zh-CN/articles/021999222267 -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/5.19.5/ByteDance.Feishu.yaml b/manifests/b/ByteDance/Feishu/5.19.5/ByteDance.Feishu.yaml index b53dbe13d2cad..4a1b3ce9f4cee 100644 --- a/manifests/b/ByteDance/Feishu/5.19.5/ByteDance.Feishu.yaml +++ b/manifests/b/ByteDance/Feishu/5.19.5/ByteDance.Feishu.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 YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ByteDance.Feishu PackageVersion: 5.19.5 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/5.2.11/ByteDance.Feishu.installer.yaml b/manifests/b/ByteDance/Feishu/5.2.11/ByteDance.Feishu.installer.yaml index bdc217eddd80e..868b8e27a179e 100644 --- a/manifests/b/ByteDance/Feishu/5.2.11/ByteDance.Feishu.installer.yaml +++ b/manifests/b/ByteDance/Feishu/5.2.11/ByteDance.Feishu.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: ByteDance.Feishu PackageVersion: 5.2.11 @@ -22,4 +22,4 @@ Installers: InstallerSha256: 9882A8F7DD01D29FA04F98C612FA35211DCE6EA36BEC4279565D78175660CD79 ProductCode: Feishu ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/5.2.11/ByteDance.Feishu.locale.en-US.yaml b/manifests/b/ByteDance/Feishu/5.2.11/ByteDance.Feishu.locale.en-US.yaml index 8084a038ca280..0db85ca89cf1f 100644 --- a/manifests/b/ByteDance/Feishu/5.2.11/ByteDance.Feishu.locale.en-US.yaml +++ b/manifests/b/ByteDance/Feishu/5.2.11/ByteDance.Feishu.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: ByteDance.Feishu PackageVersion: 5.2.11 @@ -14,24 +14,23 @@ PackageUrl: https://www.feishu.cn/en/ License: Proprietary LicenseUrl: https://www.feishu.cn/en/terms Copyright: Copyright © 2021 Beijing Feishu Technology Co., Ltd. -# CopyrightUrl: +# CopyrightUrl: ShortDescription: A new way to collaborate Description: Empowering teams by messenger, Meetings, calendar, docs, and emails. It's all in one place. -# Moniker: +# Moniker: Tags: -- office +- bussiness +- bytedance +- check-in - collaboration -- meetings - conferences -- check-in +- corporations - documents -- bussiness - enterprises -- corporations -- Lark -- ByteDance +- lark +- meetings +- office - 飞书 -# Agreements: ReleaseNotes: |- V5.2 What's New: [Docs] @@ -48,5 +47,8 @@ ReleaseNotes: |- - ​You can easily adjust the numbers in a numbered list for a smooth email composing experience. - ​You can now use Quick search to find subscription accounts and articles. ReleaseNotesUrl: https://www.feishu.cn/hc/en-US/articles/262399547223 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/5.2.11/ByteDance.Feishu.locale.zh-CN.yaml b/manifests/b/ByteDance/Feishu/5.2.11/ByteDance.Feishu.locale.zh-CN.yaml index d8723e8fac444..58b31daf640a7 100644 --- a/manifests/b/ByteDance/Feishu/5.2.11/ByteDance.Feishu.locale.zh-CN.yaml +++ b/manifests/b/ByteDance/Feishu/5.2.11/ByteDance.Feishu.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: ByteDance.Feishu PackageVersion: 5.2.11 @@ -14,27 +14,26 @@ PackageUrl: https://www.feishu.cn/download License: 专有软件 LicenseUrl: https://www.feishu.cn/terms Copyright: Copyright © 2021 北京飞书科技有限公司 -# CopyrightUrl: +# CopyrightUrl: ShortDescription: 先进团队,先用飞书 Description: 飞书——字节跳动旗下先进企业协作与管理平台,不仅一站式整合及时沟通、智能日历、音视频会议、飞书文档、云盘等办公协作套件,更提供飞书 OKR、飞书招聘、飞书绩效等组织管理产品,让目标更清晰,信息流动更顺畅,每一个人工作更高效更愉悦。先进团队,先用飞书。 -# Moniker: +# Moniker: Tags: +- bytedance +- lark +- 企业 +- 会议 +- 公司 - 办公 - 协作 -- 会议 +- 在线 +- 字节 +- 字节跳动 - 开会 - 打卡 - 文档 -- 企业 -- 公司 -- 在线 -- 视频会议 - 电话会议 -- Lark -- 字节跳动 -- 字节 -- Bytedance -# Agreements: +- 视频会议 ReleaseNotes: |- 云文档 - ​“文档信息”全新优化。不仅有更详细的互动数据,还新增了访问记录,谁看过你的文档一目了然 @@ -49,5 +48,8 @@ ReleaseNotes: |- - ​写邮件时,你可调整有序列表的序号,编辑排版更方便 - ​你可在顶部搜索栏中搜到订阅号的帐号和文章了 ReleaseNotesUrl: https://www.feishu.cn/hc/zh-CN/articles/262399547223 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/5.2.11/ByteDance.Feishu.yaml b/manifests/b/ByteDance/Feishu/5.2.11/ByteDance.Feishu.yaml index c4727bfece31b..3b68445fe75af 100644 --- a/manifests/b/ByteDance/Feishu/5.2.11/ByteDance.Feishu.yaml +++ b/manifests/b/ByteDance/Feishu/5.2.11/ByteDance.Feishu.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: ByteDance.Feishu PackageVersion: 5.2.11 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/5.20.5/ByteDance.Feishu.installer.yaml b/manifests/b/ByteDance/Feishu/5.20.5/ByteDance.Feishu.installer.yaml index 8d8f13cf54733..c15ead9a19bb2 100644 --- a/manifests/b/ByteDance/Feishu/5.20.5/ByteDance.Feishu.installer.yaml +++ b/manifests/b/ByteDance/Feishu/5.20.5/ByteDance.Feishu.installer.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.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: ByteDance.Feishu PackageVersion: 5.20.5 @@ -22,4 +22,4 @@ Installers: InstallerSha256: 021CB5B4BDBA052343780A35E0FB1DBD042242606B2A31B7ABD2143CFA9DE018 ProductCode: Feishu ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/5.20.5/ByteDance.Feishu.locale.en-US.yaml b/manifests/b/ByteDance/Feishu/5.20.5/ByteDance.Feishu.locale.en-US.yaml index 1fd89c2bdee80..f73ff39db59b6 100644 --- a/manifests/b/ByteDance/Feishu/5.20.5/ByteDance.Feishu.locale.en-US.yaml +++ b/manifests/b/ByteDance/Feishu/5.20.5/ByteDance.Feishu.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: ByteDance.Feishu PackageVersion: 5.20.5 @@ -14,10 +14,10 @@ PackageUrl: https://www.feishu.cn/en/ License: Proprietary LicenseUrl: https://www.feishu.cn/en/terms Copyright: Copyright © 2022 Beijing Feishu Technology Co., Ltd. -# CopyrightUrl: +# CopyrightUrl: ShortDescription: A new way to collaborate Description: Empowering teams by messenger, meetings, calendar, docs, and emails. It's all in one place. -# Moniker: +# Moniker: Tags: - attendance - bussiness @@ -35,11 +35,10 @@ Tags: - saas - team - working -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://www.feishu.cn/hc/en-US/articles/360043073734 -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/5.20.5/ByteDance.Feishu.locale.zh-CN.yaml b/manifests/b/ByteDance/Feishu/5.20.5/ByteDance.Feishu.locale.zh-CN.yaml index bf4b05bfee1a2..fecbb907d360b 100644 --- a/manifests/b/ByteDance/Feishu/5.20.5/ByteDance.Feishu.locale.zh-CN.yaml +++ b/manifests/b/ByteDance/Feishu/5.20.5/ByteDance.Feishu.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: ByteDance.Feishu PackageVersion: 5.20.5 @@ -14,10 +14,10 @@ PackageUrl: https://www.feishu.cn/download License: 专有软件 LicenseUrl: https://www.feishu.cn/terms Copyright: Copyright © 2022 北京飞书科技有限公司 -# CopyrightUrl: +# CopyrightUrl: ShortDescription: 先进团队,先用飞书 Description: 飞书——字节跳动旗下先进企业协作与管理平台,不仅一站式整合及时沟通、智能日历、音视频会议、飞书文档、云盘等办公协作套件,更提供飞书 OKR、飞书招聘、飞书绩效等组织管理产品,让目标更清晰,信息流动更顺畅,每一个人工作更高效更愉悦。先进团队,先用飞书。 -# Moniker: +# Moniker: Tags: - oa - saas @@ -35,11 +35,10 @@ Tags: - 沟通 - 签到 - 考勤 -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://www.feishu.cn/hc/zh-CN/articles/360043073734 -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/5.20.5/ByteDance.Feishu.yaml b/manifests/b/ByteDance/Feishu/5.20.5/ByteDance.Feishu.yaml index 3e3bf48b084a8..32e535015aaa1 100644 --- a/manifests/b/ByteDance/Feishu/5.20.5/ByteDance.Feishu.yaml +++ b/manifests/b/ByteDance/Feishu/5.20.5/ByteDance.Feishu.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: ByteDance.Feishu PackageVersion: 5.20.5 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/5.20.7/ByteDance.Feishu.installer.yaml b/manifests/b/ByteDance/Feishu/5.20.7/ByteDance.Feishu.installer.yaml index 495aae9a2a86c..92bfc8f748318 100644 --- a/manifests/b/ByteDance/Feishu/5.20.7/ByteDance.Feishu.installer.yaml +++ b/manifests/b/ByteDance/Feishu/5.20.7/ByteDance.Feishu.installer.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.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: ByteDance.Feishu PackageVersion: 5.20.7 @@ -27,4 +27,4 @@ Installers: InstallerSha256: E11A99D67D6B5FB83C8BE348C33D93F5A7E0F44D0E7F9E358792057768483393 ProductCode: Feishu ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/5.20.7/ByteDance.Feishu.locale.en-US.yaml b/manifests/b/ByteDance/Feishu/5.20.7/ByteDance.Feishu.locale.en-US.yaml index 2fa4921d66c04..b9419cf799233 100644 --- a/manifests/b/ByteDance/Feishu/5.20.7/ByteDance.Feishu.locale.en-US.yaml +++ b/manifests/b/ByteDance/Feishu/5.20.7/ByteDance.Feishu.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: ByteDance.Feishu PackageVersion: 5.20.7 @@ -14,10 +14,10 @@ PackageUrl: https://www.feishu.cn/en/ License: Proprietary LicenseUrl: https://www.feishu.cn/en/terms Copyright: Copyright © 2022 Beijing Feishu Technology Co., Ltd. -# CopyrightUrl: +# CopyrightUrl: ShortDescription: A new way to collaborate Description: Empowering teams by messenger, meetings, calendar, docs, and emails. It's all in one place. -# Moniker: +# Moniker: Tags: - attendance - bussiness @@ -35,7 +35,6 @@ Tags: - saas - team - working -# Agreements: ReleaseNotes: |- Bitable - Download multiple files at once from attachment field. Rename the index field to quickly recognize and check records. @@ -62,8 +61,8 @@ ReleaseNotes: |- - Quickly select from the members you recently forwarded to when forwarding messages. - The first member to join the meeting becomes a co-host. To ensure safety, the meeting organizer automatically becomes the host once they join. ReleaseNotesUrl: https://www.feishu.cn/hc/en-US/articles/825819020744 -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/5.20.7/ByteDance.Feishu.locale.zh-CN.yaml b/manifests/b/ByteDance/Feishu/5.20.7/ByteDance.Feishu.locale.zh-CN.yaml index 6f60cb6eb5f00..da77d4009f10a 100644 --- a/manifests/b/ByteDance/Feishu/5.20.7/ByteDance.Feishu.locale.zh-CN.yaml +++ b/manifests/b/ByteDance/Feishu/5.20.7/ByteDance.Feishu.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: ByteDance.Feishu PackageVersion: 5.20.7 @@ -14,10 +14,10 @@ PackageUrl: https://www.feishu.cn/download License: 专有软件 LicenseUrl: https://www.feishu.cn/terms Copyright: Copyright © 2022 北京飞书科技有限公司 -# CopyrightUrl: +# CopyrightUrl: ShortDescription: 先进团队,先用飞书 Description: 飞书——字节跳动旗下先进企业协作与管理平台,不仅一站式整合及时沟通、智能日历、音视频会议、飞书文档、云盘等办公协作套件,更提供飞书 OKR、飞书招聘、飞书绩效等组织管理产品,让目标更清晰,信息流动更顺畅,每一个人工作更高效更愉悦。先进团队,先用飞书。 -# Moniker: +# Moniker: Tags: - oa - saas @@ -35,7 +35,6 @@ Tags: - 沟通 - 签到 - 考勤 -# Agreements: ReleaseNotes: |- 多维表格 - 多维表格附件字段中的文件支持一键批量下载,还可根据索引列重命名,快速对应记录 @@ -63,7 +62,7 @@ ReleaseNotes: |- - 会议首个入会成员成为联席主持人,会议组织者入会后自动成为主持人,保障会议安全 ReleaseNotesUrl: https://www.feishu.cn/hc/zh-CN/articles/825819020744 PurchaseUrl: https://www.feishu.cn/service -# InstallationNotes: -# Documentations: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/5.20.7/ByteDance.Feishu.yaml b/manifests/b/ByteDance/Feishu/5.20.7/ByteDance.Feishu.yaml index 1ce59c695636d..43acf60424d13 100644 --- a/manifests/b/ByteDance/Feishu/5.20.7/ByteDance.Feishu.yaml +++ b/manifests/b/ByteDance/Feishu/5.20.7/ByteDance.Feishu.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: ByteDance.Feishu PackageVersion: 5.20.7 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/5.21.5/ByteDance.Feishu.installer.yaml b/manifests/b/ByteDance/Feishu/5.21.5/ByteDance.Feishu.installer.yaml index 19c2bb98b9113..6df0a6b6614fb 100644 --- a/manifests/b/ByteDance/Feishu/5.21.5/ByteDance.Feishu.installer.yaml +++ b/manifests/b/ByteDance/Feishu/5.21.5/ByteDance.Feishu.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: ByteDance.Feishu PackageVersion: 5.21.5 @@ -27,4 +27,4 @@ Installers: InstallerSha256: 1C29D0503993C39A4D8090352839E527074D6E90A7864B47F880C79DF0316A30 ProductCode: Feishu ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/5.21.5/ByteDance.Feishu.locale.en-US.yaml b/manifests/b/ByteDance/Feishu/5.21.5/ByteDance.Feishu.locale.en-US.yaml index a67ffbc1b1a68..ef416de132f1a 100644 --- a/manifests/b/ByteDance/Feishu/5.21.5/ByteDance.Feishu.locale.en-US.yaml +++ b/manifests/b/ByteDance/Feishu/5.21.5/ByteDance.Feishu.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: ByteDance.Feishu PackageVersion: 5.21.5 @@ -35,7 +35,6 @@ Tags: - saas - team - working -# Agreements: ReleaseNotes: |- Messenger - Mute all chats under a label with one click. @@ -60,4 +59,4 @@ ReleaseNotesUrl: https://www.feishu.cn/hc/en-US/articles/698824630992 # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/5.21.5/ByteDance.Feishu.locale.zh-CN.yaml b/manifests/b/ByteDance/Feishu/5.21.5/ByteDance.Feishu.locale.zh-CN.yaml index e161a9142dd7e..adadf927d3423 100644 --- a/manifests/b/ByteDance/Feishu/5.21.5/ByteDance.Feishu.locale.zh-CN.yaml +++ b/manifests/b/ByteDance/Feishu/5.21.5/ByteDance.Feishu.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: ByteDance.Feishu PackageVersion: 5.21.5 @@ -35,7 +35,6 @@ Tags: - 沟通 - 签到 - 考勤 -# Agreements: ReleaseNotes: |- 即时消息 - 你可对某一标签内的所有会话批量开启免打扰,处理更高效 @@ -60,4 +59,4 @@ PurchaseUrl: https://www.feishu.cn/service # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/5.21.5/ByteDance.Feishu.yaml b/manifests/b/ByteDance/Feishu/5.21.5/ByteDance.Feishu.yaml index 8587286357c1e..cd5e11c5327ce 100644 --- a/manifests/b/ByteDance/Feishu/5.21.5/ByteDance.Feishu.yaml +++ b/manifests/b/ByteDance/Feishu/5.21.5/ByteDance.Feishu.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: ByteDance.Feishu PackageVersion: 5.21.5 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/5.23.7/ByteDance.Feishu.installer.yaml b/manifests/b/ByteDance/Feishu/5.23.7/ByteDance.Feishu.installer.yaml index 6451b5dc3913a..247a05d190de3 100644 --- a/manifests/b/ByteDance/Feishu/5.23.7/ByteDance.Feishu.installer.yaml +++ b/manifests/b/ByteDance/Feishu/5.23.7/ByteDance.Feishu.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: ByteDance.Feishu PackageVersion: 5.23.7 @@ -26,4 +26,4 @@ Installers: InstallerSha256: F46C7A7B2390A0A66BBC8E9D4AE7EFA4EC7198AFE59A331E097FD576F4C03CF7 ProductCode: Feishu ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/5.23.7/ByteDance.Feishu.locale.en-US.yaml b/manifests/b/ByteDance/Feishu/5.23.7/ByteDance.Feishu.locale.en-US.yaml index 099346f5ae459..f7d8ff9278d42 100644 --- a/manifests/b/ByteDance/Feishu/5.23.7/ByteDance.Feishu.locale.en-US.yaml +++ b/manifests/b/ByteDance/Feishu/5.23.7/ByteDance.Feishu.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: ByteDance.Feishu PackageVersion: 5.23.7 @@ -35,7 +35,6 @@ Tags: - saas - team - working -# Agreements: ReleaseNotes: |- Messenger - Easily edit messages that have already been sent. @@ -66,4 +65,4 @@ ReleaseNotesUrl: https://www.feishu.cn/hc/en-US/articles/935806661814 # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/5.23.7/ByteDance.Feishu.locale.zh-CN.yaml b/manifests/b/ByteDance/Feishu/5.23.7/ByteDance.Feishu.locale.zh-CN.yaml index bf35deb99dec3..7533b2797fc45 100644 --- a/manifests/b/ByteDance/Feishu/5.23.7/ByteDance.Feishu.locale.zh-CN.yaml +++ b/manifests/b/ByteDance/Feishu/5.23.7/ByteDance.Feishu.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: ByteDance.Feishu PackageVersion: 5.23.7 @@ -35,7 +35,6 @@ Tags: - 沟通 - 签到 - 考勤 -# Agreements: ReleaseNotes: |- 即时消息​ - 消息发出后如需调整内容,可直接编辑已发送的消息,修改更便捷​ @@ -66,4 +65,4 @@ PurchaseUrl: https://www.feishu.cn/service # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/5.23.7/ByteDance.Feishu.yaml b/manifests/b/ByteDance/Feishu/5.23.7/ByteDance.Feishu.yaml index 3e4dbbb788e89..430352fcb9e49 100644 --- a/manifests/b/ByteDance/Feishu/5.23.7/ByteDance.Feishu.yaml +++ b/manifests/b/ByteDance/Feishu/5.23.7/ByteDance.Feishu.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: ByteDance.Feishu PackageVersion: 5.23.7 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/5.24.9/ByteDance.Feishu.installer.yaml b/manifests/b/ByteDance/Feishu/5.24.9/ByteDance.Feishu.installer.yaml index 7b38113ba5510..c4fc1586d375b 100644 --- a/manifests/b/ByteDance/Feishu/5.24.9/ByteDance.Feishu.installer.yaml +++ b/manifests/b/ByteDance/Feishu/5.24.9/ByteDance.Feishu.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: ByteDance.Feishu PackageVersion: 5.24.9 @@ -26,4 +26,4 @@ Installers: InstallerSha256: 4A8F4D8AB82EF6ADAE383E731ACEF35373EC2E72348EA1788328BA406EDB7DC4 ProductCode: Feishu ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/5.24.9/ByteDance.Feishu.locale.en-US.yaml b/manifests/b/ByteDance/Feishu/5.24.9/ByteDance.Feishu.locale.en-US.yaml index 0cd614d51386a..2f6d957a1395a 100644 --- a/manifests/b/ByteDance/Feishu/5.24.9/ByteDance.Feishu.locale.en-US.yaml +++ b/manifests/b/ByteDance/Feishu/5.24.9/ByteDance.Feishu.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: ByteDance.Feishu PackageVersion: 5.24.9 @@ -35,7 +35,6 @@ Tags: - saas - team - working -# Agreements: ReleaseNotes: |- Bitable - Single/multiple options fields can now reference content from single/multiple options fields in a different table. You can set conditions to link subcategory options to category options. @@ -47,4 +46,4 @@ ReleaseNotesUrl: https://www.feishu.cn/hc/en-US/articles/410511157676 # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/5.24.9/ByteDance.Feishu.locale.zh-CN.yaml b/manifests/b/ByteDance/Feishu/5.24.9/ByteDance.Feishu.locale.zh-CN.yaml index 7edcde7a6b7a6..d54004959991a 100644 --- a/manifests/b/ByteDance/Feishu/5.24.9/ByteDance.Feishu.locale.zh-CN.yaml +++ b/manifests/b/ByteDance/Feishu/5.24.9/ByteDance.Feishu.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: ByteDance.Feishu PackageVersion: 5.24.9 @@ -35,7 +35,6 @@ Tags: - 沟通 - 签到 - 考勤 -# Agreements: ReleaseNotes: |- 多维表格 - 在单选和多选字段中,你可引用其他数据表的内容作为选项值,且可通过设置条件,实现选项多级联动 @@ -47,4 +46,4 @@ PurchaseUrl: https://www.feishu.cn/service # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/5.24.9/ByteDance.Feishu.yaml b/manifests/b/ByteDance/Feishu/5.24.9/ByteDance.Feishu.yaml index 9a6f6034a62cd..73812ecc2996f 100644 --- a/manifests/b/ByteDance/Feishu/5.24.9/ByteDance.Feishu.yaml +++ b/manifests/b/ByteDance/Feishu/5.24.9/ByteDance.Feishu.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: ByteDance.Feishu PackageVersion: 5.24.9 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/5.26.6/ByteDance.Feishu.installer.yaml b/manifests/b/ByteDance/Feishu/5.26.6/ByteDance.Feishu.installer.yaml index 45803b7f0e031..8a0a9242da5d3 100644 --- a/manifests/b/ByteDance/Feishu/5.26.6/ByteDance.Feishu.installer.yaml +++ b/manifests/b/ByteDance/Feishu/5.26.6/ByteDance.Feishu.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: ByteDance.Feishu PackageVersion: 5.26.6 @@ -26,4 +26,4 @@ Installers: InstallerSha256: AE4F391F010B1232546A3671AAF481F5B8B4366BB9C4FC58EA188596EAF74F6B ProductCode: Feishu ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/5.26.6/ByteDance.Feishu.locale.en-US.yaml b/manifests/b/ByteDance/Feishu/5.26.6/ByteDance.Feishu.locale.en-US.yaml index 856c2aac56166..15a026502d045 100644 --- a/manifests/b/ByteDance/Feishu/5.26.6/ByteDance.Feishu.locale.en-US.yaml +++ b/manifests/b/ByteDance/Feishu/5.26.6/ByteDance.Feishu.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: ByteDance.Feishu PackageVersion: 5.26.6 @@ -35,7 +35,6 @@ Tags: - saas - team - working -# Agreements: ReleaseNotes: |- Docs - Let emojis do the talking—use them to react to any content in the document! @@ -59,4 +58,4 @@ ReleaseNotesUrl: https://www.feishu.cn/hc/en-US/articles/652607202289 # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/5.26.6/ByteDance.Feishu.locale.zh-CN.yaml b/manifests/b/ByteDance/Feishu/5.26.6/ByteDance.Feishu.locale.zh-CN.yaml index 3499aa7b4c28f..1ef1cee23587a 100644 --- a/manifests/b/ByteDance/Feishu/5.26.6/ByteDance.Feishu.locale.zh-CN.yaml +++ b/manifests/b/ByteDance/Feishu/5.26.6/ByteDance.Feishu.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: ByteDance.Feishu PackageVersion: 5.26.6 @@ -35,7 +35,6 @@ Tags: - 沟通 - 签到 - 考勤 -# Agreements: ReleaseNotes: |- 云文档 - 新增互动方式:表情回应。文档的任何内容都可用表情直接回复,无需一字一句,轻松表达观点、响应任务 @@ -59,4 +58,4 @@ PurchaseUrl: https://www.feishu.cn/service # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/5.26.6/ByteDance.Feishu.yaml b/manifests/b/ByteDance/Feishu/5.26.6/ByteDance.Feishu.yaml index 3cd9a8310bc18..3f7812abc2d9d 100644 --- a/manifests/b/ByteDance/Feishu/5.26.6/ByteDance.Feishu.yaml +++ b/manifests/b/ByteDance/Feishu/5.26.6/ByteDance.Feishu.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: ByteDance.Feishu PackageVersion: 5.26.6 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/5.27.5/ByteDance.Feishu.installer.yaml b/manifests/b/ByteDance/Feishu/5.27.5/ByteDance.Feishu.installer.yaml index 326bc5b0b875c..4287e61164e71 100644 --- a/manifests/b/ByteDance/Feishu/5.27.5/ByteDance.Feishu.installer.yaml +++ b/manifests/b/ByteDance/Feishu/5.27.5/ByteDance.Feishu.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: ByteDance.Feishu PackageVersion: 5.27.5 @@ -26,4 +26,4 @@ Installers: InstallerSha256: 5AAF195C9C173796BCC3B53F5366BEDF9D1DAB9FD5EDC721F8249E1FCBB403BC ProductCode: Feishu ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/5.27.5/ByteDance.Feishu.locale.en-US.yaml b/manifests/b/ByteDance/Feishu/5.27.5/ByteDance.Feishu.locale.en-US.yaml index bafe5a0ebf050..03a21e809953b 100644 --- a/manifests/b/ByteDance/Feishu/5.27.5/ByteDance.Feishu.locale.en-US.yaml +++ b/manifests/b/ByteDance/Feishu/5.27.5/ByteDance.Feishu.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: ByteDance.Feishu PackageVersion: 5.27.5 @@ -35,7 +35,6 @@ Tags: - saas - team - working -# Agreements: ReleaseNotes: |- Tasks - You can now break down tasks into multiple sub-tasks. Personalize your Task Center by creating sections, using filters, sorting tasks, and customizing fields. @@ -54,4 +53,4 @@ ReleaseNotesUrl: https://www.feishu.cn/hc/en-US/articles/869699207243 # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/5.27.5/ByteDance.Feishu.locale.zh-CN.yaml b/manifests/b/ByteDance/Feishu/5.27.5/ByteDance.Feishu.locale.zh-CN.yaml index 63c8dbd20d0fc..a745d337c6684 100644 --- a/manifests/b/ByteDance/Feishu/5.27.5/ByteDance.Feishu.locale.zh-CN.yaml +++ b/manifests/b/ByteDance/Feishu/5.27.5/ByteDance.Feishu.locale.zh-CN.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.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: ByteDance.Feishu PackageVersion: 5.27.5 @@ -35,7 +35,6 @@ Tags: - 沟通 - 签到 - 考勤 -# Agreements: ReleaseNotes: |- 任务​ - 飞书任务重磅升级。单个任务可拆解为多个子任务,还可根据任务类型自定义分组,灵活筛选排序,定制你的专属任务中心​ @@ -54,4 +53,4 @@ PurchaseUrl: https://www.feishu.cn/service # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/5.27.5/ByteDance.Feishu.yaml b/manifests/b/ByteDance/Feishu/5.27.5/ByteDance.Feishu.yaml index f1eccfd77e175..984913ce43dae 100644 --- a/manifests/b/ByteDance/Feishu/5.27.5/ByteDance.Feishu.yaml +++ b/manifests/b/ByteDance/Feishu/5.27.5/ByteDance.Feishu.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: ByteDance.Feishu PackageVersion: 5.27.5 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/5.28.7/ByteDance.Feishu.installer.yaml b/manifests/b/ByteDance/Feishu/5.28.7/ByteDance.Feishu.installer.yaml index 592a1397379aa..81736c6f11a0d 100644 --- a/manifests/b/ByteDance/Feishu/5.28.7/ByteDance.Feishu.installer.yaml +++ b/manifests/b/ByteDance/Feishu/5.28.7/ByteDance.Feishu.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: ByteDance.Feishu PackageVersion: 5.28.7 @@ -26,4 +26,4 @@ Installers: InstallerSha256: F7BC976BBE5B74EE6D13E64F27BB94416801941D8C4E81AAF48A9CECB4E01721 ProductCode: Feishu ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/5.28.7/ByteDance.Feishu.locale.en-US.yaml b/manifests/b/ByteDance/Feishu/5.28.7/ByteDance.Feishu.locale.en-US.yaml index a9572a43380db..d752de174fa7e 100644 --- a/manifests/b/ByteDance/Feishu/5.28.7/ByteDance.Feishu.locale.en-US.yaml +++ b/manifests/b/ByteDance/Feishu/5.28.7/ByteDance.Feishu.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: ByteDance.Feishu PackageVersion: 5.28.7 @@ -35,7 +35,6 @@ Tags: - saas - team - working -# Agreements: ReleaseNotes: |- Docs - Save a version of a document to keep track of important updates. You can save and manage multiple versions, and generate a link for each version to share with others. @@ -59,4 +58,4 @@ ReleaseNotesUrl: https://www.feishu.cn/hc/en-US/articles/143197153198 # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/5.28.7/ByteDance.Feishu.locale.zh-CN.yaml b/manifests/b/ByteDance/Feishu/5.28.7/ByteDance.Feishu.locale.zh-CN.yaml index 62037979cb7ec..d5289f8a4b9d9 100644 --- a/manifests/b/ByteDance/Feishu/5.28.7/ByteDance.Feishu.locale.zh-CN.yaml +++ b/manifests/b/ByteDance/Feishu/5.28.7/ByteDance.Feishu.locale.zh-CN.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.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: ByteDance.Feishu PackageVersion: 5.28.7 @@ -35,7 +35,6 @@ Tags: - 沟通 - 签到 - 考勤 -# Agreements: ReleaseNotes: |- 云文档​ - 版本管理重磅上线。无需创建副本,即可在单个文档内实现多版本内容迭代管理,还可单独分享特定版本​ @@ -59,4 +58,4 @@ PurchaseUrl: https://www.feishu.cn/service # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/5.28.7/ByteDance.Feishu.yaml b/manifests/b/ByteDance/Feishu/5.28.7/ByteDance.Feishu.yaml index 2be796d6333a8..f4f521a6e1749 100644 --- a/manifests/b/ByteDance/Feishu/5.28.7/ByteDance.Feishu.yaml +++ b/manifests/b/ByteDance/Feishu/5.28.7/ByteDance.Feishu.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: ByteDance.Feishu PackageVersion: 5.28.7 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/5.29.5/ByteDance.Feishu.installer.yaml b/manifests/b/ByteDance/Feishu/5.29.5/ByteDance.Feishu.installer.yaml index 92c61cfa71a5d..0476eb68debd6 100644 --- a/manifests/b/ByteDance/Feishu/5.29.5/ByteDance.Feishu.installer.yaml +++ b/manifests/b/ByteDance/Feishu/5.29.5/ByteDance.Feishu.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: ByteDance.Feishu PackageVersion: 5.29.5 @@ -26,4 +26,4 @@ Installers: InstallerSha256: B9875F0F587733277CAF9C9842074731B97B68D0793CD093DADB40E282BB8FAD ProductCode: Feishu ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/5.29.5/ByteDance.Feishu.locale.en-US.yaml b/manifests/b/ByteDance/Feishu/5.29.5/ByteDance.Feishu.locale.en-US.yaml index 4087b85d2960b..9f4ef97fbb5b5 100644 --- a/manifests/b/ByteDance/Feishu/5.29.5/ByteDance.Feishu.locale.en-US.yaml +++ b/manifests/b/ByteDance/Feishu/5.29.5/ByteDance.Feishu.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: ByteDance.Feishu PackageVersion: 5.29.5 @@ -35,7 +35,6 @@ Tags: - saas - team - working -# Agreements: ReleaseNotes: |- Tasks - Try the new Task List feature to categorize, break down, and assign tasks as needed. You can also share the list for easier collaboration. @@ -59,4 +58,4 @@ ReleaseNotesUrl: https://www.feishu.cn/hc/en-US/articles/704379386309 # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/5.29.5/ByteDance.Feishu.locale.zh-CN.yaml b/manifests/b/ByteDance/Feishu/5.29.5/ByteDance.Feishu.locale.zh-CN.yaml index c8244bdd20811..76e3b30c5407c 100644 --- a/manifests/b/ByteDance/Feishu/5.29.5/ByteDance.Feishu.locale.zh-CN.yaml +++ b/manifests/b/ByteDance/Feishu/5.29.5/ByteDance.Feishu.locale.zh-CN.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.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: ByteDance.Feishu PackageVersion: 5.29.5 @@ -35,7 +35,6 @@ Tags: - 沟通 - 签到 - 考勤 -# Agreements: ReleaseNotes: |- 任务​ - 使用协作清单,你可按目标创建清单,集中归类、拆解和分配任务,还可一键共享清单,协同合作更轻松​ @@ -59,4 +58,4 @@ PurchaseUrl: https://www.feishu.cn/service # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/5.29.5/ByteDance.Feishu.yaml b/manifests/b/ByteDance/Feishu/5.29.5/ByteDance.Feishu.yaml index 51661b31c8776..ea2a5890ac988 100644 --- a/manifests/b/ByteDance/Feishu/5.29.5/ByteDance.Feishu.yaml +++ b/manifests/b/ByteDance/Feishu/5.29.5/ByteDance.Feishu.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: ByteDance.Feishu PackageVersion: 5.29.5 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/5.3.3/ByteDance.Feishu.installer.yaml b/manifests/b/ByteDance/Feishu/5.3.3/ByteDance.Feishu.installer.yaml index d78eb5b2c5d33..ee33453d7c3a8 100644 --- a/manifests/b/ByteDance/Feishu/5.3.3/ByteDance.Feishu.installer.yaml +++ b/manifests/b/ByteDance/Feishu/5.3.3/ByteDance.Feishu.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: ByteDance.Feishu PackageVersion: 5.3.3 @@ -22,4 +22,4 @@ Installers: InstallerSha256: 12B87F695F83A80F1277E02EBE271A019DDAC6A01D10D5D8EBEE51658F83BCE1 ProductCode: Feishu ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/5.3.3/ByteDance.Feishu.locale.en-US.yaml b/manifests/b/ByteDance/Feishu/5.3.3/ByteDance.Feishu.locale.en-US.yaml index e5d474f939e2e..633b04d00326d 100644 --- a/manifests/b/ByteDance/Feishu/5.3.3/ByteDance.Feishu.locale.en-US.yaml +++ b/manifests/b/ByteDance/Feishu/5.3.3/ByteDance.Feishu.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: ByteDance.Feishu PackageVersion: 5.3.3 @@ -14,28 +14,27 @@ PackageUrl: https://www.feishu.cn/en/ License: Proprietary LicenseUrl: https://www.feishu.cn/en/terms Copyright: Copyright © 2021 Beijing Feishu Technology Co., Ltd. -# CopyrightUrl: +# CopyrightUrl: ShortDescription: A new way to collaborate Description: Empowering teams by messenger, Meetings, calendar, docs, and emails. It's all in one place. -# Moniker: +# Moniker: Tags: -- office +- attendance - bussiness -- enterprise -- team +- bytedance +- check-in - collaboration -- meeting +- communicate - conference -- attendance -- check-in - docs - document -- communicate -- OA -- SaaS -- ByteDance +- enterprise +- meeting +- oa +- office +- saas +- team - 飞书 -# Agreements: ReleaseNotes: |- What's New [Docs] @@ -53,5 +52,8 @@ ReleaseNotes: |- - Administrators can now specify the content in a link or QR code when sharing help desks. - Teampedia is available for all organizations. Search and enter the Teampedia app to share your contribution with the team encyclopedia. ReleaseNotesUrl: https://www.feishu.cn/hc/en-US/articles/615694756557 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/5.3.3/ByteDance.Feishu.locale.zh-CN.yaml b/manifests/b/ByteDance/Feishu/5.3.3/ByteDance.Feishu.locale.zh-CN.yaml index da16d8e360653..44a1c7833b78a 100644 --- a/manifests/b/ByteDance/Feishu/5.3.3/ByteDance.Feishu.locale.zh-CN.yaml +++ b/manifests/b/ByteDance/Feishu/5.3.3/ByteDance.Feishu.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: ByteDance.Feishu PackageVersion: 5.3.3 @@ -14,28 +14,27 @@ PackageUrl: https://www.feishu.cn/download License: 专有软件 LicenseUrl: https://www.feishu.cn/terms Copyright: Copyright © 2021 北京飞书科技有限公司 -# CopyrightUrl: +# CopyrightUrl: ShortDescription: 先进团队,先用飞书 Description: 飞书——字节跳动旗下先进企业协作与管理平台,不仅一站式整合及时沟通、智能日历、音视频会议、飞书文档、云盘等办公协作套件,更提供飞书 OKR、飞书招聘、飞书绩效等组织管理产品,让目标更清晰,信息流动更顺畅,每一个人工作更高效更愉悦。先进团队,先用飞书。 -# Moniker: +# Moniker: Tags: -- 办公 -- 公司 +- bytedance +- oa +- saas - 企业 -- 团队 +- 会议 +- 公司 +- 办公 - 协作 - 协同 -- 会议 -- 考勤 +- 团队 +- 字节 +- 字节跳动 - 打卡 - 文档 - 沟通 -- OA -- SaaS -- 字节跳动 -- 字节 -- Bytedance -# Agreements: +- 考勤 ReleaseNotes: |- 云文档 - 文件夹权限更精细。你可通过文件夹统一管控云文档的分享、评论及下载等权限了 @@ -51,5 +50,8 @@ ReleaseNotes: |- - 分享服务台时,管理者可指定点击链接或扫描二维码时打开的内容,针对场景解决问题 - 企业百科对所有组织开放使用。搜索并进入“企业百科”应用,一键提交词条,共建团队百科 ReleaseNotesUrl: https://www.feishu.cn/hc/zh-CN/articles/615694756557 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/5.3.3/ByteDance.Feishu.yaml b/manifests/b/ByteDance/Feishu/5.3.3/ByteDance.Feishu.yaml index a3ccd018c6536..8ddf5a9183dfd 100644 --- a/manifests/b/ByteDance/Feishu/5.3.3/ByteDance.Feishu.yaml +++ b/manifests/b/ByteDance/Feishu/5.3.3/ByteDance.Feishu.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: ByteDance.Feishu PackageVersion: 5.3.3 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/5.30.10/ByteDance.Feishu.installer.yaml b/manifests/b/ByteDance/Feishu/5.30.10/ByteDance.Feishu.installer.yaml index dde9582ef8330..f760145de2aad 100644 --- a/manifests/b/ByteDance/Feishu/5.30.10/ByteDance.Feishu.installer.yaml +++ b/manifests/b/ByteDance/Feishu/5.30.10/ByteDance.Feishu.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: ByteDance.Feishu PackageVersion: 5.30.10 @@ -26,4 +26,4 @@ Installers: InstallerSha256: 31C5409E028FBB6D990F0E7F6F49C5C581FD74F7D2278EAC6F078818C667C943 ProductCode: Feishu ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/5.30.10/ByteDance.Feishu.locale.en-US.yaml b/manifests/b/ByteDance/Feishu/5.30.10/ByteDance.Feishu.locale.en-US.yaml index 5966ea5a42e82..0a7cce9b91fa7 100644 --- a/manifests/b/ByteDance/Feishu/5.30.10/ByteDance.Feishu.locale.en-US.yaml +++ b/manifests/b/ByteDance/Feishu/5.30.10/ByteDance.Feishu.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: ByteDance.Feishu PackageVersion: 5.30.10 @@ -35,7 +35,6 @@ Tags: - saas - team - working -# Agreements: ReleaseNotes: |- Bitable - Use automated workflows to create tasks, events, or groups based on records in the bitable. @@ -63,4 +62,4 @@ ReleaseNotesUrl: https://www.feishu.cn/hc/en-US/articles/592278335446 # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/5.30.10/ByteDance.Feishu.locale.zh-CN.yaml b/manifests/b/ByteDance/Feishu/5.30.10/ByteDance.Feishu.locale.zh-CN.yaml index 2e59aae2d9e56..81b77484cfc9f 100644 --- a/manifests/b/ByteDance/Feishu/5.30.10/ByteDance.Feishu.locale.zh-CN.yaml +++ b/manifests/b/ByteDance/Feishu/5.30.10/ByteDance.Feishu.locale.zh-CN.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.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: ByteDance.Feishu PackageVersion: 5.30.10 @@ -35,7 +35,6 @@ Tags: - 沟通 - 签到 - 考勤 -# Agreements: ReleaseNotes: |- 多维表格​ - 通过自动化流程,根据表格中的数据和信息创建飞书任务和日程,还能一键拉群,告别手动重复工作,提升信息同步效率​ @@ -63,4 +62,4 @@ PurchaseUrl: https://www.feishu.cn/service # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/5.30.10/ByteDance.Feishu.yaml b/manifests/b/ByteDance/Feishu/5.30.10/ByteDance.Feishu.yaml index b373a5bc647b3..723393448977b 100644 --- a/manifests/b/ByteDance/Feishu/5.30.10/ByteDance.Feishu.yaml +++ b/manifests/b/ByteDance/Feishu/5.30.10/ByteDance.Feishu.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: ByteDance.Feishu PackageVersion: 5.30.10 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/5.31.6/ByteDance.Feishu.installer.yaml b/manifests/b/ByteDance/Feishu/5.31.6/ByteDance.Feishu.installer.yaml index 0fb200e16b3a1..5dd54495db6e2 100644 --- a/manifests/b/ByteDance/Feishu/5.31.6/ByteDance.Feishu.installer.yaml +++ b/manifests/b/ByteDance/Feishu/5.31.6/ByteDance.Feishu.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: ByteDance.Feishu PackageVersion: 5.31.6 @@ -26,4 +26,4 @@ Installers: InstallerSha256: 8DC383931CE966D7B9B312F10ABD7466A76EB6B18661661D5EFF1317B733A659 ProductCode: Feishu ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/5.31.6/ByteDance.Feishu.locale.en-US.yaml b/manifests/b/ByteDance/Feishu/5.31.6/ByteDance.Feishu.locale.en-US.yaml index d5f50b4d75d05..b147d7dc0e294 100644 --- a/manifests/b/ByteDance/Feishu/5.31.6/ByteDance.Feishu.locale.en-US.yaml +++ b/manifests/b/ByteDance/Feishu/5.31.6/ByteDance.Feishu.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: ByteDance.Feishu PackageVersion: 5.31.6 @@ -35,7 +35,6 @@ Tags: - saas - team - working -# Agreements: ReleaseNotes: |- Messenger - Send code blocks in chats for easier sharing across teams. You can also switch coding languages. @@ -58,4 +57,4 @@ ReleaseNotesUrl: https://www.feishu.cn/hc/en-US/articles/592278335446 # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/5.31.6/ByteDance.Feishu.locale.zh-CN.yaml b/manifests/b/ByteDance/Feishu/5.31.6/ByteDance.Feishu.locale.zh-CN.yaml index 320fe1c085611..1c25ce0781f63 100644 --- a/manifests/b/ByteDance/Feishu/5.31.6/ByteDance.Feishu.locale.zh-CN.yaml +++ b/manifests/b/ByteDance/Feishu/5.31.6/ByteDance.Feishu.locale.zh-CN.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.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: ByteDance.Feishu PackageVersion: 5.31.6 @@ -35,7 +35,6 @@ Tags: - 沟通 - 签到 - 考勤 -# Agreements: ReleaseNotes: |- 即时消息​ - 你可在聊天中发送代码块,并支持切换代码语言,沟通讨论代码超方便​ @@ -58,4 +57,4 @@ PurchaseUrl: https://www.feishu.cn/service # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/5.31.6/ByteDance.Feishu.yaml b/manifests/b/ByteDance/Feishu/5.31.6/ByteDance.Feishu.yaml index fe4027a96cfa5..48947ea09c7a2 100644 --- a/manifests/b/ByteDance/Feishu/5.31.6/ByteDance.Feishu.yaml +++ b/manifests/b/ByteDance/Feishu/5.31.6/ByteDance.Feishu.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: ByteDance.Feishu PackageVersion: 5.31.6 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/5.4.9/ByteDance.Feishu.installer.yaml b/manifests/b/ByteDance/Feishu/5.4.9/ByteDance.Feishu.installer.yaml index 3afb6507e834c..363c7c23c4bf9 100644 --- a/manifests/b/ByteDance/Feishu/5.4.9/ByteDance.Feishu.installer.yaml +++ b/manifests/b/ByteDance/Feishu/5.4.9/ByteDance.Feishu.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: ByteDance.Feishu PackageVersion: 5.4.9 @@ -22,4 +22,4 @@ Installers: InstallerSha256: E90A8C45D76B566738A5D23790212A82E22FBA5CA6F0E7A859E9C840F5573F9D ProductCode: Feishu ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/5.4.9/ByteDance.Feishu.locale.en-US.yaml b/manifests/b/ByteDance/Feishu/5.4.9/ByteDance.Feishu.locale.en-US.yaml index bfcc8a8361f0d..c9b077a0d92ee 100644 --- a/manifests/b/ByteDance/Feishu/5.4.9/ByteDance.Feishu.locale.en-US.yaml +++ b/manifests/b/ByteDance/Feishu/5.4.9/ByteDance.Feishu.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: ByteDance.Feishu PackageVersion: 5.4.9 @@ -14,28 +14,27 @@ PackageUrl: https://www.feishu.cn/en/ License: Proprietary LicenseUrl: https://www.feishu.cn/en/terms Copyright: Copyright © 2022 Beijing Feishu Technology Co., Ltd. -# CopyrightUrl: +# CopyrightUrl: ShortDescription: A new way to collaborate Description: Empowering teams by messenger, Meetings, calendar, docs, and emails. It's all in one place. -# Moniker: +# Moniker: Tags: -- office +- attendance - bussiness -- enterprise -- team +- bytedance +- check-in - collaboration -- meeting +- communicate - conference -- attendance -- check-in - docs - document -- communicate -- OA -- SaaS -- ByteDance +- enterprise +- meeting +- oa +- office +- saas +- team - 飞书 -# Agreements: ReleaseNotes: |- Messenger - Send a red packet to your designated colleagues. @@ -56,5 +55,8 @@ ReleaseNotes: |- - Select your contacts as email recipients with a click. - You can now @mention relevant members in approval documents' comments or delete comments to improve process efficiency. ReleaseNotesUrl: https://www.feishu.cn/hc/en-US/articles/993424757729 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/5.4.9/ByteDance.Feishu.locale.zh-CN.yaml b/manifests/b/ByteDance/Feishu/5.4.9/ByteDance.Feishu.locale.zh-CN.yaml index 1d1fc30dcfce5..ff501d20bd427 100644 --- a/manifests/b/ByteDance/Feishu/5.4.9/ByteDance.Feishu.locale.zh-CN.yaml +++ b/manifests/b/ByteDance/Feishu/5.4.9/ByteDance.Feishu.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: ByteDance.Feishu PackageVersion: 5.4.9 @@ -14,28 +14,27 @@ PackageUrl: https://www.feishu.cn/download License: 专有软件 LicenseUrl: https://www.feishu.cn/terms Copyright: Copyright © 2022 北京飞书科技有限公司 -# CopyrightUrl: +# CopyrightUrl: ShortDescription: 先进团队,先用飞书 Description: 飞书——字节跳动旗下先进企业协作与管理平台,不仅一站式整合及时沟通、智能日历、音视频会议、飞书文档、云盘等办公协作套件,更提供飞书 OKR、飞书招聘、飞书绩效等组织管理产品,让目标更清晰,信息流动更顺畅,每一个人工作更高效更愉悦。先进团队,先用飞书。 -# Moniker: +# Moniker: Tags: -- 办公 -- 公司 +- bytedance +- oa +- saas - 企业 -- 团队 +- 会议 +- 公司 +- 办公 - 协作 - 协同 -- 会议 -- 考勤 +- 团队 +- 字节 +- 字节跳动 - 打卡 - 文档 - 沟通 -- OA -- SaaS -- 字节跳动 -- 字节 -- Bytedance -# Agreements: +- 考勤 ReleaseNotes: |- 即时消息 - 专属红包来啦!发红包时你可选择指定对象,为 TA 发放专属红包 @@ -56,5 +55,8 @@ ReleaseNotes: |- - 写邮件时,可以选择通讯录中的联系人作为邮件收件人 - 审批评论优化。支持@相关人员和删除评论,提升流程沟通效率 ReleaseNotesUrl: https://www.feishu.cn/hc/zh-CN/articles/993424757729 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/5.4.9/ByteDance.Feishu.yaml b/manifests/b/ByteDance/Feishu/5.4.9/ByteDance.Feishu.yaml index 6b67abd4b04a3..8e774eba89d9a 100644 --- a/manifests/b/ByteDance/Feishu/5.4.9/ByteDance.Feishu.yaml +++ b/manifests/b/ByteDance/Feishu/5.4.9/ByteDance.Feishu.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: ByteDance.Feishu PackageVersion: 5.4.9 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/5.6.9/ByteDance.Feishu.installer.yaml b/manifests/b/ByteDance/Feishu/5.6.9/ByteDance.Feishu.installer.yaml index 8f4bcc3ff09c6..96642eceae6a9 100644 --- a/manifests/b/ByteDance/Feishu/5.6.9/ByteDance.Feishu.installer.yaml +++ b/manifests/b/ByteDance/Feishu/5.6.9/ByteDance.Feishu.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: ByteDance.Feishu PackageVersion: 5.6.9 @@ -22,4 +22,4 @@ Installers: InstallerSha256: 5A1B957D1AE5E524050BB70F08DA5E2290E0AF6BD43B5A5B171BC7858F8BC21C ProductCode: Feishu ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/5.6.9/ByteDance.Feishu.locale.en-US.yaml b/manifests/b/ByteDance/Feishu/5.6.9/ByteDance.Feishu.locale.en-US.yaml index de189224db1cc..6ef351e62a506 100644 --- a/manifests/b/ByteDance/Feishu/5.6.9/ByteDance.Feishu.locale.en-US.yaml +++ b/manifests/b/ByteDance/Feishu/5.6.9/ByteDance.Feishu.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: ByteDance.Feishu PackageVersion: 5.6.9 @@ -14,10 +14,10 @@ PackageUrl: https://www.feishu.cn/en/ License: Proprietary LicenseUrl: https://www.feishu.cn/en/terms Copyright: Copyright © 2022 Beijing Feishu Technology Co., Ltd. -# CopyrightUrl: +# CopyrightUrl: ShortDescription: A new way to collaborate Description: Empowering teams by messenger, meetings, calendar, docs, and emails. It's all in one place. -# Moniker: +# Moniker: Tags: - attendance - bussiness @@ -35,7 +35,6 @@ Tags: - saas - team - working -# Agreements: ReleaseNotes: |- Meetings - For more secure control, you can now set up a meeting in advance while creating the event. @@ -48,5 +47,8 @@ ReleaseNotes: |- - You can now give yourself another name, while the host can also change the names of the participants during a meeting. - Hidden Bitable fields are automatically collapsed. Organizing your data on mobile is now easier than ever. ReleaseNotesUrl: https://www.feishu.cn/hc/en-US/articles/039379363238 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/5.6.9/ByteDance.Feishu.locale.zh-CN.yaml b/manifests/b/ByteDance/Feishu/5.6.9/ByteDance.Feishu.locale.zh-CN.yaml index 0f4dadffd2b06..ddb0d31b22a10 100644 --- a/manifests/b/ByteDance/Feishu/5.6.9/ByteDance.Feishu.locale.zh-CN.yaml +++ b/manifests/b/ByteDance/Feishu/5.6.9/ByteDance.Feishu.locale.zh-CN.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.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: ByteDance.Feishu PackageVersion: 5.6.9 @@ -14,10 +14,10 @@ PackageUrl: https://www.feishu.cn/download License: 专有软件 LicenseUrl: https://www.feishu.cn/terms Copyright: Copyright © 2022 北京飞书科技有限公司 -# CopyrightUrl: +# CopyrightUrl: ShortDescription: 先进团队,先用飞书 Description: 飞书——字节跳动旗下先进企业协作与管理平台,不仅一站式整合及时沟通、智能日历、音视频会议、飞书文档、云盘等办公协作套件,更提供飞书 OKR、飞书招聘、飞书绩效等组织管理产品,让目标更清晰,信息流动更顺畅,每一个人工作更高效更愉悦。先进团队,先用飞书。 -# Moniker: +# Moniker: Tags: - oa - saas @@ -35,7 +35,6 @@ Tags: - 沟通 - 签到 - 考勤 -# Agreements: ReleaseNotes: |- 视频会议 - 创建日程时,提前对视频会议进行设置,安全管控更放心 @@ -48,5 +47,8 @@ ReleaseNotes: |- - 会议中,你可修改自己的会中姓名,主持人也可修改参会者的会中姓名 - 移动端打开多维表格时,可自动折叠隐藏字段,信息整理收集更简单 ReleaseNotesUrl: https://www.feishu.cn/hc/zh-CN/articles/039379363238 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/5.6.9/ByteDance.Feishu.yaml b/manifests/b/ByteDance/Feishu/5.6.9/ByteDance.Feishu.yaml index 75fd453919267..1d58479901f65 100644 --- a/manifests/b/ByteDance/Feishu/5.6.9/ByteDance.Feishu.yaml +++ b/manifests/b/ByteDance/Feishu/5.6.9/ByteDance.Feishu.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: ByteDance.Feishu PackageVersion: 5.6.9 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/5.7.9/ByteDance.Feishu.installer.yaml b/manifests/b/ByteDance/Feishu/5.7.9/ByteDance.Feishu.installer.yaml index 04c39bdb45173..95b121a137375 100644 --- a/manifests/b/ByteDance/Feishu/5.7.9/ByteDance.Feishu.installer.yaml +++ b/manifests/b/ByteDance/Feishu/5.7.9/ByteDance.Feishu.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: ByteDance.Feishu PackageVersion: 5.7.9 @@ -22,4 +22,4 @@ Installers: InstallerSha256: CD7F3C09532B1E0411C0F4BCD624B35B6193C3A731578BD1B05DD3C1F89DD4ED ProductCode: Feishu ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/5.7.9/ByteDance.Feishu.locale.en-US.yaml b/manifests/b/ByteDance/Feishu/5.7.9/ByteDance.Feishu.locale.en-US.yaml index 1eb9f3485ce7a..df655fb217421 100644 --- a/manifests/b/ByteDance/Feishu/5.7.9/ByteDance.Feishu.locale.en-US.yaml +++ b/manifests/b/ByteDance/Feishu/5.7.9/ByteDance.Feishu.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: ByteDance.Feishu PackageVersion: 5.7.9 @@ -14,10 +14,10 @@ PackageUrl: https://www.feishu.cn/en/ License: Proprietary LicenseUrl: https://www.feishu.cn/en/terms Copyright: Copyright © 2022 Beijing Feishu Technology Co., Ltd. -# CopyrightUrl: +# CopyrightUrl: ShortDescription: A new way to collaborate Description: Empowering teams by messenger, meetings, calendar, docs, and emails. It's all in one place. -# Moniker: +# Moniker: Tags: - attendance - bussiness @@ -35,7 +35,6 @@ Tags: - saas - team - working -# Agreements: ReleaseNotes: |- Docs - Wiki now supports external sharing. You can choose between sharing only the current page, or the current page and all of its subpages. @@ -54,5 +53,8 @@ ReleaseNotes: |- - When copying and pasting Sheets' content that contains conditional formatting, its formatting rules and style will be kept. - Receive template recommendations based on the title of your document. You can also try our templates by searching for one at the bottom of any document. ReleaseNotesUrl: https://www.feishu.cn/hc/en-US/articles/528976086013 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/5.7.9/ByteDance.Feishu.locale.zh-CN.yaml b/manifests/b/ByteDance/Feishu/5.7.9/ByteDance.Feishu.locale.zh-CN.yaml index baf3bd89d03d7..6bb2670c504b9 100644 --- a/manifests/b/ByteDance/Feishu/5.7.9/ByteDance.Feishu.locale.zh-CN.yaml +++ b/manifests/b/ByteDance/Feishu/5.7.9/ByteDance.Feishu.locale.zh-CN.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.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: ByteDance.Feishu PackageVersion: 5.7.9 @@ -14,10 +14,10 @@ PackageUrl: https://www.feishu.cn/download License: 专有软件 LicenseUrl: https://www.feishu.cn/terms Copyright: Copyright © 2022 北京飞书科技有限公司 -# CopyrightUrl: +# CopyrightUrl: ShortDescription: 先进团队,先用飞书 Description: 飞书——字节跳动旗下先进企业协作与管理平台,不仅一站式整合及时沟通、智能日历、音视频会议、飞书文档、云盘等办公协作套件,更提供飞书 OKR、飞书招聘、飞书绩效等组织管理产品,让目标更清晰,信息流动更顺畅,每一个人工作更高效更愉悦。先进团队,先用飞书。 -# Moniker: +# Moniker: Tags: - oa - saas @@ -35,7 +35,6 @@ Tags: - 沟通 - 签到 - 考勤 -# Agreements: ReleaseNotes: |- 云文档 - ​知识库支持对外分享。你可选择分享当前页面,或分享当前页面及子页面,信息共享更方便 @@ -54,5 +53,8 @@ ReleaseNotes: |- - ​复制表格内带条件格式的内容时,可同时复制原条件格式的规则和样式 - ​新建空白文档时,可通过文档标题自动获取推荐模板,也可在底部搜索框中查找你需要的模板,提升创作效率 ReleaseNotesUrl: https://www.feishu.cn/hc/zh-CN/articles/528976086013 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/5.7.9/ByteDance.Feishu.yaml b/manifests/b/ByteDance/Feishu/5.7.9/ByteDance.Feishu.yaml index e9f9d6ff51d40..8eeef658ec841 100644 --- a/manifests/b/ByteDance/Feishu/5.7.9/ByteDance.Feishu.yaml +++ b/manifests/b/ByteDance/Feishu/5.7.9/ByteDance.Feishu.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: ByteDance.Feishu PackageVersion: 5.7.9 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/5.9.11/ByteDance.Feishu.installer.yaml b/manifests/b/ByteDance/Feishu/5.9.11/ByteDance.Feishu.installer.yaml index da1af15dbf081..604d1045b0c65 100644 --- a/manifests/b/ByteDance/Feishu/5.9.11/ByteDance.Feishu.installer.yaml +++ b/manifests/b/ByteDance/Feishu/5.9.11/ByteDance.Feishu.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: ByteDance.Feishu PackageVersion: 5.9.11 @@ -22,4 +22,4 @@ Installers: InstallerSha256: 6D3296A69C2B2CDF6FB3A518C960E069C686DBC8DF29CB17471A50172D1A563C ProductCode: Feishu ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/5.9.11/ByteDance.Feishu.locale.en-US.yaml b/manifests/b/ByteDance/Feishu/5.9.11/ByteDance.Feishu.locale.en-US.yaml index 361aed91a2086..5343d5afbfd76 100644 --- a/manifests/b/ByteDance/Feishu/5.9.11/ByteDance.Feishu.locale.en-US.yaml +++ b/manifests/b/ByteDance/Feishu/5.9.11/ByteDance.Feishu.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: ByteDance.Feishu PackageVersion: 5.9.11 @@ -14,10 +14,10 @@ PackageUrl: https://www.feishu.cn/en/ License: Proprietary LicenseUrl: https://www.feishu.cn/en/terms Copyright: Copyright © 2022 Beijing Feishu Technology Co., Ltd. -# CopyrightUrl: +# CopyrightUrl: ShortDescription: A new way to collaborate Description: Empowering teams by messenger, meetings, calendar, docs, and emails. It's all in one place. -# Moniker: +# Moniker: Tags: - attendance - bussiness @@ -35,7 +35,6 @@ Tags: - saas - team - working -# Agreements: ReleaseNotes: |- Calendar - With one click, you can easily create a similar or identical event by copying an existing one. @@ -52,5 +51,8 @@ ReleaseNotes: |- - With multiple participants in the same room, Minutes can automatically identify different speakers for a clearer meeting review. - Search for destinations using keywords when submitting travel requests. Add multiple destinations to a request to improve efficiency. ReleaseNotesUrl: https://www.feishu.cn/hc/en-US/articles/267279238721 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/5.9.11/ByteDance.Feishu.locale.zh-CN.yaml b/manifests/b/ByteDance/Feishu/5.9.11/ByteDance.Feishu.locale.zh-CN.yaml index 08676cc6e8cc9..66200e91e6738 100644 --- a/manifests/b/ByteDance/Feishu/5.9.11/ByteDance.Feishu.locale.zh-CN.yaml +++ b/manifests/b/ByteDance/Feishu/5.9.11/ByteDance.Feishu.locale.zh-CN.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.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: ByteDance.Feishu PackageVersion: 5.9.11 @@ -14,10 +14,10 @@ PackageUrl: https://www.feishu.cn/download License: 专有软件 LicenseUrl: https://www.feishu.cn/terms Copyright: Copyright © 2022 北京飞书科技有限公司 -# CopyrightUrl: +# CopyrightUrl: ShortDescription: 先进团队,先用飞书 Description: 飞书——字节跳动旗下先进企业协作与管理平台,不仅一站式整合及时沟通、智能日历、音视频会议、飞书文档、云盘等办公协作套件,更提供飞书 OKR、飞书招聘、飞书绩效等组织管理产品,让目标更清晰,信息流动更顺畅,每一个人工作更高效更愉悦。先进团队,先用飞书。 -# Moniker: +# Moniker: Tags: - oa - saas @@ -35,7 +35,6 @@ Tags: - 沟通 - 签到 - 考勤 -# Agreements: ReleaseNotes: |- 日历 - ​一键复制已有日程,快速创建相似或相同日程,无需重复操作 @@ -52,5 +51,8 @@ ReleaseNotes: |- - ​同一会议室内多人参会时,妙记可自动区分会议室不同说话人,回顾会议更清晰 - ​提交出差申请时,可通过关键词搜索出差目的地,并支持选择多个目的地,填写更方便 ReleaseNotesUrl: https://www.feishu.cn/hc/zh-CN/articles/267279238721 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/5.9.11/ByteDance.Feishu.yaml b/manifests/b/ByteDance/Feishu/5.9.11/ByteDance.Feishu.yaml index 5f64acbc602cb..8f96443b27088 100644 --- a/manifests/b/ByteDance/Feishu/5.9.11/ByteDance.Feishu.yaml +++ b/manifests/b/ByteDance/Feishu/5.9.11/ByteDance.Feishu.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: ByteDance.Feishu PackageVersion: 5.9.11 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/6.1.5/ByteDance.Feishu.installer.yaml b/manifests/b/ByteDance/Feishu/6.1.5/ByteDance.Feishu.installer.yaml index 4f4665a996d6c..524719841299c 100644 --- a/manifests/b/ByteDance/Feishu/6.1.5/ByteDance.Feishu.installer.yaml +++ b/manifests/b/ByteDance/Feishu/6.1.5/ByteDance.Feishu.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.4 $debug=QUSU.CRLF.7-3-3.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: ByteDance.Feishu PackageVersion: 6.1.5 @@ -26,4 +26,4 @@ Installers: InstallerSha256: 0B5AC4EAB946E7E8091C8B5FD29CB8697A9CB18AEBC43B0959551D0EC2AC2B10 ProductCode: Feishu ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/6.1.5/ByteDance.Feishu.locale.en-US.yaml b/manifests/b/ByteDance/Feishu/6.1.5/ByteDance.Feishu.locale.en-US.yaml index e2a8370c770b2..b264bbab87c5b 100644 --- a/manifests/b/ByteDance/Feishu/6.1.5/ByteDance.Feishu.locale.en-US.yaml +++ b/manifests/b/ByteDance/Feishu/6.1.5/ByteDance.Feishu.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.4 $debug=QUSU.CRLF.7-3-3.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: ByteDance.Feishu PackageVersion: 6.1.5 @@ -35,7 +35,6 @@ Tags: - saas - team - working -# Agreements: ReleaseNotes: |- Meetings - When presenters share their desktop or browser windows, the system will auto-recognize Feishu Docs, and with Magic Share mode on, participants can browse content freely. @@ -72,4 +71,4 @@ ReleaseNotesUrl: https://www.feishu.cn/hc/en-US/articles/423100423486 # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/6.1.5/ByteDance.Feishu.locale.zh-CN.yaml b/manifests/b/ByteDance/Feishu/6.1.5/ByteDance.Feishu.locale.zh-CN.yaml index b2c26bb7a5721..7c275a6c9a17c 100644 --- a/manifests/b/ByteDance/Feishu/6.1.5/ByteDance.Feishu.locale.zh-CN.yaml +++ b/manifests/b/ByteDance/Feishu/6.1.5/ByteDance.Feishu.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.4 $debug=QUSU.CRLF.7-3-3.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: ByteDance.Feishu PackageVersion: 6.1.5 @@ -35,7 +35,6 @@ Tags: - 沟通 - 签到 - 考勤 -# Agreements: ReleaseNotes: |- 视频会议 - 视频会议共享桌面或浏览器窗口时,系统可自动识别飞书文档,并支持一键切换至妙享模式,让参会人随心浏览 @@ -72,4 +71,4 @@ PurchaseUrl: https://www.feishu.cn/service # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/6.1.5/ByteDance.Feishu.yaml b/manifests/b/ByteDance/Feishu/6.1.5/ByteDance.Feishu.yaml index 2ec917ea1511e..67a6353803c66 100644 --- a/manifests/b/ByteDance/Feishu/6.1.5/ByteDance.Feishu.yaml +++ b/manifests/b/ByteDance/Feishu/6.1.5/ByteDance.Feishu.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.4 $debug=QUSU.CRLF.7-3-3.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: ByteDance.Feishu PackageVersion: 6.1.5 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/6.11.14/ByteDance.Feishu.installer.yaml b/manifests/b/ByteDance/Feishu/6.11.14/ByteDance.Feishu.installer.yaml index 4b630e39f257d..eba1b0355e924 100644 --- a/manifests/b/ByteDance/Feishu/6.11.14/ByteDance.Feishu.installer.yaml +++ b/manifests/b/ByteDance/Feishu/6.11.14/ByteDance.Feishu.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.10 $debug=QUSU.CRLF.7-3-7.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: ByteDance.Feishu PackageVersion: 6.11.14 @@ -26,4 +26,4 @@ Installers: InstallerSha256: 2099A2AC40E31B41916D9A4FE2D32E69CE4240FF09C9FF0870CB5F56F41D2E85 ProductCode: Feishu ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/6.11.14/ByteDance.Feishu.locale.en-US.yaml b/manifests/b/ByteDance/Feishu/6.11.14/ByteDance.Feishu.locale.en-US.yaml index d49131ae0a08e..dae7d1b4de7b8 100644 --- a/manifests/b/ByteDance/Feishu/6.11.14/ByteDance.Feishu.locale.en-US.yaml +++ b/manifests/b/ByteDance/Feishu/6.11.14/ByteDance.Feishu.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.10 $debug=QUSU.CRLF.7-3-7.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: ByteDance.Feishu PackageVersion: 6.11.14 @@ -52,4 +52,4 @@ ReleaseNotesUrl: https://www.feishu.cn/hc/en-US/articles/364544275962 # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/6.11.14/ByteDance.Feishu.locale.zh-CN.yaml b/manifests/b/ByteDance/Feishu/6.11.14/ByteDance.Feishu.locale.zh-CN.yaml index f0046219f3d75..4be6ac955ac57 100644 --- a/manifests/b/ByteDance/Feishu/6.11.14/ByteDance.Feishu.locale.zh-CN.yaml +++ b/manifests/b/ByteDance/Feishu/6.11.14/ByteDance.Feishu.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.10 $debug=QUSU.CRLF.7-3-7.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: ByteDance.Feishu PackageVersion: 6.11.14 @@ -52,4 +52,4 @@ PurchaseUrl: https://www.feishu.cn/service # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/6.11.14/ByteDance.Feishu.yaml b/manifests/b/ByteDance/Feishu/6.11.14/ByteDance.Feishu.yaml index 5c8b89382b912..b1de629aea582 100644 --- a/manifests/b/ByteDance/Feishu/6.11.14/ByteDance.Feishu.yaml +++ b/manifests/b/ByteDance/Feishu/6.11.14/ByteDance.Feishu.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.10 $debug=QUSU.CRLF.7-3-7.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: ByteDance.Feishu PackageVersion: 6.11.14 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/6.11.7/ByteDance.Feishu.installer.yaml b/manifests/b/ByteDance/Feishu/6.11.7/ByteDance.Feishu.installer.yaml index 1243303a31ee2..7ebfdd7ed4707 100644 --- a/manifests/b/ByteDance/Feishu/6.11.7/ByteDance.Feishu.installer.yaml +++ b/manifests/b/ByteDance/Feishu/6.11.7/ByteDance.Feishu.installer.yaml @@ -1,5 +1,5 @@ -# 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 +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ByteDance.Feishu PackageVersion: 6.11.7 @@ -26,4 +26,4 @@ Installers: InstallerSha256: 9D5703221D0C4B0FB8FDDE1F96D7306F0E57ED8585F5697278D63E03AF09462E ProductCode: Feishu ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/6.11.7/ByteDance.Feishu.locale.en-US.yaml b/manifests/b/ByteDance/Feishu/6.11.7/ByteDance.Feishu.locale.en-US.yaml index 21e7366be2627..c8415de49b6e9 100644 --- a/manifests/b/ByteDance/Feishu/6.11.7/ByteDance.Feishu.locale.en-US.yaml +++ b/manifests/b/ByteDance/Feishu/6.11.7/ByteDance.Feishu.locale.en-US.yaml @@ -1,5 +1,5 @@ -# 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 +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ByteDance.Feishu PackageVersion: 6.11.7 @@ -52,4 +52,4 @@ ReleaseNotesUrl: https://www.feishu.cn/hc/en-US/articles/364544275962 # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/6.11.7/ByteDance.Feishu.locale.zh-CN.yaml b/manifests/b/ByteDance/Feishu/6.11.7/ByteDance.Feishu.locale.zh-CN.yaml index 6bc3c40f50333..5148a410d8742 100644 --- a/manifests/b/ByteDance/Feishu/6.11.7/ByteDance.Feishu.locale.zh-CN.yaml +++ b/manifests/b/ByteDance/Feishu/6.11.7/ByteDance.Feishu.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# 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 +# 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: ByteDance.Feishu PackageVersion: 6.11.7 @@ -52,4 +52,4 @@ PurchaseUrl: https://www.feishu.cn/service # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/6.11.7/ByteDance.Feishu.yaml b/manifests/b/ByteDance/Feishu/6.11.7/ByteDance.Feishu.yaml index b4acd275fbbd0..7289c31930b5d 100644 --- a/manifests/b/ByteDance/Feishu/6.11.7/ByteDance.Feishu.yaml +++ b/manifests/b/ByteDance/Feishu/6.11.7/ByteDance.Feishu.yaml @@ -1,8 +1,8 @@ -# 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 +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ByteDance.Feishu PackageVersion: 6.11.7 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/6.2.5/ByteDance.Feishu.installer.yaml b/manifests/b/ByteDance/Feishu/6.2.5/ByteDance.Feishu.installer.yaml index 3066ee5de577c..4207daf3e77c5 100644 --- a/manifests/b/ByteDance/Feishu/6.2.5/ByteDance.Feishu.installer.yaml +++ b/manifests/b/ByteDance/Feishu/6.2.5/ByteDance.Feishu.installer.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.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: ByteDance.Feishu PackageVersion: 6.2.5 @@ -26,4 +26,4 @@ Installers: InstallerSha256: 2E411C0148EDEBB65AAF286AEAF284AF047B11D188142BC21EF33B11FC6ED2EC ProductCode: Feishu ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/6.2.5/ByteDance.Feishu.locale.en-US.yaml b/manifests/b/ByteDance/Feishu/6.2.5/ByteDance.Feishu.locale.en-US.yaml index 5a9fb2f9dd49c..4b26a7c81912b 100644 --- a/manifests/b/ByteDance/Feishu/6.2.5/ByteDance.Feishu.locale.en-US.yaml +++ b/manifests/b/ByteDance/Feishu/6.2.5/ByteDance.Feishu.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: ByteDance.Feishu PackageVersion: 6.2.5 @@ -35,7 +35,6 @@ Tags: - saas - team - working -# Agreements: ReleaseNotes: |- Docs - Swimlanes are now available in board! Drag a lane to reposition it and the shapes within will move together. @@ -64,4 +63,4 @@ ReleaseNotesUrl: https://www.feishu.cn/hc/en-US/articles/999571105883 # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/6.2.5/ByteDance.Feishu.locale.zh-CN.yaml b/manifests/b/ByteDance/Feishu/6.2.5/ByteDance.Feishu.locale.zh-CN.yaml index 271eb2b1c4e2d..ef0db86fda00b 100644 --- a/manifests/b/ByteDance/Feishu/6.2.5/ByteDance.Feishu.locale.zh-CN.yaml +++ b/manifests/b/ByteDance/Feishu/6.2.5/ByteDance.Feishu.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: ByteDance.Feishu PackageVersion: 6.2.5 @@ -35,7 +35,6 @@ Tags: - 沟通 - 签到 - 考勤 -# Agreements: ReleaseNotes: |- 云文档 - 文档画板中可添加泳道啦!增删移动泳道行列超方便,泳道内的图形也可自动跟随泳道移动,画图效率再加倍 @@ -64,4 +63,4 @@ PurchaseUrl: https://www.feishu.cn/service # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/6.2.5/ByteDance.Feishu.yaml b/manifests/b/ByteDance/Feishu/6.2.5/ByteDance.Feishu.yaml index ea66457e22da6..034a73714c35c 100644 --- a/manifests/b/ByteDance/Feishu/6.2.5/ByteDance.Feishu.yaml +++ b/manifests/b/ByteDance/Feishu/6.2.5/ByteDance.Feishu.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: ByteDance.Feishu PackageVersion: 6.2.5 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/6.3.7/ByteDance.Feishu.installer.yaml b/manifests/b/ByteDance/Feishu/6.3.7/ByteDance.Feishu.installer.yaml index 0959944ac8cdf..285e571ff569d 100644 --- a/manifests/b/ByteDance/Feishu/6.3.7/ByteDance.Feishu.installer.yaml +++ b/manifests/b/ByteDance/Feishu/6.3.7/ByteDance.Feishu.installer.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.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: ByteDance.Feishu PackageVersion: 6.3.7 @@ -26,4 +26,4 @@ Installers: InstallerSha256: E558F606BD6C35571897EDCBD0F3E53F5A76E61AD1A96FA397B4957DEF62ADBC ProductCode: Feishu ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/6.3.7/ByteDance.Feishu.locale.en-US.yaml b/manifests/b/ByteDance/Feishu/6.3.7/ByteDance.Feishu.locale.en-US.yaml index e2dc676b955f5..ca5c2fb89bad6 100644 --- a/manifests/b/ByteDance/Feishu/6.3.7/ByteDance.Feishu.locale.en-US.yaml +++ b/manifests/b/ByteDance/Feishu/6.3.7/ByteDance.Feishu.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: ByteDance.Feishu PackageVersion: 6.3.7 @@ -35,7 +35,6 @@ Tags: - saas - team - working -# Agreements: ReleaseNotes: |- Base - Use the Calendar view in Base to see events and schedules. @@ -59,4 +58,4 @@ ReleaseNotesUrl: https://www.feishu.cn/hc/en-US/articles/631230596990 # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/6.3.7/ByteDance.Feishu.locale.zh-CN.yaml b/manifests/b/ByteDance/Feishu/6.3.7/ByteDance.Feishu.locale.zh-CN.yaml index 7bf3c21cb6893..c082046f3df7f 100644 --- a/manifests/b/ByteDance/Feishu/6.3.7/ByteDance.Feishu.locale.zh-CN.yaml +++ b/manifests/b/ByteDance/Feishu/6.3.7/ByteDance.Feishu.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: ByteDance.Feishu PackageVersion: 6.3.7 @@ -35,14 +35,13 @@ Tags: - 沟通 - 签到 - 考勤 -# Agreements: ReleaseNotes: |- 多维表格 - 日历视图重磅登场,直观展示各事项排期或日程占用情况,多人协作时日程查看和安排更便捷 视频会议 - 拒绝通话后可快捷发消息给呼叫者,告知拒接理由,沟通更便捷 - + 任务 - 任务支持查看动态了。你可在桌面端任务中心查看任务和协作清单动态,还可在清单内按时间线跟进协作记录 @@ -59,4 +58,4 @@ PurchaseUrl: https://www.feishu.cn/service # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/6.3.7/ByteDance.Feishu.yaml b/manifests/b/ByteDance/Feishu/6.3.7/ByteDance.Feishu.yaml index 01775f33b79e1..a297b36c15e6b 100644 --- a/manifests/b/ByteDance/Feishu/6.3.7/ByteDance.Feishu.yaml +++ b/manifests/b/ByteDance/Feishu/6.3.7/ByteDance.Feishu.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: ByteDance.Feishu PackageVersion: 6.3.7 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/6.4.4/ByteDance.Feishu.installer.yaml b/manifests/b/ByteDance/Feishu/6.4.4/ByteDance.Feishu.installer.yaml index 19b1946c47a6d..50331136931ae 100644 --- a/manifests/b/ByteDance/Feishu/6.4.4/ByteDance.Feishu.installer.yaml +++ b/manifests/b/ByteDance/Feishu/6.4.4/ByteDance.Feishu.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.5 $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: ByteDance.Feishu PackageVersion: 6.4.4 @@ -26,4 +26,4 @@ Installers: InstallerSha256: 5D24D7744985A42ADE05DDF356F4099DC287EA526B0ABF495BB41F0FF84BD25A ProductCode: Feishu ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/6.4.4/ByteDance.Feishu.locale.en-US.yaml b/manifests/b/ByteDance/Feishu/6.4.4/ByteDance.Feishu.locale.en-US.yaml index e15af755a21f6..d1891b1fdd933 100644 --- a/manifests/b/ByteDance/Feishu/6.4.4/ByteDance.Feishu.locale.en-US.yaml +++ b/manifests/b/ByteDance/Feishu/6.4.4/ByteDance.Feishu.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.5 $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: ByteDance.Feishu PackageVersion: 6.4.4 @@ -35,7 +35,6 @@ Tags: - saas - team - working -# Agreements: ReleaseNotes: |- Meetings - You can now share the whiteboard during meetings, with the flexibility and space to sketch and collaborate visually. @@ -64,4 +63,4 @@ ReleaseNotesUrl: https://www.feishu.cn/hc/en-US/articles/251472974263 # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/6.4.4/ByteDance.Feishu.locale.zh-CN.yaml b/manifests/b/ByteDance/Feishu/6.4.4/ByteDance.Feishu.locale.zh-CN.yaml index 92691c1185bec..df4a83a9eafbe 100644 --- a/manifests/b/ByteDance/Feishu/6.4.4/ByteDance.Feishu.locale.zh-CN.yaml +++ b/manifests/b/ByteDance/Feishu/6.4.4/ByteDance.Feishu.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.5 $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: ByteDance.Feishu PackageVersion: 6.4.4 @@ -35,7 +35,6 @@ Tags: - 沟通 - 签到 - 考勤 -# Agreements: ReleaseNotes: |- 视频会议 - 新增共享白板功能。你可在会中将想法与流程“画”在白板上,激发灵感,高效沟通 @@ -64,4 +63,4 @@ PurchaseUrl: https://www.feishu.cn/service # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/6.4.4/ByteDance.Feishu.yaml b/manifests/b/ByteDance/Feishu/6.4.4/ByteDance.Feishu.yaml index b317a02acbafe..5d7e0f34145c1 100644 --- a/manifests/b/ByteDance/Feishu/6.4.4/ByteDance.Feishu.yaml +++ b/manifests/b/ByteDance/Feishu/6.4.4/ByteDance.Feishu.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.5 $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: ByteDance.Feishu PackageVersion: 6.4.4 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/6.6.6/ByteDance.Feishu.installer.yaml b/manifests/b/ByteDance/Feishu/6.6.6/ByteDance.Feishu.installer.yaml index 66d4d651e64f8..331ecdab854d7 100644 --- a/manifests/b/ByteDance/Feishu/6.6.6/ByteDance.Feishu.installer.yaml +++ b/manifests/b/ByteDance/Feishu/6.6.6/ByteDance.Feishu.installer.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.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: ByteDance.Feishu PackageVersion: 6.6.6 @@ -26,4 +26,4 @@ Installers: InstallerSha256: 8EE03B8F19A3C4B2F81970AF4FEB29D1A6AF0AED43139CCB1B2648328F532037 ProductCode: Feishu ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/6.6.6/ByteDance.Feishu.locale.en-US.yaml b/manifests/b/ByteDance/Feishu/6.6.6/ByteDance.Feishu.locale.en-US.yaml index cb8a0c2d03644..2c52805ac1d4d 100644 --- a/manifests/b/ByteDance/Feishu/6.6.6/ByteDance.Feishu.locale.en-US.yaml +++ b/manifests/b/ByteDance/Feishu/6.6.6/ByteDance.Feishu.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: ByteDance.Feishu PackageVersion: 6.6.6 @@ -65,4 +65,4 @@ ReleaseNotesUrl: https://www.feishu.cn/hc/en-US/articles/954786470824 # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/6.6.6/ByteDance.Feishu.locale.zh-CN.yaml b/manifests/b/ByteDance/Feishu/6.6.6/ByteDance.Feishu.locale.zh-CN.yaml index be39896e5a328..9ed946acfd5d1 100644 --- a/manifests/b/ByteDance/Feishu/6.6.6/ByteDance.Feishu.locale.zh-CN.yaml +++ b/manifests/b/ByteDance/Feishu/6.6.6/ByteDance.Feishu.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: ByteDance.Feishu PackageVersion: 6.6.6 @@ -65,4 +65,4 @@ PurchaseUrl: https://www.feishu.cn/service # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/6.6.6/ByteDance.Feishu.yaml b/manifests/b/ByteDance/Feishu/6.6.6/ByteDance.Feishu.yaml index 1606616e67ed8..a973d16601a1d 100644 --- a/manifests/b/ByteDance/Feishu/6.6.6/ByteDance.Feishu.yaml +++ b/manifests/b/ByteDance/Feishu/6.6.6/ByteDance.Feishu.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: ByteDance.Feishu PackageVersion: 6.6.6 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/6.7.5/ByteDance.Feishu.installer.yaml b/manifests/b/ByteDance/Feishu/6.7.5/ByteDance.Feishu.installer.yaml index 713a679045581..cd39bf4fe8fda 100644 --- a/manifests/b/ByteDance/Feishu/6.7.5/ByteDance.Feishu.installer.yaml +++ b/manifests/b/ByteDance/Feishu/6.7.5/ByteDance.Feishu.installer.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.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: ByteDance.Feishu PackageVersion: 6.7.5 @@ -26,4 +26,4 @@ Installers: InstallerSha256: C3AD4E1295B0C94E55A737F9D5DB8CC2588961D8538B65D2E7482EA4EFCE3DF2 ProductCode: Feishu ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/6.7.5/ByteDance.Feishu.locale.en-US.yaml b/manifests/b/ByteDance/Feishu/6.7.5/ByteDance.Feishu.locale.en-US.yaml index ec61c0bb8611e..747bc66590a56 100644 --- a/manifests/b/ByteDance/Feishu/6.7.5/ByteDance.Feishu.locale.en-US.yaml +++ b/manifests/b/ByteDance/Feishu/6.7.5/ByteDance.Feishu.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: ByteDance.Feishu PackageVersion: 6.7.5 @@ -50,4 +50,4 @@ ReleaseNotesUrl: https://www.feishu.cn/hc/en-US/articles/986931891287 # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/6.7.5/ByteDance.Feishu.locale.zh-CN.yaml b/manifests/b/ByteDance/Feishu/6.7.5/ByteDance.Feishu.locale.zh-CN.yaml index 85a59e977e6c8..f50879a70dbbb 100644 --- a/manifests/b/ByteDance/Feishu/6.7.5/ByteDance.Feishu.locale.zh-CN.yaml +++ b/manifests/b/ByteDance/Feishu/6.7.5/ByteDance.Feishu.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: ByteDance.Feishu PackageVersion: 6.7.5 @@ -50,4 +50,4 @@ PurchaseUrl: https://www.feishu.cn/service # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/6.7.5/ByteDance.Feishu.yaml b/manifests/b/ByteDance/Feishu/6.7.5/ByteDance.Feishu.yaml index eeb9a315feebd..4b8705882be87 100644 --- a/manifests/b/ByteDance/Feishu/6.7.5/ByteDance.Feishu.yaml +++ b/manifests/b/ByteDance/Feishu/6.7.5/ByteDance.Feishu.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: ByteDance.Feishu PackageVersion: 6.7.5 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/6.8.6/ByteDance.Feishu.installer.yaml b/manifests/b/ByteDance/Feishu/6.8.6/ByteDance.Feishu.installer.yaml index 64617d4688c6d..b94a5b2885ca9 100644 --- a/manifests/b/ByteDance/Feishu/6.8.6/ByteDance.Feishu.installer.yaml +++ b/manifests/b/ByteDance/Feishu/6.8.6/ByteDance.Feishu.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.8 $debug=QUSU.CRLF.7-3-5.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: ByteDance.Feishu PackageVersion: 6.8.6 @@ -26,4 +26,4 @@ Installers: InstallerSha256: 55A09456E9D9811C46CBF72D5EBCE6C8AB3F0F5A06D01CA663761A235EA04736 ProductCode: Feishu ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/6.8.6/ByteDance.Feishu.locale.en-US.yaml b/manifests/b/ByteDance/Feishu/6.8.6/ByteDance.Feishu.locale.en-US.yaml index 1e0c5a2583392..a0536113a239a 100644 --- a/manifests/b/ByteDance/Feishu/6.8.6/ByteDance.Feishu.locale.en-US.yaml +++ b/manifests/b/ByteDance/Feishu/6.8.6/ByteDance.Feishu.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.8 $debug=QUSU.CRLF.7-3-5.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: ByteDance.Feishu PackageVersion: 6.8.6 @@ -57,4 +57,4 @@ ReleaseNotesUrl: https://www.feishu.cn/hc/en-US/articles/221185203002 # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/6.8.6/ByteDance.Feishu.locale.zh-CN.yaml b/manifests/b/ByteDance/Feishu/6.8.6/ByteDance.Feishu.locale.zh-CN.yaml index cc6c978a7f103..038445794e3bd 100644 --- a/manifests/b/ByteDance/Feishu/6.8.6/ByteDance.Feishu.locale.zh-CN.yaml +++ b/manifests/b/ByteDance/Feishu/6.8.6/ByteDance.Feishu.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.8 $debug=QUSU.CRLF.7-3-5.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: ByteDance.Feishu PackageVersion: 6.8.6 @@ -57,4 +57,4 @@ PurchaseUrl: https://www.feishu.cn/service # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/6.8.6/ByteDance.Feishu.yaml b/manifests/b/ByteDance/Feishu/6.8.6/ByteDance.Feishu.yaml index 94b73ea2c3878..8756aa0ab9411 100644 --- a/manifests/b/ByteDance/Feishu/6.8.6/ByteDance.Feishu.yaml +++ b/manifests/b/ByteDance/Feishu/6.8.6/ByteDance.Feishu.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.8 $debug=QUSU.CRLF.7-3-5.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: ByteDance.Feishu PackageVersion: 6.8.6 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/6.9.11/ByteDance.Feishu.installer.yaml b/manifests/b/ByteDance/Feishu/6.9.11/ByteDance.Feishu.installer.yaml index 48ae2b6c782af..375fe75c48c4f 100644 --- a/manifests/b/ByteDance/Feishu/6.9.11/ByteDance.Feishu.installer.yaml +++ b/manifests/b/ByteDance/Feishu/6.9.11/ByteDance.Feishu.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.9 $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: ByteDance.Feishu PackageVersion: 6.9.11 @@ -26,4 +26,4 @@ Installers: InstallerSha256: 6CE2C9F247F46A793A019D5AE12AC8B09EB354B1395E18076D06DB441EF912B0 ProductCode: Feishu ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/6.9.11/ByteDance.Feishu.locale.en-US.yaml b/manifests/b/ByteDance/Feishu/6.9.11/ByteDance.Feishu.locale.en-US.yaml index 670c7557b843e..3450a52d1bfcb 100644 --- a/manifests/b/ByteDance/Feishu/6.9.11/ByteDance.Feishu.locale.en-US.yaml +++ b/manifests/b/ByteDance/Feishu/6.9.11/ByteDance.Feishu.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.9 $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: ByteDance.Feishu PackageVersion: 6.9.11 @@ -57,4 +57,4 @@ ReleaseNotesUrl: https://www.feishu.cn/hc/en-US/articles/872140099131 # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/6.9.11/ByteDance.Feishu.locale.zh-CN.yaml b/manifests/b/ByteDance/Feishu/6.9.11/ByteDance.Feishu.locale.zh-CN.yaml index bd8335c5581b7..941655fa7ced3 100644 --- a/manifests/b/ByteDance/Feishu/6.9.11/ByteDance.Feishu.locale.zh-CN.yaml +++ b/manifests/b/ByteDance/Feishu/6.9.11/ByteDance.Feishu.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.9 $debug=QUSU.CRLF.7-3-6.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: ByteDance.Feishu PackageVersion: 6.9.11 @@ -57,4 +57,4 @@ PurchaseUrl: https://www.feishu.cn/service # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/6.9.11/ByteDance.Feishu.yaml b/manifests/b/ByteDance/Feishu/6.9.11/ByteDance.Feishu.yaml index 6d2f5a63be42d..3c9ec4635291a 100644 --- a/manifests/b/ByteDance/Feishu/6.9.11/ByteDance.Feishu.yaml +++ b/manifests/b/ByteDance/Feishu/6.9.11/ByteDance.Feishu.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.9 $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: ByteDance.Feishu PackageVersion: 6.9.11 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/6.9.4/ByteDance.Feishu.installer.yaml b/manifests/b/ByteDance/Feishu/6.9.4/ByteDance.Feishu.installer.yaml index 826a771d033cf..7803497a7e078 100644 --- a/manifests/b/ByteDance/Feishu/6.9.4/ByteDance.Feishu.installer.yaml +++ b/manifests/b/ByteDance/Feishu/6.9.4/ByteDance.Feishu.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: ByteDance.Feishu PackageVersion: 6.9.4 @@ -26,4 +26,4 @@ Installers: InstallerSha256: 2499C1353EA7227D467FC4C5C3FABD5CFAA98C88EA53AD2E81B4F4E3C99F614A ProductCode: Feishu ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/6.9.4/ByteDance.Feishu.locale.en-US.yaml b/manifests/b/ByteDance/Feishu/6.9.4/ByteDance.Feishu.locale.en-US.yaml index f218e6a0a5f1f..4cfc859a203b5 100644 --- a/manifests/b/ByteDance/Feishu/6.9.4/ByteDance.Feishu.locale.en-US.yaml +++ b/manifests/b/ByteDance/Feishu/6.9.4/ByteDance.Feishu.locale.en-US.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.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: ByteDance.Feishu PackageVersion: 6.9.4 @@ -57,4 +57,4 @@ ReleaseNotesUrl: https://www.feishu.cn/hc/en-US/articles/872140099131 # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/6.9.4/ByteDance.Feishu.locale.zh-CN.yaml b/manifests/b/ByteDance/Feishu/6.9.4/ByteDance.Feishu.locale.zh-CN.yaml index f192b459532ac..4f39ed1f9eea0 100644 --- a/manifests/b/ByteDance/Feishu/6.9.4/ByteDance.Feishu.locale.zh-CN.yaml +++ b/manifests/b/ByteDance/Feishu/6.9.4/ByteDance.Feishu.locale.zh-CN.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.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: ByteDance.Feishu PackageVersion: 6.9.4 @@ -57,4 +57,4 @@ PurchaseUrl: https://www.feishu.cn/service # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/6.9.4/ByteDance.Feishu.yaml b/manifests/b/ByteDance/Feishu/6.9.4/ByteDance.Feishu.yaml index 600a392c51f99..4c603ffcc43cc 100644 --- a/manifests/b/ByteDance/Feishu/6.9.4/ByteDance.Feishu.yaml +++ b/manifests/b/ByteDance/Feishu/6.9.4/ByteDance.Feishu.yaml @@ -1,8 +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: ByteDance.Feishu PackageVersion: 6.9.4 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/7.18.7/ByteDance.Feishu.installer.yaml b/manifests/b/ByteDance/Feishu/7.18.7/ByteDance.Feishu.installer.yaml index b4e169029651c..109e1d8dffc07 100644 --- a/manifests/b/ByteDance/Feishu/7.18.7/ByteDance.Feishu.installer.yaml +++ b/manifests/b/ByteDance/Feishu/7.18.7/ByteDance.Feishu.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: ByteDance.Feishu PackageVersion: 7.18.7 @@ -26,4 +26,4 @@ Installers: InstallerSha256: 6BA0F8BB1D5F3BB8289B912084EB7B84019C443FC328A2BB59EDDAFFB5AEF306 ProductCode: Feishu ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/7.18.7/ByteDance.Feishu.locale.en-US.yaml b/manifests/b/ByteDance/Feishu/7.18.7/ByteDance.Feishu.locale.en-US.yaml index 95e6274abe783..878f875661879 100644 --- a/manifests/b/ByteDance/Feishu/7.18.7/ByteDance.Feishu.locale.en-US.yaml +++ b/manifests/b/ByteDance/Feishu/7.18.7/ByteDance.Feishu.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: ByteDance.Feishu PackageVersion: 7.18.7 @@ -46,4 +46,4 @@ ReleaseNotesUrl: https://www.feishu.cn/hc/en-US/articles/019119805684 # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/7.18.7/ByteDance.Feishu.locale.zh-CN.yaml b/manifests/b/ByteDance/Feishu/7.18.7/ByteDance.Feishu.locale.zh-CN.yaml index 6b57b9a3f2ae2..9f4f4bcaa3ac1 100644 --- a/manifests/b/ByteDance/Feishu/7.18.7/ByteDance.Feishu.locale.zh-CN.yaml +++ b/manifests/b/ByteDance/Feishu/7.18.7/ByteDance.Feishu.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: ByteDance.Feishu PackageVersion: 7.18.7 @@ -46,4 +46,4 @@ PurchaseUrl: https://www.feishu.cn/service # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/7.18.7/ByteDance.Feishu.yaml b/manifests/b/ByteDance/Feishu/7.18.7/ByteDance.Feishu.yaml index b5c27bf1e5a21..bffad19d22bef 100644 --- a/manifests/b/ByteDance/Feishu/7.18.7/ByteDance.Feishu.yaml +++ b/manifests/b/ByteDance/Feishu/7.18.7/ByteDance.Feishu.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: ByteDance.Feishu PackageVersion: 7.18.7 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/7.19.5/ByteDance.Feishu.installer.yaml b/manifests/b/ByteDance/Feishu/7.19.5/ByteDance.Feishu.installer.yaml index dad93a6d87aca..69aae98bff0c3 100644 --- a/manifests/b/ByteDance/Feishu/7.19.5/ByteDance.Feishu.installer.yaml +++ b/manifests/b/ByteDance/Feishu/7.19.5/ByteDance.Feishu.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: ByteDance.Feishu PackageVersion: 7.19.5 @@ -26,4 +26,4 @@ Installers: InstallerSha256: F40904E675EF4B6FF21E5D1617B0BFD7BEAF43B70BB21CAD7A622F0B47A6DCEE ProductCode: Feishu ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/7.19.5/ByteDance.Feishu.locale.en-US.yaml b/manifests/b/ByteDance/Feishu/7.19.5/ByteDance.Feishu.locale.en-US.yaml index c6203cde5e412..70902167d7344 100644 --- a/manifests/b/ByteDance/Feishu/7.19.5/ByteDance.Feishu.locale.en-US.yaml +++ b/manifests/b/ByteDance/Feishu/7.19.5/ByteDance.Feishu.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: ByteDance.Feishu PackageVersion: 7.19.5 @@ -44,4 +44,4 @@ ReleaseNotesUrl: https://www.feishu.cn/hc/en-US/articles/520005279137 # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/7.19.5/ByteDance.Feishu.locale.zh-CN.yaml b/manifests/b/ByteDance/Feishu/7.19.5/ByteDance.Feishu.locale.zh-CN.yaml index c471ef6683256..cecea1df3ef05 100644 --- a/manifests/b/ByteDance/Feishu/7.19.5/ByteDance.Feishu.locale.zh-CN.yaml +++ b/manifests/b/ByteDance/Feishu/7.19.5/ByteDance.Feishu.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: ByteDance.Feishu PackageVersion: 7.19.5 @@ -44,4 +44,4 @@ PurchaseUrl: https://www.feishu.cn/service # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/7.19.5/ByteDance.Feishu.yaml b/manifests/b/ByteDance/Feishu/7.19.5/ByteDance.Feishu.yaml index a24005ee1329a..e1922530b149e 100644 --- a/manifests/b/ByteDance/Feishu/7.19.5/ByteDance.Feishu.yaml +++ b/manifests/b/ByteDance/Feishu/7.19.5/ByteDance.Feishu.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: ByteDance.Feishu PackageVersion: 7.19.5 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/7.20.6/ByteDance.Feishu.installer.yaml b/manifests/b/ByteDance/Feishu/7.20.6/ByteDance.Feishu.installer.yaml index 7cd0ad9a71098..81ee2919cda0a 100644 --- a/manifests/b/ByteDance/Feishu/7.20.6/ByteDance.Feishu.installer.yaml +++ b/manifests/b/ByteDance/Feishu/7.20.6/ByteDance.Feishu.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: ByteDance.Feishu PackageVersion: 7.20.6 @@ -26,4 +26,4 @@ Installers: InstallerSha256: 03A26B788FD920F9C4E8667FE1B555B352AEEDB2FAD67AF984758A978DB3757D ProductCode: Feishu ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/7.20.6/ByteDance.Feishu.locale.en-US.yaml b/manifests/b/ByteDance/Feishu/7.20.6/ByteDance.Feishu.locale.en-US.yaml index 6c15a6fecc487..ae69068cfebf9 100644 --- a/manifests/b/ByteDance/Feishu/7.20.6/ByteDance.Feishu.locale.en-US.yaml +++ b/manifests/b/ByteDance/Feishu/7.20.6/ByteDance.Feishu.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: ByteDance.Feishu PackageVersion: 7.20.6 @@ -45,4 +45,4 @@ ReleaseNotesUrl: https://www.feishu.cn/hc/en-US/articles/542622915454 # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/7.20.6/ByteDance.Feishu.locale.zh-CN.yaml b/manifests/b/ByteDance/Feishu/7.20.6/ByteDance.Feishu.locale.zh-CN.yaml index d7a635f0315bd..ad76b905fc408 100644 --- a/manifests/b/ByteDance/Feishu/7.20.6/ByteDance.Feishu.locale.zh-CN.yaml +++ b/manifests/b/ByteDance/Feishu/7.20.6/ByteDance.Feishu.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: ByteDance.Feishu PackageVersion: 7.20.6 @@ -45,4 +45,4 @@ PurchaseUrl: https://www.feishu.cn/service # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/7.20.6/ByteDance.Feishu.yaml b/manifests/b/ByteDance/Feishu/7.20.6/ByteDance.Feishu.yaml index 50543671825d7..c4c9e37811625 100644 --- a/manifests/b/ByteDance/Feishu/7.20.6/ByteDance.Feishu.yaml +++ b/manifests/b/ByteDance/Feishu/7.20.6/ByteDance.Feishu.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: ByteDance.Feishu PackageVersion: 7.20.6 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/7.21.6/ByteDance.Feishu.installer.yaml b/manifests/b/ByteDance/Feishu/7.21.6/ByteDance.Feishu.installer.yaml index 78aadc91ae146..597b74e326203 100644 --- a/manifests/b/ByteDance/Feishu/7.21.6/ByteDance.Feishu.installer.yaml +++ b/manifests/b/ByteDance/Feishu/7.21.6/ByteDance.Feishu.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: ByteDance.Feishu PackageVersion: 7.21.6 @@ -26,4 +26,4 @@ Installers: InstallerSha256: 7790F349683272C6209A1049F3095874B2249681208F757ECFE76C455CF2D73A ProductCode: Feishu ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/7.21.6/ByteDance.Feishu.locale.en-US.yaml b/manifests/b/ByteDance/Feishu/7.21.6/ByteDance.Feishu.locale.en-US.yaml index d03bf1e8f0444..c2004986318ef 100644 --- a/manifests/b/ByteDance/Feishu/7.21.6/ByteDance.Feishu.locale.en-US.yaml +++ b/manifests/b/ByteDance/Feishu/7.21.6/ByteDance.Feishu.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: ByteDance.Feishu PackageVersion: 7.21.6 @@ -47,4 +47,4 @@ ReleaseNotesUrl: https://www.feishu.cn/hc/en-US/articles/502636947908 # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/7.21.6/ByteDance.Feishu.locale.zh-CN.yaml b/manifests/b/ByteDance/Feishu/7.21.6/ByteDance.Feishu.locale.zh-CN.yaml index 1f821eec31307..8ca518d76bbaa 100644 --- a/manifests/b/ByteDance/Feishu/7.21.6/ByteDance.Feishu.locale.zh-CN.yaml +++ b/manifests/b/ByteDance/Feishu/7.21.6/ByteDance.Feishu.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: ByteDance.Feishu PackageVersion: 7.21.6 @@ -47,4 +47,4 @@ PurchaseUrl: https://www.feishu.cn/service # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/7.21.6/ByteDance.Feishu.yaml b/manifests/b/ByteDance/Feishu/7.21.6/ByteDance.Feishu.yaml index a4a27876df81b..3e541c4b0fd84 100644 --- a/manifests/b/ByteDance/Feishu/7.21.6/ByteDance.Feishu.yaml +++ b/manifests/b/ByteDance/Feishu/7.21.6/ByteDance.Feishu.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: ByteDance.Feishu PackageVersion: 7.21.6 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/7.22.5/ByteDance.Feishu.installer.yaml b/manifests/b/ByteDance/Feishu/7.22.5/ByteDance.Feishu.installer.yaml index 71426fdcb1edf..86603a7b92d9c 100644 --- a/manifests/b/ByteDance/Feishu/7.22.5/ByteDance.Feishu.installer.yaml +++ b/manifests/b/ByteDance/Feishu/7.22.5/ByteDance.Feishu.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: ByteDance.Feishu PackageVersion: 7.22.5 @@ -26,4 +26,4 @@ Installers: InstallerSha256: 637B8CD5EBFA9CDC8CF05F7860C681FE72C7A3EA982B73E4CBCD597C743F2B1C ProductCode: Feishu ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/7.22.5/ByteDance.Feishu.locale.en-US.yaml b/manifests/b/ByteDance/Feishu/7.22.5/ByteDance.Feishu.locale.en-US.yaml index 5a9b634ed70f9..65ff086d10978 100644 --- a/manifests/b/ByteDance/Feishu/7.22.5/ByteDance.Feishu.locale.en-US.yaml +++ b/manifests/b/ByteDance/Feishu/7.22.5/ByteDance.Feishu.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: ByteDance.Feishu PackageVersion: 7.22.5 @@ -45,4 +45,4 @@ ReleaseNotesUrl: https://www.feishu.cn/hc/en-US/articles/619354249716 # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/7.22.5/ByteDance.Feishu.locale.zh-CN.yaml b/manifests/b/ByteDance/Feishu/7.22.5/ByteDance.Feishu.locale.zh-CN.yaml index 566b6b5c896a6..43dbb23bdbcca 100644 --- a/manifests/b/ByteDance/Feishu/7.22.5/ByteDance.Feishu.locale.zh-CN.yaml +++ b/manifests/b/ByteDance/Feishu/7.22.5/ByteDance.Feishu.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: ByteDance.Feishu PackageVersion: 7.22.5 @@ -45,4 +45,4 @@ PurchaseUrl: https://www.feishu.cn/service # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/7.22.5/ByteDance.Feishu.yaml b/manifests/b/ByteDance/Feishu/7.22.5/ByteDance.Feishu.yaml index a6e261900f3a2..24a2e3c735f60 100644 --- a/manifests/b/ByteDance/Feishu/7.22.5/ByteDance.Feishu.yaml +++ b/manifests/b/ByteDance/Feishu/7.22.5/ByteDance.Feishu.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: ByteDance.Feishu PackageVersion: 7.22.5 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/7.23.6/ByteDance.Feishu.installer.yaml b/manifests/b/ByteDance/Feishu/7.23.6/ByteDance.Feishu.installer.yaml index daee3e83d6cd5..9673234bb7e12 100644 --- a/manifests/b/ByteDance/Feishu/7.23.6/ByteDance.Feishu.installer.yaml +++ b/manifests/b/ByteDance/Feishu/7.23.6/ByteDance.Feishu.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: ByteDance.Feishu PackageVersion: 7.23.6 @@ -26,4 +26,4 @@ Installers: InstallerSha256: 4D9FE2060F8409BB607830E15FF037F951F0C57BAFBED90F6439E4EE0D8BFCAE ProductCode: Feishu ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/7.23.6/ByteDance.Feishu.locale.en-US.yaml b/manifests/b/ByteDance/Feishu/7.23.6/ByteDance.Feishu.locale.en-US.yaml index fc9b17e29cd1b..c0a5ae35d9079 100644 --- a/manifests/b/ByteDance/Feishu/7.23.6/ByteDance.Feishu.locale.en-US.yaml +++ b/manifests/b/ByteDance/Feishu/7.23.6/ByteDance.Feishu.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: ByteDance.Feishu PackageVersion: 7.23.6 @@ -49,4 +49,4 @@ ReleaseNotesUrl: https://www.feishu.cn/hc/en-US/articles/320179629570 # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/7.23.6/ByteDance.Feishu.locale.zh-CN.yaml b/manifests/b/ByteDance/Feishu/7.23.6/ByteDance.Feishu.locale.zh-CN.yaml index 3efddcf83a83e..d2df10c81856b 100644 --- a/manifests/b/ByteDance/Feishu/7.23.6/ByteDance.Feishu.locale.zh-CN.yaml +++ b/manifests/b/ByteDance/Feishu/7.23.6/ByteDance.Feishu.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: ByteDance.Feishu PackageVersion: 7.23.6 @@ -49,4 +49,4 @@ PurchaseUrl: https://www.feishu.cn/service # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/7.23.6/ByteDance.Feishu.yaml b/manifests/b/ByteDance/Feishu/7.23.6/ByteDance.Feishu.yaml index f974298db2b3f..d9817f45681a8 100644 --- a/manifests/b/ByteDance/Feishu/7.23.6/ByteDance.Feishu.yaml +++ b/manifests/b/ByteDance/Feishu/7.23.6/ByteDance.Feishu.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: ByteDance.Feishu PackageVersion: 7.23.6 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/7.24.4/ByteDance.Feishu.installer.yaml b/manifests/b/ByteDance/Feishu/7.24.4/ByteDance.Feishu.installer.yaml index 429dfc0879086..c6cc6ac822926 100644 --- a/manifests/b/ByteDance/Feishu/7.24.4/ByteDance.Feishu.installer.yaml +++ b/manifests/b/ByteDance/Feishu/7.24.4/ByteDance.Feishu.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: ByteDance.Feishu PackageVersion: 7.24.4 @@ -26,4 +26,4 @@ Installers: InstallerSha256: B721BA082120BEAC7652F293CA062617BBD3161DBC08DEADE57839A648A8CEA8 ProductCode: Feishu ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/7.24.4/ByteDance.Feishu.locale.en-US.yaml b/manifests/b/ByteDance/Feishu/7.24.4/ByteDance.Feishu.locale.en-US.yaml index 5c09d68566a22..47b25d36dba5d 100644 --- a/manifests/b/ByteDance/Feishu/7.24.4/ByteDance.Feishu.locale.en-US.yaml +++ b/manifests/b/ByteDance/Feishu/7.24.4/ByteDance.Feishu.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: ByteDance.Feishu PackageVersion: 7.24.4 @@ -45,4 +45,4 @@ ReleaseNotesUrl: https://www.feishu.cn/hc/en-US/articles/760155109026 # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/7.24.4/ByteDance.Feishu.locale.zh-CN.yaml b/manifests/b/ByteDance/Feishu/7.24.4/ByteDance.Feishu.locale.zh-CN.yaml index 697d9e647f9dd..398ce0483a2e4 100644 --- a/manifests/b/ByteDance/Feishu/7.24.4/ByteDance.Feishu.locale.zh-CN.yaml +++ b/manifests/b/ByteDance/Feishu/7.24.4/ByteDance.Feishu.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: ByteDance.Feishu PackageVersion: 7.24.4 @@ -47,4 +47,4 @@ PurchaseUrl: https://www.feishu.cn/service # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/7.24.4/ByteDance.Feishu.yaml b/manifests/b/ByteDance/Feishu/7.24.4/ByteDance.Feishu.yaml index 8ecf28dcb5845..8529dd9647866 100644 --- a/manifests/b/ByteDance/Feishu/7.24.4/ByteDance.Feishu.yaml +++ b/manifests/b/ByteDance/Feishu/7.24.4/ByteDance.Feishu.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: ByteDance.Feishu PackageVersion: 7.24.4 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/7.25.4/ByteDance.Feishu.installer.yaml b/manifests/b/ByteDance/Feishu/7.25.4/ByteDance.Feishu.installer.yaml index 021f3e60e6931..f589558936d07 100644 --- a/manifests/b/ByteDance/Feishu/7.25.4/ByteDance.Feishu.installer.yaml +++ b/manifests/b/ByteDance/Feishu/7.25.4/ByteDance.Feishu.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: ByteDance.Feishu PackageVersion: 7.25.4 @@ -26,4 +26,4 @@ Installers: InstallerSha256: D8DB2D5A285C7F08C2525AFDDAB6326EEDDD87ADD82C8F4F127E48AF0C2036C1 ProductCode: Feishu ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/7.25.4/ByteDance.Feishu.locale.en-US.yaml b/manifests/b/ByteDance/Feishu/7.25.4/ByteDance.Feishu.locale.en-US.yaml index dccc249a12db0..305ed86ee45ad 100644 --- a/manifests/b/ByteDance/Feishu/7.25.4/ByteDance.Feishu.locale.en-US.yaml +++ b/manifests/b/ByteDance/Feishu/7.25.4/ByteDance.Feishu.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: ByteDance.Feishu PackageVersion: 7.25.4 @@ -43,4 +43,4 @@ ReleaseNotesUrl: https://www.feishu.cn/hc/en-US/articles/839634157234 # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/7.25.4/ByteDance.Feishu.locale.zh-CN.yaml b/manifests/b/ByteDance/Feishu/7.25.4/ByteDance.Feishu.locale.zh-CN.yaml index c8fa48e3cbe8f..f593a9e7fa8f9 100644 --- a/manifests/b/ByteDance/Feishu/7.25.4/ByteDance.Feishu.locale.zh-CN.yaml +++ b/manifests/b/ByteDance/Feishu/7.25.4/ByteDance.Feishu.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: ByteDance.Feishu PackageVersion: 7.25.4 @@ -43,4 +43,4 @@ PurchaseUrl: https://www.feishu.cn/service # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/7.25.4/ByteDance.Feishu.yaml b/manifests/b/ByteDance/Feishu/7.25.4/ByteDance.Feishu.yaml index eb3d105d12e1d..e4436fcfbaef5 100644 --- a/manifests/b/ByteDance/Feishu/7.25.4/ByteDance.Feishu.yaml +++ b/manifests/b/ByteDance/Feishu/7.25.4/ByteDance.Feishu.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: ByteDance.Feishu PackageVersion: 7.25.4 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/7.26.6/ByteDance.Feishu.installer.yaml b/manifests/b/ByteDance/Feishu/7.26.6/ByteDance.Feishu.installer.yaml index ffa5b463297fa..e98e963b2262f 100644 --- a/manifests/b/ByteDance/Feishu/7.26.6/ByteDance.Feishu.installer.yaml +++ b/manifests/b/ByteDance/Feishu/7.26.6/ByteDance.Feishu.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: ByteDance.Feishu PackageVersion: 7.26.6 @@ -19,11 +19,11 @@ Protocols: - feishu-open - lark - x-feishu -ProductCode: Feishu +ReleaseDate: 2024-09-06 Installers: - Architecture: x86 InstallerUrl: https://sf3-cn.feishucdn.com/obj/ee-appcenter/f72d5d4b/Feishu-win32_ia32-7.26.6-signed.exe InstallerSha256: 655023AD6668BDEED69BB0B7B20D5848A773AD42460287ADC8CB4003D3E19A66 + ProductCode: Feishu ManifestType: installer -ManifestVersion: 1.6.0 -ReleaseDate: 2024-09-06 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/7.26.6/ByteDance.Feishu.locale.en-US.yaml b/manifests/b/ByteDance/Feishu/7.26.6/ByteDance.Feishu.locale.en-US.yaml index d5ba1cf8bce3b..a349301e8d47e 100644 --- a/manifests/b/ByteDance/Feishu/7.26.6/ByteDance.Feishu.locale.en-US.yaml +++ b/manifests/b/ByteDance/Feishu/7.26.6/ByteDance.Feishu.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: ByteDance.Feishu PackageVersion: 7.26.6 @@ -14,8 +14,10 @@ PackageUrl: https://www.feishu.cn/en/ License: Proprietary LicenseUrl: https://www.feishu.cn/en/terms Copyright: Copyright © 2024 Beijing Feishu Technology Co., Ltd. +# CopyrightUrl: ShortDescription: A new way to collaborate Description: Empowering teams by messenger, meetings, calendar, docs, and emails. It's all in one place. +# Moniker: Tags: - attendance - bussiness @@ -33,6 +35,10 @@ Tags: - saas - team - working +# ReleaseNotes: ReleaseNotesUrl: https://www.feishu.cn/hc/en-US/articles/360043073734 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/7.26.6/ByteDance.Feishu.locale.zh-CN.yaml b/manifests/b/ByteDance/Feishu/7.26.6/ByteDance.Feishu.locale.zh-CN.yaml index 55ae968da9eb0..dba793c13623f 100644 --- a/manifests/b/ByteDance/Feishu/7.26.6/ByteDance.Feishu.locale.zh-CN.yaml +++ b/manifests/b/ByteDance/Feishu/7.26.6/ByteDance.Feishu.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: ByteDance.Feishu PackageVersion: 7.26.6 @@ -14,8 +14,10 @@ PackageUrl: https://www.feishu.cn/download License: 专有软件 LicenseUrl: https://www.feishu.cn/terms Copyright: Copyright © 2024 北京飞书科技有限公司 +# CopyrightUrl: ShortDescription: 先进团队,先用飞书 Description: 飞书——字节跳动旗下先进企业协作与管理平台,不仅一站式整合及时沟通、智能日历、音视频会议、飞书文档、云盘等办公协作套件,更提供飞书 OKR、飞书招聘、飞书绩效等组织管理产品,让目标更清晰,信息流动更顺畅,每一个人工作更高效更愉悦。先进团队,先用飞书。 +# Moniker: Tags: - oa - saas @@ -33,7 +35,10 @@ Tags: - 沟通 - 签到 - 考勤 +# ReleaseNotes: ReleaseNotesUrl: https://www.feishu.cn/hc/zh-CN/articles/360043073734 PurchaseUrl: https://www.feishu.cn/service +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/7.26.6/ByteDance.Feishu.yaml b/manifests/b/ByteDance/Feishu/7.26.6/ByteDance.Feishu.yaml index 44297df73c4c5..e31123735c902 100644 --- a/manifests/b/ByteDance/Feishu/7.26.6/ByteDance.Feishu.yaml +++ b/manifests/b/ByteDance/Feishu/7.26.6/ByteDance.Feishu.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: ByteDance.Feishu PackageVersion: 7.26.6 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/7.27.6/ByteDance.Feishu.installer.yaml b/manifests/b/ByteDance/Feishu/7.27.6/ByteDance.Feishu.installer.yaml index cf8e4f5f2ad9d..ef166f556b32a 100644 --- a/manifests/b/ByteDance/Feishu/7.27.6/ByteDance.Feishu.installer.yaml +++ b/manifests/b/ByteDance/Feishu/7.27.6/ByteDance.Feishu.installer.yaml @@ -1,4 +1,5 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ByteDance.Feishu PackageVersion: 7.27.6 @@ -25,4 +26,4 @@ Installers: InstallerSha256: EAC6B279BEA63B382334E92529C9464EFB14B278EEB87815B9506FE89ACD64E5 ProductCode: Feishu ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/7.27.6/ByteDance.Feishu.locale.en-US.yaml b/manifests/b/ByteDance/Feishu/7.27.6/ByteDance.Feishu.locale.en-US.yaml index b1de35bd24942..108b39b7b2ed8 100644 --- a/manifests/b/ByteDance/Feishu/7.27.6/ByteDance.Feishu.locale.en-US.yaml +++ b/manifests/b/ByteDance/Feishu/7.27.6/ByteDance.Feishu.locale.en-US.yaml @@ -1,4 +1,5 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ByteDance.Feishu PackageVersion: 7.27.6 @@ -42,4 +43,4 @@ ReleaseNotesUrl: https://www.feishu.cn/hc/en-US/articles/360043073734 # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/7.27.6/ByteDance.Feishu.locale.zh-CN.yaml b/manifests/b/ByteDance/Feishu/7.27.6/ByteDance.Feishu.locale.zh-CN.yaml index 9117f348bbdee..9565af42056dd 100644 --- a/manifests/b/ByteDance/Feishu/7.27.6/ByteDance.Feishu.locale.zh-CN.yaml +++ b/manifests/b/ByteDance/Feishu/7.27.6/ByteDance.Feishu.locale.zh-CN.yaml @@ -1,4 +1,5 @@ -# 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: ByteDance.Feishu PackageVersion: 7.27.6 @@ -42,4 +43,4 @@ PurchaseUrl: https://www.feishu.cn/service # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/7.27.6/ByteDance.Feishu.yaml b/manifests/b/ByteDance/Feishu/7.27.6/ByteDance.Feishu.yaml index 81e54252991af..dc61884dc3223 100644 --- a/manifests/b/ByteDance/Feishu/7.27.6/ByteDance.Feishu.yaml +++ b/manifests/b/ByteDance/Feishu/7.27.6/ByteDance.Feishu.yaml @@ -1,7 +1,8 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ByteDance.Feishu PackageVersion: 7.27.6 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/7.27.8/ByteDance.Feishu.installer.yaml b/manifests/b/ByteDance/Feishu/7.27.8/ByteDance.Feishu.installer.yaml index 31fbef0dd268b..2a2a34dd61388 100644 --- a/manifests/b/ByteDance/Feishu/7.27.8/ByteDance.Feishu.installer.yaml +++ b/manifests/b/ByteDance/Feishu/7.27.8/ByteDance.Feishu.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: ByteDance.Feishu PackageVersion: 7.27.8 @@ -26,4 +26,4 @@ Installers: InstallerSha256: 270C0C6429BED597F9A54C01FCF240AE96B3A5636805FD0B24F0B3A18BB7D621 ProductCode: Feishu ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/7.27.8/ByteDance.Feishu.locale.en-US.yaml b/manifests/b/ByteDance/Feishu/7.27.8/ByteDance.Feishu.locale.en-US.yaml index d379c2cb20e63..796d28e0246a1 100644 --- a/manifests/b/ByteDance/Feishu/7.27.8/ByteDance.Feishu.locale.en-US.yaml +++ b/manifests/b/ByteDance/Feishu/7.27.8/ByteDance.Feishu.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: ByteDance.Feishu PackageVersion: 7.27.8 @@ -43,4 +43,4 @@ ReleaseNotesUrl: https://www.feishu.cn/hc/en-US/articles/300205211694 # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/7.27.8/ByteDance.Feishu.locale.zh-CN.yaml b/manifests/b/ByteDance/Feishu/7.27.8/ByteDance.Feishu.locale.zh-CN.yaml index 1bbb726990c47..4f1e8bde8ee9f 100644 --- a/manifests/b/ByteDance/Feishu/7.27.8/ByteDance.Feishu.locale.zh-CN.yaml +++ b/manifests/b/ByteDance/Feishu/7.27.8/ByteDance.Feishu.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: ByteDance.Feishu PackageVersion: 7.27.8 @@ -43,4 +43,4 @@ PurchaseUrl: https://www.feishu.cn/service # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/7.27.8/ByteDance.Feishu.yaml b/manifests/b/ByteDance/Feishu/7.27.8/ByteDance.Feishu.yaml index b8908549dd21b..25e609affe083 100644 --- a/manifests/b/ByteDance/Feishu/7.27.8/ByteDance.Feishu.yaml +++ b/manifests/b/ByteDance/Feishu/7.27.8/ByteDance.Feishu.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: ByteDance.Feishu PackageVersion: 7.27.8 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/7.28.6/ByteDance.Feishu.installer.yaml b/manifests/b/ByteDance/Feishu/7.28.6/ByteDance.Feishu.installer.yaml index 5a3ac51b28cd8..42708e600d61a 100644 --- a/manifests/b/ByteDance/Feishu/7.28.6/ByteDance.Feishu.installer.yaml +++ b/manifests/b/ByteDance/Feishu/7.28.6/ByteDance.Feishu.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: ByteDance.Feishu PackageVersion: 7.28.6 @@ -26,4 +26,4 @@ Installers: InstallerSha256: AD2AFA4BC8E88B3562468143A4F37C1117D7211DBB4B5B875231079210305867 ProductCode: Feishu ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/7.28.6/ByteDance.Feishu.locale.en-US.yaml b/manifests/b/ByteDance/Feishu/7.28.6/ByteDance.Feishu.locale.en-US.yaml index 80eb9b8869016..56a483b599e41 100644 --- a/manifests/b/ByteDance/Feishu/7.28.6/ByteDance.Feishu.locale.en-US.yaml +++ b/manifests/b/ByteDance/Feishu/7.28.6/ByteDance.Feishu.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: ByteDance.Feishu PackageVersion: 7.28.6 @@ -41,4 +41,4 @@ ReleaseNotesUrl: https://www.feishu.cn/hc/en-US/articles/360043073734 # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/7.28.6/ByteDance.Feishu.locale.zh-CN.yaml b/manifests/b/ByteDance/Feishu/7.28.6/ByteDance.Feishu.locale.zh-CN.yaml index e42e235c87c6c..6df2ca2d76a4d 100644 --- a/manifests/b/ByteDance/Feishu/7.28.6/ByteDance.Feishu.locale.zh-CN.yaml +++ b/manifests/b/ByteDance/Feishu/7.28.6/ByteDance.Feishu.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: ByteDance.Feishu PackageVersion: 7.28.6 @@ -41,4 +41,4 @@ PurchaseUrl: https://www.feishu.cn/service # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/7.28.6/ByteDance.Feishu.yaml b/manifests/b/ByteDance/Feishu/7.28.6/ByteDance.Feishu.yaml index 93107bbabf2d2..d06ac7ea54d41 100644 --- a/manifests/b/ByteDance/Feishu/7.28.6/ByteDance.Feishu.yaml +++ b/manifests/b/ByteDance/Feishu/7.28.6/ByteDance.Feishu.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: ByteDance.Feishu PackageVersion: 7.28.6 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/7.29.5/ByteDance.Feishu.installer.yaml b/manifests/b/ByteDance/Feishu/7.29.5/ByteDance.Feishu.installer.yaml index da09391f8f7ee..fc936c2ce8eaa 100644 --- a/manifests/b/ByteDance/Feishu/7.29.5/ByteDance.Feishu.installer.yaml +++ b/manifests/b/ByteDance/Feishu/7.29.5/ByteDance.Feishu.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: ByteDance.Feishu PackageVersion: 7.29.5 @@ -26,4 +26,4 @@ Installers: InstallerSha256: A5147D77FFA4B0D5181544235B6A87FA223270A23CE8440B377FCC17FFA3E960 ProductCode: Feishu ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/7.29.5/ByteDance.Feishu.locale.en-US.yaml b/manifests/b/ByteDance/Feishu/7.29.5/ByteDance.Feishu.locale.en-US.yaml index 3d9818f36200f..52bbddd8cb29d 100644 --- a/manifests/b/ByteDance/Feishu/7.29.5/ByteDance.Feishu.locale.en-US.yaml +++ b/manifests/b/ByteDance/Feishu/7.29.5/ByteDance.Feishu.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: ByteDance.Feishu PackageVersion: 7.29.5 @@ -45,4 +45,4 @@ ReleaseNotesUrl: https://www.feishu.cn/hc/en-US/articles/850150443094 # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/7.29.5/ByteDance.Feishu.locale.zh-CN.yaml b/manifests/b/ByteDance/Feishu/7.29.5/ByteDance.Feishu.locale.zh-CN.yaml index 19334af226453..be5e61d058893 100644 --- a/manifests/b/ByteDance/Feishu/7.29.5/ByteDance.Feishu.locale.zh-CN.yaml +++ b/manifests/b/ByteDance/Feishu/7.29.5/ByteDance.Feishu.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: ByteDance.Feishu PackageVersion: 7.29.5 @@ -45,4 +45,4 @@ PurchaseUrl: https://www.feishu.cn/service # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/7.29.5/ByteDance.Feishu.yaml b/manifests/b/ByteDance/Feishu/7.29.5/ByteDance.Feishu.yaml index 2a7b5c4c8bac6..2cd1695c379fb 100644 --- a/manifests/b/ByteDance/Feishu/7.29.5/ByteDance.Feishu.yaml +++ b/manifests/b/ByteDance/Feishu/7.29.5/ByteDance.Feishu.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: ByteDance.Feishu PackageVersion: 7.29.5 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/7.30.9/ByteDance.Feishu.installer.yaml b/manifests/b/ByteDance/Feishu/7.30.9/ByteDance.Feishu.installer.yaml index a4fba31463a3c..1edf324ec772c 100644 --- a/manifests/b/ByteDance/Feishu/7.30.9/ByteDance.Feishu.installer.yaml +++ b/manifests/b/ByteDance/Feishu/7.30.9/ByteDance.Feishu.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: ByteDance.Feishu PackageVersion: 7.30.9 @@ -26,4 +26,4 @@ Installers: InstallerSha256: 4CAA1174A5228A8FF60A57C456B9BF2EC765D3D80E071A20DE2A6DA6010ECFFE ProductCode: Feishu ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/7.30.9/ByteDance.Feishu.locale.en-US.yaml b/manifests/b/ByteDance/Feishu/7.30.9/ByteDance.Feishu.locale.en-US.yaml index 836f1c7e17cfe..956c155668866 100644 --- a/manifests/b/ByteDance/Feishu/7.30.9/ByteDance.Feishu.locale.en-US.yaml +++ b/manifests/b/ByteDance/Feishu/7.30.9/ByteDance.Feishu.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: ByteDance.Feishu PackageVersion: 7.30.9 @@ -41,4 +41,4 @@ ReleaseNotesUrl: https://www.feishu.cn/hc/en-US/articles/360043073734 # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/7.30.9/ByteDance.Feishu.locale.zh-CN.yaml b/manifests/b/ByteDance/Feishu/7.30.9/ByteDance.Feishu.locale.zh-CN.yaml index 67172b5a9bd56..21647b0a69418 100644 --- a/manifests/b/ByteDance/Feishu/7.30.9/ByteDance.Feishu.locale.zh-CN.yaml +++ b/manifests/b/ByteDance/Feishu/7.30.9/ByteDance.Feishu.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: ByteDance.Feishu PackageVersion: 7.30.9 @@ -41,4 +41,4 @@ PurchaseUrl: https://www.feishu.cn/service # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/7.30.9/ByteDance.Feishu.yaml b/manifests/b/ByteDance/Feishu/7.30.9/ByteDance.Feishu.yaml index d59d7bc609453..5113a0f81b4f4 100644 --- a/manifests/b/ByteDance/Feishu/7.30.9/ByteDance.Feishu.yaml +++ b/manifests/b/ByteDance/Feishu/7.30.9/ByteDance.Feishu.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: ByteDance.Feishu PackageVersion: 7.30.9 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/7.31.8/ByteDance.Feishu.installer.yaml b/manifests/b/ByteDance/Feishu/7.31.8/ByteDance.Feishu.installer.yaml index 7496a612798cc..fe9944d53a180 100644 --- a/manifests/b/ByteDance/Feishu/7.31.8/ByteDance.Feishu.installer.yaml +++ b/manifests/b/ByteDance/Feishu/7.31.8/ByteDance.Feishu.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: ByteDance.Feishu PackageVersion: 7.31.8 @@ -26,4 +26,4 @@ Installers: InstallerSha256: 7D37C2706C8B609731E3DD3807F513B0DA29AC3E4DA1D468AC111D3B1F36D269 ProductCode: Feishu ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/7.31.8/ByteDance.Feishu.locale.en-US.yaml b/manifests/b/ByteDance/Feishu/7.31.8/ByteDance.Feishu.locale.en-US.yaml index ce66bebe50442..fb4846ebe6ad2 100644 --- a/manifests/b/ByteDance/Feishu/7.31.8/ByteDance.Feishu.locale.en-US.yaml +++ b/manifests/b/ByteDance/Feishu/7.31.8/ByteDance.Feishu.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: ByteDance.Feishu PackageVersion: 7.31.8 @@ -44,4 +44,4 @@ ReleaseNotesUrl: https://www.feishu.cn/hc/en-US/articles/921591701830 # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/7.31.8/ByteDance.Feishu.locale.zh-CN.yaml b/manifests/b/ByteDance/Feishu/7.31.8/ByteDance.Feishu.locale.zh-CN.yaml index 591b218489549..ef2e1df5b873f 100644 --- a/manifests/b/ByteDance/Feishu/7.31.8/ByteDance.Feishu.locale.zh-CN.yaml +++ b/manifests/b/ByteDance/Feishu/7.31.8/ByteDance.Feishu.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: ByteDance.Feishu PackageVersion: 7.31.8 @@ -44,4 +44,4 @@ PurchaseUrl: https://www.feishu.cn/service # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/7.31.8/ByteDance.Feishu.yaml b/manifests/b/ByteDance/Feishu/7.31.8/ByteDance.Feishu.yaml index 124590d786c5b..8729e578eadc2 100644 --- a/manifests/b/ByteDance/Feishu/7.31.8/ByteDance.Feishu.yaml +++ b/manifests/b/ByteDance/Feishu/7.31.8/ByteDance.Feishu.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: ByteDance.Feishu PackageVersion: 7.31.8 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/7.32.8/ByteDance.Feishu.installer.yaml b/manifests/b/ByteDance/Feishu/7.32.8/ByteDance.Feishu.installer.yaml index cb4e5fb7b65ad..03e8be8bf4f53 100644 --- a/manifests/b/ByteDance/Feishu/7.32.8/ByteDance.Feishu.installer.yaml +++ b/manifests/b/ByteDance/Feishu/7.32.8/ByteDance.Feishu.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: ByteDance.Feishu @@ -19,11 +19,11 @@ Protocols: - feishu-open - lark - x-feishu -ProductCode: Feishu ReleaseDate: 2024-11-29 Installers: - Architecture: x86 InstallerUrl: https://sf3-cn.feishucdn.com/obj/ee-appcenter/9f319750/Feishu-win32_ia32-7.32.8-signed.exe InstallerSha256: 613E3F558EBB88285A19EC772A66486481D6D0F63C1B2728CE25920841B65DF0 + ProductCode: Feishu ManifestType: installer ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/7.32.8/ByteDance.Feishu.locale.en-US.yaml b/manifests/b/ByteDance/Feishu/7.32.8/ByteDance.Feishu.locale.en-US.yaml index 0a3e784e57d4e..80a32fc515644 100644 --- a/manifests/b/ByteDance/Feishu/7.32.8/ByteDance.Feishu.locale.en-US.yaml +++ b/manifests/b/ByteDance/Feishu/7.32.8/ByteDance.Feishu.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: ByteDance.Feishu @@ -14,8 +14,10 @@ PackageUrl: https://www.feishu.cn/en/ License: Proprietary LicenseUrl: https://www.feishu.cn/en/terms Copyright: Copyright © 2024 Beijing Feishu Technology Co., Ltd. +# CopyrightUrl: ShortDescription: A new way to collaborate Description: Empowering teams by messenger, meetings, calendar, docs, and emails. It's all in one place. +# Moniker: Tags: - attendance - bussiness @@ -33,6 +35,10 @@ Tags: - saas - team - working +# ReleaseNotes: ReleaseNotesUrl: https://www.feishu.cn/hc/en-US/articles/360043073734 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/7.32.8/ByteDance.Feishu.locale.zh-CN.yaml b/manifests/b/ByteDance/Feishu/7.32.8/ByteDance.Feishu.locale.zh-CN.yaml index d45158123f6ca..9c6097d6074ce 100644 --- a/manifests/b/ByteDance/Feishu/7.32.8/ByteDance.Feishu.locale.zh-CN.yaml +++ b/manifests/b/ByteDance/Feishu/7.32.8/ByteDance.Feishu.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: ByteDance.Feishu @@ -14,8 +14,10 @@ PackageUrl: https://www.feishu.cn/download License: 专有软件 LicenseUrl: https://www.feishu.cn/terms Copyright: Copyright © 2024 北京飞书科技有限公司 +# CopyrightUrl: ShortDescription: 先进团队,先用飞书 Description: 飞书——字节跳动旗下先进企业协作与管理平台,不仅一站式整合及时沟通、智能日历、音视频会议、飞书文档、云盘等办公协作套件,更提供飞书 OKR、飞书招聘、飞书绩效等组织管理产品,让目标更清晰,信息流动更顺畅,每一个人工作更高效更愉悦。先进团队,先用飞书。 +# Moniker: Tags: - oa - saas @@ -33,7 +35,10 @@ Tags: - 沟通 - 签到 - 考勤 +# ReleaseNotes: ReleaseNotesUrl: https://www.feishu.cn/hc/zh-CN/articles/360043073734 PurchaseUrl: https://www.feishu.cn/service +# InstallationNotes: +# Documentations: ManifestType: locale ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/7.32.8/ByteDance.Feishu.yaml b/manifests/b/ByteDance/Feishu/7.32.8/ByteDance.Feishu.yaml index b172233ff9ecc..4fa50853933a4 100644 --- a/manifests/b/ByteDance/Feishu/7.32.8/ByteDance.Feishu.yaml +++ b/manifests/b/ByteDance/Feishu/7.32.8/ByteDance.Feishu.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: ByteDance.Feishu diff --git a/manifests/b/ByteDance/Feishu/7.33.5/ByteDance.Feishu.installer.yaml b/manifests/b/ByteDance/Feishu/7.33.5/ByteDance.Feishu.installer.yaml index d5e0a6a892387..a808551cb6fa6 100644 --- a/manifests/b/ByteDance/Feishu/7.33.5/ByteDance.Feishu.installer.yaml +++ b/manifests/b/ByteDance/Feishu/7.33.5/ByteDance.Feishu.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: ByteDance.Feishu @@ -19,11 +19,11 @@ Protocols: - feishu-open - lark - x-feishu -ProductCode: Feishu ReleaseDate: 2024-12-13 Installers: - Architecture: x86 InstallerUrl: https://sf3-cn.feishucdn.com/obj/ee-appcenter/922f7fab/Feishu-win32_ia32-7.33.5-signed.exe InstallerSha256: 292BF94A0757B76775E791D4A657892260BBD95A084EC1A3AAF54A5BC8A64C31 + ProductCode: Feishu ManifestType: installer ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/7.33.5/ByteDance.Feishu.locale.en-US.yaml b/manifests/b/ByteDance/Feishu/7.33.5/ByteDance.Feishu.locale.en-US.yaml index 5d57781d5aff0..c0dfc3c1e3dd7 100644 --- a/manifests/b/ByteDance/Feishu/7.33.5/ByteDance.Feishu.locale.en-US.yaml +++ b/manifests/b/ByteDance/Feishu/7.33.5/ByteDance.Feishu.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: ByteDance.Feishu @@ -14,8 +14,10 @@ PackageUrl: https://www.feishu.cn/en/ License: Proprietary LicenseUrl: https://www.feishu.cn/en/terms Copyright: Copyright © 2024 Beijing Feishu Technology Co., Ltd. +# CopyrightUrl: ShortDescription: A new way to collaborate Description: Empowering teams by messenger, meetings, calendar, docs, and emails. It's all in one place. +# Moniker: Tags: - attendance - bussiness @@ -39,5 +41,8 @@ ReleaseNotes: |- Docs - When you share your document with users in the organization or publicly on the Internet through link sharing, you can set the sharing scope and permissions separately. ReleaseNotesUrl: https://www.feishu.cn/hc/en-US/articles/300128167761 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/7.33.5/ByteDance.Feishu.locale.zh-CN.yaml b/manifests/b/ByteDance/Feishu/7.33.5/ByteDance.Feishu.locale.zh-CN.yaml index 8597690955748..c88831ee34d6a 100644 --- a/manifests/b/ByteDance/Feishu/7.33.5/ByteDance.Feishu.locale.zh-CN.yaml +++ b/manifests/b/ByteDance/Feishu/7.33.5/ByteDance.Feishu.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: ByteDance.Feishu @@ -14,8 +14,10 @@ PackageUrl: https://www.feishu.cn/download License: 专有软件 LicenseUrl: https://www.feishu.cn/terms Copyright: Copyright © 2024 北京飞书科技有限公司 +# CopyrightUrl: ShortDescription: 先进团队,先用飞书 Description: 飞书——字节跳动旗下先进企业协作与管理平台,不仅一站式整合及时沟通、智能日历、音视频会议、飞书文档、云盘等办公协作套件,更提供飞书 OKR、飞书招聘、飞书绩效等组织管理产品,让目标更清晰,信息流动更顺畅,每一个人工作更高效更愉悦。先进团队,先用飞书。 +# Moniker: Tags: - oa - saas @@ -40,5 +42,7 @@ ReleaseNotes: |- - 云文档链接分享界面优化更新。当你通过链接分享的方式,将云文档分享给组织内或互联网上的用户时,你可以分开设置分享范围和权限。设置更灵活,分享更方便 ReleaseNotesUrl: https://www.feishu.cn/hc/zh-CN/articles/300128167761 PurchaseUrl: https://www.feishu.cn/service +# InstallationNotes: +# Documentations: ManifestType: locale ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/7.33.5/ByteDance.Feishu.yaml b/manifests/b/ByteDance/Feishu/7.33.5/ByteDance.Feishu.yaml index 82a19f84f742d..4479cc3cf8ee1 100644 --- a/manifests/b/ByteDance/Feishu/7.33.5/ByteDance.Feishu.yaml +++ b/manifests/b/ByteDance/Feishu/7.33.5/ByteDance.Feishu.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: ByteDance.Feishu diff --git a/manifests/b/ByteDance/Feishu/7.34.6/ByteDance.Feishu.installer.yaml b/manifests/b/ByteDance/Feishu/7.34.6/ByteDance.Feishu.installer.yaml index c6973c1f4bd07..8cfd6de94f2ae 100644 --- a/manifests/b/ByteDance/Feishu/7.34.6/ByteDance.Feishu.installer.yaml +++ b/manifests/b/ByteDance/Feishu/7.34.6/ByteDance.Feishu.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: ByteDance.Feishu @@ -19,11 +19,11 @@ Protocols: - feishu-open - lark - x-feishu -ProductCode: Feishu ReleaseDate: 2024-12-27 Installers: - Architecture: x86 InstallerUrl: https://sf3-cn.feishucdn.com/obj/ee-appcenter/1d9fdbec/Feishu-win32_ia32-7.34.6-signed.exe InstallerSha256: 42C83C921330C2DF9B14A585BDC83D9972A6A3BEAAFB7F544F1720869E29273F + ProductCode: Feishu ManifestType: installer ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/7.34.6/ByteDance.Feishu.locale.en-US.yaml b/manifests/b/ByteDance/Feishu/7.34.6/ByteDance.Feishu.locale.en-US.yaml index ee88f2cf4e6f2..b09ec7b6c7a72 100644 --- a/manifests/b/ByteDance/Feishu/7.34.6/ByteDance.Feishu.locale.en-US.yaml +++ b/manifests/b/ByteDance/Feishu/7.34.6/ByteDance.Feishu.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: ByteDance.Feishu @@ -14,8 +14,10 @@ PackageUrl: https://www.feishu.cn/en/ License: Proprietary LicenseUrl: https://www.feishu.cn/en/terms Copyright: Copyright © 2024 Beijing Feishu Technology Co., Ltd. +# CopyrightUrl: ShortDescription: A new way to collaborate Description: Empowering teams by messenger, meetings, calendar, docs, and emails. It's all in one place. +# Moniker: Tags: - attendance - bussiness @@ -39,5 +41,8 @@ ReleaseNotes: |- - Dashboard has been upgraded, offering new themes and backgrounds as well as new block types, including: metrics blocks, ranking blocks, area charts, radar charts, and NPS charts, and layout blocks. - Loops are now supported in workflows. You can configure rules for repeating the same action until a task is completed. ReleaseNotesUrl: https://www.feishu.cn/hc/en-US/articles/572089811439 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/7.34.6/ByteDance.Feishu.locale.zh-CN.yaml b/manifests/b/ByteDance/Feishu/7.34.6/ByteDance.Feishu.locale.zh-CN.yaml index 7ae7b67d3ecc4..7cc0e7d5abad4 100644 --- a/manifests/b/ByteDance/Feishu/7.34.6/ByteDance.Feishu.locale.zh-CN.yaml +++ b/manifests/b/ByteDance/Feishu/7.34.6/ByteDance.Feishu.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: ByteDance.Feishu @@ -14,8 +14,10 @@ PackageUrl: https://www.feishu.cn/download License: 专有软件 LicenseUrl: https://www.feishu.cn/terms Copyright: Copyright © 2024 北京飞书科技有限公司 +# CopyrightUrl: ShortDescription: 先进团队,先用飞书 Description: 飞书——字节跳动旗下先进企业协作与管理平台,不仅一站式整合及时沟通、智能日历、音视频会议、飞书文档、云盘等办公协作套件,更提供飞书 OKR、飞书招聘、飞书绩效等组织管理产品,让目标更清晰,信息流动更顺畅,每一个人工作更高效更愉悦。先进团队,先用飞书。 +# Moniker: Tags: - oa - saas @@ -40,5 +42,7 @@ ReleaseNotes: |- - 工作流新增循环功能。你可以设定规则,让工作流重复执行相同的操作,直到任务完成,满足多样场景需求 ReleaseNotesUrl: https://www.feishu.cn/hc/zh-CN/articles/572089811439 PurchaseUrl: https://www.feishu.cn/service +# InstallationNotes: +# Documentations: ManifestType: locale ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/7.34.6/ByteDance.Feishu.yaml b/manifests/b/ByteDance/Feishu/7.34.6/ByteDance.Feishu.yaml index 2e5a2f7e2ad0c..cf313a33d5814 100644 --- a/manifests/b/ByteDance/Feishu/7.34.6/ByteDance.Feishu.yaml +++ b/manifests/b/ByteDance/Feishu/7.34.6/ByteDance.Feishu.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: ByteDance.Feishu diff --git a/manifests/b/ByteDance/Feishu/7.35.6/ByteDance.Feishu.installer.yaml b/manifests/b/ByteDance/Feishu/7.35.6/ByteDance.Feishu.installer.yaml index 4fd73f414dfdb..d9e49c02f8692 100644 --- a/manifests/b/ByteDance/Feishu/7.35.6/ByteDance.Feishu.installer.yaml +++ b/manifests/b/ByteDance/Feishu/7.35.6/ByteDance.Feishu.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: ByteDance.Feishu @@ -19,11 +19,11 @@ Protocols: - feishu-open - lark - x-feishu -ProductCode: Feishu ReleaseDate: 2025-01-13 Installers: - Architecture: x86 InstallerUrl: https://sf3-cn.feishucdn.com/obj/ee-appcenter/df47b873/Feishu-win32_ia32-7.35.6-signed.exe InstallerSha256: 8D41D68FBA60BF4B5BD7FB3A3647E45303B08A730740316A59892357E3C97F28 + ProductCode: Feishu ManifestType: installer ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/7.35.6/ByteDance.Feishu.locale.en-US.yaml b/manifests/b/ByteDance/Feishu/7.35.6/ByteDance.Feishu.locale.en-US.yaml index ae43aca5568ad..b3d812b50a717 100644 --- a/manifests/b/ByteDance/Feishu/7.35.6/ByteDance.Feishu.locale.en-US.yaml +++ b/manifests/b/ByteDance/Feishu/7.35.6/ByteDance.Feishu.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: ByteDance.Feishu @@ -14,8 +14,10 @@ PackageUrl: https://www.feishu.cn/en/ License: Proprietary LicenseUrl: https://www.feishu.cn/en/terms Copyright: Copyright © 2024 Beijing Feishu Technology Co., Ltd. +# CopyrightUrl: ShortDescription: A new way to collaborate Description: Empowering teams by messenger, meetings, calendar, docs, and emails. It's all in one place. +# Moniker: Tags: - attendance - bussiness @@ -37,5 +39,8 @@ ReleaseNotes: |- Base - A details table can be added as a question in form view of Base. Form creators can add a table to allow recipients to submit information in bulk, reducing redundant entries and improving efficiency. ReleaseNotesUrl: https://www.feishu.cn/hc/en-US/articles/426269408778 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/7.35.6/ByteDance.Feishu.locale.zh-CN.yaml b/manifests/b/ByteDance/Feishu/7.35.6/ByteDance.Feishu.locale.zh-CN.yaml index a4cf68e507449..75960eb62bf3b 100644 --- a/manifests/b/ByteDance/Feishu/7.35.6/ByteDance.Feishu.locale.zh-CN.yaml +++ b/manifests/b/ByteDance/Feishu/7.35.6/ByteDance.Feishu.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: ByteDance.Feishu @@ -14,8 +14,10 @@ PackageUrl: https://www.feishu.cn/download License: 专有软件 LicenseUrl: https://www.feishu.cn/terms Copyright: Copyright © 2024 北京飞书科技有限公司 +# CopyrightUrl: ShortDescription: 先进团队,先用飞书 Description: 飞书——字节跳动旗下先进企业协作与管理平台,不仅一站式整合及时沟通、智能日历、音视频会议、飞书文档、云盘等办公协作套件,更提供飞书 OKR、飞书招聘、飞书绩效等组织管理产品,让目标更清晰,信息流动更顺畅,每一个人工作更高效更愉悦。先进团队,先用飞书。 +# Moniker: Tags: - oa - saas @@ -38,5 +40,7 @@ ReleaseNotes: |- - 多维表格的表单视图新增“明细表”题型。表单配置者可以使用表格的形式自定义需批量录入的信息,表单填写者可以一次性提交多条信息。减少重复录入,填写效率加倍 ReleaseNotesUrl: https://www.feishu.cn/hc/zh-CN/articles/426269408778 PurchaseUrl: https://www.feishu.cn/service +# InstallationNotes: +# Documentations: ManifestType: locale ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/7.35.6/ByteDance.Feishu.yaml b/manifests/b/ByteDance/Feishu/7.35.6/ByteDance.Feishu.yaml index b716d5df3df1a..a8fc2201a0c4e 100644 --- a/manifests/b/ByteDance/Feishu/7.35.6/ByteDance.Feishu.yaml +++ b/manifests/b/ByteDance/Feishu/7.35.6/ByteDance.Feishu.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: ByteDance.Feishu diff --git a/manifests/b/ByteDance/Feishu/7.36.6/ByteDance.Feishu.installer.yaml b/manifests/b/ByteDance/Feishu/7.36.6/ByteDance.Feishu.installer.yaml new file mode 100644 index 0000000000000..0e8c293407178 --- /dev/null +++ b/manifests/b/ByteDance/Feishu/7.36.6/ByteDance.Feishu.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.Feishu +PackageVersion: 7.36.6 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: --command=quiet_install + SilentWithProgress: --command=quiet_install + InstallLocation: --target_dir="" + Log: --log_dir="" +UpgradeBehavior: install +Protocols: +- feishu +- feishu-open +- lark +- x-feishu +ProductCode: Feishu +ReleaseDate: 2025-02-05 +Installers: +- Architecture: x86 + InstallerUrl: https://sf3-cn.feishucdn.com/obj/ee-appcenter/741dff82/Feishu-win32_ia32-7.36.6-signed.exe + InstallerSha256: FF7A50ACA503A5FB60EB5ACC0FD9F897C7301AC2CBC8816C6339B9B1FB7C91A7 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/7.36.6/ByteDance.Feishu.locale.en-US.yaml b/manifests/b/ByteDance/Feishu/7.36.6/ByteDance.Feishu.locale.en-US.yaml new file mode 100644 index 0000000000000..299d8537b4fe3 --- /dev/null +++ b/manifests/b/ByteDance/Feishu/7.36.6/ByteDance.Feishu.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: ByteDance.Feishu +PackageVersion: 7.36.6 +PackageLocale: en-US +Publisher: Beijing Feishu Technology Co., Ltd. +PublisherUrl: https://www.feishu.cn/en/ +PublisherSupportUrl: https://www.feishu.cn/hc/en-US/ +PrivacyUrl: https://www.feishu.cn/en/privacy +Author: Beijing Feishu Technology Co., Ltd. +PackageName: Feishu +PackageUrl: https://www.feishu.cn/en/ +License: Proprietary +LicenseUrl: https://www.feishu.cn/en/terms +Copyright: Copyright © 2024 Beijing Feishu Technology Co., Ltd. +ShortDescription: A new way to collaborate +Description: Empowering teams by messenger, meetings, calendar, docs, and emails. It's all in one place. +Tags: +- attendance +- bussiness +- check-in +- collaboration +- communicate +- comunication +- conference +- docs +- document +- enterprise +- meeting +- oa +- office +- saas +- team +- working +ReleaseNotes: |- + Base + - The Base logo has been refreshed! The new logo symbolizes the exciting new possibilities unlocked by the diverse and powerful features of Base. + - You can select multiple tables as the data source for dashboard blocks, allowing you to combine multiple data sets from different tables to conduct more comprehensive analysis. + - Dashboard data can be tailored to advanced permissions configured in the base. Visitors will only be able to see the data within their permission scope, providing greater flexibility and data security for users. + Tasks + - In complex task scenarios, you can assign a parent task for independent tasks, or promote a subtask to an independent task at any time. This allows you to freely define the hierarchical relationships between tasks, making project management more flexible. +ReleaseNotesUrl: https://www.feishu.cn/hc/en-US/articles/480864196932 +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/7.36.6/ByteDance.Feishu.locale.zh-CN.yaml b/manifests/b/ByteDance/Feishu/7.36.6/ByteDance.Feishu.locale.zh-CN.yaml new file mode 100644 index 0000000000000..e6781a5238ca4 --- /dev/null +++ b/manifests/b/ByteDance/Feishu/7.36.6/ByteDance.Feishu.locale.zh-CN.yaml @@ -0,0 +1,46 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: ByteDance.Feishu +PackageVersion: 7.36.6 +PackageLocale: zh-CN +Publisher: Beijing Feishu Technology Co., Ltd. +PublisherUrl: https://www.feishu.cn/ +PublisherSupportUrl: https://www.feishu.cn/hc/zh-CN/ +PrivacyUrl: https://www.feishu.cn/privacy +Author: 北京飞书科技有限公司 +PackageName: 飞书 +PackageUrl: https://www.feishu.cn/download +License: 专有软件 +LicenseUrl: https://www.feishu.cn/terms +Copyright: Copyright © 2024 北京飞书科技有限公司 +ShortDescription: 先进团队,先用飞书 +Description: 飞书——字节跳动旗下先进企业协作与管理平台,不仅一站式整合及时沟通、智能日历、音视频会议、飞书文档、云盘等办公协作套件,更提供飞书 OKR、飞书招聘、飞书绩效等组织管理产品,让目标更清晰,信息流动更顺畅,每一个人工作更高效更愉悦。先进团队,先用飞书。 +Tags: +- oa +- saas +- 交流 +- 企业 +- 会议 +- 公司 +- 办公 +- 协作 +- 协同 +- 团队 +- 工作 +- 打卡 +- 文档 +- 沟通 +- 签到 +- 考勤 +ReleaseNotes: |- + 多维表格 + - 多维表格 Logo 全面升级!全新 Logo 寓意更加多元、强大、丰富的多维表格功能,承载着多维表格越来越多的可能 + - 在多维表格仪表盘中添加或配置组件时,你可以选择多个数据源表,将不同数据表中相关的数据组合在一起,进行更全面、更有深度的数据分析 + - 仪表盘可以跟随已配置的多维表格高级权限统计数据。访问者仅可看到自己权限范围内的数据,查看更灵活,数据更安全 + 任务 + - 复杂任务场景中,你可以为独立任务指定父任务,也可以随时将子任务升级为独立任务,自由定义任务上下级关系,让项目管理更灵活 +ReleaseNotesUrl: https://www.feishu.cn/hc/zh-CN/articles/480864196932 +PurchaseUrl: https://www.feishu.cn/service +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/7.36.6/ByteDance.Feishu.yaml b/manifests/b/ByteDance/Feishu/7.36.6/ByteDance.Feishu.yaml new file mode 100644 index 0000000000000..3264bc86a147b --- /dev/null +++ b/manifests/b/ByteDance/Feishu/7.36.6/ByteDance.Feishu.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.Feishu +PackageVersion: 7.36.6 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/7.6.8/ByteDance.Feishu.installer.yaml b/manifests/b/ByteDance/Feishu/7.6.8/ByteDance.Feishu.installer.yaml index e3b7bed3e5728..419b0e073fbad 100644 --- a/manifests/b/ByteDance/Feishu/7.6.8/ByteDance.Feishu.installer.yaml +++ b/manifests/b/ByteDance/Feishu/7.6.8/ByteDance.Feishu.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 YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ByteDance.Feishu PackageVersion: 7.6.8 @@ -26,4 +26,4 @@ Installers: InstallerSha256: BDA7FF1531144374BC5CF621C8112BF7F6F1D440E4E76AB6443CB368EDAC54D7 ProductCode: Feishu ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/7.6.8/ByteDance.Feishu.locale.en-US.yaml b/manifests/b/ByteDance/Feishu/7.6.8/ByteDance.Feishu.locale.en-US.yaml index 5e86d234bc127..67839b2ec4367 100644 --- a/manifests/b/ByteDance/Feishu/7.6.8/ByteDance.Feishu.locale.en-US.yaml +++ b/manifests/b/ByteDance/Feishu/7.6.8/ByteDance.Feishu.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 YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ByteDance.Feishu PackageVersion: 7.6.8 @@ -52,4 +52,4 @@ ReleaseNotesUrl: https://www.feishu.cn/hc/en-US/articles/609151230877 # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/7.6.8/ByteDance.Feishu.locale.zh-CN.yaml b/manifests/b/ByteDance/Feishu/7.6.8/ByteDance.Feishu.locale.zh-CN.yaml index d149094d0b5f4..210d7d2c5e26b 100644 --- a/manifests/b/ByteDance/Feishu/7.6.8/ByteDance.Feishu.locale.zh-CN.yaml +++ b/manifests/b/ByteDance/Feishu/7.6.8/ByteDance.Feishu.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 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: ByteDance.Feishu PackageVersion: 7.6.8 @@ -52,4 +52,4 @@ PurchaseUrl: https://www.feishu.cn/service # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/7.6.8/ByteDance.Feishu.yaml b/manifests/b/ByteDance/Feishu/7.6.8/ByteDance.Feishu.yaml index 6303ebad62f17..a066edf0fa3b3 100644 --- a/manifests/b/ByteDance/Feishu/7.6.8/ByteDance.Feishu.yaml +++ b/manifests/b/ByteDance/Feishu/7.6.8/ByteDance.Feishu.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 YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ByteDance.Feishu PackageVersion: 7.6.8 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/7.7.7/ByteDance.Feishu.installer.yaml b/manifests/b/ByteDance/Feishu/7.7.7/ByteDance.Feishu.installer.yaml index f72a3b17b78d3..b5b6dc4069daa 100644 --- a/manifests/b/ByteDance/Feishu/7.7.7/ByteDance.Feishu.installer.yaml +++ b/manifests/b/ByteDance/Feishu/7.7.7/ByteDance.Feishu.installer.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.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: ByteDance.Feishu PackageVersion: 7.7.7 @@ -26,4 +26,4 @@ Installers: InstallerSha256: B6537B5C538955D99877202719D25E6D3D15A2F76FC44FCF865A9FD85313691C ProductCode: Feishu ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/7.7.7/ByteDance.Feishu.locale.en-US.yaml b/manifests/b/ByteDance/Feishu/7.7.7/ByteDance.Feishu.locale.en-US.yaml index 4470878df2ace..03a1165aab595 100644 --- a/manifests/b/ByteDance/Feishu/7.7.7/ByteDance.Feishu.locale.en-US.yaml +++ b/manifests/b/ByteDance/Feishu/7.7.7/ByteDance.Feishu.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: ByteDance.Feishu PackageVersion: 7.7.7 @@ -46,4 +46,4 @@ ReleaseNotesUrl: https://www.feishu.cn/hc/en-US/articles/285144731399 # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/7.7.7/ByteDance.Feishu.locale.zh-CN.yaml b/manifests/b/ByteDance/Feishu/7.7.7/ByteDance.Feishu.locale.zh-CN.yaml index c211495d022b7..e3a8198c20a63 100644 --- a/manifests/b/ByteDance/Feishu/7.7.7/ByteDance.Feishu.locale.zh-CN.yaml +++ b/manifests/b/ByteDance/Feishu/7.7.7/ByteDance.Feishu.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: ByteDance.Feishu PackageVersion: 7.7.7 @@ -46,4 +46,4 @@ PurchaseUrl: https://www.feishu.cn/service # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Feishu/7.7.7/ByteDance.Feishu.yaml b/manifests/b/ByteDance/Feishu/7.7.7/ByteDance.Feishu.yaml index 5d3cb73674961..639367b3ce4aa 100644 --- a/manifests/b/ByteDance/Feishu/7.7.7/ByteDance.Feishu.yaml +++ b/manifests/b/ByteDance/Feishu/7.7.7/ByteDance.Feishu.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: ByteDance.Feishu PackageVersion: 7.7.7 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/JianyingPro/7.7.0.12666/ByteDance.JianyingPro.installer.yaml b/manifests/b/ByteDance/JianyingPro/7.7.0.12666/ByteDance.JianyingPro.installer.yaml new file mode 100644 index 0000000000000..e9082d56da3e0 --- /dev/null +++ b/manifests/b/ByteDance/JianyingPro/7.7.0.12666/ByteDance.JianyingPro.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: ByteDance.JianyingPro +PackageVersion: 7.7.0.12666 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /silent_install=1 + SilentWithProgress: /silent_install=1 + InstallLocation: /install_path="" + Upgrade: /update_install +UpgradeBehavior: install +Protocols: +- vega +ProductCode: JianyingPro +Installers: +- Architecture: x64 + InstallerUrl: https://lf3-package.vlabstatic.com/obj/faceu-packages/Jianying_7_7_0_12666_jianyingpro_0_creatortool.exe + InstallerSha256: 71C03BACEE447455D8E4E35E70ECEA7B89975A4B88DFE2A87F857B3ABCCC2CDA +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/JianyingPro/7.7.0.12666/ByteDance.JianyingPro.locale.en-US.yaml b/manifests/b/ByteDance/JianyingPro/7.7.0.12666/ByteDance.JianyingPro.locale.en-US.yaml new file mode 100644 index 0000000000000..9746bef0d49f0 --- /dev/null +++ b/manifests/b/ByteDance/JianyingPro/7.7.0.12666/ByteDance.JianyingPro.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: ByteDance.JianyingPro +PackageVersion: 7.7.0.12666 +PackageLocale: en-US +Publisher: Shenzhen Lianmeng Technology +PublisherUrl: https://www.bytedance.com/en +PrivacyUrl: https://lf3-beecdn.bytetos.com/obj/ies-fe-bee/bee_prod/biz_80/bee_prod_80_bee_publish_8401.html +Author: Shenzhen Lianmeng Technology Co., Ltd. +PackageName: 剪映专业版 +PackageUrl: https://www.capcut.cn +License: Freeware +LicenseUrl: https://lv.ulikecam.com/clause/agreement/pro +Copyright: Copyright © 2024 Shenzhen Lianmeng Technology Co., Ltd. +ShortDescription: All-in-one, easy-to-use desktop video editing software +Description: Jianying Pro is an all-in-one, easy-to-use desktop video editing software that makes creation easier. +Tags: +- clip +- creative +- creativity +- edit +- editor +- film +- movie +- video +- video-editing +- video-editor +Documentations: +- DocumentLabel: Guide + DocumentUrl: https://learning.capcut.cn/topic_detail/7128272592783428894 +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/JianyingPro/7.7.0.12666/ByteDance.JianyingPro.locale.zh-CN.yaml b/manifests/b/ByteDance/JianyingPro/7.7.0.12666/ByteDance.JianyingPro.locale.zh-CN.yaml new file mode 100644 index 0000000000000..c19ae71e917b2 --- /dev/null +++ b/manifests/b/ByteDance/JianyingPro/7.7.0.12666/ByteDance.JianyingPro.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: ByteDance.JianyingPro +PackageVersion: 7.7.0.12666 +PackageLocale: zh-CN +Publisher: Shenzhen Lianmeng Technology +PublisherUrl: https://www.bytedance.com/zh +PrivacyUrl: https://lf3-beecdn.bytetos.com/obj/ies-fe-bee/bee_prod/biz_80/bee_prod_80_bee_publish_8401.html +Author: 深圳市脸萌科技有限公司 +PackageName: 剪映专业版 +PackageUrl: https://www.capcut.cn +License: 免费软件 +LicenseUrl: https://lv.ulikecam.com/clause/agreement/pro +Copyright: Copyright © 2024 Shenzhen Lianmeng Technology Co., Ltd. +ShortDescription: 全能易用的桌面端剪辑软件 +Description: 剪映专业版是一款全能易用的桌面端剪辑软件,让创作更简单。 +Tags: +- 创意 +- 剪辑 +- 影片 +- 电影 +- 视频 +- 视频编辑 +- 视频编辑器 +- 编辑 +- 编辑器 +ReleaseNotes: |- + 剪映专业版 7.7.0 最新版来啦! + - 修复了一些已知的体验问题,让剪辑更顺畅 +Documentations: +- DocumentLabel: 剪辑教程 + DocumentUrl: https://learning.capcut.cn/topic_detail/7128272592783428894 +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/JianyingPro/7.7.0.12666/ByteDance.JianyingPro.yaml b/manifests/b/ByteDance/JianyingPro/7.7.0.12666/ByteDance.JianyingPro.yaml new file mode 100644 index 0000000000000..5dc947d6c6d56 --- /dev/null +++ b/manifests/b/ByteDance/JianyingPro/7.7.0.12666/ByteDance.JianyingPro.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.JianyingPro +PackageVersion: 7.7.0.12666 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/4.10.11/ByteDance.Lark.installer.yaml b/manifests/b/ByteDance/Lark/4.10.11/ByteDance.Lark.installer.yaml index 3ffbbc7eae475..bbb07daba872a 100644 --- a/manifests/b/ByteDance/Lark/4.10.11/ByteDance.Lark.installer.yaml +++ b/manifests/b/ByteDance/Lark/4.10.11/ByteDance.Lark.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: ByteDance.Lark PackageVersion: 4.10.11 @@ -15,10 +15,10 @@ InstallerSwitches: InstallLocation: --target_dir="" Log: --log_dir="" UpgradeBehavior: install -ProductCode: Lark Installers: - Architecture: x86 InstallerUrl: https://sf16-va.larksuitecdn.com/obj/lark-artifact-storage/425981/Lark-win32_ia32-4.10.11-signed.exe InstallerSha256: 272D751C8EACD4DF72E02D23A5067B014CAD757E6A90A428C7174E50CFB98F3A + ProductCode: Lark ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/4.10.11/ByteDance.Lark.locale.en-US.yaml b/manifests/b/ByteDance/Lark/4.10.11/ByteDance.Lark.locale.en-US.yaml index 9e3685daf5977..b6116945df6a2 100644 --- a/manifests/b/ByteDance/Lark/4.10.11/ByteDance.Lark.locale.en-US.yaml +++ b/manifests/b/ByteDance/Lark/4.10.11/ByteDance.Lark.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: ByteDance.Lark PackageVersion: 4.10.11 @@ -14,20 +14,26 @@ PackageUrl: https://www.larksuite.com/en_us/download License: Proprietary LicenseUrl: https://www.larksuite.com/en_us/user-terms-of-service Copyright: © Lark Technologies Pte. Ltd. -# CopyrightUrl: +# CopyrightUrl: ShortDescription: The Next-Gen Collaboration Suite Description: Lark is a next-generation office suite that integrates messaging, schedule management, collaborative documents, video conferencing, and many more applications in a single platform. +# Moniker: Tags: -- office +- attendance - bussiness -- enterprises -- teams +- bytedance +- check-in - collaboration -- meeting - conferences -- attendance -- check-in -- Feishu -- ByteDance +- enterprises +- feishu +- meeting +- office +- teams +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/4.10.11/ByteDance.Lark.locale.zh-CN.yaml b/manifests/b/ByteDance/Lark/4.10.11/ByteDance.Lark.locale.zh-CN.yaml index 6101e15b38e26..4a8c8ec5faf27 100644 --- a/manifests/b/ByteDance/Lark/4.10.11/ByteDance.Lark.locale.zh-CN.yaml +++ b/manifests/b/ByteDance/Lark/4.10.11/ByteDance.Lark.locale.zh-CN.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.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: ByteDance.Lark PackageVersion: 4.10.11 @@ -14,22 +14,28 @@ PackageUrl: https://www.larksuite.com/zh_cn/download License: 专有软件 LicenseUrl: https://www.larksuite.com/zh_cn/user-terms-of-service Copyright: © Lark Technologies Pte. Ltd. -# CopyrightUrl: +# CopyrightUrl: ShortDescription: 新一代协同套件 Description: 一站式整合即时沟通、日历、视频会议、云文档、云盘、工作台等功能 +# Moniker: Tags: -- 办公 -- 公司 +- bytedance - 企业 -- 团队 +- 会议 +- 公司 +- 办公 - 协作 - 协同 -- 会议 -- 考勤 +- 团队 +- 字节 +- 字节跳动 - 打卡 +- 考勤 - 飞书 -- 字节跳动 -- 字节 -- ByteDance +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/4.10.11/ByteDance.Lark.yaml b/manifests/b/ByteDance/Lark/4.10.11/ByteDance.Lark.yaml index b860cba9d4d70..4f8d83760433c 100644 --- a/manifests/b/ByteDance/Lark/4.10.11/ByteDance.Lark.yaml +++ b/manifests/b/ByteDance/Lark/4.10.11/ByteDance.Lark.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: ByteDance.Lark PackageVersion: 4.10.11 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/4.5.6/ByteDance.Lark.installer.yaml b/manifests/b/ByteDance/Lark/4.5.6/ByteDance.Lark.installer.yaml index 9c330cffb2ef9..86fad227cecd6 100644 --- a/manifests/b/ByteDance/Lark/4.5.6/ByteDance.Lark.installer.yaml +++ b/manifests/b/ByteDance/Lark/4.5.6/ByteDance.Lark.installer.yaml @@ -1,48 +1,24 @@ -# 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: ByteDance.Lark PackageVersion: 4.5.6 MinimumOSVersion: 10.0.0.0 +InstallerType: exe +Scope: user InstallModes: - interactive - silent +InstallerSwitches: + Silent: --command=quiet_install + SilentWithProgress: --command=quiet_install + InstallLocation: --target_dir="" + Log: --log_dir="" +UpgradeBehavior: install Installers: - Architecture: x86 - InstallerType: exe - Scope: user InstallerUrl: https://sf16-va.larksuitecdn.com/obj/lark-artifact-storage/2c3de9/Lark-win32_ia32-4.5.6-signed.exe InstallerSha256: B23CA9B2EE3A362F8C11D295C7BD003C1C22F045590D7D700DAB4626CA4C0421 - InstallerSwitches: - Silent: --command=quiet_install - SilentWithProgress: --command=quiet_install - InstallLocation: --target_dir="" - Log: --log_dir="" - # Other switches: - # DPI Awareness: - # --dpiaware= # Set DPI Awareness to per-monitor(1) or off(0) - # --dpi= # Set size by DPI - # --scale= # Set size by percentage - # Set running mode (Doesn't affect install scope): - # --as_desktop_user - # --tried_desktop_user - # --as_admin_user - # --tried_admin_user - # Setup Active Setup Registry Key: - # --msi_upgrade_guid= # Set GUID variable for the following commands - # --command=msi_install - # --command=msi_uninstall - # Unknown: - # --command=pack - # --command=unpack - # --lark_zip= - # --command=unzip - # --dest_path= - # --dest_dir= - # --skin_dir= - # --runas= - ProductCode: 'Lark' - UpgradeBehavior: install + ProductCode: Lark ManifestType: installer -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/4.5.6/ByteDance.Lark.locale.en-US.yaml b/manifests/b/ByteDance/Lark/4.5.6/ByteDance.Lark.locale.en-US.yaml index 45deaadb6d61e..542264d51ac66 100644 --- a/manifests/b/ByteDance/Lark/4.5.6/ByteDance.Lark.locale.en-US.yaml +++ b/manifests/b/ByteDance/Lark/4.5.6/ByteDance.Lark.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: ByteDance.Lark PackageVersion: 4.5.6 @@ -14,20 +14,25 @@ PackageUrl: https://www.larksuite.com/en_us/download License: Freeware LicenseUrl: https://www.larksuite.com/en_us/user-terms-of-service Copyright: © Lark Technologies Pte. Ltd. -#CopyrightUrl: +# CopyrightUrl: ShortDescription: The Next-Gen Collaboration Suite Description: Lark is the next-gen workspace for teams. The future of work is here, and it is free. +# Moniker: Tags: -- Feishu -- office +- bussiness +- check-in - collaboration -- meeting - conference -- check-in +- corporation - document -- bussiness - enterprise -- corporation +- feishu +- meeting +- office +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/4.5.6/ByteDance.Lark.locale.zh-CN.yaml b/manifests/b/ByteDance/Lark/4.5.6/ByteDance.Lark.locale.zh-CN.yaml index 2259f04a331fa..d8630464b6303 100644 --- a/manifests/b/ByteDance/Lark/4.5.6/ByteDance.Lark.locale.zh-CN.yaml +++ b/manifests/b/ByteDance/Lark/4.5.6/ByteDance.Lark.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: ByteDance.Lark PackageVersion: 4.5.6 @@ -14,22 +14,27 @@ PackageUrl: https://www.larksuite.com/zh_cn/download License: 免费软件 LicenseUrl: https://www.larksuite.com/zh_cn/user-terms-of-service Copyright: © Lark Technologies Pte. Ltd. -#CopyrightUrl: +# CopyrightUrl: ShortDescription: 新一代协同套件 Description: 适合所有团队的协作套件。 +# Moniker: Tags: -- 飞书 +- 企业 +- 会议 +- 公司 - 办公 - 协作 -- 会议 +- 在线 - 开会 - 打卡 - 文档 -- 企业 -- 公司 -- 在线 -- 视频会议 - 电话会议 +- 视频会议 +- 飞书 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/4.5.6/ByteDance.Lark.yaml b/manifests/b/ByteDance/Lark/4.5.6/ByteDance.Lark.yaml index c7a55a4108790..f464469dedf5e 100644 --- a/manifests/b/ByteDance/Lark/4.5.6/ByteDance.Lark.yaml +++ b/manifests/b/ByteDance/Lark/4.5.6/ByteDance.Lark.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: ByteDance.Lark PackageVersion: 4.5.6 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/4.6.6/ByteDance.Lark.installer.yaml b/manifests/b/ByteDance/Lark/4.6.6/ByteDance.Lark.installer.yaml index a25de86cfb5d4..cf98a7a11788b 100644 --- a/manifests/b/ByteDance/Lark/4.6.6/ByteDance.Lark.installer.yaml +++ b/manifests/b/ByteDance/Lark/4.6.6/ByteDance.Lark.installer.yaml @@ -1,25 +1,24 @@ -# 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: ByteDance.Lark PackageVersion: 4.6.6 MinimumOSVersion: 10.0.0.0 +InstallerType: exe +Scope: user InstallModes: - interactive - silent +InstallerSwitches: + Silent: --command=quiet_install + SilentWithProgress: --command=quiet_install + InstallLocation: --target_dir="" + Log: --log_dir="" +UpgradeBehavior: install Installers: - Architecture: x86 - InstallerType: exe # @lark\apollo-setup - Scope: user InstallerUrl: https://sf16-va.larksuitecdn.com/obj/lark-artifact-storage/2e07de/Lark-win32_ia32-4.6.6-signed.exe InstallerSha256: 175C7A34130C35439423C2E27EF62B0488C365FDF0A1FA56B8CEF8B5331451FC - InstallerSwitches: - Silent: --command=quiet_install - SilentWithProgress: --command=quiet_install - InstallLocation: --target_dir="" - Log: --log_dir="" - ProductCode: 'Lark' - UpgradeBehavior: install + ProductCode: Lark ManifestType: installer -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/4.6.6/ByteDance.Lark.locale.en-US.yaml b/manifests/b/ByteDance/Lark/4.6.6/ByteDance.Lark.locale.en-US.yaml index b51fbb3191afa..5aadf0a0d3445 100644 --- a/manifests/b/ByteDance/Lark/4.6.6/ByteDance.Lark.locale.en-US.yaml +++ b/manifests/b/ByteDance/Lark/4.6.6/ByteDance.Lark.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: ByteDance.Lark PackageVersion: 4.6.6 @@ -14,20 +14,25 @@ PackageUrl: https://www.larksuite.com/en_us/download License: Freeware LicenseUrl: https://www.larksuite.com/en_us/user-terms-of-service Copyright: © Lark Technologies Pte. Ltd. -#CopyrightUrl: +# CopyrightUrl: ShortDescription: The Next-Gen Collaboration Suite Description: Lark is the next-gen workspace for teams. The future of work is here, and it is free. +# Moniker: Tags: -- Feishu -- office +- bussiness +- check-in - collaboration -- meeting - conference -- check-in +- corporation - document -- bussiness - enterprise -- corporation +- feishu +- meeting +- office +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/4.6.6/ByteDance.Lark.locale.zh-CN.yaml b/manifests/b/ByteDance/Lark/4.6.6/ByteDance.Lark.locale.zh-CN.yaml index 4ec76eef9ad28..1307861993e3e 100644 --- a/manifests/b/ByteDance/Lark/4.6.6/ByteDance.Lark.locale.zh-CN.yaml +++ b/manifests/b/ByteDance/Lark/4.6.6/ByteDance.Lark.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: ByteDance.Lark PackageVersion: 4.6.6 @@ -14,22 +14,27 @@ PackageUrl: https://www.larksuite.com/zh_cn/download License: 免费软件 LicenseUrl: https://www.larksuite.com/zh_cn/user-terms-of-service Copyright: © Lark Technologies Pte. Ltd. -#CopyrightUrl: +# CopyrightUrl: ShortDescription: 新一代协同套件 Description: 适合所有团队的协作套件。 +# Moniker: Tags: -- 飞书 +- 企业 +- 会议 +- 公司 - 办公 - 协作 -- 会议 +- 在线 - 开会 - 打卡 - 文档 -- 企业 -- 公司 -- 在线 -- 视频会议 - 电话会议 +- 视频会议 +- 飞书 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/4.6.6/ByteDance.Lark.yaml b/manifests/b/ByteDance/Lark/4.6.6/ByteDance.Lark.yaml index dd7fb07a23ce1..3c9278f7a4f58 100644 --- a/manifests/b/ByteDance/Lark/4.6.6/ByteDance.Lark.yaml +++ b/manifests/b/ByteDance/Lark/4.6.6/ByteDance.Lark.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: ByteDance.Lark PackageVersion: 4.6.6 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/5.11.11/ByteDance.Lark.installer.yaml b/manifests/b/ByteDance/Lark/5.11.11/ByteDance.Lark.installer.yaml index 506b4b300538c..2c149f92ba3c1 100644 --- a/manifests/b/ByteDance/Lark/5.11.11/ByteDance.Lark.installer.yaml +++ b/manifests/b/ByteDance/Lark/5.11.11/ByteDance.Lark.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: ByteDance.Lark PackageVersion: 5.11.11 @@ -22,4 +22,4 @@ Installers: InstallerSha256: A88F49DAF50EE4A863B133E56F261C6C8C8A4DEA07D5F4814F26864367EC75C0 ProductCode: Lark ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/5.11.11/ByteDance.Lark.locale.en-US.yaml b/manifests/b/ByteDance/Lark/5.11.11/ByteDance.Lark.locale.en-US.yaml index dcbcc2830f1de..35f752a424cdb 100644 --- a/manifests/b/ByteDance/Lark/5.11.11/ByteDance.Lark.locale.en-US.yaml +++ b/manifests/b/ByteDance/Lark/5.11.11/ByteDance.Lark.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: ByteDance.Lark PackageVersion: 5.11.11 @@ -14,10 +14,10 @@ PackageUrl: https://www.larksuite.com/en_us/download License: Proprietary LicenseUrl: https://www.larksuite.com/en_us/user-terms-of-service Copyright: Copyright © 2022 Lark Technologies Pte. Ltd. -# CopyrightUrl: +# CopyrightUrl: ShortDescription: The Next-Gen Collaboration Suite Description: Lark is a next-generation office suite that integrates messaging, schedule management, collaborative documents, video conferencing, and many more applications in a single platform. -# Moniker: +# Moniker: Tags: - attendance - bussiness @@ -35,7 +35,6 @@ Tags: - saas - team - working -# Agreements: ReleaseNotes: |- Messenger - Format your messages with bold, italics, underline, strikethrough text, or present them in hyperlinks and charts. @@ -60,5 +59,8 @@ ReleaseNotes: |- - Add a note when you share an event to a chat, giving a quick event overview for chat members. - Translate content into Traditional Chinese, French, Spanish, and more languages automatically in Messenger and Docs to make communication easier. ReleaseNotesUrl: https://www.larksuite.com/hc/en-US/articles/461746852297 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/5.11.11/ByteDance.Lark.locale.zh-CN.yaml b/manifests/b/ByteDance/Lark/5.11.11/ByteDance.Lark.locale.zh-CN.yaml index f96182187683f..cf02a53b7fc32 100644 --- a/manifests/b/ByteDance/Lark/5.11.11/ByteDance.Lark.locale.zh-CN.yaml +++ b/manifests/b/ByteDance/Lark/5.11.11/ByteDance.Lark.locale.zh-CN.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.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: ByteDance.Lark PackageVersion: 5.11.11 @@ -14,10 +14,10 @@ PackageUrl: https://www.larksuite.com/zh_cn/download License: 专有软件 LicenseUrl: https://www.larksuite.com/zh_cn/user-terms-of-service Copyright: Copyright © 2022 Lark Technologies Pte. Ltd. -# CopyrightUrl: +# CopyrightUrl: ShortDescription: 新一代协同套件 Description: 一站式整合即时沟通、日历、视频会议、云文档、云盘、工作台等功能 -# Moniker: +# Moniker: Tags: - oa - saas @@ -35,7 +35,6 @@ Tags: - 沟通 - 签到 - 考勤 -# Agreements: ReleaseNotes: |- 即时消息 - 你可在会话中直接发送包含粗体、斜体、下划线、删除线、超链接、列表等形式的消息,呈现形式更丰富 @@ -60,5 +59,8 @@ ReleaseNotes: |- - 分享日程至会话时,可同时附加留言,帮助被分享者快速了解日程背景信息 - 消息、文档等内容支持自动翻译为繁体中文、法语、西班牙语等更多语种,跨语言沟通更便捷 ReleaseNotesUrl: https://www.larksuite.com/hc/zh-CN/articles/461746852297 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/5.11.11/ByteDance.Lark.yaml b/manifests/b/ByteDance/Lark/5.11.11/ByteDance.Lark.yaml index e2adab680fc4b..602004a43e2c8 100644 --- a/manifests/b/ByteDance/Lark/5.11.11/ByteDance.Lark.yaml +++ b/manifests/b/ByteDance/Lark/5.11.11/ByteDance.Lark.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: ByteDance.Lark PackageVersion: 5.11.11 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/5.11.9/ByteDance.Lark.installer.yaml b/manifests/b/ByteDance/Lark/5.11.9/ByteDance.Lark.installer.yaml index 0902f829c17f9..478419a901718 100644 --- a/manifests/b/ByteDance/Lark/5.11.9/ByteDance.Lark.installer.yaml +++ b/manifests/b/ByteDance/Lark/5.11.9/ByteDance.Lark.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: ByteDance.Lark PackageVersion: 5.11.9 @@ -22,4 +22,4 @@ Installers: InstallerSha256: F5CBCC1870D0BE92E9CAD69003E6C43FFFF97CEBF24582860BEA6C559D3F9539 ProductCode: Lark ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/5.11.9/ByteDance.Lark.locale.en-US.yaml b/manifests/b/ByteDance/Lark/5.11.9/ByteDance.Lark.locale.en-US.yaml index 15276fcc18176..9afc8c5b0b263 100644 --- a/manifests/b/ByteDance/Lark/5.11.9/ByteDance.Lark.locale.en-US.yaml +++ b/manifests/b/ByteDance/Lark/5.11.9/ByteDance.Lark.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: ByteDance.Lark PackageVersion: 5.11.9 @@ -14,10 +14,10 @@ PackageUrl: https://www.larksuite.com/en_us/download License: Proprietary LicenseUrl: https://www.larksuite.com/en_us/user-terms-of-service Copyright: Copyright © 2022 Lark Technologies Pte. Ltd. -# CopyrightUrl: +# CopyrightUrl: ShortDescription: The Next-Gen Collaboration Suite Description: Lark is a next-generation office suite that integrates messaging, schedule management, collaborative documents, video conferencing, and many more applications in a single platform. -# Moniker: +# Moniker: Tags: - attendance - bussiness @@ -35,7 +35,6 @@ Tags: - saas - team - working -# Agreements: ReleaseNotes: |- Messenger - Format your messages with bold, italics, underline, strikethrough text, or present them in hyperlinks and charts. @@ -60,5 +59,8 @@ ReleaseNotes: |- - Add a note when you share an event to a chat, giving a quick event overview for chat members. - Translate content into Traditional Chinese, French, Spanish, and more languages automatically in Messenger and Docs to make communication easier. ReleaseNotesUrl: https://www.larksuite.com/hc/en-US/articles/461746852297 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/5.11.9/ByteDance.Lark.locale.zh-CN.yaml b/manifests/b/ByteDance/Lark/5.11.9/ByteDance.Lark.locale.zh-CN.yaml index 97e19f7636e72..a706b376494ca 100644 --- a/manifests/b/ByteDance/Lark/5.11.9/ByteDance.Lark.locale.zh-CN.yaml +++ b/manifests/b/ByteDance/Lark/5.11.9/ByteDance.Lark.locale.zh-CN.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.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: ByteDance.Lark PackageVersion: 5.11.9 @@ -14,10 +14,10 @@ PackageUrl: https://www.larksuite.com/zh_cn/download License: 专有软件 LicenseUrl: https://www.larksuite.com/zh_cn/user-terms-of-service Copyright: Copyright © 2022 Lark Technologies Pte. Ltd. -# CopyrightUrl: +# CopyrightUrl: ShortDescription: 新一代协同套件 Description: 一站式整合即时沟通、日历、视频会议、云文档、云盘、工作台等功能 -# Moniker: +# Moniker: Tags: - oa - saas @@ -35,7 +35,6 @@ Tags: - 沟通 - 签到 - 考勤 -# Agreements: ReleaseNotes: |- 即时消息 - 你可在会话中直接发送包含粗体、斜体、下划线、删除线、超链接、列表等形式的消息,呈现形式更丰富 @@ -60,5 +59,8 @@ ReleaseNotes: |- - 分享日程至会话时,可同时附加留言,帮助被分享者快速了解日程背景信息 - 消息、文档等内容支持自动翻译为繁体中文、法语、西班牙语等更多语种,跨语言沟通更便捷 ReleaseNotesUrl: https://www.larksuite.com/hc/zh-CN/articles/461746852297 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/5.11.9/ByteDance.Lark.yaml b/manifests/b/ByteDance/Lark/5.11.9/ByteDance.Lark.yaml index 3865f1d88ae94..83479fa49c8a5 100644 --- a/manifests/b/ByteDance/Lark/5.11.9/ByteDance.Lark.yaml +++ b/manifests/b/ByteDance/Lark/5.11.9/ByteDance.Lark.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: ByteDance.Lark PackageVersion: 5.11.9 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/5.13.10/ByteDance.Lark.installer.yaml b/manifests/b/ByteDance/Lark/5.13.10/ByteDance.Lark.installer.yaml index 7f3b75e4f2ec6..68d9803c9e73b 100644 --- a/manifests/b/ByteDance/Lark/5.13.10/ByteDance.Lark.installer.yaml +++ b/manifests/b/ByteDance/Lark/5.13.10/ByteDance.Lark.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: ByteDance.Lark PackageVersion: 5.13.10 @@ -22,4 +22,4 @@ Installers: InstallerSha256: C0CA8890842EB7C2B71B587086D064565395AD39E5AB8A6A35EA487149AD448C ProductCode: Lark ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/5.13.10/ByteDance.Lark.locale.en-US.yaml b/manifests/b/ByteDance/Lark/5.13.10/ByteDance.Lark.locale.en-US.yaml index 941a6d078d811..3f72e6d6a8670 100644 --- a/manifests/b/ByteDance/Lark/5.13.10/ByteDance.Lark.locale.en-US.yaml +++ b/manifests/b/ByteDance/Lark/5.13.10/ByteDance.Lark.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: ByteDance.Lark PackageVersion: 5.13.10 @@ -14,10 +14,10 @@ PackageUrl: https://www.larksuite.com/en_us/download License: Proprietary LicenseUrl: https://www.larksuite.com/en_us/user-terms-of-service Copyright: Copyright © 2022 Lark Technologies Pte. Ltd. -# CopyrightUrl: +# CopyrightUrl: ShortDescription: The Next-Gen Collaboration Suite Description: Lark is a next-generation office suite that integrates messaging, schedule management, collaborative documents, video conferencing, and many more applications in a single platform. -# Moniker: +# Moniker: Tags: - attendance - bussiness @@ -35,7 +35,6 @@ Tags: - saas - team - working -# Agreements: ReleaseNotes: |- Shortcut - Add the new Lark widget to your home screen and place your frequently-used tools in the widget, such as Scan, Search, or Workplace. @@ -49,5 +48,8 @@ ReleaseNotes: |- Improvements: - Touch and hold a chat to pin to top, mark for later, or mute notifications. ReleaseNotesUrl: https://www.larksuite.com/hc/en-US/articles/538165184727 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/5.13.10/ByteDance.Lark.locale.zh-CN.yaml b/manifests/b/ByteDance/Lark/5.13.10/ByteDance.Lark.locale.zh-CN.yaml index caabfc704faf7..5dfe876951115 100644 --- a/manifests/b/ByteDance/Lark/5.13.10/ByteDance.Lark.locale.zh-CN.yaml +++ b/manifests/b/ByteDance/Lark/5.13.10/ByteDance.Lark.locale.zh-CN.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.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: ByteDance.Lark PackageVersion: 5.13.10 @@ -14,10 +14,10 @@ PackageUrl: https://www.larksuite.com/zh_cn/download License: 专有软件 LicenseUrl: https://www.larksuite.com/zh_cn/user-terms-of-service Copyright: Copyright © 2022 Lark Technologies Pte. Ltd. -# CopyrightUrl: +# CopyrightUrl: ShortDescription: 新一代协同套件 Description: 一站式整合即时沟通、日历、视频会议、云文档、云盘、工作台等功能 -# Moniker: +# Moniker: Tags: - oa - saas @@ -35,7 +35,6 @@ Tags: - 沟通 - 签到 - 考勤 -# Agreements: ReleaseNotes: |- 快捷工具 - Lark 常用工具小组件全新上线。你可将常用工具小组件添加至移动端桌面,并将搜索、扫一扫、工作台等常用功能添加至该组件 @@ -49,5 +48,8 @@ ReleaseNotes: |- 功能优化: - 在移动端长按单个会话,可对会话进行置顶、稍后处理、免打扰等快捷操作 ReleaseNotesUrl: https://www.larksuite.com/hc/zh-CN/articles/538165184727 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/5.13.10/ByteDance.Lark.yaml b/manifests/b/ByteDance/Lark/5.13.10/ByteDance.Lark.yaml index b07c318e63be6..749cb84f905f4 100644 --- a/manifests/b/ByteDance/Lark/5.13.10/ByteDance.Lark.yaml +++ b/manifests/b/ByteDance/Lark/5.13.10/ByteDance.Lark.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: ByteDance.Lark PackageVersion: 5.13.10 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/5.15.10/ByteDance.Lark.installer.yaml b/manifests/b/ByteDance/Lark/5.15.10/ByteDance.Lark.installer.yaml index 5f5cb12d9f6d5..5f71f9e1fe331 100644 --- a/manifests/b/ByteDance/Lark/5.15.10/ByteDance.Lark.installer.yaml +++ b/manifests/b/ByteDance/Lark/5.15.10/ByteDance.Lark.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: ByteDance.Lark PackageVersion: 5.15.10 @@ -22,4 +22,4 @@ Installers: InstallerSha256: 1BAA60656124D9DDFDC1B3889A84D607488C9FA92062D13B946BD83AF2EAEA96 ProductCode: Lark ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/5.15.10/ByteDance.Lark.locale.en-US.yaml b/manifests/b/ByteDance/Lark/5.15.10/ByteDance.Lark.locale.en-US.yaml index 371bc6cb71063..6068cdf35ffc6 100644 --- a/manifests/b/ByteDance/Lark/5.15.10/ByteDance.Lark.locale.en-US.yaml +++ b/manifests/b/ByteDance/Lark/5.15.10/ByteDance.Lark.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: ByteDance.Lark PackageVersion: 5.15.10 @@ -14,10 +14,10 @@ PackageUrl: https://www.larksuite.com/en_us/download License: Proprietary LicenseUrl: https://www.larksuite.com/en_us/user-terms-of-service Copyright: Copyright © 2022 Lark Technologies Pte. Ltd. -# CopyrightUrl: +# CopyrightUrl: ShortDescription: The Next-Gen Collaboration Suite Description: Lark is a next-generation office suite that integrates messaging, schedule management, collaborative documents, video conferencing, and many more applications in a single platform. -# Moniker: +# Moniker: Tags: - attendance - bussiness @@ -35,7 +35,6 @@ Tags: - saas - team - working -# Agreements: ReleaseNotes: |- Messenger - Try the updated Feed Filter and the new three-column layout on desktop. Switch quickly between frequently-used filters to view and manage chats more efficiently on mobile. @@ -59,5 +58,8 @@ ReleaseNotes: |- - Try the upgraded mobile interface for video meetings. Switch to horizontal view with optimized layout for clearer view and better experience. - Customize chart data labels in Sheets to help your audience understand your data better. ReleaseNotesUrl: https://www.larksuite.com/hc/en-US/articles/144612530939 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/5.15.10/ByteDance.Lark.locale.zh-CN.yaml b/manifests/b/ByteDance/Lark/5.15.10/ByteDance.Lark.locale.zh-CN.yaml index 66345acf8ce14..01f43929761c6 100644 --- a/manifests/b/ByteDance/Lark/5.15.10/ByteDance.Lark.locale.zh-CN.yaml +++ b/manifests/b/ByteDance/Lark/5.15.10/ByteDance.Lark.locale.zh-CN.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.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: ByteDance.Lark PackageVersion: 5.15.10 @@ -14,10 +14,10 @@ PackageUrl: https://www.larksuite.com/zh_cn/download License: 专有软件 LicenseUrl: https://www.larksuite.com/zh_cn/user-terms-of-service Copyright: Copyright © 2022 Lark Technologies Pte. Ltd. -# CopyrightUrl: +# CopyrightUrl: ShortDescription: 新一代协同套件 Description: 一站式整合即时沟通、日历、视频会议、云文档、云盘、工作台等功能 -# Moniker: +# Moniker: Tags: - oa - saas @@ -35,7 +35,6 @@ Tags: - 沟通 - 签到 - 考勤 -# Agreements: ReleaseNotes: |- 即时消息 - 消息分组全面升级,桌面端呈三栏结构展示分组信息。你也可在手机快速切换常用分组,并唤起单独的消息分组页,助你高效管理消息 @@ -59,5 +58,8 @@ ReleaseNotes: |- - 手机视频会议界面全新改版,支持切换至横屏模式,布局更优化,视图更清晰,体验更升级 - 支持自定义表格中图表的数据标签内容,满足你在不同场景下对数据展示的需求 ReleaseNotesUrl: https://www.larksuite.com/hc/zh-CN/articles/144612530939 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/5.15.10/ByteDance.Lark.yaml b/manifests/b/ByteDance/Lark/5.15.10/ByteDance.Lark.yaml index ed4f055138ff0..2e0bf4722fab0 100644 --- a/manifests/b/ByteDance/Lark/5.15.10/ByteDance.Lark.yaml +++ b/manifests/b/ByteDance/Lark/5.15.10/ByteDance.Lark.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: ByteDance.Lark PackageVersion: 5.15.10 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/5.17.10/ByteDance.Lark.installer.yaml b/manifests/b/ByteDance/Lark/5.17.10/ByteDance.Lark.installer.yaml index d6e4f287e9050..4fd1b3012d12d 100644 --- a/manifests/b/ByteDance/Lark/5.17.10/ByteDance.Lark.installer.yaml +++ b/manifests/b/ByteDance/Lark/5.17.10/ByteDance.Lark.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.4 $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: ByteDance.Lark PackageVersion: 5.17.10 @@ -27,4 +27,4 @@ Installers: InstallerSha256: 5A8B40DC6BDC7289E4751C926B7D1E20BF0884120BD6C71F4FBDB43E85A7FCE3 ProductCode: Lark ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/5.17.10/ByteDance.Lark.locale.en-US.yaml b/manifests/b/ByteDance/Lark/5.17.10/ByteDance.Lark.locale.en-US.yaml index bf3867d37c464..c3f3741db5e7f 100644 --- a/manifests/b/ByteDance/Lark/5.17.10/ByteDance.Lark.locale.en-US.yaml +++ b/manifests/b/ByteDance/Lark/5.17.10/ByteDance.Lark.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.4 $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: ByteDance.Lark PackageVersion: 5.17.10 @@ -14,7 +14,7 @@ PackageUrl: https://www.larksuite.com/en_us/download License: Proprietary LicenseUrl: https://www.larksuite.com/en_us/user-terms-of-service Copyright: Copyright © 2022 Lark Technologies Pte. Ltd. -# CopyrightUrl: +# CopyrightUrl: ShortDescription: The Next-Gen Collaboration Suite Description: Lark is a next-generation office suite that integrates messaging, schedule management, collaborative documents, video conferencing, and many more applications in a single platform. Moniker: larksuite @@ -35,7 +35,6 @@ Tags: - saas - team - working -# Agreements: ReleaseNotes: |- Messenger - Translate text into a language of your choice as you type. @@ -62,7 +61,7 @@ ReleaseNotes: |- - Email search will be performed in current folder or label by default. ReleaseNotesUrl: https://www.larksuite.com/hc/en-US/articles/473304295250 PurchaseUrl: https://www.larksuite.com/en_us/plans -# InstallationNotes: -# Documentations: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/5.17.10/ByteDance.Lark.locale.zh-CN.yaml b/manifests/b/ByteDance/Lark/5.17.10/ByteDance.Lark.locale.zh-CN.yaml index c236fa073ca23..081f8af649fe8 100644 --- a/manifests/b/ByteDance/Lark/5.17.10/ByteDance.Lark.locale.zh-CN.yaml +++ b/manifests/b/ByteDance/Lark/5.17.10/ByteDance.Lark.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.4 $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: ByteDance.Lark PackageVersion: 5.17.10 @@ -14,10 +14,10 @@ PackageUrl: https://www.larksuite.com/zh_cn/download License: 专有软件 LicenseUrl: https://www.larksuite.com/zh_cn/user-terms-of-service Copyright: Copyright © 2022 Lark Technologies Pte. Ltd. -# CopyrightUrl: +# CopyrightUrl: ShortDescription: 新一代协同套件 Description: 一站式整合即时沟通、日历、视频会议、云文档、云盘、工作台等功能 -# Moniker: +# Moniker: Tags: - oa - saas @@ -35,7 +35,6 @@ Tags: - 沟通 - 签到 - 考勤 -# Agreements: ReleaseNotes: |- 即时消息 - 输入消息时可以开启“边写边译”,实时翻译你输入的内容,并支持多语言选择 @@ -62,7 +61,7 @@ ReleaseNotes: |- - 在邮箱特定文件夹或标签下搜索时,默认搜索当前位置下的邮件,查找更便捷 ReleaseNotesUrl: https://www.larksuite.com/hc/zh-CN/articles/473304295250 PurchaseUrl: https://www.larksuite.com/zh_cn/plans -# InstallationNotes: -# Documentations: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/5.17.10/ByteDance.Lark.yaml b/manifests/b/ByteDance/Lark/5.17.10/ByteDance.Lark.yaml index 09b51e41def3a..640f462e24758 100644 --- a/manifests/b/ByteDance/Lark/5.17.10/ByteDance.Lark.yaml +++ b/manifests/b/ByteDance/Lark/5.17.10/ByteDance.Lark.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.4 $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: ByteDance.Lark PackageVersion: 5.17.10 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/5.17.11/ByteDance.Lark.installer.yaml b/manifests/b/ByteDance/Lark/5.17.11/ByteDance.Lark.installer.yaml index 3b44398f3f315..13035508d4596 100644 --- a/manifests/b/ByteDance/Lark/5.17.11/ByteDance.Lark.installer.yaml +++ b/manifests/b/ByteDance/Lark/5.17.11/ByteDance.Lark.installer.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.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: ByteDance.Lark PackageVersion: 5.17.11 @@ -27,4 +27,4 @@ Installers: InstallerSha256: C31119B291672892B236CB6FC4841658A2F62E3808E1FAB8CAFB1B46BDBAD033 ProductCode: Lark ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/5.17.11/ByteDance.Lark.locale.en-US.yaml b/manifests/b/ByteDance/Lark/5.17.11/ByteDance.Lark.locale.en-US.yaml index cdf3848ce5f14..fba87b5147af7 100644 --- a/manifests/b/ByteDance/Lark/5.17.11/ByteDance.Lark.locale.en-US.yaml +++ b/manifests/b/ByteDance/Lark/5.17.11/ByteDance.Lark.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: ByteDance.Lark PackageVersion: 5.17.11 @@ -14,7 +14,7 @@ PackageUrl: https://www.larksuite.com/en_us/download License: Proprietary LicenseUrl: https://www.larksuite.com/en_us/user-terms-of-service Copyright: Copyright © 2022 Lark Technologies Pte. Ltd. -# CopyrightUrl: +# CopyrightUrl: ShortDescription: The Next-Gen Collaboration Suite Description: Lark is a next-generation office suite that integrates messaging, schedule management, collaborative documents, video conferencing, and many more applications in a single platform. Moniker: larksuite @@ -35,7 +35,6 @@ Tags: - saas - team - working -# Agreements: ReleaseNotes: |- Messenger - Translate text into a language of your choice as you type. @@ -62,7 +61,7 @@ ReleaseNotes: |- - Email search will be performed in current folder or label by default. ReleaseNotesUrl: https://www.larksuite.com/hc/en-US/articles/473304295250 PurchaseUrl: https://www.larksuite.com/en_us/plans -# InstallationNotes: -# Documentations: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/5.17.11/ByteDance.Lark.locale.zh-CN.yaml b/manifests/b/ByteDance/Lark/5.17.11/ByteDance.Lark.locale.zh-CN.yaml index 5e713c6ab3080..0997f6ed6812d 100644 --- a/manifests/b/ByteDance/Lark/5.17.11/ByteDance.Lark.locale.zh-CN.yaml +++ b/manifests/b/ByteDance/Lark/5.17.11/ByteDance.Lark.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: ByteDance.Lark PackageVersion: 5.17.11 @@ -14,10 +14,10 @@ PackageUrl: https://www.larksuite.com/zh_cn/download License: 专有软件 LicenseUrl: https://www.larksuite.com/zh_cn/user-terms-of-service Copyright: Copyright © 2022 Lark Technologies Pte. Ltd. -# CopyrightUrl: +# CopyrightUrl: ShortDescription: 新一代协同套件 Description: 一站式整合即时沟通、日历、视频会议、云文档、云盘、工作台等功能 -# Moniker: +# Moniker: Tags: - oa - saas @@ -35,7 +35,6 @@ Tags: - 沟通 - 签到 - 考勤 -# Agreements: ReleaseNotes: |- 即时消息 - 输入消息时可以开启“边写边译”,实时翻译你输入的内容,并支持多语言选择 @@ -62,7 +61,7 @@ ReleaseNotes: |- - 在邮箱特定文件夹或标签下搜索时,默认搜索当前位置下的邮件,查找更便捷 ReleaseNotesUrl: https://www.larksuite.com/hc/zh-CN/articles/473304295250 PurchaseUrl: https://www.larksuite.com/zh_cn/plans -# InstallationNotes: -# Documentations: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/5.17.11/ByteDance.Lark.yaml b/manifests/b/ByteDance/Lark/5.17.11/ByteDance.Lark.yaml index 397f8cc34b97d..e382664d5c136 100644 --- a/manifests/b/ByteDance/Lark/5.17.11/ByteDance.Lark.yaml +++ b/manifests/b/ByteDance/Lark/5.17.11/ByteDance.Lark.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: ByteDance.Lark PackageVersion: 5.17.11 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/5.2.23/ByteDance.Lark.installer.yaml b/manifests/b/ByteDance/Lark/5.2.23/ByteDance.Lark.installer.yaml index 122251290e1bc..f924d925b11c7 100644 --- a/manifests/b/ByteDance/Lark/5.2.23/ByteDance.Lark.installer.yaml +++ b/manifests/b/ByteDance/Lark/5.2.23/ByteDance.Lark.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: ByteDance.Lark PackageVersion: 5.2.23 @@ -22,4 +22,4 @@ Installers: InstallerSha256: 70B6AA9B264E4E6BE7CDAE522EA60FC2B81B5B09CCA33E2BBF15D7AF3431BB65 ProductCode: Lark ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/5.2.23/ByteDance.Lark.locale.en-US.yaml b/manifests/b/ByteDance/Lark/5.2.23/ByteDance.Lark.locale.en-US.yaml index f0a2a57fcf677..c8107bef91b75 100644 --- a/manifests/b/ByteDance/Lark/5.2.23/ByteDance.Lark.locale.en-US.yaml +++ b/manifests/b/ByteDance/Lark/5.2.23/ByteDance.Lark.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: ByteDance.Lark PackageVersion: 5.2.23 @@ -14,28 +14,27 @@ PackageUrl: https://www.larksuite.com/en_us/download License: Proprietary LicenseUrl: https://www.larksuite.com/en_us/user-terms-of-service Copyright: Copyright © 2022 Lark Technologies Pte. Ltd. -# CopyrightUrl: +# CopyrightUrl: ShortDescription: The Next-Gen Collaboration Suite Description: Lark is a next-generation office suite that integrates messaging, schedule management, collaborative documents, video conferencing, and many more applications in a single platform. -# Moniker: +# Moniker: Tags: -- office +- attendance - bussiness -- enterprise -- team +- bytedance +- check-in - collaboration -- meeting +- communicate +- communication - conference -- attendance -- check-in - docs - document -- communicate -- communication -- OA -- SaaS -- ByteDance -# Agreements: +- enterprise +- meeting +- oa +- office +- saas +- team ReleaseNotes: |- What's New: [Messenger] @@ -55,5 +54,8 @@ ReleaseNotes: |- - Select your documents in My Space and transfer their ownership in batch with a single click. - You can now receive email notifications from Lark Mail Assistant. ReleaseNotesUrl: https://www.larksuite.com/hc/en-US/articles/360048488471 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/5.2.23/ByteDance.Lark.locale.zh-CN.yaml b/manifests/b/ByteDance/Lark/5.2.23/ByteDance.Lark.locale.zh-CN.yaml index 1d17e42812ae2..a5333312e55c1 100644 --- a/manifests/b/ByteDance/Lark/5.2.23/ByteDance.Lark.locale.zh-CN.yaml +++ b/manifests/b/ByteDance/Lark/5.2.23/ByteDance.Lark.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: ByteDance.Lark PackageVersion: 5.2.23 @@ -14,28 +14,27 @@ PackageUrl: https://www.larksuite.com/zh_cn/download License: 专有软件 LicenseUrl: https://www.larksuite.com/zh_cn/user-terms-of-service Copyright: Copyright © 2022 Lark Technologies Pte. Ltd. -# CopyrightUrl: +# CopyrightUrl: ShortDescription: 新一代协同套件 Description: 一站式整合即时沟通、日历、视频会议、云文档、云盘、工作台等功能 -# Moniker: +# Moniker: Tags: -- 办公 -- 公司 +- bytedance +- oa +- saas - 企业 -- 团队 +- 会议 +- 公司 +- 办公 - 协作 - 协同 -- 会议 -- 考勤 +- 团队 +- 字节 +- 字节跳动 - 打卡 - 文档 - 沟通 -- OA -- SaaS -- 字节跳动 -- 字节 -- Bytedance -# Agreements: +- 考勤 ReleaseNotes: |- V5.2 新功能: 【即时消息】 @@ -55,5 +54,8 @@ ReleaseNotes: |- - 文档所有权支持批量转移。在“我的空间”中选中后,即可一键交接文档 - 新邮件通知方式支持 “Lark 邮箱助手”消息提醒,让你不错漏重要信息 ReleaseNotesUrl: https://www.larksuite.com/hc/zh-CN/articles/360048488471 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/5.2.23/ByteDance.Lark.yaml b/manifests/b/ByteDance/Lark/5.2.23/ByteDance.Lark.yaml index d2370fae6f125..090d5922dbe10 100644 --- a/manifests/b/ByteDance/Lark/5.2.23/ByteDance.Lark.yaml +++ b/manifests/b/ByteDance/Lark/5.2.23/ByteDance.Lark.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: ByteDance.Lark PackageVersion: 5.2.23 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/5.20.10/ByteDance.Lark.installer.yaml b/manifests/b/ByteDance/Lark/5.20.10/ByteDance.Lark.installer.yaml index f378949425da2..4a0243195d657 100644 --- a/manifests/b/ByteDance/Lark/5.20.10/ByteDance.Lark.installer.yaml +++ b/manifests/b/ByteDance/Lark/5.20.10/ByteDance.Lark.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 $debug=QUS1.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: ByteDance.Lark PackageVersion: 5.20.10 @@ -26,4 +26,4 @@ Installers: InstallerSha256: E2C9BCD2576F4137A10B8FB52CE522EFDD97778317D41F99821E530C292241E8 ProductCode: Lark ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/5.20.10/ByteDance.Lark.locale.en-US.yaml b/manifests/b/ByteDance/Lark/5.20.10/ByteDance.Lark.locale.en-US.yaml index da625d734deb4..da7df016aaead 100644 --- a/manifests/b/ByteDance/Lark/5.20.10/ByteDance.Lark.locale.en-US.yaml +++ b/manifests/b/ByteDance/Lark/5.20.10/ByteDance.Lark.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 $debug=QUS1.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: ByteDance.Lark PackageVersion: 5.20.10 @@ -35,7 +35,6 @@ Tags: - saas - team - working -# Agreements: ReleaseNotes: |- Messenger - Use thread replies to create organized discussions for easier tracking of all discussion updates without cluttering a group chat. @@ -79,4 +78,4 @@ PurchaseUrl: https://www.larksuite.com/en_us/plans # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/5.20.10/ByteDance.Lark.locale.zh-CN.yaml b/manifests/b/ByteDance/Lark/5.20.10/ByteDance.Lark.locale.zh-CN.yaml index fb76bbb6331f4..5aa9ec521fc15 100644 --- a/manifests/b/ByteDance/Lark/5.20.10/ByteDance.Lark.locale.zh-CN.yaml +++ b/manifests/b/ByteDance/Lark/5.20.10/ByteDance.Lark.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 $debug=QUS1.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: ByteDance.Lark PackageVersion: 5.20.10 @@ -35,7 +35,6 @@ Tags: - 沟通 - 签到 - 考勤 -# Agreements: ReleaseNotes: |- 即时消息 - 你可为群组中某条消息创建话题并回复,帮助聚焦讨论,充分了解上下文,避免碎片化信息的打扰 @@ -79,4 +78,4 @@ PurchaseUrl: https://www.larksuite.com/zh_cn/plans # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/5.20.10/ByteDance.Lark.yaml b/manifests/b/ByteDance/Lark/5.20.10/ByteDance.Lark.yaml index 8552aee283eaf..0d2458be46b09 100644 --- a/manifests/b/ByteDance/Lark/5.20.10/ByteDance.Lark.yaml +++ b/manifests/b/ByteDance/Lark/5.20.10/ByteDance.Lark.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.0 $debug=QUS1.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: ByteDance.Lark PackageVersion: 5.20.10 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/5.23.14/ByteDance.Lark.installer.yaml b/manifests/b/ByteDance/Lark/5.23.14/ByteDance.Lark.installer.yaml index e52386d071eab..bdcaed8a1797b 100644 --- a/manifests/b/ByteDance/Lark/5.23.14/ByteDance.Lark.installer.yaml +++ b/manifests/b/ByteDance/Lark/5.23.14/ByteDance.Lark.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: ByteDance.Lark PackageVersion: 5.23.14 @@ -26,4 +26,4 @@ Installers: InstallerSha256: 6A5FB7AA863BAB3FF07B9522DDC51D31AECA7D2F0CCBFAD474873ABDBDED91CA ProductCode: Lark ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/5.23.14/ByteDance.Lark.locale.en-US.yaml b/manifests/b/ByteDance/Lark/5.23.14/ByteDance.Lark.locale.en-US.yaml index f98bca00ebb82..18b39ddb05ca6 100644 --- a/manifests/b/ByteDance/Lark/5.23.14/ByteDance.Lark.locale.en-US.yaml +++ b/manifests/b/ByteDance/Lark/5.23.14/ByteDance.Lark.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: ByteDance.Lark PackageVersion: 5.23.14 @@ -35,7 +35,6 @@ Tags: - saas - team - working -# Agreements: ReleaseNotes: |- Messenger - Easily edit messages that have already been sent. @@ -84,4 +83,4 @@ PurchaseUrl: https://www.larksuite.com/en_us/plans # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/5.23.14/ByteDance.Lark.locale.zh-CN.yaml b/manifests/b/ByteDance/Lark/5.23.14/ByteDance.Lark.locale.zh-CN.yaml index 3b39e04f1bf51..21585fb76e097 100644 --- a/manifests/b/ByteDance/Lark/5.23.14/ByteDance.Lark.locale.zh-CN.yaml +++ b/manifests/b/ByteDance/Lark/5.23.14/ByteDance.Lark.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: ByteDance.Lark PackageVersion: 5.23.14 @@ -35,7 +35,6 @@ Tags: - 沟通 - 签到 - 考勤 -# Agreements: ReleaseNotes: |- 即时消息 - 消息发出后如需调整内容,可直接重新编辑已发送的消息,修改更便捷 @@ -84,4 +83,4 @@ PurchaseUrl: https://www.larksuite.com/zh_cn/plans # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/5.23.14/ByteDance.Lark.yaml b/manifests/b/ByteDance/Lark/5.23.14/ByteDance.Lark.yaml index 27a72bf59c042..2a73a3c344f8b 100644 --- a/manifests/b/ByteDance/Lark/5.23.14/ByteDance.Lark.yaml +++ b/manifests/b/ByteDance/Lark/5.23.14/ByteDance.Lark.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: ByteDance.Lark PackageVersion: 5.23.14 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/5.24.12/ByteDance.Lark.installer.yaml b/manifests/b/ByteDance/Lark/5.24.12/ByteDance.Lark.installer.yaml index 1fbbedf0c8dd6..232fc57c61d51 100644 --- a/manifests/b/ByteDance/Lark/5.24.12/ByteDance.Lark.installer.yaml +++ b/manifests/b/ByteDance/Lark/5.24.12/ByteDance.Lark.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: ByteDance.Lark PackageVersion: 5.24.12 @@ -26,4 +26,4 @@ Installers: InstallerSha256: 637053334F95D948A012DD1CBC86F23AD91CB46673230131F3E455F0881B2A35 ProductCode: Lark ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/5.24.12/ByteDance.Lark.locale.en-US.yaml b/manifests/b/ByteDance/Lark/5.24.12/ByteDance.Lark.locale.en-US.yaml index 93c09401ad9b3..0f5376fc844fa 100644 --- a/manifests/b/ByteDance/Lark/5.24.12/ByteDance.Lark.locale.en-US.yaml +++ b/manifests/b/ByteDance/Lark/5.24.12/ByteDance.Lark.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: ByteDance.Lark PackageVersion: 5.24.12 @@ -35,7 +35,6 @@ Tags: - saas - team - working -# Agreements: ReleaseNotes: |- Docs - MindNotes is now available! You can visualize your ideas with a mind map, or outline them in bullet points. @@ -50,4 +49,4 @@ PurchaseUrl: https://www.larksuite.com/en_us/plans # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/5.24.12/ByteDance.Lark.locale.zh-CN.yaml b/manifests/b/ByteDance/Lark/5.24.12/ByteDance.Lark.locale.zh-CN.yaml index 922bd574d6027..e8c16b7332f69 100644 --- a/manifests/b/ByteDance/Lark/5.24.12/ByteDance.Lark.locale.zh-CN.yaml +++ b/manifests/b/ByteDance/Lark/5.24.12/ByteDance.Lark.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: ByteDance.Lark PackageVersion: 5.24.12 @@ -35,7 +35,6 @@ Tags: - 沟通 - 签到 - 考勤 -# Agreements: ReleaseNotes: |- 云文档 - 思维笔记全新上线。支持自由撰写大纲笔记,还可一键切换为思维导图,可视化梳理思路,激发更多创意 @@ -50,4 +49,4 @@ PurchaseUrl: https://www.larksuite.com/zh_cn/plans # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/5.24.12/ByteDance.Lark.yaml b/manifests/b/ByteDance/Lark/5.24.12/ByteDance.Lark.yaml index fa60ec561c049..ae96a34ae67b0 100644 --- a/manifests/b/ByteDance/Lark/5.24.12/ByteDance.Lark.yaml +++ b/manifests/b/ByteDance/Lark/5.24.12/ByteDance.Lark.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: ByteDance.Lark PackageVersion: 5.24.12 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/5.25.8/ByteDance.Lark.installer.yaml b/manifests/b/ByteDance/Lark/5.25.8/ByteDance.Lark.installer.yaml index 670109161fd20..ad2b6eb01508a 100644 --- a/manifests/b/ByteDance/Lark/5.25.8/ByteDance.Lark.installer.yaml +++ b/manifests/b/ByteDance/Lark/5.25.8/ByteDance.Lark.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: ByteDance.Lark PackageVersion: 5.25.8 @@ -26,4 +26,4 @@ Installers: InstallerSha256: 7CC800D0A87F2157C4A14F47CD5414130C481F708DB6A28B3B54BA795F9D475F ProductCode: Lark ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/5.25.8/ByteDance.Lark.locale.en-US.yaml b/manifests/b/ByteDance/Lark/5.25.8/ByteDance.Lark.locale.en-US.yaml index 72b5a94ac3b70..2fd36e05c297b 100644 --- a/manifests/b/ByteDance/Lark/5.25.8/ByteDance.Lark.locale.en-US.yaml +++ b/manifests/b/ByteDance/Lark/5.25.8/ByteDance.Lark.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: ByteDance.Lark PackageVersion: 5.25.8 @@ -35,7 +35,6 @@ Tags: - saas - team - working -# Agreements: ReleaseNotes: |- Docs - Switch to view mode to avoid accidental editing and remove reading distractions like collaborators' cursors. @@ -59,4 +58,4 @@ PurchaseUrl: https://www.larksuite.com/en_us/plans # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/5.25.8/ByteDance.Lark.locale.zh-CN.yaml b/manifests/b/ByteDance/Lark/5.25.8/ByteDance.Lark.locale.zh-CN.yaml index 25cfad75ba1f5..e7f5d932ff23b 100644 --- a/manifests/b/ByteDance/Lark/5.25.8/ByteDance.Lark.locale.zh-CN.yaml +++ b/manifests/b/ByteDance/Lark/5.25.8/ByteDance.Lark.locale.zh-CN.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.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: ByteDance.Lark PackageVersion: 5.25.8 @@ -35,7 +35,6 @@ Tags: - 沟通 - 签到 - 考勤 -# Agreements: ReleaseNotes: |- 云文档​ - 阅读模式上线。在桌面端开启后,可避免内容误操作,也不会被他人的编辑光标打扰,享受专注阅读​ @@ -59,4 +58,4 @@ PurchaseUrl: https://www.larksuite.com/zh_cn/plans # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/5.25.8/ByteDance.Lark.yaml b/manifests/b/ByteDance/Lark/5.25.8/ByteDance.Lark.yaml index 9448f21c1311b..abf0a9298a9d6 100644 --- a/manifests/b/ByteDance/Lark/5.25.8/ByteDance.Lark.yaml +++ b/manifests/b/ByteDance/Lark/5.25.8/ByteDance.Lark.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: ByteDance.Lark PackageVersion: 5.25.8 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/5.26.12/ByteDance.Lark.installer.yaml b/manifests/b/ByteDance/Lark/5.26.12/ByteDance.Lark.installer.yaml index f1a6ebf26db1c..5ccb5fee1a4c4 100644 --- a/manifests/b/ByteDance/Lark/5.26.12/ByteDance.Lark.installer.yaml +++ b/manifests/b/ByteDance/Lark/5.26.12/ByteDance.Lark.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: ByteDance.Lark PackageVersion: 5.26.12 @@ -26,4 +26,4 @@ Installers: InstallerSha256: 28136913581F2464A0A1DDC10332B11150A9E1DA8C63EA80467BDE36A3C06309 ProductCode: Lark ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/5.26.12/ByteDance.Lark.locale.en-US.yaml b/manifests/b/ByteDance/Lark/5.26.12/ByteDance.Lark.locale.en-US.yaml index 36f47d2adcb8e..73e24ceb4285f 100644 --- a/manifests/b/ByteDance/Lark/5.26.12/ByteDance.Lark.locale.en-US.yaml +++ b/manifests/b/ByteDance/Lark/5.26.12/ByteDance.Lark.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: ByteDance.Lark PackageVersion: 5.26.12 @@ -35,11 +35,10 @@ Tags: - saas - team - working -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://www.larksuite.com/hc/en-US/articles/360046836333 PurchaseUrl: https://www.larksuite.com/en_us/plans # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/5.26.12/ByteDance.Lark.locale.zh-CN.yaml b/manifests/b/ByteDance/Lark/5.26.12/ByteDance.Lark.locale.zh-CN.yaml index 0db23c9ccfcde..d8a9d1849854a 100644 --- a/manifests/b/ByteDance/Lark/5.26.12/ByteDance.Lark.locale.zh-CN.yaml +++ b/manifests/b/ByteDance/Lark/5.26.12/ByteDance.Lark.locale.zh-CN.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.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: ByteDance.Lark PackageVersion: 5.26.12 @@ -35,11 +35,10 @@ Tags: - 沟通 - 签到 - 考勤 -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://www.larksuite.com/hc/zh-CN/articles/360046836333 PurchaseUrl: https://www.larksuite.com/zh_cn/plans # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/5.26.12/ByteDance.Lark.yaml b/manifests/b/ByteDance/Lark/5.26.12/ByteDance.Lark.yaml index 8dfd56f8201cf..2e5ea29cfeeae 100644 --- a/manifests/b/ByteDance/Lark/5.26.12/ByteDance.Lark.yaml +++ b/manifests/b/ByteDance/Lark/5.26.12/ByteDance.Lark.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: ByteDance.Lark PackageVersion: 5.26.12 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/5.28.11/ByteDance.Lark.installer.yaml b/manifests/b/ByteDance/Lark/5.28.11/ByteDance.Lark.installer.yaml index 47981416a2684..99e53b58c8931 100644 --- a/manifests/b/ByteDance/Lark/5.28.11/ByteDance.Lark.installer.yaml +++ b/manifests/b/ByteDance/Lark/5.28.11/ByteDance.Lark.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: ByteDance.Lark PackageVersion: 5.28.11 @@ -26,4 +26,4 @@ Installers: InstallerSha256: E4E892EBDE889B9E4D2E33B5103EF3B0C142095BD99DDC671AD205F1D4645AD9 ProductCode: Lark ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/5.28.11/ByteDance.Lark.locale.en-US.yaml b/manifests/b/ByteDance/Lark/5.28.11/ByteDance.Lark.locale.en-US.yaml index 798c73b98c373..4e1a6bdefb77f 100644 --- a/manifests/b/ByteDance/Lark/5.28.11/ByteDance.Lark.locale.en-US.yaml +++ b/manifests/b/ByteDance/Lark/5.28.11/ByteDance.Lark.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: ByteDance.Lark PackageVersion: 5.28.11 @@ -35,7 +35,6 @@ Tags: - saas - team - working -# Agreements: ReleaseNotes: |- Docs - Save a version of a document to keep track of important updates. You can save and manage multiple versions, and generate a link for each version to share with others. @@ -58,4 +57,4 @@ PurchaseUrl: https://www.larksuite.com/en_us/plans # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/5.28.11/ByteDance.Lark.locale.zh-CN.yaml b/manifests/b/ByteDance/Lark/5.28.11/ByteDance.Lark.locale.zh-CN.yaml index 2ef5508f6a14b..77595a1f80f10 100644 --- a/manifests/b/ByteDance/Lark/5.28.11/ByteDance.Lark.locale.zh-CN.yaml +++ b/manifests/b/ByteDance/Lark/5.28.11/ByteDance.Lark.locale.zh-CN.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.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: ByteDance.Lark PackageVersion: 5.28.11 @@ -35,7 +35,6 @@ Tags: - 沟通 - 签到 - 考勤 -# Agreements: ReleaseNotes: |- 云文档​ - 版本管理重磅上线。无需创建副本,即可在单个文档内实现多版本内容迭代管理,还可单独分享特定版本​ @@ -58,4 +57,4 @@ PurchaseUrl: https://www.larksuite.com/zh_cn/plans # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/5.28.11/ByteDance.Lark.yaml b/manifests/b/ByteDance/Lark/5.28.11/ByteDance.Lark.yaml index 822bd12262507..35514591e80a0 100644 --- a/manifests/b/ByteDance/Lark/5.28.11/ByteDance.Lark.yaml +++ b/manifests/b/ByteDance/Lark/5.28.11/ByteDance.Lark.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: ByteDance.Lark PackageVersion: 5.28.11 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/5.29.8/ByteDance.Lark.installer.yaml b/manifests/b/ByteDance/Lark/5.29.8/ByteDance.Lark.installer.yaml index 9ba6e92cac621..3bba1378814a3 100644 --- a/manifests/b/ByteDance/Lark/5.29.8/ByteDance.Lark.installer.yaml +++ b/manifests/b/ByteDance/Lark/5.29.8/ByteDance.Lark.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: ByteDance.Lark PackageVersion: 5.29.8 @@ -26,4 +26,4 @@ Installers: InstallerSha256: 4ED21E2DE9D4756DE22FDF66B57C76109BF937C10DAE124D4818F34D819F3A65 ProductCode: Lark ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/5.29.8/ByteDance.Lark.locale.en-US.yaml b/manifests/b/ByteDance/Lark/5.29.8/ByteDance.Lark.locale.en-US.yaml index baefe51e49e26..00f3bb461e7ea 100644 --- a/manifests/b/ByteDance/Lark/5.29.8/ByteDance.Lark.locale.en-US.yaml +++ b/manifests/b/ByteDance/Lark/5.29.8/ByteDance.Lark.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: ByteDance.Lark PackageVersion: 5.29.8 @@ -35,7 +35,6 @@ Tags: - saas - team - working -# Agreements: ReleaseNotes: |- Tasks - Try the new Task List feature to categorize, break down, and assign tasks as needed. You can also share the list for easier collaboration. @@ -61,4 +60,4 @@ PurchaseUrl: https://www.larksuite.com/en_us/plans # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/5.29.8/ByteDance.Lark.locale.zh-CN.yaml b/manifests/b/ByteDance/Lark/5.29.8/ByteDance.Lark.locale.zh-CN.yaml index 9f81dafb2d11e..1554cf871708c 100644 --- a/manifests/b/ByteDance/Lark/5.29.8/ByteDance.Lark.locale.zh-CN.yaml +++ b/manifests/b/ByteDance/Lark/5.29.8/ByteDance.Lark.locale.zh-CN.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.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: ByteDance.Lark PackageVersion: 5.29.8 @@ -35,7 +35,6 @@ Tags: - 沟通 - 签到 - 考勤 -# Agreements: ReleaseNotes: |- 任务​ - 使用协作清单,你可按目标创建清单,集中归类、拆解和分配任务,还可一键共享清单,协同合作更轻松​ @@ -61,4 +60,4 @@ PurchaseUrl: https://www.larksuite.com/zh_cn/plans # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/5.29.8/ByteDance.Lark.yaml b/manifests/b/ByteDance/Lark/5.29.8/ByteDance.Lark.yaml index e6b01cd2beb92..cbb018f25d992 100644 --- a/manifests/b/ByteDance/Lark/5.29.8/ByteDance.Lark.yaml +++ b/manifests/b/ByteDance/Lark/5.29.8/ByteDance.Lark.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: ByteDance.Lark PackageVersion: 5.29.8 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/5.32.7/ByteDance.Lark.installer.yaml b/manifests/b/ByteDance/Lark/5.32.7/ByteDance.Lark.installer.yaml index 7d387dfd32134..ee5ae84b0e765 100644 --- a/manifests/b/ByteDance/Lark/5.32.7/ByteDance.Lark.installer.yaml +++ b/manifests/b/ByteDance/Lark/5.32.7/ByteDance.Lark.installer.yaml @@ -1,5 +1,5 @@ -# 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 +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ByteDance.Lark PackageVersion: 5.32.7 @@ -26,4 +26,4 @@ Installers: InstallerSha256: 73FA3B86DFA2C7948F1A7FA796B264C69DD11EEA8083C719D868FB8EC7F18B29 ProductCode: Lark ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/5.32.7/ByteDance.Lark.locale.en-US.yaml b/manifests/b/ByteDance/Lark/5.32.7/ByteDance.Lark.locale.en-US.yaml index c3c560318d047..3258d770c4f12 100644 --- a/manifests/b/ByteDance/Lark/5.32.7/ByteDance.Lark.locale.en-US.yaml +++ b/manifests/b/ByteDance/Lark/5.32.7/ByteDance.Lark.locale.en-US.yaml @@ -1,5 +1,5 @@ -# 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 +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ByteDance.Lark PackageVersion: 5.32.7 @@ -35,7 +35,6 @@ Tags: - saas - team - working -# Agreements: ReleaseNotes: |- Docs - Add a board to create detailed diagrams, flowcharts, graphs, and everything in between with ease. @@ -84,4 +83,4 @@ PurchaseUrl: https://www.larksuite.com/en_us/plans # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/5.32.7/ByteDance.Lark.locale.zh-CN.yaml b/manifests/b/ByteDance/Lark/5.32.7/ByteDance.Lark.locale.zh-CN.yaml index a1c43932af6e6..3158ee89e7daa 100644 --- a/manifests/b/ByteDance/Lark/5.32.7/ByteDance.Lark.locale.zh-CN.yaml +++ b/manifests/b/ByteDance/Lark/5.32.7/ByteDance.Lark.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# 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 +# 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: ByteDance.Lark PackageVersion: 5.32.7 @@ -35,7 +35,6 @@ Tags: - 沟通 - 签到 - 考勤 -# Agreements: ReleaseNotes: |- 云文档​ - 画板全新来袭!在文档中插入画板,图形图标任意选,五大主题随心换,轻松绘制简洁美观的流程图、规划图或示意图​ @@ -84,4 +83,4 @@ PurchaseUrl: https://www.larksuite.com/zh_cn/plans # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/5.32.7/ByteDance.Lark.yaml b/manifests/b/ByteDance/Lark/5.32.7/ByteDance.Lark.yaml index 5912736fa2d82..c100656909e3c 100644 --- a/manifests/b/ByteDance/Lark/5.32.7/ByteDance.Lark.yaml +++ b/manifests/b/ByteDance/Lark/5.32.7/ByteDance.Lark.yaml @@ -1,8 +1,8 @@ -# 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 +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ByteDance.Lark PackageVersion: 5.32.7 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/5.7.10/ByteDance.Lark.installer.yaml b/manifests/b/ByteDance/Lark/5.7.10/ByteDance.Lark.installer.yaml index afde32e62bf55..0ab3e6f539d7a 100644 --- a/manifests/b/ByteDance/Lark/5.7.10/ByteDance.Lark.installer.yaml +++ b/manifests/b/ByteDance/Lark/5.7.10/ByteDance.Lark.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: ByteDance.Lark PackageVersion: 5.7.10 @@ -22,4 +22,4 @@ Installers: InstallerSha256: BA990E74B52390831B4C32FB7AE8F16BD2F7C6C39712E1EE188095B975A8A92C ProductCode: Lark ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/5.7.10/ByteDance.Lark.locale.en-US.yaml b/manifests/b/ByteDance/Lark/5.7.10/ByteDance.Lark.locale.en-US.yaml index 4e41ead7302a8..c5f9eb57908e8 100644 --- a/manifests/b/ByteDance/Lark/5.7.10/ByteDance.Lark.locale.en-US.yaml +++ b/manifests/b/ByteDance/Lark/5.7.10/ByteDance.Lark.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: ByteDance.Lark PackageVersion: 5.7.10 @@ -14,10 +14,10 @@ PackageUrl: https://www.larksuite.com/en_us/download License: Proprietary LicenseUrl: https://www.larksuite.com/en_us/user-terms-of-service Copyright: Copyright © 2022 Lark Technologies Pte. Ltd. -# CopyrightUrl: +# CopyrightUrl: ShortDescription: The Next-Gen Collaboration Suite Description: Lark is a next-generation office suite that integrates messaging, schedule management, collaborative documents, video conferencing, and many more applications in a single platform. -# Moniker: +# Moniker: Tags: - attendance - bussiness @@ -35,7 +35,6 @@ Tags: - saas - team - working -# Agreements: ReleaseNotes: |- Docs - Toggle on Follow Comment to get notified about new comments and replies posted to documents. @@ -53,5 +52,8 @@ ReleaseNotes: |- - For easier progress tracking and better coordination, a task with multiple assignees won't be completed unless everyone completes the task. - Docs has fully embraced dark mode. Switch to dark mode or flip a switch and bring the light back with light mode. ReleaseNotesUrl: https://www.larksuite.com/hc/en-US/articles/104949280262 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/5.7.10/ByteDance.Lark.locale.zh-CN.yaml b/manifests/b/ByteDance/Lark/5.7.10/ByteDance.Lark.locale.zh-CN.yaml index 3882cac77ad4f..f95aa20086a03 100644 --- a/manifests/b/ByteDance/Lark/5.7.10/ByteDance.Lark.locale.zh-CN.yaml +++ b/manifests/b/ByteDance/Lark/5.7.10/ByteDance.Lark.locale.zh-CN.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.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: ByteDance.Lark PackageVersion: 5.7.10 @@ -14,10 +14,10 @@ PackageUrl: https://www.larksuite.com/zh_cn/download License: 专有软件 LicenseUrl: https://www.larksuite.com/zh_cn/user-terms-of-service Copyright: Copyright © 2022 Lark Technologies Pte. Ltd. -# CopyrightUrl: +# CopyrightUrl: ShortDescription: 新一代协同套件 Description: 一站式整合即时沟通、日历、视频会议、云文档、云盘、工作台等功能 -# Moniker: +# Moniker: Tags: - oa - saas @@ -35,7 +35,6 @@ Tags: - 沟通 - 签到 - 考勤 -# Agreements: ReleaseNotes: |- 云文档 - 文档评论一键关注,及时接收新增评论或评论回复的提醒,时刻掌握文档互动状态 @@ -53,5 +52,8 @@ ReleaseNotes: |- - 创建任务时如果指派多位执行者,每位执行者在完成任务后可分别标记完成,所有执行者均标记完成后,任务才将完成,多人协作更方便 - 文档也有深色模式啦!切换至深色模式,暗光环境下也可舒适地创作和阅读文档 ReleaseNotesUrl: https://www.larksuite.com/hc/zh-CN/articles/104949280262 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/5.7.10/ByteDance.Lark.yaml b/manifests/b/ByteDance/Lark/5.7.10/ByteDance.Lark.yaml index 10fde57f8206f..1dd69a3199354 100644 --- a/manifests/b/ByteDance/Lark/5.7.10/ByteDance.Lark.yaml +++ b/manifests/b/ByteDance/Lark/5.7.10/ByteDance.Lark.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: ByteDance.Lark PackageVersion: 5.7.10 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/5.9.15/ByteDance.Lark.installer.yaml b/manifests/b/ByteDance/Lark/5.9.15/ByteDance.Lark.installer.yaml index 5dfb4de71b1c2..a4ada90c34bc1 100644 --- a/manifests/b/ByteDance/Lark/5.9.15/ByteDance.Lark.installer.yaml +++ b/manifests/b/ByteDance/Lark/5.9.15/ByteDance.Lark.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: ByteDance.Lark PackageVersion: 5.9.15 @@ -22,4 +22,4 @@ Installers: InstallerSha256: 6CF0D2D28BEA56646331D2154884CAA9DB4281778EF2E844473A6827DF9ADA50 ProductCode: Lark ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/5.9.15/ByteDance.Lark.locale.en-US.yaml b/manifests/b/ByteDance/Lark/5.9.15/ByteDance.Lark.locale.en-US.yaml index 1e8c1953684ad..893a807eed270 100644 --- a/manifests/b/ByteDance/Lark/5.9.15/ByteDance.Lark.locale.en-US.yaml +++ b/manifests/b/ByteDance/Lark/5.9.15/ByteDance.Lark.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: ByteDance.Lark PackageVersion: 5.9.15 @@ -14,10 +14,10 @@ PackageUrl: https://www.larksuite.com/en_us/download License: Proprietary LicenseUrl: https://www.larksuite.com/en_us/user-terms-of-service Copyright: Copyright © 2022 Lark Technologies Pte. Ltd. -# CopyrightUrl: +# CopyrightUrl: ShortDescription: The Next-Gen Collaboration Suite Description: Lark is a next-generation office suite that integrates messaging, schedule management, collaborative documents, video conferencing, and many more applications in a single platform. -# Moniker: +# Moniker: Tags: - attendance - bussiness @@ -35,7 +35,6 @@ Tags: - saas - team - working -# Agreements: ReleaseNotes: |- Calendar - With one click, you can easily create a similar or identical event by copying an existing one. @@ -52,5 +51,8 @@ ReleaseNotes: |- Improvements: - Display searched results in conversation view to quickly get an idea of the content. ReleaseNotesUrl: https://www.larksuite.com/hc/en-US/articles/625557629093 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/5.9.15/ByteDance.Lark.locale.zh-CN.yaml b/manifests/b/ByteDance/Lark/5.9.15/ByteDance.Lark.locale.zh-CN.yaml index 78a52eb87e896..435fbf4185444 100644 --- a/manifests/b/ByteDance/Lark/5.9.15/ByteDance.Lark.locale.zh-CN.yaml +++ b/manifests/b/ByteDance/Lark/5.9.15/ByteDance.Lark.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: ByteDance.Lark PackageVersion: 5.9.15 @@ -14,10 +14,10 @@ PackageUrl: https://www.larksuite.com/zh_cn/download License: 专有软件 LicenseUrl: https://www.larksuite.com/zh_cn/user-terms-of-service Copyright: Copyright © 2022 Lark Technologies Pte. Ltd. -# CopyrightUrl: +# CopyrightUrl: ShortDescription: 新一代协同套件 Description: 一站式整合即时沟通、日历、视频会议、云文档、云盘、工作台等功能 -# Moniker: +# Moniker: Tags: - oa - saas @@ -35,7 +35,6 @@ Tags: - 沟通 - 签到 - 考勤 -# Agreements: ReleaseNotes: |- 日历 - 一键复制已有日程,快速创建相似或相同日程,无需重复操作 @@ -52,5 +51,8 @@ ReleaseNotes: |- 功能优化: - 搜索结果页新增“会话视图”,搜索结果可按照会话聚合展示,并支持快速切换不同视图,搜消息更高效 ReleaseNotesUrl: https://www.larksuite.com/hc/zh-CN/articles/625557629093 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/5.9.15/ByteDance.Lark.yaml b/manifests/b/ByteDance/Lark/5.9.15/ByteDance.Lark.yaml index 85adae157ed9a..30d11bdcedd5b 100644 --- a/manifests/b/ByteDance/Lark/5.9.15/ByteDance.Lark.yaml +++ b/manifests/b/ByteDance/Lark/5.9.15/ByteDance.Lark.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: ByteDance.Lark PackageVersion: 5.9.15 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/6.0.6/ByteDance.Lark.installer.yaml b/manifests/b/ByteDance/Lark/6.0.6/ByteDance.Lark.installer.yaml index 9b9a8073f0e13..401708be4e4ed 100644 --- a/manifests/b/ByteDance/Lark/6.0.6/ByteDance.Lark.installer.yaml +++ b/manifests/b/ByteDance/Lark/6.0.6/ByteDance.Lark.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.4 $debug=QUSU.CRLF.7-3-3.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: ByteDance.Lark PackageVersion: 6.0.6 @@ -26,4 +26,4 @@ Installers: InstallerSha256: D96B7F1321F151C7FE1D3F66D650A574B688CE5E5E6BBC131D307F91C2D70775 ProductCode: Lark ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/6.0.6/ByteDance.Lark.locale.en-US.yaml b/manifests/b/ByteDance/Lark/6.0.6/ByteDance.Lark.locale.en-US.yaml index da0cd4ad00dae..d15bdd14c56e3 100644 --- a/manifests/b/ByteDance/Lark/6.0.6/ByteDance.Lark.locale.en-US.yaml +++ b/manifests/b/ByteDance/Lark/6.0.6/ByteDance.Lark.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.4 $debug=QUSU.CRLF.7-3-3.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: ByteDance.Lark PackageVersion: 6.0.6 @@ -35,7 +35,6 @@ Tags: - saas - team - working -# Agreements: ReleaseNotes: |- Meetings - Option to hide your floating videos, reactions, chats, or meeting controls while sharing the screen to enhance the viewing experience. @@ -53,4 +52,4 @@ PurchaseUrl: https://www.larksuite.com/en_us/plans # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/6.0.6/ByteDance.Lark.locale.zh-CN.yaml b/manifests/b/ByteDance/Lark/6.0.6/ByteDance.Lark.locale.zh-CN.yaml index 55aa53460879e..1565e66c8bb7a 100644 --- a/manifests/b/ByteDance/Lark/6.0.6/ByteDance.Lark.locale.zh-CN.yaml +++ b/manifests/b/ByteDance/Lark/6.0.6/ByteDance.Lark.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.4 $debug=QUSU.CRLF.7-3-3.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: ByteDance.Lark PackageVersion: 6.0.6 @@ -35,7 +35,6 @@ Tags: - 沟通 - 签到 - 考勤 -# Agreements: ReleaseNotes: |- 视频会议​ - 桌面端参会并共享屏幕时,你可隐藏视频面板、回应和聊天气泡、会议控制栏,提升共享观看体验​ @@ -54,4 +53,4 @@ PurchaseUrl: https://www.larksuite.com/zh_cn/plans # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/6.0.6/ByteDance.Lark.yaml b/manifests/b/ByteDance/Lark/6.0.6/ByteDance.Lark.yaml index b780dfecc1e90..8d20e47533898 100644 --- a/manifests/b/ByteDance/Lark/6.0.6/ByteDance.Lark.yaml +++ b/manifests/b/ByteDance/Lark/6.0.6/ByteDance.Lark.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.4 $debug=QUSU.CRLF.7-3-3.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: ByteDance.Lark PackageVersion: 6.0.6 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/6.1.7/ByteDance.Lark.installer.yaml b/manifests/b/ByteDance/Lark/6.1.7/ByteDance.Lark.installer.yaml index f9da49ba4f645..f3087a073cbe8 100644 --- a/manifests/b/ByteDance/Lark/6.1.7/ByteDance.Lark.installer.yaml +++ b/manifests/b/ByteDance/Lark/6.1.7/ByteDance.Lark.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.4 $debug=QUSU.CRLF.7-3-3.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: ByteDance.Lark PackageVersion: 6.1.7 @@ -26,4 +26,4 @@ Installers: InstallerSha256: 1A79BE3A48FC0023D808CBE877E305D7325648CA10D3985FDBF30A3DEFF1C0BB ProductCode: Lark ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/6.1.7/ByteDance.Lark.locale.en-US.yaml b/manifests/b/ByteDance/Lark/6.1.7/ByteDance.Lark.locale.en-US.yaml index 941dd556bc733..8976a4461026a 100644 --- a/manifests/b/ByteDance/Lark/6.1.7/ByteDance.Lark.locale.en-US.yaml +++ b/manifests/b/ByteDance/Lark/6.1.7/ByteDance.Lark.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.4 $debug=QUSU.CRLF.7-3-3.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: ByteDance.Lark PackageVersion: 6.1.7 @@ -35,7 +35,6 @@ Tags: - saas - team - working -# Agreements: ReleaseNotes: |- Meetings - When presenters share their desktop or browser windows, the system will auto-recognize Lark Docs, and with Magic Share mode on, participants can browse content freely. @@ -67,4 +66,4 @@ PurchaseUrl: https://www.larksuite.com/en_us/plans # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/6.1.7/ByteDance.Lark.locale.zh-CN.yaml b/manifests/b/ByteDance/Lark/6.1.7/ByteDance.Lark.locale.zh-CN.yaml index c6aadbce7a72b..c7c556b5879da 100644 --- a/manifests/b/ByteDance/Lark/6.1.7/ByteDance.Lark.locale.zh-CN.yaml +++ b/manifests/b/ByteDance/Lark/6.1.7/ByteDance.Lark.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.4 $debug=QUSU.CRLF.7-3-3.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: ByteDance.Lark PackageVersion: 6.1.7 @@ -35,7 +35,6 @@ Tags: - 沟通 - 签到 - 考勤 -# Agreements: ReleaseNotes: |- 视频会议 - 视频会议共享桌面或浏览器窗口时,系统可自动识别 Lark 文档,并支持一键切换至妙享模式,让参会人随心浏览 @@ -67,4 +66,4 @@ PurchaseUrl: https://www.larksuite.com/zh_cn/plans # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/6.1.7/ByteDance.Lark.yaml b/manifests/b/ByteDance/Lark/6.1.7/ByteDance.Lark.yaml index 68cf33024156a..36d663de31db1 100644 --- a/manifests/b/ByteDance/Lark/6.1.7/ByteDance.Lark.yaml +++ b/manifests/b/ByteDance/Lark/6.1.7/ByteDance.Lark.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.4 $debug=QUSU.CRLF.7-3-3.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: ByteDance.Lark PackageVersion: 6.1.7 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/6.10.10/ByteDance.Lark.installer.yaml b/manifests/b/ByteDance/Lark/6.10.10/ByteDance.Lark.installer.yaml index 35beb192675d5..c1da8fb2c91f5 100644 --- a/manifests/b/ByteDance/Lark/6.10.10/ByteDance.Lark.installer.yaml +++ b/manifests/b/ByteDance/Lark/6.10.10/ByteDance.Lark.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.9 $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: ByteDance.Lark PackageVersion: 6.10.10 @@ -26,4 +26,4 @@ Installers: InstallerSha256: C4E76085778680C5F8D301E0BE3CF9E82BE7EC16911725A6E06FAD993350EFFD ProductCode: Lark ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/6.10.10/ByteDance.Lark.locale.en-US.yaml b/manifests/b/ByteDance/Lark/6.10.10/ByteDance.Lark.locale.en-US.yaml index 388bbb8a96bfb..5fba9fd005462 100644 --- a/manifests/b/ByteDance/Lark/6.10.10/ByteDance.Lark.locale.en-US.yaml +++ b/manifests/b/ByteDance/Lark/6.10.10/ByteDance.Lark.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.9 $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: ByteDance.Lark PackageVersion: 6.10.10 @@ -41,4 +41,4 @@ PurchaseUrl: https://www.larksuite.com/en_us/plans # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/6.10.10/ByteDance.Lark.locale.zh-CN.yaml b/manifests/b/ByteDance/Lark/6.10.10/ByteDance.Lark.locale.zh-CN.yaml index a3a89f76efc9d..04eb3220b81e7 100644 --- a/manifests/b/ByteDance/Lark/6.10.10/ByteDance.Lark.locale.zh-CN.yaml +++ b/manifests/b/ByteDance/Lark/6.10.10/ByteDance.Lark.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.9 $debug=QUSU.CRLF.7-3-6.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: ByteDance.Lark PackageVersion: 6.10.10 @@ -41,4 +41,4 @@ PurchaseUrl: https://www.larksuite.com/zh_cn/plans # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/6.10.10/ByteDance.Lark.yaml b/manifests/b/ByteDance/Lark/6.10.10/ByteDance.Lark.yaml index d184fecb581ec..11973d1ac88a1 100644 --- a/manifests/b/ByteDance/Lark/6.10.10/ByteDance.Lark.yaml +++ b/manifests/b/ByteDance/Lark/6.10.10/ByteDance.Lark.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.9 $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: ByteDance.Lark PackageVersion: 6.10.10 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/6.11.12/ByteDance.Lark.installer.yaml b/manifests/b/ByteDance/Lark/6.11.12/ByteDance.Lark.installer.yaml index d6466c8f5a5ed..0c7a8f7c5f9e6 100644 --- a/manifests/b/ByteDance/Lark/6.11.12/ByteDance.Lark.installer.yaml +++ b/manifests/b/ByteDance/Lark/6.11.12/ByteDance.Lark.installer.yaml @@ -1,5 +1,5 @@ -# 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 +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ByteDance.Lark PackageVersion: 6.11.12 @@ -26,4 +26,4 @@ Installers: InstallerSha256: 2071DEEEB5FA3D6538B8C41A173FAF8B7CFBA31043597A05B4B3314FEA2558D8 ProductCode: Lark ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/6.11.12/ByteDance.Lark.locale.en-US.yaml b/manifests/b/ByteDance/Lark/6.11.12/ByteDance.Lark.locale.en-US.yaml index 99b6a33be3106..8d57aa13e9b98 100644 --- a/manifests/b/ByteDance/Lark/6.11.12/ByteDance.Lark.locale.en-US.yaml +++ b/manifests/b/ByteDance/Lark/6.11.12/ByteDance.Lark.locale.en-US.yaml @@ -1,5 +1,5 @@ -# 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 +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ByteDance.Lark PackageVersion: 6.11.12 @@ -52,4 +52,4 @@ PurchaseUrl: https://www.larksuite.com/en_us/plans # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/6.11.12/ByteDance.Lark.locale.zh-CN.yaml b/manifests/b/ByteDance/Lark/6.11.12/ByteDance.Lark.locale.zh-CN.yaml index b6b7ed0aea3a3..11e67830a7b18 100644 --- a/manifests/b/ByteDance/Lark/6.11.12/ByteDance.Lark.locale.zh-CN.yaml +++ b/manifests/b/ByteDance/Lark/6.11.12/ByteDance.Lark.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# 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 +# 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: ByteDance.Lark PackageVersion: 6.11.12 @@ -52,4 +52,4 @@ PurchaseUrl: https://www.larksuite.com/zh_cn/plans # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/6.11.12/ByteDance.Lark.yaml b/manifests/b/ByteDance/Lark/6.11.12/ByteDance.Lark.yaml index ec2abf499fb5a..329f48109f2b0 100644 --- a/manifests/b/ByteDance/Lark/6.11.12/ByteDance.Lark.yaml +++ b/manifests/b/ByteDance/Lark/6.11.12/ByteDance.Lark.yaml @@ -1,8 +1,8 @@ -# 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 +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ByteDance.Lark PackageVersion: 6.11.12 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/6.11.14/ByteDance.Lark.installer.yaml b/manifests/b/ByteDance/Lark/6.11.14/ByteDance.Lark.installer.yaml index ece0c62f61feb..5261f8435fcbf 100644 --- a/manifests/b/ByteDance/Lark/6.11.14/ByteDance.Lark.installer.yaml +++ b/manifests/b/ByteDance/Lark/6.11.14/ByteDance.Lark.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.10 $debug=QUSU.CRLF.7-3-7.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: ByteDance.Lark PackageVersion: 6.11.14 @@ -26,4 +26,4 @@ Installers: InstallerSha256: 43B92EF923BDA307CD7AC896C714A80634E40C66515EE980511539305F296AE8 ProductCode: Lark ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/6.11.14/ByteDance.Lark.locale.en-US.yaml b/manifests/b/ByteDance/Lark/6.11.14/ByteDance.Lark.locale.en-US.yaml index 7b96de91da469..a9976d942deba 100644 --- a/manifests/b/ByteDance/Lark/6.11.14/ByteDance.Lark.locale.en-US.yaml +++ b/manifests/b/ByteDance/Lark/6.11.14/ByteDance.Lark.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.10 $debug=QUSU.CRLF.7-3-7.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: ByteDance.Lark PackageVersion: 6.11.14 @@ -52,4 +52,4 @@ PurchaseUrl: https://www.larksuite.com/en_us/plans # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/6.11.14/ByteDance.Lark.locale.zh-CN.yaml b/manifests/b/ByteDance/Lark/6.11.14/ByteDance.Lark.locale.zh-CN.yaml index afc4a96e1378b..f86946ce86878 100644 --- a/manifests/b/ByteDance/Lark/6.11.14/ByteDance.Lark.locale.zh-CN.yaml +++ b/manifests/b/ByteDance/Lark/6.11.14/ByteDance.Lark.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.10 $debug=QUSU.CRLF.7-3-7.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: ByteDance.Lark PackageVersion: 6.11.14 @@ -52,4 +52,4 @@ PurchaseUrl: https://www.larksuite.com/zh_cn/plans # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/6.11.14/ByteDance.Lark.yaml b/manifests/b/ByteDance/Lark/6.11.14/ByteDance.Lark.yaml index 0263457e90e4e..a735f9b417204 100644 --- a/manifests/b/ByteDance/Lark/6.11.14/ByteDance.Lark.yaml +++ b/manifests/b/ByteDance/Lark/6.11.14/ByteDance.Lark.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.10 $debug=QUSU.CRLF.7-3-7.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: ByteDance.Lark PackageVersion: 6.11.14 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/6.11.16/ByteDance.Lark.installer.yaml b/manifests/b/ByteDance/Lark/6.11.16/ByteDance.Lark.installer.yaml index d45646bc1a6ef..8d3bc2082d86e 100644 --- a/manifests/b/ByteDance/Lark/6.11.16/ByteDance.Lark.installer.yaml +++ b/manifests/b/ByteDance/Lark/6.11.16/ByteDance.Lark.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.10 $debug=QUSU.CRLF.7-3-7.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: ByteDance.Lark PackageVersion: 6.11.16 @@ -26,4 +26,4 @@ Installers: InstallerSha256: FA06D5701CAE81A9D898841378CDAC9B3AE6BC925C9A73E10AA2D5F83683169A ProductCode: Lark ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/6.11.16/ByteDance.Lark.locale.en-US.yaml b/manifests/b/ByteDance/Lark/6.11.16/ByteDance.Lark.locale.en-US.yaml index 1067b66071ed4..4221fcccf7b56 100644 --- a/manifests/b/ByteDance/Lark/6.11.16/ByteDance.Lark.locale.en-US.yaml +++ b/manifests/b/ByteDance/Lark/6.11.16/ByteDance.Lark.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.10 $debug=QUSU.CRLF.7-3-7.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: ByteDance.Lark PackageVersion: 6.11.16 @@ -52,4 +52,4 @@ PurchaseUrl: https://www.larksuite.com/en_us/plans # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/6.11.16/ByteDance.Lark.locale.zh-CN.yaml b/manifests/b/ByteDance/Lark/6.11.16/ByteDance.Lark.locale.zh-CN.yaml index adfbef4c33a6a..c4bd6f3b83a27 100644 --- a/manifests/b/ByteDance/Lark/6.11.16/ByteDance.Lark.locale.zh-CN.yaml +++ b/manifests/b/ByteDance/Lark/6.11.16/ByteDance.Lark.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.10 $debug=QUSU.CRLF.7-3-7.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: ByteDance.Lark PackageVersion: 6.11.16 @@ -52,4 +52,4 @@ PurchaseUrl: https://www.larksuite.com/zh_cn/plans # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/6.11.16/ByteDance.Lark.yaml b/manifests/b/ByteDance/Lark/6.11.16/ByteDance.Lark.yaml index f06297db22d3d..970be199bb0b7 100644 --- a/manifests/b/ByteDance/Lark/6.11.16/ByteDance.Lark.yaml +++ b/manifests/b/ByteDance/Lark/6.11.16/ByteDance.Lark.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.10 $debug=QUSU.CRLF.7-3-7.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: ByteDance.Lark PackageVersion: 6.11.16 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/6.11.9/ByteDance.Lark.installer.yaml b/manifests/b/ByteDance/Lark/6.11.9/ByteDance.Lark.installer.yaml index 286a11d2b2919..b8516935bca72 100644 --- a/manifests/b/ByteDance/Lark/6.11.9/ByteDance.Lark.installer.yaml +++ b/manifests/b/ByteDance/Lark/6.11.9/ByteDance.Lark.installer.yaml @@ -1,5 +1,5 @@ -# 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 +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: ByteDance.Lark PackageVersion: 6.11.9 @@ -26,4 +26,4 @@ Installers: InstallerSha256: 125C1E32D7DB58226E64E71C9D7A5516C2AACE772F47C3A390EBE6EAF789219D ProductCode: Lark ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/6.11.9/ByteDance.Lark.locale.en-US.yaml b/manifests/b/ByteDance/Lark/6.11.9/ByteDance.Lark.locale.en-US.yaml index 5b7522b2e1eba..17ecb75413f81 100644 --- a/manifests/b/ByteDance/Lark/6.11.9/ByteDance.Lark.locale.en-US.yaml +++ b/manifests/b/ByteDance/Lark/6.11.9/ByteDance.Lark.locale.en-US.yaml @@ -1,5 +1,5 @@ -# 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 +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ByteDance.Lark PackageVersion: 6.11.9 @@ -52,4 +52,4 @@ PurchaseUrl: https://www.larksuite.com/en_us/plans # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/6.11.9/ByteDance.Lark.locale.zh-CN.yaml b/manifests/b/ByteDance/Lark/6.11.9/ByteDance.Lark.locale.zh-CN.yaml index fb46b16b58a14..445228b0d46ca 100644 --- a/manifests/b/ByteDance/Lark/6.11.9/ByteDance.Lark.locale.zh-CN.yaml +++ b/manifests/b/ByteDance/Lark/6.11.9/ByteDance.Lark.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# 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 +# 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: ByteDance.Lark PackageVersion: 6.11.9 @@ -52,4 +52,4 @@ PurchaseUrl: https://www.larksuite.com/zh_cn/plans # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/6.11.9/ByteDance.Lark.yaml b/manifests/b/ByteDance/Lark/6.11.9/ByteDance.Lark.yaml index f18a302da76c8..80d3308f1bd1f 100644 --- a/manifests/b/ByteDance/Lark/6.11.9/ByteDance.Lark.yaml +++ b/manifests/b/ByteDance/Lark/6.11.9/ByteDance.Lark.yaml @@ -1,8 +1,8 @@ -# 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 +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ByteDance.Lark PackageVersion: 6.11.9 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/6.2.8/ByteDance.Lark.installer.yaml b/manifests/b/ByteDance/Lark/6.2.8/ByteDance.Lark.installer.yaml index e2496dfbfcf38..0dbe9113c6728 100644 --- a/manifests/b/ByteDance/Lark/6.2.8/ByteDance.Lark.installer.yaml +++ b/manifests/b/ByteDance/Lark/6.2.8/ByteDance.Lark.installer.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.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: ByteDance.Lark PackageVersion: 6.2.8 @@ -26,4 +26,4 @@ Installers: InstallerSha256: 3ED0ADEAC4A4160BE47D9BC8391D3320A0DB3BDFAD4EFE3545C7523D2C16AF26 ProductCode: Lark ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/6.2.8/ByteDance.Lark.locale.en-US.yaml b/manifests/b/ByteDance/Lark/6.2.8/ByteDance.Lark.locale.en-US.yaml index b3c3055ec71d6..9524a22c28bbc 100644 --- a/manifests/b/ByteDance/Lark/6.2.8/ByteDance.Lark.locale.en-US.yaml +++ b/manifests/b/ByteDance/Lark/6.2.8/ByteDance.Lark.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: ByteDance.Lark PackageVersion: 6.2.8 @@ -35,7 +35,6 @@ Tags: - saas - team - working -# Agreements: ReleaseNotes: |- Docs - Swimlanes are now available in board! Drag a lane to reposition it and the shapes within will move together. @@ -64,4 +63,4 @@ PurchaseUrl: https://www.larksuite.com/en_us/plans # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/6.2.8/ByteDance.Lark.locale.zh-CN.yaml b/manifests/b/ByteDance/Lark/6.2.8/ByteDance.Lark.locale.zh-CN.yaml index 9956e04c9e0fe..93662062d91f2 100644 --- a/manifests/b/ByteDance/Lark/6.2.8/ByteDance.Lark.locale.zh-CN.yaml +++ b/manifests/b/ByteDance/Lark/6.2.8/ByteDance.Lark.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: ByteDance.Lark PackageVersion: 6.2.8 @@ -35,7 +35,6 @@ Tags: - 沟通 - 签到 - 考勤 -# Agreements: ReleaseNotes: |- 云文档 - 文档画板中可添加泳道啦!增删移动泳道行列超方便,泳道内的图形也可自动跟随泳道移动,画图效率再加倍 @@ -64,4 +63,4 @@ PurchaseUrl: https://www.larksuite.com/zh_cn/plans # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/6.2.8/ByteDance.Lark.yaml b/manifests/b/ByteDance/Lark/6.2.8/ByteDance.Lark.yaml index 2126d5955dfa7..a6c648d009cf1 100644 --- a/manifests/b/ByteDance/Lark/6.2.8/ByteDance.Lark.yaml +++ b/manifests/b/ByteDance/Lark/6.2.8/ByteDance.Lark.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: ByteDance.Lark PackageVersion: 6.2.8 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/6.3.8/ByteDance.Lark.installer.yaml b/manifests/b/ByteDance/Lark/6.3.8/ByteDance.Lark.installer.yaml index c851e33786530..f21a2527c167a 100644 --- a/manifests/b/ByteDance/Lark/6.3.8/ByteDance.Lark.installer.yaml +++ b/manifests/b/ByteDance/Lark/6.3.8/ByteDance.Lark.installer.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.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: ByteDance.Lark PackageVersion: 6.3.8 @@ -26,4 +26,4 @@ Installers: InstallerSha256: F4A567C216C657DE975C32FFC6471FCD85E48FFC80F350A23B9C6EB357F12975 ProductCode: Lark ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/6.3.8/ByteDance.Lark.locale.en-US.yaml b/manifests/b/ByteDance/Lark/6.3.8/ByteDance.Lark.locale.en-US.yaml index 62a599fb9705c..9cfdcb21ea7ce 100644 --- a/manifests/b/ByteDance/Lark/6.3.8/ByteDance.Lark.locale.en-US.yaml +++ b/manifests/b/ByteDance/Lark/6.3.8/ByteDance.Lark.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: ByteDance.Lark PackageVersion: 6.3.8 @@ -35,7 +35,6 @@ Tags: - saas - team - working -# Agreements: ReleaseNotes: |- Base - Use the Calendar view in Base to see events and schedules. @@ -56,4 +55,4 @@ PurchaseUrl: https://www.larksuite.com/en_us/plans # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/6.3.8/ByteDance.Lark.locale.zh-CN.yaml b/manifests/b/ByteDance/Lark/6.3.8/ByteDance.Lark.locale.zh-CN.yaml index eb9f3330d5b1c..7a1c1981c2e26 100644 --- a/manifests/b/ByteDance/Lark/6.3.8/ByteDance.Lark.locale.zh-CN.yaml +++ b/manifests/b/ByteDance/Lark/6.3.8/ByteDance.Lark.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: ByteDance.Lark PackageVersion: 6.3.8 @@ -35,7 +35,6 @@ Tags: - 沟通 - 签到 - 考勤 -# Agreements: ReleaseNotes: |- 多维表格 - 日历视图重磅登场,直观展示各事项排期或日程占用情况,多人协作时日程查看和安排更便捷 @@ -56,4 +55,4 @@ PurchaseUrl: https://www.larksuite.com/zh_cn/plans # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/6.3.8/ByteDance.Lark.yaml b/manifests/b/ByteDance/Lark/6.3.8/ByteDance.Lark.yaml index c16704f73f3e0..403ce92d15efc 100644 --- a/manifests/b/ByteDance/Lark/6.3.8/ByteDance.Lark.yaml +++ b/manifests/b/ByteDance/Lark/6.3.8/ByteDance.Lark.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: ByteDance.Lark PackageVersion: 6.3.8 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/6.4.5/ByteDance.Lark.installer.yaml b/manifests/b/ByteDance/Lark/6.4.5/ByteDance.Lark.installer.yaml index 686e8fc7c905f..4e1e54f5370ce 100644 --- a/manifests/b/ByteDance/Lark/6.4.5/ByteDance.Lark.installer.yaml +++ b/manifests/b/ByteDance/Lark/6.4.5/ByteDance.Lark.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.6 $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: ByteDance.Lark PackageVersion: 6.4.5 @@ -26,4 +26,4 @@ Installers: InstallerSha256: 5BE12174EE1405B788C028B5ECB53E5BCB844C4EF11014B67B2E230433ECD786 ProductCode: Lark ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/6.4.5/ByteDance.Lark.locale.en-US.yaml b/manifests/b/ByteDance/Lark/6.4.5/ByteDance.Lark.locale.en-US.yaml index 69f45c4f91027..a1ede0cbce177 100644 --- a/manifests/b/ByteDance/Lark/6.4.5/ByteDance.Lark.locale.en-US.yaml +++ b/manifests/b/ByteDance/Lark/6.4.5/ByteDance.Lark.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.6 $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: ByteDance.Lark PackageVersion: 6.4.5 @@ -35,7 +35,6 @@ Tags: - saas - team - working -# Agreements: ReleaseNotes: |- Base - Share a view independently without sharing the whole Base to keep your data secure. @@ -54,4 +53,4 @@ PurchaseUrl: https://www.larksuite.com/en_us/plans # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/6.4.5/ByteDance.Lark.locale.zh-CN.yaml b/manifests/b/ByteDance/Lark/6.4.5/ByteDance.Lark.locale.zh-CN.yaml index d8026a7e3d156..70c685d95834b 100644 --- a/manifests/b/ByteDance/Lark/6.4.5/ByteDance.Lark.locale.zh-CN.yaml +++ b/manifests/b/ByteDance/Lark/6.4.5/ByteDance.Lark.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.6 $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: ByteDance.Lark PackageVersion: 6.4.5 @@ -35,7 +35,6 @@ Tags: - 沟通 - 签到 - 考勤 -# Agreements: ReleaseNotes: |- 多维表格​ - 视图可独立分享了。你可将某一视图单独分享给企业成员或互联网用户,不暴露多维表格其他数据​ @@ -54,4 +53,4 @@ PurchaseUrl: https://www.larksuite.com/zh_cn/plans # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/6.4.5/ByteDance.Lark.yaml b/manifests/b/ByteDance/Lark/6.4.5/ByteDance.Lark.yaml index c0d284fc439f5..3f3c70405c21e 100644 --- a/manifests/b/ByteDance/Lark/6.4.5/ByteDance.Lark.yaml +++ b/manifests/b/ByteDance/Lark/6.4.5/ByteDance.Lark.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.6 $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: ByteDance.Lark PackageVersion: 6.4.5 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/6.5.9/ByteDance.Lark.installer.yaml b/manifests/b/ByteDance/Lark/6.5.9/ByteDance.Lark.installer.yaml index 72886583ea778..995309bc765ec 100644 --- a/manifests/b/ByteDance/Lark/6.5.9/ByteDance.Lark.installer.yaml +++ b/manifests/b/ByteDance/Lark/6.5.9/ByteDance.Lark.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.7 $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: ByteDance.Lark PackageVersion: 6.5.9 @@ -26,4 +26,4 @@ Installers: InstallerSha256: 05F0AD3FDE73365547503BD1BA336E608313EB209898C49607623921BE1AAFF1 ProductCode: Lark ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/6.5.9/ByteDance.Lark.locale.en-US.yaml b/manifests/b/ByteDance/Lark/6.5.9/ByteDance.Lark.locale.en-US.yaml index 2b3b1dd0ec1c8..4b582f00f972b 100644 --- a/manifests/b/ByteDance/Lark/6.5.9/ByteDance.Lark.locale.en-US.yaml +++ b/manifests/b/ByteDance/Lark/6.5.9/ByteDance.Lark.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.7 $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: ByteDance.Lark PackageVersion: 6.5.9 @@ -35,7 +35,6 @@ Tags: - saas - team - working -# Agreements: ReleaseNotes: |- Docs - New board update! Select multiple shapes to resize or rearrange them together. @@ -60,4 +59,4 @@ PurchaseUrl: https://www.larksuite.com/en_us/plans # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/6.5.9/ByteDance.Lark.locale.zh-CN.yaml b/manifests/b/ByteDance/Lark/6.5.9/ByteDance.Lark.locale.zh-CN.yaml index 9d2cbfde92ddc..83c18a3ecdcbb 100644 --- a/manifests/b/ByteDance/Lark/6.5.9/ByteDance.Lark.locale.zh-CN.yaml +++ b/manifests/b/ByteDance/Lark/6.5.9/ByteDance.Lark.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.7 $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: ByteDance.Lark PackageVersion: 6.5.9 @@ -35,7 +35,6 @@ Tags: - 沟通 - 签到 - 考勤 -# Agreements: ReleaseNotes: |- 云文档 - 画板效率升级!批量调整图形大小,还可一键自动排列,告别手动重复操作 @@ -60,4 +59,4 @@ PurchaseUrl: https://www.larksuite.com/zh_cn/plans # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/6.5.9/ByteDance.Lark.yaml b/manifests/b/ByteDance/Lark/6.5.9/ByteDance.Lark.yaml index d9b754952285c..14b37b0887238 100644 --- a/manifests/b/ByteDance/Lark/6.5.9/ByteDance.Lark.yaml +++ b/manifests/b/ByteDance/Lark/6.5.9/ByteDance.Lark.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.7 $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: ByteDance.Lark PackageVersion: 6.5.9 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/6.6.9/ByteDance.Lark.installer.yaml b/manifests/b/ByteDance/Lark/6.6.9/ByteDance.Lark.installer.yaml index 88a637ea66aa7..791def7346c19 100644 --- a/manifests/b/ByteDance/Lark/6.6.9/ByteDance.Lark.installer.yaml +++ b/manifests/b/ByteDance/Lark/6.6.9/ByteDance.Lark.installer.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.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: ByteDance.Lark PackageVersion: 6.6.9 @@ -26,4 +26,4 @@ Installers: InstallerSha256: 64F9D664B45D69C31B35ED5C570834753B1EB5C2145FC59806CC712C8EE13BCF ProductCode: Lark ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/6.6.9/ByteDance.Lark.locale.en-US.yaml b/manifests/b/ByteDance/Lark/6.6.9/ByteDance.Lark.locale.en-US.yaml index 2f77979a8de57..51887067151f6 100644 --- a/manifests/b/ByteDance/Lark/6.6.9/ByteDance.Lark.locale.en-US.yaml +++ b/manifests/b/ByteDance/Lark/6.6.9/ByteDance.Lark.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: ByteDance.Lark PackageVersion: 6.6.9 @@ -41,4 +41,4 @@ PurchaseUrl: https://www.larksuite.com/en_us/plans # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/6.6.9/ByteDance.Lark.locale.zh-CN.yaml b/manifests/b/ByteDance/Lark/6.6.9/ByteDance.Lark.locale.zh-CN.yaml index 80206ce34b710..e2994cacbe59d 100644 --- a/manifests/b/ByteDance/Lark/6.6.9/ByteDance.Lark.locale.zh-CN.yaml +++ b/manifests/b/ByteDance/Lark/6.6.9/ByteDance.Lark.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: ByteDance.Lark PackageVersion: 6.6.9 @@ -41,4 +41,4 @@ PurchaseUrl: https://www.larksuite.com/zh_cn/plans # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/6.6.9/ByteDance.Lark.yaml b/manifests/b/ByteDance/Lark/6.6.9/ByteDance.Lark.yaml index e93cbb83d2346..ff02d5df2a688 100644 --- a/manifests/b/ByteDance/Lark/6.6.9/ByteDance.Lark.yaml +++ b/manifests/b/ByteDance/Lark/6.6.9/ByteDance.Lark.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: ByteDance.Lark PackageVersion: 6.6.9 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/6.7.6/ByteDance.Lark.installer.yaml b/manifests/b/ByteDance/Lark/6.7.6/ByteDance.Lark.installer.yaml index 1d5c674c99033..a9aac8e879c6f 100644 --- a/manifests/b/ByteDance/Lark/6.7.6/ByteDance.Lark.installer.yaml +++ b/manifests/b/ByteDance/Lark/6.7.6/ByteDance.Lark.installer.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.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: ByteDance.Lark PackageVersion: 6.7.6 @@ -26,4 +26,4 @@ Installers: InstallerSha256: 7B7CD467561BCE8A7A24B4CDCF1992520DED1A6CD3E90B6B8A96B21EC9F3B9C9 ProductCode: Lark ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/6.7.6/ByteDance.Lark.locale.en-US.yaml b/manifests/b/ByteDance/Lark/6.7.6/ByteDance.Lark.locale.en-US.yaml index 7c7a2f94a67a0..8f4e221cfbc97 100644 --- a/manifests/b/ByteDance/Lark/6.7.6/ByteDance.Lark.locale.en-US.yaml +++ b/manifests/b/ByteDance/Lark/6.7.6/ByteDance.Lark.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: ByteDance.Lark PackageVersion: 6.7.6 @@ -50,4 +50,4 @@ PurchaseUrl: https://www.larksuite.com/en_us/plans # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/6.7.6/ByteDance.Lark.locale.zh-CN.yaml b/manifests/b/ByteDance/Lark/6.7.6/ByteDance.Lark.locale.zh-CN.yaml index 2b13529c8ce6d..cf8c21f3d78ed 100644 --- a/manifests/b/ByteDance/Lark/6.7.6/ByteDance.Lark.locale.zh-CN.yaml +++ b/manifests/b/ByteDance/Lark/6.7.6/ByteDance.Lark.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: ByteDance.Lark PackageVersion: 6.7.6 @@ -50,4 +50,4 @@ PurchaseUrl: https://www.larksuite.com/zh_cn/plans # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/6.7.6/ByteDance.Lark.yaml b/manifests/b/ByteDance/Lark/6.7.6/ByteDance.Lark.yaml index 8466d6afdb2fb..f76bcddf49b8e 100644 --- a/manifests/b/ByteDance/Lark/6.7.6/ByteDance.Lark.yaml +++ b/manifests/b/ByteDance/Lark/6.7.6/ByteDance.Lark.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: ByteDance.Lark PackageVersion: 6.7.6 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/6.8.9/ByteDance.Lark.installer.yaml b/manifests/b/ByteDance/Lark/6.8.9/ByteDance.Lark.installer.yaml index b44be60aad43b..c35c6d74780b2 100644 --- a/manifests/b/ByteDance/Lark/6.8.9/ByteDance.Lark.installer.yaml +++ b/manifests/b/ByteDance/Lark/6.8.9/ByteDance.Lark.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.8 $debug=QUSU.CRLF.7-3-5.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: ByteDance.Lark PackageVersion: 6.8.9 @@ -26,4 +26,4 @@ Installers: InstallerSha256: CF0EDC2D4129FD3087B3B467C908ECD1CEF0F9FED7AB74F5606B3F17BB0608E7 ProductCode: Lark ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/6.8.9/ByteDance.Lark.locale.en-US.yaml b/manifests/b/ByteDance/Lark/6.8.9/ByteDance.Lark.locale.en-US.yaml index bd4fa61430483..a6f499fb71d80 100644 --- a/manifests/b/ByteDance/Lark/6.8.9/ByteDance.Lark.locale.en-US.yaml +++ b/manifests/b/ByteDance/Lark/6.8.9/ByteDance.Lark.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.8 $debug=QUSU.CRLF.7-3-5.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: ByteDance.Lark PackageVersion: 6.8.9 @@ -57,4 +57,4 @@ PurchaseUrl: https://www.larksuite.com/en_us/plans # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/6.8.9/ByteDance.Lark.locale.zh-CN.yaml b/manifests/b/ByteDance/Lark/6.8.9/ByteDance.Lark.locale.zh-CN.yaml index 78e554f81ba03..ecc313017809d 100644 --- a/manifests/b/ByteDance/Lark/6.8.9/ByteDance.Lark.locale.zh-CN.yaml +++ b/manifests/b/ByteDance/Lark/6.8.9/ByteDance.Lark.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.8 $debug=QUSU.CRLF.7-3-5.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: ByteDance.Lark PackageVersion: 6.8.9 @@ -57,4 +57,4 @@ PurchaseUrl: https://www.larksuite.com/zh_cn/plans # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/6.8.9/ByteDance.Lark.yaml b/manifests/b/ByteDance/Lark/6.8.9/ByteDance.Lark.yaml index a28ef4041fcbc..d351ae313473d 100644 --- a/manifests/b/ByteDance/Lark/6.8.9/ByteDance.Lark.yaml +++ b/manifests/b/ByteDance/Lark/6.8.9/ByteDance.Lark.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.8 $debug=QUSU.CRLF.7-3-5.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: ByteDance.Lark PackageVersion: 6.8.9 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/6.9.11/ByteDance.Lark.installer.yaml b/manifests/b/ByteDance/Lark/6.9.11/ByteDance.Lark.installer.yaml index 5307852615a4b..8569df396ecf7 100644 --- a/manifests/b/ByteDance/Lark/6.9.11/ByteDance.Lark.installer.yaml +++ b/manifests/b/ByteDance/Lark/6.9.11/ByteDance.Lark.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: ByteDance.Lark PackageVersion: 6.9.11 @@ -26,4 +26,4 @@ Installers: InstallerSha256: 300CAAABFC59637264B3665398C6FB2E1C318599F94237B3CFB676327DFCF96A ProductCode: Lark ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/6.9.11/ByteDance.Lark.locale.en-US.yaml b/manifests/b/ByteDance/Lark/6.9.11/ByteDance.Lark.locale.en-US.yaml index a2c4145d437f3..6ee2764d0af4e 100644 --- a/manifests/b/ByteDance/Lark/6.9.11/ByteDance.Lark.locale.en-US.yaml +++ b/manifests/b/ByteDance/Lark/6.9.11/ByteDance.Lark.locale.en-US.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.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: ByteDance.Lark PackageVersion: 6.9.11 @@ -54,4 +54,4 @@ PurchaseUrl: https://www.larksuite.com/en_us/plans # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/6.9.11/ByteDance.Lark.locale.zh-CN.yaml b/manifests/b/ByteDance/Lark/6.9.11/ByteDance.Lark.locale.zh-CN.yaml index 41de8934be200..c0921f5b88364 100644 --- a/manifests/b/ByteDance/Lark/6.9.11/ByteDance.Lark.locale.zh-CN.yaml +++ b/manifests/b/ByteDance/Lark/6.9.11/ByteDance.Lark.locale.zh-CN.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.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: ByteDance.Lark PackageVersion: 6.9.11 @@ -54,4 +54,4 @@ PurchaseUrl: https://www.larksuite.com/zh_cn/plans # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/6.9.11/ByteDance.Lark.yaml b/manifests/b/ByteDance/Lark/6.9.11/ByteDance.Lark.yaml index 6bf45742c1ab5..ce9745a521246 100644 --- a/manifests/b/ByteDance/Lark/6.9.11/ByteDance.Lark.yaml +++ b/manifests/b/ByteDance/Lark/6.9.11/ByteDance.Lark.yaml @@ -1,8 +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: ByteDance.Lark PackageVersion: 6.9.11 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/6.9.7/ByteDance.Lark.installer.yaml b/manifests/b/ByteDance/Lark/6.9.7/ByteDance.Lark.installer.yaml index 68b7319e0ac7a..6016eed773152 100644 --- a/manifests/b/ByteDance/Lark/6.9.7/ByteDance.Lark.installer.yaml +++ b/manifests/b/ByteDance/Lark/6.9.7/ByteDance.Lark.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: ByteDance.Lark PackageVersion: 6.9.7 @@ -26,4 +26,4 @@ Installers: InstallerSha256: 4E896251B1899F2F465BEB25352F08EF8BDF8079894DA8B634686394BF4AE989 ProductCode: Lark ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/6.9.7/ByteDance.Lark.locale.en-US.yaml b/manifests/b/ByteDance/Lark/6.9.7/ByteDance.Lark.locale.en-US.yaml index 2fd7f0589d153..776c282e130f2 100644 --- a/manifests/b/ByteDance/Lark/6.9.7/ByteDance.Lark.locale.en-US.yaml +++ b/manifests/b/ByteDance/Lark/6.9.7/ByteDance.Lark.locale.en-US.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.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: ByteDance.Lark PackageVersion: 6.9.7 @@ -54,4 +54,4 @@ PurchaseUrl: https://www.larksuite.com/en_us/plans # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/6.9.7/ByteDance.Lark.locale.zh-CN.yaml b/manifests/b/ByteDance/Lark/6.9.7/ByteDance.Lark.locale.zh-CN.yaml index f1fcf0d90a702..84a9c1ca8080c 100644 --- a/manifests/b/ByteDance/Lark/6.9.7/ByteDance.Lark.locale.zh-CN.yaml +++ b/manifests/b/ByteDance/Lark/6.9.7/ByteDance.Lark.locale.zh-CN.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.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: ByteDance.Lark PackageVersion: 6.9.7 @@ -54,4 +54,4 @@ PurchaseUrl: https://www.larksuite.com/zh_cn/plans # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/6.9.7/ByteDance.Lark.yaml b/manifests/b/ByteDance/Lark/6.9.7/ByteDance.Lark.yaml index 447a1f8fef2da..2481d6e39b607 100644 --- a/manifests/b/ByteDance/Lark/6.9.7/ByteDance.Lark.yaml +++ b/manifests/b/ByteDance/Lark/6.9.7/ByteDance.Lark.yaml @@ -1,8 +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: ByteDance.Lark PackageVersion: 6.9.7 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/7.10.8/ByteDance.Lark.installer.yaml b/manifests/b/ByteDance/Lark/7.10.8/ByteDance.Lark.installer.yaml index 7056b4e0e1eca..67531a3bdb7b1 100644 --- a/manifests/b/ByteDance/Lark/7.10.8/ByteDance.Lark.installer.yaml +++ b/manifests/b/ByteDance/Lark/7.10.8/ByteDance.Lark.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: ByteDance.Lark PackageVersion: 7.10.8 @@ -26,4 +26,4 @@ Installers: InstallerSha256: E4322276E70BF9C8ED0452F0C34781B9FB2AC340C91EF1149B63C52DC614516B ProductCode: Lark ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/7.10.8/ByteDance.Lark.locale.en-US.yaml b/manifests/b/ByteDance/Lark/7.10.8/ByteDance.Lark.locale.en-US.yaml index a31fcdd508643..3a1bbb0c8a251 100644 --- a/manifests/b/ByteDance/Lark/7.10.8/ByteDance.Lark.locale.en-US.yaml +++ b/manifests/b/ByteDance/Lark/7.10.8/ByteDance.Lark.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: ByteDance.Lark PackageVersion: 7.10.8 @@ -46,4 +46,4 @@ PurchaseUrl: https://www.larksuite.com/en_us/plans # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/7.10.8/ByteDance.Lark.locale.zh-CN.yaml b/manifests/b/ByteDance/Lark/7.10.8/ByteDance.Lark.locale.zh-CN.yaml index f968b0f701c69..bbfcfa747a940 100644 --- a/manifests/b/ByteDance/Lark/7.10.8/ByteDance.Lark.locale.zh-CN.yaml +++ b/manifests/b/ByteDance/Lark/7.10.8/ByteDance.Lark.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: ByteDance.Lark PackageVersion: 7.10.8 @@ -46,4 +46,4 @@ PurchaseUrl: https://www.larksuite.com/zh_cn/plans # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/7.10.8/ByteDance.Lark.yaml b/manifests/b/ByteDance/Lark/7.10.8/ByteDance.Lark.yaml index 11d52f1db0726..6228dffc10585 100644 --- a/manifests/b/ByteDance/Lark/7.10.8/ByteDance.Lark.yaml +++ b/manifests/b/ByteDance/Lark/7.10.8/ByteDance.Lark.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: ByteDance.Lark PackageVersion: 7.10.8 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/7.11.5/ByteDance.Lark.installer.yaml b/manifests/b/ByteDance/Lark/7.11.5/ByteDance.Lark.installer.yaml index ef8eb616bdd71..4380dc168817d 100644 --- a/manifests/b/ByteDance/Lark/7.11.5/ByteDance.Lark.installer.yaml +++ b/manifests/b/ByteDance/Lark/7.11.5/ByteDance.Lark.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: ByteDance.Lark PackageVersion: 7.11.5 @@ -26,4 +26,4 @@ Installers: InstallerSha256: 9AB6D48BC732ED34E79857A28C6B8E629C14F4E7099FAD973DD46EB65841CE10 ProductCode: Lark ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/7.11.5/ByteDance.Lark.locale.en-US.yaml b/manifests/b/ByteDance/Lark/7.11.5/ByteDance.Lark.locale.en-US.yaml index d46ea8b13b187..0795b218b022d 100644 --- a/manifests/b/ByteDance/Lark/7.11.5/ByteDance.Lark.locale.en-US.yaml +++ b/manifests/b/ByteDance/Lark/7.11.5/ByteDance.Lark.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: ByteDance.Lark PackageVersion: 7.11.5 @@ -51,4 +51,4 @@ PurchaseUrl: https://www.larksuite.com/en_us/plans # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/7.11.5/ByteDance.Lark.locale.zh-CN.yaml b/manifests/b/ByteDance/Lark/7.11.5/ByteDance.Lark.locale.zh-CN.yaml index fec33d3aa3da7..3ff4e16e09809 100644 --- a/manifests/b/ByteDance/Lark/7.11.5/ByteDance.Lark.locale.zh-CN.yaml +++ b/manifests/b/ByteDance/Lark/7.11.5/ByteDance.Lark.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: ByteDance.Lark PackageVersion: 7.11.5 @@ -51,4 +51,4 @@ PurchaseUrl: https://www.larksuite.com/zh_cn/plans # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/7.11.5/ByteDance.Lark.yaml b/manifests/b/ByteDance/Lark/7.11.5/ByteDance.Lark.yaml index 5872afa54e2f8..acc2e601c179e 100644 --- a/manifests/b/ByteDance/Lark/7.11.5/ByteDance.Lark.yaml +++ b/manifests/b/ByteDance/Lark/7.11.5/ByteDance.Lark.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: ByteDance.Lark PackageVersion: 7.11.5 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/7.12.8/ByteDance.Lark.installer.yaml b/manifests/b/ByteDance/Lark/7.12.8/ByteDance.Lark.installer.yaml index 00dc358111875..b8d8f7d204ac3 100644 --- a/manifests/b/ByteDance/Lark/7.12.8/ByteDance.Lark.installer.yaml +++ b/manifests/b/ByteDance/Lark/7.12.8/ByteDance.Lark.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: ByteDance.Lark PackageVersion: 7.12.8 @@ -26,4 +26,4 @@ Installers: InstallerSha256: 71A9F73DCC30B3A4421F766B1B394844E6B35585BE46B64EFC409CBD7F83663C ProductCode: Lark ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/7.12.8/ByteDance.Lark.locale.en-US.yaml b/manifests/b/ByteDance/Lark/7.12.8/ByteDance.Lark.locale.en-US.yaml index 6ce639b1c23f3..a7f69ccd3c5a3 100644 --- a/manifests/b/ByteDance/Lark/7.12.8/ByteDance.Lark.locale.en-US.yaml +++ b/manifests/b/ByteDance/Lark/7.12.8/ByteDance.Lark.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: ByteDance.Lark PackageVersion: 7.12.8 @@ -47,4 +47,4 @@ PurchaseUrl: https://www.larksuite.com/en_us/plans # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/7.12.8/ByteDance.Lark.locale.zh-CN.yaml b/manifests/b/ByteDance/Lark/7.12.8/ByteDance.Lark.locale.zh-CN.yaml index 5859a329cea78..62bc18202d3e1 100644 --- a/manifests/b/ByteDance/Lark/7.12.8/ByteDance.Lark.locale.zh-CN.yaml +++ b/manifests/b/ByteDance/Lark/7.12.8/ByteDance.Lark.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: ByteDance.Lark PackageVersion: 7.12.8 @@ -47,4 +47,4 @@ PurchaseUrl: https://www.larksuite.com/zh_cn/plans # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/7.12.8/ByteDance.Lark.yaml b/manifests/b/ByteDance/Lark/7.12.8/ByteDance.Lark.yaml index 4cbd4ec771365..1bb5df4e32864 100644 --- a/manifests/b/ByteDance/Lark/7.12.8/ByteDance.Lark.yaml +++ b/manifests/b/ByteDance/Lark/7.12.8/ByteDance.Lark.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: ByteDance.Lark PackageVersion: 7.12.8 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/7.13.10/ByteDance.Lark.installer.yaml b/manifests/b/ByteDance/Lark/7.13.10/ByteDance.Lark.installer.yaml index 313918485beb5..007a750498d22 100644 --- a/manifests/b/ByteDance/Lark/7.13.10/ByteDance.Lark.installer.yaml +++ b/manifests/b/ByteDance/Lark/7.13.10/ByteDance.Lark.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: ByteDance.Lark PackageVersion: 7.13.10 @@ -26,4 +26,4 @@ Installers: InstallerSha256: D8940CC6270646FE678144D24EE6BE8B17FE98DE42C6B06348426EAA79BE324D ProductCode: Lark ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/7.13.10/ByteDance.Lark.locale.en-US.yaml b/manifests/b/ByteDance/Lark/7.13.10/ByteDance.Lark.locale.en-US.yaml index e88f299868e09..e928874f0ae10 100644 --- a/manifests/b/ByteDance/Lark/7.13.10/ByteDance.Lark.locale.en-US.yaml +++ b/manifests/b/ByteDance/Lark/7.13.10/ByteDance.Lark.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: ByteDance.Lark PackageVersion: 7.13.10 @@ -51,4 +51,4 @@ PurchaseUrl: https://www.larksuite.com/en_us/plans # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/7.13.10/ByteDance.Lark.locale.zh-CN.yaml b/manifests/b/ByteDance/Lark/7.13.10/ByteDance.Lark.locale.zh-CN.yaml index 88cb8dd0afdec..e5edc7f9cc436 100644 --- a/manifests/b/ByteDance/Lark/7.13.10/ByteDance.Lark.locale.zh-CN.yaml +++ b/manifests/b/ByteDance/Lark/7.13.10/ByteDance.Lark.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: ByteDance.Lark PackageVersion: 7.13.10 @@ -51,4 +51,4 @@ PurchaseUrl: https://www.larksuite.com/zh_cn/plans # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/7.13.10/ByteDance.Lark.yaml b/manifests/b/ByteDance/Lark/7.13.10/ByteDance.Lark.yaml index 5e137483a466f..d5f0ec070d156 100644 --- a/manifests/b/ByteDance/Lark/7.13.10/ByteDance.Lark.yaml +++ b/manifests/b/ByteDance/Lark/7.13.10/ByteDance.Lark.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: ByteDance.Lark PackageVersion: 7.13.10 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/7.14.5/ByteDance.Lark.installer.yaml b/manifests/b/ByteDance/Lark/7.14.5/ByteDance.Lark.installer.yaml index 6df6db93a2ef0..359c6ffe6993d 100644 --- a/manifests/b/ByteDance/Lark/7.14.5/ByteDance.Lark.installer.yaml +++ b/manifests/b/ByteDance/Lark/7.14.5/ByteDance.Lark.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: ByteDance.Lark PackageVersion: 7.14.5 @@ -26,4 +26,4 @@ Installers: InstallerSha256: C603CB8FD4383576FB21E2DBF62F5795BBEAF2E87E0EFCF50B140BDE7E5A5783 ProductCode: Lark ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/7.14.5/ByteDance.Lark.locale.en-US.yaml b/manifests/b/ByteDance/Lark/7.14.5/ByteDance.Lark.locale.en-US.yaml index 9cc9f99ffb895..418583815ac83 100644 --- a/manifests/b/ByteDance/Lark/7.14.5/ByteDance.Lark.locale.en-US.yaml +++ b/manifests/b/ByteDance/Lark/7.14.5/ByteDance.Lark.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: ByteDance.Lark PackageVersion: 7.14.5 @@ -47,4 +47,4 @@ PurchaseUrl: https://www.larksuite.com/en_us/plans # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/7.14.5/ByteDance.Lark.locale.zh-CN.yaml b/manifests/b/ByteDance/Lark/7.14.5/ByteDance.Lark.locale.zh-CN.yaml index 2b0d43a1e0ea7..18dd60bfd88e2 100644 --- a/manifests/b/ByteDance/Lark/7.14.5/ByteDance.Lark.locale.zh-CN.yaml +++ b/manifests/b/ByteDance/Lark/7.14.5/ByteDance.Lark.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: ByteDance.Lark PackageVersion: 7.14.5 @@ -47,4 +47,4 @@ PurchaseUrl: https://www.larksuite.com/zh_cn/plans # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/7.14.5/ByteDance.Lark.yaml b/manifests/b/ByteDance/Lark/7.14.5/ByteDance.Lark.yaml index 2290b3e9ea3e4..ca2cab5d4a714 100644 --- a/manifests/b/ByteDance/Lark/7.14.5/ByteDance.Lark.yaml +++ b/manifests/b/ByteDance/Lark/7.14.5/ByteDance.Lark.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: ByteDance.Lark PackageVersion: 7.14.5 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/7.15.11/ByteDance.Lark.installer.yaml b/manifests/b/ByteDance/Lark/7.15.11/ByteDance.Lark.installer.yaml index c5773ba1986f2..dacf670d8f85d 100644 --- a/manifests/b/ByteDance/Lark/7.15.11/ByteDance.Lark.installer.yaml +++ b/manifests/b/ByteDance/Lark/7.15.11/ByteDance.Lark.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: ByteDance.Lark PackageVersion: 7.15.11 @@ -26,4 +26,4 @@ Installers: InstallerSha256: 8FC2C780C27E209CF3CDA7F57D2C9267E8346914566DC0BD6CFEDEC1329FA003 ProductCode: Lark ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/7.15.11/ByteDance.Lark.locale.en-US.yaml b/manifests/b/ByteDance/Lark/7.15.11/ByteDance.Lark.locale.en-US.yaml index 8332a697536bd..07501adc11809 100644 --- a/manifests/b/ByteDance/Lark/7.15.11/ByteDance.Lark.locale.en-US.yaml +++ b/manifests/b/ByteDance/Lark/7.15.11/ByteDance.Lark.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: ByteDance.Lark PackageVersion: 7.15.11 @@ -53,4 +53,4 @@ PurchaseUrl: https://www.larksuite.com/en_us/plans # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/7.15.11/ByteDance.Lark.locale.zh-CN.yaml b/manifests/b/ByteDance/Lark/7.15.11/ByteDance.Lark.locale.zh-CN.yaml index 095e8addca0e4..15ad4cf99199c 100644 --- a/manifests/b/ByteDance/Lark/7.15.11/ByteDance.Lark.locale.zh-CN.yaml +++ b/manifests/b/ByteDance/Lark/7.15.11/ByteDance.Lark.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: ByteDance.Lark PackageVersion: 7.15.11 @@ -53,4 +53,4 @@ PurchaseUrl: https://www.larksuite.com/zh_cn/plans # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/7.15.11/ByteDance.Lark.yaml b/manifests/b/ByteDance/Lark/7.15.11/ByteDance.Lark.yaml index 03d89a6d54619..70de63fae7370 100644 --- a/manifests/b/ByteDance/Lark/7.15.11/ByteDance.Lark.yaml +++ b/manifests/b/ByteDance/Lark/7.15.11/ByteDance.Lark.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: ByteDance.Lark PackageVersion: 7.15.11 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/7.18.8/ByteDance.Lark.installer.yaml b/manifests/b/ByteDance/Lark/7.18.8/ByteDance.Lark.installer.yaml index 2dec74c9f8f9a..53e90a730ccaf 100644 --- a/manifests/b/ByteDance/Lark/7.18.8/ByteDance.Lark.installer.yaml +++ b/manifests/b/ByteDance/Lark/7.18.8/ByteDance.Lark.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: ByteDance.Lark PackageVersion: 7.18.8 @@ -26,4 +26,4 @@ Installers: InstallerSha256: B12650404AEF814C851EB3BBAD694D2303B564D318E115AEAB8E41F5133A5390 ProductCode: Lark ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/7.18.8/ByteDance.Lark.locale.en-US.yaml b/manifests/b/ByteDance/Lark/7.18.8/ByteDance.Lark.locale.en-US.yaml index 34e49f9e51547..80da74286bca3 100644 --- a/manifests/b/ByteDance/Lark/7.18.8/ByteDance.Lark.locale.en-US.yaml +++ b/manifests/b/ByteDance/Lark/7.18.8/ByteDance.Lark.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: ByteDance.Lark PackageVersion: 7.18.8 @@ -46,4 +46,4 @@ PurchaseUrl: https://www.larksuite.com/en_us/plans # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/7.18.8/ByteDance.Lark.locale.zh-CN.yaml b/manifests/b/ByteDance/Lark/7.18.8/ByteDance.Lark.locale.zh-CN.yaml index 83397458dcbb4..42c9d9eb98751 100644 --- a/manifests/b/ByteDance/Lark/7.18.8/ByteDance.Lark.locale.zh-CN.yaml +++ b/manifests/b/ByteDance/Lark/7.18.8/ByteDance.Lark.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: ByteDance.Lark PackageVersion: 7.18.8 @@ -46,4 +46,4 @@ PurchaseUrl: https://www.larksuite.com/zh_cn/plans # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/7.18.8/ByteDance.Lark.yaml b/manifests/b/ByteDance/Lark/7.18.8/ByteDance.Lark.yaml index cc2100716560c..1622558405e04 100644 --- a/manifests/b/ByteDance/Lark/7.18.8/ByteDance.Lark.yaml +++ b/manifests/b/ByteDance/Lark/7.18.8/ByteDance.Lark.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: ByteDance.Lark PackageVersion: 7.18.8 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/7.19.6/ByteDance.Lark.installer.yaml b/manifests/b/ByteDance/Lark/7.19.6/ByteDance.Lark.installer.yaml index 7a2ceab99c708..47ecf23c3c489 100644 --- a/manifests/b/ByteDance/Lark/7.19.6/ByteDance.Lark.installer.yaml +++ b/manifests/b/ByteDance/Lark/7.19.6/ByteDance.Lark.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: ByteDance.Lark PackageVersion: 7.19.6 @@ -26,4 +26,4 @@ Installers: InstallerSha256: 1FAD049471CBFFBA35379FA86424E90F3D6D8810C19BE25B46E7FBF583FE3142 ProductCode: Lark ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/7.19.6/ByteDance.Lark.locale.en-US.yaml b/manifests/b/ByteDance/Lark/7.19.6/ByteDance.Lark.locale.en-US.yaml index 52221ec2cccfe..71dc423dcdc93 100644 --- a/manifests/b/ByteDance/Lark/7.19.6/ByteDance.Lark.locale.en-US.yaml +++ b/manifests/b/ByteDance/Lark/7.19.6/ByteDance.Lark.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: ByteDance.Lark PackageVersion: 7.19.6 @@ -44,4 +44,4 @@ PurchaseUrl: https://www.larksuite.com/en_us/plans # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/7.19.6/ByteDance.Lark.locale.zh-CN.yaml b/manifests/b/ByteDance/Lark/7.19.6/ByteDance.Lark.locale.zh-CN.yaml index 55a5086bc39bb..1a0cf0950fc1c 100644 --- a/manifests/b/ByteDance/Lark/7.19.6/ByteDance.Lark.locale.zh-CN.yaml +++ b/manifests/b/ByteDance/Lark/7.19.6/ByteDance.Lark.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: ByteDance.Lark PackageVersion: 7.19.6 @@ -44,4 +44,4 @@ PurchaseUrl: https://www.larksuite.com/zh_cn/plans # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/7.19.6/ByteDance.Lark.yaml b/manifests/b/ByteDance/Lark/7.19.6/ByteDance.Lark.yaml index aba234f85de9a..65fb050e4d35e 100644 --- a/manifests/b/ByteDance/Lark/7.19.6/ByteDance.Lark.yaml +++ b/manifests/b/ByteDance/Lark/7.19.6/ByteDance.Lark.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: ByteDance.Lark PackageVersion: 7.19.6 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/7.20.9/ByteDance.Lark.installer.yaml b/manifests/b/ByteDance/Lark/7.20.9/ByteDance.Lark.installer.yaml index ecbd60f66324c..7f3ac88e76f99 100644 --- a/manifests/b/ByteDance/Lark/7.20.9/ByteDance.Lark.installer.yaml +++ b/manifests/b/ByteDance/Lark/7.20.9/ByteDance.Lark.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: ByteDance.Lark PackageVersion: 7.20.9 @@ -26,4 +26,4 @@ Installers: InstallerSha256: 0F8AFADB7225359886ABA456B82F8B4F0AA13CB1D7FDFBD1B4301F0006C37523 ProductCode: Lark ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/7.20.9/ByteDance.Lark.locale.en-US.yaml b/manifests/b/ByteDance/Lark/7.20.9/ByteDance.Lark.locale.en-US.yaml index d7f2eeb9c28f1..d79b1ef52082b 100644 --- a/manifests/b/ByteDance/Lark/7.20.9/ByteDance.Lark.locale.en-US.yaml +++ b/manifests/b/ByteDance/Lark/7.20.9/ByteDance.Lark.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: ByteDance.Lark PackageVersion: 7.20.9 @@ -45,4 +45,4 @@ PurchaseUrl: https://www.larksuite.com/en_us/plans # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/7.20.9/ByteDance.Lark.locale.zh-CN.yaml b/manifests/b/ByteDance/Lark/7.20.9/ByteDance.Lark.locale.zh-CN.yaml index c88b8b10398b2..969f00dcc5e03 100644 --- a/manifests/b/ByteDance/Lark/7.20.9/ByteDance.Lark.locale.zh-CN.yaml +++ b/manifests/b/ByteDance/Lark/7.20.9/ByteDance.Lark.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: ByteDance.Lark PackageVersion: 7.20.9 @@ -45,4 +45,4 @@ PurchaseUrl: https://www.larksuite.com/zh_cn/plans # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/7.20.9/ByteDance.Lark.yaml b/manifests/b/ByteDance/Lark/7.20.9/ByteDance.Lark.yaml index 93d0e72159229..0303cc91dd0af 100644 --- a/manifests/b/ByteDance/Lark/7.20.9/ByteDance.Lark.yaml +++ b/manifests/b/ByteDance/Lark/7.20.9/ByteDance.Lark.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: ByteDance.Lark PackageVersion: 7.20.9 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/7.21.9/ByteDance.Lark.installer.yaml b/manifests/b/ByteDance/Lark/7.21.9/ByteDance.Lark.installer.yaml index 0da8a86bea300..9a36b99db791b 100644 --- a/manifests/b/ByteDance/Lark/7.21.9/ByteDance.Lark.installer.yaml +++ b/manifests/b/ByteDance/Lark/7.21.9/ByteDance.Lark.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: ByteDance.Lark PackageVersion: 7.21.9 @@ -26,4 +26,4 @@ Installers: InstallerSha256: 0770851FAE800C08D1BA0FDE0DF88663CD4C3F8B4D5F625D38CC49892F9EEA68 ProductCode: Lark ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/7.21.9/ByteDance.Lark.locale.en-US.yaml b/manifests/b/ByteDance/Lark/7.21.9/ByteDance.Lark.locale.en-US.yaml index bafd747321c60..880ddbf010448 100644 --- a/manifests/b/ByteDance/Lark/7.21.9/ByteDance.Lark.locale.en-US.yaml +++ b/manifests/b/ByteDance/Lark/7.21.9/ByteDance.Lark.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: ByteDance.Lark PackageVersion: 7.21.9 @@ -47,4 +47,4 @@ PurchaseUrl: https://www.larksuite.com/en_us/plans # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/7.21.9/ByteDance.Lark.locale.zh-CN.yaml b/manifests/b/ByteDance/Lark/7.21.9/ByteDance.Lark.locale.zh-CN.yaml index e011a043fd3ad..c843e3aecef9e 100644 --- a/manifests/b/ByteDance/Lark/7.21.9/ByteDance.Lark.locale.zh-CN.yaml +++ b/manifests/b/ByteDance/Lark/7.21.9/ByteDance.Lark.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: ByteDance.Lark PackageVersion: 7.21.9 @@ -47,4 +47,4 @@ PurchaseUrl: https://www.larksuite.com/zh_cn/plans # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/7.21.9/ByteDance.Lark.yaml b/manifests/b/ByteDance/Lark/7.21.9/ByteDance.Lark.yaml index 9d868b76dc32e..6dd6660485ff3 100644 --- a/manifests/b/ByteDance/Lark/7.21.9/ByteDance.Lark.yaml +++ b/manifests/b/ByteDance/Lark/7.21.9/ByteDance.Lark.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: ByteDance.Lark PackageVersion: 7.21.9 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/7.22.6/ByteDance.Lark.installer.yaml b/manifests/b/ByteDance/Lark/7.22.6/ByteDance.Lark.installer.yaml index 786193ed53099..a49fdf52d985e 100644 --- a/manifests/b/ByteDance/Lark/7.22.6/ByteDance.Lark.installer.yaml +++ b/manifests/b/ByteDance/Lark/7.22.6/ByteDance.Lark.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: ByteDance.Lark PackageVersion: 7.22.6 @@ -26,4 +26,4 @@ Installers: InstallerSha256: 921B75AB083060005D4073AE3E803AB796A34103DE16F6147DD4248C199F6510 ProductCode: Lark ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/7.22.6/ByteDance.Lark.locale.en-US.yaml b/manifests/b/ByteDance/Lark/7.22.6/ByteDance.Lark.locale.en-US.yaml index 643c7e92c81a1..e07dae73f4d9c 100644 --- a/manifests/b/ByteDance/Lark/7.22.6/ByteDance.Lark.locale.en-US.yaml +++ b/manifests/b/ByteDance/Lark/7.22.6/ByteDance.Lark.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: ByteDance.Lark PackageVersion: 7.22.6 @@ -45,4 +45,4 @@ PurchaseUrl: https://www.larksuite.com/en_us/plans # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/7.22.6/ByteDance.Lark.locale.zh-CN.yaml b/manifests/b/ByteDance/Lark/7.22.6/ByteDance.Lark.locale.zh-CN.yaml index a032a9960cb8b..5957ed25b7c66 100644 --- a/manifests/b/ByteDance/Lark/7.22.6/ByteDance.Lark.locale.zh-CN.yaml +++ b/manifests/b/ByteDance/Lark/7.22.6/ByteDance.Lark.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: ByteDance.Lark PackageVersion: 7.22.6 @@ -45,4 +45,4 @@ PurchaseUrl: https://www.larksuite.com/zh_cn/plans # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/7.22.6/ByteDance.Lark.yaml b/manifests/b/ByteDance/Lark/7.22.6/ByteDance.Lark.yaml index 83d4f0a3be252..a4f9457971b62 100644 --- a/manifests/b/ByteDance/Lark/7.22.6/ByteDance.Lark.yaml +++ b/manifests/b/ByteDance/Lark/7.22.6/ByteDance.Lark.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: ByteDance.Lark PackageVersion: 7.22.6 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/7.23.10/ByteDance.Lark.installer.yaml b/manifests/b/ByteDance/Lark/7.23.10/ByteDance.Lark.installer.yaml index 28b2e4f7e7e57..c0722723d33db 100644 --- a/manifests/b/ByteDance/Lark/7.23.10/ByteDance.Lark.installer.yaml +++ b/manifests/b/ByteDance/Lark/7.23.10/ByteDance.Lark.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: ByteDance.Lark PackageVersion: 7.23.10 @@ -26,4 +26,4 @@ Installers: InstallerSha256: CD89F76740874C3F28B0B5B4CBFCEB0BFB178E5F1CF64E6A4DE64A28DFA5F265 ProductCode: Lark ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/7.23.10/ByteDance.Lark.locale.en-US.yaml b/manifests/b/ByteDance/Lark/7.23.10/ByteDance.Lark.locale.en-US.yaml index f8fa21f0dee00..c1e88553d9d3e 100644 --- a/manifests/b/ByteDance/Lark/7.23.10/ByteDance.Lark.locale.en-US.yaml +++ b/manifests/b/ByteDance/Lark/7.23.10/ByteDance.Lark.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: ByteDance.Lark PackageVersion: 7.23.10 @@ -49,4 +49,4 @@ PurchaseUrl: https://www.larksuite.com/en_us/plans # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/7.23.10/ByteDance.Lark.locale.zh-CN.yaml b/manifests/b/ByteDance/Lark/7.23.10/ByteDance.Lark.locale.zh-CN.yaml index 94dfb55b1e1dd..99e4dbbfa83be 100644 --- a/manifests/b/ByteDance/Lark/7.23.10/ByteDance.Lark.locale.zh-CN.yaml +++ b/manifests/b/ByteDance/Lark/7.23.10/ByteDance.Lark.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: ByteDance.Lark PackageVersion: 7.23.10 @@ -49,4 +49,4 @@ PurchaseUrl: https://www.larksuite.com/zh_cn/plans # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/7.23.10/ByteDance.Lark.yaml b/manifests/b/ByteDance/Lark/7.23.10/ByteDance.Lark.yaml index c91400b3afd10..76a4109940c5e 100644 --- a/manifests/b/ByteDance/Lark/7.23.10/ByteDance.Lark.yaml +++ b/manifests/b/ByteDance/Lark/7.23.10/ByteDance.Lark.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: ByteDance.Lark PackageVersion: 7.23.10 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/7.24.5/ByteDance.Lark.installer.yaml b/manifests/b/ByteDance/Lark/7.24.5/ByteDance.Lark.installer.yaml index 4fa611c3e81a6..ab832a4342b38 100644 --- a/manifests/b/ByteDance/Lark/7.24.5/ByteDance.Lark.installer.yaml +++ b/manifests/b/ByteDance/Lark/7.24.5/ByteDance.Lark.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: ByteDance.Lark PackageVersion: 7.24.5 @@ -26,4 +26,4 @@ Installers: InstallerSha256: D76364063A54B57B5BBF98D019C41AD72C38A6AA9EF0ACD55FE73B60E6E20016 ProductCode: Lark ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/7.24.5/ByteDance.Lark.locale.en-US.yaml b/manifests/b/ByteDance/Lark/7.24.5/ByteDance.Lark.locale.en-US.yaml index 37b10573f8a0d..e197d94169716 100644 --- a/manifests/b/ByteDance/Lark/7.24.5/ByteDance.Lark.locale.en-US.yaml +++ b/manifests/b/ByteDance/Lark/7.24.5/ByteDance.Lark.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: ByteDance.Lark PackageVersion: 7.24.5 @@ -45,4 +45,4 @@ PurchaseUrl: https://www.larksuite.com/en_us/plans # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/7.24.5/ByteDance.Lark.locale.zh-CN.yaml b/manifests/b/ByteDance/Lark/7.24.5/ByteDance.Lark.locale.zh-CN.yaml index 0d581c207d1b2..ee3bf730d13de 100644 --- a/manifests/b/ByteDance/Lark/7.24.5/ByteDance.Lark.locale.zh-CN.yaml +++ b/manifests/b/ByteDance/Lark/7.24.5/ByteDance.Lark.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: ByteDance.Lark PackageVersion: 7.24.5 @@ -47,4 +47,4 @@ PurchaseUrl: https://www.larksuite.com/zh_cn/plans # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/7.24.5/ByteDance.Lark.yaml b/manifests/b/ByteDance/Lark/7.24.5/ByteDance.Lark.yaml index 8767e84528534..c379b5459e4f6 100644 --- a/manifests/b/ByteDance/Lark/7.24.5/ByteDance.Lark.yaml +++ b/manifests/b/ByteDance/Lark/7.24.5/ByteDance.Lark.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: ByteDance.Lark PackageVersion: 7.24.5 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/7.25.5/ByteDance.Lark.installer.yaml b/manifests/b/ByteDance/Lark/7.25.5/ByteDance.Lark.installer.yaml index b9db368e26472..ca603c4536e6f 100644 --- a/manifests/b/ByteDance/Lark/7.25.5/ByteDance.Lark.installer.yaml +++ b/manifests/b/ByteDance/Lark/7.25.5/ByteDance.Lark.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: ByteDance.Lark PackageVersion: 7.25.5 @@ -19,11 +19,11 @@ Protocols: - feishu-open - lark - x-lark -ProductCode: Lark +ReleaseDate: 2024-08-30 Installers: - Architecture: x86 InstallerUrl: https://sf16-va.larksuitecdn.com/obj/lark-artifact-storage/174ef40e/Lark-win32_ia32-7.25.5-signed.exe InstallerSha256: B6F7AFB18D7847331E9A5E65F2D8BB5C2B3874485AB9C4ADD76E50DF3D467870 + ProductCode: Lark ManifestType: installer -ManifestVersion: 1.6.0 -ReleaseDate: 2024-08-30 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/7.25.5/ByteDance.Lark.locale.en-US.yaml b/manifests/b/ByteDance/Lark/7.25.5/ByteDance.Lark.locale.en-US.yaml index 495a529d7e7ef..135e1c65a53e5 100644 --- a/manifests/b/ByteDance/Lark/7.25.5/ByteDance.Lark.locale.en-US.yaml +++ b/manifests/b/ByteDance/Lark/7.25.5/ByteDance.Lark.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: ByteDance.Lark PackageVersion: 7.25.5 @@ -14,6 +14,7 @@ PackageUrl: https://www.larksuite.com/en_us/download License: Proprietary LicenseUrl: https://www.larksuite.com/en_us/user-terms-of-service Copyright: Copyright © 2024 Lark Technologies Pte. Ltd. +# CopyrightUrl: ShortDescription: The Next-Gen Collaboration Suite Description: Lark is a next-generation office suite that integrates messaging, schedule management, collaborative documents, video conferencing, and many more applications in a single platform. Moniker: larksuite @@ -39,5 +40,7 @@ ReleaseNotes: |- - In video meetings, the presenter can annotate the shared picture when using Magic Share (Share Docs) and participants can follow the presenter's view to see the annotations in real time. ReleaseNotesUrl: https://www.larksuite.com/hc/en-US/articles/713791622330 PurchaseUrl: https://www.larksuite.com/en_us/plans +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/7.25.5/ByteDance.Lark.locale.zh-CN.yaml b/manifests/b/ByteDance/Lark/7.25.5/ByteDance.Lark.locale.zh-CN.yaml index 5bdefd072e49a..38071244bee51 100644 --- a/manifests/b/ByteDance/Lark/7.25.5/ByteDance.Lark.locale.zh-CN.yaml +++ b/manifests/b/ByteDance/Lark/7.25.5/ByteDance.Lark.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: ByteDance.Lark PackageVersion: 7.25.5 @@ -14,8 +14,10 @@ PackageUrl: https://www.larksuite.com/zh_cn/download License: 专有软件 LicenseUrl: https://www.larksuite.com/zh_cn/user-terms-of-service Copyright: Copyright © 2024 Lark Technologies Pte. Ltd. +# CopyrightUrl: ShortDescription: 新一代协同套件 Description: 一站式整合即时沟通、日历、视频会议、云文档、云盘、工作台等功能 +# Moniker: Tags: - oa - saas @@ -38,5 +40,7 @@ ReleaseNotes: |- - 在视频会议中,共享人在使用妙享(投文档)时可以对打开的图片进行标注,参会人可跟随画面查看标注信息,会议演示更高效,信息传递更准确 ReleaseNotesUrl: https://www.larksuite.com/hc/zh-CN/articles/713791622330 PurchaseUrl: https://www.larksuite.com/zh_cn/plans +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/7.25.5/ByteDance.Lark.yaml b/manifests/b/ByteDance/Lark/7.25.5/ByteDance.Lark.yaml index 1c008710489ae..9a32a175428f5 100644 --- a/manifests/b/ByteDance/Lark/7.25.5/ByteDance.Lark.yaml +++ b/manifests/b/ByteDance/Lark/7.25.5/ByteDance.Lark.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: ByteDance.Lark PackageVersion: 7.25.5 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/7.26.8/ByteDance.Lark.installer.yaml b/manifests/b/ByteDance/Lark/7.26.8/ByteDance.Lark.installer.yaml index fd457ae53cd51..1c2121810f988 100644 --- a/manifests/b/ByteDance/Lark/7.26.8/ByteDance.Lark.installer.yaml +++ b/manifests/b/ByteDance/Lark/7.26.8/ByteDance.Lark.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: ByteDance.Lark PackageVersion: 7.26.8 @@ -26,4 +26,4 @@ Installers: InstallerSha256: 5D5B885B18DA6B33842C942D1A7DBD8D1EF9F121DE9D607CF19AE8AAD97A2049 ProductCode: Lark ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/7.26.8/ByteDance.Lark.locale.en-US.yaml b/manifests/b/ByteDance/Lark/7.26.8/ByteDance.Lark.locale.en-US.yaml index 3e10ed4665348..b0668782821bc 100644 --- a/manifests/b/ByteDance/Lark/7.26.8/ByteDance.Lark.locale.en-US.yaml +++ b/manifests/b/ByteDance/Lark/7.26.8/ByteDance.Lark.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: ByteDance.Lark PackageVersion: 7.26.8 @@ -41,4 +41,4 @@ PurchaseUrl: https://www.larksuite.com/en_us/plans # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/7.26.8/ByteDance.Lark.locale.zh-CN.yaml b/manifests/b/ByteDance/Lark/7.26.8/ByteDance.Lark.locale.zh-CN.yaml index a365ec1ce6721..dd83ebfb41102 100644 --- a/manifests/b/ByteDance/Lark/7.26.8/ByteDance.Lark.locale.zh-CN.yaml +++ b/manifests/b/ByteDance/Lark/7.26.8/ByteDance.Lark.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: ByteDance.Lark PackageVersion: 7.26.8 @@ -41,4 +41,4 @@ PurchaseUrl: https://www.larksuite.com/zh_cn/plans # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/7.26.8/ByteDance.Lark.yaml b/manifests/b/ByteDance/Lark/7.26.8/ByteDance.Lark.yaml index 78bd378a85725..33b7ed7a2f51c 100644 --- a/manifests/b/ByteDance/Lark/7.26.8/ByteDance.Lark.yaml +++ b/manifests/b/ByteDance/Lark/7.26.8/ByteDance.Lark.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: ByteDance.Lark PackageVersion: 7.26.8 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/7.27.10/ByteDance.Lark.installer.yaml b/manifests/b/ByteDance/Lark/7.27.10/ByteDance.Lark.installer.yaml index cf646d4ab084b..c656e5324dbb3 100644 --- a/manifests/b/ByteDance/Lark/7.27.10/ByteDance.Lark.installer.yaml +++ b/manifests/b/ByteDance/Lark/7.27.10/ByteDance.Lark.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: ByteDance.Lark PackageVersion: 7.27.10 @@ -26,4 +26,4 @@ Installers: InstallerSha256: 3FD0DBC72667446D756496373C4F7FFAD552B6019FAF0EA01A52D5489B0CB740 ProductCode: Lark ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/7.27.10/ByteDance.Lark.locale.en-US.yaml b/manifests/b/ByteDance/Lark/7.27.10/ByteDance.Lark.locale.en-US.yaml index 5be0d80d82cf7..bebddd667dd4c 100644 --- a/manifests/b/ByteDance/Lark/7.27.10/ByteDance.Lark.locale.en-US.yaml +++ b/manifests/b/ByteDance/Lark/7.27.10/ByteDance.Lark.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: ByteDance.Lark PackageVersion: 7.27.10 @@ -43,4 +43,4 @@ PurchaseUrl: https://www.larksuite.com/en_us/plans # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/7.27.10/ByteDance.Lark.locale.zh-CN.yaml b/manifests/b/ByteDance/Lark/7.27.10/ByteDance.Lark.locale.zh-CN.yaml index f5452a3178b2d..6aaa2bd2d2386 100644 --- a/manifests/b/ByteDance/Lark/7.27.10/ByteDance.Lark.locale.zh-CN.yaml +++ b/manifests/b/ByteDance/Lark/7.27.10/ByteDance.Lark.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: ByteDance.Lark PackageVersion: 7.27.10 @@ -43,4 +43,4 @@ PurchaseUrl: https://www.larksuite.com/zh_cn/plans # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/7.27.10/ByteDance.Lark.yaml b/manifests/b/ByteDance/Lark/7.27.10/ByteDance.Lark.yaml index 05931f32f2947..935c2ae422fda 100644 --- a/manifests/b/ByteDance/Lark/7.27.10/ByteDance.Lark.yaml +++ b/manifests/b/ByteDance/Lark/7.27.10/ByteDance.Lark.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: ByteDance.Lark PackageVersion: 7.27.10 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/7.28.7/ByteDance.Lark.installer.yaml b/manifests/b/ByteDance/Lark/7.28.7/ByteDance.Lark.installer.yaml index e70b7664dc38b..9ccadb06e4117 100644 --- a/manifests/b/ByteDance/Lark/7.28.7/ByteDance.Lark.installer.yaml +++ b/manifests/b/ByteDance/Lark/7.28.7/ByteDance.Lark.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: ByteDance.Lark PackageVersion: 7.28.7 @@ -26,4 +26,4 @@ Installers: InstallerSha256: 42451B2C710E4EFE0F502505DEE5570C77790E3438E1F67A66BE45A2660C1381 ProductCode: Lark ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/7.28.7/ByteDance.Lark.locale.en-US.yaml b/manifests/b/ByteDance/Lark/7.28.7/ByteDance.Lark.locale.en-US.yaml index 7caaae0a13cfd..7681e6e73ea15 100644 --- a/manifests/b/ByteDance/Lark/7.28.7/ByteDance.Lark.locale.en-US.yaml +++ b/manifests/b/ByteDance/Lark/7.28.7/ByteDance.Lark.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: ByteDance.Lark PackageVersion: 7.28.7 @@ -41,4 +41,4 @@ PurchaseUrl: https://www.larksuite.com/en_us/plans # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/7.28.7/ByteDance.Lark.locale.zh-CN.yaml b/manifests/b/ByteDance/Lark/7.28.7/ByteDance.Lark.locale.zh-CN.yaml index eaec3955f18d4..ce914c6025aad 100644 --- a/manifests/b/ByteDance/Lark/7.28.7/ByteDance.Lark.locale.zh-CN.yaml +++ b/manifests/b/ByteDance/Lark/7.28.7/ByteDance.Lark.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: ByteDance.Lark PackageVersion: 7.28.7 @@ -41,4 +41,4 @@ PurchaseUrl: https://www.larksuite.com/zh_cn/plans # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/7.28.7/ByteDance.Lark.yaml b/manifests/b/ByteDance/Lark/7.28.7/ByteDance.Lark.yaml index 6397136506a26..7f95de7a977e2 100644 --- a/manifests/b/ByteDance/Lark/7.28.7/ByteDance.Lark.yaml +++ b/manifests/b/ByteDance/Lark/7.28.7/ByteDance.Lark.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: ByteDance.Lark PackageVersion: 7.28.7 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/7.29.6/ByteDance.Lark.installer.yaml b/manifests/b/ByteDance/Lark/7.29.6/ByteDance.Lark.installer.yaml index d42d6f7f7688b..687844cc27e58 100644 --- a/manifests/b/ByteDance/Lark/7.29.6/ByteDance.Lark.installer.yaml +++ b/manifests/b/ByteDance/Lark/7.29.6/ByteDance.Lark.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: ByteDance.Lark PackageVersion: 7.29.6 @@ -26,4 +26,4 @@ Installers: InstallerSha256: E836B835BCA7DCEC6B338C6963F491C5D0BDCBB528BAD8236137068F307E9A3A ProductCode: Lark ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/7.29.6/ByteDance.Lark.locale.en-US.yaml b/manifests/b/ByteDance/Lark/7.29.6/ByteDance.Lark.locale.en-US.yaml index b581e2328b654..c1404e7c7c01e 100644 --- a/manifests/b/ByteDance/Lark/7.29.6/ByteDance.Lark.locale.en-US.yaml +++ b/manifests/b/ByteDance/Lark/7.29.6/ByteDance.Lark.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: ByteDance.Lark PackageVersion: 7.29.6 @@ -45,4 +45,4 @@ PurchaseUrl: https://www.larksuite.com/en_us/plans # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/7.29.6/ByteDance.Lark.locale.zh-CN.yaml b/manifests/b/ByteDance/Lark/7.29.6/ByteDance.Lark.locale.zh-CN.yaml index 2b7618fad857d..cb8818d883838 100644 --- a/manifests/b/ByteDance/Lark/7.29.6/ByteDance.Lark.locale.zh-CN.yaml +++ b/manifests/b/ByteDance/Lark/7.29.6/ByteDance.Lark.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: ByteDance.Lark PackageVersion: 7.29.6 @@ -45,4 +45,4 @@ PurchaseUrl: https://www.larksuite.com/zh_cn/plans # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/7.29.6/ByteDance.Lark.yaml b/manifests/b/ByteDance/Lark/7.29.6/ByteDance.Lark.yaml index 3dc9d87a6a88a..4ad85acbf1c25 100644 --- a/manifests/b/ByteDance/Lark/7.29.6/ByteDance.Lark.yaml +++ b/manifests/b/ByteDance/Lark/7.29.6/ByteDance.Lark.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: ByteDance.Lark PackageVersion: 7.29.6 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/7.30.10/ByteDance.Lark.installer.yaml b/manifests/b/ByteDance/Lark/7.30.10/ByteDance.Lark.installer.yaml index 398ffbdcca0bf..521367b973728 100644 --- a/manifests/b/ByteDance/Lark/7.30.10/ByteDance.Lark.installer.yaml +++ b/manifests/b/ByteDance/Lark/7.30.10/ByteDance.Lark.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: ByteDance.Lark PackageVersion: 7.30.10 @@ -26,4 +26,4 @@ Installers: InstallerSha256: ED38B734791AF12BEE31192A8743D2275A7EFA10AED50538E234B0454DA1F9C5 ProductCode: Lark ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/7.30.10/ByteDance.Lark.locale.en-US.yaml b/manifests/b/ByteDance/Lark/7.30.10/ByteDance.Lark.locale.en-US.yaml index ea67607c1801e..0561a285ea530 100644 --- a/manifests/b/ByteDance/Lark/7.30.10/ByteDance.Lark.locale.en-US.yaml +++ b/manifests/b/ByteDance/Lark/7.30.10/ByteDance.Lark.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: ByteDance.Lark PackageVersion: 7.30.10 @@ -41,4 +41,4 @@ PurchaseUrl: https://www.larksuite.com/en_us/plans # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/7.30.10/ByteDance.Lark.locale.zh-CN.yaml b/manifests/b/ByteDance/Lark/7.30.10/ByteDance.Lark.locale.zh-CN.yaml index c1dad7eb22546..7b4d42640012f 100644 --- a/manifests/b/ByteDance/Lark/7.30.10/ByteDance.Lark.locale.zh-CN.yaml +++ b/manifests/b/ByteDance/Lark/7.30.10/ByteDance.Lark.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: ByteDance.Lark PackageVersion: 7.30.10 @@ -41,4 +41,4 @@ PurchaseUrl: https://www.larksuite.com/zh_cn/plans # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/7.30.10/ByteDance.Lark.yaml b/manifests/b/ByteDance/Lark/7.30.10/ByteDance.Lark.yaml index a2661500fafd4..9aae62e72588d 100644 --- a/manifests/b/ByteDance/Lark/7.30.10/ByteDance.Lark.yaml +++ b/manifests/b/ByteDance/Lark/7.30.10/ByteDance.Lark.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: ByteDance.Lark PackageVersion: 7.30.10 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/7.31.9/ByteDance.Lark.installer.yaml b/manifests/b/ByteDance/Lark/7.31.9/ByteDance.Lark.installer.yaml index 73096eef78e41..ae4572e928a4f 100644 --- a/manifests/b/ByteDance/Lark/7.31.9/ByteDance.Lark.installer.yaml +++ b/manifests/b/ByteDance/Lark/7.31.9/ByteDance.Lark.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: ByteDance.Lark PackageVersion: 7.31.9 @@ -19,11 +19,11 @@ Protocols: - feishu-open - lark - x-lark -ProductCode: Lark ReleaseDate: 2024-11-22 Installers: - Architecture: x86 InstallerUrl: https://sf16-va.larksuitecdn.com/obj/lark-artifact-storage/95fc576a/Lark-win32_ia32-7.31.9-signed.exe InstallerSha256: 3193B623529280F504694EDD3BF81CD3124BA3AF21C1AED3EF021D68CB9138E3 + ProductCode: Lark ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/7.31.9/ByteDance.Lark.locale.en-US.yaml b/manifests/b/ByteDance/Lark/7.31.9/ByteDance.Lark.locale.en-US.yaml index dfda2f6714335..eeb7807123d5f 100644 --- a/manifests/b/ByteDance/Lark/7.31.9/ByteDance.Lark.locale.en-US.yaml +++ b/manifests/b/ByteDance/Lark/7.31.9/ByteDance.Lark.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: ByteDance.Lark PackageVersion: 7.31.9 @@ -14,6 +14,7 @@ PackageUrl: https://www.larksuite.com/en_us/download License: Proprietary LicenseUrl: https://www.larksuite.com/en_us/user-terms-of-service Copyright: Copyright © 2024 Lark Technologies Pte. Ltd. +# CopyrightUrl: ShortDescription: The Next-Gen Collaboration Suite Description: Lark is a next-generation office suite that integrates messaging, schedule management, collaborative documents, video conferencing, and many more applications in a single platform. Moniker: larksuite @@ -40,5 +41,7 @@ ReleaseNotes: |- - Workflow's conditional branching feature can automatically determine if conditions are met and then perform the configured steps, allowing users to automate a wider variety of tasks. ReleaseNotesUrl: https://www.larksuite.com/hc/en-US/articles/675943446686 PurchaseUrl: https://www.larksuite.com/en_us/plans +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/7.31.9/ByteDance.Lark.locale.zh-CN.yaml b/manifests/b/ByteDance/Lark/7.31.9/ByteDance.Lark.locale.zh-CN.yaml index cb73881f7daf2..9b407d602a24f 100644 --- a/manifests/b/ByteDance/Lark/7.31.9/ByteDance.Lark.locale.zh-CN.yaml +++ b/manifests/b/ByteDance/Lark/7.31.9/ByteDance.Lark.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: ByteDance.Lark PackageVersion: 7.31.9 @@ -14,8 +14,10 @@ PackageUrl: https://www.larksuite.com/zh_cn/download License: 专有软件 LicenseUrl: https://www.larksuite.com/zh_cn/user-terms-of-service Copyright: Copyright © 2024 Lark Technologies Pte. Ltd. +# CopyrightUrl: ShortDescription: 新一代协同套件 Description: 一站式整合即时沟通、日历、视频会议、云文档、云盘、工作台等功能 +# Moniker: Tags: - oa - saas @@ -39,5 +41,7 @@ ReleaseNotes: |- - 工作流支持使用条件判断功能,可以自动判断条件是否满足,并按照你的设置执行后续步骤,流程配置更灵活,应用场景更多样 ReleaseNotesUrl: https://www.larksuite.com/hc/zh-CN/articles/675943446686 PurchaseUrl: https://www.larksuite.com/zh_cn/plans +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/7.31.9/ByteDance.Lark.yaml b/manifests/b/ByteDance/Lark/7.31.9/ByteDance.Lark.yaml index 9386fe33cf571..06e4058038020 100644 --- a/manifests/b/ByteDance/Lark/7.31.9/ByteDance.Lark.yaml +++ b/manifests/b/ByteDance/Lark/7.31.9/ByteDance.Lark.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: ByteDance.Lark PackageVersion: 7.31.9 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/7.32.9/ByteDance.Lark.installer.yaml b/manifests/b/ByteDance/Lark/7.32.9/ByteDance.Lark.installer.yaml index fbb915009c47c..63da4ba072ffc 100644 --- a/manifests/b/ByteDance/Lark/7.32.9/ByteDance.Lark.installer.yaml +++ b/manifests/b/ByteDance/Lark/7.32.9/ByteDance.Lark.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: ByteDance.Lark @@ -19,11 +19,11 @@ Protocols: - feishu-open - lark - x-lark -ProductCode: Lark ReleaseDate: 2024-12-06 Installers: - Architecture: x86 InstallerUrl: https://sf16-va.larksuitecdn.com/obj/lark-artifact-storage/ff51d0da/Lark-win32_ia32-7.32.9-signed.exe InstallerSha256: F4E5C21827B1177269A0E4C0C52A1CAADB271DE854046D5374213BCB94C636AD + ProductCode: Lark ManifestType: installer ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/7.32.9/ByteDance.Lark.locale.en-US.yaml b/manifests/b/ByteDance/Lark/7.32.9/ByteDance.Lark.locale.en-US.yaml index 558fc1dd0133b..939435525dd34 100644 --- a/manifests/b/ByteDance/Lark/7.32.9/ByteDance.Lark.locale.en-US.yaml +++ b/manifests/b/ByteDance/Lark/7.32.9/ByteDance.Lark.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: ByteDance.Lark @@ -14,6 +14,7 @@ PackageUrl: https://www.larksuite.com/en_us/download License: Proprietary LicenseUrl: https://www.larksuite.com/en_us/user-terms-of-service Copyright: Copyright © 2024 Lark Technologies Pte. Ltd. +# CopyrightUrl: ShortDescription: The Next-Gen Collaboration Suite Description: Lark is a next-generation office suite that integrates messaging, schedule management, collaborative documents, video conferencing, and many more applications in a single platform. Moniker: larksuite @@ -34,7 +35,10 @@ Tags: - saas - team - working +# ReleaseNotes: ReleaseNotesUrl: https://www.larksuite.com/hc/en-US/articles/360046836333 PurchaseUrl: https://www.larksuite.com/en_us/plans +# InstallationNotes: +# Documentations: ManifestType: defaultLocale ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/7.32.9/ByteDance.Lark.locale.zh-CN.yaml b/manifests/b/ByteDance/Lark/7.32.9/ByteDance.Lark.locale.zh-CN.yaml index 45cd27b739e98..1b836f42efa84 100644 --- a/manifests/b/ByteDance/Lark/7.32.9/ByteDance.Lark.locale.zh-CN.yaml +++ b/manifests/b/ByteDance/Lark/7.32.9/ByteDance.Lark.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: ByteDance.Lark @@ -14,8 +14,10 @@ PackageUrl: https://www.larksuite.com/zh_cn/download License: 专有软件 LicenseUrl: https://www.larksuite.com/zh_cn/user-terms-of-service Copyright: Copyright © 2024 Lark Technologies Pte. Ltd. +# CopyrightUrl: ShortDescription: 新一代协同套件 Description: 一站式整合即时沟通、日历、视频会议、云文档、云盘、工作台等功能 +# Moniker: Tags: - oa - saas @@ -33,7 +35,10 @@ Tags: - 沟通 - 签到 - 考勤 +# ReleaseNotes: ReleaseNotesUrl: https://www.larksuite.com/hc/zh-CN/articles/360046836333 PurchaseUrl: https://www.larksuite.com/zh_cn/plans +# InstallationNotes: +# Documentations: ManifestType: locale ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/7.32.9/ByteDance.Lark.yaml b/manifests/b/ByteDance/Lark/7.32.9/ByteDance.Lark.yaml index 71e34bcb482e0..6384b1c4fa4dc 100644 --- a/manifests/b/ByteDance/Lark/7.32.9/ByteDance.Lark.yaml +++ b/manifests/b/ByteDance/Lark/7.32.9/ByteDance.Lark.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: ByteDance.Lark diff --git a/manifests/b/ByteDance/Lark/7.33.7/ByteDance.Lark.installer.yaml b/manifests/b/ByteDance/Lark/7.33.7/ByteDance.Lark.installer.yaml index 6861d247fe45a..b38220b1f7c94 100644 --- a/manifests/b/ByteDance/Lark/7.33.7/ByteDance.Lark.installer.yaml +++ b/manifests/b/ByteDance/Lark/7.33.7/ByteDance.Lark.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: ByteDance.Lark @@ -19,11 +19,11 @@ Protocols: - feishu-open - lark - x-lark -ProductCode: Lark ReleaseDate: 2024-12-20 Installers: - Architecture: x86 InstallerUrl: https://sf16-va.larksuitecdn.com/obj/lark-artifact-storage/499f199f/Lark-win32_ia32-7.33.7-signed.exe InstallerSha256: 63D2682C050341F6FD62A3E57FF94EFD08D7EDF4AE6A1D5E9671CC39022010A2 + ProductCode: Lark ManifestType: installer ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/7.33.7/ByteDance.Lark.locale.en-US.yaml b/manifests/b/ByteDance/Lark/7.33.7/ByteDance.Lark.locale.en-US.yaml index 27104c5f7bcf5..4337799df6d16 100644 --- a/manifests/b/ByteDance/Lark/7.33.7/ByteDance.Lark.locale.en-US.yaml +++ b/manifests/b/ByteDance/Lark/7.33.7/ByteDance.Lark.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: ByteDance.Lark @@ -14,6 +14,7 @@ PackageUrl: https://www.larksuite.com/en_us/download License: Proprietary LicenseUrl: https://www.larksuite.com/en_us/user-terms-of-service Copyright: Copyright © 2024 Lark Technologies Pte. Ltd. +# CopyrightUrl: ShortDescription: The Next-Gen Collaboration Suite Description: Lark is a next-generation office suite that integrates messaging, schedule management, collaborative documents, video conferencing, and many more applications in a single platform. Moniker: larksuite @@ -39,5 +40,7 @@ ReleaseNotes: |- - When you share your document with users in the organization or publicly on the Internet through link sharing, you can set the sharing scope and permissions separately. ReleaseNotesUrl: https://www.larksuite.com/hc/en-US/articles/268803959405 PurchaseUrl: https://www.larksuite.com/en_us/plans +# InstallationNotes: +# Documentations: ManifestType: defaultLocale ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/7.33.7/ByteDance.Lark.locale.zh-CN.yaml b/manifests/b/ByteDance/Lark/7.33.7/ByteDance.Lark.locale.zh-CN.yaml index c11be00adebe0..ac4cdf70c9bdf 100644 --- a/manifests/b/ByteDance/Lark/7.33.7/ByteDance.Lark.locale.zh-CN.yaml +++ b/manifests/b/ByteDance/Lark/7.33.7/ByteDance.Lark.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: ByteDance.Lark @@ -14,8 +14,10 @@ PackageUrl: https://www.larksuite.com/zh_cn/download License: 专有软件 LicenseUrl: https://www.larksuite.com/zh_cn/user-terms-of-service Copyright: Copyright © 2024 Lark Technologies Pte. Ltd. +# CopyrightUrl: ShortDescription: 新一代协同套件 Description: 一站式整合即时沟通、日历、视频会议、云文档、云盘、工作台等功能 +# Moniker: Tags: - oa - saas @@ -38,5 +40,7 @@ ReleaseNotes: |- - 云文档链接分享界面优化更新。当你通过链接分享的方式,将云文档分享给组织内或互联网上的用户时,你可以分开设置分享范围和权限。设置更灵活,分享更方便 ReleaseNotesUrl: https://www.larksuite.com/hc/zh-CN/articles/268803959405 PurchaseUrl: https://www.larksuite.com/zh_cn/plans +# InstallationNotes: +# Documentations: ManifestType: locale ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/7.33.7/ByteDance.Lark.yaml b/manifests/b/ByteDance/Lark/7.33.7/ByteDance.Lark.yaml index 3382ac1721bde..6f8bbc4962279 100644 --- a/manifests/b/ByteDance/Lark/7.33.7/ByteDance.Lark.yaml +++ b/manifests/b/ByteDance/Lark/7.33.7/ByteDance.Lark.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: ByteDance.Lark diff --git a/manifests/b/ByteDance/Lark/7.34.7/ByteDance.Lark.installer.yaml b/manifests/b/ByteDance/Lark/7.34.7/ByteDance.Lark.installer.yaml index 9443dafc0541a..ad51a4b0b97bd 100644 --- a/manifests/b/ByteDance/Lark/7.34.7/ByteDance.Lark.installer.yaml +++ b/manifests/b/ByteDance/Lark/7.34.7/ByteDance.Lark.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: ByteDance.Lark @@ -19,11 +19,11 @@ Protocols: - feishu-open - lark - x-lark -ProductCode: Lark ReleaseDate: 2025-01-03 Installers: - Architecture: x86 InstallerUrl: https://sf16-va.larksuitecdn.com/obj/lark-artifact-storage/2f384344/Lark-win32_ia32-7.34.7-signed.exe InstallerSha256: 703B9E5A25AF63D4B5F8252F1F0488DAC06A0AE76DBE17392FD9F897B6914278 + ProductCode: Lark ManifestType: installer ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/7.34.7/ByteDance.Lark.locale.en-US.yaml b/manifests/b/ByteDance/Lark/7.34.7/ByteDance.Lark.locale.en-US.yaml index 41d1cf70ce5e5..01cc8c1f087b8 100644 --- a/manifests/b/ByteDance/Lark/7.34.7/ByteDance.Lark.locale.en-US.yaml +++ b/manifests/b/ByteDance/Lark/7.34.7/ByteDance.Lark.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: ByteDance.Lark @@ -14,6 +14,7 @@ PackageUrl: https://www.larksuite.com/en_us/download License: Proprietary LicenseUrl: https://www.larksuite.com/en_us/user-terms-of-service Copyright: Copyright © 2024 Lark Technologies Pte. Ltd. +# CopyrightUrl: ShortDescription: The Next-Gen Collaboration Suite Description: Lark is a next-generation office suite that integrates messaging, schedule management, collaborative documents, video conferencing, and many more applications in a single platform. Moniker: larksuite @@ -41,5 +42,7 @@ ReleaseNotes: |- - Loops are now supported in workflows. You can configure rules for repeating the same action until a task is completed. ReleaseNotesUrl: https://www.larksuite.com/hc/en-US/articles/773756735528 PurchaseUrl: https://www.larksuite.com/en_us/plans +# InstallationNotes: +# Documentations: ManifestType: defaultLocale ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/7.34.7/ByteDance.Lark.locale.zh-CN.yaml b/manifests/b/ByteDance/Lark/7.34.7/ByteDance.Lark.locale.zh-CN.yaml index a17d60cebcccc..3b00a91c5babf 100644 --- a/manifests/b/ByteDance/Lark/7.34.7/ByteDance.Lark.locale.zh-CN.yaml +++ b/manifests/b/ByteDance/Lark/7.34.7/ByteDance.Lark.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: ByteDance.Lark @@ -14,8 +14,10 @@ PackageUrl: https://www.larksuite.com/zh_cn/download License: 专有软件 LicenseUrl: https://www.larksuite.com/zh_cn/user-terms-of-service Copyright: Copyright © 2024 Lark Technologies Pte. Ltd. +# CopyrightUrl: ShortDescription: 新一代协同套件 Description: 一站式整合即时沟通、日历、视频会议、云文档、云盘、工作台等功能 +# Moniker: Tags: - oa - saas @@ -40,5 +42,7 @@ ReleaseNotes: |- - 工作流新增循环功能。你可以设定规则,让工作流重复执行相同的操作,直到任务完成,满足多样场景需求 ReleaseNotesUrl: https://www.larksuite.com/hc/zh-CN/articles/773756735528 PurchaseUrl: https://www.larksuite.com/zh_cn/plans +# InstallationNotes: +# Documentations: ManifestType: locale ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/7.34.7/ByteDance.Lark.yaml b/manifests/b/ByteDance/Lark/7.34.7/ByteDance.Lark.yaml index 3b748057f0b8a..5599e08888a30 100644 --- a/manifests/b/ByteDance/Lark/7.34.7/ByteDance.Lark.yaml +++ b/manifests/b/ByteDance/Lark/7.34.7/ByteDance.Lark.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: ByteDance.Lark diff --git a/manifests/b/ByteDance/Lark/7.4.10/ByteDance.Lark.installer.yaml b/manifests/b/ByteDance/Lark/7.4.10/ByteDance.Lark.installer.yaml index cc07ae4b9ff3d..4b86fe4d616a0 100644 --- a/manifests/b/ByteDance/Lark/7.4.10/ByteDance.Lark.installer.yaml +++ b/manifests/b/ByteDance/Lark/7.4.10/ByteDance.Lark.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: ByteDance.Lark PackageVersion: 7.4.10 @@ -26,4 +26,4 @@ Installers: InstallerSha256: 6190FB07C2528EE739783340A8B60A94A35CA5AF3EF08FE90A4FEF745AD19320 ProductCode: Lark ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/7.4.10/ByteDance.Lark.locale.en-US.yaml b/manifests/b/ByteDance/Lark/7.4.10/ByteDance.Lark.locale.en-US.yaml index e3b98797d9c8d..49bfbe5b55531 100644 --- a/manifests/b/ByteDance/Lark/7.4.10/ByteDance.Lark.locale.en-US.yaml +++ b/manifests/b/ByteDance/Lark/7.4.10/ByteDance.Lark.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: ByteDance.Lark PackageVersion: 7.4.10 @@ -63,4 +63,4 @@ PurchaseUrl: https://www.larksuite.com/en_us/plans # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/7.4.10/ByteDance.Lark.locale.zh-CN.yaml b/manifests/b/ByteDance/Lark/7.4.10/ByteDance.Lark.locale.zh-CN.yaml index 84b2cd9b41932..ff5875f5c6de1 100644 --- a/manifests/b/ByteDance/Lark/7.4.10/ByteDance.Lark.locale.zh-CN.yaml +++ b/manifests/b/ByteDance/Lark/7.4.10/ByteDance.Lark.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: ByteDance.Lark PackageVersion: 7.4.10 @@ -63,4 +63,4 @@ PurchaseUrl: https://www.larksuite.com/zh_cn/plans # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/7.4.10/ByteDance.Lark.yaml b/manifests/b/ByteDance/Lark/7.4.10/ByteDance.Lark.yaml index 45e72f9669bfb..5b2559389dee9 100644 --- a/manifests/b/ByteDance/Lark/7.4.10/ByteDance.Lark.yaml +++ b/manifests/b/ByteDance/Lark/7.4.10/ByteDance.Lark.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: ByteDance.Lark PackageVersion: 7.4.10 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/7.6.11/ByteDance.Lark.installer.yaml b/manifests/b/ByteDance/Lark/7.6.11/ByteDance.Lark.installer.yaml index ee4cc28187f18..76aff1786f76e 100644 --- a/manifests/b/ByteDance/Lark/7.6.11/ByteDance.Lark.installer.yaml +++ b/manifests/b/ByteDance/Lark/7.6.11/ByteDance.Lark.installer.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.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: ByteDance.Lark PackageVersion: 7.6.11 @@ -26,4 +26,4 @@ Installers: InstallerSha256: 6ED068B0B560DAF556B0167918585DC2C407EE5ECA2B3DDF08C351427CA07E6B ProductCode: Lark ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/7.6.11/ByteDance.Lark.locale.en-US.yaml b/manifests/b/ByteDance/Lark/7.6.11/ByteDance.Lark.locale.en-US.yaml index 28d79ad5d0baa..27d4024882946 100644 --- a/manifests/b/ByteDance/Lark/7.6.11/ByteDance.Lark.locale.en-US.yaml +++ b/manifests/b/ByteDance/Lark/7.6.11/ByteDance.Lark.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: ByteDance.Lark PackageVersion: 7.6.11 @@ -52,4 +52,4 @@ PurchaseUrl: https://www.larksuite.com/en_us/plans # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/7.6.11/ByteDance.Lark.locale.zh-CN.yaml b/manifests/b/ByteDance/Lark/7.6.11/ByteDance.Lark.locale.zh-CN.yaml index b1bc156a03e18..e08f56199a228 100644 --- a/manifests/b/ByteDance/Lark/7.6.11/ByteDance.Lark.locale.zh-CN.yaml +++ b/manifests/b/ByteDance/Lark/7.6.11/ByteDance.Lark.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: ByteDance.Lark PackageVersion: 7.6.11 @@ -52,4 +52,4 @@ PurchaseUrl: https://www.larksuite.com/zh_cn/plans # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/7.6.11/ByteDance.Lark.yaml b/manifests/b/ByteDance/Lark/7.6.11/ByteDance.Lark.yaml index 2e50305e2c9ef..b8dcc260b38c1 100644 --- a/manifests/b/ByteDance/Lark/7.6.11/ByteDance.Lark.yaml +++ b/manifests/b/ByteDance/Lark/7.6.11/ByteDance.Lark.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: ByteDance.Lark PackageVersion: 7.6.11 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/7.7.8/ByteDance.Lark.installer.yaml b/manifests/b/ByteDance/Lark/7.7.8/ByteDance.Lark.installer.yaml index 38332215712a3..4b471aa2a13f1 100644 --- a/manifests/b/ByteDance/Lark/7.7.8/ByteDance.Lark.installer.yaml +++ b/manifests/b/ByteDance/Lark/7.7.8/ByteDance.Lark.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: ByteDance.Lark PackageVersion: 7.7.8 @@ -26,4 +26,4 @@ Installers: InstallerSha256: BB80EED7429731995AC9536479F17EF63BE7B2FC78B15C517F8303C640231777 ProductCode: Lark ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/7.7.8/ByteDance.Lark.locale.en-US.yaml b/manifests/b/ByteDance/Lark/7.7.8/ByteDance.Lark.locale.en-US.yaml index 5c0ec983c60d6..8ac03cae427b2 100644 --- a/manifests/b/ByteDance/Lark/7.7.8/ByteDance.Lark.locale.en-US.yaml +++ b/manifests/b/ByteDance/Lark/7.7.8/ByteDance.Lark.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: ByteDance.Lark PackageVersion: 7.7.8 @@ -14,7 +14,7 @@ PackageUrl: https://www.larksuite.com/en_us/download License: Proprietary LicenseUrl: https://www.larksuite.com/en_us/user-terms-of-service Copyright: Copyright © 2023 Lark Technologies Pte. Ltd. -# CopyrightUrl: +# CopyrightUrl: ShortDescription: The Next-Gen Collaboration Suite Description: Lark is a next-generation office suite that integrates messaging, schedule management, collaborative documents, video conferencing, and many more applications in a single platform. Moniker: larksuite @@ -43,7 +43,7 @@ ReleaseNotes: |- - You can group apps and document tabs together to keep the navigation bar organized. ReleaseNotesUrl: https://www.larksuite.com/hc/en-US/articles/631839420969 PurchaseUrl: https://www.larksuite.com/en_us/plans -# InstallationNotes: -# Documentations: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/7.7.8/ByteDance.Lark.locale.zh-CN.yaml b/manifests/b/ByteDance/Lark/7.7.8/ByteDance.Lark.locale.zh-CN.yaml index 121291c99f311..73730e1ca0e85 100644 --- a/manifests/b/ByteDance/Lark/7.7.8/ByteDance.Lark.locale.zh-CN.yaml +++ b/manifests/b/ByteDance/Lark/7.7.8/ByteDance.Lark.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: ByteDance.Lark PackageVersion: 7.7.8 @@ -14,10 +14,10 @@ PackageUrl: https://www.larksuite.com/zh_cn/download License: 专有软件 LicenseUrl: https://www.larksuite.com/zh_cn/user-terms-of-service Copyright: Copyright © 2023 Lark Technologies Pte. Ltd. -# CopyrightUrl: +# CopyrightUrl: ShortDescription: 新一代协同套件 Description: 一站式整合即时沟通、日历、视频会议、云文档、云盘、工作台等功能 -# Moniker: +# Moniker: Tags: - oa - saas @@ -43,7 +43,7 @@ ReleaseNotes: |- - 你可将固定在导航栏的内容进行分组整理,让导航栏结构层次更清晰 ReleaseNotesUrl: https://www.larksuite.com/hc/zh-CN/articles/631839420969 PurchaseUrl: https://www.larksuite.com/zh_cn/plans -# InstallationNotes: -# Documentations: +# InstallationNotes: +# Documentations: ManifestType: locale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/7.7.8/ByteDance.Lark.yaml b/manifests/b/ByteDance/Lark/7.7.8/ByteDance.Lark.yaml index 863c5f8ab3cf9..2e3bb4bcbf023 100644 --- a/manifests/b/ByteDance/Lark/7.7.8/ByteDance.Lark.yaml +++ b/manifests/b/ByteDance/Lark/7.7.8/ByteDance.Lark.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: ByteDance.Lark PackageVersion: 7.7.8 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/7.8.8/ByteDance.Lark.installer.yaml b/manifests/b/ByteDance/Lark/7.8.8/ByteDance.Lark.installer.yaml index b92ad0d1f36e7..ce1531773a6fa 100644 --- a/manifests/b/ByteDance/Lark/7.8.8/ByteDance.Lark.installer.yaml +++ b/manifests/b/ByteDance/Lark/7.8.8/ByteDance.Lark.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: ByteDance.Lark PackageVersion: 7.8.8 @@ -26,4 +26,4 @@ Installers: InstallerSha256: E85180DC593436322FF2F512CEA6DA1B09A4C5FC1E1E74860E927312128BE131 ProductCode: Lark ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/7.8.8/ByteDance.Lark.locale.en-US.yaml b/manifests/b/ByteDance/Lark/7.8.8/ByteDance.Lark.locale.en-US.yaml index 6b8f7bcbe6fa0..73f0e72f0fdb9 100644 --- a/manifests/b/ByteDance/Lark/7.8.8/ByteDance.Lark.locale.en-US.yaml +++ b/manifests/b/ByteDance/Lark/7.8.8/ByteDance.Lark.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: ByteDance.Lark PackageVersion: 7.8.8 @@ -54,4 +54,4 @@ PurchaseUrl: https://www.larksuite.com/en_us/plans # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/7.8.8/ByteDance.Lark.locale.zh-CN.yaml b/manifests/b/ByteDance/Lark/7.8.8/ByteDance.Lark.locale.zh-CN.yaml index 95823fac2dfa0..9d77339e67647 100644 --- a/manifests/b/ByteDance/Lark/7.8.8/ByteDance.Lark.locale.zh-CN.yaml +++ b/manifests/b/ByteDance/Lark/7.8.8/ByteDance.Lark.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: ByteDance.Lark PackageVersion: 7.8.8 @@ -54,4 +54,4 @@ PurchaseUrl: https://www.larksuite.com/zh_cn/plans # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/7.8.8/ByteDance.Lark.yaml b/manifests/b/ByteDance/Lark/7.8.8/ByteDance.Lark.yaml index 1d198b0c7cbbe..787f82f92c171 100644 --- a/manifests/b/ByteDance/Lark/7.8.8/ByteDance.Lark.yaml +++ b/manifests/b/ByteDance/Lark/7.8.8/ByteDance.Lark.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: ByteDance.Lark PackageVersion: 7.8.8 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/7.9.9/ByteDance.Lark.installer.yaml b/manifests/b/ByteDance/Lark/7.9.9/ByteDance.Lark.installer.yaml index 3525f8b7a17cd..50d66cb7d925d 100644 --- a/manifests/b/ByteDance/Lark/7.9.9/ByteDance.Lark.installer.yaml +++ b/manifests/b/ByteDance/Lark/7.9.9/ByteDance.Lark.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: ByteDance.Lark PackageVersion: 7.9.9 @@ -26,4 +26,4 @@ Installers: InstallerSha256: 8F777CD0856760823127F05AD1C24AA85D3C9E55693E6F0A5FD975CAC635EFE5 ProductCode: Lark ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/7.9.9/ByteDance.Lark.locale.en-US.yaml b/manifests/b/ByteDance/Lark/7.9.9/ByteDance.Lark.locale.en-US.yaml index 34b1ed1de1a09..c72dedd53e537 100644 --- a/manifests/b/ByteDance/Lark/7.9.9/ByteDance.Lark.locale.en-US.yaml +++ b/manifests/b/ByteDance/Lark/7.9.9/ByteDance.Lark.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: ByteDance.Lark PackageVersion: 7.9.9 @@ -60,4 +60,4 @@ PurchaseUrl: https://www.larksuite.com/en_us/plans # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/7.9.9/ByteDance.Lark.locale.zh-CN.yaml b/manifests/b/ByteDance/Lark/7.9.9/ByteDance.Lark.locale.zh-CN.yaml index 19d340fb6c646..6f9e3b3d1ba9d 100644 --- a/manifests/b/ByteDance/Lark/7.9.9/ByteDance.Lark.locale.zh-CN.yaml +++ b/manifests/b/ByteDance/Lark/7.9.9/ByteDance.Lark.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: ByteDance.Lark PackageVersion: 7.9.9 @@ -60,4 +60,4 @@ PurchaseUrl: https://www.larksuite.com/zh_cn/plans # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/ByteDance/Lark/7.9.9/ByteDance.Lark.yaml b/manifests/b/ByteDance/Lark/7.9.9/ByteDance.Lark.yaml index 4f7fab37fc06c..4e3849c3e1832 100644 --- a/manifests/b/ByteDance/Lark/7.9.9/ByteDance.Lark.yaml +++ b/manifests/b/ByteDance/Lark/7.9.9/ByteDance.Lark.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: ByteDance.Lark PackageVersion: 7.9.9 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +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/beekeeper-studio/beekeeper-studio/0.1.3/beekeeper-studio.beekeeper-studio.installer.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/0.1.3/beekeeper-studio.beekeeper-studio.installer.yaml index 6bfacf4f3b2c6..78e66dee59cae 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/0.1.3/beekeeper-studio.beekeeper-studio.installer.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/0.1.3/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 0.1.3 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://github.com/beekeeper-studio/beekeeper-studio/releases/download/v0.1.3/Beekeeper-Studio-Setup-0.1.3.exe InstallerSha256: 155E24C61EE71ABE950FF9DB0CAC935AA8B76A7729A6B05AC976D7BDFC89660D ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/0.1.3/beekeeper-studio.beekeeper-studio.locale.en-US.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/0.1.3/beekeeper-studio.beekeeper-studio.locale.en-US.yaml index 30eb3a0ea4a83..0b09694b67be8 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/0.1.3/beekeeper-studio.beekeeper-studio.locale.en-US.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/0.1.3/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 0.1.3 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Beekeeper Studio Team PublisherUrl: https://github.com/beekeeper-studio/beekeeper-studio PublisherSupportUrl: https://github.com/beekeeper-studio/beekeeper-studio/issues -# PrivacyUrl: +# PrivacyUrl: Author: Matthew Rathbone and Gregory Garden PackageName: Beekeeper Studio PackageUrl: https://github.com/beekeeper-studio/beekeeper-studio @@ -16,8 +16,8 @@ LicenseUrl: https://raw.githubusercontent.com/beekeeper-studio/beekeeper-studio/ Copyright: Copyright (c) 2019 Matthew Rathbone and Gregory Garden. CopyrightUrl: https://raw.githubusercontent.com/beekeeper-studio/beekeeper-studio/v1.12.0/LICENSE.md ShortDescription: Modern and easy to use SQL client for MySQL, Postgres, SQLite, SQL Server, and more. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - electron - mysql @@ -26,11 +26,10 @@ Tags: - sql-server - sqlite - vue -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v0.1.3 -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/0.1.3/beekeeper-studio.beekeeper-studio.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/0.1.3/beekeeper-studio.beekeeper-studio.yaml index 04c3905b126b9..85b355975bbba 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/0.1.3/beekeeper-studio.beekeeper-studio.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/0.1.3/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 0.1.3 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/1.0.1/beekeeper-studio.beekeeper-studio.installer.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/1.0.1/beekeeper-studio.beekeeper-studio.installer.yaml index b7ac8daea603b..ab6d3b8288eb0 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/1.0.1/beekeeper-studio.beekeeper-studio.installer.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/1.0.1/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 1.0.1 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://github.com/beekeeper-studio/beekeeper-studio/releases/download/v1.0.1/Beekeeper-Studio-Setup-1.0.1.exe InstallerSha256: E101998C2224BE28ABAA8162AF8FECF5FD263D39F167BF1DE813149EE630E842 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/1.0.1/beekeeper-studio.beekeeper-studio.locale.en-US.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/1.0.1/beekeeper-studio.beekeeper-studio.locale.en-US.yaml index 28b15a7636dd7..45b910f99aa64 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/1.0.1/beekeeper-studio.beekeeper-studio.locale.en-US.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/1.0.1/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 1.0.1 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Beekeeper Studio Team PublisherUrl: https://github.com/beekeeper-studio/beekeeper-studio PublisherSupportUrl: https://github.com/beekeeper-studio/beekeeper-studio/issues -# PrivacyUrl: +# PrivacyUrl: Author: Matthew Rathbone and Gregory Garden PackageName: Beekeeper Studio PackageUrl: https://github.com/beekeeper-studio/beekeeper-studio @@ -16,8 +16,8 @@ LicenseUrl: https://raw.githubusercontent.com/beekeeper-studio/beekeeper-studio/ Copyright: Copyright (c) 2019 Matthew Rathbone and Gregory Garden. CopyrightUrl: https://raw.githubusercontent.com/beekeeper-studio/beekeeper-studio/v1.12.0/LICENSE.md ShortDescription: Modern and easy to use SQL client for MySQL, Postgres, SQLite, SQL Server, and more. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - electron - mysql @@ -26,11 +26,10 @@ Tags: - sql-server - sqlite - vue -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v1.0.1 -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/1.0.1/beekeeper-studio.beekeeper-studio.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/1.0.1/beekeeper-studio.beekeeper-studio.yaml index 2de199502329a..be22dbd7d7262 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/1.0.1/beekeeper-studio.beekeeper-studio.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/1.0.1/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 1.0.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/1.1.1/beekeeper-studio.beekeeper-studio.installer.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/1.1.1/beekeeper-studio.beekeeper-studio.installer.yaml index 539c6783ea864..6be325f38c9b2 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/1.1.1/beekeeper-studio.beekeeper-studio.installer.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/1.1.1/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 1.1.1 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://github.com/beekeeper-studio/beekeeper-studio/releases/download/v1.1.1/Beekeeper-Studio-Setup-1.1.1.exe InstallerSha256: 555179568E2E6C61B13C54D93C7E7F69C95978B9CD32177A6DDD6A98369636B4 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/1.1.1/beekeeper-studio.beekeeper-studio.locale.en-US.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/1.1.1/beekeeper-studio.beekeeper-studio.locale.en-US.yaml index 5e8bd9cb8016c..1b4ba38852698 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/1.1.1/beekeeper-studio.beekeeper-studio.locale.en-US.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/1.1.1/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 1.1.1 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Beekeeper Studio Team PublisherUrl: https://github.com/beekeeper-studio/beekeeper-studio PublisherSupportUrl: https://github.com/beekeeper-studio/beekeeper-studio/issues -# PrivacyUrl: +# PrivacyUrl: Author: Matthew Rathbone and Gregory Garden PackageName: Beekeeper Studio PackageUrl: https://github.com/beekeeper-studio/beekeeper-studio @@ -16,8 +16,8 @@ LicenseUrl: https://raw.githubusercontent.com/beekeeper-studio/beekeeper-studio/ Copyright: Copyright (c) 2019 Matthew Rathbone and Gregory Garden. CopyrightUrl: https://raw.githubusercontent.com/beekeeper-studio/beekeeper-studio/v1.12.0/LICENSE.md ShortDescription: Modern and easy to use SQL client for MySQL, Postgres, SQLite, SQL Server, and more. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - electron - mysql @@ -26,11 +26,10 @@ Tags: - sql-server - sqlite - vue -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v1.1.1 -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/1.1.1/beekeeper-studio.beekeeper-studio.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/1.1.1/beekeeper-studio.beekeeper-studio.yaml index e9ea7cf516bee..adf8074f02141 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/1.1.1/beekeeper-studio.beekeeper-studio.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/1.1.1/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 1.1.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/1.1.2/beekeeper-studio.beekeeper-studio.installer.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/1.1.2/beekeeper-studio.beekeeper-studio.installer.yaml index 897b3835d5021..daf9bee61b7c7 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/1.1.2/beekeeper-studio.beekeeper-studio.installer.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/1.1.2/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 1.1.2 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://github.com/beekeeper-studio/beekeeper-studio/releases/download/v1.1.2/Beekeeper-Studio-Setup-1.1.2.exe InstallerSha256: DA274B569BEC06C78F80C9BE51CF9D551A108D8BD09DAAFEC935402FA3D244B3 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/1.1.2/beekeeper-studio.beekeeper-studio.locale.en-US.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/1.1.2/beekeeper-studio.beekeeper-studio.locale.en-US.yaml index 734bb39f660b4..c423aa67ede98 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/1.1.2/beekeeper-studio.beekeeper-studio.locale.en-US.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/1.1.2/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 1.1.2 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Beekeeper Studio Team PublisherUrl: https://github.com/beekeeper-studio/beekeeper-studio PublisherSupportUrl: https://github.com/beekeeper-studio/beekeeper-studio/issues -# PrivacyUrl: +# PrivacyUrl: Author: Matthew Rathbone and Gregory Garden PackageName: Beekeeper Studio PackageUrl: https://github.com/beekeeper-studio/beekeeper-studio @@ -16,8 +16,8 @@ LicenseUrl: https://raw.githubusercontent.com/beekeeper-studio/beekeeper-studio/ Copyright: Copyright (c) 2019 Matthew Rathbone and Gregory Garden. CopyrightUrl: https://raw.githubusercontent.com/beekeeper-studio/beekeeper-studio/v1.12.0/LICENSE.md ShortDescription: Modern and easy to use SQL client for MySQL, Postgres, SQLite, SQL Server, and more. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - electron - mysql @@ -26,11 +26,10 @@ Tags: - sql-server - sqlite - vue -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v1.1.2 -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/1.1.2/beekeeper-studio.beekeeper-studio.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/1.1.2/beekeeper-studio.beekeeper-studio.yaml index 3fbebfbd7115c..eee1be3a80e20 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/1.1.2/beekeeper-studio.beekeeper-studio.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/1.1.2/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 1.1.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/1.1.3/beekeeper-studio.beekeeper-studio.installer.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/1.1.3/beekeeper-studio.beekeeper-studio.installer.yaml index 79cba16bbca8b..1396d9db3a331 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/1.1.3/beekeeper-studio.beekeeper-studio.installer.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/1.1.3/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 1.1.3 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://github.com/beekeeper-studio/beekeeper-studio/releases/download/v1.1.3/Beekeeper-Studio-Setup-1.1.3.exe InstallerSha256: 227713C1884FFBA8D0F34527A294C0C9CC0803888FF8FFFD24D96DB0846732B6 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/1.1.3/beekeeper-studio.beekeeper-studio.locale.en-US.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/1.1.3/beekeeper-studio.beekeeper-studio.locale.en-US.yaml index a44f3b65a4d20..02664515c497a 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/1.1.3/beekeeper-studio.beekeeper-studio.locale.en-US.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/1.1.3/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 1.1.3 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Beekeeper Studio Team PublisherUrl: https://github.com/beekeeper-studio/beekeeper-studio PublisherSupportUrl: https://github.com/beekeeper-studio/beekeeper-studio/issues -# PrivacyUrl: +# PrivacyUrl: Author: Matthew Rathbone and Gregory Garden PackageName: Beekeeper Studio PackageUrl: https://github.com/beekeeper-studio/beekeeper-studio @@ -16,8 +16,8 @@ LicenseUrl: https://raw.githubusercontent.com/beekeeper-studio/beekeeper-studio/ Copyright: Copyright (c) 2019 Matthew Rathbone and Gregory Garden. CopyrightUrl: https://raw.githubusercontent.com/beekeeper-studio/beekeeper-studio/v1.12.0/LICENSE.md ShortDescription: Modern and easy to use SQL client for MySQL, Postgres, SQLite, SQL Server, and more. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - electron - mysql @@ -26,11 +26,10 @@ Tags: - sql-server - sqlite - vue -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v1.1.3 -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/1.1.3/beekeeper-studio.beekeeper-studio.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/1.1.3/beekeeper-studio.beekeeper-studio.yaml index eb58fa32c2c51..2b03254b331bd 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/1.1.3/beekeeper-studio.beekeeper-studio.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/1.1.3/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 1.1.3 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/1.10.1/beekeeper-studio.beekeeper-studio.installer.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/1.10.1/beekeeper-studio.beekeeper-studio.installer.yaml index 562e9cf3875a7..ef2acfd8f237f 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/1.10.1/beekeeper-studio.beekeeper-studio.installer.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/1.10.1/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 1.10.1 @@ -10,4 +10,4 @@ Installers: InstallerUrl: https://github.com/beekeeper-studio/beekeeper-studio/releases/download/v1.10.1/Beekeeper-Studio-Setup-1.10.1.exe InstallerSha256: E01D9A06A138AF2D1B7219CDEE0DCC10048082895727D2251F2EF62F9548B3A1 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/1.10.1/beekeeper-studio.beekeeper-studio.locale.en-US.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/1.10.1/beekeeper-studio.beekeeper-studio.locale.en-US.yaml index f55eb72b5649a..24544c8a0595f 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/1.10.1/beekeeper-studio.beekeeper-studio.locale.en-US.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/1.10.1/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 1.10.1 @@ -23,11 +23,13 @@ Tags: - mysql - postgres - sql -- sqlite - sql-server +- sqlite - vue -# Agreements: # ReleaseNotes: # ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/1.10.1/beekeeper-studio.beekeeper-studio.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/1.10.1/beekeeper-studio.beekeeper-studio.yaml index d4a5ee5ae0a5e..93581e802caf1 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/1.10.1/beekeeper-studio.beekeeper-studio.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/1.10.1/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 1.10.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/1.10.2/beekeeper-studio.beekeeper-studio.installer.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/1.10.2/beekeeper-studio.beekeeper-studio.installer.yaml index d156ee9c9ecb4..05e0fb5fe7052 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/1.10.2/beekeeper-studio.beekeeper-studio.installer.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/1.10.2/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 1.10.2 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://github.com/beekeeper-studio/beekeeper-studio/releases/download/v1.10.2/Beekeeper-Studio-Setup-1.10.2.exe InstallerSha256: 0DD268C58B99546ABC950CCC36A189F195F2CEA30DEC3D9B69DACB261EA1374C ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/1.10.2/beekeeper-studio.beekeeper-studio.locale.en-US.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/1.10.2/beekeeper-studio.beekeeper-studio.locale.en-US.yaml index 1702578aceee8..d541e9e625d44 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/1.10.2/beekeeper-studio.beekeeper-studio.locale.en-US.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/1.10.2/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 1.10.2 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Beekeeper Studio Team PublisherUrl: https://github.com/beekeeper-studio/beekeeper-studio PublisherSupportUrl: https://github.com/beekeeper-studio/beekeeper-studio/issues -# PrivacyUrl: +# PrivacyUrl: Author: Matthew Rathbone and Gregory Garden PackageName: Beekeeper Studio PackageUrl: https://github.com/beekeeper-studio/beekeeper-studio @@ -16,8 +16,8 @@ LicenseUrl: https://raw.githubusercontent.com/beekeeper-studio/beekeeper-studio/ Copyright: Copyright (c) 2019 Matthew Rathbone and Gregory Garden. CopyrightUrl: https://raw.githubusercontent.com/beekeeper-studio/beekeeper-studio/v1.12.0/LICENSE.md ShortDescription: Modern and easy to use SQL client for MySQL, Postgres, SQLite, SQL Server, and more. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - electron - mysql @@ -26,11 +26,10 @@ Tags: - sql-server - sqlite - vue -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v1.10.2 -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/1.10.2/beekeeper-studio.beekeeper-studio.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/1.10.2/beekeeper-studio.beekeeper-studio.yaml index 11706e33045b1..de2c0e61fe78d 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/1.10.2/beekeeper-studio.beekeeper-studio.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/1.10.2/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 1.10.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/1.11.3/beekeeper-studio.beekeeper-studio.installer.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/1.11.3/beekeeper-studio.beekeeper-studio.installer.yaml index 15646f9c6f917..4808529161fec 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/1.11.3/beekeeper-studio.beekeeper-studio.installer.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/1.11.3/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 1.11.3 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://github.com/beekeeper-studio/beekeeper-studio/releases/download/v1.11.3/Beekeeper-Studio-Setup-1.11.3.exe InstallerSha256: 33FBF4C1A448C738B91FF2A0FE6818F3E8B906794665642EDD66838D84671DFB ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/1.11.3/beekeeper-studio.beekeeper-studio.locale.en-US.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/1.11.3/beekeeper-studio.beekeeper-studio.locale.en-US.yaml index 4765ec5ca5500..799785ae917e8 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/1.11.3/beekeeper-studio.beekeeper-studio.locale.en-US.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/1.11.3/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 1.11.3 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Beekeeper Studio Team PublisherUrl: https://github.com/beekeeper-studio/beekeeper-studio PublisherSupportUrl: https://github.com/beekeeper-studio/beekeeper-studio/issues -# PrivacyUrl: +# PrivacyUrl: Author: Matthew Rathbone and Gregory Garden PackageName: Beekeeper Studio PackageUrl: https://github.com/beekeeper-studio/beekeeper-studio @@ -16,8 +16,8 @@ LicenseUrl: https://raw.githubusercontent.com/beekeeper-studio/beekeeper-studio/ Copyright: Copyright (c) 2019 Matthew Rathbone and Gregory Garden. CopyrightUrl: https://raw.githubusercontent.com/beekeeper-studio/beekeeper-studio/v1.12.0/LICENSE.md ShortDescription: Modern and easy to use SQL client for MySQL, Postgres, SQLite, SQL Server, and more. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - electron - mysql @@ -26,11 +26,10 @@ Tags: - sql-server - sqlite - vue -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v1.11.3 -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/1.11.3/beekeeper-studio.beekeeper-studio.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/1.11.3/beekeeper-studio.beekeeper-studio.yaml index 325a5f815a316..4f725e5abe0f8 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/1.11.3/beekeeper-studio.beekeeper-studio.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/1.11.3/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 1.11.3 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/1.11.5/beekeeper-studio.beekeeper-studio.installer.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/1.11.5/beekeeper-studio.beekeeper-studio.installer.yaml index 382f8af8e831d..3735f6f53b345 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/1.11.5/beekeeper-studio.beekeeper-studio.installer.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/1.11.5/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 1.11.5 @@ -10,4 +10,4 @@ Installers: InstallerUrl: https://github.com/beekeeper-studio/beekeeper-studio/releases/download/v1.11.5/Beekeeper-Studio-Setup-1.11.5.exe InstallerSha256: 9D5200439050AF228EE88C3903749C27C5333351F3AC6B38C74572EFDDE543F7 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/1.11.5/beekeeper-studio.beekeeper-studio.locale.en-US.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/1.11.5/beekeeper-studio.beekeeper-studio.locale.en-US.yaml index 0b275b33660a9..24c91623f5448 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/1.11.5/beekeeper-studio.beekeeper-studio.locale.en-US.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/1.11.5/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 1.11.5 @@ -23,11 +23,13 @@ Tags: - mysql - postgres - sql -- sqlite - sql-server +- sqlite - vue -# Agreements: # ReleaseNotes: # ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/1.11.5/beekeeper-studio.beekeeper-studio.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/1.11.5/beekeeper-studio.beekeeper-studio.yaml index 8dc10682d4647..417a0fc5a2b26 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/1.11.5/beekeeper-studio.beekeeper-studio.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/1.11.5/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 1.11.5 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/1.11.6/beekeeper-studio.beekeeper-studio.installer.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/1.11.6/beekeeper-studio.beekeeper-studio.installer.yaml index b19abdc0ee7a0..bd341520f449c 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/1.11.6/beekeeper-studio.beekeeper-studio.installer.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/1.11.6/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 1.11.6 @@ -10,4 +10,4 @@ Installers: InstallerUrl: https://github.com/beekeeper-studio/beekeeper-studio/releases/download/v1.11.6/Beekeeper-Studio-Setup-1.11.6.exe InstallerSha256: A2A4E1C08010B7AE4ACC66BE0EE4AAB205E420AC2C5B495AB049F7AC27AB0495 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/1.11.6/beekeeper-studio.beekeeper-studio.locale.en-US.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/1.11.6/beekeeper-studio.beekeeper-studio.locale.en-US.yaml index 6315e68b85ee7..6d9b8f13fdfec 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/1.11.6/beekeeper-studio.beekeeper-studio.locale.en-US.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/1.11.6/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 1.11.6 @@ -23,11 +23,13 @@ Tags: - mysql - postgres - sql -- sqlite - sql-server +- sqlite - vue -# Agreements: # ReleaseNotes: # ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/1.11.6/beekeeper-studio.beekeeper-studio.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/1.11.6/beekeeper-studio.beekeeper-studio.yaml index 76450ee1add71..1add8dbd256af 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/1.11.6/beekeeper-studio.beekeeper-studio.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/1.11.6/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 1.11.6 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/1.12.0/beekeeper-studio.beekeeper-studio.installer.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/1.12.0/beekeeper-studio.beekeeper-studio.installer.yaml index 0da11c953a593..fdc7e82e35211 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/1.12.0/beekeeper-studio.beekeeper-studio.installer.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/1.12.0/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 1.12.0 @@ -9,4 +9,4 @@ Installers: InstallerUrl: https://github.com/beekeeper-studio/beekeeper-studio/releases/download/v1.12.0/Beekeeper-Studio-Setup-1.12.0.exe InstallerSha256: 560A654D740D80C1C2AA4DDB522F1C5D5C82005ABB88D890438362006420D4F3 ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/1.12.0/beekeeper-studio.beekeeper-studio.locale.en-US.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/1.12.0/beekeeper-studio.beekeeper-studio.locale.en-US.yaml index 829dda4ac26b8..a5c880475c43a 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/1.12.0/beekeeper-studio.beekeeper-studio.locale.en-US.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/1.12.0/beekeeper-studio.beekeeper-studio.locale.en-US.yaml @@ -1,10 +1,13 @@ -# 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: beekeeper-studio.beekeeper-studio PackageVersion: 1.12.0 PackageLocale: en-US Publisher: Beekeeper Studio Team +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: Author: Matthew Rathbone and Gregory Garden PackageName: Beekeeper Studio PackageUrl: https://github.com/beekeeper-studio/beekeeper-studio @@ -13,14 +16,20 @@ LicenseUrl: https://raw.githubusercontent.com/beekeeper-studio/beekeeper-studio/ Copyright: Copyright (c) 2019 Matthew Rathbone and Gregory Garden. CopyrightUrl: https://raw.githubusercontent.com/beekeeper-studio/beekeeper-studio/v1.12.0/LICENSE.md ShortDescription: Modern and easy to use SQL client for MySQL, Postgres, SQLite, SQL Server, and more. +# Description: Moniker: beekeeper-studio Tags: - electron -- sql - mysql - postgres +- sql +- sql-server - sqlite -- sql server - vue +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/1.12.0/beekeeper-studio.beekeeper-studio.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/1.12.0/beekeeper-studio.beekeeper-studio.yaml index 057b623c00f2d..84b03d25c99ee 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/1.12.0/beekeeper-studio.beekeeper-studio.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/1.12.0/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 1.12.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/1.13.2/beekeeper-studio.beekeeper-studio.installer.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/1.13.2/beekeeper-studio.beekeeper-studio.installer.yaml index 60d620fafb2d0..e4ffbe4c0e6eb 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/1.13.2/beekeeper-studio.beekeeper-studio.installer.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/1.13.2/beekeeper-studio.beekeeper-studio.installer.yaml @@ -1,4 +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: beekeeper-studio.beekeeper-studio PackageVersion: 1.13.2 InstallerType: nullsoft @@ -7,5 +9,4 @@ Installers: InstallerUrl: https://github.com/beekeeper-studio/beekeeper-studio/releases/download/v1.13.2/Beekeeper-Studio-Setup-1.13.2.exe InstallerSha256: 25B21F58D0AF6F8549282D9A30500776F1746314F8C325277D0C7D841DC2089B ManifestType: installer -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/1.13.2/beekeeper-studio.beekeeper-studio.locale.en-US.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/1.13.2/beekeeper-studio.beekeeper-studio.locale.en-US.yaml index 35f30f249903e..11c2cbfa7328f 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/1.13.2/beekeeper-studio.beekeeper-studio.locale.en-US.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/1.13.2/beekeeper-studio.beekeeper-studio.locale.en-US.yaml @@ -1,8 +1,13 @@ -# 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: beekeeper-studio.beekeeper-studio PackageVersion: 1.13.2 PackageLocale: en-US Publisher: Beekeeper Studio Team +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: Author: Matthew Rathbone and Gregory Garden PackageName: Beekeeper Studio PackageUrl: https://github.com/beekeeper-studio/beekeeper-studio @@ -11,15 +16,20 @@ LicenseUrl: https://raw.githubusercontent.com/beekeeper-studio/beekeeper-studio/ Copyright: Copyright (c) 2019 Matthew Rathbone and Gregory Garden. CopyrightUrl: https://raw.githubusercontent.com/beekeeper-studio/beekeeper-studio/v1.12.0/LICENSE.md ShortDescription: Modern and easy to use SQL client for MySQL, Postgres, SQLite, SQL Server, and more. +# Description: Moniker: beekeeper-studio Tags: - electron -- sql - mysql - postgres +- sql +- sql-server - sqlite -- sql server - vue +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/1.13.2/beekeeper-studio.beekeeper-studio.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/1.13.2/beekeeper-studio.beekeeper-studio.yaml index b17d689d8d39e..c09d59fc8ce5c 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/1.13.2/beekeeper-studio.beekeeper-studio.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/1.13.2/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 1.13.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/1.2.0/beekeeper-studio.beekeeper-studio.installer.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/1.2.0/beekeeper-studio.beekeeper-studio.installer.yaml index 7677d9c983094..f0eb8df33159e 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/1.2.0/beekeeper-studio.beekeeper-studio.installer.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/1.2.0/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 1.2.0 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://github.com/beekeeper-studio/beekeeper-studio/releases/download/v1.2.0/Beekeeper-Studio-Setup-1.2.0.exe InstallerSha256: 412F4C6EE920B6F2598BA82A6BABC705C660EA0784A42D5D20D576F3DFFE58A6 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/1.2.0/beekeeper-studio.beekeeper-studio.locale.en-US.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/1.2.0/beekeeper-studio.beekeeper-studio.locale.en-US.yaml index a9964193178a4..c464c4c1005b0 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/1.2.0/beekeeper-studio.beekeeper-studio.locale.en-US.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/1.2.0/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 1.2.0 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Beekeeper Studio Team PublisherUrl: https://github.com/beekeeper-studio/beekeeper-studio PublisherSupportUrl: https://github.com/beekeeper-studio/beekeeper-studio/issues -# PrivacyUrl: +# PrivacyUrl: Author: Matthew Rathbone and Gregory Garden PackageName: Beekeeper Studio PackageUrl: https://github.com/beekeeper-studio/beekeeper-studio @@ -16,8 +16,8 @@ LicenseUrl: https://raw.githubusercontent.com/beekeeper-studio/beekeeper-studio/ Copyright: Copyright (c) 2019 Matthew Rathbone and Gregory Garden. CopyrightUrl: https://raw.githubusercontent.com/beekeeper-studio/beekeeper-studio/v1.12.0/LICENSE.md ShortDescription: Modern and easy to use SQL client for MySQL, Postgres, SQLite, SQL Server, and more. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - electron - mysql @@ -26,11 +26,10 @@ Tags: - sql-server - sqlite - vue -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/beekeeper-studio/beekeeper-studio/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/b/beekeeper-studio/beekeeper-studio/1.2.0/beekeeper-studio.beekeeper-studio.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/1.2.0/beekeeper-studio.beekeeper-studio.yaml index fb107736efeed..c83e1cc235669 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/1.2.0/beekeeper-studio.beekeeper-studio.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/1.2.0/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 1.2.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/1.3.0/beekeeper-studio.beekeeper-studio.installer.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/1.3.0/beekeeper-studio.beekeeper-studio.installer.yaml index 3ad08724c533c..7eb76c7c7c767 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/1.3.0/beekeeper-studio.beekeeper-studio.installer.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/1.3.0/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 1.3.0 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://github.com/beekeeper-studio/beekeeper-studio/releases/download/v1.3.0/Beekeeper-Studio-Setup-1.3.0.exe InstallerSha256: F8F7E38BCD7C5E8AFBF695DAC7299780FCB52126D6ED42D6113465D4DC15FEF5 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/1.3.0/beekeeper-studio.beekeeper-studio.locale.en-US.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/1.3.0/beekeeper-studio.beekeeper-studio.locale.en-US.yaml index e98d5f594ecc0..bad2ea9f76c55 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/1.3.0/beekeeper-studio.beekeeper-studio.locale.en-US.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/1.3.0/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 1.3.0 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Beekeeper Studio Team PublisherUrl: https://github.com/beekeeper-studio/beekeeper-studio PublisherSupportUrl: https://github.com/beekeeper-studio/beekeeper-studio/issues -# PrivacyUrl: +# PrivacyUrl: Author: Matthew Rathbone and Gregory Garden PackageName: Beekeeper Studio PackageUrl: https://github.com/beekeeper-studio/beekeeper-studio @@ -16,8 +16,8 @@ LicenseUrl: https://raw.githubusercontent.com/beekeeper-studio/beekeeper-studio/ Copyright: Copyright (c) 2019 Matthew Rathbone and Gregory Garden. CopyrightUrl: https://raw.githubusercontent.com/beekeeper-studio/beekeeper-studio/v1.12.0/LICENSE.md ShortDescription: Modern and easy to use SQL client for MySQL, Postgres, SQLite, SQL Server, and more. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - electron - mysql @@ -26,11 +26,10 @@ Tags: - sql-server - sqlite - vue -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/beekeeper-studio/beekeeper-studio/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/b/beekeeper-studio/beekeeper-studio/1.3.0/beekeeper-studio.beekeeper-studio.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/1.3.0/beekeeper-studio.beekeeper-studio.yaml index 6702ccd06f37a..1b9442f0edea8 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/1.3.0/beekeeper-studio.beekeeper-studio.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/1.3.0/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 1.3.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/1.3.1/beekeeper-studio.beekeeper-studio.installer.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/1.3.1/beekeeper-studio.beekeeper-studio.installer.yaml index bbb054e1146f5..659170ba0a237 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/1.3.1/beekeeper-studio.beekeeper-studio.installer.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/1.3.1/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 1.3.1 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://github.com/beekeeper-studio/beekeeper-studio/releases/download/v1.3.1/Beekeeper-Studio-Setup-1.3.1.exe InstallerSha256: 166DECD301E0E82C8E4022264378EE3113D50B91D9F56C14236B4353D1CAA61C ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/1.3.1/beekeeper-studio.beekeeper-studio.locale.en-US.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/1.3.1/beekeeper-studio.beekeeper-studio.locale.en-US.yaml index 3e6fed556b1ab..b7e6c1c4f6d95 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/1.3.1/beekeeper-studio.beekeeper-studio.locale.en-US.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/1.3.1/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 1.3.1 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Beekeeper Studio Team PublisherUrl: https://github.com/beekeeper-studio/beekeeper-studio PublisherSupportUrl: https://github.com/beekeeper-studio/beekeeper-studio/issues -# PrivacyUrl: +# PrivacyUrl: Author: Matthew Rathbone and Gregory Garden PackageName: Beekeeper Studio PackageUrl: https://github.com/beekeeper-studio/beekeeper-studio @@ -16,8 +16,8 @@ LicenseUrl: https://raw.githubusercontent.com/beekeeper-studio/beekeeper-studio/ Copyright: Copyright (c) 2019 Matthew Rathbone and Gregory Garden. CopyrightUrl: https://raw.githubusercontent.com/beekeeper-studio/beekeeper-studio/v1.12.0/LICENSE.md ShortDescription: Modern and easy to use SQL client for MySQL, Postgres, SQLite, SQL Server, and more. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - electron - mysql @@ -26,11 +26,10 @@ Tags: - sql-server - sqlite - vue -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v1.3.1 -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/1.3.1/beekeeper-studio.beekeeper-studio.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/1.3.1/beekeeper-studio.beekeeper-studio.yaml index 6891c25198d02..91acab8d7610c 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/1.3.1/beekeeper-studio.beekeeper-studio.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/1.3.1/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 1.3.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/1.4.0/beekeeper-studio.beekeeper-studio.installer.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/1.4.0/beekeeper-studio.beekeeper-studio.installer.yaml index fbef36bcde907..f7241a58424b2 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/1.4.0/beekeeper-studio.beekeeper-studio.installer.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/1.4.0/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 1.4.0 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://github.com/beekeeper-studio/beekeeper-studio/releases/download/v1.4.0/Beekeeper-Studio-Setup-1.4.0.exe InstallerSha256: 1CFB3E1B59D06AB8519F1D4699932DB43C06A9A5CBC76C8DD107F8F673B7C7F6 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/1.4.0/beekeeper-studio.beekeeper-studio.locale.en-US.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/1.4.0/beekeeper-studio.beekeeper-studio.locale.en-US.yaml index 44c62446f6b36..e1137e32732fe 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/1.4.0/beekeeper-studio.beekeeper-studio.locale.en-US.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/1.4.0/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 1.4.0 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Beekeeper Studio Team PublisherUrl: https://github.com/beekeeper-studio/beekeeper-studio PublisherSupportUrl: https://github.com/beekeeper-studio/beekeeper-studio/issues -# PrivacyUrl: +# PrivacyUrl: Author: Matthew Rathbone and Gregory Garden PackageName: Beekeeper Studio PackageUrl: https://github.com/beekeeper-studio/beekeeper-studio @@ -16,8 +16,8 @@ LicenseUrl: https://raw.githubusercontent.com/beekeeper-studio/beekeeper-studio/ Copyright: Copyright (c) 2019 Matthew Rathbone and Gregory Garden. CopyrightUrl: https://raw.githubusercontent.com/beekeeper-studio/beekeeper-studio/v1.12.0/LICENSE.md ShortDescription: Modern and easy to use SQL client for MySQL, Postgres, SQLite, SQL Server, and more. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - electron - mysql @@ -26,11 +26,10 @@ Tags: - sql-server - sqlite - vue -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/beekeeper-studio/beekeeper-studio/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/b/beekeeper-studio/beekeeper-studio/1.4.0/beekeeper-studio.beekeeper-studio.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/1.4.0/beekeeper-studio.beekeeper-studio.yaml index 42742bd959024..1fd3cf3cffdef 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/1.4.0/beekeeper-studio.beekeeper-studio.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/1.4.0/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 1.4.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/1.4.1/beekeeper-studio.beekeeper-studio.installer.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/1.4.1/beekeeper-studio.beekeeper-studio.installer.yaml index 508335ea46848..fc78156cb90fa 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/1.4.1/beekeeper-studio.beekeeper-studio.installer.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/1.4.1/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 1.4.1 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://github.com/beekeeper-studio/beekeeper-studio/releases/download/v1.4.1/Beekeeper-Studio-Setup-1.4.1.exe InstallerSha256: 4395CA7BC05233855E2266DA4C9A9F2866AAB1C4B8A08A5126E906966218FD12 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/1.4.1/beekeeper-studio.beekeeper-studio.locale.en-US.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/1.4.1/beekeeper-studio.beekeeper-studio.locale.en-US.yaml index 4f4e76b0be857..6fd73c853cc1b 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/1.4.1/beekeeper-studio.beekeeper-studio.locale.en-US.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/1.4.1/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 1.4.1 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Beekeeper Studio Team PublisherUrl: https://github.com/beekeeper-studio/beekeeper-studio PublisherSupportUrl: https://github.com/beekeeper-studio/beekeeper-studio/issues -# PrivacyUrl: +# PrivacyUrl: Author: Matthew Rathbone and Gregory Garden PackageName: Beekeeper Studio PackageUrl: https://github.com/beekeeper-studio/beekeeper-studio @@ -16,8 +16,8 @@ LicenseUrl: https://raw.githubusercontent.com/beekeeper-studio/beekeeper-studio/ Copyright: Copyright (c) 2019 Matthew Rathbone and Gregory Garden. CopyrightUrl: https://raw.githubusercontent.com/beekeeper-studio/beekeeper-studio/v1.12.0/LICENSE.md ShortDescription: Modern and easy to use SQL client for MySQL, Postgres, SQLite, SQL Server, and more. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - electron - mysql @@ -26,11 +26,10 @@ Tags: - sql-server - sqlite - vue -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/beekeeper-studio/beekeeper-studio/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/b/beekeeper-studio/beekeeper-studio/1.4.1/beekeeper-studio.beekeeper-studio.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/1.4.1/beekeeper-studio.beekeeper-studio.yaml index ad55ea5374134..596d588b0d925 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/1.4.1/beekeeper-studio.beekeeper-studio.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/1.4.1/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 1.4.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/1.5.0/beekeeper-studio.beekeeper-studio.installer.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/1.5.0/beekeeper-studio.beekeeper-studio.installer.yaml index 274975a78699e..c064e574c3ac2 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/1.5.0/beekeeper-studio.beekeeper-studio.installer.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/1.5.0/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 1.5.0 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://github.com/beekeeper-studio/beekeeper-studio/releases/download/v1.5.0/Beekeeper-Studio-Setup-1.5.0.exe InstallerSha256: BE3D417D2B25BB3B8234413A1B926B2182E626A948125A79F04D2EFAF1206952 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/1.5.0/beekeeper-studio.beekeeper-studio.locale.en-US.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/1.5.0/beekeeper-studio.beekeeper-studio.locale.en-US.yaml index 51f11d84b8dc9..70b881898c3ef 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/1.5.0/beekeeper-studio.beekeeper-studio.locale.en-US.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/1.5.0/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 1.5.0 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Beekeeper Studio Team PublisherUrl: https://github.com/beekeeper-studio/beekeeper-studio PublisherSupportUrl: https://github.com/beekeeper-studio/beekeeper-studio/issues -# PrivacyUrl: +# PrivacyUrl: Author: Matthew Rathbone and Gregory Garden PackageName: Beekeeper Studio PackageUrl: https://github.com/beekeeper-studio/beekeeper-studio @@ -16,8 +16,8 @@ LicenseUrl: https://raw.githubusercontent.com/beekeeper-studio/beekeeper-studio/ Copyright: Copyright (c) 2019 Matthew Rathbone and Gregory Garden. CopyrightUrl: https://raw.githubusercontent.com/beekeeper-studio/beekeeper-studio/v1.12.0/LICENSE.md ShortDescription: Modern and easy to use SQL client for MySQL, Postgres, SQLite, SQL Server, and more. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - electron - mysql @@ -26,11 +26,10 @@ Tags: - sql-server - sqlite - vue -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/beekeeper-studio/beekeeper-studio/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/b/beekeeper-studio/beekeeper-studio/1.5.0/beekeeper-studio.beekeeper-studio.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/1.5.0/beekeeper-studio.beekeeper-studio.yaml index 7f162eb31f30a..f4e5108d15173 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/1.5.0/beekeeper-studio.beekeeper-studio.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/1.5.0/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 1.5.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/1.5.1/beekeeper-studio.beekeeper-studio.installer.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/1.5.1/beekeeper-studio.beekeeper-studio.installer.yaml index 4b18317f43975..b4a1851bb00e2 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/1.5.1/beekeeper-studio.beekeeper-studio.installer.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/1.5.1/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 1.5.1 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://github.com/beekeeper-studio/beekeeper-studio/releases/download/v1.5.1/Beekeeper-Studio-Setup-1.5.1.exe InstallerSha256: C04CAC4DBDB779DA247C106C06FC82B81B6E86E591A24F560584BC2B4AC2EB62 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/1.5.1/beekeeper-studio.beekeeper-studio.locale.en-US.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/1.5.1/beekeeper-studio.beekeeper-studio.locale.en-US.yaml index 1ee4abfca3dc0..6136909cb52d9 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/1.5.1/beekeeper-studio.beekeeper-studio.locale.en-US.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/1.5.1/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 1.5.1 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Beekeeper Studio Team PublisherUrl: https://github.com/beekeeper-studio/beekeeper-studio PublisherSupportUrl: https://github.com/beekeeper-studio/beekeeper-studio/issues -# PrivacyUrl: +# PrivacyUrl: Author: Matthew Rathbone and Gregory Garden PackageName: Beekeeper Studio PackageUrl: https://github.com/beekeeper-studio/beekeeper-studio @@ -16,8 +16,8 @@ LicenseUrl: https://raw.githubusercontent.com/beekeeper-studio/beekeeper-studio/ Copyright: Copyright (c) 2019 Matthew Rathbone and Gregory Garden. CopyrightUrl: https://raw.githubusercontent.com/beekeeper-studio/beekeeper-studio/v1.12.0/LICENSE.md ShortDescription: Modern and easy to use SQL client for MySQL, Postgres, SQLite, SQL Server, and more. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - electron - mysql @@ -26,11 +26,10 @@ Tags: - sql-server - sqlite - vue -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/beekeeper-studio/beekeeper-studio/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/b/beekeeper-studio/beekeeper-studio/1.5.1/beekeeper-studio.beekeeper-studio.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/1.5.1/beekeeper-studio.beekeeper-studio.yaml index 1abffa8b8e90f..28ef6633edf43 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/1.5.1/beekeeper-studio.beekeeper-studio.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/1.5.1/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 1.5.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/1.5.2/beekeeper-studio.beekeeper-studio.installer.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/1.5.2/beekeeper-studio.beekeeper-studio.installer.yaml index fdc986472baff..b9e10395ef5a4 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/1.5.2/beekeeper-studio.beekeeper-studio.installer.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/1.5.2/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 1.5.2 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://github.com/beekeeper-studio/beekeeper-studio/releases/download/v1.5.2/Beekeeper-Studio-Setup-1.5.2.exe InstallerSha256: 0D6847B508C45956188E42C4276ED5C24E23F511697524C68486D54FDCD135EB ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/1.5.2/beekeeper-studio.beekeeper-studio.locale.en-US.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/1.5.2/beekeeper-studio.beekeeper-studio.locale.en-US.yaml index f172451896e45..225710e88fdf2 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/1.5.2/beekeeper-studio.beekeeper-studio.locale.en-US.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/1.5.2/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 1.5.2 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Beekeeper Studio Team PublisherUrl: https://github.com/beekeeper-studio/beekeeper-studio PublisherSupportUrl: https://github.com/beekeeper-studio/beekeeper-studio/issues -# PrivacyUrl: +# PrivacyUrl: Author: Matthew Rathbone and Gregory Garden PackageName: Beekeeper Studio PackageUrl: https://github.com/beekeeper-studio/beekeeper-studio @@ -16,8 +16,8 @@ LicenseUrl: https://raw.githubusercontent.com/beekeeper-studio/beekeeper-studio/ Copyright: Copyright (c) 2019 Matthew Rathbone and Gregory Garden. CopyrightUrl: https://raw.githubusercontent.com/beekeeper-studio/beekeeper-studio/v1.12.0/LICENSE.md ShortDescription: Modern and easy to use SQL client for MySQL, Postgres, SQLite, SQL Server, and more. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - electron - mysql @@ -26,11 +26,10 @@ Tags: - sql-server - sqlite - vue -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v1.5.2 -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/1.5.2/beekeeper-studio.beekeeper-studio.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/1.5.2/beekeeper-studio.beekeeper-studio.yaml index 9875654ac4867..18db0b6278847 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/1.5.2/beekeeper-studio.beekeeper-studio.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/1.5.2/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 1.5.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/1.5.3/beekeeper-studio.beekeeper-studio.installer.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/1.5.3/beekeeper-studio.beekeeper-studio.installer.yaml index 81ede00fe8ad2..c59199bd2b763 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/1.5.3/beekeeper-studio.beekeeper-studio.installer.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/1.5.3/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 1.5.3 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://github.com/beekeeper-studio/beekeeper-studio/releases/download/v1.5.3/Beekeeper-Studio-Setup-1.5.3.exe InstallerSha256: 072B2593F68DEAD03094DACF0AF4366EDFCB8B374631955143D707947526949A ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/1.5.3/beekeeper-studio.beekeeper-studio.locale.en-US.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/1.5.3/beekeeper-studio.beekeeper-studio.locale.en-US.yaml index a111e4c22d95b..419f203a9c59d 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/1.5.3/beekeeper-studio.beekeeper-studio.locale.en-US.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/1.5.3/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 1.5.3 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Beekeeper Studio Team PublisherUrl: https://github.com/beekeeper-studio/beekeeper-studio PublisherSupportUrl: https://github.com/beekeeper-studio/beekeeper-studio/issues -# PrivacyUrl: +# PrivacyUrl: Author: Matthew Rathbone and Gregory Garden PackageName: Beekeeper Studio PackageUrl: https://github.com/beekeeper-studio/beekeeper-studio @@ -16,8 +16,8 @@ LicenseUrl: https://raw.githubusercontent.com/beekeeper-studio/beekeeper-studio/ Copyright: Copyright (c) 2019 Matthew Rathbone and Gregory Garden. CopyrightUrl: https://raw.githubusercontent.com/beekeeper-studio/beekeeper-studio/v1.12.0/LICENSE.md ShortDescription: Modern and easy to use SQL client for MySQL, Postgres, SQLite, SQL Server, and more. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - electron - mysql @@ -26,11 +26,10 @@ Tags: - sql-server - sqlite - vue -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v1.5.3 -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/1.5.3/beekeeper-studio.beekeeper-studio.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/1.5.3/beekeeper-studio.beekeeper-studio.yaml index 1d023dd6d7675..ea407aec38e0c 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/1.5.3/beekeeper-studio.beekeeper-studio.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/1.5.3/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 1.5.3 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/1.6.10/beekeeper-studio.beekeeper-studio.installer.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/1.6.10/beekeeper-studio.beekeeper-studio.installer.yaml index 5b852f37a3a63..3ba40a9718148 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/1.6.10/beekeeper-studio.beekeeper-studio.installer.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/1.6.10/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 1.6.10 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://github.com/beekeeper-studio/beekeeper-studio/releases/download/v1.6.10/Beekeeper-Studio-Setup-1.6.10.exe InstallerSha256: B73211C3C1163E1BDC7473ADF625EFA092C4D99642FEE5E778251891C5892CBB ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/1.6.10/beekeeper-studio.beekeeper-studio.locale.en-US.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/1.6.10/beekeeper-studio.beekeeper-studio.locale.en-US.yaml index c2c5b45b2ae3a..da3e3dd557bf4 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/1.6.10/beekeeper-studio.beekeeper-studio.locale.en-US.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/1.6.10/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 1.6.10 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Beekeeper Studio Team PublisherUrl: https://github.com/beekeeper-studio/beekeeper-studio PublisherSupportUrl: https://github.com/beekeeper-studio/beekeeper-studio/issues -# PrivacyUrl: +# PrivacyUrl: Author: Matthew Rathbone and Gregory Garden PackageName: Beekeeper Studio PackageUrl: https://github.com/beekeeper-studio/beekeeper-studio @@ -16,8 +16,8 @@ LicenseUrl: https://raw.githubusercontent.com/beekeeper-studio/beekeeper-studio/ Copyright: Copyright (c) 2019 Matthew Rathbone and Gregory Garden. CopyrightUrl: https://raw.githubusercontent.com/beekeeper-studio/beekeeper-studio/v1.12.0/LICENSE.md ShortDescription: Modern and easy to use SQL client for MySQL, Postgres, SQLite, SQL Server, and more. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - electron - mysql @@ -26,11 +26,10 @@ Tags: - sql-server - sqlite - vue -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v1.6.10 -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/1.6.10/beekeeper-studio.beekeeper-studio.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/1.6.10/beekeeper-studio.beekeeper-studio.yaml index 3bb5cbec2761e..b13636bb19ea6 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/1.6.10/beekeeper-studio.beekeeper-studio.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/1.6.10/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 1.6.10 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/1.6.11/beekeeper-studio.beekeeper-studio.installer.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/1.6.11/beekeeper-studio.beekeeper-studio.installer.yaml index 1f1f60216a6b7..4051807403dbb 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/1.6.11/beekeeper-studio.beekeeper-studio.installer.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/1.6.11/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 1.6.11 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://github.com/beekeeper-studio/beekeeper-studio/releases/download/v1.6.11/Beekeeper-Studio-Setup-1.6.11.exe InstallerSha256: 58C00E45EBF1399EE08BB5105C0A5C57A4A5A0EC31C485673DD3481C01071595 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/1.6.11/beekeeper-studio.beekeeper-studio.locale.en-US.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/1.6.11/beekeeper-studio.beekeeper-studio.locale.en-US.yaml index 28e1c6cf5516c..4ba3c50e0e8b7 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/1.6.11/beekeeper-studio.beekeeper-studio.locale.en-US.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/1.6.11/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 1.6.11 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Beekeeper Studio Team PublisherUrl: https://github.com/beekeeper-studio/beekeeper-studio PublisherSupportUrl: https://github.com/beekeeper-studio/beekeeper-studio/issues -# PrivacyUrl: +# PrivacyUrl: Author: Matthew Rathbone and Gregory Garden PackageName: Beekeeper Studio PackageUrl: https://github.com/beekeeper-studio/beekeeper-studio @@ -16,8 +16,8 @@ LicenseUrl: https://raw.githubusercontent.com/beekeeper-studio/beekeeper-studio/ Copyright: Copyright (c) 2019 Matthew Rathbone and Gregory Garden. CopyrightUrl: https://raw.githubusercontent.com/beekeeper-studio/beekeeper-studio/v1.12.0/LICENSE.md ShortDescription: Modern and easy to use SQL client for MySQL, Postgres, SQLite, SQL Server, and more. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - electron - mysql @@ -26,11 +26,10 @@ Tags: - sql-server - sqlite - vue -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v1.6.11 -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/1.6.11/beekeeper-studio.beekeeper-studio.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/1.6.11/beekeeper-studio.beekeeper-studio.yaml index 512fca858e9dd..c1cd7f72d2e43 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/1.6.11/beekeeper-studio.beekeeper-studio.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/1.6.11/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 1.6.11 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/1.6.9/beekeeper-studio.beekeeper-studio.installer.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/1.6.9/beekeeper-studio.beekeeper-studio.installer.yaml index 2e163107fe5d0..ff5fd22483528 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/1.6.9/beekeeper-studio.beekeeper-studio.installer.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/1.6.9/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 1.6.9 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://github.com/beekeeper-studio/beekeeper-studio/releases/download/v1.6.9/Beekeeper-Studio-Setup-1.6.9.exe InstallerSha256: 97E5BA0FFA370E506F89ED93F539017F6C4905917B819AE907FD081A1DB4BE86 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/1.6.9/beekeeper-studio.beekeeper-studio.locale.en-US.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/1.6.9/beekeeper-studio.beekeeper-studio.locale.en-US.yaml index 728cf6d9b12db..8571e6937f4f4 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/1.6.9/beekeeper-studio.beekeeper-studio.locale.en-US.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/1.6.9/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 1.6.9 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Beekeeper Studio Team PublisherUrl: https://github.com/beekeeper-studio/beekeeper-studio PublisherSupportUrl: https://github.com/beekeeper-studio/beekeeper-studio/issues -# PrivacyUrl: +# PrivacyUrl: Author: Matthew Rathbone and Gregory Garden PackageName: Beekeeper Studio PackageUrl: https://github.com/beekeeper-studio/beekeeper-studio @@ -16,8 +16,8 @@ LicenseUrl: https://raw.githubusercontent.com/beekeeper-studio/beekeeper-studio/ Copyright: Copyright (c) 2019 Matthew Rathbone and Gregory Garden. CopyrightUrl: https://raw.githubusercontent.com/beekeeper-studio/beekeeper-studio/v1.12.0/LICENSE.md ShortDescription: Modern and easy to use SQL client for MySQL, Postgres, SQLite, SQL Server, and more. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - electron - mysql @@ -26,11 +26,10 @@ Tags: - sql-server - sqlite - vue -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v1.6.9 -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/1.6.9/beekeeper-studio.beekeeper-studio.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/1.6.9/beekeeper-studio.beekeeper-studio.yaml index ab740dba79c00..7fd4699a6c4a9 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/1.6.9/beekeeper-studio.beekeeper-studio.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/1.6.9/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 1.6.9 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/1.7.3/beekeeper-studio.beekeeper-studio.installer.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/1.7.3/beekeeper-studio.beekeeper-studio.installer.yaml index f0baf99fec450..104aceee3d559 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/1.7.3/beekeeper-studio.beekeeper-studio.installer.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/1.7.3/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 1.7.3 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://github.com/beekeeper-studio/beekeeper-studio/releases/download/v1.7.3/Beekeeper-Studio-Setup-1.7.3.exe InstallerSha256: E560EA88072D6D5ED042601A07507543EE129A51FB8D07AC58E87B4A52592398 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/1.7.3/beekeeper-studio.beekeeper-studio.locale.en-US.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/1.7.3/beekeeper-studio.beekeeper-studio.locale.en-US.yaml index 8ba2859ebae54..d558864c5e4fd 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/1.7.3/beekeeper-studio.beekeeper-studio.locale.en-US.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/1.7.3/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 1.7.3 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Beekeeper Studio Team PublisherUrl: https://github.com/beekeeper-studio/beekeeper-studio PublisherSupportUrl: https://github.com/beekeeper-studio/beekeeper-studio/issues -# PrivacyUrl: +# PrivacyUrl: Author: Matthew Rathbone and Gregory Garden PackageName: Beekeeper Studio PackageUrl: https://github.com/beekeeper-studio/beekeeper-studio @@ -16,8 +16,8 @@ LicenseUrl: https://raw.githubusercontent.com/beekeeper-studio/beekeeper-studio/ Copyright: Copyright (c) 2019 Matthew Rathbone and Gregory Garden. CopyrightUrl: https://raw.githubusercontent.com/beekeeper-studio/beekeeper-studio/v1.12.0/LICENSE.md ShortDescription: Modern and easy to use SQL client for MySQL, Postgres, SQLite, SQL Server, and more. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - electron - mysql @@ -26,11 +26,10 @@ Tags: - sql-server - sqlite - vue -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v1.7.3 -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/1.7.3/beekeeper-studio.beekeeper-studio.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/1.7.3/beekeeper-studio.beekeeper-studio.yaml index bb278b8c6a240..ab4e830ed4e8f 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/1.7.3/beekeeper-studio.beekeeper-studio.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/1.7.3/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 1.7.3 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/1.7.4/beekeeper-studio.beekeeper-studio.installer.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/1.7.4/beekeeper-studio.beekeeper-studio.installer.yaml index 09399864cef13..af0f9d4e4676f 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/1.7.4/beekeeper-studio.beekeeper-studio.installer.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/1.7.4/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 1.7.4 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://github.com/beekeeper-studio/beekeeper-studio/releases/download/v1.7.4/Beekeeper-Studio-Setup-1.7.4.exe InstallerSha256: 6D531F797B9EA7BD70E584AEDB94072A05FC2B21176682EFAA71E0756E5D4C4C ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/1.7.4/beekeeper-studio.beekeeper-studio.locale.en-US.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/1.7.4/beekeeper-studio.beekeeper-studio.locale.en-US.yaml index bf8fdf3bfb186..7e05520fc10ce 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/1.7.4/beekeeper-studio.beekeeper-studio.locale.en-US.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/1.7.4/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 1.7.4 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Beekeeper Studio Team PublisherUrl: https://github.com/beekeeper-studio/beekeeper-studio PublisherSupportUrl: https://github.com/beekeeper-studio/beekeeper-studio/issues -# PrivacyUrl: +# PrivacyUrl: Author: Matthew Rathbone and Gregory Garden PackageName: Beekeeper Studio PackageUrl: https://github.com/beekeeper-studio/beekeeper-studio @@ -16,8 +16,8 @@ LicenseUrl: https://raw.githubusercontent.com/beekeeper-studio/beekeeper-studio/ Copyright: Copyright (c) 2019 Matthew Rathbone and Gregory Garden. CopyrightUrl: https://raw.githubusercontent.com/beekeeper-studio/beekeeper-studio/v1.12.0/LICENSE.md ShortDescription: Modern and easy to use SQL client for MySQL, Postgres, SQLite, SQL Server, and more. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - electron - mysql @@ -26,11 +26,10 @@ Tags: - sql-server - sqlite - vue -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v1.7.4 -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/1.7.4/beekeeper-studio.beekeeper-studio.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/1.7.4/beekeeper-studio.beekeeper-studio.yaml index 435ff6b4d03bc..ab009736ecad3 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/1.7.4/beekeeper-studio.beekeeper-studio.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/1.7.4/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 1.7.4 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/1.7.5/beekeeper-studio.beekeeper-studio.installer.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/1.7.5/beekeeper-studio.beekeeper-studio.installer.yaml index 21f3f527afea0..d1946beddf72a 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/1.7.5/beekeeper-studio.beekeeper-studio.installer.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/1.7.5/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 1.7.5 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://github.com/beekeeper-studio/beekeeper-studio/releases/download/v1.7.5/Beekeeper-Studio-Setup-1.7.5.exe InstallerSha256: CE8ABF029972A8B23F46A33B1D6C9F2A9562DEFBA741A2EE75558A0B2C65CED9 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/1.7.5/beekeeper-studio.beekeeper-studio.locale.en-US.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/1.7.5/beekeeper-studio.beekeeper-studio.locale.en-US.yaml index 75e1cd76b4f8c..203973d3f1acd 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/1.7.5/beekeeper-studio.beekeeper-studio.locale.en-US.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/1.7.5/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 1.7.5 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Beekeeper Studio Team PublisherUrl: https://github.com/beekeeper-studio/beekeeper-studio PublisherSupportUrl: https://github.com/beekeeper-studio/beekeeper-studio/issues -# PrivacyUrl: +# PrivacyUrl: Author: Matthew Rathbone and Gregory Garden PackageName: Beekeeper Studio PackageUrl: https://github.com/beekeeper-studio/beekeeper-studio @@ -16,8 +16,8 @@ LicenseUrl: https://raw.githubusercontent.com/beekeeper-studio/beekeeper-studio/ Copyright: Copyright (c) 2019 Matthew Rathbone and Gregory Garden. CopyrightUrl: https://raw.githubusercontent.com/beekeeper-studio/beekeeper-studio/v1.12.0/LICENSE.md ShortDescription: Modern and easy to use SQL client for MySQL, Postgres, SQLite, SQL Server, and more. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - electron - mysql @@ -26,11 +26,10 @@ Tags: - sql-server - sqlite - vue -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v1.7.5 -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/1.7.5/beekeeper-studio.beekeeper-studio.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/1.7.5/beekeeper-studio.beekeeper-studio.yaml index eecd63cb5917f..f62ef7a1a8f6f 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/1.7.5/beekeeper-studio.beekeeper-studio.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/1.7.5/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 1.7.5 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/1.8.10/beekeeper-studio.beekeeper-studio.installer.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/1.8.10/beekeeper-studio.beekeeper-studio.installer.yaml index 32e309736b0d4..6001841d088dc 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/1.8.10/beekeeper-studio.beekeeper-studio.installer.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/1.8.10/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 1.8.10 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://github.com/beekeeper-studio/beekeeper-studio/releases/download/v1.8.10/Beekeeper-Studio-Setup-1.8.10.exe InstallerSha256: E592F9DC65F24BF0AA8BD2FD0D95DD24C6555F56D4430EC8C859EE32C5468815 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/1.8.10/beekeeper-studio.beekeeper-studio.locale.en-US.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/1.8.10/beekeeper-studio.beekeeper-studio.locale.en-US.yaml index 71fa0c813a512..d64d15d8dfae6 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/1.8.10/beekeeper-studio.beekeeper-studio.locale.en-US.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/1.8.10/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 1.8.10 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Beekeeper Studio Team PublisherUrl: https://github.com/beekeeper-studio/beekeeper-studio PublisherSupportUrl: https://github.com/beekeeper-studio/beekeeper-studio/issues -# PrivacyUrl: +# PrivacyUrl: Author: Matthew Rathbone and Gregory Garden PackageName: Beekeeper Studio PackageUrl: https://github.com/beekeeper-studio/beekeeper-studio @@ -16,8 +16,8 @@ LicenseUrl: https://raw.githubusercontent.com/beekeeper-studio/beekeeper-studio/ Copyright: Copyright (c) 2019 Matthew Rathbone and Gregory Garden. CopyrightUrl: https://raw.githubusercontent.com/beekeeper-studio/beekeeper-studio/v1.12.0/LICENSE.md ShortDescription: Modern and easy to use SQL client for MySQL, Postgres, SQLite, SQL Server, and more. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - electron - mysql @@ -26,11 +26,10 @@ Tags: - sql-server - sqlite - vue -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v1.8.10 -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/1.8.10/beekeeper-studio.beekeeper-studio.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/1.8.10/beekeeper-studio.beekeeper-studio.yaml index 30b2b09d41af0..7d20625b9a971 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/1.8.10/beekeeper-studio.beekeeper-studio.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/1.8.10/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 1.8.10 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/1.8.11/beekeeper-studio.beekeeper-studio.installer.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/1.8.11/beekeeper-studio.beekeeper-studio.installer.yaml index fe671ee0e55f6..819dc148165b8 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/1.8.11/beekeeper-studio.beekeeper-studio.installer.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/1.8.11/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 1.8.11 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://github.com/beekeeper-studio/beekeeper-studio/releases/download/v1.8.11/Beekeeper-Studio-Setup-1.8.11.exe InstallerSha256: C9D8FB84405A3CDD757457D3C0542CF635A62F813C802A35948A266DD3709CFA ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/1.8.11/beekeeper-studio.beekeeper-studio.locale.en-US.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/1.8.11/beekeeper-studio.beekeeper-studio.locale.en-US.yaml index 6742041be0283..a2c023a400bc5 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/1.8.11/beekeeper-studio.beekeeper-studio.locale.en-US.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/1.8.11/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 1.8.11 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Beekeeper Studio Team PublisherUrl: https://github.com/beekeeper-studio/beekeeper-studio PublisherSupportUrl: https://github.com/beekeeper-studio/beekeeper-studio/issues -# PrivacyUrl: +# PrivacyUrl: Author: Matthew Rathbone and Gregory Garden PackageName: Beekeeper Studio PackageUrl: https://github.com/beekeeper-studio/beekeeper-studio @@ -16,8 +16,8 @@ LicenseUrl: https://raw.githubusercontent.com/beekeeper-studio/beekeeper-studio/ Copyright: Copyright (c) 2019 Matthew Rathbone and Gregory Garden. CopyrightUrl: https://raw.githubusercontent.com/beekeeper-studio/beekeeper-studio/v1.12.0/LICENSE.md ShortDescription: Modern and easy to use SQL client for MySQL, Postgres, SQLite, SQL Server, and more. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - electron - mysql @@ -26,11 +26,10 @@ Tags: - sql-server - sqlite - vue -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v1.8.11 -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/1.8.11/beekeeper-studio.beekeeper-studio.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/1.8.11/beekeeper-studio.beekeeper-studio.yaml index 632f7720f851f..49b0234bef220 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/1.8.11/beekeeper-studio.beekeeper-studio.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/1.8.11/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 1.8.11 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/1.8.2/beekeeper-studio.beekeeper-studio.installer.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/1.8.2/beekeeper-studio.beekeeper-studio.installer.yaml index fb5d1d4856cb7..4db8871694d36 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/1.8.2/beekeeper-studio.beekeeper-studio.installer.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/1.8.2/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 1.8.2 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://github.com/beekeeper-studio/beekeeper-studio/releases/download/v1.8.2/Beekeeper-Studio-Setup-1.8.2.exe InstallerSha256: E654DCA5AE3B50BC46A982D3062E4E21B07E951F21B5236555995B70D287B135 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/1.8.2/beekeeper-studio.beekeeper-studio.locale.en-US.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/1.8.2/beekeeper-studio.beekeeper-studio.locale.en-US.yaml index ba218612d26a1..5d0301b660e66 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/1.8.2/beekeeper-studio.beekeeper-studio.locale.en-US.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/1.8.2/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 1.8.2 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Beekeeper Studio Team PublisherUrl: https://github.com/beekeeper-studio/beekeeper-studio PublisherSupportUrl: https://github.com/beekeeper-studio/beekeeper-studio/issues -# PrivacyUrl: +# PrivacyUrl: Author: Matthew Rathbone and Gregory Garden PackageName: Beekeeper Studio PackageUrl: https://github.com/beekeeper-studio/beekeeper-studio @@ -16,8 +16,8 @@ LicenseUrl: https://raw.githubusercontent.com/beekeeper-studio/beekeeper-studio/ Copyright: Copyright (c) 2019 Matthew Rathbone and Gregory Garden. CopyrightUrl: https://raw.githubusercontent.com/beekeeper-studio/beekeeper-studio/v1.12.0/LICENSE.md ShortDescription: Modern and easy to use SQL client for MySQL, Postgres, SQLite, SQL Server, and more. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - electron - mysql @@ -26,11 +26,10 @@ Tags: - sql-server - sqlite - vue -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v1.8.2 -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/1.8.2/beekeeper-studio.beekeeper-studio.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/1.8.2/beekeeper-studio.beekeeper-studio.yaml index d783c50323250..9df28135b3db5 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/1.8.2/beekeeper-studio.beekeeper-studio.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/1.8.2/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 1.8.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/1.8.5/beekeeper-studio.beekeeper-studio.installer.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/1.8.5/beekeeper-studio.beekeeper-studio.installer.yaml index 8c65e7a7496a7..bde6bcc672ac4 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/1.8.5/beekeeper-studio.beekeeper-studio.installer.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/1.8.5/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 1.8.5 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://github.com/beekeeper-studio/beekeeper-studio/releases/download/v1.8.5/Beekeeper-Studio-Setup-1.8.5.exe InstallerSha256: 4DB33A554E0789703FE667FDF20F558A43C74874399AA56E5FFC8259F0190538 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/1.8.5/beekeeper-studio.beekeeper-studio.locale.en-US.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/1.8.5/beekeeper-studio.beekeeper-studio.locale.en-US.yaml index 0488f29e4c242..e67c62d5f7831 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/1.8.5/beekeeper-studio.beekeeper-studio.locale.en-US.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/1.8.5/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 1.8.5 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Beekeeper Studio Team PublisherUrl: https://github.com/beekeeper-studio/beekeeper-studio PublisherSupportUrl: https://github.com/beekeeper-studio/beekeeper-studio/issues -# PrivacyUrl: +# PrivacyUrl: Author: Matthew Rathbone and Gregory Garden PackageName: Beekeeper Studio PackageUrl: https://github.com/beekeeper-studio/beekeeper-studio @@ -16,8 +16,8 @@ LicenseUrl: https://raw.githubusercontent.com/beekeeper-studio/beekeeper-studio/ Copyright: Copyright (c) 2019 Matthew Rathbone and Gregory Garden. CopyrightUrl: https://raw.githubusercontent.com/beekeeper-studio/beekeeper-studio/v1.12.0/LICENSE.md ShortDescription: Modern and easy to use SQL client for MySQL, Postgres, SQLite, SQL Server, and more. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - electron - mysql @@ -26,11 +26,10 @@ Tags: - sql-server - sqlite - vue -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v1.8.5 -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/1.8.5/beekeeper-studio.beekeeper-studio.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/1.8.5/beekeeper-studio.beekeeper-studio.yaml index 08b6aa23c2a55..13a13e285ffed 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/1.8.5/beekeeper-studio.beekeeper-studio.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/1.8.5/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 1.8.5 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/1.8.7/beekeeper-studio.beekeeper-studio.installer.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/1.8.7/beekeeper-studio.beekeeper-studio.installer.yaml index 6b2c6bed2105d..e841882866d1e 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/1.8.7/beekeeper-studio.beekeeper-studio.installer.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/1.8.7/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 1.8.7 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://github.com/beekeeper-studio/beekeeper-studio/releases/download/v1.8.7/Beekeeper-Studio-Setup-1.8.7.exe InstallerSha256: C734F98F1EAACEB1BD152974F28558013325B8E7146527190AE7F9DF929A5887 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/1.8.7/beekeeper-studio.beekeeper-studio.locale.en-US.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/1.8.7/beekeeper-studio.beekeeper-studio.locale.en-US.yaml index 60133285b7822..03746c3ce3ef5 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/1.8.7/beekeeper-studio.beekeeper-studio.locale.en-US.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/1.8.7/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 1.8.7 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Beekeeper Studio Team PublisherUrl: https://github.com/beekeeper-studio/beekeeper-studio PublisherSupportUrl: https://github.com/beekeeper-studio/beekeeper-studio/issues -# PrivacyUrl: +# PrivacyUrl: Author: Matthew Rathbone and Gregory Garden PackageName: Beekeeper Studio PackageUrl: https://github.com/beekeeper-studio/beekeeper-studio @@ -16,8 +16,8 @@ LicenseUrl: https://raw.githubusercontent.com/beekeeper-studio/beekeeper-studio/ Copyright: Copyright (c) 2019 Matthew Rathbone and Gregory Garden. CopyrightUrl: https://raw.githubusercontent.com/beekeeper-studio/beekeeper-studio/v1.12.0/LICENSE.md ShortDescription: Modern and easy to use SQL client for MySQL, Postgres, SQLite, SQL Server, and more. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - electron - mysql @@ -26,11 +26,10 @@ Tags: - sql-server - sqlite - vue -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v1.8.7 -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/1.8.7/beekeeper-studio.beekeeper-studio.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/1.8.7/beekeeper-studio.beekeeper-studio.yaml index 36500eade96fe..f1ccca6dfc670 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/1.8.7/beekeeper-studio.beekeeper-studio.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/1.8.7/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 1.8.7 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/1.9.0/beekeeper-studio.beekeeper-studio.installer.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/1.9.0/beekeeper-studio.beekeeper-studio.installer.yaml index 3bd10018e8748..b6fbb5f6a2e64 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/1.9.0/beekeeper-studio.beekeeper-studio.installer.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/1.9.0/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 1.9.0 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://github.com/beekeeper-studio/beekeeper-studio/releases/download/v1.9.0/Beekeeper-Studio-Setup-1.9.0.exe InstallerSha256: B0C0F2AB24FC6AF06C1918AB54D45453152CAB1AEE886E01FDA38864165DBC92 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/1.9.0/beekeeper-studio.beekeeper-studio.locale.en-US.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/1.9.0/beekeeper-studio.beekeeper-studio.locale.en-US.yaml index 625b356e47b92..aa39475213ae0 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/1.9.0/beekeeper-studio.beekeeper-studio.locale.en-US.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/1.9.0/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 1.9.0 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Beekeeper Studio Team PublisherUrl: https://github.com/beekeeper-studio/beekeeper-studio PublisherSupportUrl: https://github.com/beekeeper-studio/beekeeper-studio/issues -# PrivacyUrl: +# PrivacyUrl: Author: Matthew Rathbone and Gregory Garden PackageName: Beekeeper Studio PackageUrl: https://github.com/beekeeper-studio/beekeeper-studio @@ -16,8 +16,8 @@ LicenseUrl: https://raw.githubusercontent.com/beekeeper-studio/beekeeper-studio/ Copyright: Copyright (c) 2019 Matthew Rathbone and Gregory Garden. CopyrightUrl: https://raw.githubusercontent.com/beekeeper-studio/beekeeper-studio/v1.12.0/LICENSE.md ShortDescription: Modern and easy to use SQL client for MySQL, Postgres, SQLite, SQL Server, and more. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - electron - mysql @@ -26,11 +26,10 @@ Tags: - sql-server - sqlite - vue -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/beekeeper-studio/beekeeper-studio/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/b/beekeeper-studio/beekeeper-studio/1.9.0/beekeeper-studio.beekeeper-studio.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/1.9.0/beekeeper-studio.beekeeper-studio.yaml index 032a05590f90f..4920505460dc8 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/1.9.0/beekeeper-studio.beekeeper-studio.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/1.9.0/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 1.9.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/1.9.1/beekeeper-studio.beekeeper-studio.installer.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/1.9.1/beekeeper-studio.beekeeper-studio.installer.yaml index 0fb672de3a35f..99a06452f79ba 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/1.9.1/beekeeper-studio.beekeeper-studio.installer.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/1.9.1/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 1.9.1 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://github.com/beekeeper-studio/beekeeper-studio/releases/download/v1.9.1/Beekeeper-Studio-Setup-1.9.1.exe InstallerSha256: 6EDB0F8A2D9A5647684C7B1626E98A1835B908FC0945633FEC163699D6CB1BDB ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/1.9.1/beekeeper-studio.beekeeper-studio.locale.en-US.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/1.9.1/beekeeper-studio.beekeeper-studio.locale.en-US.yaml index e323325d2c6d2..61fade562993d 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/1.9.1/beekeeper-studio.beekeeper-studio.locale.en-US.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/1.9.1/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 1.9.1 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Beekeeper Studio Team PublisherUrl: https://github.com/beekeeper-studio/beekeeper-studio PublisherSupportUrl: https://github.com/beekeeper-studio/beekeeper-studio/issues -# PrivacyUrl: +# PrivacyUrl: Author: Matthew Rathbone and Gregory Garden PackageName: Beekeeper Studio PackageUrl: https://github.com/beekeeper-studio/beekeeper-studio @@ -16,8 +16,8 @@ LicenseUrl: https://raw.githubusercontent.com/beekeeper-studio/beekeeper-studio/ Copyright: Copyright (c) 2019 Matthew Rathbone and Gregory Garden. CopyrightUrl: https://raw.githubusercontent.com/beekeeper-studio/beekeeper-studio/v1.12.0/LICENSE.md ShortDescription: Modern and easy to use SQL client for MySQL, Postgres, SQLite, SQL Server, and more. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - electron - mysql @@ -26,11 +26,10 @@ Tags: - sql-server - sqlite - vue -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v1.9.1 -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/1.9.1/beekeeper-studio.beekeeper-studio.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/1.9.1/beekeeper-studio.beekeeper-studio.yaml index fbae7cec8c638..7ed08e22f6aae 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/1.9.1/beekeeper-studio.beekeeper-studio.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/1.9.1/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 1.9.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/1.9.2/beekeeper-studio.beekeeper-studio.installer.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/1.9.2/beekeeper-studio.beekeeper-studio.installer.yaml index e6180693faabc..19bfdf9cce451 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/1.9.2/beekeeper-studio.beekeeper-studio.installer.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/1.9.2/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 1.9.2 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://github.com/beekeeper-studio/beekeeper-studio/releases/download/v1.9.2/Beekeeper-Studio-Setup-1.9.2.exe InstallerSha256: 8D92F5951337173C119AC29A3216DCF1272AEEE42F42EB3FA1ADCF9F2342B81D ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/1.9.2/beekeeper-studio.beekeeper-studio.locale.en-US.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/1.9.2/beekeeper-studio.beekeeper-studio.locale.en-US.yaml index 5b3747d3d3eaf..99ab91a2751cc 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/1.9.2/beekeeper-studio.beekeeper-studio.locale.en-US.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/1.9.2/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 1.9.2 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Beekeeper Studio Team PublisherUrl: https://github.com/beekeeper-studio/beekeeper-studio PublisherSupportUrl: https://github.com/beekeeper-studio/beekeeper-studio/issues -# PrivacyUrl: +# PrivacyUrl: Author: Matthew Rathbone and Gregory Garden PackageName: Beekeeper Studio PackageUrl: https://github.com/beekeeper-studio/beekeeper-studio @@ -16,8 +16,8 @@ LicenseUrl: https://raw.githubusercontent.com/beekeeper-studio/beekeeper-studio/ Copyright: Copyright (c) 2019 Matthew Rathbone and Gregory Garden. CopyrightUrl: https://raw.githubusercontent.com/beekeeper-studio/beekeeper-studio/v1.12.0/LICENSE.md ShortDescription: Modern and easy to use SQL client for MySQL, Postgres, SQLite, SQL Server, and more. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - electron - mysql @@ -26,11 +26,10 @@ Tags: - sql-server - sqlite - vue -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v1.9.2 -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/1.9.2/beekeeper-studio.beekeeper-studio.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/1.9.2/beekeeper-studio.beekeeper-studio.yaml index 2b8cb204f823e..2e229197f36d8 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/1.9.2/beekeeper-studio.beekeeper-studio.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/1.9.2/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 1.9.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/1.9.4/beekeeper-studio.beekeeper-studio.installer.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/1.9.4/beekeeper-studio.beekeeper-studio.installer.yaml index 378cc3542ceb3..4eed884910eff 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/1.9.4/beekeeper-studio.beekeeper-studio.installer.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/1.9.4/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 1.9.4 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://github.com/beekeeper-studio/beekeeper-studio/releases/download/v1.9.4/Beekeeper-Studio-Setup-1.9.4.exe InstallerSha256: 19851BAE7A3E1995E69B1B501CC4E719DFBD81EB1B6847F20910000712BA9748 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/1.9.4/beekeeper-studio.beekeeper-studio.locale.en-US.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/1.9.4/beekeeper-studio.beekeeper-studio.locale.en-US.yaml index 0ae64bc2ece58..7de6aca3d2bae 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/1.9.4/beekeeper-studio.beekeeper-studio.locale.en-US.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/1.9.4/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 1.9.4 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Beekeeper Studio Team PublisherUrl: https://github.com/beekeeper-studio/beekeeper-studio PublisherSupportUrl: https://github.com/beekeeper-studio/beekeeper-studio/issues -# PrivacyUrl: +# PrivacyUrl: Author: Matthew Rathbone and Gregory Garden PackageName: Beekeeper Studio PackageUrl: https://github.com/beekeeper-studio/beekeeper-studio @@ -16,8 +16,8 @@ LicenseUrl: https://raw.githubusercontent.com/beekeeper-studio/beekeeper-studio/ Copyright: Copyright (c) 2019 Matthew Rathbone and Gregory Garden. CopyrightUrl: https://raw.githubusercontent.com/beekeeper-studio/beekeeper-studio/v1.12.0/LICENSE.md ShortDescription: Modern and easy to use SQL client for MySQL, Postgres, SQLite, SQL Server, and more. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - electron - mysql @@ -26,11 +26,10 @@ Tags: - sql-server - sqlite - vue -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v1.9.4 -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/1.9.4/beekeeper-studio.beekeeper-studio.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/1.9.4/beekeeper-studio.beekeeper-studio.yaml index e745d404b95bd..ae5c0ede9e328 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/1.9.4/beekeeper-studio.beekeeper-studio.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/1.9.4/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 1.9.4 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/2.0.0/beekeeper-studio.beekeeper-studio.installer.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/2.0.0/beekeeper-studio.beekeeper-studio.installer.yaml index 70ea5618ec712..6b17768a614da 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/2.0.0/beekeeper-studio.beekeeper-studio.installer.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/2.0.0/beekeeper-studio.beekeeper-studio.installer.yaml @@ -1,19 +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: beekeeper-studio.beekeeper-studio PackageVersion: 2.0.0 +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/beekeeper-studio/beekeeper-studio/releases/download/v2.0.0/Beekeeper-Studio-Setup-2.0.0.exe InstallerSha256: C1E97FE15A7E076D9C61DFD99830BA21B7EBC10A40E5F18BED9BA8F43E07A717 - UpgradeBehavior: install ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/2.0.0/beekeeper-studio.beekeeper-studio.locale.en-US.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/2.0.0/beekeeper-studio.beekeeper-studio.locale.en-US.yaml index 8cdb60c87e3a6..e191f07abae5f 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/2.0.0/beekeeper-studio.beekeeper-studio.locale.en-US.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/2.0.0/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 2.0.0 @@ -7,6 +7,7 @@ PackageLocale: en-US Publisher: Beekeeper Studio Team PublisherUrl: https://github.com/beekeeper-studio/beekeeper-studio PublisherSupportUrl: https://github.com/beekeeper-studio/beekeeper-studio/issues +# PrivacyUrl: Author: Matthew Rathbone and Gregory Garden PackageName: Beekeeper Studio PackageUrl: https://github.com/beekeeper-studio/beekeeper-studio @@ -15,14 +16,20 @@ LicenseUrl: https://raw.githubusercontent.com/beekeeper-studio/beekeeper-studio/ Copyright: Copyright (c) 2019 Matthew Rathbone and Gregory Garden. CopyrightUrl: https://raw.githubusercontent.com/beekeeper-studio/beekeeper-studio/v1.12.0/LICENSE.md ShortDescription: Modern and easy to use SQL client for MySQL, Postgres, SQLite, SQL Server, and more. +# Description: Moniker: beekeeper-studio Tags: - electron -- sql - mysql - postgres +- sql +- sql-server - sqlite -- sql server - vue +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/2.0.0/beekeeper-studio.beekeeper-studio.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/2.0.0/beekeeper-studio.beekeeper-studio.yaml index d622782c6689d..2877db40948a0 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/2.0.0/beekeeper-studio.beekeeper-studio.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/2.0.0/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 2.0.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/2.1.1/beekeeper-studio.beekeeper-studio.installer.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/2.1.1/beekeeper-studio.beekeeper-studio.installer.yaml index ecc090d13b6c2..58aab2f12840b 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/2.1.1/beekeeper-studio.beekeeper-studio.installer.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/2.1.1/beekeeper-studio.beekeeper-studio.installer.yaml @@ -1,19 +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: beekeeper-studio.beekeeper-studio PackageVersion: 2.1.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/beekeeper-studio/beekeeper-studio/releases/download/v2.1.1/Beekeeper-Studio-Setup-2.1.1.exe InstallerSha256: 27CCCC5B304A0FF9B45D5413D5D55510192B06A0B9168384E9A3E1E63ED76B68 - UpgradeBehavior: install ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/2.1.1/beekeeper-studio.beekeeper-studio.locale.en-US.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/2.1.1/beekeeper-studio.beekeeper-studio.locale.en-US.yaml index c36a1a4476379..0c6c3bf01ad4b 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/2.1.1/beekeeper-studio.beekeeper-studio.locale.en-US.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/2.1.1/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 2.1.1 @@ -7,6 +7,7 @@ PackageLocale: en-US Publisher: Beekeeper Studio Team PublisherUrl: https://github.com/beekeeper-studio/beekeeper-studio PublisherSupportUrl: https://github.com/beekeeper-studio/beekeeper-studio/issues +# PrivacyUrl: Author: Matthew Rathbone and Gregory Garden PackageName: Beekeeper Studio PackageUrl: https://github.com/beekeeper-studio/beekeeper-studio @@ -15,14 +16,20 @@ LicenseUrl: https://raw.githubusercontent.com/beekeeper-studio/beekeeper-studio/ Copyright: Copyright (c) 2019 Matthew Rathbone and Gregory Garden. CopyrightUrl: https://raw.githubusercontent.com/beekeeper-studio/beekeeper-studio/v1.12.0/LICENSE.md ShortDescription: Modern and easy to use SQL client for MySQL, Postgres, SQLite, SQL Server, and more. +# Description: Moniker: beekeeper-studio Tags: - electron -- sql - mysql - postgres +- sql +- sql-server - sqlite -- sql server - vue +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/2.1.1/beekeeper-studio.beekeeper-studio.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/2.1.1/beekeeper-studio.beekeeper-studio.yaml index bd89f73124ea5..a3da2e7d13bc4 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/2.1.1/beekeeper-studio.beekeeper-studio.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/2.1.1/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 2.1.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/2.1.3/beekeeper-studio.beekeeper-studio.installer.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/2.1.3/beekeeper-studio.beekeeper-studio.installer.yaml index 692b82d3fa6d8..fcde74d4fb179 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/2.1.3/beekeeper-studio.beekeeper-studio.installer.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/2.1.3/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 2.1.3 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://github.com/beekeeper-studio/beekeeper-studio/releases/download/v2.1.3/Beekeeper-Studio-Setup-2.1.3.exe InstallerSha256: 54C91F77EA2D2342F2F610416737B1566C42F33B21ABB7ED4B427D3DB6857B22 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/2.1.3/beekeeper-studio.beekeeper-studio.locale.en-US.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/2.1.3/beekeeper-studio.beekeeper-studio.locale.en-US.yaml index 2ae8dd5e54e34..55745aab5d1d2 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/2.1.3/beekeeper-studio.beekeeper-studio.locale.en-US.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/2.1.3/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 2.1.3 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Beekeeper Studio Team PublisherUrl: https://github.com/beekeeper-studio/beekeeper-studio PublisherSupportUrl: https://github.com/beekeeper-studio/beekeeper-studio/issues -# PrivacyUrl: +# PrivacyUrl: Author: Matthew Rathbone and Gregory Garden PackageName: Beekeeper Studio PackageUrl: https://github.com/beekeeper-studio/beekeeper-studio @@ -16,8 +16,8 @@ LicenseUrl: https://raw.githubusercontent.com/beekeeper-studio/beekeeper-studio/ Copyright: Copyright (c) 2019 Matthew Rathbone and Gregory Garden. CopyrightUrl: https://raw.githubusercontent.com/beekeeper-studio/beekeeper-studio/v1.12.0/LICENSE.md ShortDescription: Modern and easy to use SQL client for MySQL, Postgres, SQLite, SQL Server, and more. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - electron - mysql @@ -26,11 +26,10 @@ Tags: - sql-server - sqlite - vue -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v2.1.3 -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/2.1.3/beekeeper-studio.beekeeper-studio.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/2.1.3/beekeeper-studio.beekeeper-studio.yaml index 955bac650c7ff..d2fcad7da5f65 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/2.1.3/beekeeper-studio.beekeeper-studio.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/2.1.3/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 2.1.3 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/2.1.4/beekeeper-studio.beekeeper-studio.installer.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/2.1.4/beekeeper-studio.beekeeper-studio.installer.yaml index 5892246335ce4..ee54827791813 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/2.1.4/beekeeper-studio.beekeeper-studio.installer.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/2.1.4/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 2.1.4 @@ -16,4 +16,4 @@ Installers: InstallerUrl: https://github.com/beekeeper-studio/beekeeper-studio/releases/download/v2.1.4/Beekeeper-Studio-Setup-2.1.4.exe InstallerSha256: 2954C113F3D4699A9277AAA774CBA1A73351738410857858BEFE8377704ED450 ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/2.1.4/beekeeper-studio.beekeeper-studio.locale.en-US.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/2.1.4/beekeeper-studio.beekeeper-studio.locale.en-US.yaml index 68ecf57cccc3f..d6b6ab47f260a 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/2.1.4/beekeeper-studio.beekeeper-studio.locale.en-US.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/2.1.4/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 2.1.4 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Beekeeper Studio Team PublisherUrl: https://github.com/beekeeper-studio/beekeeper-studio PublisherSupportUrl: https://github.com/beekeeper-studio/beekeeper-studio/issues -# PrivacyUrl: +# PrivacyUrl: Author: Matthew Rathbone and Gregory Garden PackageName: Beekeeper Studio PackageUrl: https://github.com/beekeeper-studio/beekeeper-studio @@ -16,15 +16,20 @@ LicenseUrl: https://raw.githubusercontent.com/beekeeper-studio/beekeeper-studio/ Copyright: Copyright (c) 2019 Matthew Rathbone and Gregory Garden. CopyrightUrl: https://raw.githubusercontent.com/beekeeper-studio/beekeeper-studio/v1.12.0/LICENSE.md ShortDescription: Modern and easy to use SQL client for MySQL, Postgres, SQLite, SQL Server, and more. -# Description: +# Description: Moniker: beekeeper-studio Tags: - electron -- sql - mysql - postgres +- sql +- sql-server - sqlite -- sql server - vue +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/2.1.4/beekeeper-studio.beekeeper-studio.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/2.1.4/beekeeper-studio.beekeeper-studio.yaml index ff4f9d69b0547..60f5cff592762 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/2.1.4/beekeeper-studio.beekeeper-studio.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/2.1.4/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 2.1.4 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/2.1.5/beekeeper-studio.beekeeper-studio.installer.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/2.1.5/beekeeper-studio.beekeeper-studio.installer.yaml index 33b452a674a5a..4210ce15a4108 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/2.1.5/beekeeper-studio.beekeeper-studio.installer.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/2.1.5/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 2.1.5 @@ -14,6 +14,6 @@ UpgradeBehavior: install Installers: - Architecture: x64 InstallerUrl: https://github.com/beekeeper-studio/beekeeper-studio/releases/download/v2.1.5/Beekeeper-Studio-Setup-2.1.5.exe - InstallerSha256: 232d7c6e1411d5cf551aee9b0a4e2cedf3f55fc96baa961a5a0eb6c52580cfea + InstallerSha256: 232D7C6E1411D5CF551AEE9B0A4E2CEDF3F55FC96BAA961A5A0EB6C52580CFEA ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/2.1.5/beekeeper-studio.beekeeper-studio.locale.en-US.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/2.1.5/beekeeper-studio.beekeeper-studio.locale.en-US.yaml index 278cd9e9f3887..49d065e590a44 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/2.1.5/beekeeper-studio.beekeeper-studio.locale.en-US.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/2.1.5/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 2.1.5 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Beekeeper Studio Team PublisherUrl: https://github.com/beekeeper-studio/beekeeper-studio PublisherSupportUrl: https://github.com/beekeeper-studio/beekeeper-studio/issues -# PrivacyUrl: +# PrivacyUrl: Author: Matthew Rathbone and Gregory Garden PackageName: Beekeeper Studio PackageUrl: https://github.com/beekeeper-studio/beekeeper-studio @@ -16,14 +16,20 @@ LicenseUrl: https://raw.githubusercontent.com/beekeeper-studio/beekeeper-studio/ Copyright: Copyright (c) 2019 Matthew Rathbone and Gregory Garden. CopyrightUrl: https://raw.githubusercontent.com/beekeeper-studio/beekeeper-studio/v1.12.0/LICENSE.md ShortDescription: Modern and easy to use SQL client for MySQL, Postgres, SQLite, SQL Server, and more. -# Description: +# Description: +# Moniker: Tags: - electron -- sql - mysql - postgres +- sql +- sql-server - sqlite -- sql server - vue +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/2.1.5/beekeeper-studio.beekeeper-studio.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/2.1.5/beekeeper-studio.beekeeper-studio.yaml index d988e544b57b4..75b6ce956e7a2 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/2.1.5/beekeeper-studio.beekeeper-studio.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/2.1.5/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 2.1.5 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/3.0.1/beekeeper-studio.beekeeper-studio.installer.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/3.0.1/beekeeper-studio.beekeeper-studio.installer.yaml index 8af2359fcd427..3aa0a27ea9022 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/3.0.1/beekeeper-studio.beekeeper-studio.installer.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/3.0.1/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 3.0.1 @@ -16,4 +16,4 @@ Installers: InstallerUrl: https://github.com/beekeeper-studio/beekeeper-studio/releases/download/v3.0.1/Beekeeper-Studio-Setup-3.0.1.exe InstallerSha256: AF44E254E2FE819F7A94B3AC5B3E067FCBB317E2C6399FD6E872C650FAA2D718 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/3.0.1/beekeeper-studio.beekeeper-studio.locale.en-US.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/3.0.1/beekeeper-studio.beekeeper-studio.locale.en-US.yaml index 7704d165f9e3d..011e80b8d2447 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/3.0.1/beekeeper-studio.beekeeper-studio.locale.en-US.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/3.0.1/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 3.0.1 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Beekeeper Studio Team PublisherUrl: https://github.com/beekeeper-studio/beekeeper-studio PublisherSupportUrl: https://github.com/beekeeper-studio/beekeeper-studio/issues -# PrivacyUrl: +# PrivacyUrl: Author: Matthew Rathbone and Gregory Garden PackageName: Beekeeper Studio PackageUrl: https://github.com/beekeeper-studio/beekeeper-studio @@ -16,18 +16,20 @@ LicenseUrl: https://raw.githubusercontent.com/beekeeper-studio/beekeeper-studio/ Copyright: Copyright (c) 2019 Matthew Rathbone and Gregory Garden. CopyrightUrl: https://raw.githubusercontent.com/beekeeper-studio/beekeeper-studio/v1.12.0/LICENSE.md ShortDescription: Modern and easy to use SQL client for MySQL, Postgres, SQLite, SQL Server, and more. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - electron - mysql - postgres - sql -- sqlite - sql-server +- sqlite - vue -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/3.0.1/beekeeper-studio.beekeeper-studio.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/3.0.1/beekeeper-studio.beekeeper-studio.yaml index 7cfb48e8fd38d..8436ed3053c92 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/3.0.1/beekeeper-studio.beekeeper-studio.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/3.0.1/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 3.0.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/3.0.11/beekeeper-studio.beekeeper-studio.installer.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/3.0.11/beekeeper-studio.beekeeper-studio.installer.yaml index ea19ace1cdb0d..9896084fa14e4 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/3.0.11/beekeeper-studio.beekeeper-studio.installer.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/3.0.11/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 3.0.11 @@ -16,4 +16,4 @@ Installers: InstallerUrl: https://github.com/beekeeper-studio/beekeeper-studio/releases/download/v3.0.11/Beekeeper-Studio-Setup-3.0.11.exe InstallerSha256: 17C2BD32EDB60E7DA23E343844E7580D6878CD48A469E44E7021ED2D17964628 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/3.0.11/beekeeper-studio.beekeeper-studio.locale.en-US.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/3.0.11/beekeeper-studio.beekeeper-studio.locale.en-US.yaml index 01b9e72a40d7b..17b5add707288 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/3.0.11/beekeeper-studio.beekeeper-studio.locale.en-US.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/3.0.11/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 3.0.11 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Beekeeper Studio Team PublisherUrl: https://github.com/beekeeper-studio/beekeeper-studio PublisherSupportUrl: https://github.com/beekeeper-studio/beekeeper-studio/issues -# PrivacyUrl: +# PrivacyUrl: Author: Matthew Rathbone and Gregory Garden PackageName: Beekeeper Studio PackageUrl: https://github.com/beekeeper-studio/beekeeper-studio @@ -16,18 +16,20 @@ LicenseUrl: https://raw.githubusercontent.com/beekeeper-studio/beekeeper-studio/ Copyright: Copyright (c) 2019 Matthew Rathbone and Gregory Garden. CopyrightUrl: https://raw.githubusercontent.com/beekeeper-studio/beekeeper-studio/v1.12.0/LICENSE.md ShortDescription: Modern and easy to use SQL client for MySQL, Postgres, SQLite, SQL Server, and more. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - electron - mysql - postgres - sql -- sqlite - sql-server +- sqlite - vue -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/3.0.11/beekeeper-studio.beekeeper-studio.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/3.0.11/beekeeper-studio.beekeeper-studio.yaml index 67c63c5b49ed9..ad33dbf920afe 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/3.0.11/beekeeper-studio.beekeeper-studio.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/3.0.11/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 3.0.11 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/3.0.3/beekeeper-studio.beekeeper-studio.installer.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/3.0.3/beekeeper-studio.beekeeper-studio.installer.yaml index 2c0991e098b5a..09f2bfe8f4f5a 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/3.0.3/beekeeper-studio.beekeeper-studio.installer.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/3.0.3/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 3.0.3 @@ -16,4 +16,4 @@ Installers: InstallerUrl: https://github.com/beekeeper-studio/beekeeper-studio/releases/download/v3.0.3/Beekeeper-Studio-Setup-3.0.3.exe InstallerSha256: D7AD05DC84DC214AAD7D5E1ACCDECD500244945B45B90D169299B4950BB80D40 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/3.0.3/beekeeper-studio.beekeeper-studio.locale.en-US.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/3.0.3/beekeeper-studio.beekeeper-studio.locale.en-US.yaml index 64a71ebab84d3..f5c449a7753ac 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/3.0.3/beekeeper-studio.beekeeper-studio.locale.en-US.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/3.0.3/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 3.0.3 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Beekeeper Studio Team PublisherUrl: https://github.com/beekeeper-studio/beekeeper-studio PublisherSupportUrl: https://github.com/beekeeper-studio/beekeeper-studio/issues -# PrivacyUrl: +# PrivacyUrl: Author: Matthew Rathbone and Gregory Garden PackageName: Beekeeper Studio PackageUrl: https://github.com/beekeeper-studio/beekeeper-studio @@ -16,18 +16,20 @@ LicenseUrl: https://raw.githubusercontent.com/beekeeper-studio/beekeeper-studio/ Copyright: Copyright (c) 2019 Matthew Rathbone and Gregory Garden. CopyrightUrl: https://raw.githubusercontent.com/beekeeper-studio/beekeeper-studio/v1.12.0/LICENSE.md ShortDescription: Modern and easy to use SQL client for MySQL, Postgres, SQLite, SQL Server, and more. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - electron - mysql - postgres - sql -- sqlite - sql-server +- sqlite - vue -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/3.0.3/beekeeper-studio.beekeeper-studio.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/3.0.3/beekeeper-studio.beekeeper-studio.yaml index e58cfa434680e..7dfcfd8d617fd 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/3.0.3/beekeeper-studio.beekeeper-studio.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/3.0.3/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 3.0.3 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/3.0.5/beekeeper-studio.beekeeper-studio.installer.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/3.0.5/beekeeper-studio.beekeeper-studio.installer.yaml index 2ca5c48bd6323..e9920809c5162 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/3.0.5/beekeeper-studio.beekeeper-studio.installer.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/3.0.5/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 3.0.5 @@ -16,4 +16,4 @@ Installers: InstallerUrl: https://github.com/beekeeper-studio/beekeeper-studio/releases/download/v3.0.5/Beekeeper-Studio-Setup-3.0.5.exe InstallerSha256: 4DD0F7CCF5C6B17C1AB4C4F3ABEDC8D2EA61252494C6D9C5D63C6C1EF2EE74B2 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/3.0.5/beekeeper-studio.beekeeper-studio.locale.en-US.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/3.0.5/beekeeper-studio.beekeeper-studio.locale.en-US.yaml index 7e970a02407a5..3b2d0af4e238c 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/3.0.5/beekeeper-studio.beekeeper-studio.locale.en-US.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/3.0.5/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 3.0.5 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Beekeeper Studio Team PublisherUrl: https://github.com/beekeeper-studio/beekeeper-studio PublisherSupportUrl: https://github.com/beekeeper-studio/beekeeper-studio/issues -# PrivacyUrl: +# PrivacyUrl: Author: Matthew Rathbone and Gregory Garden PackageName: Beekeeper Studio PackageUrl: https://github.com/beekeeper-studio/beekeeper-studio @@ -16,18 +16,20 @@ LicenseUrl: https://raw.githubusercontent.com/beekeeper-studio/beekeeper-studio/ Copyright: Copyright (c) 2019 Matthew Rathbone and Gregory Garden. CopyrightUrl: https://raw.githubusercontent.com/beekeeper-studio/beekeeper-studio/v1.12.0/LICENSE.md ShortDescription: Modern and easy to use SQL client for MySQL, Postgres, SQLite, SQL Server, and more. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - electron - mysql - postgres - sql -- sqlite - sql-server +- sqlite - vue -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/3.0.5/beekeeper-studio.beekeeper-studio.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/3.0.5/beekeeper-studio.beekeeper-studio.yaml index f2c939ca54426..1c0b0f58ae292 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/3.0.5/beekeeper-studio.beekeeper-studio.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/3.0.5/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 3.0.5 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/3.0.7/beekeeper-studio.beekeeper-studio.installer.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/3.0.7/beekeeper-studio.beekeeper-studio.installer.yaml index 49a9d05659a31..6088766b54bd3 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/3.0.7/beekeeper-studio.beekeeper-studio.installer.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/3.0.7/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 3.0.7 @@ -16,4 +16,4 @@ Installers: InstallerUrl: https://github.com/beekeeper-studio/beekeeper-studio/releases/download/v3.0.7/Beekeeper-Studio-Setup-3.0.7.exe InstallerSha256: 75BBB8C7F4448124534236CC64FCF486FC508A7064CFFC72F9858200E5FF3E70 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/3.0.7/beekeeper-studio.beekeeper-studio.locale.en-US.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/3.0.7/beekeeper-studio.beekeeper-studio.locale.en-US.yaml index 1c1159fbc2b2c..57c75aafcb9ae 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/3.0.7/beekeeper-studio.beekeeper-studio.locale.en-US.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/3.0.7/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 3.0.7 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Beekeeper Studio Team PublisherUrl: https://github.com/beekeeper-studio/beekeeper-studio PublisherSupportUrl: https://github.com/beekeeper-studio/beekeeper-studio/issues -# PrivacyUrl: +# PrivacyUrl: Author: Matthew Rathbone and Gregory Garden PackageName: Beekeeper Studio PackageUrl: https://github.com/beekeeper-studio/beekeeper-studio @@ -16,18 +16,20 @@ LicenseUrl: https://raw.githubusercontent.com/beekeeper-studio/beekeeper-studio/ Copyright: Copyright (c) 2019 Matthew Rathbone and Gregory Garden. CopyrightUrl: https://raw.githubusercontent.com/beekeeper-studio/beekeeper-studio/v1.12.0/LICENSE.md ShortDescription: Modern and easy to use SQL client for MySQL, Postgres, SQLite, SQL Server, and more. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - electron - mysql - postgres - sql -- sqlite - sql-server +- sqlite - vue -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/3.0.7/beekeeper-studio.beekeeper-studio.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/3.0.7/beekeeper-studio.beekeeper-studio.yaml index 5a402069765d6..b988d5a728f0a 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/3.0.7/beekeeper-studio.beekeeper-studio.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/3.0.7/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 3.0.7 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/3.0.9/beekeeper-studio.beekeeper-studio.installer.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/3.0.9/beekeeper-studio.beekeeper-studio.installer.yaml index 9f657e3913272..9438a0f2d662d 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/3.0.9/beekeeper-studio.beekeeper-studio.installer.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/3.0.9/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 3.0.9 @@ -16,4 +16,4 @@ Installers: InstallerUrl: https://github.com/beekeeper-studio/beekeeper-studio/releases/download/v3.0.9/Beekeeper-Studio-Setup-3.0.9.exe InstallerSha256: 3C148D1C72B72D85252B23F12E474E7E040C056BD8355C8189DA91AE5B86B280 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/3.0.9/beekeeper-studio.beekeeper-studio.locale.en-US.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/3.0.9/beekeeper-studio.beekeeper-studio.locale.en-US.yaml index 33a070f37a8d0..478f2235fc5e7 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/3.0.9/beekeeper-studio.beekeeper-studio.locale.en-US.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/3.0.9/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 3.0.9 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Beekeeper Studio Team PublisherUrl: https://github.com/beekeeper-studio/beekeeper-studio PublisherSupportUrl: https://github.com/beekeeper-studio/beekeeper-studio/issues -# PrivacyUrl: +# PrivacyUrl: Author: Matthew Rathbone and Gregory Garden PackageName: Beekeeper Studio PackageUrl: https://github.com/beekeeper-studio/beekeeper-studio @@ -16,18 +16,20 @@ LicenseUrl: https://raw.githubusercontent.com/beekeeper-studio/beekeeper-studio/ Copyright: Copyright (c) 2019 Matthew Rathbone and Gregory Garden. CopyrightUrl: https://raw.githubusercontent.com/beekeeper-studio/beekeeper-studio/v1.12.0/LICENSE.md ShortDescription: Modern and easy to use SQL client for MySQL, Postgres, SQLite, SQL Server, and more. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - electron - mysql - postgres - sql -- sqlite - sql-server +- sqlite - vue -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/3.0.9/beekeeper-studio.beekeeper-studio.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/3.0.9/beekeeper-studio.beekeeper-studio.yaml index 13787c443ba4a..3f135395fb38d 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/3.0.9/beekeeper-studio.beekeeper-studio.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/3.0.9/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 3.0.9 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/3.1.0/beekeeper-studio.beekeeper-studio.installer.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/3.1.0/beekeeper-studio.beekeeper-studio.installer.yaml index ee0a683b7ce32..ca4248c607496 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/3.1.0/beekeeper-studio.beekeeper-studio.installer.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/3.1.0/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 3.1.0 @@ -16,4 +16,4 @@ Installers: InstallerUrl: https://github.com/beekeeper-studio/beekeeper-studio/releases/download/v3.1.0/Beekeeper-Studio-Setup-3.1.0.exe InstallerSha256: ACC287060131AEDBF0E124D298A74D21A9954D9B4BC2BFDC4AAD63391E0F7AB9 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/3.1.0/beekeeper-studio.beekeeper-studio.locale.en-US.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/3.1.0/beekeeper-studio.beekeeper-studio.locale.en-US.yaml index 8fea8279647ef..ec1ba70c933c7 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/3.1.0/beekeeper-studio.beekeeper-studio.locale.en-US.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/3.1.0/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 3.1.0 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Beekeeper Studio Team PublisherUrl: https://github.com/beekeeper-studio/beekeeper-studio PublisherSupportUrl: https://github.com/beekeeper-studio/beekeeper-studio/issues -# PrivacyUrl: +# PrivacyUrl: Author: Matthew Rathbone and Gregory Garden PackageName: Beekeeper Studio PackageUrl: https://github.com/beekeeper-studio/beekeeper-studio @@ -16,18 +16,20 @@ LicenseUrl: https://raw.githubusercontent.com/beekeeper-studio/beekeeper-studio/ Copyright: Copyright (c) 2019 Matthew Rathbone and Gregory Garden. CopyrightUrl: https://raw.githubusercontent.com/beekeeper-studio/beekeeper-studio/v1.12.0/LICENSE.md ShortDescription: Modern and easy to use SQL client for MySQL, Postgres, SQLite, SQL Server, and more. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - electron - mysql - postgres - sql -- sqlite - sql-server +- sqlite - vue -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/3.1.0/beekeeper-studio.beekeeper-studio.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/3.1.0/beekeeper-studio.beekeeper-studio.yaml index 5dd4697a197d2..157ffa7f3a7a9 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/3.1.0/beekeeper-studio.beekeeper-studio.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/3.1.0/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 3.1.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/3.2.0/beekeeper-studio.beekeeper-studio.installer.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/3.2.0/beekeeper-studio.beekeeper-studio.installer.yaml index 8ee67ec8e2f59..1fc8a08226b82 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/3.2.0/beekeeper-studio.beekeeper-studio.installer.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/3.2.0/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 3.2.0 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://github.com/beekeeper-studio/beekeeper-studio/releases/download/v3.2.0/Beekeeper-Studio-Setup-3.2.0.exe InstallerSha256: 4E61D042760C4CA0836ACC9CD23FB80472DA9CE48287F387E9AD3CB70C732E35 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/3.2.0/beekeeper-studio.beekeeper-studio.locale.en-US.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/3.2.0/beekeeper-studio.beekeeper-studio.locale.en-US.yaml index 651dd37295db1..1fa092a4ab18c 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/3.2.0/beekeeper-studio.beekeeper-studio.locale.en-US.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/3.2.0/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 3.2.0 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Beekeeper Studio Team PublisherUrl: https://github.com/beekeeper-studio/beekeeper-studio PublisherSupportUrl: https://github.com/beekeeper-studio/beekeeper-studio/issues -# PrivacyUrl: +# PrivacyUrl: Author: Matthew Rathbone and Gregory Garden PackageName: Beekeeper Studio PackageUrl: https://github.com/beekeeper-studio/beekeeper-studio @@ -16,18 +16,20 @@ LicenseUrl: https://raw.githubusercontent.com/beekeeper-studio/beekeeper-studio/ Copyright: Copyright (c) 2019 Matthew Rathbone and Gregory Garden. CopyrightUrl: https://raw.githubusercontent.com/beekeeper-studio/beekeeper-studio/v1.12.0/LICENSE.md ShortDescription: Modern and easy to use SQL client for MySQL, Postgres, SQLite, SQL Server, and more. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - electron - mysql - postgres - sql -- sqlite - sql-server +- sqlite - vue -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v3.2.0 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/3.2.0/beekeeper-studio.beekeeper-studio.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/3.2.0/beekeeper-studio.beekeeper-studio.yaml index a2442e6f1dcbf..baf2ecb7deab0 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/3.2.0/beekeeper-studio.beekeeper-studio.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/3.2.0/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 3.2.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/3.2.1/beekeeper-studio.beekeeper-studio.installer.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/3.2.1/beekeeper-studio.beekeeper-studio.installer.yaml index fe2e21499bbfd..0955fe5bf637e 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/3.2.1/beekeeper-studio.beekeeper-studio.installer.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/3.2.1/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 3.2.1 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://github.com/beekeeper-studio/beekeeper-studio/releases/download/v3.2.1/Beekeeper-Studio-Setup-3.2.1.exe InstallerSha256: 70ECB6BF510B9BB25FB57841C787AA627E76A38B2E1B64E2C1561086008040DA ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/3.2.1/beekeeper-studio.beekeeper-studio.locale.en-US.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/3.2.1/beekeeper-studio.beekeeper-studio.locale.en-US.yaml index 3aabc4962a20c..f99ab5acc4d81 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/3.2.1/beekeeper-studio.beekeeper-studio.locale.en-US.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/3.2.1/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 3.2.1 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Beekeeper Studio Team PublisherUrl: https://github.com/beekeeper-studio/beekeeper-studio PublisherSupportUrl: https://github.com/beekeeper-studio/beekeeper-studio/issues -# PrivacyUrl: +# PrivacyUrl: Author: Matthew Rathbone and Gregory Garden PackageName: Beekeeper Studio PackageUrl: https://github.com/beekeeper-studio/beekeeper-studio @@ -16,8 +16,8 @@ LicenseUrl: https://raw.githubusercontent.com/beekeeper-studio/beekeeper-studio/ Copyright: Copyright (c) 2019 Matthew Rathbone and Gregory Garden. CopyrightUrl: https://raw.githubusercontent.com/beekeeper-studio/beekeeper-studio/v1.12.0/LICENSE.md ShortDescription: Modern and easy to use SQL client for MySQL, Postgres, SQLite, SQL Server, and more. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - electron - mysql @@ -26,8 +26,10 @@ Tags: - sql-server - sqlite - vue -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v3.2.1 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/3.2.1/beekeeper-studio.beekeeper-studio.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/3.2.1/beekeeper-studio.beekeeper-studio.yaml index 207950213b74f..85eb39b895231 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/3.2.1/beekeeper-studio.beekeeper-studio.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/3.2.1/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 3.2.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/3.3.6/beekeeper-studio.beekeeper-studio.installer.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/3.3.6/beekeeper-studio.beekeeper-studio.installer.yaml index 52f5c96d5a1d8..98a97c8fc57b2 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/3.3.6/beekeeper-studio.beekeeper-studio.installer.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/3.3.6/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 3.3.6 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://github.com/beekeeper-studio/beekeeper-studio/releases/download/v3.3.6/Beekeeper-Studio-Setup-3.3.6.exe InstallerSha256: 6302EDACD74011E0C0E9E747C219B944116149C3194633E6B5F6595A915677D3 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/3.3.6/beekeeper-studio.beekeeper-studio.locale.en-US.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/3.3.6/beekeeper-studio.beekeeper-studio.locale.en-US.yaml index c4bae2b712962..0808ddfa8122d 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/3.3.6/beekeeper-studio.beekeeper-studio.locale.en-US.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/3.3.6/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 3.3.6 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Beekeeper Studio Team PublisherUrl: https://github.com/beekeeper-studio/beekeeper-studio PublisherSupportUrl: https://github.com/beekeeper-studio/beekeeper-studio/issues -# PrivacyUrl: +# PrivacyUrl: Author: Matthew Rathbone and Gregory Garden PackageName: Beekeeper Studio PackageUrl: https://github.com/beekeeper-studio/beekeeper-studio @@ -16,8 +16,8 @@ LicenseUrl: https://raw.githubusercontent.com/beekeeper-studio/beekeeper-studio/ Copyright: Copyright (c) 2019 Matthew Rathbone and Gregory Garden. CopyrightUrl: https://raw.githubusercontent.com/beekeeper-studio/beekeeper-studio/v1.12.0/LICENSE.md ShortDescription: Modern and easy to use SQL client for MySQL, Postgres, SQLite, SQL Server, and more. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - electron - mysql @@ -26,8 +26,10 @@ Tags: - sql-server - sqlite - vue -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v3.3.6 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/3.3.6/beekeeper-studio.beekeeper-studio.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/3.3.6/beekeeper-studio.beekeeper-studio.yaml index 7cf7bda6e51f2..7e1694e4899ea 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/3.3.6/beekeeper-studio.beekeeper-studio.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/3.3.6/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 3.3.6 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/3.3.7/beekeeper-studio.beekeeper-studio.installer.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/3.3.7/beekeeper-studio.beekeeper-studio.installer.yaml index fbc6e520fe77a..84deb41cf08ad 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/3.3.7/beekeeper-studio.beekeeper-studio.installer.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/3.3.7/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 3.3.7 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://github.com/beekeeper-studio/beekeeper-studio/releases/download/v3.3.7/Beekeeper-Studio-Setup-3.3.7.exe InstallerSha256: E4C11B17C1C7E0A21D0EEAAAE15ABA515F9C5DC603797F20D3D0D97C4253D51D ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/3.3.7/beekeeper-studio.beekeeper-studio.locale.en-US.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/3.3.7/beekeeper-studio.beekeeper-studio.locale.en-US.yaml index 11362f3a6767b..07be556c0a7ac 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/3.3.7/beekeeper-studio.beekeeper-studio.locale.en-US.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/3.3.7/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 3.3.7 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Beekeeper Studio Team PublisherUrl: https://github.com/beekeeper-studio/beekeeper-studio PublisherSupportUrl: https://github.com/beekeeper-studio/beekeeper-studio/issues -# PrivacyUrl: +# PrivacyUrl: Author: Matthew Rathbone and Gregory Garden PackageName: Beekeeper Studio PackageUrl: https://github.com/beekeeper-studio/beekeeper-studio @@ -16,8 +16,8 @@ LicenseUrl: https://raw.githubusercontent.com/beekeeper-studio/beekeeper-studio/ Copyright: Copyright (c) 2019 Matthew Rathbone and Gregory Garden. CopyrightUrl: https://raw.githubusercontent.com/beekeeper-studio/beekeeper-studio/v1.12.0/LICENSE.md ShortDescription: Modern and easy to use SQL client for MySQL, Postgres, SQLite, SQL Server, and more. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - electron - mysql @@ -26,8 +26,10 @@ Tags: - sql-server - sqlite - vue -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v3.3.7 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/3.3.7/beekeeper-studio.beekeeper-studio.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/3.3.7/beekeeper-studio.beekeeper-studio.yaml index 819b2e08c4626..d71b838b5a910 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/3.3.7/beekeeper-studio.beekeeper-studio.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/3.3.7/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 3.3.7 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/3.3.8/beekeeper-studio.beekeeper-studio.installer.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/3.3.8/beekeeper-studio.beekeeper-studio.installer.yaml index 7b1855e073766..ee808c603fdfb 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/3.3.8/beekeeper-studio.beekeeper-studio.installer.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/3.3.8/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 3.3.8 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://github.com/beekeeper-studio/beekeeper-studio/releases/download/v3.3.8/Beekeeper-Studio-Setup-3.3.8.exe InstallerSha256: A7A414B1A1CD4846425F4E70256814B388BE67A25F00033FB04A35E8931375BB ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/3.3.8/beekeeper-studio.beekeeper-studio.locale.en-US.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/3.3.8/beekeeper-studio.beekeeper-studio.locale.en-US.yaml index 114c2f12b87d3..b2fa59dbc6fb8 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/3.3.8/beekeeper-studio.beekeeper-studio.locale.en-US.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/3.3.8/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 3.3.8 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Beekeeper Studio Team PublisherUrl: https://github.com/beekeeper-studio/beekeeper-studio PublisherSupportUrl: https://github.com/beekeeper-studio/beekeeper-studio/issues -# PrivacyUrl: +# PrivacyUrl: Author: Matthew Rathbone and Gregory Garden PackageName: Beekeeper Studio PackageUrl: https://github.com/beekeeper-studio/beekeeper-studio @@ -16,8 +16,8 @@ LicenseUrl: https://raw.githubusercontent.com/beekeeper-studio/beekeeper-studio/ Copyright: Copyright (c) 2019 Matthew Rathbone and Gregory Garden. CopyrightUrl: https://raw.githubusercontent.com/beekeeper-studio/beekeeper-studio/v1.12.0/LICENSE.md ShortDescription: Modern and easy to use SQL client for MySQL, Postgres, SQLite, SQL Server, and more. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - electron - mysql @@ -26,8 +26,10 @@ Tags: - sql-server - sqlite - vue -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v3.3.8 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/3.3.8/beekeeper-studio.beekeeper-studio.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/3.3.8/beekeeper-studio.beekeeper-studio.yaml index 67c656b3b9537..80e80a88f343a 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/3.3.8/beekeeper-studio.beekeeper-studio.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/3.3.8/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 3.3.8 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/3.4.1/beekeeper-studio.beekeeper-studio.installer.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/3.4.1/beekeeper-studio.beekeeper-studio.installer.yaml index e3335876569b4..21d85f0f5b841 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/3.4.1/beekeeper-studio.beekeeper-studio.installer.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/3.4.1/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 3.4.1 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://github.com/beekeeper-studio/beekeeper-studio/releases/download/v3.4.1/Beekeeper-Studio-Setup-3.4.1.exe InstallerSha256: 06A787616443746817ED910AF8435E40F70B03FE36357DBFF6EDBA2A7E2AD7D4 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/3.4.1/beekeeper-studio.beekeeper-studio.locale.en-US.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/3.4.1/beekeeper-studio.beekeeper-studio.locale.en-US.yaml index 8736b4e18e28d..f50c4ddabe1bb 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/3.4.1/beekeeper-studio.beekeeper-studio.locale.en-US.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/3.4.1/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 3.4.1 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Beekeeper Studio Team PublisherUrl: https://github.com/beekeeper-studio/beekeeper-studio PublisherSupportUrl: https://github.com/beekeeper-studio/beekeeper-studio/issues -# PrivacyUrl: +# PrivacyUrl: Author: Matthew Rathbone and Gregory Garden PackageName: Beekeeper Studio PackageUrl: https://github.com/beekeeper-studio/beekeeper-studio @@ -16,8 +16,8 @@ LicenseUrl: https://raw.githubusercontent.com/beekeeper-studio/beekeeper-studio/ Copyright: Copyright (c) 2019 Matthew Rathbone and Gregory Garden. CopyrightUrl: https://raw.githubusercontent.com/beekeeper-studio/beekeeper-studio/v1.12.0/LICENSE.md ShortDescription: Modern and easy to use SQL client for MySQL, Postgres, SQLite, SQL Server, and more. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - electron - mysql @@ -26,8 +26,10 @@ Tags: - sql-server - sqlite - vue -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v3.4.1 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/3.4.1/beekeeper-studio.beekeeper-studio.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/3.4.1/beekeeper-studio.beekeeper-studio.yaml index 97720e60ece47..2646b875d9a8a 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/3.4.1/beekeeper-studio.beekeeper-studio.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/3.4.1/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 3.4.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/3.4.2/beekeeper-studio.beekeeper-studio.installer.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/3.4.2/beekeeper-studio.beekeeper-studio.installer.yaml index af772a4de5d18..9c2976c2a1d9f 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/3.4.2/beekeeper-studio.beekeeper-studio.installer.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/3.4.2/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 3.4.2 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://github.com/beekeeper-studio/beekeeper-studio/releases/download/v3.4.2/Beekeeper-Studio-Setup-3.4.2.exe InstallerSha256: C1E28D651EDC02D58A751DDD434BCBCD6FF763458092FAAD3D52A36BAF980643 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/3.4.2/beekeeper-studio.beekeeper-studio.locale.en-US.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/3.4.2/beekeeper-studio.beekeeper-studio.locale.en-US.yaml index f2f8cfc5cbc60..0132e08ea7cec 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/3.4.2/beekeeper-studio.beekeeper-studio.locale.en-US.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/3.4.2/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 3.4.2 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Beekeeper Studio Team PublisherUrl: https://github.com/beekeeper-studio/beekeeper-studio PublisherSupportUrl: https://github.com/beekeeper-studio/beekeeper-studio/issues -# PrivacyUrl: +# PrivacyUrl: Author: Matthew Rathbone and Gregory Garden PackageName: Beekeeper Studio PackageUrl: https://github.com/beekeeper-studio/beekeeper-studio @@ -16,8 +16,8 @@ LicenseUrl: https://raw.githubusercontent.com/beekeeper-studio/beekeeper-studio/ Copyright: Copyright (c) 2019 Matthew Rathbone and Gregory Garden. CopyrightUrl: https://raw.githubusercontent.com/beekeeper-studio/beekeeper-studio/v1.12.0/LICENSE.md ShortDescription: Modern and easy to use SQL client for MySQL, Postgres, SQLite, SQL Server, and more. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - electron - mysql @@ -26,8 +26,10 @@ Tags: - sql-server - sqlite - vue -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v3.4.2 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/3.4.2/beekeeper-studio.beekeeper-studio.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/3.4.2/beekeeper-studio.beekeeper-studio.yaml index e88cb7016697a..c73239a6a10b0 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/3.4.2/beekeeper-studio.beekeeper-studio.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/3.4.2/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 3.4.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/3.4.3/beekeeper-studio.beekeeper-studio.installer.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/3.4.3/beekeeper-studio.beekeeper-studio.installer.yaml index da03c4d4e0c6b..5c86d2d8b0719 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/3.4.3/beekeeper-studio.beekeeper-studio.installer.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/3.4.3/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 3.4.3 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://github.com/beekeeper-studio/beekeeper-studio/releases/download/v3.4.3/Beekeeper-Studio-Setup-3.4.3.exe InstallerSha256: A48382380E6E6DF44AC084B4385289A0C005A25F5E1A20FED2B414F7A962EB90 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/3.4.3/beekeeper-studio.beekeeper-studio.locale.en-US.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/3.4.3/beekeeper-studio.beekeeper-studio.locale.en-US.yaml index df37fbb2e4fa2..4d827f912db1e 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/3.4.3/beekeeper-studio.beekeeper-studio.locale.en-US.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/3.4.3/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 3.4.3 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Beekeeper Studio Team PublisherUrl: https://github.com/beekeeper-studio/beekeeper-studio PublisherSupportUrl: https://github.com/beekeeper-studio/beekeeper-studio/issues -# PrivacyUrl: +# PrivacyUrl: Author: Matthew Rathbone and Gregory Garden PackageName: Beekeeper Studio PackageUrl: https://github.com/beekeeper-studio/beekeeper-studio @@ -16,8 +16,8 @@ LicenseUrl: https://raw.githubusercontent.com/beekeeper-studio/beekeeper-studio/ Copyright: Copyright (c) 2019 Matthew Rathbone and Gregory Garden. CopyrightUrl: https://raw.githubusercontent.com/beekeeper-studio/beekeeper-studio/v1.12.0/LICENSE.md ShortDescription: Modern and easy to use SQL client for MySQL, Postgres, SQLite, SQL Server, and more. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - electron - mysql @@ -26,8 +26,10 @@ Tags: - sql-server - sqlite - vue -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v3.4.3 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/3.4.3/beekeeper-studio.beekeeper-studio.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/3.4.3/beekeeper-studio.beekeeper-studio.yaml index d1f0e4e940eed..ebc786e7aa709 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/3.4.3/beekeeper-studio.beekeeper-studio.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/3.4.3/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 3.4.3 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/3.5.1/beekeeper-studio.beekeeper-studio.installer.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/3.5.1/beekeeper-studio.beekeeper-studio.installer.yaml index 96b44d64032ab..4971fa274b559 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/3.5.1/beekeeper-studio.beekeeper-studio.installer.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/3.5.1/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 3.5.1 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://github.com/beekeeper-studio/beekeeper-studio/releases/download/v3.5.1/Beekeeper-Studio-Setup-3.5.1.exe InstallerSha256: 5EECAF747CD57D12B42E74C5C873BCAE29A694D38374BC8C88FB7BA5899F88E8 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/3.5.1/beekeeper-studio.beekeeper-studio.locale.en-US.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/3.5.1/beekeeper-studio.beekeeper-studio.locale.en-US.yaml index 75bfe0ef97a3f..5d497adad8469 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/3.5.1/beekeeper-studio.beekeeper-studio.locale.en-US.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/3.5.1/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 3.5.1 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Beekeeper Studio Team PublisherUrl: https://github.com/beekeeper-studio/beekeeper-studio PublisherSupportUrl: https://github.com/beekeeper-studio/beekeeper-studio/issues -# PrivacyUrl: +# PrivacyUrl: Author: Matthew Rathbone and Gregory Garden PackageName: Beekeeper Studio PackageUrl: https://github.com/beekeeper-studio/beekeeper-studio @@ -16,8 +16,8 @@ LicenseUrl: https://raw.githubusercontent.com/beekeeper-studio/beekeeper-studio/ Copyright: Copyright (c) 2019 Matthew Rathbone and Gregory Garden. CopyrightUrl: https://raw.githubusercontent.com/beekeeper-studio/beekeeper-studio/v1.12.0/LICENSE.md ShortDescription: Modern and easy to use SQL client for MySQL, Postgres, SQLite, SQL Server, and more. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - electron - mysql @@ -26,8 +26,10 @@ Tags: - sql-server - sqlite - vue -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v3.5.1 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/3.5.1/beekeeper-studio.beekeeper-studio.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/3.5.1/beekeeper-studio.beekeeper-studio.yaml index cce47d961377e..c2c87c832309a 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/3.5.1/beekeeper-studio.beekeeper-studio.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/3.5.1/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 3.5.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/3.6.2/beekeeper-studio.beekeeper-studio.installer.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/3.6.2/beekeeper-studio.beekeeper-studio.installer.yaml index c269006f40a69..73d0259029c25 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/3.6.2/beekeeper-studio.beekeeper-studio.installer.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/3.6.2/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 3.6.2 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://github.com/beekeeper-studio/beekeeper-studio/releases/download/v3.6.2/Beekeeper-Studio-Setup-3.6.2.exe InstallerSha256: 2CFA5EAFA33FC86802B5A84176555ED7A44C6FC91AC1B1B0B6FF0C6E06C9D89A ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/3.6.2/beekeeper-studio.beekeeper-studio.locale.en-US.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/3.6.2/beekeeper-studio.beekeeper-studio.locale.en-US.yaml index 6a185cf8b47be..788ba0672306e 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/3.6.2/beekeeper-studio.beekeeper-studio.locale.en-US.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/3.6.2/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 3.6.2 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Beekeeper Studio Team PublisherUrl: https://github.com/beekeeper-studio/beekeeper-studio PublisherSupportUrl: https://github.com/beekeeper-studio/beekeeper-studio/issues -# PrivacyUrl: +# PrivacyUrl: Author: Matthew Rathbone and Gregory Garden PackageName: Beekeeper Studio PackageUrl: https://github.com/beekeeper-studio/beekeeper-studio @@ -16,8 +16,8 @@ LicenseUrl: https://raw.githubusercontent.com/beekeeper-studio/beekeeper-studio/ Copyright: Copyright (c) 2019 Matthew Rathbone and Gregory Garden. CopyrightUrl: https://raw.githubusercontent.com/beekeeper-studio/beekeeper-studio/v1.12.0/LICENSE.md ShortDescription: Modern and easy to use SQL client for MySQL, Postgres, SQLite, SQL Server, and more. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - electron - mysql @@ -26,11 +26,10 @@ Tags: - sql-server - sqlite - vue -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v3.6.2 -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/3.6.2/beekeeper-studio.beekeeper-studio.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/3.6.2/beekeeper-studio.beekeeper-studio.yaml index fa42d4924459f..aa530ec2a54b1 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/3.6.2/beekeeper-studio.beekeeper-studio.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/3.6.2/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 3.6.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/3.7.10/beekeeper-studio.beekeeper-studio.installer.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/3.7.10/beekeeper-studio.beekeeper-studio.installer.yaml index 62bc9e89d71ed..ebcacb96e4a68 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/3.7.10/beekeeper-studio.beekeeper-studio.installer.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/3.7.10/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 3.7.10 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://github.com/beekeeper-studio/beekeeper-studio/releases/download/v3.7.10/Beekeeper-Studio-Setup-3.7.10.exe InstallerSha256: A612FF13954589A873695DB1E117ACE0564D39A3F063FC26CE61B1610C837611 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/3.7.10/beekeeper-studio.beekeeper-studio.locale.en-US.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/3.7.10/beekeeper-studio.beekeeper-studio.locale.en-US.yaml index 673b55911fc53..b391b0f111d2b 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/3.7.10/beekeeper-studio.beekeeper-studio.locale.en-US.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/3.7.10/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 3.7.10 @@ -26,11 +26,10 @@ Tags: - sql-server - sqlite - vue -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v3.7.10 # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/3.7.10/beekeeper-studio.beekeeper-studio.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/3.7.10/beekeeper-studio.beekeeper-studio.yaml index fbe0965495946..36ff00519e135 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/3.7.10/beekeeper-studio.beekeeper-studio.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/3.7.10/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 3.7.10 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/3.7.4/beekeeper-studio.beekeeper-studio.installer.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/3.7.4/beekeeper-studio.beekeeper-studio.installer.yaml index 13eb3db015e9c..b7753cce1a0ce 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/3.7.4/beekeeper-studio.beekeeper-studio.installer.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/3.7.4/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 3.7.4 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://github.com/beekeeper-studio/beekeeper-studio/releases/download/v3.7.4/Beekeeper-Studio-Setup-3.7.4.exe InstallerSha256: 1878B69EC0C830F8B887722967CA8E2F7583B985AA1A87F9AF756187B4963237 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/3.7.4/beekeeper-studio.beekeeper-studio.locale.en-US.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/3.7.4/beekeeper-studio.beekeeper-studio.locale.en-US.yaml index 60d4bd759662a..1989321c6806e 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/3.7.4/beekeeper-studio.beekeeper-studio.locale.en-US.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/3.7.4/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 3.7.4 @@ -26,11 +26,10 @@ Tags: - sql-server - sqlite - vue -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v3.7.4 # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/3.7.4/beekeeper-studio.beekeeper-studio.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/3.7.4/beekeeper-studio.beekeeper-studio.yaml index 032851fbbb6ef..4d20c71aa7b57 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/3.7.4/beekeeper-studio.beekeeper-studio.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/3.7.4/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 3.7.4 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/3.7.9/beekeeper-studio.beekeeper-studio.installer.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/3.7.9/beekeeper-studio.beekeeper-studio.installer.yaml index 508a6d400b928..bf6106b28a6be 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/3.7.9/beekeeper-studio.beekeeper-studio.installer.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/3.7.9/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 3.7.9 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://github.com/beekeeper-studio/beekeeper-studio/releases/download/v3.7.9/Beekeeper-Studio-Setup-3.7.9.exe InstallerSha256: CD988B63EDE4F04367618072C5C420578465A4A1C5B0F899F804B79C61EF5EE3 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/3.7.9/beekeeper-studio.beekeeper-studio.locale.en-US.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/3.7.9/beekeeper-studio.beekeeper-studio.locale.en-US.yaml index 4e8eae9dac91f..4c456cb322f86 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/3.7.9/beekeeper-studio.beekeeper-studio.locale.en-US.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/3.7.9/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 3.7.9 @@ -26,11 +26,10 @@ Tags: - sql-server - sqlite - vue -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v3.7.9 # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/3.7.9/beekeeper-studio.beekeeper-studio.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/3.7.9/beekeeper-studio.beekeeper-studio.yaml index a5f7378961fa6..17ab6544d13c5 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/3.7.9/beekeeper-studio.beekeeper-studio.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/3.7.9/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 3.7.9 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/3.8.9/beekeeper-studio.beekeeper-studio.installer.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/3.8.9/beekeeper-studio.beekeeper-studio.installer.yaml index f3901f7b21196..9db3c5c4a66e6 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/3.8.9/beekeeper-studio.beekeeper-studio.installer.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/3.8.9/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 3.8.9 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://github.com/beekeeper-studio/beekeeper-studio/releases/download/v3.8.9/Beekeeper-Studio-Setup-3.8.9.exe InstallerSha256: 19CB3311EAF23FD899E3DDF93F2204FF07C262E861FA3884B9E409E056967DA4 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/3.8.9/beekeeper-studio.beekeeper-studio.locale.en-US.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/3.8.9/beekeeper-studio.beekeeper-studio.locale.en-US.yaml index 496879805557f..9147c4d87ab56 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/3.8.9/beekeeper-studio.beekeeper-studio.locale.en-US.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/3.8.9/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 3.8.9 @@ -26,11 +26,10 @@ Tags: - sql-server - sqlite - vue -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v3.8.9 # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/3.8.9/beekeeper-studio.beekeeper-studio.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/3.8.9/beekeeper-studio.beekeeper-studio.yaml index 058d461fcf80a..c8bc9540b9966 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/3.8.9/beekeeper-studio.beekeeper-studio.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/3.8.9/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 3.8.9 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/3.9.14/beekeeper-studio.beekeeper-studio.installer.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/3.9.14/beekeeper-studio.beekeeper-studio.installer.yaml index 6bf0bdf6aab6b..3863c35ec21d7 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/3.9.14/beekeeper-studio.beekeeper-studio.installer.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/3.9.14/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 3.9.14 @@ -16,4 +16,4 @@ Installers: InstallerUrl: https://github.com/beekeeper-studio/beekeeper-studio/releases/download/v3.9.14/Beekeeper-Studio-Setup-3.9.14.exe InstallerSha256: F97C6569943D1D7E03BF92DCDCAE18CFB8FD6540FD027E50BCF2972A0828BF28 ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/3.9.14/beekeeper-studio.beekeeper-studio.locale.en-US.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/3.9.14/beekeeper-studio.beekeeper-studio.locale.en-US.yaml index 378a0b20a2cef..4e22cd0dfe240 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/3.9.14/beekeeper-studio.beekeeper-studio.locale.en-US.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/3.9.14/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 3.9.14 @@ -7,6 +7,7 @@ PackageLocale: en-US Publisher: Beekeeper Studio Team PublisherUrl: https://github.com/beekeeper-studio/beekeeper-studio PublisherSupportUrl: https://github.com/beekeeper-studio/beekeeper-studio/issues +# PrivacyUrl: Author: Matthew Rathbone and Gregory Garden PackageName: Beekeeper Studio PackageUrl: https://github.com/beekeeper-studio/beekeeper-studio @@ -15,6 +16,8 @@ LicenseUrl: https://raw.githubusercontent.com/beekeeper-studio/beekeeper-studio/ Copyright: Copyright (c) 2019 Matthew Rathbone and Gregory Garden. CopyrightUrl: https://raw.githubusercontent.com/beekeeper-studio/beekeeper-studio/v1.12.0/LICENSE.md ShortDescription: Modern and easy to use SQL client for MySQL, Postgres, SQLite, SQL Server, and more. +# Description: +# Moniker: Tags: - electron - mysql @@ -23,6 +26,10 @@ Tags: - sql-server - sqlite - vue +# ReleaseNotes: ReleaseNotesUrl: https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v3.9.14 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/3.9.14/beekeeper-studio.beekeeper-studio.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/3.9.14/beekeeper-studio.beekeeper-studio.yaml index 4dd031f6b25b6..d289cd31861c3 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/3.9.14/beekeeper-studio.beekeeper-studio.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/3.9.14/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 3.9.14 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/3.9.18/beekeeper-studio.beekeeper-studio.installer.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/3.9.18/beekeeper-studio.beekeeper-studio.installer.yaml index 2e73a314b448e..c9536d1f65a3c 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/3.9.18/beekeeper-studio.beekeeper-studio.installer.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/3.9.18/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 3.9.18 @@ -16,4 +16,4 @@ Installers: InstallerUrl: https://github.com/beekeeper-studio/beekeeper-studio/releases/download/v3.9.18/Beekeeper-Studio-Setup-3.9.18.exe InstallerSha256: A47BD537DF566CE7352899BE331553FDEC41D4E12F9C730BB4FEBA70332F5778 ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/3.9.18/beekeeper-studio.beekeeper-studio.locale.en-US.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/3.9.18/beekeeper-studio.beekeeper-studio.locale.en-US.yaml index 33ca8bf5784a3..0fa3b70e90bbd 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/3.9.18/beekeeper-studio.beekeeper-studio.locale.en-US.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/3.9.18/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 3.9.18 @@ -7,6 +7,7 @@ PackageLocale: en-US Publisher: Beekeeper Studio Team PublisherUrl: https://github.com/beekeeper-studio/beekeeper-studio PublisherSupportUrl: https://github.com/beekeeper-studio/beekeeper-studio/issues +# PrivacyUrl: Author: Matthew Rathbone and Gregory Garden PackageName: Beekeeper Studio PackageUrl: https://github.com/beekeeper-studio/beekeeper-studio @@ -15,6 +16,8 @@ LicenseUrl: https://raw.githubusercontent.com/beekeeper-studio/beekeeper-studio/ Copyright: Copyright (c) 2019 Matthew Rathbone and Gregory Garden. CopyrightUrl: https://raw.githubusercontent.com/beekeeper-studio/beekeeper-studio/v1.12.0/LICENSE.md ShortDescription: Modern and easy to use SQL client for MySQL, Postgres, SQLite, SQL Server, and more. +# Description: +# Moniker: Tags: - electron - mysql @@ -31,5 +34,8 @@ ReleaseNotes: |- New Contributors - @ndom91 made their first contribution in #1529 ReleaseNotesUrl: https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v3.9.18 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/3.9.18/beekeeper-studio.beekeeper-studio.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/3.9.18/beekeeper-studio.beekeeper-studio.yaml index 21bb3856f01c7..b40d6f245aa70 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/3.9.18/beekeeper-studio.beekeeper-studio.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/3.9.18/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 3.9.18 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/3.9.20/beekeeper-studio.beekeeper-studio.installer.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/3.9.20/beekeeper-studio.beekeeper-studio.installer.yaml index 4f959967c00e7..31243bb4ded22 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/3.9.20/beekeeper-studio.beekeeper-studio.installer.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/3.9.20/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 3.9.20 @@ -16,4 +16,4 @@ Installers: InstallerUrl: https://github.com/beekeeper-studio/beekeeper-studio/releases/download/v3.9.20/Beekeeper-Studio-Setup-3.9.20.exe InstallerSha256: 58DABDAE56BAC9E0DAA0162F6ADD5F17BBF475FF93999CB0DADD4EB9C6A6DD8F ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/3.9.20/beekeeper-studio.beekeeper-studio.locale.en-US.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/3.9.20/beekeeper-studio.beekeeper-studio.locale.en-US.yaml index 48ce9ca215115..8a710148ca858 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/3.9.20/beekeeper-studio.beekeeper-studio.locale.en-US.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/3.9.20/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 3.9.20 @@ -7,6 +7,7 @@ PackageLocale: en-US Publisher: Beekeeper Studio Team PublisherUrl: https://github.com/beekeeper-studio/beekeeper-studio PublisherSupportUrl: https://github.com/beekeeper-studio/beekeeper-studio/issues +# PrivacyUrl: Author: Matthew Rathbone and Gregory Garden PackageName: Beekeeper Studio PackageUrl: https://github.com/beekeeper-studio/beekeeper-studio @@ -15,6 +16,8 @@ LicenseUrl: https://raw.githubusercontent.com/beekeeper-studio/beekeeper-studio/ Copyright: Copyright (c) 2019 Matthew Rathbone and Gregory Garden. CopyrightUrl: https://raw.githubusercontent.com/beekeeper-studio/beekeeper-studio/v1.12.0/LICENSE.md ShortDescription: Modern and easy to use SQL client for MySQL, Postgres, SQLite, SQL Server, and more. +# Description: +# Moniker: Tags: - electron - mysql @@ -47,5 +50,8 @@ ReleaseNotes: |- - fix: if row was array, it was parsing wrong, so have to force it a bit by @wmontgomery in #1654 - Create table SQL script fix by @rathboma in #1657 ReleaseNotesUrl: https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v3.9.20 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/3.9.20/beekeeper-studio.beekeeper-studio.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/3.9.20/beekeeper-studio.beekeeper-studio.yaml index 070a1841c92ad..45ede89e5f609 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/3.9.20/beekeeper-studio.beekeeper-studio.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/3.9.20/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 3.9.20 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/3.9.9/beekeeper-studio.beekeeper-studio.installer.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/3.9.9/beekeeper-studio.beekeeper-studio.installer.yaml index 82e8fdbdb7300..20e952c60cd3b 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/3.9.9/beekeeper-studio.beekeeper-studio.installer.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/3.9.9/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 3.9.9 @@ -16,4 +16,4 @@ Installers: InstallerUrl: https://github.com/beekeeper-studio/beekeeper-studio/releases/download/v3.9.9/Beekeeper-Studio-Setup-3.9.9.exe InstallerSha256: DD68CC88DDD7E419BAA845DAF8E5F1F957434FE872DCE5F3D469D514EE9B8889 ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/3.9.9/beekeeper-studio.beekeeper-studio.locale.en-US.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/3.9.9/beekeeper-studio.beekeeper-studio.locale.en-US.yaml index 9e5e766011f11..fd70cff870a01 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/3.9.9/beekeeper-studio.beekeeper-studio.locale.en-US.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/3.9.9/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 3.9.9 @@ -7,6 +7,7 @@ PackageLocale: en-US Publisher: Beekeeper Studio Team PublisherUrl: https://github.com/beekeeper-studio/beekeeper-studio PublisherSupportUrl: https://github.com/beekeeper-studio/beekeeper-studio/issues +# PrivacyUrl: Author: Matthew Rathbone and Gregory Garden PackageName: Beekeeper Studio PackageUrl: https://github.com/beekeeper-studio/beekeeper-studio @@ -15,6 +16,8 @@ LicenseUrl: https://raw.githubusercontent.com/beekeeper-studio/beekeeper-studio/ Copyright: Copyright (c) 2019 Matthew Rathbone and Gregory Garden. CopyrightUrl: https://raw.githubusercontent.com/beekeeper-studio/beekeeper-studio/v1.12.0/LICENSE.md ShortDescription: Modern and easy to use SQL client for MySQL, Postgres, SQLite, SQL Server, and more. +# Description: +# Moniker: Tags: - electron - mysql @@ -23,6 +26,10 @@ Tags: - sql-server - sqlite - vue +# ReleaseNotes: ReleaseNotesUrl: https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v3.9.9 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/3.9.9/beekeeper-studio.beekeeper-studio.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/3.9.9/beekeeper-studio.beekeeper-studio.yaml index 91fc719e29219..d246640ca6406 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/3.9.9/beekeeper-studio.beekeeper-studio.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/3.9.9/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 3.9.9 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/4.0.0/beekeeper-studio.beekeeper-studio.installer.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/4.0.0/beekeeper-studio.beekeeper-studio.installer.yaml index 9f35e5a1a4d04..0ba378018983e 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/4.0.0/beekeeper-studio.beekeeper-studio.installer.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/4.0.0/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 4.0.0 @@ -16,4 +16,4 @@ Installers: InstallerUrl: https://github.com/beekeeper-studio/beekeeper-studio/releases/download/v4.0.0/Beekeeper-Studio-Setup-4.0.0.exe InstallerSha256: B573A2E9FFE61F132BA15D79FEE3A74499996C97EAFF0C3E452723EE579BE706 ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/4.0.0/beekeeper-studio.beekeeper-studio.locale.en-US.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/4.0.0/beekeeper-studio.beekeeper-studio.locale.en-US.yaml index 624823fa86f8b..7b747de8e69b7 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/4.0.0/beekeeper-studio.beekeeper-studio.locale.en-US.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/4.0.0/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 4.0.0 @@ -7,6 +7,7 @@ PackageLocale: en-US Publisher: Beekeeper Studio Team PublisherUrl: https://github.com/beekeeper-studio/beekeeper-studio PublisherSupportUrl: https://github.com/beekeeper-studio/beekeeper-studio/issues +# PrivacyUrl: Author: Matthew Rathbone and Gregory Garden PackageName: Beekeeper Studio PackageUrl: https://github.com/beekeeper-studio/beekeeper-studio @@ -15,6 +16,8 @@ LicenseUrl: https://raw.githubusercontent.com/beekeeper-studio/beekeeper-studio/ Copyright: Copyright (c) 2019 Matthew Rathbone and Gregory Garden. CopyrightUrl: https://raw.githubusercontent.com/beekeeper-studio/beekeeper-studio/v1.12.0/LICENSE.md ShortDescription: Modern and easy to use SQL client for MySQL, Postgres, SQLite, SQL Server, and more. +# Description: +# Moniker: Tags: - electron - mysql @@ -51,5 +54,8 @@ ReleaseNotes: |- - Fixed Postgres array editing problems - Even more stuff to list! (phew, that's a lot) ReleaseNotesUrl: https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v4.0.0 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/4.0.0/beekeeper-studio.beekeeper-studio.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/4.0.0/beekeeper-studio.beekeeper-studio.yaml index 1c2d05df2d9f5..f81f857d79853 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/4.0.0/beekeeper-studio.beekeeper-studio.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/4.0.0/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 4.0.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/4.0.3/beekeeper-studio.beekeeper-studio.installer.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/4.0.3/beekeeper-studio.beekeeper-studio.installer.yaml index 08416bf1d7924..62b4394c92f91 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/4.0.3/beekeeper-studio.beekeeper-studio.installer.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/4.0.3/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 4.0.3 @@ -16,4 +16,4 @@ Installers: InstallerUrl: https://github.com/beekeeper-studio/beekeeper-studio/releases/download/v4.0.3/Beekeeper-Studio-Setup-4.0.3.exe InstallerSha256: B05554CFECF5D78765125FB7131BA5AA396554576E50347DF4BCFF19CDC8C9A8 ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/4.0.3/beekeeper-studio.beekeeper-studio.locale.en-US.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/4.0.3/beekeeper-studio.beekeeper-studio.locale.en-US.yaml index 301f4dd9f9480..e4bb9396c9750 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/4.0.3/beekeeper-studio.beekeeper-studio.locale.en-US.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/4.0.3/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 4.0.3 @@ -7,6 +7,7 @@ PackageLocale: en-US Publisher: Beekeeper Studio Team PublisherUrl: https://github.com/beekeeper-studio/beekeeper-studio PublisherSupportUrl: https://github.com/beekeeper-studio/beekeeper-studio/issues +# PrivacyUrl: Author: Matthew Rathbone and Gregory Garden PackageName: Beekeeper Studio PackageUrl: https://github.com/beekeeper-studio/beekeeper-studio @@ -15,6 +16,8 @@ LicenseUrl: https://raw.githubusercontent.com/beekeeper-studio/beekeeper-studio/ Copyright: Copyright (c) 2019 Matthew Rathbone and Gregory Garden. CopyrightUrl: https://raw.githubusercontent.com/beekeeper-studio/beekeeper-studio/v1.12.0/LICENSE.md ShortDescription: Modern and easy to use SQL client for MySQL, Postgres, SQLite, SQL Server, and more. +# Description: +# Moniker: Tags: - electron - mysql @@ -23,6 +26,10 @@ Tags: - sql-server - sqlite - vue +# ReleaseNotes: ReleaseNotesUrl: https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v4.0.3 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/4.0.3/beekeeper-studio.beekeeper-studio.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/4.0.3/beekeeper-studio.beekeeper-studio.yaml index f0af69c8070dd..a513fc5ab5e7c 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/4.0.3/beekeeper-studio.beekeeper-studio.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/4.0.3/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 4.0.3 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/4.1.10/beekeeper-studio.beekeeper-studio.installer.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/4.1.10/beekeeper-studio.beekeeper-studio.installer.yaml index 90014621b7163..5a51f8057da16 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/4.1.10/beekeeper-studio.beekeeper-studio.installer.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/4.1.10/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 4.1.10 -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/beekeeper-studio/beekeeper-studio/releases/download/v4.1.10/Beekeeper-Studio-Setup-4.1.10.exe - InstallerSha256: 674afe0b7ec46527843793142534d7d37a3a6848b8ecc029074562315aa37362 -ManifestType: installer -ManifestVersion: 1.5.0 Platform: - Windows.Desktop InstallerType: nullsoft @@ -17,4 +10,10 @@ Scope: user InstallModes: - silent UpgradeBehavior: install -ReleaseDate: "2024-01-12" +ReleaseDate: 2024-01-12 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/beekeeper-studio/beekeeper-studio/releases/download/v4.1.10/Beekeeper-Studio-Setup-4.1.10.exe + InstallerSha256: 674AFE0B7EC46527843793142534D7D37A3A6848B8ECC029074562315AA37362 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/4.1.10/beekeeper-studio.beekeeper-studio.locale.en-US.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/4.1.10/beekeeper-studio.beekeeper-studio.locale.en-US.yaml index 753e5e36c6c03..aeb46d2c7545c 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/4.1.10/beekeeper-studio.beekeeper-studio.locale.en-US.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/4.1.10/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 4.1.10 @@ -8,6 +7,7 @@ PackageLocale: en-US Publisher: Beekeeper Studio Team PublisherUrl: https://github.com/beekeeper-studio/beekeeper-studio PublisherSupportUrl: https://github.com/beekeeper-studio/beekeeper-studio/issues +# PrivacyUrl: Author: Matthew Rathbone and Gregory Garden PackageName: Beekeeper Studio PackageUrl: https://github.com/beekeeper-studio/beekeeper-studio @@ -16,6 +16,8 @@ LicenseUrl: https://raw.githubusercontent.com/beekeeper-studio/beekeeper-studio/ Copyright: Copyright (c) 2019 Matthew Rathbone and Gregory Garden. CopyrightUrl: https://raw.githubusercontent.com/beekeeper-studio/beekeeper-studio/v1.12.0/LICENSE.md ShortDescription: Modern and easy to use SQL client for MySQL, Postgres, SQLite, SQL Server, and more. +# Description: +# Moniker: Tags: - electron - mysql @@ -24,6 +26,10 @@ Tags: - sql-server - sqlite - vue -ManifestType: defaultLocale -ManifestVersion: 1.5.0 +# ReleaseNotes: ReleaseNotesUrl: https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v4.1.10 +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/4.1.10/beekeeper-studio.beekeeper-studio.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/4.1.10/beekeeper-studio.beekeeper-studio.yaml index 492517cb4ef41..0d67a281f4d97 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/4.1.10/beekeeper-studio.beekeeper-studio.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/4.1.10/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 4.1.10 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/4.1.13/beekeeper-studio.beekeeper-studio.installer.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/4.1.13/beekeeper-studio.beekeeper-studio.installer.yaml index 172badeca243e..1778acac4f4b6 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/4.1.13/beekeeper-studio.beekeeper-studio.installer.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/4.1.13/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 4.1.13 @@ -16,4 +16,4 @@ Installers: InstallerUrl: https://github.com/beekeeper-studio/beekeeper-studio/releases/download/v4.1.13/Beekeeper-Studio-Setup-4.1.13.exe InstallerSha256: 30998C707B6E879193B65D71009C6C864CE6D711F372974D289005DC944BD9C2 ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/4.1.13/beekeeper-studio.beekeeper-studio.locale.en-US.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/4.1.13/beekeeper-studio.beekeeper-studio.locale.en-US.yaml index 3218eeca7e2f2..ff98512604db6 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/4.1.13/beekeeper-studio.beekeeper-studio.locale.en-US.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/4.1.13/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 4.1.13 @@ -7,6 +7,7 @@ PackageLocale: en-US Publisher: Beekeeper Studio Team PublisherUrl: https://github.com/beekeeper-studio/beekeeper-studio PublisherSupportUrl: https://github.com/beekeeper-studio/beekeeper-studio/issues +# PrivacyUrl: Author: Matthew Rathbone and Gregory Garden PackageName: Beekeeper Studio PackageUrl: https://github.com/beekeeper-studio/beekeeper-studio @@ -15,6 +16,8 @@ LicenseUrl: https://raw.githubusercontent.com/beekeeper-studio/beekeeper-studio/ Copyright: Copyright (c) 2019 Matthew Rathbone and Gregory Garden. CopyrightUrl: https://raw.githubusercontent.com/beekeeper-studio/beekeeper-studio/v1.12.0/LICENSE.md ShortDescription: Modern and easy to use SQL client for MySQL, Postgres, SQLite, SQL Server, and more. +# Description: +# Moniker: Tags: - electron - mysql @@ -23,6 +26,10 @@ Tags: - sql-server - sqlite - vue +# ReleaseNotes: ReleaseNotesUrl: https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v4.1.13 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/4.1.13/beekeeper-studio.beekeeper-studio.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/4.1.13/beekeeper-studio.beekeeper-studio.yaml index 202489955e159..c75f7f67dd92c 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/4.1.13/beekeeper-studio.beekeeper-studio.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/4.1.13/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 4.1.13 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/4.2.8/beekeeper-studio.beekeeper-studio.installer.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/4.2.8/beekeeper-studio.beekeeper-studio.installer.yaml index 23136b6f3a7f1..f88cf69c943b1 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/4.2.8/beekeeper-studio.beekeeper-studio.installer.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/4.2.8/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 4.2.8 @@ -16,4 +16,4 @@ Installers: InstallerUrl: https://github.com/beekeeper-studio/beekeeper-studio/releases/download/v4.2.8/Beekeeper-Studio-Setup-4.2.8.exe InstallerSha256: FFA4D078AF318ADE3AD90567BBA8D489ED08754395D02028AFFB8DC2346C442F ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/4.2.8/beekeeper-studio.beekeeper-studio.locale.en-US.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/4.2.8/beekeeper-studio.beekeeper-studio.locale.en-US.yaml index d762e40d1db71..f8528630280ff 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/4.2.8/beekeeper-studio.beekeeper-studio.locale.en-US.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/4.2.8/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 4.2.8 @@ -7,6 +7,7 @@ PackageLocale: en-US Publisher: Beekeeper Studio Team PublisherUrl: https://github.com/beekeeper-studio/beekeeper-studio PublisherSupportUrl: https://github.com/beekeeper-studio/beekeeper-studio/issues +# PrivacyUrl: Author: Matthew Rathbone and Gregory Garden PackageName: Beekeeper Studio PackageUrl: https://github.com/beekeeper-studio/beekeeper-studio @@ -15,6 +16,8 @@ LicenseUrl: https://github.com/beekeeper-studio/beekeeper-studio/blob/HEAD/LICEN Copyright: Copyright (c) 2019 Matthew Rathbone and Gregory Garden. CopyrightUrl: https://raw.githubusercontent.com/beekeeper-studio/beekeeper-studio/v1.12.0/LICENSE.md ShortDescription: Modern and easy to use SQL client for MySQL, Postgres, SQLite, SQL Server, and more. +# Description: +# Moniker: Tags: - electron - mysql @@ -23,6 +26,10 @@ Tags: - sql-server - sqlite - vue +# ReleaseNotes: ReleaseNotesUrl: https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v4.2.8 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/4.2.8/beekeeper-studio.beekeeper-studio.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/4.2.8/beekeeper-studio.beekeeper-studio.yaml index 780dac1ece7be..3f4e5fb7c7244 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/4.2.8/beekeeper-studio.beekeeper-studio.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/4.2.8/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 4.2.8 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/4.2.9/beekeeper-studio.beekeeper-studio.installer.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/4.2.9/beekeeper-studio.beekeeper-studio.installer.yaml index cfdc70ee3c61d..843ccdbc16f16 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/4.2.9/beekeeper-studio.beekeeper-studio.installer.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/4.2.9/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 4.2.9 @@ -16,4 +16,4 @@ Installers: InstallerUrl: https://github.com/beekeeper-studio/beekeeper-studio/releases/download/v4.2.9/Beekeeper-Studio-Setup-4.2.9.exe InstallerSha256: F4B21B6FA525E7C0CE2C317080F0D5485F2FB53C1B38EBD6D71F77DC57ECD0A9 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/4.2.9/beekeeper-studio.beekeeper-studio.locale.en-US.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/4.2.9/beekeeper-studio.beekeeper-studio.locale.en-US.yaml index 4462cd6d26cbb..11606774f41c1 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/4.2.9/beekeeper-studio.beekeeper-studio.locale.en-US.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/4.2.9/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 4.2.9 @@ -32,4 +32,4 @@ ReleaseNotesUrl: https://github.com/beekeeper-studio/beekeeper-studio/releases/t # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/4.2.9/beekeeper-studio.beekeeper-studio.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/4.2.9/beekeeper-studio.beekeeper-studio.yaml index e8c869f45d183..3f0ac4191e1cc 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/4.2.9/beekeeper-studio.beekeeper-studio.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/4.2.9/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 4.2.9 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/4.3.0/beekeeper-studio.beekeeper-studio.installer.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/4.3.0/beekeeper-studio.beekeeper-studio.installer.yaml index 195c84acc17f6..7a88c8a1e69b0 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/4.3.0/beekeeper-studio.beekeeper-studio.installer.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/4.3.0/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 4.3.0 @@ -16,4 +16,4 @@ Installers: InstallerUrl: https://github.com/beekeeper-studio/beekeeper-studio/releases/download/v4.3.0/Beekeeper-Studio-Setup-4.3.0.exe InstallerSha256: B94F64B802A10F3E74276509E125A85BF81B2854688D572B327A87478CFFA81C ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/4.3.0/beekeeper-studio.beekeeper-studio.locale.en-US.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/4.3.0/beekeeper-studio.beekeeper-studio.locale.en-US.yaml index 18bd8a224f192..cf824fcadf328 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/4.3.0/beekeeper-studio.beekeeper-studio.locale.en-US.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/4.3.0/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 4.3.0 @@ -32,4 +32,4 @@ ReleaseNotesUrl: https://github.com/beekeeper-studio/beekeeper-studio/releases/t # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/4.3.0/beekeeper-studio.beekeeper-studio.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/4.3.0/beekeeper-studio.beekeeper-studio.yaml index a34f9a1f1f38d..441b98347e94f 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/4.3.0/beekeeper-studio.beekeeper-studio.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/4.3.0/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 4.3.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/4.3.1/beekeeper-studio.beekeeper-studio.installer.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/4.3.1/beekeeper-studio.beekeeper-studio.installer.yaml index 79e8f77ac6682..ab42414a3b0c3 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/4.3.1/beekeeper-studio.beekeeper-studio.installer.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/4.3.1/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 4.3.1 @@ -16,4 +16,4 @@ Installers: InstallerUrl: https://github.com/beekeeper-studio/beekeeper-studio/releases/download/v4.3.1/Beekeeper-Studio-Setup-4.3.1.exe InstallerSha256: 99F17777272C781DBFEB51939DC03D517376C230F4CF159512E7F65A02C0B29F ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/4.3.1/beekeeper-studio.beekeeper-studio.locale.en-US.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/4.3.1/beekeeper-studio.beekeeper-studio.locale.en-US.yaml index ce56040c3b858..3451441a2e317 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/4.3.1/beekeeper-studio.beekeeper-studio.locale.en-US.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/4.3.1/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 4.3.1 @@ -32,4 +32,4 @@ ReleaseNotesUrl: https://github.com/beekeeper-studio/beekeeper-studio/releases/t # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/4.3.1/beekeeper-studio.beekeeper-studio.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/4.3.1/beekeeper-studio.beekeeper-studio.yaml index 5ed33c80b645a..9b96c958ac240 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/4.3.1/beekeeper-studio.beekeeper-studio.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/4.3.1/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 4.3.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/4.3.4/beekeeper-studio.beekeeper-studio.installer.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/4.3.4/beekeeper-studio.beekeeper-studio.installer.yaml index ba1b1808617bc..0feb9702439a8 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/4.3.4/beekeeper-studio.beekeeper-studio.installer.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/4.3.4/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 4.3.4 @@ -16,4 +16,4 @@ Installers: InstallerUrl: https://github.com/beekeeper-studio/beekeeper-studio/releases/download/v4.3.4/Beekeeper-Studio-Setup-4.3.4.exe InstallerSha256: B7B6B6063C7CAFDE1E8FEB402A148E39AA738C0CB258F93EC1E759ABE5B76E85 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/4.3.4/beekeeper-studio.beekeeper-studio.locale.en-US.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/4.3.4/beekeeper-studio.beekeeper-studio.locale.en-US.yaml index bcc6e37b838a1..510f994c8ee21 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/4.3.4/beekeeper-studio.beekeeper-studio.locale.en-US.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/4.3.4/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 4.3.4 @@ -35,4 +35,4 @@ ReleaseNotesUrl: https://github.com/beekeeper-studio/beekeeper-studio/releases/t # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/4.3.4/beekeeper-studio.beekeeper-studio.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/4.3.4/beekeeper-studio.beekeeper-studio.yaml index e2702f7cbfbe1..ba7207843975e 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/4.3.4/beekeeper-studio.beekeeper-studio.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/4.3.4/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 4.3.4 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/4.6.0/beekeeper-studio.beekeeper-studio.installer.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/4.6.0/beekeeper-studio.beekeeper-studio.installer.yaml index 58c995db8092a..09539306ec4d0 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/4.6.0/beekeeper-studio.beekeeper-studio.installer.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/4.6.0/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 4.6.0 @@ -16,4 +16,4 @@ Installers: InstallerUrl: https://github.com/beekeeper-studio/beekeeper-studio/releases/download/v4.6.0/Beekeeper-Studio-Setup-4.6.0.exe InstallerSha256: 7014705A643FA3316802B3E974C99175DE60EF6A227C715B68A88EAB2C1F9FDE ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/4.6.0/beekeeper-studio.beekeeper-studio.locale.en-US.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/4.6.0/beekeeper-studio.beekeeper-studio.locale.en-US.yaml index 12c4fe3807baa..dc4fe20959fa5 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/4.6.0/beekeeper-studio.beekeeper-studio.locale.en-US.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/4.6.0/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 4.6.0 @@ -48,4 +48,4 @@ ReleaseNotesUrl: https://github.com/beekeeper-studio/beekeeper-studio/releases/t # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/4.6.0/beekeeper-studio.beekeeper-studio.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/4.6.0/beekeeper-studio.beekeeper-studio.yaml index f83134a6c660b..4c3bb83bd6b38 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/4.6.0/beekeeper-studio.beekeeper-studio.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/4.6.0/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 4.6.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/4.6.2/beekeeper-studio.beekeeper-studio.installer.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/4.6.2/beekeeper-studio.beekeeper-studio.installer.yaml index 1bd49221a40ca..4155a3a0e2d1d 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/4.6.2/beekeeper-studio.beekeeper-studio.installer.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/4.6.2/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 4.6.2 @@ -16,4 +16,4 @@ Installers: InstallerUrl: https://github.com/beekeeper-studio/beekeeper-studio/releases/download/v4.6.2/Beekeeper-Studio-Setup-4.6.2.exe InstallerSha256: 8FBE7F1024AC31D601435F4235392A4597CC98C4DD765F4D9F9FB07D6BEC850C ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/4.6.2/beekeeper-studio.beekeeper-studio.locale.en-US.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/4.6.2/beekeeper-studio.beekeeper-studio.locale.en-US.yaml index f882ce01db91c..bfe8c708e28b2 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/4.6.2/beekeeper-studio.beekeeper-studio.locale.en-US.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/4.6.2/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 4.6.2 @@ -32,4 +32,4 @@ ReleaseNotesUrl: https://github.com/beekeeper-studio/beekeeper-studio/releases/t # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/4.6.2/beekeeper-studio.beekeeper-studio.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/4.6.2/beekeeper-studio.beekeeper-studio.yaml index c54de9d9408a9..9a035e79ad7d5 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/4.6.2/beekeeper-studio.beekeeper-studio.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/4.6.2/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 4.6.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/4.6.8/beekeeper-studio.beekeeper-studio.installer.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/4.6.8/beekeeper-studio.beekeeper-studio.installer.yaml index a94995258cc58..9cc15f15ed1fe 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/4.6.8/beekeeper-studio.beekeeper-studio.installer.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/4.6.8/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 4.6.8 @@ -16,4 +16,4 @@ Installers: InstallerUrl: https://github.com/beekeeper-studio/beekeeper-studio/releases/download/v4.6.8/Beekeeper-Studio-Setup-4.6.8.exe InstallerSha256: 5171264197319DAA1342349FE1017F2C262331A126455D33777AA7017B35CA20 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/4.6.8/beekeeper-studio.beekeeper-studio.locale.en-US.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/4.6.8/beekeeper-studio.beekeeper-studio.locale.en-US.yaml index cf3096df34215..5a9f993ef03c1 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/4.6.8/beekeeper-studio.beekeeper-studio.locale.en-US.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/4.6.8/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 4.6.8 @@ -32,4 +32,4 @@ ReleaseNotesUrl: https://github.com/beekeeper-studio/beekeeper-studio/releases/t # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/4.6.8/beekeeper-studio.beekeeper-studio.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/4.6.8/beekeeper-studio.beekeeper-studio.yaml index b046eac66978b..d66ee702f1d5a 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/4.6.8/beekeeper-studio.beekeeper-studio.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/4.6.8/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 4.6.8 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/5.0.7/beekeeper-studio.beekeeper-studio.installer.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/5.0.7/beekeeper-studio.beekeeper-studio.installer.yaml index e7e64eed2a332..6304b13f0d074 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/5.0.7/beekeeper-studio.beekeeper-studio.installer.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/5.0.7/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 5.0.7 @@ -10,10 +10,10 @@ Scope: user InstallModes: - silent UpgradeBehavior: install +ReleaseDate: 2024-12-11 Installers: - Architecture: x64 InstallerUrl: https://github.com/beekeeper-studio/beekeeper-studio/releases/download/v5.0.7/Beekeeper-Studio-Setup-5.0.7.exe InstallerSha256: 1F68B13D14279DD5AF32E6325A4583727D78AB058950319380A9966744BBC2CF ManifestType: installer -ManifestVersion: 1.6.0 -ReleaseDate: 2024-12-11 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/5.0.7/beekeeper-studio.beekeeper-studio.locale.en-US.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/5.0.7/beekeeper-studio.beekeeper-studio.locale.en-US.yaml index 42847a6730ec2..87cef3266165b 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/5.0.7/beekeeper-studio.beekeeper-studio.locale.en-US.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/5.0.7/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 5.0.7 @@ -7,6 +7,7 @@ PackageLocale: en-US Publisher: Beekeeper Studio Team PublisherUrl: https://github.com/beekeeper-studio/beekeeper-studio PublisherSupportUrl: https://github.com/beekeeper-studio/beekeeper-studio/issues +# PrivacyUrl: Author: Matthew Rathbone and Gregory Garden PackageName: Beekeeper Studio PackageUrl: https://github.com/beekeeper-studio/beekeeper-studio @@ -15,6 +16,8 @@ LicenseUrl: https://github.com/beekeeper-studio/beekeeper-studio/blob/HEAD/LICEN Copyright: Copyright (c) 2019 Matthew Rathbone and Gregory Garden. CopyrightUrl: https://raw.githubusercontent.com/beekeeper-studio/beekeeper-studio/v1.12.0/LICENSE.md ShortDescription: Modern and easy to use SQL client for MySQL, Postgres, SQLite, SQL Server, and more. +# Description: +# Moniker: Tags: - electron - mysql @@ -23,9 +26,12 @@ Tags: - sql-server - sqlite - vue +# ReleaseNotes: ReleaseNotesUrl: https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v5.0.7 +# PurchaseUrl: +# InstallationNotes: Documentations: - DocumentLabel: Wiki DocumentUrl: https://github.com/beekeeper-studio/beekeeper-studio/wiki ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/b/beekeeper-studio/beekeeper-studio/5.0.7/beekeeper-studio.beekeeper-studio.yaml b/manifests/b/beekeeper-studio/beekeeper-studio/5.0.7/beekeeper-studio.beekeeper-studio.yaml index 677aa4daad2b3..38167f6202002 100644 --- a/manifests/b/beekeeper-studio/beekeeper-studio/5.0.7/beekeeper-studio.beekeeper-studio.yaml +++ b/manifests/b/beekeeper-studio/beekeeper-studio/5.0.7/beekeeper-studio.beekeeper-studio.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: beekeeper-studio.beekeeper-studio PackageVersion: 5.0.7 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +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/blacktop/ipsw/3.1.566/blacktop.ipsw.installer.yaml b/manifests/b/blacktop/ipsw/3.1.566/blacktop.ipsw.installer.yaml new file mode 100644 index 0000000000000..4357277be9929 --- /dev/null +++ b/manifests/b/blacktop/ipsw/3.1.566/blacktop.ipsw.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: blacktop.ipsw +PackageVersion: 3.1.566 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2025-02-08" +Installers: + - Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: ipsw.exe + PortableCommandAlias: ipsw + InstallerUrl: https://github.com/blacktop/ipsw/releases/download/v3.1.566/ipsw_3.1.566_windows_arm64.zip + InstallerSha256: e75ee9c0b8d58b4c82b5cbee955472d12577904524c31ede9ca25a8d24049ccf + UpgradeBehavior: uninstallPrevious + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: ipsw.exe + PortableCommandAlias: ipsw + InstallerUrl: https://github.com/blacktop/ipsw/releases/download/v3.1.566/ipsw_3.1.566_windows_x86_64.zip + InstallerSha256: 8b979c2668ff9b322c944ce84dd6d8c63ca18d0f8091e9d19a72b7269f260a47 + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/b/blacktop/ipsw/3.1.566/blacktop.ipsw.locale.en-US.yaml b/manifests/b/blacktop/ipsw/3.1.566/blacktop.ipsw.locale.en-US.yaml new file mode 100644 index 0000000000000..4a1bab85e8604 --- /dev/null +++ b/manifests/b/blacktop/ipsw/3.1.566/blacktop.ipsw.locale.en-US.yaml @@ -0,0 +1,13 @@ +# 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: blacktop.ipsw +PackageVersion: 3.1.566 +PackageLocale: en-US +Publisher: blacktop +PackageName: ipsw +PackageUrl: https://github.com/blacktop/ipsw +License: MIT +ShortDescription: iOS/macOS Research Swiss Army Knife +Moniker: ipsw +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/b/blacktop/ipsw/3.1.566/blacktop.ipsw.yaml b/manifests/b/blacktop/ipsw/3.1.566/blacktop.ipsw.yaml new file mode 100644 index 0000000000000..e174b2ac54415 --- /dev/null +++ b/manifests/b/blacktop/ipsw/3.1.566/blacktop.ipsw.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: blacktop.ipsw +PackageVersion: 3.1.566 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/b/blacktop/ipsw/3.1.567/blacktop.ipsw.installer.yaml b/manifests/b/blacktop/ipsw/3.1.567/blacktop.ipsw.installer.yaml new file mode 100644 index 0000000000000..390834dae6a74 --- /dev/null +++ b/manifests/b/blacktop/ipsw/3.1.567/blacktop.ipsw.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: blacktop.ipsw +PackageVersion: 3.1.567 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2025-02-11" +Installers: + - Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: ipsw.exe + PortableCommandAlias: ipsw + InstallerUrl: https://github.com/blacktop/ipsw/releases/download/v3.1.567/ipsw_3.1.567_windows_arm64.zip + InstallerSha256: f527500bb0201636edc15ce9b73491e307ab329e00a614cdbf745046f9c7c7f4 + UpgradeBehavior: uninstallPrevious + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: ipsw.exe + PortableCommandAlias: ipsw + InstallerUrl: https://github.com/blacktop/ipsw/releases/download/v3.1.567/ipsw_3.1.567_windows_x86_64.zip + InstallerSha256: 7fb9d118878333775b724643b93c28f84aed88033e70ff2d2d281c68a2a34a09 + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/b/blacktop/ipsw/3.1.567/blacktop.ipsw.locale.en-US.yaml b/manifests/b/blacktop/ipsw/3.1.567/blacktop.ipsw.locale.en-US.yaml new file mode 100644 index 0000000000000..1b3e379132235 --- /dev/null +++ b/manifests/b/blacktop/ipsw/3.1.567/blacktop.ipsw.locale.en-US.yaml @@ -0,0 +1,13 @@ +# 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: blacktop.ipsw +PackageVersion: 3.1.567 +PackageLocale: en-US +Publisher: blacktop +PackageName: ipsw +PackageUrl: https://github.com/blacktop/ipsw +License: MIT +ShortDescription: iOS/macOS Research Swiss Army Knife +Moniker: ipsw +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/b/blacktop/ipsw/3.1.567/blacktop.ipsw.yaml b/manifests/b/blacktop/ipsw/3.1.567/blacktop.ipsw.yaml new file mode 100644 index 0000000000000..bf6acb219533f --- /dev/null +++ b/manifests/b/blacktop/ipsw/3.1.567/blacktop.ipsw.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: blacktop.ipsw +PackageVersion: 3.1.567 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/b/blacktop/ipswd/3.1.566/blacktop.ipswd.installer.yaml b/manifests/b/blacktop/ipswd/3.1.566/blacktop.ipswd.installer.yaml new file mode 100644 index 0000000000000..fae499f98409f --- /dev/null +++ b/manifests/b/blacktop/ipswd/3.1.566/blacktop.ipswd.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: blacktop.ipswd +PackageVersion: 3.1.566 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2025-02-08" +Installers: + - Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: ipswd.exe + PortableCommandAlias: ipswd + InstallerUrl: https://github.com/blacktop/ipsw/releases/download/v3.1.566/ipswd_3.1.566_windows_arm64.zip + InstallerSha256: 251fc830194fa2069c75d7f57f5b14132b79f16454f761755da5bc80f001d003 + UpgradeBehavior: uninstallPrevious + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: ipswd.exe + PortableCommandAlias: ipswd + InstallerUrl: https://github.com/blacktop/ipsw/releases/download/v3.1.566/ipswd_3.1.566_windows_x86_64.zip + InstallerSha256: 9da021e0cbb0b4a5b6508701c2b64835cc0b23fbf04f709329e47ca125e9d6e8 + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/b/blacktop/ipswd/3.1.566/blacktop.ipswd.locale.en-US.yaml b/manifests/b/blacktop/ipswd/3.1.566/blacktop.ipswd.locale.en-US.yaml new file mode 100644 index 0000000000000..3a808660a036f --- /dev/null +++ b/manifests/b/blacktop/ipswd/3.1.566/blacktop.ipswd.locale.en-US.yaml @@ -0,0 +1,13 @@ +# 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: blacktop.ipswd +PackageVersion: 3.1.566 +PackageLocale: en-US +Publisher: blacktop +PackageName: ipswd +PackageUrl: https://github.com/blacktop/ipsw +License: MIT +ShortDescription: ipsw - Daemon +Moniker: ipswd +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/b/blacktop/ipswd/3.1.566/blacktop.ipswd.yaml b/manifests/b/blacktop/ipswd/3.1.566/blacktop.ipswd.yaml new file mode 100644 index 0000000000000..14de876f56698 --- /dev/null +++ b/manifests/b/blacktop/ipswd/3.1.566/blacktop.ipswd.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: blacktop.ipswd +PackageVersion: 3.1.566 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/b/blacktop/ipswd/3.1.567/blacktop.ipswd.installer.yaml b/manifests/b/blacktop/ipswd/3.1.567/blacktop.ipswd.installer.yaml new file mode 100644 index 0000000000000..9719bd6e068ee --- /dev/null +++ b/manifests/b/blacktop/ipswd/3.1.567/blacktop.ipswd.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: blacktop.ipswd +PackageVersion: 3.1.567 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2025-02-11" +Installers: + - Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: ipswd.exe + PortableCommandAlias: ipswd + InstallerUrl: https://github.com/blacktop/ipsw/releases/download/v3.1.567/ipswd_3.1.567_windows_arm64.zip + InstallerSha256: c4dc54ef623982e5e2587216649d85c8ef03c9a0ed394da99c09d68a6de65e39 + UpgradeBehavior: uninstallPrevious + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: ipswd.exe + PortableCommandAlias: ipswd + InstallerUrl: https://github.com/blacktop/ipsw/releases/download/v3.1.567/ipswd_3.1.567_windows_x86_64.zip + InstallerSha256: 2b5197eb0db4adf37fd5ce4609676eecc2a8f59490a923fcb3b455736a662547 + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/b/blacktop/ipswd/3.1.567/blacktop.ipswd.locale.en-US.yaml b/manifests/b/blacktop/ipswd/3.1.567/blacktop.ipswd.locale.en-US.yaml new file mode 100644 index 0000000000000..119832666db40 --- /dev/null +++ b/manifests/b/blacktop/ipswd/3.1.567/blacktop.ipswd.locale.en-US.yaml @@ -0,0 +1,13 @@ +# 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: blacktop.ipswd +PackageVersion: 3.1.567 +PackageLocale: en-US +Publisher: blacktop +PackageName: ipswd +PackageUrl: https://github.com/blacktop/ipsw +License: MIT +ShortDescription: ipsw - Daemon +Moniker: ipswd +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/b/blacktop/ipswd/3.1.567/blacktop.ipswd.yaml b/manifests/b/blacktop/ipswd/3.1.567/blacktop.ipswd.yaml new file mode 100644 index 0000000000000..2a46f865eefa0 --- /dev/null +++ b/manifests/b/blacktop/ipswd/3.1.567/blacktop.ipswd.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: blacktop.ipswd +PackageVersion: 3.1.567 +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..3a89b0251e202 --- /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/10 +# 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: 68B4CBAB7CE27154807BC183107014EB0416732E83CFE9355E3590BB158EE09B + 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..0193dd1b24c69 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/10 # 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..fe0917def9d06 --- /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/10 +# 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..8a95223204572 --- /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/10 +# 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: 7651D99BEF2D7D2C1C405AC5DDED77AC3F3D96AC2E89E2E6B703A040964972C2 +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..6fa1b71b36436 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/10 # 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..6c3aaa4d92a23 --- /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/10 +# 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/CPUID/CPU-Z/2.14/CPUID.CPU-Z.installer.yaml b/manifests/c/CPUID/CPU-Z/2.14/CPUID.CPU-Z.installer.yaml new file mode 100644 index 0000000000000..b4b0d4aca6d77 --- /dev/null +++ b/manifests/c/CPUID/CPU-Z/2.14/CPUID.CPU-Z.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: CPUID.CPU-Z +PackageVersion: "2.14" +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Installers: +- InstallerLocale: en-US + Architecture: x86 + InstallerUrl: https://download.cpuid.com/cpu-z/cpu-z_2.14-en.exe + InstallerSha256: 9C672F8AD63486D1CFBBA3E7376143F9107C09DEA7B30F0E0BC7E7B0EC04108D +- InstallerLocale: en-US + Architecture: x64 + InstallerUrl: https://download.cpuid.com/cpu-z/cpu-z_2.14-en.exe + InstallerSha256: 9C672F8AD63486D1CFBBA3E7376143F9107C09DEA7B30F0E0BC7E7B0EC04108D +- InstallerLocale: zh-CN + Architecture: x86 + InstallerUrl: https://download.cpuid.com/cpu-z/cpu-z_2.14-cn.exe + InstallerSha256: EB5887B7EF8C0D09357179E1244E16BEAF6DD691DAE2D6992697A20579DC999B +- InstallerLocale: zh-CN + Architecture: x64 + InstallerUrl: https://download.cpuid.com/cpu-z/cpu-z_2.14-cn.exe + InstallerSha256: EB5887B7EF8C0D09357179E1244E16BEAF6DD691DAE2D6992697A20579DC999B +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/c/CPUID/CPU-Z/2.14/CPUID.CPU-Z.locale.en-US.yaml b/manifests/c/CPUID/CPU-Z/2.14/CPUID.CPU-Z.locale.en-US.yaml new file mode 100644 index 0000000000000..48027a294af4d --- /dev/null +++ b/manifests/c/CPUID/CPU-Z/2.14/CPUID.CPU-Z.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: CPUID.CPU-Z +PackageVersion: "2.14" +PackageLocale: en-US +Publisher: CPUID, Inc. +PublisherUrl: https://www.cpuid.com/ +PublisherSupportUrl: https://www.cpuid.com/contact.html +PrivacyUrl: https://www.cpuid.com/privacy-policy.html +Author: Franck Delattre, CPUID +PackageName: CPUID CPU-Z +PackageUrl: https://www.cpuid.com/softwares/cpu-z.html +License: Freeware +LicenseUrl: https://www.cpuid.com/terms-of-service.html +Copyright: CPUID © 2001-2025 - All website content subjected to copyright +ShortDescription: System information software. +Description: |- + CPU-Z is a freeware that gathers information on some of the main devices of your system + - Processor name and number, codename, process, package, cache levels. + - Mainboard and chipset. + - Memory type, size, timings, and module specifications (SPD). + - Real time measurement of each cores internal frequency, memory frequency. +Moniker: cpu-z +Tags: +- amd +- cpu +- cpuid +- cpuz +- hardware +- intel +- memory +- motherboard +- processor +- system +- system-utility +- utility +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/c/CPUID/CPU-Z/2.14/CPUID.CPU-Z.locale.zh-CN.yaml b/manifests/c/CPUID/CPU-Z/2.14/CPUID.CPU-Z.locale.zh-CN.yaml new file mode 100644 index 0000000000000..56d1c397c1ab1 --- /dev/null +++ b/manifests/c/CPUID/CPU-Z/2.14/CPUID.CPU-Z.locale.zh-CN.yaml @@ -0,0 +1,37 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: CPUID.CPU-Z +PackageVersion: "2.14" +PackageLocale: zh-CN +Publisher: CPUID, Inc. +PublisherUrl: https://www.cpuid.com/ +PublisherSupportUrl: https://www.cpuid.com/contact.html +PrivacyUrl: https://www.cpuid.com/privacy-policy.html +Author: 弗兰克·德拉特 +PackageName: CPUID CPU-Z +PackageUrl: https://www.cpuid.com/softwares/cpu-z.html +License: 免费软件 +LicenseUrl: https://www.cpuid.com/terms-of-service.html +Copyright: CPUID © 2001-2025 - All website content subjected to copyright +ShortDescription: 系统信息软件 +Description: |- + CPU-Z 是一款免费软件,可以收集系统中一些主要设备的信息 + - 处理器名称、数量、代号、工艺、插槽、各级缓存 + - 主板和芯片组 + - 内存类型、容量、时序、SPD + - 实时测量每个核心的内部频率和内存频率 +Tags: +- amd +- cpu +- cpuid +- intel +- 主板 +- 内存 +- 处理器 +- 工具 +- 硬件 +- 系统 +- 英特尔 +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/c/CPUID/CPU-Z/2.14/CPUID.CPU-Z.yaml b/manifests/c/CPUID/CPU-Z/2.14/CPUID.CPU-Z.yaml new file mode 100644 index 0000000000000..1c2c13cabbc67 --- /dev/null +++ b/manifests/c/CPUID/CPU-Z/2.14/CPUID.CPU-Z.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: CPUID.CPU-Z +PackageVersion: "2.14" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.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/Cisco/ChezScheme/10.1.0/Cisco.ChezScheme.installer.yaml b/manifests/c/Cisco/ChezScheme/10.1.0/Cisco.ChezScheme.installer.yaml new file mode 100644 index 0000000000000..5d2da3876fc81 --- /dev/null +++ b/manifests/c/Cisco/ChezScheme/10.1.0/Cisco.ChezScheme.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: Cisco.ChezScheme +PackageVersion: 10.1.0 +InstallerType: burn +InstallerSwitches: + Silent: /install /quiet + Interactive: /install +ReleaseDate: 2024-11-14 +Installers: +- Architecture: neutral + InstallerUrl: https://github.com/cisco/ChezScheme/releases/download/v10.1.0/ChezScheme10.1.0.exe + InstallerSha256: 2EFC2FA0B108C5060FD16D2DE06CBCB7E2B65CD0EBDC9AB9B5A285EB065ADC47 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/c/Cisco/ChezScheme/10.1.0/Cisco.ChezScheme.locale.en-US.yaml b/manifests/c/Cisco/ChezScheme/10.1.0/Cisco.ChezScheme.locale.en-US.yaml new file mode 100644 index 0000000000000..c7796b116869a --- /dev/null +++ b/manifests/c/Cisco/ChezScheme/10.1.0/Cisco.ChezScheme.locale.en-US.yaml @@ -0,0 +1,34 @@ +# Created with komac v2.10.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Cisco.ChezScheme +PackageVersion: 10.1.0 +PackageLocale: en-US +Publisher: Cisco Systems, Inc. +PublisherUrl: https://cisco.github.io/ChezScheme +PublisherSupportUrl: https://github.com/cisco/ChezScheme/issues +PackageName: Chez Scheme +PackageUrl: https://scheme.com/ +License: Apache-2.0 +LicenseUrl: https://github.com/cisco/ChezScheme/blob/HEAD/LICENSE +Copyright: Copyright © 1984-2022 Cisco Systems, Inc. +ShortDescription: An implementation of the Scheme programming language. +Description: Chez Scheme is an implementation of a superset of the Scheme programming language as described by The Revised6 Report on the Algorithmic Language Scheme (R6RS). It includes a native-code compiler as well as an interpreter and can interface with code written in C through its foreign function interface. +Moniker: chezscheme +Tags: +- cisco +- compiler +- lisp +- scheme +ReleaseNotes: |- + Updates and bug fixes since February 1, 2024. See the release notes for details. + The attached executable ChezScheme10.1.0.exe contains the Windows binary installation built with Visual Studio 2022 for Intel targets. + The attached tarball csv10.1.0.tar.gz contains the source code for this release along with the source code for the subprojects (lz4, nanopass, stex, zlib, and zuo). + SHA-256 of ChezScheme10.1.0.exe: 2efc2fa0b108c5060fd16d2de06cbcb7e2b65cd0ebdc9ab9b5a285eb065adc47 + SHA-256 of csv10.1.0.tar.gz: 9181a6c8c4ab5e5d32d879ff159d335a50d4f8b388611ae22a263e932c35398b +ReleaseNotesUrl: https://github.com/cisco/ChezScheme/releases/tag/v10.1.0 +Documentations: +- DocumentLabel: The Chez Scheme User's Guide for Version 9.5.8 + DocumentUrl: https://cisco.github.io/ChezScheme/csug9.5/csug.html +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/c/Cisco/ChezScheme/10.1.0/Cisco.ChezScheme.yaml b/manifests/c/Cisco/ChezScheme/10.1.0/Cisco.ChezScheme.yaml new file mode 100644 index 0000000000000..d70e5dad3a6eb --- /dev/null +++ b/manifests/c/Cisco/ChezScheme/10.1.0/Cisco.ChezScheme.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: Cisco.ChezScheme +PackageVersion: 10.1.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/c/Cisco/Webex/Bundle/44.12.0.31404/Cisco.Webex.Bundle.installer.yaml b/manifests/c/Cisco/Webex/Bundle/44.12.0.31404/Cisco.Webex.Bundle.installer.yaml index decdcfb77bc39..db140bdb887b8 100644 --- a/manifests/c/Cisco/Webex/Bundle/44.12.0.31404/Cisco.Webex.Bundle.installer.yaml +++ b/manifests/c/Cisco/Webex/Bundle/44.12.0.31404/Cisco.Webex.Bundle.installer.yaml @@ -3,7 +3,6 @@ PackageIdentifier: Cisco.Webex.Bundle PackageVersion: 44.12.0.31404 -InstallerLocale: en-US InstallerType: wix InstallerSwitches: InstallLocation: INSTALL_ROOT="" @@ -23,11 +22,6 @@ FileExtensions: - webexteams ProductCode: '{A04D0B8C-CF5F-5B72-8BD5-8A899DB199EE}' ReleaseDate: 2024-12-17 -AppsAndFeaturesEntries: -- DisplayName: Webex - Publisher: Cisco Systems, Inc - ProductCode: '{A04D0B8C-CF5F-5B72-8BD5-8A899DB199EE}' - UpgradeCode: '{B9DCA8E9-B3A9-419A-9D6F-9BC3557EE72C}' InstallationMetadata: DefaultInstallLocation: '%ProgramFiles%\Cisco Spark' Installers: diff --git a/manifests/c/Citadel5-JP/GS-Calc/21.5.1/Citadel5-JP.GS-Calc.installer.yaml b/manifests/c/Citadel5-JP/GS-Calc/21.5.1/Citadel5-JP.GS-Calc.installer.yaml new file mode 100644 index 0000000000000..8377015c9eae1 --- /dev/null +++ b/manifests/c/Citadel5-JP/GS-Calc/21.5.1/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.1 +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-07 +Installers: + - Architecture: x64 + InstallerUrl: https://citadel5.com/gscalc21.5.1_x64.exe + InstallerSha256: 338cdba76263d06809867fe6da00e55b030493b9d28cb99544d767ac945debc8 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/c/Citadel5-JP/GS-Calc/21.5.1/Citadel5-JP.GS-Calc.locale.en-US.yaml b/manifests/c/Citadel5-JP/GS-Calc/21.5.1/Citadel5-JP.GS-Calc.locale.en-US.yaml new file mode 100644 index 0000000000000..6603a521bab31 --- /dev/null +++ b/manifests/c/Citadel5-JP/GS-Calc/21.5.1/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.1 +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, up to 64 processor cores during calculations, built-in Monte Carlo Simulations, array/"spilling" formulas for any functions written by users in C/C++ as plain DLL libraries even to replace all built-in functions; Python integration with UDF 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.1/Citadel5-JP.GS-Calc.yaml b/manifests/c/Citadel5-JP/GS-Calc/21.5.1/Citadel5-JP.GS-Calc.yaml new file mode 100644 index 0000000000000..b596516b39ab4 --- /dev/null +++ b/manifests/c/Citadel5-JP/GS-Calc/21.5.1/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.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.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.6-alpha.3/ClassicOldSong.Apollo.installer.yaml b/manifests/c/ClassicOldSong/Apollo/v0.2.6-alpha.3/ClassicOldSong.Apollo.installer.yaml new file mode 100644 index 0000000000000..151e9aec959be --- /dev/null +++ b/manifests/c/ClassicOldSong/Apollo/v0.2.6-alpha.3/ClassicOldSong.Apollo.installer.yaml @@ -0,0 +1,23 @@ +# Created with komac v2.10.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: ClassicOldSong.Apollo +PackageVersion: v0.2.6-alpha.3 +InstallerLocale: en-US +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: Apollo +ReleaseDate: 2024-12-01 +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Apollo' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/ClassicOldSong/Apollo/releases/download/v0.2.6-alpha.3/Apollo.exe + InstallerSha256: 8600A8F253C51065D11461819D9AD6590D9DA8B3BF8E3D78089C8FAFE15BF402 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/c/ClassicOldSong/Apollo/v0.2.6-alpha.3/ClassicOldSong.Apollo.locale.en-US.yaml b/manifests/c/ClassicOldSong/Apollo/v0.2.6-alpha.3/ClassicOldSong.Apollo.locale.en-US.yaml new file mode 100644 index 0000000000000..94fd3b7bb5057 --- /dev/null +++ b/manifests/c/ClassicOldSong/Apollo/v0.2.6-alpha.3/ClassicOldSong.Apollo.locale.en-US.yaml @@ -0,0 +1,40 @@ +# Created with komac v2.10.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: ClassicOldSong.Apollo +PackageVersion: v0.2.6-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/HEAD/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: |- + Change log + 1. Fix error/success couldn't be shown on login page + 2. Show alert for checking permissions after pairing + 3. Track upstream + PS: Originally I wanted to fix a weird lagging issue I discovered previously with this build, but it turns out to be the AV1 encoder of nVidia behaving strange. It works fine in most cases so it's not a really big deal, but I still suggest use HEVC if you have a good network connection. If you insist of using AV1, try disable Two-pass mode and enable Spatial AQ in NVENC config tab, that would make the problem less noticable. AMD cards doesn't have this kind of issue. + NOTE: Windows 11 24H2 broke the method for programatically setting primary display, even MultiMonitorTool fails to do so. You can still set the virtual display to default manually and Windows will remember your configuration. + 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. + Warning + Quit ALL running Apollo instances before upgrading! +ReleaseNotesUrl: https://github.com/ClassicOldSong/Apollo/releases/tag/v0.2.6-alpha.3 +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/c/ClassicOldSong/Apollo/v0.2.6-alpha.3/ClassicOldSong.Apollo.yaml b/manifests/c/ClassicOldSong/Apollo/v0.2.6-alpha.3/ClassicOldSong.Apollo.yaml new file mode 100644 index 0000000000000..41750d02891d4 --- /dev/null +++ b/manifests/c/ClassicOldSong/Apollo/v0.2.6-alpha.3/ClassicOldSong.Apollo.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: ClassicOldSong.Apollo +PackageVersion: v0.2.6-alpha.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/c/ClassicOldSong/Apollo/v0.2.7/ClassicOldSong.Apollo.installer.yaml b/manifests/c/ClassicOldSong/Apollo/v0.2.7/ClassicOldSong.Apollo.installer.yaml new file mode 100644 index 0000000000000..353c0eb4f1b5d --- /dev/null +++ b/manifests/c/ClassicOldSong/Apollo/v0.2.7/ClassicOldSong.Apollo.installer.yaml @@ -0,0 +1,23 @@ +# Created with komac v2.10.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: ClassicOldSong.Apollo +PackageVersion: v0.2.7 +InstallerLocale: en-US +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: Apollo +ReleaseDate: 2025-01-01 +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Apollo' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/ClassicOldSong/Apollo/releases/download/v0.2.7/Apollo.exe + InstallerSha256: 5727427C18C1928D3AA37F93C261E175FF7246496EF057F40D6EA161BAD89A95 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/c/ClassicOldSong/Apollo/v0.2.7/ClassicOldSong.Apollo.locale.en-US.yaml b/manifests/c/ClassicOldSong/Apollo/v0.2.7/ClassicOldSong.Apollo.locale.en-US.yaml new file mode 100644 index 0000000000000..6e6c7aecdc93d --- /dev/null +++ b/manifests/c/ClassicOldSong/Apollo/v0.2.7/ClassicOldSong.Apollo.locale.en-US.yaml @@ -0,0 +1,42 @@ +# Created with komac v2.10.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: ClassicOldSong.Apollo +PackageVersion: v0.2.7 +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/HEAD/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: |- + Happy New Year! 🎆 + Change log + 1. Fix password is always saved issue (#130) + 2. First connection now should respect user settings for encoder capablity announcements (#123) + 3. SudoVDA update: peak brightness is now 1671 nits (#164) + 4. Track upstream + It's very complicated to explain why HDR is a total mess, and why enabling HDR makes the image appear dark/yellow. If it's your first time got HDR streaming working, and thinks HDR looks awuful, you're right, but that's not Apollo's fault, it's your device that tone mapped SDR content to the maximum of the capability of its screen, there's no headroom for anything beyond that actual peak brightness for HDR. For details, please take a look here. + NOTE: Windows 11 24H2 broke the method for programatically setting primary display, even MultiMonitorTool fails to do so. You can still set the virtual display to default manually and Windows will remember your configuration. + 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. + Warning + Quit ALL running Apollo instances before upgrading! +ReleaseNotesUrl: https://github.com/ClassicOldSong/Apollo/releases/tag/v0.2.7 +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/c/ClassicOldSong/Apollo/v0.2.7/ClassicOldSong.Apollo.yaml b/manifests/c/ClassicOldSong/Apollo/v0.2.7/ClassicOldSong.Apollo.yaml new file mode 100644 index 0000000000000..cf396aed267fc --- /dev/null +++ b/manifests/c/ClassicOldSong/Apollo/v0.2.7/ClassicOldSong.Apollo.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: ClassicOldSong.Apollo +PackageVersion: v0.2.7 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/c/ClassicOldSong/Apollo/v0.2.8-alpha.5/ClassicOldSong.Apollo.installer.yaml b/manifests/c/ClassicOldSong/Apollo/v0.2.8-alpha.5/ClassicOldSong.Apollo.installer.yaml new file mode 100644 index 0000000000000..d7eea643c827d --- /dev/null +++ b/manifests/c/ClassicOldSong/Apollo/v0.2.8-alpha.5/ClassicOldSong.Apollo.installer.yaml @@ -0,0 +1,23 @@ +# Created with komac v2.10.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: ClassicOldSong.Apollo +PackageVersion: v0.2.8-alpha.5 +InstallerLocale: en-US +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: Apollo +ReleaseDate: 2025-01-20 +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Apollo' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/ClassicOldSong/Apollo/releases/download/v0.2.8-alpha.5/Apollo.exe + InstallerSha256: 43F316EA777F7B527A056BE70618BBD100F5DC2BC86672E950E5F9F0F403BBEC +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/c/ClassicOldSong/Apollo/v0.2.8-alpha.5/ClassicOldSong.Apollo.locale.en-US.yaml b/manifests/c/ClassicOldSong/Apollo/v0.2.8-alpha.5/ClassicOldSong.Apollo.locale.en-US.yaml new file mode 100644 index 0000000000000..d72ca910ea4c1 --- /dev/null +++ b/manifests/c/ClassicOldSong/Apollo/v0.2.8-alpha.5/ClassicOldSong.Apollo.locale.en-US.yaml @@ -0,0 +1,58 @@ +# Created with komac v2.10.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: ClassicOldSong.Apollo +PackageVersion: v0.2.8-alpha.5 +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/HEAD/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: |- + Warning + If you're using multiple instances to stream multiple different displays simutinuously, disable Advanced display device options! + The upstream implementation for display topology handling and resolution automation doesn't support multi instance well. They may end up messing up everything unexpectedly. + If you only need one Apollo instance, it's still safe to upgrade. + Don't forget to remove display_device.state from Apollo's config dir if it exists. + Change log + - v0.2.8-alpha.1 + 1. Primary display can now set automatically + 2. Preserve previous log when Apollo restarts + 3. Adapt display config handling to libdisplaydevice + 4. Track upstream + - v0.2.8-alpha.2 + 1. Revert back to original HDR workaround + 2. Update libcurl, fixes #235 + - v0.2.8-alpha.3 + 1. Hash cookies for Web UI + 2. Track upstream + - Inverse polarity for Global Prep Commands for apps (bug from some unnecessary upstream changes) + - Display config reverting logic refine (not really necessary for Apollo actually, but the new display config handling mechanism caused some display flickering on and off issues on some systems, this change might have fixed the problem) + - Security patch (but it's already patched in Apollo in another way when I discovered the other security vulnberity long ago) + - v0.2.8-alpha.4 & v0.2.8-alpha.5 + 1. Fix bug where output_name did not take effect + 2. Fix all deactivated display are enabled when quitting virtual display + T̶h̶e̶ ̶i̶n̶c̶l̶u̶s̶i̶o̶n̶ ̶o̶f̶ ̶l̶i̶b̶d̶i̶s̶p̶l̶a̶y̶d̶e̶v̶i̶c̶e̶ ̶f̶u̶r̶t̶h̶e̶r̶ ̶c̶o̶m̶p̶l̶i̶c̶a̶t̶e̶d̶ ̶t̶h̶e̶ ̶d̶i̶s̶p̶l̶a̶y̶ ̶c̶o̶n̶f̶i̶g̶ ̶p̶r̶o̶b̶l̶e̶m̶,̶ ̶I̶ ̶h̶o̶p̶e̶ ̶t̶h̶i̶s̶ ̶v̶e̶r̶s̶i̶o̶n̶ ̶g̶e̶t̶s̶ ̶a̶l̶l̶ ̶p̶r̶o̶b̶l̶e̶m̶s̶ ̶w̶i̶t̶h̶ ̶v̶i̶r̶t̶u̶a̶l̶ ̶d̶i̶s̶p̶l̶a̶y̶ ̶i̶n̶t̶r̶o̶d̶u̶c̶e̶d̶ ̶b̶y̶ ̶l̶i̶b̶d̶i̶s̶p̶l̶a̶y̶d̶e̶v̶i̶c̶e̶ ̶s̶o̶l̶v̶e̶d̶.̶.̶.̶ + Nope, there're more hidden problems... + 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. +ReleaseNotesUrl: https://github.com/ClassicOldSong/Apollo/releases/tag/v0.2.8-alpha.5 +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/c/ClassicOldSong/Apollo/v0.2.8-alpha.5/ClassicOldSong.Apollo.yaml b/manifests/c/ClassicOldSong/Apollo/v0.2.8-alpha.5/ClassicOldSong.Apollo.yaml new file mode 100644 index 0000000000000..e852232b6b610 --- /dev/null +++ b/manifests/c/ClassicOldSong/Apollo/v0.2.8-alpha.5/ClassicOldSong.Apollo.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: ClassicOldSong.Apollo +PackageVersion: v0.2.8-alpha.5 +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/ClassicOldSong/Apollo/v0.2.9-alpha.8/ClassicOldSong.Apollo.installer.yaml b/manifests/c/ClassicOldSong/Apollo/v0.2.9-alpha.8/ClassicOldSong.Apollo.installer.yaml new file mode 100644 index 0000000000000..c2409d12739f9 --- /dev/null +++ b/manifests/c/ClassicOldSong/Apollo/v0.2.9-alpha.8/ClassicOldSong.Apollo.installer.yaml @@ -0,0 +1,23 @@ +# Created with komac v2.10.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: ClassicOldSong.Apollo +PackageVersion: v0.2.9-alpha.8 +InstallerLocale: en-US +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: Apollo +ReleaseDate: 2025-02-08 +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Apollo' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/ClassicOldSong/Apollo/releases/download/v0.2.9-alpha.8/Apollo.exe + InstallerSha256: B7704450A665351720E5123A63035C196F341697293DE048629C815827B43AC9 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/c/ClassicOldSong/Apollo/v0.2.9-alpha.8/ClassicOldSong.Apollo.locale.en-US.yaml b/manifests/c/ClassicOldSong/Apollo/v0.2.9-alpha.8/ClassicOldSong.Apollo.locale.en-US.yaml new file mode 100644 index 0000000000000..64f498c7656b1 --- /dev/null +++ b/manifests/c/ClassicOldSong/Apollo/v0.2.9-alpha.8/ClassicOldSong.Apollo.locale.en-US.yaml @@ -0,0 +1,67 @@ +# Created with komac v2.10.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: ClassicOldSong.Apollo +PackageVersion: v0.2.9-alpha.8 +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: |- + Change log + v0.2.9-alpha.8 + 1. Fix avcodec + If you have problems initializing a stream with previous versions with QuickSync, please update. + WARNING: To other developers: DO NOT CHANGE THE MEMORY LAYOUT OF video::config_t and audio::config_t, they may be modified by some other pre-built binaries and they RELY ON THE LAYOUT. This took me a whole day to figure out since there's totally no warning laying around for this. + v0.2.9-alpha.7 + 1. Fix config API + If you have installed alpha.6, please update. If you have met any other issues in saving/changing configs, please make sure to report! + v0.2.9-alpha.6 + 1. Update dependencies + 2. Current running app is now visible in Application page (#328) + 3. Track upstream + 4. Merge Sunshine's hang workaround + Note: This version has some pretty significant changes in configurations API. You may need to update your scripts if they're using HTTP APIs for config automation. + v0.2.9-alpha.5 + 1. Bug fixes for Input Only Mode + 2. Renamed Input Only entry to Remote Input + 3. Added a dedicated "Terminate" entry when using Remote Input + 4. Bug fix for double refresh rate mode when requested resolution is built-in + v0.2.9-alpha.4 + 1. Add Input Only mode (disabled by defalt, enable in Input tab) + 2. Add Double Refresh Rate mode, could improve stutter issue on some systems (disabled by default, enable in Audio/Video tab) + v0.2.9-alpha.3 + 1. Fix extra comma in default apps (Windows) + v0.2.9-alpah.2 + 1. Add option in Advanced tab for limiting captured frame rate (on by default) + 2. Restart immediately when detected a hang (workaround for stream freezes, at least it's better than hanging forever) + v0.2.9-alpha.1 + 1. Add command support for client connect/disconnect. Useful when you want to suspend your computer/game on disconnect. [detail] + 2. Trim app name input to prevent accidental space character remained when configuring MoonDeckStream + 3. Add per-app*per-client identity option + 4. Disable Advanced Display Device Config by default + 5. Log fail reason for pairing + 6. SudoVDA upgrade - might improve stutter problem on some systems + 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. +ReleaseNotesUrl: https://github.com/ClassicOldSong/Apollo/releases/tag/v0.2.9-alpha.8 +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/c/ClassicOldSong/Apollo/v0.2.9-alpha.8/ClassicOldSong.Apollo.yaml b/manifests/c/ClassicOldSong/Apollo/v0.2.9-alpha.8/ClassicOldSong.Apollo.yaml new file mode 100644 index 0000000000000..1cb71f64cdaba --- /dev/null +++ b/manifests/c/ClassicOldSong/Apollo/v0.2.9-alpha.8/ClassicOldSong.Apollo.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: ClassicOldSong.Apollo +PackageVersion: v0.2.9-alpha.8 +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/CloudImperiumGames/RSILauncher/2.2.0/CloudImperiumGames.RSILauncher.installer.yaml b/manifests/c/CloudImperiumGames/RSILauncher/2.2.0/CloudImperiumGames.RSILauncher.installer.yaml new file mode 100644 index 0000000000000..e15c706b2ebc1 --- /dev/null +++ b/manifests/c/CloudImperiumGames/RSILauncher/2.2.0/CloudImperiumGames.RSILauncher.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: CloudImperiumGames.RSILauncher +PackageVersion: 2.2.0 +InstallerLocale: en-US +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.14393.0 +InstallerType: nullsoft +Scope: machine +InstallModes: +- silent +- silentWithProgress +- interactive +UpgradeBehavior: install +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x64 + InstallerUrl: https://install.robertsspaceindustries.com/rel/2/RSI%20Launcher-Setup-2.2.0.exe + InstallerSha256: 66B455799717A43811E31A6603EB58AD210CFDE53E4A53CC58683749E38FACC7 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/c/CloudImperiumGames/RSILauncher/2.2.0/CloudImperiumGames.RSILauncher.locale.en-US.yaml b/manifests/c/CloudImperiumGames/RSILauncher/2.2.0/CloudImperiumGames.RSILauncher.locale.en-US.yaml new file mode 100644 index 0000000000000..b8b7d8dffa3c2 --- /dev/null +++ b/manifests/c/CloudImperiumGames/RSILauncher/2.2.0/CloudImperiumGames.RSILauncher.locale.en-US.yaml @@ -0,0 +1,26 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: CloudImperiumGames.RSILauncher +PackageVersion: 2.2.0 +PackageLocale: en-US +Publisher: Cloud Imperium Games +PrivacyUrl: https://robertsspaceindustries.com/privacy +PackageName: RSI Launcher +PackageUrl: https://www.robertsspaceindustries.com/ +License: Proprietary +LicenseUrl: https://robertsspaceindustries.com/eula +Copyright: Copyright (c) Cloud Imperium Rights LLC and Cloud Imperium Rights Ltd +CopyrightUrl: https://robertsspaceindustries.com/legal +ShortDescription: The RSI Launcher is the application that allows you to install, update, and launch Star Citizen. +Moniker: rsilauncher +Tags: +- star-citizen +- rsi-launcher +- squadron-42 +- games +- gaming +ReleaseNotes: RSI Launcher 2.2.0 Release Notes +ReleaseNotesUrl: https://robertsspaceindustries.com/spectrum/community/SC/forum/1/thread/rsi-launcher-2-2-0-release-notes +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/c/CloudImperiumGames/RSILauncher/2.2.0/CloudImperiumGames.RSILauncher.yaml b/manifests/c/CloudImperiumGames/RSILauncher/2.2.0/CloudImperiumGames.RSILauncher.yaml new file mode 100644 index 0000000000000..3cc2e45d335c3 --- /dev/null +++ b/manifests/c/CloudImperiumGames/RSILauncher/2.2.0/CloudImperiumGames.RSILauncher.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: CloudImperiumGames.RSILauncher +PackageVersion: 2.2.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.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/CodeF0x/ffzap/1.0.0/CodeF0x.ffzap.installer.yaml b/manifests/c/CodeF0x/ffzap/1.0.0/CodeF0x.ffzap.installer.yaml new file mode 100644 index 0000000000000..0d98b2043a188 --- /dev/null +++ b/manifests/c/CodeF0x/ffzap/1.0.0/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: 1.0.0 +InstallerType: portable +InstallModes: +- silent +UpgradeBehavior: install +Commands: +- ffzap +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ReleaseDate: 2025-02-09 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/CodeF0x/ffzap/releases/download/1.0.0/ffzap.exe + InstallerSha256: 048805C480D4B00D75167FAE444BE305225FAF7BE73B40563DB4B4E20B39EB60 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/c/CodeF0x/ffzap/1.0.0/CodeF0x.ffzap.locale.en-US.yaml b/manifests/c/CodeF0x/ffzap/1.0.0/CodeF0x.ffzap.locale.en-US.yaml new file mode 100644 index 0000000000000..a3907a7094fa9 --- /dev/null +++ b/manifests/c/CodeF0x/ffzap/1.0.0/CodeF0x.ffzap.locale.en-US.yaml @@ -0,0 +1,44 @@ +# Created with komac v2.9.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: CodeF0x.ffzap +PackageVersion: 1.0.0 +PackageLocale: en-US +Publisher: Tobias "CodeF0x" Oettl +PublisherUrl: https://codef0x.dev/ +PublisherSupportUrl: https://github.com/CodeF0x/ffzap/issues +Author: Tobias "CodeF0x" Oettl +PackageName: ffzap +PackageUrl: https://github.com/CodeF0x/ffzap +License: Other +LicenseUrl: https://github.com/CodeF0x/ffzap/blob/HEAD/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 +ReleaseNotes: |- + Version 1.0.0 is out!Note: When running ffzap without either --input or --file-list, it will prompt that both --input-directory and --input-file are missing and required. This is a bug. Either --input or --file-list are required. Both --input-directory and --input-file won't work and throw an error. This is not critical and does not affect ffzap in its actual functionality. Both --input-directory and --input-file will get removed with the next version of ffzap.Features: + - -f / --ffmpeg-options is optional now, allowing to change container formats, etc. + Breaking Changes: + - --input-directory got deprecated in favor of --input + - --input-file got deprecated in favor of --file-list + Please read about why here. For a guide on how to migrate to version 1.0.0, read this. +ReleaseNotesUrl: https://github.com/CodeF0x/ffzap/releases/tag/1.0.0 +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/c/CodeF0x/ffzap/1.0.0/CodeF0x.ffzap.yaml b/manifests/c/CodeF0x/ffzap/1.0.0/CodeF0x.ffzap.yaml new file mode 100644 index 0000000000000..866012ac65f35 --- /dev/null +++ b/manifests/c/CodeF0x/ffzap/1.0.0/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: 1.0.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 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/CodecGuide/K-LiteCodecPack/Basic/18.8.0/CodecGuide.K-LiteCodecPack.Basic.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/18.8.0/CodecGuide.K-LiteCodecPack.Basic.installer.yaml new file mode 100644 index 0000000000000..6b21018279eba --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/18.8.0/CodecGuide.K-LiteCodecPack.Basic.installer.yaml @@ -0,0 +1,134 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic +PackageVersion: 18.8.0 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm +ReleaseDate: 2025-02-08 +Installers: +- Architecture: x86 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1880_Basic.exe + InstallerSha256: E1197CC10861CA9BB5C9D5B90EFADA177D7C84261D22BC3194E372F11B4C489D +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1880_Basic.exe + InstallerSha256: E1197CC10861CA9BB5C9D5B90EFADA177D7C84261D22BC3194E372F11B4C489D +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/18.8.0/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/18.8.0/CodecGuide.K-LiteCodecPack.Basic.locale.en-US.yaml new file mode 100644 index 0000000000000..03a667177568c --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/18.8.0/CodecGuide.K-LiteCodecPack.Basic.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: CodecGuide.K-LiteCodecPack.Basic +PackageVersion: 18.8.0 +PackageLocale: en-US +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +PackageName: K-Lite Codec Pack Basic +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_basic.htm +License: Freeware +LicenseUrl: https://codecguide.com/license_basic.rtf +Copyright: Copyright 2004-2024, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. +Description: |- + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. +Moniker: k-litecodecpackbasic +Tags: +- audio +- codec +- decode +- k-lite +- klite +- klite-basic +- media +- mkv +- mp4 +- multimedia +- music +- player +- video +ReleaseNotes: '- Updated LAV Filters to version 0.79.2-27-gd98fc' +ReleaseNotesUrl: https://codecguide.com/changelogs_basic.htm +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/18.8.0/CodecGuide.K-LiteCodecPack.Basic.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/18.8.0/CodecGuide.K-LiteCodecPack.Basic.locale.zh-CN.yaml new file mode 100644 index 0000000000000..5938ee58b40fb --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/18.8.0/CodecGuide.K-LiteCodecPack.Basic.locale.zh-CN.yaml @@ -0,0 +1,46 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Basic +PackageVersion: 18.8.0 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +PackageName: K-Lite Codec Pack Basic +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_basic.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_basic.rtf +Copyright: Copyright 2004-2024, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +Tags: +- k-lite +- klite +- mkv +- mp4 +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +ReleaseNotesUrl: https://codecguide.com/changelogs_basic.htm +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Basic/18.8.0/CodecGuide.K-LiteCodecPack.Basic.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/18.8.0/CodecGuide.K-LiteCodecPack.Basic.yaml new file mode 100644 index 0000000000000..ea1754585fd1c --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Basic/18.8.0/CodecGuide.K-LiteCodecPack.Basic.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: CodecGuide.K-LiteCodecPack.Basic +PackageVersion: 18.8.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.8.0/CodecGuide.K-LiteCodecPack.Full.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.8.0/CodecGuide.K-LiteCodecPack.Full.installer.yaml new file mode 100644 index 0000000000000..20b9610df64bc --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.8.0/CodecGuide.K-LiteCodecPack.Full.installer.yaml @@ -0,0 +1,134 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Full +PackageVersion: 18.8.0 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm +ReleaseDate: 2025-02-08 +Installers: +- Architecture: x86 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1880_Full.exe + InstallerSha256: 8738653DBDE45D553750FEB992D0EC1880BFC94A76126CBBB755ACBEE4CAEB74 +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1880_Full.exe + InstallerSha256: 8738653DBDE45D553750FEB992D0EC1880BFC94A76126CBBB755ACBEE4CAEB74 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.8.0/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.8.0/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml new file mode 100644 index 0000000000000..15f1267d342ae --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.8.0/CodecGuide.K-LiteCodecPack.Full.locale.en-US.yaml @@ -0,0 +1,54 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Full +PackageVersion: 18.8.0 +PackageLocale: en-US +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +PackageName: K-Lite Codec Pack Full +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_full.htm +License: Freeware +LicenseUrl: https://codecguide.com/license_full.rtf +Copyright: Copyright 2004-2024, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. +Description: |- + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. +Moniker: k-litecodecpackfull +Tags: +- audio +- codec +- decode +- k-lite +- klite +- klite-full +- madvr +- media +- mkv +- mp4 +- mpc +- mpc-hc +- multimedia +- music +- player +- video +ReleaseNotes: |- + - Updated MPC-HC to version 2.4.0.0 + - Updated LAV Filters to version 0.79.2-27-gd98fc + - Updated MPC Video Renderer to version 0.9.3.2363 +ReleaseNotesUrl: https://codecguide.com/changelogs_full.htm +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.8.0/CodecGuide.K-LiteCodecPack.Full.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.8.0/CodecGuide.K-LiteCodecPack.Full.locale.zh-CN.yaml new file mode 100644 index 0000000000000..2a0d56579fd96 --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.8.0/CodecGuide.K-LiteCodecPack.Full.locale.zh-CN.yaml @@ -0,0 +1,49 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Full +PackageVersion: 18.8.0 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +PackageName: K-Lite Codec Pack Full +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_full.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_full.rtf +Copyright: Copyright 2004-2024, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +Tags: +- k-lite +- klite +- madvr +- mkv +- mp4 +- mpc +- mpc-hc +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +ReleaseNotesUrl: https://codecguide.com/changelogs_full.htm +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.8.0/CodecGuide.K-LiteCodecPack.Full.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.8.0/CodecGuide.K-LiteCodecPack.Full.yaml new file mode 100644 index 0000000000000..afb346b863149 --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Full/18.8.0/CodecGuide.K-LiteCodecPack.Full.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: CodecGuide.K-LiteCodecPack.Full +PackageVersion: 18.8.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.8.0/CodecGuide.K-LiteCodecPack.Mega.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.8.0/CodecGuide.K-LiteCodecPack.Mega.installer.yaml new file mode 100644 index 0000000000000..3dfa636819d36 --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.8.0/CodecGuide.K-LiteCodecPack.Mega.installer.yaml @@ -0,0 +1,134 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega +PackageVersion: 18.8.0 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm +ReleaseDate: 2025-02-08 +Installers: +- Architecture: x86 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1880_Mega.exe + InstallerSha256: 16CD5EE06FE43591CAC43B11EE2C194BAE0E178EDB86B6636D31C270F13D52AE +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1880_Mega.exe + InstallerSha256: 16CD5EE06FE43591CAC43B11EE2C194BAE0E178EDB86B6636D31C270F13D52AE +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.8.0/CodecGuide.K-LiteCodecPack.Mega.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.8.0/CodecGuide.K-LiteCodecPack.Mega.locale.en-US.yaml new file mode 100644 index 0000000000000..bb84cb421d979 --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.8.0/CodecGuide.K-LiteCodecPack.Mega.locale.en-US.yaml @@ -0,0 +1,54 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega +PackageVersion: 18.8.0 +PackageLocale: en-US +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +PackageName: K-Lite Mega Codec Pack +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_mega.htm +License: Freeware +LicenseUrl: https://codecguide.com/license_mega.rtf +Copyright: Copyright 2004-2024, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. +Description: |- + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. +Moniker: k-litecodecpackmega +Tags: +- audio +- codec +- decode +- k-lite +- klite +- klite-mega +- madvr +- media +- mkv +- mp4 +- mpc +- mpc-hc +- multimedia +- music +- player +- video +ReleaseNotes: |- + - Updated MPC-HC to version 2.4.0.0 + - Updated LAV Filters to version 0.79.2-27-gd98fc + - Updated MPC Video Renderer to version 0.9.3.2363 +ReleaseNotesUrl: https://codecguide.com/changelogs_mega.htm +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.8.0/CodecGuide.K-LiteCodecPack.Mega.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.8.0/CodecGuide.K-LiteCodecPack.Mega.locale.zh-CN.yaml new file mode 100644 index 0000000000000..b33b3b723fc65 --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.8.0/CodecGuide.K-LiteCodecPack.Mega.locale.zh-CN.yaml @@ -0,0 +1,49 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Mega +PackageVersion: 18.8.0 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +PackageName: K-Lite Mega Codec Pack +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_mega.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_mega.rtf +Copyright: Copyright 2004-2024, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +Tags: +- k-lite +- klite +- madvr +- mkv +- mp4 +- mpc +- mpc-hc +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +ReleaseNotesUrl: https://codecguide.com/changelogs_mega.htm +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.8.0/CodecGuide.K-LiteCodecPack.Mega.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.8.0/CodecGuide.K-LiteCodecPack.Mega.yaml new file mode 100644 index 0000000000000..8e4da3a7dfd0c --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Mega/18.8.0/CodecGuide.K-LiteCodecPack.Mega.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: CodecGuide.K-LiteCodecPack.Mega +PackageVersion: 18.8.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/18.8.0/CodecGuide.K-LiteCodecPack.Standard.installer.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/18.8.0/CodecGuide.K-LiteCodecPack.Standard.installer.yaml new file mode 100644 index 0000000000000..7529f55225c37 --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/18.8.0/CodecGuide.K-LiteCodecPack.Standard.installer.yaml @@ -0,0 +1,134 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard +PackageVersion: 18.8.0 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +FileExtensions: +- "264" +- 3g2 +- 3ga +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- aif +- aifc +- aiff +- alac +- amr +- amv +- aob +- ape +- asf +- asx +- avi +- avs +- bdmv +- bik +- caf +- cb7 +- cbr +- cbz +- cda +- cue +- dav +- dff +- divx +- dsf +- dts +- dv +- evo +- f4v +- flac +- flv +- h264 +- hdmov +- ifo +- it +- ivf +- k3g +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4v +- mid +- midi +- mk3d +- mka +- mkv +- mlp +- mo3 +- mod +- mov +- mp2v +- mp3 +- mp4 +- mp4v +- mpc +- mpcpl +- mpe +- mpeg +- mpg +- mpl +- mpls +- mpv2 +- mpv4 +- mqv +- mtm +- mts +- mxf +- ofr +- ofs +- oga +- ogg +- ogm +- ogv +- opus +- pls +- pmp +- ra +- ram +- rec +- rm +- rmvb +- s3m +- smk +- spx +- ssif +- tak +- tp +- tps +- trp +- ts +- tta +- umx +- video +- vob +- wav +- webm +- webp +- wma +- wmv +- wtv +- wv +- xm +ReleaseDate: 2025-02-08 +Installers: +- Architecture: x86 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1880_Standard.exe + InstallerSha256: EBAA76C0ADF867B429BD39DAA2474AECD06D30F51DFAC0D83E9F92A8CA0F57C8 +- Architecture: x64 + InstallerUrl: https://files2.codecguide.com/K-Lite_Codec_Pack_1880_Standard.exe + InstallerSha256: EBAA76C0ADF867B429BD39DAA2474AECD06D30F51DFAC0D83E9F92A8CA0F57C8 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/18.8.0/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/18.8.0/CodecGuide.K-LiteCodecPack.Standard.locale.en-US.yaml new file mode 100644 index 0000000000000..3f29a34bcf670 --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/18.8.0/CodecGuide.K-LiteCodecPack.Standard.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: CodecGuide.K-LiteCodecPack.Standard +PackageVersion: 18.8.0 +PackageLocale: en-US +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +PackageName: K-Lite Codec Pack Standard +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_standard.htm +License: Freeware +LicenseUrl: https://codecguide.com/license_standard.rtf +Copyright: Copyright 2004-2024, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: A collection of DirectShow filters, VFW/ACM codecs, and tools. +Description: |- + The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools. Codecs and DirectShow filters are needed for encoding and decoding audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats. + + There are four variants of the K-Lite Codec Pack: + The basic variant contains everything you need to play all the common video file formats. Such as AVI, MKV, MP4, OGM, and FLV. This pack is for those who like a small no-nonsense pack. It is small, but powerful. + The standard variant contains a few additional features compared to the basic variant. It contains Media Player Classic, which is an excellent player for video files. This pack is recommended for the average user. + The full variant has some extras compared to the standard variant. It additionally contains GraphStudioNext, and a few extra DirectShow filters. + The mega variant is the most complete pack. It additionally contains VFW/ACM codecs for video encoding/editing. + For detailed tables with comparisons of the abilities and contents of the different variants of the codec pack, have a look at the comparison of abilities and comparison of contents pages. +Moniker: k-litecodecpackstandard +Tags: +- audio +- codec +- decode +- k-lite +- klite +- klite-standard +- media +- mkv +- mp4 +- mpc +- mpc-hc +- multimedia +- music +- player +- video +ReleaseNotes: |- + - Updated MPC-HC to version 2.4.0.0 + - Updated LAV Filters to version 0.79.2-27-gd98fc + - Updated MPC Video Renderer to version 0.9.3.2363 +ReleaseNotesUrl: https://codecguide.com/changelogs_standard.htm +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/18.8.0/CodecGuide.K-LiteCodecPack.Standard.locale.zh-CN.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/18.8.0/CodecGuide.K-LiteCodecPack.Standard.locale.zh-CN.yaml new file mode 100644 index 0000000000000..5622c508d6795 --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/18.8.0/CodecGuide.K-LiteCodecPack.Standard.locale.zh-CN.yaml @@ -0,0 +1,48 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: CodecGuide.K-LiteCodecPack.Standard +PackageVersion: 18.8.0 +PackageLocale: zh-CN +Publisher: KLCP +PublisherUrl: https://codecguide.com/ +PublisherSupportUrl: https://codecguide.com/forum.htm +PrivacyUrl: https://codecguide.com/privacypolicy.htm +PackageName: K-Lite Codec Pack Standard +PackageUrl: https://codecguide.com/download_k-lite_codec_pack_standard.htm +License: 免费软件 +LicenseUrl: https://codecguide.com/license_standard.rtf +Copyright: Copyright 2004-2024, Codec Guide. All rights reserved. +CopyrightUrl: https://codecguide.com/termsofuse.htm +ShortDescription: 一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合 +Description: |- + K-Lite 编解码器包是一套 DirectShow 滤镜、VFW/ACM 编解码器和工具的集合。编解码器和 DirectShow 滤镜用于编码和解码音视频格式。K-Lite 编解码器包是为播放所有音频和影片文件而设计的用户友好解决方案。有了 K-Lite Codec Pack,您就能播放所有流行的音视频格式,甚至还能播放一些不常用的格式。 + + K-Lite Codec Pack 有四种版本: + Basic 版包含播放所有常见视频文件格式所需的一切,例如 AVI、MKV、MP4、OGM 和 FLV。这款软件包适合那些喜欢简洁小巧软件包的用户。它体积小,但功能强大。 + Standard 版相比 Basic 版多了一些功能,包含了一款出色的视频文件播放器 Media Player Classic。建议普通用户使用此软件包。 + Full 版相比 Standard 版多了一些额外功能,额外包含了 GraphStudioNext 和一些额外的 DirectShow 滤镜。 + Mega 版是最完整的软件包,额外包含了用于视频编码/编辑的 VFW/ACM 编解码器。 + 请参阅功能比较(Comparison of abilities)和内容比较(Comparison of contents)页面,获取有关不同版本的编解码器包在功能和内容方面的差异的详细表格。 +Tags: +- k-lite +- klite +- mkv +- mp4 +- mpc +- mpc-hc +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 视频 +- 解码 +- 解码器 +- 音乐 +- 音频 +ReleaseNotesUrl: https://codecguide.com/changelogs_standard.htm +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://codecguide.com/faq.htm +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/c/CodecGuide/K-LiteCodecPack/Standard/18.8.0/CodecGuide.K-LiteCodecPack.Standard.yaml b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/18.8.0/CodecGuide.K-LiteCodecPack.Standard.yaml new file mode 100644 index 0000000000000..021a1278bebec --- /dev/null +++ b/manifests/c/CodecGuide/K-LiteCodecPack/Standard/18.8.0/CodecGuide.K-LiteCodecPack.Standard.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: CodecGuide.K-LiteCodecPack.Standard +PackageVersion: 18.8.0 +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/CodingWondersSoftware/DISMTools/Preview/0.6.1.25021/CodingWondersSoftware.DISMTools.Preview.installer.yaml b/manifests/c/CodingWondersSoftware/DISMTools/Preview/0.6.1.25021/CodingWondersSoftware.DISMTools.Preview.installer.yaml new file mode 100644 index 0000000000000..710356cd1f41c --- /dev/null +++ b/manifests/c/CodingWondersSoftware/DISMTools/Preview/0.6.1.25021/CodingWondersSoftware.DISMTools.Preview.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: CodingWondersSoftware.DISMTools.Preview +PackageVersion: 0.6.1.25021 +InstallerType: inno +Installers: +- Architecture: neutral + InstallerUrl: https://github.com/CodingWonders/DISMTools/releases/download/v0.6.1_pre_2521/dt_setup.exe + InstallerSha256: 65D6C408CFE69DBB64154C74129EBA7C106CE2E00D8EF51985A6E46EDAA03EA1 +ManifestType: installer +ManifestVersion: 1.9.0 +ReleaseDate: 2025-02-08 diff --git a/manifests/c/CodingWondersSoftware/DISMTools/Preview/0.6.1.25021/CodingWondersSoftware.DISMTools.Preview.locale.en-US.yaml b/manifests/c/CodingWondersSoftware/DISMTools/Preview/0.6.1.25021/CodingWondersSoftware.DISMTools.Preview.locale.en-US.yaml new file mode 100644 index 0000000000000..207914266746a --- /dev/null +++ b/manifests/c/CodingWondersSoftware/DISMTools/Preview/0.6.1.25021/CodingWondersSoftware.DISMTools.Preview.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: CodingWondersSoftware.DISMTools.Preview +PackageVersion: 0.6.1.25021 +PackageLocale: en-US +Publisher: CodingWonders Software +PublisherUrl: https://github.com/CodingWonders +PublisherSupportUrl: https://github.com/CodingWonders +Author: CodingWonders +PackageName: DISMTools Preview +PackageUrl: https://github.com/CodingWonders/DISMTools +License: GPLv3 +LicenseUrl: https://github.com/CodingWonders/DISMTools/blob/stable/LICENSE +Copyright: (c) 2022-2025. CodingWonders Software +ShortDescription: The connected place for Windows system administration. +Description: DISMTools is an advanced front-end for the Deployment Image Servicing and Management (DISM) tool, with support for projects and installations of any kind (whether it is your active installation or installations on any drive). DISMTools focuses on compatibility, with Windows image support starting from Windows 7 and Server 2008 R2, personalization, letting you customize it the way you want by configuring settings like the DISM executable to use, color modes, languages, and more; and performance, thanks to a combination of the DISM executable and a managed version of the DISM API (thanks to Jeff Kluge (jeffkl) for maintaining it) that provides rich functionality at speed. +Moniker: DISMTools-pre +Tags: +- windows +- gui +- sysadmin +- dism +ReleaseNotesUrl: https://github.com/CodingWonders/DISMTools/releases/tag/v0.6.1_pre_2521 +InstallationNotes: Enjoy using DISMTools! If you're new to image servicing, or come from other tools, check out the help documentation. Since you will be using a preview release, we want your feedback in order to shape the next stable version of the software. If you encounter an issue, don't hesitate to send feedback at https://github.com/CodingWonders/DISMTools/issues/new/choose +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/c/CodingWondersSoftware/DISMTools/Preview/0.6.1.25021/CodingWondersSoftware.DISMTools.Preview.yaml b/manifests/c/CodingWondersSoftware/DISMTools/Preview/0.6.1.25021/CodingWondersSoftware.DISMTools.Preview.yaml new file mode 100644 index 0000000000000..b82db63cf2aa8 --- /dev/null +++ b/manifests/c/CodingWondersSoftware/DISMTools/Preview/0.6.1.25021/CodingWondersSoftware.DISMTools.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: CodingWondersSoftware.DISMTools.Preview +PackageVersion: 0.6.1.25021 +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/Coldlake/StellarPlayer/2.25.1121.21/Coldlake.StellarPlayer.installer.yaml b/manifests/c/Coldlake/StellarPlayer/2.25.1121.21/Coldlake.StellarPlayer.installer.yaml new file mode 100644 index 0000000000000..ac8cf9f75f07d --- /dev/null +++ b/manifests/c/Coldlake/StellarPlayer/2.25.1121.21/Coldlake.StellarPlayer.installer.yaml @@ -0,0 +1,99 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Coldlake.StellarPlayer +PackageVersion: 2.25.1121.21 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /silent + SilentWithProgress: /silent +UpgradeBehavior: install +Protocols: +- stellar +FileExtensions: +- "264" +- 3g2 +- 3gp +- 3gp2 +- 3gpp +- aac +- ac3 +- amv +- ape +- asf +- ass +- avi +- bik +- csf +- dat +- divx +- evo +- f4v +- flac +- flv +- h264 +- hlv +- idx +- ifo +- ivm +- m1v +- m2p +- m2t +- m2ts +- m2v +- m3u +- m3u8 +- m4a +- m4b +- m4p +- m4v +- midi +- mkv +- mod +- mov +- mp2 +- mp2v +- mp3 +- mp4 +- mpe +- mpeg +- mpeg4 +- mpg +- mpv2 +- ogg +- pls +- pss +- pva +- qt +- ra +- ram +- rm +- rmvb +- srt +- ssa +- stpl +- sub +- swf +- tp +- ts +- vob +- vp6 +- vp7 +- vtt +- wav +- webm +- wm +- wma +- wmp +- wmv +ProductCode: StellarPlayer +Installers: +- Architecture: x64 + InstallerUrl: https://player-download.coldlake1.com/player/20250121110249/Stellar_20250121110249_official_stable_full_x64.exe + InstallerSha256: EDEC7542DE48821BBB27CDB59A790F29C5ED7571423EC2A9EDDB78A66B61199F +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/c/Coldlake/StellarPlayer/2.25.1121.21/Coldlake.StellarPlayer.locale.en-US.yaml b/manifests/c/Coldlake/StellarPlayer/2.25.1121.21/Coldlake.StellarPlayer.locale.en-US.yaml new file mode 100644 index 0000000000000..7ab72edb17dc4 --- /dev/null +++ b/manifests/c/Coldlake/StellarPlayer/2.25.1121.21/Coldlake.StellarPlayer.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: Coldlake.StellarPlayer +PackageVersion: 2.25.1121.21 +PackageLocale: en-US +Publisher: 冷湖科技有限公司 +PublisherUrl: https://www.stellarplayer.com/ +PublisherSupportUrl: https://www.stellarplayer.com/contact.html +Author: Coldlake Technology (Wuhan) Co., Ltd. +PackageName: StellarPlayer +PackageUrl: https://www.stellarplayer.com/ +License: Proprietary +LicenseUrl: https://www.stellarplayer.com/agreement.html +Copyright: Copyright (C) 2024 +ShortDescription: Versatile UHD media player +Description: Stellar Player is a versatile player that supports almost all video formats, which can play UHD videos smoothly, parse and cast network streaming URLs, stream BitTorrent and magnet links, interact via Danmu, install custom plugins, etc. Stellar Player has a simple interface, and is easy to operate, ad-free, and completely free. +Tags: +- audio +- dlna +- media +- multimedia +- music +- player +- streaming +- video +ReleaseNotesUrl: https://www.stellarplayer.com/blog/category/post/changelog +Documentations: +- DocumentLabel: Manual + DocumentUrl: https://www.stellarplayer.com/blog/category/manual +- DocumentLabel: FAQ + DocumentUrl: https://www.stellarplayer.com/FAQ.html +- DocumentLabel: FAQ + DocumentUrl: https://www.stellarplayer.com/blog/faq +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/c/Coldlake/StellarPlayer/2.25.1121.21/Coldlake.StellarPlayer.locale.zh-CN.yaml b/manifests/c/Coldlake/StellarPlayer/2.25.1121.21/Coldlake.StellarPlayer.locale.zh-CN.yaml new file mode 100644 index 0000000000000..8757ff26d11d7 --- /dev/null +++ b/manifests/c/Coldlake/StellarPlayer/2.25.1121.21/Coldlake.StellarPlayer.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: Coldlake.StellarPlayer +PackageVersion: 2.25.1121.21 +PackageLocale: zh-CN +Publisher: 冷湖科技有限公司 +PublisherUrl: https://www.stellarplayer.com/ +PublisherSupportUrl: https://www.stellarplayer.com/contact.html +Author: 冷湖科技(武汉)有限公司 +PackageName: 恒星播放器 +PackageUrl: https://www.stellarplayer.com/ +License: 专有软件 +LicenseUrl: https://www.stellarplayer.com/agreement.html +Copyright: Copyright (C) 2024 +ShortDescription: 超高清万能解码影音播放器 +Description: 恒星播放器是一款万能播放器,几乎支持所有视频格式,能够流畅播放超高清视频,支持网络流地址解析、多端投屏,BT 磁力链边下边播、弹幕互动、自定义安装插件等。恒星播放器界面简洁、操作简单、绿色无广告,并且完全免费。 +Tags: +- dlna +- 多媒体 +- 媒体 +- 影音 +- 播放器 +- 流媒体 +- 视频 +- 音乐 +- 音频 +ReleaseNotes: |- + 修复部分已知问题 + 优化用户体验 +ReleaseNotesUrl: https://www.stellarplayer.com/blog/category/post/changelog +Documentations: +- DocumentLabel: 使用手册 + DocumentUrl: https://www.stellarplayer.com/blog/category/manual +- DocumentLabel: 常见问题 + DocumentUrl: https://www.stellarplayer.com/FAQ.html +- DocumentLabel: 常见问题 + DocumentUrl: https://www.stellarplayer.com/blog/faq +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/c/Coldlake/StellarPlayer/2.25.1121.21/Coldlake.StellarPlayer.yaml b/manifests/c/Coldlake/StellarPlayer/2.25.1121.21/Coldlake.StellarPlayer.yaml new file mode 100644 index 0000000000000..7cdc280c96d46 --- /dev/null +++ b/manifests/c/Coldlake/StellarPlayer/2.25.1121.21/Coldlake.StellarPlayer.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: Coldlake.StellarPlayer +PackageVersion: 2.25.1121.21 +DefaultLocale: en-US +ManifestType: version +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/XYplorer/26.80.0500/CologneCodeCompany.XYplorer.installer.yaml b/manifests/c/CologneCodeCompany/XYplorer/26.80.0500/CologneCodeCompany.XYplorer.installer.yaml new file mode 100644 index 0000000000000..cc92e02ced93f --- /dev/null +++ b/manifests/c/CologneCodeCompany/XYplorer/26.80.0500/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.0500 +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.0500.zip + InstallerSha256: 25FD02CC94457D64CC7A417B51F62DA859FEDD064917F94776463D0A98EE6409 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/c/CologneCodeCompany/XYplorer/26.80.0500/CologneCodeCompany.XYplorer.locale.en-US.yaml b/manifests/c/CologneCodeCompany/XYplorer/26.80.0500/CologneCodeCompany.XYplorer.locale.en-US.yaml new file mode 100644 index 0000000000000..18d7cf07c66e1 --- /dev/null +++ b/manifests/c/CologneCodeCompany/XYplorer/26.80.0500/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.0500 +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.0500/CologneCodeCompany.XYplorer.yaml b/manifests/c/CologneCodeCompany/XYplorer/26.80.0500/CologneCodeCompany.XYplorer.yaml new file mode 100644 index 0000000000000..41f5fb6ed62b4 --- /dev/null +++ b/manifests/c/CologneCodeCompany/XYplorer/26.80.0500/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.0500 +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/CologneCodeCompany/XYplorerPortable/26.80.0500/CologneCodeCompany.XYplorerPortable.installer.yaml b/manifests/c/CologneCodeCompany/XYplorerPortable/26.80.0500/CologneCodeCompany.XYplorerPortable.installer.yaml new file mode 100644 index 0000000000000..430fdd2313642 --- /dev/null +++ b/manifests/c/CologneCodeCompany/XYplorerPortable/26.80.0500/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.0500 +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.0500_noinstall.zip + InstallerSha256: 392FAB91ED534469DFB3D12D334EB0A63A9DC4EC4B59802BB5BA9D270E3D6E52 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/c/CologneCodeCompany/XYplorerPortable/26.80.0500/CologneCodeCompany.XYplorerPortable.locale.en-US.yaml b/manifests/c/CologneCodeCompany/XYplorerPortable/26.80.0500/CologneCodeCompany.XYplorerPortable.locale.en-US.yaml new file mode 100644 index 0000000000000..4cd65fc83156a --- /dev/null +++ b/manifests/c/CologneCodeCompany/XYplorerPortable/26.80.0500/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.0500 +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.0500/CologneCodeCompany.XYplorerPortable.yaml b/manifests/c/CologneCodeCompany/XYplorerPortable/26.80.0500/CologneCodeCompany.XYplorerPortable.yaml new file mode 100644 index 0000000000000..98cb95de5ae01 --- /dev/null +++ b/manifests/c/CologneCodeCompany/XYplorerPortable/26.80.0500/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.0500 +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/Comfy/ComfyUI-Desktop/0.4.18/Comfy.ComfyUI-Desktop.installer.yaml b/manifests/c/Comfy/ComfyUI-Desktop/0.4.18/Comfy.ComfyUI-Desktop.installer.yaml new file mode 100644 index 0000000000000..a80a618e2a295 --- /dev/null +++ b/manifests/c/Comfy/ComfyUI-Desktop/0.4.18/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.18 +InstallerType: nullsoft +Scope: user +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: f0c0feae-2b28-5d68-8c25-d93f41e47df2 +ReleaseDate: 2025-02-09 +Installers: +- Architecture: x64 + InstallerUrl: https://download.todesktop.com/241012ess7yxs0e/ComfyUI%20Setup%200.4.18%20-%20Build%20250209tp3d2dfh2-x64.exe + InstallerSha256: 1D71FBBA77A7DA93F3E7DC55E205778775F0C9450462C26EF5227653767C4257 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/c/Comfy/ComfyUI-Desktop/0.4.18/Comfy.ComfyUI-Desktop.locale.en-US.yaml b/manifests/c/Comfy/ComfyUI-Desktop/0.4.18/Comfy.ComfyUI-Desktop.locale.en-US.yaml new file mode 100644 index 0000000000000..4160ef0550104 --- /dev/null +++ b/manifests/c/Comfy/ComfyUI-Desktop/0.4.18/Comfy.ComfyUI-Desktop.locale.en-US.yaml @@ -0,0 +1,99 @@ +# 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.18 +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 + - Increase normalize depth limit in Sentry options by @christian-byrne in https://github.com/Comfy-Org/desktop/pull/794 + - [Refactor] Shared app state object & declarative abstraction by @webfiltered in https://github.com/Comfy-Org/desktop/pull/796 + - [Refactor] Move app start out of electron callback by @webfiltered in https://github.com/Comfy-Org/desktop/pull/797 + - Add abstraction for developer overrides by @webfiltered in https://github.com/Comfy-Org/desktop/pull/798 + - Update rebased ComfyUI-Manager by @robinjhuang in https://github.com/Comfy-Org/desktop/pull/800 + - [Refactor] Clean main.ts - redundant code, unnecessary nesting by @webfiltered in https://github.com/Comfy-Org/desktop/pull/799 + - [Refactor] Move app start code to class by @webfiltered in https://github.com/Comfy-Org/desktop/pull/801 + - [Refactor] Simplify app start logic - simplify config load by @webfiltered in https://github.com/Comfy-Org/desktop/pull/802 + - [Cleanup] Fix TS types by @webfiltered in https://github.com/Comfy-Org/desktop/pull/803 + - Remove unused API code by @webfiltered in https://github.com/Comfy-Org/desktop/pull/805 + - Improve startup error handling & clean up by @webfiltered in https://github.com/Comfy-Org/desktop/pull/806 + - Update restart app API to use invoke/handle by @webfiltered in https://github.com/Comfy-Org/desktop/pull/807 + - [Refactor] Move AppWindow IPC to AppWindow by @webfiltered in https://github.com/Comfy-Org/desktop/pull/808 + - Fix restart core API by @webfiltered in https://github.com/Comfy-Org/desktop/pull/809 + - Fixed: missing mock for unit test on MacOS. by @robinjhuang in https://github.com/Comfy-Org/desktop/pull/804 + - Use --base-directory in ComfyUI to resolve model import issues. by @robinjhuang in https://github.com/Comfy-Org/desktop/pull/782 + - Add TS types - telemetry trackEvent by @webfiltered in https://github.com/Comfy-Org/desktop/pull/786 + - [Test] Fix cross-platform config test fail by @webfiltered in https://github.com/Comfy-Org/desktop/pull/810 + - [Refactor] Move app reinstallation (SoC) by @webfiltered in https://github.com/Comfy-Org/desktop/pull/811 + - [Refactor] Remove unused code, minor cleanup by @webfiltered in https://github.com/Comfy-Org/desktop/pull/812 + - [Refactor] Move app reinstallation (SoC) by @webfiltered in https://github.com/Comfy-Org/desktop/pull/813 + - [Refactor] Separation of concerns - Sentry by @webfiltered in https://github.com/Comfy-Org/desktop/pull/814 + - [Cleanup] Minor refactors and comments by @webfiltered in https://github.com/Comfy-Org/desktop/pull/816 + - [Refactor] Declarative code split by @webfiltered in https://github.com/Comfy-Org/desktop/pull/817 + - Force app quit only when still on the start page by @webfiltered in https://github.com/Comfy-Org/desktop/pull/819 + - [Refactor] Move Sentry function to Sentry code by @webfiltered in https://github.com/Comfy-Org/desktop/pull/820 + - [Refactor] Simplify code by @webfiltered in https://github.com/Comfy-Org/desktop/pull/821 + - [Refactor] Declarative code split - server args by @webfiltered in https://github.com/Comfy-Org/desktop/pull/822 + - [Refactor] Remove server argument workarounds by @webfiltered in https://github.com/Comfy-Org/desktop/pull/823 + - Bump vitest from 2.1.8 to 2.1.9 by @dependabot in https://github.com/Comfy-Org/desktop/pull/825 + - [Test] Add DesktopApp unit tests by @webfiltered in https://github.com/Comfy-Org/desktop/pull/824 + - [Types] Add weak abstraction interface for ComfySettings by @webfiltered in https://github.com/Comfy-Org/desktop/pull/827 + - Add tracking for python mirror urls. by @robinjhuang in https://github.com/Comfy-Org/desktop/pull/829 + - [Refactor] Simplify code - runPtyCommandAsync by @webfiltered in https://github.com/Comfy-Org/desktop/pull/830 + - Use global uv cache. by @robinjhuang in https://github.com/Comfy-Org/desktop/pull/828 + - Empty telemetry from front of the queue. by @robinjhuang in https://github.com/Comfy-Org/desktop/pull/838 + - Update Manager commit by @robinjhuang in https://github.com/Comfy-Org/desktop/pull/837 + - uv 0.5.26 by @robinjhuang in https://github.com/Comfy-Org/desktop/pull/835 + - Revert ComfyUI-Manager version. by @robinjhuang in https://github.com/Comfy-Org/desktop/pull/842 + - ComfyUI v0.3.14 by @robinjhuang in https://github.com/Comfy-Org/desktop/pull/843 + - [chore] Update frontend to 1.9.6 by @huchenlei in https://github.com/Comfy-Org/desktop/pull/845 + - Add manager package checks by @webfiltered in https://github.com/Comfy-Org/desktop/pull/841 + - Add telemetry for installation events (from validation page). by @robinjhuang in https://github.com/Comfy-Org/desktop/pull/846 + - v0.4.17 by @robinjhuang in https://github.com/Comfy-Org/desktop/pull/847 + - Change window init logic to always place window at 0,0 at start by @yoland68 in https://github.com/Comfy-Org/desktop/pull/848 + - Fix virtual env won't load - bypass zsh profile by @webfiltered in https://github.com/Comfy-Org/desktop/pull/851 + - [Test] Add cursor rules for vitest test generation by @webfiltered in https://github.com/Comfy-Org/desktop/pull/852 + - [Test] Add generated shell util tests for #851 by @webfiltered in https://github.com/Comfy-Org/desktop/pull/853 + - [Test] Add generated installWizard tests by @webfiltered in https://github.com/Comfy-Org/desktop/pull/854 + - [Test] Move tests to correct folders by @webfiltered in https://github.com/Comfy-Org/desktop/pull/855 + - [Test] Add tests for ComfyDesktopApp by @webfiltered in https://github.com/Comfy-Org/desktop/pull/856 + - Add telemetry for manager package update by @webfiltered in https://github.com/Comfy-Org/desktop/pull/858 + - nit - JSDoc and comment only by @webfiltered in https://github.com/Comfy-Org/desktop/pull/859 + - Update compiled requirements with new manager dependencies. by @robinjhuang in https://github.com/Comfy-Org/desktop/pull/857 + - Follow-up on #858 - update event name by @webfiltered in https://github.com/Comfy-Org/desktop/pull/860 + - Add option to download git if missing by @webfiltered in https://github.com/Comfy-Org/desktop/pull/862 + - Fix window position / size does not fit in primary display by @webfiltered in https://github.com/Comfy-Org/desktop/pull/850 + - v0.4.18 by @webfiltered in https://github.com/Comfy-Org/desktop/pull/864 + - Fix custom nodes installed to wrong location by @webfiltered in https://github.com/Comfy-Org/desktop/pull/865 + - Update compiled requirements for Windows. by @robinjhuang in https://github.com/Comfy-Org/desktop/pull/872 + - Ensure users do not use the CPU mirror for non-CPU installs by @webfiltered in https://github.com/Comfy-Org/desktop/pull/871 + - Update maintenance URL to cu126 from cu124 by @webfiltered in https://github.com/Comfy-Org/desktop/pull/876 + New Contributors + - @dependabot made their first contribution in https://github.com/Comfy-Org/desktop/pull/825 + Full Changelog: https://github.com/Comfy-Org/desktop/compare/v0.4.16...v0.4.18 +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.18/Comfy.ComfyUI-Desktop.locale.zh-CN.yaml b/manifests/c/Comfy/ComfyUI-Desktop/0.4.18/Comfy.ComfyUI-Desktop.locale.zh-CN.yaml new file mode 100644 index 0000000000000..2899774154d6a --- /dev/null +++ b/manifests/c/Comfy/ComfyUI-Desktop/0.4.18/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.18 +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.18/Comfy.ComfyUI-Desktop.yaml b/manifests/c/Comfy/ComfyUI-Desktop/0.4.18/Comfy.ComfyUI-Desktop.yaml new file mode 100644 index 0000000000000..7654fe99fe55a --- /dev/null +++ b/manifests/c/Comfy/ComfyUI-Desktop/0.4.18/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.18 +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/CongusBongus/CDogsSDL/2.2.0/CongusBongus.CDogsSDL.installer.yaml b/manifests/c/CongusBongus/CDogsSDL/2.2.0/CongusBongus.CDogsSDL.installer.yaml new file mode 100644 index 0000000000000..3c7a91a998572 --- /dev/null +++ b/manifests/c/CongusBongus/CDogsSDL/2.2.0/CongusBongus.CDogsSDL.installer.yaml @@ -0,0 +1,25 @@ +# Created with komac v2.10.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: CongusBongus.CDogsSDL +PackageVersion: 2.2.0 +InstallerLocale: en-US +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x86 +ProductCode: C-Dogs SDL +ReleaseDate: 2024-12-07 +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles(x86)%\C-Dogs SDL' +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/cxong/cdogs-sdl/releases/download/2.2.0/C-Dogs.SDL-2.2.0-win32.exe + InstallerSha256: 1AFE21ACE5C08BD37D490F4DC671D9BEB53AAFC189AA750F4612C4128CCFFB7F +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/c/CongusBongus/CDogsSDL/2.2.0/CongusBongus.CDogsSDL.locale.en-US.yaml b/manifests/c/CongusBongus/CDogsSDL/2.2.0/CongusBongus.CDogsSDL.locale.en-US.yaml new file mode 100644 index 0000000000000..46b98c8e5a465 --- /dev/null +++ b/manifests/c/CongusBongus/CDogsSDL/2.2.0/CongusBongus.CDogsSDL.locale.en-US.yaml @@ -0,0 +1,40 @@ +# Created with komac v2.10.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: CongusBongus.CDogsSDL +PackageVersion: 2.2.0 +PackageLocale: en-US +Publisher: C-Dogs SDL Team +PublisherUrl: https://github.com/cxong/cdogs-sdl +PublisherSupportUrl: https://github.com/microsoft/winget-pkgs/issues +Author: C-Dogs SDL Team +PackageName: C-Dogs SDL +PackageUrl: https://cxong.github.io/cdogs-sdl +License: GPL-2.0 +LicenseUrl: https://raw.githubusercontent.com/cxong/cdogs-sdl/master/COPYING +CopyrightUrl: https://raw.githubusercontent.com/cxong/cdogs-sdl/master/COPYING +ShortDescription: C-Dogs SDL is a classic overhead run-and-gun game, supporting up to 4 players in co-op and deathmatch modes. Customize your player, choose from many weapons, and blast, slide and slash your way through over 100 user-created campaigns. Have fun! +Moniker: cdogs-sdl +Tags: +- co-op +- deathmatch +- game +- gaming +ReleaseNotes: |- + New icons and misc UX fixes and improvements + - Add new game icons #522 by misnina.com + - Fix game freeze when loading shareware wolf3d campaign #865 raised by @Kelvfimer + - Fix player 1 controls affecting others in player selection #855 by @Kurtsley + - Fix joystick not working in pause menu #866 raised by @Kelvfimer + - Fix damage text not resetting #808 by @Hrvt2, raised by @PavanLuca + - Fix automaps for very large levels #782 raised by @PavanLuca + - Fix repeated inputs when switching in/out of pause menu + - Fix uncommon crash when live background map is too small + - Fix crash when exiting some campaigns with custom ammo + - Improve menus by merging redefine keys and controls menu #800 by @Kurtsley, raised by @PavanLuca + New Contributors + - @Hrvt2 made their first contribution in #867 + Full Changelog: 2.1.0...2.2.0 +ReleaseNotesUrl: https://github.com/cxong/cdogs-sdl/releases/tag/2.2.0 +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/c/CongusBongus/CDogsSDL/2.2.0/CongusBongus.CDogsSDL.yaml b/manifests/c/CongusBongus/CDogsSDL/2.2.0/CongusBongus.CDogsSDL.yaml new file mode 100644 index 0000000000000..e0c74cd3d3556 --- /dev/null +++ b/manifests/c/CongusBongus/CDogsSDL/2.2.0/CongusBongus.CDogsSDL.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: CongusBongus.CDogsSDL +PackageVersion: 2.2.0 +DefaultLocale: en-US +ManifestType: version +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/Creality/CrealityPrint/6.0.2/Creality.CrealityPrint.installer.yaml b/manifests/c/Creality/CrealityPrint/6.0.2/Creality.CrealityPrint.installer.yaml new file mode 100644 index 0000000000000..d724c2eca39e8 --- /dev/null +++ b/manifests/c/Creality/CrealityPrint/6.0.2/Creality.CrealityPrint.installer.yaml @@ -0,0 +1,23 @@ +# Created with komac v2.10.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Creality.CrealityPrint +PackageVersion: 6.0.2 +InstallerLocale: en-US +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: CrealityPrint +ReleaseDate: 2025-01-17 +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Creality\Creality Print 6.0' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/CrealityOfficial/CrealityPrint/releases/download/v6.0.2/CrealityPrint_6.0.2.1574_Release.exe + InstallerSha256: B8A95F9AA474948DD2C83EF6FB4B08CF0F8F8CE14F780A96586CFC7A65854E1B +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/c/Creality/CrealityPrint/6.0.2/Creality.CrealityPrint.locale.en-US.yaml b/manifests/c/Creality/CrealityPrint/6.0.2/Creality.CrealityPrint.locale.en-US.yaml new file mode 100644 index 0000000000000..2a353f8b8680d --- /dev/null +++ b/manifests/c/Creality/CrealityPrint/6.0.2/Creality.CrealityPrint.locale.en-US.yaml @@ -0,0 +1,34 @@ +# Created with komac v2.10.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Creality.CrealityPrint +PackageVersion: 6.0.2 +PackageLocale: en-US +Publisher: Creality +PublisherUrl: https://www.creality.com/ +PublisherSupportUrl: https://www.creality.com/pages/service-center +Author: Creality +PackageName: Creality Print +PackageUrl: https://www.creality.com/pages/download-software +License: AGPL-3.0 +LicenseUrl: https://github.com/CrealityOfficial/CrealityPrint/blob/release-v5.1.4/LICENSE +Copyright: Copyright © 2024 Shenzhen Creality 3D Technology Co., Ltd. +ShortDescription: Creality Print is a self-developed Fused deposition modeling slicing software produced by Creality. +Description: It's a practical and easy-to-use tool that can help you remote control and monitor your 3D printer and help print directly from your computer. +Tags: +- tool +ReleaseNotes: | + Features + - Adapt for Mac devices (x86 Inter chip). + - Flushing multiplier, upper limit, and minimum flushing volume adjustment. + - Optimization of calibration-related functions. + - The effects of overhang optimization (Beta) and Variable layer height can be applied simultaneously to a model. + Bugs + - Fixed an issue where special character paths caused printing anomalies. + - Fixed an issue with abnormal connection to the camera. + - Fixed the severe shrinkage layer issue caused by abnormal fan speed during color change in multi-color printing. + - Fixed the surface printing issue caused by extra inner wall paths on the top surfaces. + - Fix printing anomalies sent by the LAN printing (such as 2060 errors, coordinate errors, etc.) +ReleaseNotesUrl: https://github.com/CrealityOfficial/CrealityPrint/releases/tag/v6.0.2 +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/c/Creality/CrealityPrint/6.0.2/Creality.CrealityPrint.yaml b/manifests/c/Creality/CrealityPrint/6.0.2/Creality.CrealityPrint.yaml new file mode 100644 index 0000000000000..167cc01b381c8 --- /dev/null +++ b/manifests/c/Creality/CrealityPrint/6.0.2/Creality.CrealityPrint.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: Creality.CrealityPrint +PackageVersion: 6.0.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 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/CueLang/Cue/0.12.0/CueLang.Cue.installer.yaml b/manifests/c/CueLang/Cue/0.12.0/CueLang.Cue.installer.yaml new file mode 100644 index 0000000000000..ae9e746f64654 --- /dev/null +++ b/manifests/c/CueLang/Cue/0.12.0/CueLang.Cue.installer.yaml @@ -0,0 +1,19 @@ +# Created with komac v2.10.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: CueLang.Cue +PackageVersion: 0.12.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: cue.exe +ReleaseDate: 2025-01-30 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/cue-lang/cue/releases/download/v0.12.0/cue_v0.12.0_windows_amd64.zip + InstallerSha256: 268BF95F4767B37D5DB01450D55CA9D10E9A8BD8A1417C31DFF456B5F9775ABF +- Architecture: arm64 + InstallerUrl: https://github.com/cue-lang/cue/releases/download/v0.12.0/cue_v0.12.0_windows_arm64.zip + InstallerSha256: 91AD090EB86B0D21186D8DE0A7B985D235B27E67CD464F7738663E457B042505 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/c/CueLang/Cue/0.12.0/CueLang.Cue.locale.en-US.yaml b/manifests/c/CueLang/Cue/0.12.0/CueLang.Cue.locale.en-US.yaml new file mode 100644 index 0000000000000..a622054850917 --- /dev/null +++ b/manifests/c/CueLang/Cue/0.12.0/CueLang.Cue.locale.en-US.yaml @@ -0,0 +1,27 @@ +# Created with komac v2.10.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: CueLang.Cue +PackageVersion: 0.12.0 +PackageLocale: en-US +Publisher: Cue +PublisherUrl: https://github.com/cue-lang +PublisherSupportUrl: https://github.com/cue-lang/cue/issues +PackageName: Cue +PackageUrl: https://github.com/cue-lang/cue +License: Apache-2.0 +LicenseUrl: https://github.com/cue-lang/cue/blob/HEAD/LICENSE +ShortDescription: |- + CUE is an open source data constraint language which aims to simplify tasks + involving defining and using data. +Tags: + - configuration + - data + - kubernetes + - validation +# [NOTE]: Full contents of the release notes are TOO LONG to be included here. +# I think it'd be better only keep the URL here. +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/cue-lang/cue/releases/tag/v0.12.0 +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/c/CueLang/Cue/0.12.0/CueLang.Cue.yaml b/manifests/c/CueLang/Cue/0.12.0/CueLang.Cue.yaml new file mode 100644 index 0000000000000..52f6077390685 --- /dev/null +++ b/manifests/c/CueLang/Cue/0.12.0/CueLang.Cue.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: CueLang.Cue +PackageVersion: 0.12.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.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.24.0.0/calibre.calibre.portable.installer.yaml b/manifests/c/calibre/calibre/portable/7.24.0.0/calibre.calibre.portable.installer.yaml deleted file mode 100644 index dd7e80cd718a9..0000000000000 --- a/manifests/c/calibre/calibre/portable/7.24.0.0/calibre.calibre.portable.installer.yaml +++ /dev/null @@ -1,20 +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: calibre.calibre.portable -PackageVersion: 7.24.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.24.0/calibre-portable-installer-7.24.0.exe - InstallerSha256: 8607B6878B75DF593EE61E74BB555232AB8BC119951C5E91F4A89F88223B308E -ManifestType: installer -ManifestVersion: 1.9.0 -ReleaseDate: 2025-01-10 diff --git a/manifests/c/calibre/calibre/portable/7.24.0.0/calibre.calibre.portable.yaml b/manifests/c/calibre/calibre/portable/7.24.0.0/calibre.calibre.portable.yaml deleted file mode 100644 index e123d945662e8..0000000000000 --- a/manifests/c/calibre/calibre/portable/7.24.0.0/calibre.calibre.portable.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: calibre.calibre.portable -PackageVersion: 7.24.0.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.24.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 similarity index 91% rename from manifests/c/calibre/calibre/portable/7.24.0.0/calibre.calibre.portable.locale.en-US.yaml rename to manifests/c/calibre/calibre/portable/7.25.0.0/calibre.calibre.portable.locale.en-US.yaml index 90e8b79bdceac..94c761d1c84a2 100644 --- a/manifests/c/calibre/calibre/portable/7.24.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 @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.9.3.0 +# 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.24.0.0 +PackageVersion: 7.25.0.0 PackageLocale: en-US Publisher: calibre-ebook.com PublisherUrl: https://github.com/kovidgoyal/calibre @@ -30,6 +30,6 @@ Tags: - kobo - library - mobi -ReleaseNotesUrl: https://github.com/kovidgoyal/calibre/releases/tag/v7.24.0 +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/chen08209/FlClash/0.8.75+202502091/chen08209.FlClash.installer.yaml b/manifests/c/chen08209/FlClash/0.8.75+202502091/chen08209.FlClash.installer.yaml new file mode 100644 index 0000000000000..b92167a0e4134 --- /dev/null +++ b/manifests/c/chen08209/FlClash/0.8.75+202502091/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.75+202502091 +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-09 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/chen08209/FlClash/releases/download/v0.8.75/FlClash-0.8.75-windows-amd64-setup.exe + InstallerSha256: 6CED779D3A751CB7621813D65520BA0AEAB670C2A3D59961F42531FE1C8D3429 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/c/chen08209/FlClash/0.8.75+202502091/chen08209.FlClash.locale.en-US.yaml b/manifests/c/chen08209/FlClash/0.8.75+202502091/chen08209.FlClash.locale.en-US.yaml new file mode 100644 index 0000000000000..ed3a2ed12bcc3 --- /dev/null +++ b/manifests/c/chen08209/FlClash/0.8.75+202502091/chen08209.FlClash.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: chen08209.FlClash +PackageVersion: 0.8.75+202502091 +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: |- + - Add windows storage corruption detection + - Fix core crash caused by windows resource manager restart + - Optimize logs, requests, access to pages + - Fix macos bypass domain issues + - Update changelog +ReleaseNotesUrl: https://github.com/chen08209/FlClash/releases/tag/v0.8.75 +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/c/chen08209/FlClash/0.8.75+202502091/chen08209.FlClash.locale.zh-CN.yaml b/manifests/c/chen08209/FlClash/0.8.75+202502091/chen08209.FlClash.locale.zh-CN.yaml new file mode 100644 index 0000000000000..54c5ebb6ffd37 --- /dev/null +++ b/manifests/c/chen08209/FlClash/0.8.75+202502091/chen08209.FlClash.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: chen08209.FlClash +PackageVersion: 0.8.75+202502091 +PackageLocale: zh-CN +ShortDescription: 基于 Clash Meta 的多平台代理客户端,简单易用,开源无广告。 +Tags: +- clash +- clash-meta +- mihomo +- vpn +- 代理 +- 网络 +ReleaseNotesUrl: https://github.com/chen08209/FlClash/releases/tag/v0.8.75 +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/c/chen08209/FlClash/0.8.75+202502091/chen08209.FlClash.yaml b/manifests/c/chen08209/FlClash/0.8.75+202502091/chen08209.FlClash.yaml new file mode 100644 index 0000000000000..a48d45ede3de9 --- /dev/null +++ b/manifests/c/chen08209/FlClash/0.8.75+202502091/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.75+202502091 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/c/chen08209/FlClash/0.8.76+202502092/chen08209.FlClash.installer.yaml b/manifests/c/chen08209/FlClash/0.8.76+202502092/chen08209.FlClash.installer.yaml new file mode 100644 index 0000000000000..6cc43706cd314 --- /dev/null +++ b/manifests/c/chen08209/FlClash/0.8.76+202502092/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.76+202502092 +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-09 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/chen08209/FlClash/releases/download/v0.8.76/FlClash-0.8.76-windows-amd64-setup.exe + InstallerSha256: AD9C8C15113DC3E74D0434C10A8226B14F5C0EAC82A8B0206B039862469CD684 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/c/chen08209/FlClash/0.8.76+202502092/chen08209.FlClash.locale.en-US.yaml b/manifests/c/chen08209/FlClash/0.8.76+202502092/chen08209.FlClash.locale.en-US.yaml new file mode 100644 index 0000000000000..d205162df7412 --- /dev/null +++ b/manifests/c/chen08209/FlClash/0.8.76+202502092/chen08209.FlClash.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: chen08209.FlClash +PackageVersion: 0.8.76+202502092 +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 scroll physics error' +ReleaseNotesUrl: https://github.com/chen08209/FlClash/releases/tag/v0.8.76 +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/c/chen08209/FlClash/0.8.76+202502092/chen08209.FlClash.locale.zh-CN.yaml b/manifests/c/chen08209/FlClash/0.8.76+202502092/chen08209.FlClash.locale.zh-CN.yaml new file mode 100644 index 0000000000000..efbba9362a7a5 --- /dev/null +++ b/manifests/c/chen08209/FlClash/0.8.76+202502092/chen08209.FlClash.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: chen08209.FlClash +PackageVersion: 0.8.76+202502092 +PackageLocale: zh-CN +ShortDescription: 基于 Clash Meta 的多平台代理客户端,简单易用,开源无广告。 +Tags: +- clash +- clash-meta +- mihomo +- vpn +- 代理 +- 网络 +ReleaseNotesUrl: https://github.com/chen08209/FlClash/releases/tag/v0.8.76 +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/c/chen08209/FlClash/0.8.76+202502092/chen08209.FlClash.yaml b/manifests/c/chen08209/FlClash/0.8.76+202502092/chen08209.FlClash.yaml new file mode 100644 index 0000000000000..a4fadb8fde602 --- /dev/null +++ b/manifests/c/chen08209/FlClash/0.8.76+202502092/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.76+202502092 +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/cinnyapp/cinny-desktop/4.3.0/cinnyapp.cinny-desktop.installer.yaml b/manifests/c/cinnyapp/cinny-desktop/4.3.0/cinnyapp.cinny-desktop.installer.yaml new file mode 100644 index 0000000000000..473b9b4da6b18 --- /dev/null +++ b/manifests/c/cinnyapp/cinny-desktop/4.3.0/cinnyapp.cinny-desktop.installer.yaml @@ -0,0 +1,15 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: cinnyapp.cinny-desktop +PackageVersion: 4.3.0 +InstallerLocale: en-US +InstallerType: wix +ProductCode: '{247A4000-A1B3-403A-89C2-310937B97366}' +ReleaseDate: 2025-02-11 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/cinnyapp/cinny-desktop/releases/download/v4.3.0/Cinny_desktop-x86_64.msi + InstallerSha256: 6D16DDE5EB77FD23B8FBBA0080224379DD375E41DBC72FF3C9BE981DD5DEBDBE +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/c/cinnyapp/cinny-desktop/4.3.0/cinnyapp.cinny-desktop.locale.en-US.yaml b/manifests/c/cinnyapp/cinny-desktop/4.3.0/cinnyapp.cinny-desktop.locale.en-US.yaml new file mode 100644 index 0000000000000..6a6a09a0580f2 --- /dev/null +++ b/manifests/c/cinnyapp/cinny-desktop/4.3.0/cinnyapp.cinny-desktop.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: cinnyapp.cinny-desktop +PackageVersion: 4.3.0 +PackageLocale: en-US +Publisher: Cinny +PublisherUrl: https://github.com/cinnyapp +PublisherSupportUrl: https://github.com/cinnyapp/cinny-desktop/issues +PackageName: Cinny desktop +PackageUrl: https://github.com/cinnyapp/cinny-desktop +License: AGPL-3.0 +ShortDescription: Cinny is a matrix client focusing primarily on simple, elegant and secure interface. +Tags: +- cinny +- cinnyapp +- desktop +- linux-app +- macos-app +- matrix +- matrix-client +- tauri-app +- windows-app +ReleaseNotes: |- + What's Changed + - https://github.com/ajbura/cinny/releases/tag/v4.3.0 + - Add ability to restore Cinny's window size and position by @Neved4 in https://github.com/cinnyapp/cinny-desktop/pull/327 + New Contributors + - @Neved4 made their first contribution in https://github.com/cinnyapp/cinny-desktop/pull/327 + Full Changelog: https://github.com/cinnyapp/cinny-desktop/compare/v4.2.3...v4.3.0 +ReleaseNotesUrl: https://github.com/cinnyapp/cinny-desktop/releases/tag/v4.3.0 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/cinnyapp/cinny-desktop/wiki +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/c/cinnyapp/cinny-desktop/4.3.0/cinnyapp.cinny-desktop.yaml b/manifests/c/cinnyapp/cinny-desktop/4.3.0/cinnyapp.cinny-desktop.yaml new file mode 100644 index 0000000000000..96f5990c42be8 --- /dev/null +++ b/manifests/c/cinnyapp/cinny-desktop/4.3.0/cinnyapp.cinny-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: cinnyapp.cinny-desktop +PackageVersion: 4.3.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/c/cinnyapp/cinny-desktop/4.3.1/cinnyapp.cinny-desktop.installer.yaml b/manifests/c/cinnyapp/cinny-desktop/4.3.1/cinnyapp.cinny-desktop.installer.yaml new file mode 100644 index 0000000000000..6ce9ab950c581 --- /dev/null +++ b/manifests/c/cinnyapp/cinny-desktop/4.3.1/cinnyapp.cinny-desktop.installer.yaml @@ -0,0 +1,15 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: cinnyapp.cinny-desktop +PackageVersion: 4.3.1 +InstallerLocale: en-US +InstallerType: wix +ProductCode: '{C8C2F764-92DD-4281-B723-0AF85BCC7850}' +ReleaseDate: 2025-02-11 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/cinnyapp/cinny-desktop/releases/download/v4.3.1/Cinny_desktop-x86_64.msi + InstallerSha256: 71F14846422A7715B9A4024044D7F6A61989623FA0D89C28C586BCCC00DEED72 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/c/cinnyapp/cinny-desktop/4.3.1/cinnyapp.cinny-desktop.locale.en-US.yaml b/manifests/c/cinnyapp/cinny-desktop/4.3.1/cinnyapp.cinny-desktop.locale.en-US.yaml new file mode 100644 index 0000000000000..959add9a3c2ac --- /dev/null +++ b/manifests/c/cinnyapp/cinny-desktop/4.3.1/cinnyapp.cinny-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: cinnyapp.cinny-desktop +PackageVersion: 4.3.1 +PackageLocale: en-US +Publisher: Cinny +PublisherUrl: https://github.com/cinnyapp +PublisherSupportUrl: https://github.com/cinnyapp/cinny-desktop/issues +PackageName: Cinny desktop +PackageUrl: https://github.com/cinnyapp/cinny-desktop +License: AGPL-3.0 +ShortDescription: Cinny is a matrix client focusing primarily on simple, elegant and secure interface. +Tags: +- cinny +- cinnyapp +- desktop +- linux-app +- macos-app +- matrix +- matrix-client +- tauri-app +- windows-app +ReleaseNotes: |- + What's Changed + - Fix cargo lock by @kfiven in https://github.com/cinnyapp/cinny-desktop/pull/417 + Full Changelog: https://github.com/cinnyapp/cinny-desktop/compare/v4.3.0...v4.3.1 +ReleaseNotesUrl: https://github.com/cinnyapp/cinny-desktop/releases/tag/v4.3.1 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/cinnyapp/cinny-desktop/wiki +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/c/cinnyapp/cinny-desktop/4.3.1/cinnyapp.cinny-desktop.yaml b/manifests/c/cinnyapp/cinny-desktop/4.3.1/cinnyapp.cinny-desktop.yaml new file mode 100644 index 0000000000000..2a4c928c8a747 --- /dev/null +++ b/manifests/c/cinnyapp/cinny-desktop/4.3.1/cinnyapp.cinny-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: cinnyapp.cinny-desktop +PackageVersion: 4.3.1 +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/clsid2/mpc-hc/2.4.0/clsid2.mpc-hc.installer.yaml b/manifests/c/clsid2/mpc-hc/2.4.0/clsid2.mpc-hc.installer.yaml new file mode 100644 index 0000000000000..ee83a52f17395 --- /dev/null +++ b/manifests/c/clsid2/mpc-hc/2.4.0/clsid2.mpc-hc.installer.yaml @@ -0,0 +1,151 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: clsid2.mpc-hc +PackageVersion: 2.4.0 +Platform: +- Windows.Desktop +InstallerType: inno +Scope: machine +InstallModes: +- 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 +ReleaseDate: 2025-02-08 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/clsid2/mpc-hc/releases/download/2.4.0/MPC-HC.2.4.0.x86.exe + InstallerSha256: 873B345011381A722417B5F97BB5CF00D495BA790D41F948F057870090217FC0 +- Architecture: x64 + InstallerUrl: https://github.com/clsid2/mpc-hc/releases/download/2.4.0/MPC-HC.2.4.0.x64.exe + InstallerSha256: 955E5D7E3A5099956531E87AD1B4FC0906EB0434290D70BED2A656647D97AB4F +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/c/clsid2/mpc-hc/2.4.0/clsid2.mpc-hc.locale.en-US.yaml b/manifests/c/clsid2/mpc-hc/2.4.0/clsid2.mpc-hc.locale.en-US.yaml new file mode 100644 index 0000000000000..5bdfdf2fd3faf --- /dev/null +++ b/manifests/c/clsid2/mpc-hc/2.4.0/clsid2.mpc-hc.locale.en-US.yaml @@ -0,0 +1,68 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: clsid2.mpc-hc +PackageVersion: 2.4.0 +PackageLocale: en-US +Publisher: MPC-HC Team +PublisherUrl: https://github.com/clsid2/mpc-hc +PublisherSupportUrl: https://github.com/clsid2/mpc-hc/issues +Author: clsid2 +PackageName: MPC-HC +PackageUrl: https://www.videohelp.com/software/Media-Player-Classic-Home-Cinema +License: GPL-3.0 +LicenseUrl: https://raw.githubusercontent.com/clsid2/mpc-hc/develop/COPYING.txt +Copyright: Copyright (C) 2007 Free Software Foundation, Inc. +CopyrightUrl: https://raw.githubusercontent.com/clsid2/mpc-hc/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: |- + 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 +- music +- open-source +- player +- video +- video-player +ReleaseNotes: |- + Donations are appreciated. There is now a PayPal option. + Changes from 2.3.9 to 2.4.0: + Updates: + - Updated LAV Filters to version 0.79.2-27-gd98fc + - Updated MPC Video Renderer to version 0.9.3.2363 + Changes/additions/improvements: + - Merged play/pause into a single visible button. + Fixes: + - Fixed rare crash on certain PGS subtitles with negative position value. + - Several small fixes and improvements. + Translations + You can help improve and complete translations. See this topic for more info. There are several languages where recently added options have not yet been translated. + Overview of features + A lot of people seem to be unaware of some of the awesome features that have been added to MPC-HC in the past years. Here is a list of useful options and features that everyone should know about: + - Play HDR video This requires using either MPC Video Renderer (MPCVR) or madVR. These renderers can be selected here: Options > Playback > Output With other video renderers, the colors will be wrong! MPCVR is now included. MadVR needs to be installed separately. MPCVR also supports Dolby Vision. MadVR does not. For optimal performance you should change the hardware decoder to D3D11 in LAV Video Decoder settings when using MPCVR on Windows 10/11, because this renderer uses DirectX11. + - The installer of MPC-HC is very basic (and that will not change). I therefore recommend using K-Lite Codec Pack. That includes MPC-HC and other essential components. It has a very advanced installation that can automatically create file associations, and helps you with easy configuration of important MPC-HC settings. The Standard version should be sufficient for most people. Use Full version of you like to use MadVR. + - Modern GUI Theme (Dark or Light) Options > Player > User Interface It is also possible to change the height of the seekbar and size of the toolbar buttons. + - Video preview on the seekbar Options > Player > User Interface > Hover type + - Ability to search for subtitles Press D for manual search. Or enable automatic search in: Options > Subtitles > Misc + - Adjust playback speed Menu > Play > Playback rate The buttons in the player that control playback rate take a 2x step by default. This can be customized to smaller values (like 10%): Options > Playback > Speed step Adjusting playback speed works best with the internal audio renderer. This also has automatic pitch correction. Options > Playback > Output > Audio Renderer + - MPC-HC can remember playback position, so you can resume from that point later Options > Player > History + - You can quickly seek through a video with Ctrl + Mouse Scrollwheel. + - You can jump to next/previous file in a folder by pressing PageUp/PageDown. + - You can perform automatic actions at end of file. For example to go to next file or close player. Options > Playback > After Playback (permanent setting) Menu > Play > After Playback (for current file only) + - A-B repeat You can loop a segment of a video. Press [ and ] to set start and stop markers. + - You can rotate/flip/mirror/stretch/zoom the video Menu > View > Pan&Scan This is also easily done with hotkeys (see below). + - There are lots of keyboard hotkeys and mouse actions to control the player. They can be customized as well. Options > Player > Keys Tip: there is a search box above the table. + - 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) Note 3: yt-dlp win7 compatible build + - 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. + MPC Video Renderer + Frequently Asked Questions +ReleaseNotesUrl: https://github.com/clsid2/mpc-hc/releases/tag/2.4.0 +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/c/clsid2/mpc-hc/2.4.0/clsid2.mpc-hc.yaml b/manifests/c/clsid2/mpc-hc/2.4.0/clsid2.mpc-hc.yaml new file mode 100644 index 0000000000000..3cde282887374 --- /dev/null +++ b/manifests/c/clsid2/mpc-hc/2.4.0/clsid2.mpc-hc.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: clsid2.mpc-hc +PackageVersion: 2.4.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/c/cryptodarth/dockerbeam/0.1.0.0/cryptodarth.dockerbeam.installer.yaml b/manifests/c/cryptodarth/dockerbeam/0.1.0.0/cryptodarth.dockerbeam.installer.yaml new file mode 100644 index 0000000000000..9aa194730b530 --- /dev/null +++ b/manifests/c/cryptodarth/dockerbeam/0.1.0.0/cryptodarth.dockerbeam.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: cryptodarth.dockerbeam +PackageVersion: 0.1.0.0 +InstallerType: portable +Commands: +- dockerbeam +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 + +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/DockerBeam/DockerBeam/releases/download/v0.1.0/DockerBeam_windows_x86.exe + InstallerSha256: 7183F1FB33EF35B9181BF7D5B758B8CEB6ECDFF60003BA3475D9FC57DAB0B8C9 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/c/cryptodarth/dockerbeam/0.1.0.0/cryptodarth.dockerbeam.locale.en-US.yaml b/manifests/c/cryptodarth/dockerbeam/0.1.0.0/cryptodarth.dockerbeam.locale.en-US.yaml new file mode 100644 index 0000000000000..ace7e3ab7f9b3 --- /dev/null +++ b/manifests/c/cryptodarth/dockerbeam/0.1.0.0/cryptodarth.dockerbeam.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: cryptodarth.dockerbeam +PackageVersion: 0.1.0.0 +PackageLocale: en-US +Publisher: cryptodarth +PackageName: dockerbeam +License: MIT License +ShortDescription: A P2P Docker image sharing tool +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/c/cryptodarth/dockerbeam/0.1.0.0/cryptodarth.dockerbeam.yaml b/manifests/c/cryptodarth/dockerbeam/0.1.0.0/cryptodarth.dockerbeam.yaml new file mode 100644 index 0000000000000..79cb855b40f6c --- /dev/null +++ b/manifests/c/cryptodarth/dockerbeam/0.1.0.0/cryptodarth.dockerbeam.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: cryptodarth.dockerbeam +PackageVersion: 0.1.0.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 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/DBBrowserForSQLite/DBBrowserForSQLite/3.11.0/DBBrowserForSQLite.DBBrowserForSQLite.installer.yaml b/manifests/d/DBBrowserForSQLite/DBBrowserForSQLite/3.11.0/DBBrowserForSQLite.DBBrowserForSQLite.installer.yaml index 69af28e9b166d..180732702d293 100644 --- a/manifests/d/DBBrowserForSQLite/DBBrowserForSQLite/3.11.0/DBBrowserForSQLite.DBBrowserForSQLite.installer.yaml +++ b/manifests/d/DBBrowserForSQLite/DBBrowserForSQLite/3.11.0/DBBrowserForSQLite.DBBrowserForSQLite.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 using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: DBBrowserForSQLite.DBBrowserForSQLite PackageVersion: 3.11.0 @@ -24,5 +24,5 @@ Installers: InstallerSha256: D1E28BB123AB758B476F1D1F86BE5F9B0C4F4E55A72F9D6E29CFC7924ADF44BB ProductCode: '{89628D04-102D-49BB-B4F2-FBEEFD51A02C}' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 ReleaseDate: 2019-02-07 diff --git a/manifests/d/DBBrowserForSQLite/DBBrowserForSQLite/3.11.0/DBBrowserForSQLite.DBBrowserForSQLite.locale.en-US.yaml b/manifests/d/DBBrowserForSQLite/DBBrowserForSQLite/3.11.0/DBBrowserForSQLite.DBBrowserForSQLite.locale.en-US.yaml index 50d4e4e4e7e44..251a3910b31b3 100644 --- a/manifests/d/DBBrowserForSQLite/DBBrowserForSQLite/3.11.0/DBBrowserForSQLite.DBBrowserForSQLite.locale.en-US.yaml +++ b/manifests/d/DBBrowserForSQLite/DBBrowserForSQLite/3.11.0/DBBrowserForSQLite.DBBrowserForSQLite.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 using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: DBBrowserForSQLite.DBBrowserForSQLite PackageVersion: 3.11.0 @@ -25,4 +25,4 @@ Documentations: - DocumentLabel: Wiki DocumentUrl: https://github.com/sqlitebrowser/sqlitebrowser/wiki ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/DBBrowserForSQLite/DBBrowserForSQLite/3.11.0/DBBrowserForSQLite.DBBrowserForSQLite.yaml b/manifests/d/DBBrowserForSQLite/DBBrowserForSQLite/3.11.0/DBBrowserForSQLite.DBBrowserForSQLite.yaml index da02d1b2c18fb..09b610c3e7754 100644 --- a/manifests/d/DBBrowserForSQLite/DBBrowserForSQLite/3.11.0/DBBrowserForSQLite.DBBrowserForSQLite.yaml +++ b/manifests/d/DBBrowserForSQLite/DBBrowserForSQLite/3.11.0/DBBrowserForSQLite.DBBrowserForSQLite.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 using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: DBBrowserForSQLite.DBBrowserForSQLite PackageVersion: 3.11.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/DBBrowserForSQLite/DBBrowserForSQLite/3.11.1/DBBrowserForSQLite.DBBrowserForSQLite.installer.yaml b/manifests/d/DBBrowserForSQLite/DBBrowserForSQLite/3.11.1/DBBrowserForSQLite.DBBrowserForSQLite.installer.yaml index 913977ded071b..80fdbe1023469 100644 --- a/manifests/d/DBBrowserForSQLite/DBBrowserForSQLite/3.11.1/DBBrowserForSQLite.DBBrowserForSQLite.installer.yaml +++ b/manifests/d/DBBrowserForSQLite/DBBrowserForSQLite/3.11.1/DBBrowserForSQLite.DBBrowserForSQLite.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 using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: DBBrowserForSQLite.DBBrowserForSQLite PackageVersion: 3.11.1 @@ -24,5 +24,5 @@ Installers: InstallerSha256: 76076D5C20240479238705F2211CAD709F23C31CABE1682E2953BF6A7168B8D0 ProductCode: '{698F58C3-5236-4B2D-BBC8-C78687182BF9}' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 ReleaseDate: 2019-02-18 diff --git a/manifests/d/DBBrowserForSQLite/DBBrowserForSQLite/3.11.1/DBBrowserForSQLite.DBBrowserForSQLite.locale.en-US.yaml b/manifests/d/DBBrowserForSQLite/DBBrowserForSQLite/3.11.1/DBBrowserForSQLite.DBBrowserForSQLite.locale.en-US.yaml index 8160a33905ecc..6a383ebad1c4a 100644 --- a/manifests/d/DBBrowserForSQLite/DBBrowserForSQLite/3.11.1/DBBrowserForSQLite.DBBrowserForSQLite.locale.en-US.yaml +++ b/manifests/d/DBBrowserForSQLite/DBBrowserForSQLite/3.11.1/DBBrowserForSQLite.DBBrowserForSQLite.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 using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: DBBrowserForSQLite.DBBrowserForSQLite PackageVersion: 3.11.1 @@ -25,4 +25,4 @@ Documentations: - DocumentLabel: Wiki DocumentUrl: https://github.com/sqlitebrowser/sqlitebrowser/wiki ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/DBBrowserForSQLite/DBBrowserForSQLite/3.11.1/DBBrowserForSQLite.DBBrowserForSQLite.yaml b/manifests/d/DBBrowserForSQLite/DBBrowserForSQLite/3.11.1/DBBrowserForSQLite.DBBrowserForSQLite.yaml index 5310eb6d00a09..18afa21d2ee59 100644 --- a/manifests/d/DBBrowserForSQLite/DBBrowserForSQLite/3.11.1/DBBrowserForSQLite.DBBrowserForSQLite.yaml +++ b/manifests/d/DBBrowserForSQLite/DBBrowserForSQLite/3.11.1/DBBrowserForSQLite.DBBrowserForSQLite.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 using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: DBBrowserForSQLite.DBBrowserForSQLite PackageVersion: 3.11.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/DBBrowserForSQLite/DBBrowserForSQLite/3.11.2/DBBrowserForSQLite.DBBrowserForSQLite.installer.yaml b/manifests/d/DBBrowserForSQLite/DBBrowserForSQLite/3.11.2/DBBrowserForSQLite.DBBrowserForSQLite.installer.yaml index 8689523ac8e52..be24c831dd9a9 100644 --- a/manifests/d/DBBrowserForSQLite/DBBrowserForSQLite/3.11.2/DBBrowserForSQLite.DBBrowserForSQLite.installer.yaml +++ b/manifests/d/DBBrowserForSQLite/DBBrowserForSQLite/3.11.2/DBBrowserForSQLite.DBBrowserForSQLite.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 using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: DBBrowserForSQLite.DBBrowserForSQLite PackageVersion: 3.11.2 @@ -24,5 +24,5 @@ Installers: InstallerSha256: 0A660C8EEFDFBB8BE6CF8BE2ABE223B0149CE8723CC1C19A36B88198BE071ABE ProductCode: '{60A6564D-4E90-4F6F-859B-8E60C769AEFD}' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 ReleaseDate: 2019-04-03 diff --git a/manifests/d/DBBrowserForSQLite/DBBrowserForSQLite/3.11.2/DBBrowserForSQLite.DBBrowserForSQLite.locale.en-US.yaml b/manifests/d/DBBrowserForSQLite/DBBrowserForSQLite/3.11.2/DBBrowserForSQLite.DBBrowserForSQLite.locale.en-US.yaml index 6ac364d817f3c..99b317e040a58 100644 --- a/manifests/d/DBBrowserForSQLite/DBBrowserForSQLite/3.11.2/DBBrowserForSQLite.DBBrowserForSQLite.locale.en-US.yaml +++ b/manifests/d/DBBrowserForSQLite/DBBrowserForSQLite/3.11.2/DBBrowserForSQLite.DBBrowserForSQLite.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 using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: DBBrowserForSQLite.DBBrowserForSQLite PackageVersion: 3.11.2 @@ -25,4 +25,4 @@ Documentations: - DocumentLabel: Wiki DocumentUrl: https://github.com/sqlitebrowser/sqlitebrowser/wiki ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/DBBrowserForSQLite/DBBrowserForSQLite/3.11.2/DBBrowserForSQLite.DBBrowserForSQLite.yaml b/manifests/d/DBBrowserForSQLite/DBBrowserForSQLite/3.11.2/DBBrowserForSQLite.DBBrowserForSQLite.yaml index ed147174208e8..a43311f6eb6ec 100644 --- a/manifests/d/DBBrowserForSQLite/DBBrowserForSQLite/3.11.2/DBBrowserForSQLite.DBBrowserForSQLite.yaml +++ b/manifests/d/DBBrowserForSQLite/DBBrowserForSQLite/3.11.2/DBBrowserForSQLite.DBBrowserForSQLite.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 using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: DBBrowserForSQLite.DBBrowserForSQLite PackageVersion: 3.11.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/DBBrowserForSQLite/DBBrowserForSQLite/3.12.0/DBBrowserForSQLite.DBBrowserForSQLite.installer.yaml b/manifests/d/DBBrowserForSQLite/DBBrowserForSQLite/3.12.0/DBBrowserForSQLite.DBBrowserForSQLite.installer.yaml index 07379e813ba21..efcc3eab7724e 100644 --- a/manifests/d/DBBrowserForSQLite/DBBrowserForSQLite/3.12.0/DBBrowserForSQLite.DBBrowserForSQLite.installer.yaml +++ b/manifests/d/DBBrowserForSQLite/DBBrowserForSQLite/3.12.0/DBBrowserForSQLite.DBBrowserForSQLite.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 using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: DBBrowserForSQLite.DBBrowserForSQLite PackageVersion: 3.12.0 @@ -24,5 +24,5 @@ Installers: InstallerSha256: 67F2BD4574FC46F0769BB6FCD940A91367CF32E56A94D4DBD6EFE156DFC48E43 ProductCode: '{9BC65494-4E3E-4DF2-B167-0CAFBB57D0F3}' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 ReleaseDate: 2020-06-25 diff --git a/manifests/d/DBBrowserForSQLite/DBBrowserForSQLite/3.12.0/DBBrowserForSQLite.DBBrowserForSQLite.locale.en-US.yaml b/manifests/d/DBBrowserForSQLite/DBBrowserForSQLite/3.12.0/DBBrowserForSQLite.DBBrowserForSQLite.locale.en-US.yaml index 23203d8ea0f45..ae03a7c3b58ac 100644 --- a/manifests/d/DBBrowserForSQLite/DBBrowserForSQLite/3.12.0/DBBrowserForSQLite.DBBrowserForSQLite.locale.en-US.yaml +++ b/manifests/d/DBBrowserForSQLite/DBBrowserForSQLite/3.12.0/DBBrowserForSQLite.DBBrowserForSQLite.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 using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: DBBrowserForSQLite.DBBrowserForSQLite PackageVersion: 3.12.0 @@ -25,4 +25,4 @@ Documentations: - DocumentLabel: Wiki DocumentUrl: https://github.com/sqlitebrowser/sqlitebrowser/wiki ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/DBBrowserForSQLite/DBBrowserForSQLite/3.12.0/DBBrowserForSQLite.DBBrowserForSQLite.yaml b/manifests/d/DBBrowserForSQLite/DBBrowserForSQLite/3.12.0/DBBrowserForSQLite.DBBrowserForSQLite.yaml index ebca9107d69d9..d1992dd7812a5 100644 --- a/manifests/d/DBBrowserForSQLite/DBBrowserForSQLite/3.12.0/DBBrowserForSQLite.DBBrowserForSQLite.yaml +++ b/manifests/d/DBBrowserForSQLite/DBBrowserForSQLite/3.12.0/DBBrowserForSQLite.DBBrowserForSQLite.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 using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: DBBrowserForSQLite.DBBrowserForSQLite PackageVersion: 3.12.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/DBBrowserForSQLite/DBBrowserForSQLite/3.12.1/DBBrowserForSQLite.DBBrowserForSQLite.installer.yaml b/manifests/d/DBBrowserForSQLite/DBBrowserForSQLite/3.12.1/DBBrowserForSQLite.DBBrowserForSQLite.installer.yaml index f34bf1d392f60..4adc61884dbe0 100644 --- a/manifests/d/DBBrowserForSQLite/DBBrowserForSQLite/3.12.1/DBBrowserForSQLite.DBBrowserForSQLite.installer.yaml +++ b/manifests/d/DBBrowserForSQLite/DBBrowserForSQLite/3.12.1/DBBrowserForSQLite.DBBrowserForSQLite.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 using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: DBBrowserForSQLite.DBBrowserForSQLite PackageVersion: 3.12.1 @@ -24,5 +24,5 @@ Installers: InstallerSha256: 6FB72E41CF867E34D1FFFDD5B544DC317FBBD25E3C4E56986D62DE0C0E46DA06 ProductCode: '{AAFA3E9F-719B-4298-99D6-4C07FC7511BD}' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 ReleaseDate: 2020-11-09 diff --git a/manifests/d/DBBrowserForSQLite/DBBrowserForSQLite/3.12.1/DBBrowserForSQLite.DBBrowserForSQLite.locale.en-US.yaml b/manifests/d/DBBrowserForSQLite/DBBrowserForSQLite/3.12.1/DBBrowserForSQLite.DBBrowserForSQLite.locale.en-US.yaml index 13882c89f9ab7..325a68932e987 100644 --- a/manifests/d/DBBrowserForSQLite/DBBrowserForSQLite/3.12.1/DBBrowserForSQLite.DBBrowserForSQLite.locale.en-US.yaml +++ b/manifests/d/DBBrowserForSQLite/DBBrowserForSQLite/3.12.1/DBBrowserForSQLite.DBBrowserForSQLite.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 using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: DBBrowserForSQLite.DBBrowserForSQLite PackageVersion: 3.12.1 @@ -25,4 +25,4 @@ Documentations: - DocumentLabel: Wiki DocumentUrl: https://github.com/sqlitebrowser/sqlitebrowser/wiki ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/DBBrowserForSQLite/DBBrowserForSQLite/3.12.1/DBBrowserForSQLite.DBBrowserForSQLite.yaml b/manifests/d/DBBrowserForSQLite/DBBrowserForSQLite/3.12.1/DBBrowserForSQLite.DBBrowserForSQLite.yaml index 7ec21ca2a5bea..d61ff4e3dc6aa 100644 --- a/manifests/d/DBBrowserForSQLite/DBBrowserForSQLite/3.12.1/DBBrowserForSQLite.DBBrowserForSQLite.yaml +++ b/manifests/d/DBBrowserForSQLite/DBBrowserForSQLite/3.12.1/DBBrowserForSQLite.DBBrowserForSQLite.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 using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: DBBrowserForSQLite.DBBrowserForSQLite PackageVersion: 3.12.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/DBBrowserForSQLite/DBBrowserForSQLite/3.12.2/DBBrowserForSQLite.DBBrowserForSQLite.installer.yaml b/manifests/d/DBBrowserForSQLite/DBBrowserForSQLite/3.12.2/DBBrowserForSQLite.DBBrowserForSQLite.installer.yaml index 29283d091f95f..11abc100960be 100644 --- a/manifests/d/DBBrowserForSQLite/DBBrowserForSQLite/3.12.2/DBBrowserForSQLite.DBBrowserForSQLite.installer.yaml +++ b/manifests/d/DBBrowserForSQLite/DBBrowserForSQLite/3.12.2/DBBrowserForSQLite.DBBrowserForSQLite.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 using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: DBBrowserForSQLite.DBBrowserForSQLite PackageVersion: 3.12.2 @@ -24,5 +24,5 @@ Installers: InstallerSha256: 2B87A0CA1B14F436F2DC2CBFAA380249E754C3C87C81B6648A513F75D3C73368 ProductCode: '{DE0EB075-3F05-4A25-8075-5BBAE6D38BEC}' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 ReleaseDate: 2021-05-17 diff --git a/manifests/d/DBBrowserForSQLite/DBBrowserForSQLite/3.12.2/DBBrowserForSQLite.DBBrowserForSQLite.locale.en-US.yaml b/manifests/d/DBBrowserForSQLite/DBBrowserForSQLite/3.12.2/DBBrowserForSQLite.DBBrowserForSQLite.locale.en-US.yaml index cf73c79939c56..a4bed53db0184 100644 --- a/manifests/d/DBBrowserForSQLite/DBBrowserForSQLite/3.12.2/DBBrowserForSQLite.DBBrowserForSQLite.locale.en-US.yaml +++ b/manifests/d/DBBrowserForSQLite/DBBrowserForSQLite/3.12.2/DBBrowserForSQLite.DBBrowserForSQLite.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 using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: DBBrowserForSQLite.DBBrowserForSQLite PackageVersion: 3.12.2 @@ -25,4 +25,4 @@ Documentations: - DocumentLabel: Wiki DocumentUrl: https://github.com/sqlitebrowser/sqlitebrowser/wiki ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/DBBrowserForSQLite/DBBrowserForSQLite/3.12.2/DBBrowserForSQLite.DBBrowserForSQLite.yaml b/manifests/d/DBBrowserForSQLite/DBBrowserForSQLite/3.12.2/DBBrowserForSQLite.DBBrowserForSQLite.yaml index 7621952505624..36ef34f448a21 100644 --- a/manifests/d/DBBrowserForSQLite/DBBrowserForSQLite/3.12.2/DBBrowserForSQLite.DBBrowserForSQLite.yaml +++ b/manifests/d/DBBrowserForSQLite/DBBrowserForSQLite/3.12.2/DBBrowserForSQLite.DBBrowserForSQLite.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 using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: DBBrowserForSQLite.DBBrowserForSQLite PackageVersion: 3.12.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/DBBrowserForSQLite/DBBrowserForSQLite/3.13.0/DBBrowserForSQLite.DBBrowserForSQLite.installer.yaml b/manifests/d/DBBrowserForSQLite/DBBrowserForSQLite/3.13.0/DBBrowserForSQLite.DBBrowserForSQLite.installer.yaml index a32110cb1b913..2578441d19f19 100644 --- a/manifests/d/DBBrowserForSQLite/DBBrowserForSQLite/3.13.0/DBBrowserForSQLite.DBBrowserForSQLite.installer.yaml +++ b/manifests/d/DBBrowserForSQLite/DBBrowserForSQLite/3.13.0/DBBrowserForSQLite.DBBrowserForSQLite.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 using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: DBBrowserForSQLite.DBBrowserForSQLite PackageVersion: 3.13.0 @@ -24,5 +24,5 @@ Installers: InstallerSha256: 81AF0E90257B96D4DDAC32B93801C160E18EC450C2727D507F80BA3C585279F3 ProductCode: '{31DB629B-1047-47DC-BE5D-AFC2656B2F27}' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 ReleaseDate: 2024-07-23 diff --git a/manifests/d/DBBrowserForSQLite/DBBrowserForSQLite/3.13.0/DBBrowserForSQLite.DBBrowserForSQLite.locale.en-US.yaml b/manifests/d/DBBrowserForSQLite/DBBrowserForSQLite/3.13.0/DBBrowserForSQLite.DBBrowserForSQLite.locale.en-US.yaml index c167a196e9b9d..0409fc258f979 100644 --- a/manifests/d/DBBrowserForSQLite/DBBrowserForSQLite/3.13.0/DBBrowserForSQLite.DBBrowserForSQLite.locale.en-US.yaml +++ b/manifests/d/DBBrowserForSQLite/DBBrowserForSQLite/3.13.0/DBBrowserForSQLite.DBBrowserForSQLite.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 using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: DBBrowserForSQLite.DBBrowserForSQLite PackageVersion: 3.13.0 @@ -25,4 +25,4 @@ Documentations: - DocumentLabel: Wiki DocumentUrl: https://github.com/sqlitebrowser/sqlitebrowser/wiki ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/DBBrowserForSQLite/DBBrowserForSQLite/3.13.0/DBBrowserForSQLite.DBBrowserForSQLite.yaml b/manifests/d/DBBrowserForSQLite/DBBrowserForSQLite/3.13.0/DBBrowserForSQLite.DBBrowserForSQLite.yaml index 6d5c32d53d6ac..3242c456cd81d 100644 --- a/manifests/d/DBBrowserForSQLite/DBBrowserForSQLite/3.13.0/DBBrowserForSQLite.DBBrowserForSQLite.yaml +++ b/manifests/d/DBBrowserForSQLite/DBBrowserForSQLite/3.13.0/DBBrowserForSQLite.DBBrowserForSQLite.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 using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: DBBrowserForSQLite.DBBrowserForSQLite PackageVersion: 3.13.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/DBBrowserForSQLite/DBBrowserForSQLite/3.13.1/DBBrowserForSQLite.DBBrowserForSQLite.installer.yaml b/manifests/d/DBBrowserForSQLite/DBBrowserForSQLite/3.13.1/DBBrowserForSQLite.DBBrowserForSQLite.installer.yaml index c3aa1bbccf416..d728dc41aa4e9 100644 --- a/manifests/d/DBBrowserForSQLite/DBBrowserForSQLite/3.13.1/DBBrowserForSQLite.DBBrowserForSQLite.installer.yaml +++ b/manifests/d/DBBrowserForSQLite/DBBrowserForSQLite/3.13.1/DBBrowserForSQLite.DBBrowserForSQLite.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 using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: DBBrowserForSQLite.DBBrowserForSQLite PackageVersion: 3.13.1 @@ -24,5 +24,5 @@ Installers: InstallerSha256: E0B9F86D3DA4D8D800E144295487E43DE306C1BD27F14DCCFE41E904736F25F7 ProductCode: '{58F132A6-6CB1-45F3-9AC9-6ED957514E94}' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 ReleaseDate: 2024-10-16 diff --git a/manifests/d/DBBrowserForSQLite/DBBrowserForSQLite/3.13.1/DBBrowserForSQLite.DBBrowserForSQLite.locale.en-US.yaml b/manifests/d/DBBrowserForSQLite/DBBrowserForSQLite/3.13.1/DBBrowserForSQLite.DBBrowserForSQLite.locale.en-US.yaml index 0360ecae61a30..801041622664e 100644 --- a/manifests/d/DBBrowserForSQLite/DBBrowserForSQLite/3.13.1/DBBrowserForSQLite.DBBrowserForSQLite.locale.en-US.yaml +++ b/manifests/d/DBBrowserForSQLite/DBBrowserForSQLite/3.13.1/DBBrowserForSQLite.DBBrowserForSQLite.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 using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: DBBrowserForSQLite.DBBrowserForSQLite PackageVersion: 3.13.1 @@ -25,4 +25,4 @@ Documentations: - DocumentLabel: Wiki DocumentUrl: https://github.com/sqlitebrowser/sqlitebrowser/wiki ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/DBBrowserForSQLite/DBBrowserForSQLite/3.13.1/DBBrowserForSQLite.DBBrowserForSQLite.yaml b/manifests/d/DBBrowserForSQLite/DBBrowserForSQLite/3.13.1/DBBrowserForSQLite.DBBrowserForSQLite.yaml index f0ac58715a91f..03127a7adbe97 100644 --- a/manifests/d/DBBrowserForSQLite/DBBrowserForSQLite/3.13.1/DBBrowserForSQLite.DBBrowserForSQLite.yaml +++ b/manifests/d/DBBrowserForSQLite/DBBrowserForSQLite/3.13.1/DBBrowserForSQLite.DBBrowserForSQLite.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 using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: DBBrowserForSQLite.DBBrowserForSQLite PackageVersion: 3.13.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +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.20241217-unstable.1/DWANGO.NAIR.experimental.installer.yaml b/manifests/d/DWANGO/NAIR/experimental/1.1.20241217-unstable.1/DWANGO.NAIR.experimental.installer.yaml deleted file mode 100644 index c8645fd27847f..0000000000000 --- a/manifests/d/DWANGO/NAIR/experimental/1.1.20241217-unstable.1/DWANGO.NAIR.experimental.installer.yaml +++ /dev/null @@ -1,17 +0,0 @@ -# Automatically updated by the winget bot at 2024/Dec/17 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: DWANGO.NAIR.experimental -PackageVersion: 1.1.20241217-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: 107C7A1870898EDBD9769B39F7FF4E3E699A685F8297F3FE5E8E60BABA85D86C -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/d/DWANGO/NAIR/experimental/1.1.20241217-unstable.1/DWANGO.NAIR.experimental.yaml b/manifests/d/DWANGO/NAIR/experimental/1.1.20241217-unstable.1/DWANGO.NAIR.experimental.yaml deleted file mode 100644 index a229b89c49c45..0000000000000 --- a/manifests/d/DWANGO/NAIR/experimental/1.1.20241217-unstable.1/DWANGO.NAIR.experimental.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Automatically updated by the winget bot at 2024/Dec/17 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: DWANGO.NAIR.experimental -PackageVersion: 1.1.20241217-unstable.1 -DefaultLocale: JA-JP -ManifestType: version -ManifestVersion: 1.6.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.20241217-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 similarity index 91% rename from manifests/d/DWANGO/NAIR/experimental/1.1.20241217-unstable.1/DWANGO.NAIR.experimental.locale.JA-JP.yaml rename to manifests/d/DWANGO/NAIR/experimental/1.1.20250206-unstable.1/DWANGO.NAIR.experimental.locale.JA-JP.yaml index 8addb85fc0f23..fb3cac04d4a60 100644 --- a/manifests/d/DWANGO/NAIR/experimental/1.1.20241217-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 @@ -1,8 +1,8 @@ -# Automatically updated by the winget bot at 2024/Dec/17 +# 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.20241217-unstable.1 +PackageVersion: 1.1.20250206-unstable.1 PackageLocale: JA-JP Publisher: koizuka PublisherUrl: https://github.com/n-air-app/n-air-app 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.28.1.1/Datadog.Agent.installer.yaml b/manifests/d/Datadog/Agent/7.28.1.1/Datadog.Agent.installer.yaml index 1ed514b192199..38183f841a1f7 100644 --- a/manifests/d/Datadog/Agent/7.28.1.1/Datadog.Agent.installer.yaml +++ b/manifests/d/Datadog/Agent/7.28.1.1/Datadog.Agent.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: Datadog.Agent PackageVersion: 7.28.1.1 +InstallerLocale: en-US +InstallerType: wix +Scope: machine InstallModes: - - interactive - - silent - - silentWithProgress +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Silent: /qn + SilentWithProgress: /qb + Custom: /norestart Installers: -- InstallerLocale: en-US - Architecture: x64 - InstallerType: msi +- Architecture: x64 InstallerUrl: https://s3.amazonaws.com/ddagent-windows-stable/ddagent-cli-7.28.1.msi InstallerSha256: 5F6147924811D63D7988B50BEEDAA99CFBA80B1A2AF00D486D84546DE678B2F7 - InstallerSwitches: - Custom: /norestart - Silent: /qn - SilentWithProgress: /qb ProductCode: '{C02776A3-78F5-42B0-AEAA-E2B3D71BFA6F}' - Scope: machine ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Datadog/Agent/7.28.1.1/Datadog.Agent.locale.en-US.yaml b/manifests/d/Datadog/Agent/7.28.1.1/Datadog.Agent.locale.en-US.yaml index 2eff6e42c4a6a..090d912b22377 100644 --- a/manifests/d/Datadog/Agent/7.28.1.1/Datadog.Agent.locale.en-US.yaml +++ b/manifests/d/Datadog/Agent/7.28.1.1/Datadog.Agent.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: Datadog.Agent PackageVersion: 7.28.1.1 @@ -10,9 +10,19 @@ PublisherSupportUrl: https://www.datadoghq.com/support/ PrivacyUrl: https://www.datadoghq.com/legal/privacy/ Author: Datadog PackageName: Datadog Agent +# PackageUrl: 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" +# CopyrightUrl: +ShortDescription: Datadog helps you monitor your infrastructure and application +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Datadog/Agent/7.28.1.1/Datadog.Agent.yaml b/manifests/d/Datadog/Agent/7.28.1.1/Datadog.Agent.yaml index f0373884ff2aa..003e5f89b1095 100644 --- a/manifests/d/Datadog/Agent/7.28.1.1/Datadog.Agent.yaml +++ b/manifests/d/Datadog/Agent/7.28.1.1/Datadog.Agent.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: Datadog.Agent PackageVersion: 7.28.1.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Datadog/Agent/7.29.0.1/Datadog.Agent.installer.yaml b/manifests/d/Datadog/Agent/7.29.0.1/Datadog.Agent.installer.yaml index ce660b67fc0c6..7eb1cfec4154f 100644 --- a/manifests/d/Datadog/Agent/7.29.0.1/Datadog.Agent.installer.yaml +++ b/manifests/d/Datadog/Agent/7.29.0.1/Datadog.Agent.installer.yaml @@ -1,24 +1,23 @@ -# 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: Datadog.Agent PackageVersion: 7.29.0.1 +InstallerLocale: en-US +InstallerType: wix +Scope: machine InstallModes: - interactive - silent - silentWithProgress +InstallerSwitches: + Silent: /qn + SilentWithProgress: /qb + Custom: /norestart Installers: -- InstallerLocale: en-US - Architecture: x64 - InstallerType: msi - Scope: machine +- Architecture: x64 InstallerUrl: https://s3.amazonaws.com/ddagent-windows-stable/ddagent-cli-7.29.0.msi InstallerSha256: 91467967A1A09945467B04A431D799F36BE6692A7815E8EC0AF3391E6E8524EC - InstallerSwitches: - Silent: /qn - SilentWithProgress: /qb - Custom: /norestart ProductCode: '{868C50AF-F35E-4BDA-B5D8-D6843BF82010}' ManifestType: installer -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Datadog/Agent/7.29.0.1/Datadog.Agent.locale.en-US.yaml b/manifests/d/Datadog/Agent/7.29.0.1/Datadog.Agent.locale.en-US.yaml index b8ae7de2ecc61..e91bcf1662c5c 100644 --- a/manifests/d/Datadog/Agent/7.29.0.1/Datadog.Agent.locale.en-US.yaml +++ b/manifests/d/Datadog/Agent/7.29.0.1/Datadog.Agent.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: Datadog.Agent PackageVersion: 7.29.0.1 @@ -10,10 +10,19 @@ PublisherSupportUrl: https://www.datadoghq.com/support/ PrivacyUrl: https://www.datadoghq.com/legal/privacy/ Author: Datadog PackageName: Datadog Agent +# PackageUrl: License: Apache-2.0 LicenseUrl: https://github.com/DataDog/datadog-agent/blob/master/LICENSE Copyright: Copyright Datadog, Inc. +# CopyrightUrl: ShortDescription: Datadog helps you monitor your infrastructure and application +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Datadog/Agent/7.29.0.1/Datadog.Agent.yaml b/manifests/d/Datadog/Agent/7.29.0.1/Datadog.Agent.yaml index 44f388a996f57..ff330c23409a3 100644 --- a/manifests/d/Datadog/Agent/7.29.0.1/Datadog.Agent.yaml +++ b/manifests/d/Datadog/Agent/7.29.0.1/Datadog.Agent.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: Datadog.Agent PackageVersion: 7.29.0.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Datadog/Agent/7.31.0.1/Datadog.Agent.installer.yaml b/manifests/d/Datadog/Agent/7.31.0.1/Datadog.Agent.installer.yaml index 43538ce22efbe..fad4a20425886 100644 --- a/manifests/d/Datadog/Agent/7.31.0.1/Datadog.Agent.installer.yaml +++ b/manifests/d/Datadog/Agent/7.31.0.1/Datadog.Agent.installer.yaml @@ -1,24 +1,23 @@ -# Created using wingetcreate 0.3.0.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: Datadog.Agent PackageVersion: 7.31.0.1 +InstallerLocale: en-US +InstallerType: wix +Scope: machine InstallModes: - interactive - silent - silentWithProgress +InstallerSwitches: + Silent: /qn + SilentWithProgress: /qb + Custom: /norestart OVERRIDE_INSTALLATION_METHOD=winget Installers: -- InstallerLocale: en-US - Architecture: x64 - InstallerType: msi - Scope: machine +- Architecture: x64 InstallerUrl: https://s3.amazonaws.com/ddagent-windows-stable/ddagent-cli-7.31.0.msi InstallerSha256: 8DD64EC4EF14F00E89043756210301DE27C7676E5D4586CFD78C06B6EC38211B - InstallerSwitches: - Silent: /qn - SilentWithProgress: /qb - Custom: /norestart OVERRIDE_INSTALLATION_METHOD=winget ProductCode: '{FBC15B0E-45F7-4C13-9800-68D24B107048}' ManifestType: installer -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Datadog/Agent/7.31.0.1/Datadog.Agent.locale.en-US.yaml b/manifests/d/Datadog/Agent/7.31.0.1/Datadog.Agent.locale.en-US.yaml index 593b3bf61bff7..f88d35c22cf07 100644 --- a/manifests/d/Datadog/Agent/7.31.0.1/Datadog.Agent.locale.en-US.yaml +++ b/manifests/d/Datadog/Agent/7.31.0.1/Datadog.Agent.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 0.3.0.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: Datadog.Agent PackageVersion: 7.31.0.1 @@ -10,10 +10,19 @@ PublisherSupportUrl: https://www.datadoghq.com/support/ PrivacyUrl: https://www.datadoghq.com/legal/privacy/ Author: Datadog PackageName: Datadog Agent +# PackageUrl: License: Apache-2.0 LicenseUrl: https://github.com/DataDog/datadog-agent/blob/master/LICENSE Copyright: Copyright Datadog, Inc. +# CopyrightUrl: ShortDescription: Datadog helps you monitor your infrastructure and application +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Datadog/Agent/7.31.0.1/Datadog.Agent.yaml b/manifests/d/Datadog/Agent/7.31.0.1/Datadog.Agent.yaml index b7407bbb7da58..30f4dce2c0f52 100644 --- a/manifests/d/Datadog/Agent/7.31.0.1/Datadog.Agent.yaml +++ b/manifests/d/Datadog/Agent/7.31.0.1/Datadog.Agent.yaml @@ -1,9 +1,8 @@ -# Created using wingetcreate 0.3.0.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: Datadog.Agent PackageVersion: 7.31.0.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Datadog/Agent/7.31.1.1/Datadog.Agent.installer.yaml b/manifests/d/Datadog/Agent/7.31.1.1/Datadog.Agent.installer.yaml index e01402fc7c15b..74ce95653d335 100644 --- a/manifests/d/Datadog/Agent/7.31.1.1/Datadog.Agent.installer.yaml +++ b/manifests/d/Datadog/Agent/7.31.1.1/Datadog.Agent.installer.yaml @@ -1,24 +1,23 @@ -# 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: Datadog.Agent PackageVersion: 7.31.1.1 +InstallerLocale: en-US +InstallerType: wix +Scope: machine InstallModes: - interactive - silent - silentWithProgress +InstallerSwitches: + Silent: /qn + SilentWithProgress: /qb + Custom: /norestart OVERRIDE_INSTALLATION_METHOD=winget Installers: -- InstallerLocale: en-US - Architecture: x64 - InstallerType: msi - Scope: machine +- Architecture: x64 InstallerUrl: https://s3.amazonaws.com/ddagent-windows-stable/ddagent-cli-7.31.1.msi InstallerSha256: 8B0BAC39C61A84D81A7C74804041D54BD3EBC451E943CDA7FDDFE4EDA898BB50 - InstallerSwitches: - Silent: /qn - SilentWithProgress: /qb - Custom: /norestart OVERRIDE_INSTALLATION_METHOD=winget ProductCode: '{F5EE24AA-37FD-46BE-8836-1792575D13E9}' ManifestType: installer -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Datadog/Agent/7.31.1.1/Datadog.Agent.locale.en-US.yaml b/manifests/d/Datadog/Agent/7.31.1.1/Datadog.Agent.locale.en-US.yaml index 7dde5e34862b3..b71b34b3c3e37 100644 --- a/manifests/d/Datadog/Agent/7.31.1.1/Datadog.Agent.locale.en-US.yaml +++ b/manifests/d/Datadog/Agent/7.31.1.1/Datadog.Agent.locale.en-US.yaml @@ -1,5 +1,5 @@ -# 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: Datadog.Agent PackageVersion: 7.31.1.1 @@ -10,10 +10,19 @@ PublisherSupportUrl: https://www.datadoghq.com/support/ PrivacyUrl: https://www.datadoghq.com/legal/privacy/ Author: Datadog PackageName: Datadog Agent +# PackageUrl: License: Apache-2.0 LicenseUrl: https://github.com/DataDog/datadog-agent/blob/master/LICENSE Copyright: Copyright Datadog, Inc. +# CopyrightUrl: ShortDescription: Datadog helps you monitor your infrastructure and application +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Datadog/Agent/7.31.1.1/Datadog.Agent.yaml b/manifests/d/Datadog/Agent/7.31.1.1/Datadog.Agent.yaml index d16214eb110f2..c49f0c70eb4a7 100644 --- a/manifests/d/Datadog/Agent/7.31.1.1/Datadog.Agent.yaml +++ b/manifests/d/Datadog/Agent/7.31.1.1/Datadog.Agent.yaml @@ -1,9 +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: Datadog.Agent PackageVersion: 7.31.1.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Datadog/Agent/7.32.0.1/Datadog.Agent.installer.yaml b/manifests/d/Datadog/Agent/7.32.0.1/Datadog.Agent.installer.yaml index 594050166133b..eee8542fceeed 100644 --- a/manifests/d/Datadog/Agent/7.32.0.1/Datadog.Agent.installer.yaml +++ b/manifests/d/Datadog/Agent/7.32.0.1/Datadog.Agent.installer.yaml @@ -1,24 +1,23 @@ -# 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: Datadog.Agent PackageVersion: 7.32.0.1 +InstallerLocale: en-US +InstallerType: wix +Scope: machine InstallModes: - interactive - silent - silentWithProgress +InstallerSwitches: + Silent: /qn + SilentWithProgress: /qb + Custom: /norestart OVERRIDE_INSTALLATION_METHOD=winget Installers: -- InstallerLocale: en-US - Architecture: x64 - InstallerType: msi - Scope: machine +- Architecture: x64 InstallerUrl: https://s3.amazonaws.com/ddagent-windows-stable/ddagent-cli-7.32.0.msi InstallerSha256: 4F988ED98681A6358D6E41925184793524B379AC37AD108C16C9EE13FD7C02CD - InstallerSwitches: - Silent: /qn - SilentWithProgress: /qb - Custom: /norestart OVERRIDE_INSTALLATION_METHOD=winget ProductCode: '{D94212DA-4D91-4A47-9332-6E96EF409C83}' ManifestType: installer -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Datadog/Agent/7.32.0.1/Datadog.Agent.locale.en-US.yaml b/manifests/d/Datadog/Agent/7.32.0.1/Datadog.Agent.locale.en-US.yaml index c4a9a08d4bd15..4949d5a98a971 100644 --- a/manifests/d/Datadog/Agent/7.32.0.1/Datadog.Agent.locale.en-US.yaml +++ b/manifests/d/Datadog/Agent/7.32.0.1/Datadog.Agent.locale.en-US.yaml @@ -1,5 +1,5 @@ -# 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: Datadog.Agent PackageVersion: 7.32.0.1 @@ -10,10 +10,19 @@ PublisherSupportUrl: https://www.datadoghq.com/support/ PrivacyUrl: https://www.datadoghq.com/legal/privacy/ Author: Datadog PackageName: Datadog Agent +# PackageUrl: License: Apache-2.0 LicenseUrl: https://github.com/DataDog/datadog-agent/blob/master/LICENSE Copyright: Copyright Datadog, Inc. +# CopyrightUrl: ShortDescription: Datadog helps you monitor your infrastructure and application +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Datadog/Agent/7.32.0.1/Datadog.Agent.yaml b/manifests/d/Datadog/Agent/7.32.0.1/Datadog.Agent.yaml index 4eafb7edb9ea8..e63e23c8385f0 100644 --- a/manifests/d/Datadog/Agent/7.32.0.1/Datadog.Agent.yaml +++ b/manifests/d/Datadog/Agent/7.32.0.1/Datadog.Agent.yaml @@ -1,9 +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: Datadog.Agent PackageVersion: 7.32.0.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Datadog/Agent/7.32.1.1/Datadog.Agent.installer.yaml b/manifests/d/Datadog/Agent/7.32.1.1/Datadog.Agent.installer.yaml index d13a6a2ec32ce..e7249e46d6e33 100644 --- a/manifests/d/Datadog/Agent/7.32.1.1/Datadog.Agent.installer.yaml +++ b/manifests/d/Datadog/Agent/7.32.1.1/Datadog.Agent.installer.yaml @@ -1,24 +1,23 @@ -# 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: Datadog.Agent PackageVersion: 7.32.1.1 +InstallerLocale: en-US +InstallerType: wix +Scope: machine InstallModes: - interactive - silent - silentWithProgress +InstallerSwitches: + Silent: /qn + SilentWithProgress: /qb + Custom: /norestart OVERRIDE_INSTALLATION_METHOD=winget Installers: -- InstallerLocale: en-US - Architecture: x64 - InstallerType: msi - Scope: machine +- Architecture: x64 InstallerUrl: https://s3.amazonaws.com/ddagent-windows-stable/ddagent-cli-7.32.1.msi InstallerSha256: 164E620B7FEB1695ACF5E1D39FB6561282803C38B34A8E657CBA517005641E5D - InstallerSwitches: - Silent: /qn - SilentWithProgress: /qb - Custom: /norestart OVERRIDE_INSTALLATION_METHOD=winget ProductCode: '{83CEE44E-AF5A-48E8-B204-0EEDD499F06A}' ManifestType: installer -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Datadog/Agent/7.32.1.1/Datadog.Agent.locale.en-US.yaml b/manifests/d/Datadog/Agent/7.32.1.1/Datadog.Agent.locale.en-US.yaml index 3eb6cd70092fe..f019369fc1c0c 100644 --- a/manifests/d/Datadog/Agent/7.32.1.1/Datadog.Agent.locale.en-US.yaml +++ b/manifests/d/Datadog/Agent/7.32.1.1/Datadog.Agent.locale.en-US.yaml @@ -1,5 +1,5 @@ -# 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: Datadog.Agent PackageVersion: 7.32.1.1 @@ -10,10 +10,19 @@ PublisherSupportUrl: https://www.datadoghq.com/support/ PrivacyUrl: https://www.datadoghq.com/legal/privacy/ Author: Datadog PackageName: Datadog Agent +# PackageUrl: License: Apache-2.0 LicenseUrl: https://github.com/DataDog/datadog-agent/blob/master/LICENSE Copyright: Copyright Datadog, Inc. +# CopyrightUrl: ShortDescription: Datadog helps you monitor your infrastructure and application +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Datadog/Agent/7.32.1.1/Datadog.Agent.yaml b/manifests/d/Datadog/Agent/7.32.1.1/Datadog.Agent.yaml index 19f4851474371..6f8da52d0d590 100644 --- a/manifests/d/Datadog/Agent/7.32.1.1/Datadog.Agent.yaml +++ b/manifests/d/Datadog/Agent/7.32.1.1/Datadog.Agent.yaml @@ -1,9 +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: Datadog.Agent PackageVersion: 7.32.1.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Datadog/Agent/7.32.2.1/Datadog.Agent.installer.yaml b/manifests/d/Datadog/Agent/7.32.2.1/Datadog.Agent.installer.yaml index 702e1ff53373b..337ad744db4d5 100644 --- a/manifests/d/Datadog/Agent/7.32.2.1/Datadog.Agent.installer.yaml +++ b/manifests/d/Datadog/Agent/7.32.2.1/Datadog.Agent.installer.yaml @@ -1,24 +1,23 @@ -# 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: Datadog.Agent PackageVersion: 7.32.2.1 +InstallerLocale: en-US +InstallerType: wix +Scope: machine InstallModes: - interactive - silent - silentWithProgress +InstallerSwitches: + Silent: /qn + SilentWithProgress: /qb + Custom: /norestart OVERRIDE_INSTALLATION_METHOD=winget Installers: -- InstallerLocale: en-US - Architecture: x64 - InstallerType: msi - Scope: machine +- Architecture: x64 InstallerUrl: https://s3.amazonaws.com/ddagent-windows-stable/ddagent-cli-7.32.2.msi InstallerSha256: DE0D20A6BA0E88493510AB6E4C26F68830709558E0987F55D23CFDC8716491F8 - InstallerSwitches: - Silent: /qn - SilentWithProgress: /qb - Custom: /norestart OVERRIDE_INSTALLATION_METHOD=winget ProductCode: '{11621AAB-333C-4808-9037-0D3FBC864FE2}' ManifestType: installer -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Datadog/Agent/7.32.2.1/Datadog.Agent.locale.en-US.yaml b/manifests/d/Datadog/Agent/7.32.2.1/Datadog.Agent.locale.en-US.yaml index 0b4eafb733e96..ee950963c9a13 100644 --- a/manifests/d/Datadog/Agent/7.32.2.1/Datadog.Agent.locale.en-US.yaml +++ b/manifests/d/Datadog/Agent/7.32.2.1/Datadog.Agent.locale.en-US.yaml @@ -1,5 +1,5 @@ -# 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: Datadog.Agent PackageVersion: 7.32.2.1 @@ -10,10 +10,19 @@ PublisherSupportUrl: https://www.datadoghq.com/support/ PrivacyUrl: https://www.datadoghq.com/legal/privacy/ Author: Datadog PackageName: Datadog Agent +# PackageUrl: License: Apache-2.0 LicenseUrl: https://github.com/DataDog/datadog-agent/blob/master/LICENSE Copyright: Copyright Datadog, Inc. +# CopyrightUrl: ShortDescription: Datadog helps you monitor your infrastructure and application +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Datadog/Agent/7.32.2.1/Datadog.Agent.yaml b/manifests/d/Datadog/Agent/7.32.2.1/Datadog.Agent.yaml index ff6f54dfc05a7..0bdd384b27add 100644 --- a/manifests/d/Datadog/Agent/7.32.2.1/Datadog.Agent.yaml +++ b/manifests/d/Datadog/Agent/7.32.2.1/Datadog.Agent.yaml @@ -1,9 +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: Datadog.Agent PackageVersion: 7.32.2.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Datadog/Agent/7.32.3.1/Datadog.Agent.installer.yaml b/manifests/d/Datadog/Agent/7.32.3.1/Datadog.Agent.installer.yaml index b3b70572da66f..24d8c9d5702c0 100644 --- a/manifests/d/Datadog/Agent/7.32.3.1/Datadog.Agent.installer.yaml +++ b/manifests/d/Datadog/Agent/7.32.3.1/Datadog.Agent.installer.yaml @@ -1,24 +1,23 @@ -# 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: Datadog.Agent PackageVersion: 7.32.3.1 +InstallerLocale: en-US +InstallerType: wix +Scope: machine InstallModes: - interactive - silent - silentWithProgress +InstallerSwitches: + Silent: /qn + SilentWithProgress: /qb + Custom: /norestart OVERRIDE_INSTALLATION_METHOD=winget Installers: -- InstallerLocale: en-US - Architecture: x64 - InstallerType: msi - Scope: machine +- Architecture: x64 InstallerUrl: https://s3.amazonaws.com/ddagent-windows-stable/ddagent-cli-7.32.3.msi InstallerSha256: ED399B25CDF8C68E9E60598ADEE285D51AAE1FA3AE44019C0BECB2359F6D383D - InstallerSwitches: - Silent: /qn - SilentWithProgress: /qb - Custom: /norestart OVERRIDE_INSTALLATION_METHOD=winget ProductCode: '{E8839E55-B3D5-4F12-9908-9205C6611296}' ManifestType: installer -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Datadog/Agent/7.32.3.1/Datadog.Agent.locale.en-US.yaml b/manifests/d/Datadog/Agent/7.32.3.1/Datadog.Agent.locale.en-US.yaml index a97a78f5f345b..f8a6df830d333 100644 --- a/manifests/d/Datadog/Agent/7.32.3.1/Datadog.Agent.locale.en-US.yaml +++ b/manifests/d/Datadog/Agent/7.32.3.1/Datadog.Agent.locale.en-US.yaml @@ -1,5 +1,5 @@ -# 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: Datadog.Agent PackageVersion: 7.32.3.1 @@ -10,10 +10,19 @@ PublisherSupportUrl: https://www.datadoghq.com/support/ PrivacyUrl: https://www.datadoghq.com/legal/privacy/ Author: Datadog PackageName: Datadog Agent +# PackageUrl: License: Apache-2.0 LicenseUrl: https://github.com/DataDog/datadog-agent/blob/master/LICENSE Copyright: Copyright Datadog, Inc. +# CopyrightUrl: ShortDescription: Datadog helps you monitor your infrastructure and application +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Datadog/Agent/7.32.3.1/Datadog.Agent.yaml b/manifests/d/Datadog/Agent/7.32.3.1/Datadog.Agent.yaml index 4f1e7883cf46e..1dddafd5136c9 100644 --- a/manifests/d/Datadog/Agent/7.32.3.1/Datadog.Agent.yaml +++ b/manifests/d/Datadog/Agent/7.32.3.1/Datadog.Agent.yaml @@ -1,9 +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: Datadog.Agent PackageVersion: 7.32.3.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Datadog/Agent/7.32.4.1/Datadog.Agent.installer.yaml b/manifests/d/Datadog/Agent/7.32.4.1/Datadog.Agent.installer.yaml index 6edd4d106a26c..dc2f053b79745 100644 --- a/manifests/d/Datadog/Agent/7.32.4.1/Datadog.Agent.installer.yaml +++ b/manifests/d/Datadog/Agent/7.32.4.1/Datadog.Agent.installer.yaml @@ -1,24 +1,23 @@ -# 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: Datadog.Agent PackageVersion: 7.32.4.1 +InstallerLocale: en-US +InstallerType: wix +Scope: machine InstallModes: - interactive - silent - silentWithProgress +InstallerSwitches: + Silent: /qn + SilentWithProgress: /qb + Custom: /norestart OVERRIDE_INSTALLATION_METHOD=winget Installers: -- InstallerLocale: en-US - Architecture: x64 - InstallerType: msi - Scope: machine +- Architecture: x64 InstallerUrl: https://s3.amazonaws.com/ddagent-windows-stable/ddagent-cli-7.32.4.msi InstallerSha256: 4C3D996862733FA4B43C89F117F6661CED23C875E215A5CA086C93A6CDF5D646 - InstallerSwitches: - Silent: /qn - SilentWithProgress: /qb - Custom: /norestart OVERRIDE_INSTALLATION_METHOD=winget ProductCode: '{E2E546EF-5A4B-4F30-892E-C3421983E37D}' ManifestType: installer -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Datadog/Agent/7.32.4.1/Datadog.Agent.locale.en-US.yaml b/manifests/d/Datadog/Agent/7.32.4.1/Datadog.Agent.locale.en-US.yaml index 1b7f47be92658..29794b522ca61 100644 --- a/manifests/d/Datadog/Agent/7.32.4.1/Datadog.Agent.locale.en-US.yaml +++ b/manifests/d/Datadog/Agent/7.32.4.1/Datadog.Agent.locale.en-US.yaml @@ -1,5 +1,5 @@ -# 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: Datadog.Agent PackageVersion: 7.32.4.1 @@ -10,10 +10,19 @@ PublisherSupportUrl: https://www.datadoghq.com/support/ PrivacyUrl: https://www.datadoghq.com/legal/privacy/ Author: Datadog PackageName: Datadog Agent +# PackageUrl: License: Apache-2.0 LicenseUrl: https://github.com/DataDog/datadog-agent/blob/master/LICENSE Copyright: Copyright Datadog, Inc. +# CopyrightUrl: ShortDescription: Datadog helps you monitor your infrastructure and application +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Datadog/Agent/7.32.4.1/Datadog.Agent.yaml b/manifests/d/Datadog/Agent/7.32.4.1/Datadog.Agent.yaml index 7b832eb432328..317c475d4572e 100644 --- a/manifests/d/Datadog/Agent/7.32.4.1/Datadog.Agent.yaml +++ b/manifests/d/Datadog/Agent/7.32.4.1/Datadog.Agent.yaml @@ -1,9 +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: Datadog.Agent PackageVersion: 7.32.4.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Datadog/Agent/7.33.0.1/Datadog.Agent.installer.yaml b/manifests/d/Datadog/Agent/7.33.0.1/Datadog.Agent.installer.yaml index ad64c299f5e34..eea50402c1889 100644 --- a/manifests/d/Datadog/Agent/7.33.0.1/Datadog.Agent.installer.yaml +++ b/manifests/d/Datadog/Agent/7.33.0.1/Datadog.Agent.installer.yaml @@ -1,24 +1,23 @@ -# 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: Datadog.Agent PackageVersion: 7.33.0.1 +InstallerLocale: en-US +InstallerType: wix +Scope: machine InstallModes: - interactive - silent - silentWithProgress +InstallerSwitches: + Silent: /qn + SilentWithProgress: /qb + Custom: /norestart OVERRIDE_INSTALLATION_METHOD=winget Installers: -- InstallerLocale: en-US - Architecture: x64 - InstallerType: msi - Scope: machine +- Architecture: x64 InstallerUrl: https://s3.amazonaws.com/ddagent-windows-stable/ddagent-cli-7.33.0.msi InstallerSha256: 34F98E23BD8DE677253E0DF774D86693CE703BA4A7740DF3057FCA18E2776A85 - InstallerSwitches: - Silent: /qn - SilentWithProgress: /qb - Custom: /norestart OVERRIDE_INSTALLATION_METHOD=winget ProductCode: '{9659924F-B6B1-469E-A57A-71C65FD7696E}' ManifestType: installer -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Datadog/Agent/7.33.0.1/Datadog.Agent.locale.en-US.yaml b/manifests/d/Datadog/Agent/7.33.0.1/Datadog.Agent.locale.en-US.yaml index ae2854db02d15..84a8a571bb156 100644 --- a/manifests/d/Datadog/Agent/7.33.0.1/Datadog.Agent.locale.en-US.yaml +++ b/manifests/d/Datadog/Agent/7.33.0.1/Datadog.Agent.locale.en-US.yaml @@ -1,5 +1,5 @@ -# 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: Datadog.Agent PackageVersion: 7.33.0.1 @@ -10,10 +10,19 @@ PublisherSupportUrl: https://www.datadoghq.com/support/ PrivacyUrl: https://www.datadoghq.com/legal/privacy/ Author: Datadog PackageName: Datadog Agent +# PackageUrl: License: Apache-2.0 LicenseUrl: https://github.com/DataDog/datadog-agent/blob/master/LICENSE Copyright: Copyright Datadog, Inc. +# CopyrightUrl: ShortDescription: Datadog helps you monitor your infrastructure and application +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Datadog/Agent/7.33.0.1/Datadog.Agent.yaml b/manifests/d/Datadog/Agent/7.33.0.1/Datadog.Agent.yaml index b7466123dea41..092403b498101 100644 --- a/manifests/d/Datadog/Agent/7.33.0.1/Datadog.Agent.yaml +++ b/manifests/d/Datadog/Agent/7.33.0.1/Datadog.Agent.yaml @@ -1,9 +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: Datadog.Agent PackageVersion: 7.33.0.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Datadog/Agent/7.33.1.1/Datadog.Agent.installer.yaml b/manifests/d/Datadog/Agent/7.33.1.1/Datadog.Agent.installer.yaml index 08a5d2f080469..a54484cdde669 100644 --- a/manifests/d/Datadog/Agent/7.33.1.1/Datadog.Agent.installer.yaml +++ b/manifests/d/Datadog/Agent/7.33.1.1/Datadog.Agent.installer.yaml @@ -1,24 +1,23 @@ -# 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: Datadog.Agent PackageVersion: 7.33.1.1 +InstallerLocale: en-US +InstallerType: wix +Scope: machine InstallModes: - interactive - silent - silentWithProgress +InstallerSwitches: + Silent: /qn + SilentWithProgress: /qb + Custom: /norestart OVERRIDE_INSTALLATION_METHOD=winget Installers: -- InstallerLocale: en-US - Architecture: x64 - InstallerType: msi - Scope: machine +- Architecture: x64 InstallerUrl: https://s3.amazonaws.com/ddagent-windows-stable/ddagent-cli-7.33.1.msi InstallerSha256: 2F8604D3F7D390A5644AEC778EF4C2F969D24D1CCB9B1DBDB07531989E6E9B92 - InstallerSwitches: - Silent: /qn - SilentWithProgress: /qb - Custom: /norestart OVERRIDE_INSTALLATION_METHOD=winget ProductCode: '{0CAFDAB5-E50C-4939-B837-1A16E98C0B57}' ManifestType: installer -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Datadog/Agent/7.33.1.1/Datadog.Agent.locale.en-US.yaml b/manifests/d/Datadog/Agent/7.33.1.1/Datadog.Agent.locale.en-US.yaml index 22a743191f145..28cb669275838 100644 --- a/manifests/d/Datadog/Agent/7.33.1.1/Datadog.Agent.locale.en-US.yaml +++ b/manifests/d/Datadog/Agent/7.33.1.1/Datadog.Agent.locale.en-US.yaml @@ -1,5 +1,5 @@ -# 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: Datadog.Agent PackageVersion: 7.33.1.1 @@ -10,10 +10,19 @@ PublisherSupportUrl: https://www.datadoghq.com/support/ PrivacyUrl: https://www.datadoghq.com/legal/privacy/ Author: Datadog PackageName: Datadog Agent +# PackageUrl: License: Apache-2.0 LicenseUrl: https://github.com/DataDog/datadog-agent/blob/master/LICENSE Copyright: Copyright Datadog, Inc. +# CopyrightUrl: ShortDescription: Datadog helps you monitor your infrastructure and application +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Datadog/Agent/7.33.1.1/Datadog.Agent.yaml b/manifests/d/Datadog/Agent/7.33.1.1/Datadog.Agent.yaml index c558910965746..fd17f9755a3aa 100644 --- a/manifests/d/Datadog/Agent/7.33.1.1/Datadog.Agent.yaml +++ b/manifests/d/Datadog/Agent/7.33.1.1/Datadog.Agent.yaml @@ -1,9 +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: Datadog.Agent PackageVersion: 7.33.1.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Datadog/Agent/7.36.0.1/Datadog.Agent.installer.yaml b/manifests/d/Datadog/Agent/7.36.0.1/Datadog.Agent.installer.yaml index 9fa56a71fe935..6772790962c38 100644 --- a/manifests/d/Datadog/Agent/7.36.0.1/Datadog.Agent.installer.yaml +++ b/manifests/d/Datadog/Agent/7.36.0.1/Datadog.Agent.installer.yaml @@ -1,24 +1,23 @@ -# 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: Datadog.Agent PackageVersion: 7.36.0.1 +InstallerLocale: en-US +InstallerType: wix +Scope: machine InstallModes: - interactive - silent - silentWithProgress +InstallerSwitches: + Silent: /qn + SilentWithProgress: /qb + Custom: /norestart OVERRIDE_INSTALLATION_METHOD=winget Installers: -- InstallerLocale: en-US - Architecture: x64 - InstallerType: msi - Scope: machine +- Architecture: x64 InstallerUrl: https://s3.amazonaws.com/ddagent-windows-stable/ddagent-cli-7.36.0.msi InstallerSha256: 7F315C2CF1FAD6252DF29D4CE026D45B6B3A675D15679461D2E57C86CC86568B - InstallerSwitches: - Silent: /qn - SilentWithProgress: /qb - Custom: /norestart OVERRIDE_INSTALLATION_METHOD=winget ProductCode: '{4B7BE0D3-1716-4BA6-8C54-6F342F7DE200}' ManifestType: installer -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Datadog/Agent/7.36.0.1/Datadog.Agent.locale.en-US.yaml b/manifests/d/Datadog/Agent/7.36.0.1/Datadog.Agent.locale.en-US.yaml index 1eee5b332facc..b462980c80cd9 100644 --- a/manifests/d/Datadog/Agent/7.36.0.1/Datadog.Agent.locale.en-US.yaml +++ b/manifests/d/Datadog/Agent/7.36.0.1/Datadog.Agent.locale.en-US.yaml @@ -1,5 +1,5 @@ -# 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: Datadog.Agent PackageVersion: 7.36.0.1 @@ -10,10 +10,19 @@ PublisherSupportUrl: https://www.datadoghq.com/support/ PrivacyUrl: https://www.datadoghq.com/legal/privacy/ Author: Datadog PackageName: Datadog Agent +# PackageUrl: License: Apache-2.0 LicenseUrl: https://github.com/DataDog/datadog-agent/blob/master/LICENSE Copyright: Copyright Datadog, Inc. +# CopyrightUrl: ShortDescription: Datadog helps you monitor your infrastructure and application +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Datadog/Agent/7.36.0.1/Datadog.Agent.yaml b/manifests/d/Datadog/Agent/7.36.0.1/Datadog.Agent.yaml index 592c8de2a8df7..179d0125e2171 100644 --- a/manifests/d/Datadog/Agent/7.36.0.1/Datadog.Agent.yaml +++ b/manifests/d/Datadog/Agent/7.36.0.1/Datadog.Agent.yaml @@ -1,9 +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: Datadog.Agent PackageVersion: 7.36.0.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Datadog/Agent/7.36.1.1/Datadog.Agent.installer.yaml b/manifests/d/Datadog/Agent/7.36.1.1/Datadog.Agent.installer.yaml index 4fc567a22b14c..8ba6cd5fde237 100644 --- a/manifests/d/Datadog/Agent/7.36.1.1/Datadog.Agent.installer.yaml +++ b/manifests/d/Datadog/Agent/7.36.1.1/Datadog.Agent.installer.yaml @@ -1,24 +1,23 @@ -# 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: Datadog.Agent PackageVersion: 7.36.1.1 +InstallerLocale: en-US +InstallerType: wix +Scope: machine InstallModes: - interactive - silent - silentWithProgress +InstallerSwitches: + Silent: /qn + SilentWithProgress: /qb + Custom: /norestart OVERRIDE_INSTALLATION_METHOD=winget Installers: -- InstallerLocale: en-US - Architecture: x64 - InstallerType: msi - Scope: machine +- Architecture: x64 InstallerUrl: https://s3.amazonaws.com/ddagent-windows-stable/ddagent-cli-7.36.1.msi InstallerSha256: 4CD2C6BA062F49A25A5890E758AC80D34E23C704198A8349955BE382C35E57D6 - InstallerSwitches: - Silent: /qn - SilentWithProgress: /qb - Custom: /norestart OVERRIDE_INSTALLATION_METHOD=winget ProductCode: '{81CF5229-90B9-4875-94A3-11686D9DC61D}' ManifestType: installer -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Datadog/Agent/7.36.1.1/Datadog.Agent.locale.en-US.yaml b/manifests/d/Datadog/Agent/7.36.1.1/Datadog.Agent.locale.en-US.yaml index bef5276835531..15ff1382b7658 100644 --- a/manifests/d/Datadog/Agent/7.36.1.1/Datadog.Agent.locale.en-US.yaml +++ b/manifests/d/Datadog/Agent/7.36.1.1/Datadog.Agent.locale.en-US.yaml @@ -1,5 +1,5 @@ -# 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: Datadog.Agent PackageVersion: 7.36.1.1 @@ -10,10 +10,19 @@ PublisherSupportUrl: https://www.datadoghq.com/support/ PrivacyUrl: https://www.datadoghq.com/legal/privacy/ Author: Datadog PackageName: Datadog Agent +# PackageUrl: License: Apache-2.0 LicenseUrl: https://github.com/DataDog/datadog-agent/blob/master/LICENSE Copyright: Copyright Datadog, Inc. +# CopyrightUrl: ShortDescription: Datadog helps you monitor your infrastructure and application +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Datadog/Agent/7.36.1.1/Datadog.Agent.yaml b/manifests/d/Datadog/Agent/7.36.1.1/Datadog.Agent.yaml index a51c03a0e7382..2f2f741fa65e5 100644 --- a/manifests/d/Datadog/Agent/7.36.1.1/Datadog.Agent.yaml +++ b/manifests/d/Datadog/Agent/7.36.1.1/Datadog.Agent.yaml @@ -1,9 +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: Datadog.Agent PackageVersion: 7.36.1.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Datadog/Agent/7.37.0.1/Datadog.Agent.installer.yaml b/manifests/d/Datadog/Agent/7.37.0.1/Datadog.Agent.installer.yaml index c6dae5112fb87..300fd56b21a0a 100644 --- a/manifests/d/Datadog/Agent/7.37.0.1/Datadog.Agent.installer.yaml +++ b/manifests/d/Datadog/Agent/7.37.0.1/Datadog.Agent.installer.yaml @@ -1,24 +1,23 @@ -# 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: Datadog.Agent PackageVersion: 7.37.0.1 +InstallerLocale: en-US +InstallerType: wix +Scope: machine InstallModes: - interactive - silent - silentWithProgress +InstallerSwitches: + Silent: /qn + SilentWithProgress: /qb + Custom: /norestart OVERRIDE_INSTALLATION_METHOD=winget Installers: -- InstallerLocale: en-US - Architecture: x64 - InstallerType: msi - Scope: machine +- Architecture: x64 InstallerUrl: https://s3.amazonaws.com/ddagent-windows-stable/ddagent-cli-7.37.0.msi InstallerSha256: 1C23DE9887979EF64D7AAF920646D9C5A70B173C305447BB5DF0E4B35D04B3D7 - InstallerSwitches: - Silent: /qn - SilentWithProgress: /qb - Custom: /norestart OVERRIDE_INSTALLATION_METHOD=winget ProductCode: '{95BC2F47-C9C2-4EA7-9764-6752E97ECFC2}' ManifestType: installer -ManifestVersion: 1.1.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Datadog/Agent/7.37.0.1/Datadog.Agent.locale.en-US.yaml b/manifests/d/Datadog/Agent/7.37.0.1/Datadog.Agent.locale.en-US.yaml index 8c7139e9c95d7..6f66643e77715 100644 --- a/manifests/d/Datadog/Agent/7.37.0.1/Datadog.Agent.locale.en-US.yaml +++ b/manifests/d/Datadog/Agent/7.37.0.1/Datadog.Agent.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: Datadog.Agent PackageVersion: 7.37.0.1 @@ -10,10 +10,19 @@ PublisherSupportUrl: https://www.datadoghq.com/support/ PrivacyUrl: https://www.datadoghq.com/legal/privacy/ Author: Datadog PackageName: Datadog Agent +# PackageUrl: License: Apache-2.0 LicenseUrl: https://github.com/DataDog/datadog-agent/blob/master/LICENSE Copyright: Copyright Datadog, Inc. +# CopyrightUrl: ShortDescription: Datadog helps you monitor your infrastructure and application +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Datadog/Agent/7.37.0.1/Datadog.Agent.yaml b/manifests/d/Datadog/Agent/7.37.0.1/Datadog.Agent.yaml index 94535203f20b2..af9c885a4963e 100644 --- a/manifests/d/Datadog/Agent/7.37.0.1/Datadog.Agent.yaml +++ b/manifests/d/Datadog/Agent/7.37.0.1/Datadog.Agent.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: Datadog.Agent PackageVersion: 7.37.0.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Datadog/Agent/7.37.1.1/Datadog.Agent.installer.yaml b/manifests/d/Datadog/Agent/7.37.1.1/Datadog.Agent.installer.yaml index c924577fbaf68..3c49900476313 100644 --- a/manifests/d/Datadog/Agent/7.37.1.1/Datadog.Agent.installer.yaml +++ b/manifests/d/Datadog/Agent/7.37.1.1/Datadog.Agent.installer.yaml @@ -1,24 +1,23 @@ -# 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: Datadog.Agent PackageVersion: 7.37.1.1 +InstallerLocale: en-US +InstallerType: wix +Scope: machine InstallModes: - interactive - silent - silentWithProgress +InstallerSwitches: + Silent: /qn + SilentWithProgress: /qb + Custom: /norestart OVERRIDE_INSTALLATION_METHOD=winget Installers: -- InstallerLocale: en-US - Architecture: x64 - InstallerType: msi - Scope: machine +- Architecture: x64 InstallerUrl: https://s3.amazonaws.com/ddagent-windows-stable/ddagent-cli-7.37.1.msi InstallerSha256: CB7853451216BD32D993AA3D88C09F2B3A734A867A022D5A67C794F3E527D1C5 - InstallerSwitches: - Silent: /qn - SilentWithProgress: /qb - Custom: /norestart OVERRIDE_INSTALLATION_METHOD=winget ProductCode: '{D782D69A-D2B9-4EE6-AC23-E92975B1BF09}' ManifestType: installer -ManifestVersion: 1.1.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Datadog/Agent/7.37.1.1/Datadog.Agent.locale.en-US.yaml b/manifests/d/Datadog/Agent/7.37.1.1/Datadog.Agent.locale.en-US.yaml index 75da17912b4d0..4bf4fe9838694 100644 --- a/manifests/d/Datadog/Agent/7.37.1.1/Datadog.Agent.locale.en-US.yaml +++ b/manifests/d/Datadog/Agent/7.37.1.1/Datadog.Agent.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: Datadog.Agent PackageVersion: 7.37.1.1 @@ -10,10 +10,19 @@ PublisherSupportUrl: https://www.datadoghq.com/support/ PrivacyUrl: https://www.datadoghq.com/legal/privacy/ Author: Datadog PackageName: Datadog Agent +# PackageUrl: License: Apache-2.0 LicenseUrl: https://github.com/DataDog/datadog-agent/blob/master/LICENSE Copyright: Copyright Datadog, Inc. +# CopyrightUrl: ShortDescription: Datadog helps you monitor your infrastructure and application +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Datadog/Agent/7.37.1.1/Datadog.Agent.yaml b/manifests/d/Datadog/Agent/7.37.1.1/Datadog.Agent.yaml index db036d0194abd..2348591e05111 100644 --- a/manifests/d/Datadog/Agent/7.37.1.1/Datadog.Agent.yaml +++ b/manifests/d/Datadog/Agent/7.37.1.1/Datadog.Agent.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: Datadog.Agent PackageVersion: 7.37.1.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Datadog/Agent/7.38.0.1/Datadog.Agent.installer.yaml b/manifests/d/Datadog/Agent/7.38.0.1/Datadog.Agent.installer.yaml index 1ca9872893f68..fecbe79a8a542 100644 --- a/manifests/d/Datadog/Agent/7.38.0.1/Datadog.Agent.installer.yaml +++ b/manifests/d/Datadog/Agent/7.38.0.1/Datadog.Agent.installer.yaml @@ -1,24 +1,23 @@ -# 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: Datadog.Agent PackageVersion: 7.38.0.1 +InstallerLocale: en-US +InstallerType: wix +Scope: machine InstallModes: - interactive - silent - silentWithProgress +InstallerSwitches: + Silent: /qn + SilentWithProgress: /qb + Custom: /norestart OVERRIDE_INSTALLATION_METHOD=winget Installers: -- InstallerLocale: en-US - Architecture: x64 - InstallerType: msi - Scope: machine +- Architecture: x64 InstallerUrl: https://s3.amazonaws.com/ddagent-windows-stable/ddagent-cli-7.38.0.msi InstallerSha256: 4E643FDD28911814A585A5BC77592189FF97A0D7F08065358028F58055731A20 - InstallerSwitches: - Silent: /qn - SilentWithProgress: /qb - Custom: /norestart OVERRIDE_INSTALLATION_METHOD=winget ProductCode: '{0D88E2C6-22B9-4597-96C3-3B8FED1780F8}' ManifestType: installer -ManifestVersion: 1.1.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Datadog/Agent/7.38.0.1/Datadog.Agent.locale.en-US.yaml b/manifests/d/Datadog/Agent/7.38.0.1/Datadog.Agent.locale.en-US.yaml index 721879f932c5b..2eea6d74d4cc2 100644 --- a/manifests/d/Datadog/Agent/7.38.0.1/Datadog.Agent.locale.en-US.yaml +++ b/manifests/d/Datadog/Agent/7.38.0.1/Datadog.Agent.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: Datadog.Agent PackageVersion: 7.38.0.1 @@ -10,10 +10,19 @@ PublisherSupportUrl: https://www.datadoghq.com/support/ PrivacyUrl: https://www.datadoghq.com/legal/privacy/ Author: Datadog PackageName: Datadog Agent +# PackageUrl: License: Apache-2.0 LicenseUrl: https://github.com/DataDog/datadog-agent/blob/master/LICENSE Copyright: Copyright Datadog, Inc. +# CopyrightUrl: ShortDescription: Datadog helps you monitor your infrastructure and application +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Datadog/Agent/7.38.0.1/Datadog.Agent.yaml b/manifests/d/Datadog/Agent/7.38.0.1/Datadog.Agent.yaml index c3ec4497c763c..ea1d68b4e58f9 100644 --- a/manifests/d/Datadog/Agent/7.38.0.1/Datadog.Agent.yaml +++ b/manifests/d/Datadog/Agent/7.38.0.1/Datadog.Agent.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: Datadog.Agent PackageVersion: 7.38.0.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Datadog/Agent/7.38.1.1/Datadog.Agent.installer.yaml b/manifests/d/Datadog/Agent/7.38.1.1/Datadog.Agent.installer.yaml index 12a1836d57f2b..0e17061b77963 100644 --- a/manifests/d/Datadog/Agent/7.38.1.1/Datadog.Agent.installer.yaml +++ b/manifests/d/Datadog/Agent/7.38.1.1/Datadog.Agent.installer.yaml @@ -1,24 +1,23 @@ -# 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: Datadog.Agent PackageVersion: 7.38.1.1 +InstallerLocale: en-US +InstallerType: wix +Scope: machine InstallModes: - interactive - silent - silentWithProgress +InstallerSwitches: + Silent: /qn + SilentWithProgress: /qb + Custom: /norestart OVERRIDE_INSTALLATION_METHOD=winget Installers: -- InstallerLocale: en-US - Architecture: x64 - InstallerType: msi - Scope: machine +- Architecture: x64 InstallerUrl: https://s3.amazonaws.com/ddagent-windows-stable/ddagent-cli-7.38.1.msi InstallerSha256: A475EFA5304CA022E897B2111A7B3CF94BFA416CF54BBB562572342542381C7B - InstallerSwitches: - Silent: /qn - SilentWithProgress: /qb - Custom: /norestart OVERRIDE_INSTALLATION_METHOD=winget ProductCode: '{5B18A55F-6343-4B38-A7BE-9B0CA22D5750}' ManifestType: installer -ManifestVersion: 1.1.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Datadog/Agent/7.38.1.1/Datadog.Agent.locale.en-US.yaml b/manifests/d/Datadog/Agent/7.38.1.1/Datadog.Agent.locale.en-US.yaml index 2a07e6bcb566b..db328fa56ca7b 100644 --- a/manifests/d/Datadog/Agent/7.38.1.1/Datadog.Agent.locale.en-US.yaml +++ b/manifests/d/Datadog/Agent/7.38.1.1/Datadog.Agent.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: Datadog.Agent PackageVersion: 7.38.1.1 @@ -10,10 +10,19 @@ PublisherSupportUrl: https://www.datadoghq.com/support/ PrivacyUrl: https://www.datadoghq.com/legal/privacy/ Author: Datadog PackageName: Datadog Agent +# PackageUrl: License: Apache-2.0 LicenseUrl: https://github.com/DataDog/datadog-agent/blob/master/LICENSE Copyright: Copyright Datadog, Inc. +# CopyrightUrl: ShortDescription: Datadog helps you monitor your infrastructure and application +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Datadog/Agent/7.38.1.1/Datadog.Agent.yaml b/manifests/d/Datadog/Agent/7.38.1.1/Datadog.Agent.yaml index 0c2b31e0d84c5..02d7d348bd275 100644 --- a/manifests/d/Datadog/Agent/7.38.1.1/Datadog.Agent.yaml +++ b/manifests/d/Datadog/Agent/7.38.1.1/Datadog.Agent.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: Datadog.Agent PackageVersion: 7.38.1.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Datadog/Agent/7.43.2.1/Datadog.Agent.installer.yaml b/manifests/d/Datadog/Agent/7.43.2.1/Datadog.Agent.installer.yaml index 4fffb2cc5a47f..a5c0bfa86afa6 100644 --- a/manifests/d/Datadog/Agent/7.43.2.1/Datadog.Agent.installer.yaml +++ b/manifests/d/Datadog/Agent/7.43.2.1/Datadog.Agent.installer.yaml @@ -1,24 +1,23 @@ -# 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: Datadog.Agent PackageVersion: 7.43.2.1 +InstallerLocale: en-US +InstallerType: wix +Scope: machine InstallModes: - interactive - silent - silentWithProgress +InstallerSwitches: + Silent: /qn + SilentWithProgress: /qb + Custom: /norestart OVERRIDE_INSTALLATION_METHOD=winget Installers: -- InstallerLocale: en-US - Architecture: x64 - InstallerType: msi - Scope: machine +- Architecture: x64 InstallerUrl: https://s3.amazonaws.com/ddagent-windows-stable/ddagent-cli-7.43.2.msi InstallerSha256: 00CF26EA17C4CEE3E3476D777B0C067FB7A94B24BEBFCD74438A9A871BBE0320 - InstallerSwitches: - Silent: /qn - SilentWithProgress: /qb - Custom: /norestart OVERRIDE_INSTALLATION_METHOD=winget ProductCode: '{3A8E76A1-5CE2-4A16-86C7-E8ABD1173AFD}' ManifestType: installer -ManifestVersion: 1.1.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Datadog/Agent/7.43.2.1/Datadog.Agent.locale.en-US.yaml b/manifests/d/Datadog/Agent/7.43.2.1/Datadog.Agent.locale.en-US.yaml index d00208569a57f..f877222d3cc99 100644 --- a/manifests/d/Datadog/Agent/7.43.2.1/Datadog.Agent.locale.en-US.yaml +++ b/manifests/d/Datadog/Agent/7.43.2.1/Datadog.Agent.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: Datadog.Agent PackageVersion: 7.43.2.1 @@ -10,10 +10,19 @@ PublisherSupportUrl: https://www.datadoghq.com/support/ PrivacyUrl: https://www.datadoghq.com/legal/privacy/ Author: Datadog PackageName: Datadog Agent +# PackageUrl: License: Apache-2.0 LicenseUrl: https://github.com/DataDog/datadog-agent/blob/master/LICENSE Copyright: Copyright Datadog, Inc. +# CopyrightUrl: ShortDescription: Datadog helps you monitor your infrastructure and application +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Datadog/Agent/7.43.2.1/Datadog.Agent.yaml b/manifests/d/Datadog/Agent/7.43.2.1/Datadog.Agent.yaml index 09d6a5cee86bb..53fdb56d90b98 100644 --- a/manifests/d/Datadog/Agent/7.43.2.1/Datadog.Agent.yaml +++ b/manifests/d/Datadog/Agent/7.43.2.1/Datadog.Agent.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: Datadog.Agent PackageVersion: 7.43.2.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Datadog/Agent/7.44.0-rc.6/Datadog.Agent.installer.yaml b/manifests/d/Datadog/Agent/7.44.0-rc.6/Datadog.Agent.installer.yaml index b79032b4cb20c..0a686d61a8b16 100644 --- a/manifests/d/Datadog/Agent/7.44.0-rc.6/Datadog.Agent.installer.yaml +++ b/manifests/d/Datadog/Agent/7.44.0-rc.6/Datadog.Agent.installer.yaml @@ -1,24 +1,23 @@ -# 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: Datadog.Agent PackageVersion: 7.44.0-rc.6 +InstallerLocale: en-US +InstallerType: wix +Scope: machine InstallModes: - interactive - silent - silentWithProgress +InstallerSwitches: + Silent: /qn + SilentWithProgress: /qb + Custom: /norestart OVERRIDE_INSTALLATION_METHOD=winget Installers: -- InstallerLocale: en-US - Architecture: x64 - InstallerType: msi - Scope: machine +- Architecture: x64 InstallerUrl: https://s3.amazonaws.com/dd-agent-mstesting/builds/beta/ddagent-cli-7.44.0-rc.6.msi InstallerSha256: BE7F4685CA0C5B594ABAE5FA00C8346355AF3367A424D0FCF437771401467E2B - InstallerSwitches: - Silent: /qn - SilentWithProgress: /qb - Custom: /norestart OVERRIDE_INSTALLATION_METHOD=winget ProductCode: '{35CA040E-B487-48F9-8267-FF13D79DD262}' ManifestType: installer -ManifestVersion: 1.1.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Datadog/Agent/7.44.0-rc.6/Datadog.Agent.locale.en-US.yaml b/manifests/d/Datadog/Agent/7.44.0-rc.6/Datadog.Agent.locale.en-US.yaml index 24ab9fa42a1ae..3f2329ad734ec 100644 --- a/manifests/d/Datadog/Agent/7.44.0-rc.6/Datadog.Agent.locale.en-US.yaml +++ b/manifests/d/Datadog/Agent/7.44.0-rc.6/Datadog.Agent.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: Datadog.Agent PackageVersion: 7.44.0-rc.6 @@ -10,10 +10,19 @@ PublisherSupportUrl: https://www.datadoghq.com/support/ PrivacyUrl: https://www.datadoghq.com/legal/privacy/ Author: Datadog PackageName: Datadog Agent +# PackageUrl: License: Apache-2.0 LicenseUrl: https://github.com/DataDog/datadog-agent/blob/master/LICENSE Copyright: Copyright Datadog, Inc. +# CopyrightUrl: ShortDescription: Datadog helps you monitor your infrastructure and application +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Datadog/Agent/7.44.0-rc.6/Datadog.Agent.yaml b/manifests/d/Datadog/Agent/7.44.0-rc.6/Datadog.Agent.yaml index ec12d8784ba63..015df905e2a95 100644 --- a/manifests/d/Datadog/Agent/7.44.0-rc.6/Datadog.Agent.yaml +++ b/manifests/d/Datadog/Agent/7.44.0-rc.6/Datadog.Agent.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: Datadog.Agent PackageVersion: 7.44.0-rc.6 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Datadog/Agent/7.44.0-rc.7/Datadog.Agent.installer.yaml b/manifests/d/Datadog/Agent/7.44.0-rc.7/Datadog.Agent.installer.yaml index 62b56d24e0806..fd5b70d178ea4 100644 --- a/manifests/d/Datadog/Agent/7.44.0-rc.7/Datadog.Agent.installer.yaml +++ b/manifests/d/Datadog/Agent/7.44.0-rc.7/Datadog.Agent.installer.yaml @@ -1,24 +1,23 @@ -# 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: Datadog.Agent PackageVersion: 7.44.0-rc.7 +InstallerLocale: en-US +InstallerType: wix +Scope: machine InstallModes: - interactive - silent - silentWithProgress +InstallerSwitches: + Silent: /qn + SilentWithProgress: /qb + Custom: /norestart OVERRIDE_INSTALLATION_METHOD=winget Installers: -- InstallerLocale: en-US - Architecture: x64 - InstallerType: msi - Scope: machine +- Architecture: x64 InstallerUrl: https://s3.amazonaws.com/dd-agent-mstesting/builds/beta/ddagent-cli-7.44.0-rc.7.msi InstallerSha256: 597F96130607F5653BE6268FA50B882C4197B4CDAB893810E15E5DA326E83BAC - InstallerSwitches: - Silent: /qn - SilentWithProgress: /qb - Custom: /norestart OVERRIDE_INSTALLATION_METHOD=winget ProductCode: '{4AB2B4C6-AE1D-4CA0-B0AC-B530CE13C8A0}' ManifestType: installer -ManifestVersion: 1.1.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Datadog/Agent/7.44.0-rc.7/Datadog.Agent.locale.en-US.yaml b/manifests/d/Datadog/Agent/7.44.0-rc.7/Datadog.Agent.locale.en-US.yaml index f87116968bd2c..e95a5e14aed1f 100644 --- a/manifests/d/Datadog/Agent/7.44.0-rc.7/Datadog.Agent.locale.en-US.yaml +++ b/manifests/d/Datadog/Agent/7.44.0-rc.7/Datadog.Agent.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: Datadog.Agent PackageVersion: 7.44.0-rc.7 @@ -10,10 +10,19 @@ PublisherSupportUrl: https://www.datadoghq.com/support/ PrivacyUrl: https://www.datadoghq.com/legal/privacy/ Author: Datadog PackageName: Datadog Agent +# PackageUrl: License: Apache-2.0 LicenseUrl: https://github.com/DataDog/datadog-agent/blob/master/LICENSE Copyright: Copyright Datadog, Inc. +# CopyrightUrl: ShortDescription: Datadog helps you monitor your infrastructure and application +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Datadog/Agent/7.44.0-rc.7/Datadog.Agent.yaml b/manifests/d/Datadog/Agent/7.44.0-rc.7/Datadog.Agent.yaml index 14a11827b6d36..d77e33b7d270d 100644 --- a/manifests/d/Datadog/Agent/7.44.0-rc.7/Datadog.Agent.yaml +++ b/manifests/d/Datadog/Agent/7.44.0-rc.7/Datadog.Agent.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: Datadog.Agent PackageVersion: 7.44.0-rc.7 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Datadog/Agent/7.44.0.1/Datadog.Agent.installer.yaml b/manifests/d/Datadog/Agent/7.44.0.1/Datadog.Agent.installer.yaml index 2e122b2b29f10..fc228109bee25 100644 --- a/manifests/d/Datadog/Agent/7.44.0.1/Datadog.Agent.installer.yaml +++ b/manifests/d/Datadog/Agent/7.44.0.1/Datadog.Agent.installer.yaml @@ -1,24 +1,23 @@ -# 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: Datadog.Agent PackageVersion: 7.44.0.1 +InstallerLocale: en-US +InstallerType: wix +Scope: machine InstallModes: - interactive - silent - silentWithProgress +InstallerSwitches: + Silent: /qn + SilentWithProgress: /qb + Custom: /norestart OVERRIDE_INSTALLATION_METHOD=winget Installers: -- InstallerLocale: en-US - Architecture: x64 - InstallerType: msi - Scope: machine +- Architecture: x64 InstallerUrl: https://s3.amazonaws.com/ddagent-windows-stable/ddagent-cli-7.44.0.msi InstallerSha256: D9E7277E66DC2666C0A0173AB68714AC6A031BCA65DFA5A83C1D2F3361D2797E - InstallerSwitches: - Silent: /qn - SilentWithProgress: /qb - Custom: /norestart OVERRIDE_INSTALLATION_METHOD=winget ProductCode: '{FB022D2D-A459-4F32-A2C2-C6CA24356C2A}' ManifestType: installer -ManifestVersion: 1.1.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Datadog/Agent/7.44.0.1/Datadog.Agent.locale.en-US.yaml b/manifests/d/Datadog/Agent/7.44.0.1/Datadog.Agent.locale.en-US.yaml index f2123942e010a..30a0f6c342be7 100644 --- a/manifests/d/Datadog/Agent/7.44.0.1/Datadog.Agent.locale.en-US.yaml +++ b/manifests/d/Datadog/Agent/7.44.0.1/Datadog.Agent.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: Datadog.Agent PackageVersion: 7.44.0.1 @@ -10,10 +10,19 @@ PublisherSupportUrl: https://www.datadoghq.com/support/ PrivacyUrl: https://www.datadoghq.com/legal/privacy/ Author: Datadog PackageName: Datadog Agent +# PackageUrl: License: Apache-2.0 LicenseUrl: https://github.com/DataDog/datadog-agent/blob/master/LICENSE Copyright: Copyright Datadog, Inc. +# CopyrightUrl: ShortDescription: Datadog helps you monitor your infrastructure and application +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Datadog/Agent/7.44.0.1/Datadog.Agent.yaml b/manifests/d/Datadog/Agent/7.44.0.1/Datadog.Agent.yaml index 4a67ec82a7ec3..af960d71931cb 100644 --- a/manifests/d/Datadog/Agent/7.44.0.1/Datadog.Agent.yaml +++ b/manifests/d/Datadog/Agent/7.44.0.1/Datadog.Agent.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: Datadog.Agent PackageVersion: 7.44.0.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Datadog/Agent/7.44.1.1/Datadog.Agent.installer.yaml b/manifests/d/Datadog/Agent/7.44.1.1/Datadog.Agent.installer.yaml index d2b3611c0c79e..70d7c60f7120d 100644 --- a/manifests/d/Datadog/Agent/7.44.1.1/Datadog.Agent.installer.yaml +++ b/manifests/d/Datadog/Agent/7.44.1.1/Datadog.Agent.installer.yaml @@ -1,24 +1,23 @@ -# 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: Datadog.Agent PackageVersion: 7.44.1.1 +InstallerLocale: en-US +InstallerType: wix +Scope: machine InstallModes: - interactive - silent - silentWithProgress +InstallerSwitches: + Silent: /qn + SilentWithProgress: /qb + Custom: /norestart OVERRIDE_INSTALLATION_METHOD=winget Installers: -- InstallerLocale: en-US - Architecture: x64 - InstallerType: msi - Scope: machine +- Architecture: x64 InstallerUrl: https://s3.amazonaws.com/ddagent-windows-stable/ddagent-cli-7.44.1.msi InstallerSha256: EA146B02CA41F0709590425FD93A55120D25AA1C6526A1389C524993914B0F33 - InstallerSwitches: - Silent: /qn - SilentWithProgress: /qb - Custom: /norestart OVERRIDE_INSTALLATION_METHOD=winget ProductCode: '{DE9F4386-E634-4EF5-85E4-38AAD892F322}' ManifestType: installer -ManifestVersion: 1.1.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Datadog/Agent/7.44.1.1/Datadog.Agent.locale.en-US.yaml b/manifests/d/Datadog/Agent/7.44.1.1/Datadog.Agent.locale.en-US.yaml index d99fcfad73170..ba119477ad9f2 100644 --- a/manifests/d/Datadog/Agent/7.44.1.1/Datadog.Agent.locale.en-US.yaml +++ b/manifests/d/Datadog/Agent/7.44.1.1/Datadog.Agent.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: Datadog.Agent PackageVersion: 7.44.1.1 @@ -10,10 +10,19 @@ PublisherSupportUrl: https://www.datadoghq.com/support/ PrivacyUrl: https://www.datadoghq.com/legal/privacy/ Author: Datadog PackageName: Datadog Agent +# PackageUrl: License: Apache-2.0 LicenseUrl: https://github.com/DataDog/datadog-agent/blob/master/LICENSE Copyright: Copyright Datadog, Inc. +# CopyrightUrl: ShortDescription: Datadog helps you monitor your infrastructure and application +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Datadog/Agent/7.44.1.1/Datadog.Agent.yaml b/manifests/d/Datadog/Agent/7.44.1.1/Datadog.Agent.yaml index 19cb85b28699e..9a621c502bdbd 100644 --- a/manifests/d/Datadog/Agent/7.44.1.1/Datadog.Agent.yaml +++ b/manifests/d/Datadog/Agent/7.44.1.1/Datadog.Agent.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: Datadog.Agent PackageVersion: 7.44.1.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Datadog/Agent/7.45.1.1/Datadog.Agent.installer.yaml b/manifests/d/Datadog/Agent/7.45.1.1/Datadog.Agent.installer.yaml index 025e6eee331a1..89eac800aaa6b 100644 --- a/manifests/d/Datadog/Agent/7.45.1.1/Datadog.Agent.installer.yaml +++ b/manifests/d/Datadog/Agent/7.45.1.1/Datadog.Agent.installer.yaml @@ -1,24 +1,23 @@ -# 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: Datadog.Agent PackageVersion: 7.45.1.1 +InstallerLocale: en-US +InstallerType: wix +Scope: machine InstallModes: - interactive - silent - silentWithProgress +InstallerSwitches: + Silent: /qn + SilentWithProgress: /qb + Custom: /norestart OVERRIDE_INSTALLATION_METHOD=winget Installers: -- InstallerLocale: en-US - Architecture: x64 - InstallerType: msi - Scope: machine +- Architecture: x64 InstallerUrl: https://s3.amazonaws.com/ddagent-windows-stable/ddagent-cli-7.45.1.msi InstallerSha256: A19C7D0E67C519A82755BF8C9EA5A2DF1E4B21FD22FDF1B0E4E8986C1C497F26 - InstallerSwitches: - Silent: /qn - SilentWithProgress: /qb - Custom: /norestart OVERRIDE_INSTALLATION_METHOD=winget ProductCode: '{9820990C-A56B-458C-BC98-D6B7C9D616A6}' ManifestType: installer -ManifestVersion: 1.1.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Datadog/Agent/7.45.1.1/Datadog.Agent.locale.en-US.yaml b/manifests/d/Datadog/Agent/7.45.1.1/Datadog.Agent.locale.en-US.yaml index 3d39a610e877c..03637feff1f3b 100644 --- a/manifests/d/Datadog/Agent/7.45.1.1/Datadog.Agent.locale.en-US.yaml +++ b/manifests/d/Datadog/Agent/7.45.1.1/Datadog.Agent.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: Datadog.Agent PackageVersion: 7.45.1.1 @@ -10,10 +10,19 @@ PublisherSupportUrl: https://www.datadoghq.com/support/ PrivacyUrl: https://www.datadoghq.com/legal/privacy/ Author: Datadog PackageName: Datadog Agent +# PackageUrl: License: Apache-2.0 LicenseUrl: https://github.com/DataDog/datadog-agent/blob/master/LICENSE Copyright: Copyright Datadog, Inc. +# CopyrightUrl: ShortDescription: Datadog helps you monitor your infrastructure and application +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Datadog/Agent/7.45.1.1/Datadog.Agent.yaml b/manifests/d/Datadog/Agent/7.45.1.1/Datadog.Agent.yaml index a5c58ad86760e..21ad88a7853bb 100644 --- a/manifests/d/Datadog/Agent/7.45.1.1/Datadog.Agent.yaml +++ b/manifests/d/Datadog/Agent/7.45.1.1/Datadog.Agent.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: Datadog.Agent PackageVersion: 7.45.1.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Datadog/Agent/7.46.0.1/Datadog.Agent.installer.yaml b/manifests/d/Datadog/Agent/7.46.0.1/Datadog.Agent.installer.yaml index 213beb2e4dcb7..bd12cf6f128e9 100644 --- a/manifests/d/Datadog/Agent/7.46.0.1/Datadog.Agent.installer.yaml +++ b/manifests/d/Datadog/Agent/7.46.0.1/Datadog.Agent.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: Datadog.Agent PackageVersion: 7.46.0.1 @@ -14,10 +14,10 @@ InstallerSwitches: Silent: /qn SilentWithProgress: /qb Custom: /norestart OVERRIDE_INSTALLATION_METHOD=winget -ProductCode: '{9E3023E6-5C8C-4284-86FC-ECCD68AB07A3}' Installers: - Architecture: x64 InstallerUrl: https://s3.amazonaws.com/ddagent-windows-stable/ddagent-cli-7.46.0.msi InstallerSha256: A81DADDD8EAE2D480DA1A100D40AA47A20CBEBFBF77899FC8AB174B92E6F0A2C + ProductCode: '{9E3023E6-5C8C-4284-86FC-ECCD68AB07A3}' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Datadog/Agent/7.46.0.1/Datadog.Agent.locale.en-US.yaml b/manifests/d/Datadog/Agent/7.46.0.1/Datadog.Agent.locale.en-US.yaml index a9571bed8f542..d4135879328ef 100644 --- a/manifests/d/Datadog/Agent/7.46.0.1/Datadog.Agent.locale.en-US.yaml +++ b/manifests/d/Datadog/Agent/7.46.0.1/Datadog.Agent.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: Datadog.Agent PackageVersion: 7.46.0.1 @@ -10,9 +10,19 @@ PublisherSupportUrl: https://www.datadoghq.com/support PrivacyUrl: https://www.datadoghq.com/legal/privacy Author: Datadog PackageName: Datadog Agent +# PackageUrl: License: Apache-2.0 LicenseUrl: https://github.com/DataDog/datadog-agent/blob/master/LICENSE Copyright: Copyright Datadog, Inc. +# CopyrightUrl: ShortDescription: Datadog helps you monitor your infrastructure and application +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Datadog/Agent/7.46.0.1/Datadog.Agent.yaml b/manifests/d/Datadog/Agent/7.46.0.1/Datadog.Agent.yaml index 85ee0e2241aa3..a7c30d32d21df 100644 --- a/manifests/d/Datadog/Agent/7.46.0.1/Datadog.Agent.yaml +++ b/manifests/d/Datadog/Agent/7.46.0.1/Datadog.Agent.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: Datadog.Agent PackageVersion: 7.46.0.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Datadog/Agent/7.47.0.1/Datadog.Agent.installer.yaml b/manifests/d/Datadog/Agent/7.47.0.1/Datadog.Agent.installer.yaml index e78b76d315d8b..9aa3525629ecd 100644 --- a/manifests/d/Datadog/Agent/7.47.0.1/Datadog.Agent.installer.yaml +++ b/manifests/d/Datadog/Agent/7.47.0.1/Datadog.Agent.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: Datadog.Agent PackageVersion: 7.47.0.1 @@ -14,10 +14,10 @@ InstallerSwitches: Silent: /qn SilentWithProgress: /qb Custom: /norestart OVERRIDE_INSTALLATION_METHOD=winget -ProductCode: '{0C50421B-AEFB-4F15-A809-7AF2C8C608A7}' Installers: - Architecture: x64 InstallerUrl: https://s3.amazonaws.com/ddagent-windows-stable/ddagent-cli-7.47.0.msi InstallerSha256: 6C4C430CBF826DFAEE67CF0B95338ED3DC765B6362EF67E7CBD1D7E0DEB0759A + ProductCode: '{0C50421B-AEFB-4F15-A809-7AF2C8C608A7}' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Datadog/Agent/7.47.0.1/Datadog.Agent.locale.en-US.yaml b/manifests/d/Datadog/Agent/7.47.0.1/Datadog.Agent.locale.en-US.yaml index 4970aa0152b4a..16e9cdb94d826 100644 --- a/manifests/d/Datadog/Agent/7.47.0.1/Datadog.Agent.locale.en-US.yaml +++ b/manifests/d/Datadog/Agent/7.47.0.1/Datadog.Agent.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: Datadog.Agent PackageVersion: 7.47.0.1 @@ -10,9 +10,19 @@ PublisherSupportUrl: https://www.datadoghq.com/support PrivacyUrl: https://www.datadoghq.com/legal/privacy Author: Datadog PackageName: Datadog Agent +# PackageUrl: License: Apache-2.0 LicenseUrl: https://github.com/DataDog/datadog-agent/blob/master/LICENSE Copyright: Copyright Datadog, Inc. +# CopyrightUrl: ShortDescription: Datadog helps you monitor your infrastructure and application +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Datadog/Agent/7.47.0.1/Datadog.Agent.yaml b/manifests/d/Datadog/Agent/7.47.0.1/Datadog.Agent.yaml index 96068bf7929c4..9e499ddb6c325 100644 --- a/manifests/d/Datadog/Agent/7.47.0.1/Datadog.Agent.yaml +++ b/manifests/d/Datadog/Agent/7.47.0.1/Datadog.Agent.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: Datadog.Agent PackageVersion: 7.47.0.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Datadog/Agent/7.47.1.1/Datadog.Agent.installer.yaml b/manifests/d/Datadog/Agent/7.47.1.1/Datadog.Agent.installer.yaml index 2c727a1c00359..3e2dc176f38cf 100644 --- a/manifests/d/Datadog/Agent/7.47.1.1/Datadog.Agent.installer.yaml +++ b/manifests/d/Datadog/Agent/7.47.1.1/Datadog.Agent.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: Datadog.Agent PackageVersion: 7.47.1.1 @@ -14,10 +14,10 @@ InstallerSwitches: Silent: /qn SilentWithProgress: /qb Custom: /norestart OVERRIDE_INSTALLATION_METHOD=winget -ProductCode: '{0C50421B-AEFB-4F15-A809-7AF2C8C618A7}' Installers: - Architecture: x64 InstallerUrl: https://s3.amazonaws.com/ddagent-windows-stable/ddagent-cli-7.47.1.msi InstallerSha256: 9109B8AACD06B3FE2EE5C6DB1B50B89718919E3BBDE7C672B48207FD1A0D9E23 + ProductCode: '{0C50421B-AEFB-4F15-A809-7AF2C8C618A7}' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Datadog/Agent/7.47.1.1/Datadog.Agent.locale.en-US.yaml b/manifests/d/Datadog/Agent/7.47.1.1/Datadog.Agent.locale.en-US.yaml index 6ddc25e244052..4a4bfbaafab67 100644 --- a/manifests/d/Datadog/Agent/7.47.1.1/Datadog.Agent.locale.en-US.yaml +++ b/manifests/d/Datadog/Agent/7.47.1.1/Datadog.Agent.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: Datadog.Agent PackageVersion: 7.47.1.1 @@ -10,9 +10,19 @@ PublisherSupportUrl: https://www.datadoghq.com/support PrivacyUrl: https://www.datadoghq.com/legal/privacy Author: Datadog PackageName: Datadog Agent +# PackageUrl: License: Apache-2.0 LicenseUrl: https://github.com/DataDog/datadog-agent/blob/master/LICENSE Copyright: Copyright Datadog, Inc. +# CopyrightUrl: ShortDescription: Datadog helps you monitor your infrastructure and application +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Datadog/Agent/7.47.1.1/Datadog.Agent.yaml b/manifests/d/Datadog/Agent/7.47.1.1/Datadog.Agent.yaml index fdcee3f44e480..610bcb83bf72c 100644 --- a/manifests/d/Datadog/Agent/7.47.1.1/Datadog.Agent.yaml +++ b/manifests/d/Datadog/Agent/7.47.1.1/Datadog.Agent.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: Datadog.Agent PackageVersion: 7.47.1.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Datadog/Agent/7.48.0.1/Datadog.Agent.installer.yaml b/manifests/d/Datadog/Agent/7.48.0.1/Datadog.Agent.installer.yaml index 3c61999dbf856..5129ded0d7c53 100644 --- a/manifests/d/Datadog/Agent/7.48.0.1/Datadog.Agent.installer.yaml +++ b/manifests/d/Datadog/Agent/7.48.0.1/Datadog.Agent.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: Datadog.Agent PackageVersion: 7.48.0.1 @@ -14,10 +14,10 @@ InstallerSwitches: Silent: /qn SilentWithProgress: /qb Custom: /norestart OVERRIDE_INSTALLATION_METHOD=winget -ProductCode: '{0C50421B-AEFB-4F15-A809-7AF2C9D608A7}' Installers: - Architecture: x64 InstallerUrl: https://s3.amazonaws.com/ddagent-windows-stable/ddagent-cli-7.48.0.msi InstallerSha256: 174F24D5F5ED815CEBFBAAD9F7685C3BE3D3BF747862F5F210C1CABA43CB646D + ProductCode: '{0C50421B-AEFB-4F15-A809-7AF2C9D608A7}' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Datadog/Agent/7.48.0.1/Datadog.Agent.locale.en-US.yaml b/manifests/d/Datadog/Agent/7.48.0.1/Datadog.Agent.locale.en-US.yaml index b7d0335903e69..e047568568d4e 100644 --- a/manifests/d/Datadog/Agent/7.48.0.1/Datadog.Agent.locale.en-US.yaml +++ b/manifests/d/Datadog/Agent/7.48.0.1/Datadog.Agent.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: Datadog.Agent PackageVersion: 7.48.0.1 @@ -10,9 +10,19 @@ PublisherSupportUrl: https://www.datadoghq.com/support PrivacyUrl: https://www.datadoghq.com/legal/privacy Author: Datadog PackageName: Datadog Agent +# PackageUrl: License: Apache-2.0 LicenseUrl: https://github.com/DataDog/datadog-agent/blob/master/LICENSE Copyright: Copyright Datadog, Inc. +# CopyrightUrl: ShortDescription: Datadog helps you monitor your infrastructure and application +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Datadog/Agent/7.48.0.1/Datadog.Agent.yaml b/manifests/d/Datadog/Agent/7.48.0.1/Datadog.Agent.yaml index 7fd46ee9d4ead..623f64211de72 100644 --- a/manifests/d/Datadog/Agent/7.48.0.1/Datadog.Agent.yaml +++ b/manifests/d/Datadog/Agent/7.48.0.1/Datadog.Agent.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: Datadog.Agent PackageVersion: 7.48.0.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Datadog/Agent/7.48.1.1/Datadog.Agent.installer.yaml b/manifests/d/Datadog/Agent/7.48.1.1/Datadog.Agent.installer.yaml index 61f8b3a51b85e..67589ded37988 100644 --- a/manifests/d/Datadog/Agent/7.48.1.1/Datadog.Agent.installer.yaml +++ b/manifests/d/Datadog/Agent/7.48.1.1/Datadog.Agent.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: Datadog.Agent PackageVersion: 7.48.1.1 @@ -14,10 +14,10 @@ InstallerSwitches: Silent: /qn SilentWithProgress: /qb Custom: /norestart OVERRIDE_INSTALLATION_METHOD=winget -ProductCode: '{0C50421B-AEFB-4F15-A809-7AF2C9D618A7}' Installers: - Architecture: x64 InstallerUrl: https://s3.amazonaws.com/ddagent-windows-stable/ddagent-cli-7.48.1.msi InstallerSha256: 8A70101A1EEAC1501CC412E16802DB908D4CA16DD3A20712EA29BE3FF65953FC + ProductCode: '{0C50421B-AEFB-4F15-A809-7AF2C9D618A7}' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Datadog/Agent/7.48.1.1/Datadog.Agent.locale.en-US.yaml b/manifests/d/Datadog/Agent/7.48.1.1/Datadog.Agent.locale.en-US.yaml index a1b7303844633..f100d3340888b 100644 --- a/manifests/d/Datadog/Agent/7.48.1.1/Datadog.Agent.locale.en-US.yaml +++ b/manifests/d/Datadog/Agent/7.48.1.1/Datadog.Agent.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: Datadog.Agent PackageVersion: 7.48.1.1 @@ -10,9 +10,19 @@ PublisherSupportUrl: https://www.datadoghq.com/support PrivacyUrl: https://www.datadoghq.com/legal/privacy Author: Datadog PackageName: Datadog Agent +# PackageUrl: License: Apache-2.0 LicenseUrl: https://github.com/DataDog/datadog-agent/blob/master/LICENSE Copyright: Copyright Datadog, Inc. +# CopyrightUrl: ShortDescription: Datadog helps you monitor your infrastructure and application +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Datadog/Agent/7.48.1.1/Datadog.Agent.yaml b/manifests/d/Datadog/Agent/7.48.1.1/Datadog.Agent.yaml index 28dee4a4ea4be..4ff29257c7331 100644 --- a/manifests/d/Datadog/Agent/7.48.1.1/Datadog.Agent.yaml +++ b/manifests/d/Datadog/Agent/7.48.1.1/Datadog.Agent.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: Datadog.Agent PackageVersion: 7.48.1.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Datadog/Agent/7.49.0.1/Datadog.Agent.installer.yaml b/manifests/d/Datadog/Agent/7.49.0.1/Datadog.Agent.installer.yaml index c5d2a5fa9e958..d72f54b1b742c 100644 --- a/manifests/d/Datadog/Agent/7.49.0.1/Datadog.Agent.installer.yaml +++ b/manifests/d/Datadog/Agent/7.49.0.1/Datadog.Agent.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: Datadog.Agent PackageVersion: 7.49.0.1 @@ -14,10 +14,10 @@ InstallerSwitches: Silent: /qn SilentWithProgress: /qb Custom: /norestart OVERRIDE_INSTALLATION_METHOD=winget -ProductCode: '{39B9EC8A-7174-44F5-AD31-5CC2611CF170}' Installers: - Architecture: x64 InstallerUrl: https://s3.amazonaws.com/ddagent-windows-stable/ddagent-cli-7.49.0.msi InstallerSha256: 258880DDBE4D2F124713E4E08659A438893C6954D9D316BE71A5833521A1BEA5 + ProductCode: '{39B9EC8A-7174-44F5-AD31-5CC2611CF170}' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Datadog/Agent/7.49.0.1/Datadog.Agent.locale.en-US.yaml b/manifests/d/Datadog/Agent/7.49.0.1/Datadog.Agent.locale.en-US.yaml index 05be133f30f39..7813a28ab0912 100644 --- a/manifests/d/Datadog/Agent/7.49.0.1/Datadog.Agent.locale.en-US.yaml +++ b/manifests/d/Datadog/Agent/7.49.0.1/Datadog.Agent.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: Datadog.Agent PackageVersion: 7.49.0.1 @@ -10,9 +10,19 @@ PublisherSupportUrl: https://www.datadoghq.com/support PrivacyUrl: https://www.datadoghq.com/legal/privacy Author: Datadog PackageName: Datadog Agent +# PackageUrl: License: Apache-2.0 LicenseUrl: https://github.com/DataDog/datadog-agent/blob/master/LICENSE Copyright: Copyright Datadog, Inc. +# CopyrightUrl: ShortDescription: Datadog helps you monitor your infrastructure and application +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Datadog/Agent/7.49.0.1/Datadog.Agent.yaml b/manifests/d/Datadog/Agent/7.49.0.1/Datadog.Agent.yaml index 5e57b936031bd..29263c081bec1 100644 --- a/manifests/d/Datadog/Agent/7.49.0.1/Datadog.Agent.yaml +++ b/manifests/d/Datadog/Agent/7.49.0.1/Datadog.Agent.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: Datadog.Agent PackageVersion: 7.49.0.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Datadog/Agent/7.49.1.1/Datadog.Agent.installer.yaml b/manifests/d/Datadog/Agent/7.49.1.1/Datadog.Agent.installer.yaml index 4c526334659b2..78f3187b68617 100644 --- a/manifests/d/Datadog/Agent/7.49.1.1/Datadog.Agent.installer.yaml +++ b/manifests/d/Datadog/Agent/7.49.1.1/Datadog.Agent.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: Datadog.Agent PackageVersion: 7.49.1.1 @@ -14,10 +14,10 @@ InstallerSwitches: Silent: /qn SilentWithProgress: /qb Custom: /norestart OVERRIDE_INSTALLATION_METHOD=winget -ProductCode: '{5071E877-08D6-4B59-8A3E-E9E87B452055}' Installers: - Architecture: x64 InstallerUrl: https://s3.amazonaws.com/ddagent-windows-stable/ddagent-cli-7.49.1.msi InstallerSha256: 2900D9E319C1E410E43D00B72625BBA819C6EEC97AA0B12A62CA5FBB87DC926F + ProductCode: '{5071E877-08D6-4B59-8A3E-E9E87B452055}' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Datadog/Agent/7.49.1.1/Datadog.Agent.locale.en-US.yaml b/manifests/d/Datadog/Agent/7.49.1.1/Datadog.Agent.locale.en-US.yaml index ff0afcf53f6a8..bcea258af7411 100644 --- a/manifests/d/Datadog/Agent/7.49.1.1/Datadog.Agent.locale.en-US.yaml +++ b/manifests/d/Datadog/Agent/7.49.1.1/Datadog.Agent.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: Datadog.Agent PackageVersion: 7.49.1.1 @@ -10,9 +10,19 @@ PublisherSupportUrl: https://www.datadoghq.com/support PrivacyUrl: https://www.datadoghq.com/legal/privacy Author: Datadog PackageName: Datadog Agent +# PackageUrl: License: Apache-2.0 LicenseUrl: https://github.com/DataDog/datadog-agent/blob/master/LICENSE Copyright: Copyright Datadog, Inc. +# CopyrightUrl: ShortDescription: Datadog helps you monitor your infrastructure and application +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Datadog/Agent/7.49.1.1/Datadog.Agent.yaml b/manifests/d/Datadog/Agent/7.49.1.1/Datadog.Agent.yaml index 2b104363430fd..fa81286581b05 100644 --- a/manifests/d/Datadog/Agent/7.49.1.1/Datadog.Agent.yaml +++ b/manifests/d/Datadog/Agent/7.49.1.1/Datadog.Agent.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: Datadog.Agent PackageVersion: 7.49.1.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Datadog/Agent/7.50.0.1/Datadog.Agent.installer.yaml b/manifests/d/Datadog/Agent/7.50.0.1/Datadog.Agent.installer.yaml index 92a4af82df2f5..865d7df792f09 100644 --- a/manifests/d/Datadog/Agent/7.50.0.1/Datadog.Agent.installer.yaml +++ b/manifests/d/Datadog/Agent/7.50.0.1/Datadog.Agent.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: Datadog.Agent PackageVersion: 7.50.0.1 @@ -14,10 +14,10 @@ InstallerSwitches: Silent: /qn SilentWithProgress: /qb Custom: /norestart OVERRIDE_INSTALLATION_METHOD=winget -ProductCode: '{8BE9E766-2AB6-40EA-8C22-2C207923BB1F}' Installers: - Architecture: x64 InstallerUrl: https://s3.amazonaws.com/ddagent-windows-stable/ddagent-cli-7.50.0.msi InstallerSha256: 2AE70DBB818342749452E731829BB03671AC01D8E8D3A0CDC099A99DE3899DC5 + ProductCode: '{8BE9E766-2AB6-40EA-8C22-2C207923BB1F}' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Datadog/Agent/7.50.0.1/Datadog.Agent.locale.en-US.yaml b/manifests/d/Datadog/Agent/7.50.0.1/Datadog.Agent.locale.en-US.yaml index 95f0a6afc01c1..48c70b16b4b14 100644 --- a/manifests/d/Datadog/Agent/7.50.0.1/Datadog.Agent.locale.en-US.yaml +++ b/manifests/d/Datadog/Agent/7.50.0.1/Datadog.Agent.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: Datadog.Agent PackageVersion: 7.50.0.1 @@ -10,9 +10,19 @@ PublisherSupportUrl: https://www.datadoghq.com/support PrivacyUrl: https://www.datadoghq.com/legal/privacy Author: Datadog PackageName: Datadog Agent +# PackageUrl: License: Apache-2.0 LicenseUrl: https://github.com/DataDog/datadog-agent/blob/master/LICENSE Copyright: Copyright Datadog, Inc. +# CopyrightUrl: ShortDescription: Datadog helps you monitor your infrastructure and application +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Datadog/Agent/7.50.0.1/Datadog.Agent.yaml b/manifests/d/Datadog/Agent/7.50.0.1/Datadog.Agent.yaml index 0c1a62c4a42da..ad5202b481b5e 100644 --- a/manifests/d/Datadog/Agent/7.50.0.1/Datadog.Agent.yaml +++ b/manifests/d/Datadog/Agent/7.50.0.1/Datadog.Agent.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: Datadog.Agent PackageVersion: 7.50.0.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Datadog/Agent/7.50.1.1/Datadog.Agent.installer.yaml b/manifests/d/Datadog/Agent/7.50.1.1/Datadog.Agent.installer.yaml index 91eff20815973..85dd4016b600a 100644 --- a/manifests/d/Datadog/Agent/7.50.1.1/Datadog.Agent.installer.yaml +++ b/manifests/d/Datadog/Agent/7.50.1.1/Datadog.Agent.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: Datadog.Agent PackageVersion: 7.50.1.1 @@ -14,10 +14,10 @@ InstallerSwitches: Silent: /qn SilentWithProgress: /qb Custom: /norestart OVERRIDE_INSTALLATION_METHOD=winget -ProductCode: '{FCD99FDF-FAC0-4793-89AE-E0298E202E43}' Installers: - Architecture: x64 InstallerUrl: https://s3.amazonaws.com/ddagent-windows-stable/ddagent-cli-7.50.1.msi InstallerSha256: B0F999875CE43161DDB8462E66BCAD025F5A9C4065610DED17E19A6323689C43 + ProductCode: '{FCD99FDF-FAC0-4793-89AE-E0298E202E43}' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Datadog/Agent/7.50.1.1/Datadog.Agent.locale.en-US.yaml b/manifests/d/Datadog/Agent/7.50.1.1/Datadog.Agent.locale.en-US.yaml index ef7995e5388b8..d39ebf7522f49 100644 --- a/manifests/d/Datadog/Agent/7.50.1.1/Datadog.Agent.locale.en-US.yaml +++ b/manifests/d/Datadog/Agent/7.50.1.1/Datadog.Agent.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: Datadog.Agent PackageVersion: 7.50.1.1 @@ -10,9 +10,19 @@ PublisherSupportUrl: https://www.datadoghq.com/support PrivacyUrl: https://www.datadoghq.com/legal/privacy Author: Datadog PackageName: Datadog Agent +# PackageUrl: License: Apache-2.0 LicenseUrl: https://github.com/DataDog/datadog-agent/blob/master/LICENSE Copyright: Copyright Datadog, Inc. +# CopyrightUrl: ShortDescription: Datadog helps you monitor your infrastructure and application +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Datadog/Agent/7.50.1.1/Datadog.Agent.yaml b/manifests/d/Datadog/Agent/7.50.1.1/Datadog.Agent.yaml index 6e294c9618601..f8ccc4b5ce68a 100644 --- a/manifests/d/Datadog/Agent/7.50.1.1/Datadog.Agent.yaml +++ b/manifests/d/Datadog/Agent/7.50.1.1/Datadog.Agent.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: Datadog.Agent PackageVersion: 7.50.1.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Datadog/Agent/7.50.2.1/Datadog.Agent.installer.yaml b/manifests/d/Datadog/Agent/7.50.2.1/Datadog.Agent.installer.yaml index 9dcb83e9d9ad4..6f239b14ce671 100644 --- a/manifests/d/Datadog/Agent/7.50.2.1/Datadog.Agent.installer.yaml +++ b/manifests/d/Datadog/Agent/7.50.2.1/Datadog.Agent.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: Datadog.Agent PackageVersion: 7.50.2.1 @@ -14,10 +14,10 @@ InstallerSwitches: Silent: /qn SilentWithProgress: /qb Custom: /norestart OVERRIDE_INSTALLATION_METHOD=winget -ProductCode: '{8A516B2F-146B-45C0-8E9B-913C66165DDA}' Installers: - Architecture: x64 InstallerUrl: https://s3.amazonaws.com/ddagent-windows-stable/ddagent-cli-7.50.2.msi InstallerSha256: 1821EC4A6AC80CB83899FF687D26AF489498A58E5C6AA27E3B3E1F3F3194C6AD + ProductCode: '{8A516B2F-146B-45C0-8E9B-913C66165DDA}' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Datadog/Agent/7.50.2.1/Datadog.Agent.locale.en-US.yaml b/manifests/d/Datadog/Agent/7.50.2.1/Datadog.Agent.locale.en-US.yaml index 0ef8ffb673172..a3f3a683a9bca 100644 --- a/manifests/d/Datadog/Agent/7.50.2.1/Datadog.Agent.locale.en-US.yaml +++ b/manifests/d/Datadog/Agent/7.50.2.1/Datadog.Agent.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: Datadog.Agent PackageVersion: 7.50.2.1 @@ -10,9 +10,19 @@ PublisherSupportUrl: https://www.datadoghq.com/support PrivacyUrl: https://www.datadoghq.com/legal/privacy Author: Datadog PackageName: Datadog Agent +# PackageUrl: License: Apache-2.0 LicenseUrl: https://github.com/DataDog/datadog-agent/blob/master/LICENSE Copyright: Copyright Datadog, Inc. +# CopyrightUrl: ShortDescription: Datadog helps you monitor your infrastructure and application +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Datadog/Agent/7.50.2.1/Datadog.Agent.yaml b/manifests/d/Datadog/Agent/7.50.2.1/Datadog.Agent.yaml index 7abd1b572b366..f3fdde20df0cf 100644 --- a/manifests/d/Datadog/Agent/7.50.2.1/Datadog.Agent.yaml +++ b/manifests/d/Datadog/Agent/7.50.2.1/Datadog.Agent.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: Datadog.Agent PackageVersion: 7.50.2.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Datadog/Agent/7.50.3.1/Datadog.Agent.installer.yaml b/manifests/d/Datadog/Agent/7.50.3.1/Datadog.Agent.installer.yaml index 2651a00bdd560..fe22bf4b3b271 100644 --- a/manifests/d/Datadog/Agent/7.50.3.1/Datadog.Agent.installer.yaml +++ b/manifests/d/Datadog/Agent/7.50.3.1/Datadog.Agent.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: Datadog.Agent PackageVersion: 7.50.3.1 @@ -14,10 +14,10 @@ InstallerSwitches: Silent: /qn SilentWithProgress: /qb Custom: /norestart OVERRIDE_INSTALLATION_METHOD=winget -ProductCode: '{1116F5CE-E0FD-47B7-B191-EA0A5EF3FFCE}' Installers: - Architecture: x64 InstallerUrl: https://s3.amazonaws.com/ddagent-windows-stable/ddagent-cli-7.50.3.msi InstallerSha256: AFD7927271157930B2F2DCAF80B9FEF6B1964F3EF0A353EE5B93D8E28B18B456 + ProductCode: '{1116F5CE-E0FD-47B7-B191-EA0A5EF3FFCE}' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Datadog/Agent/7.50.3.1/Datadog.Agent.locale.en-US.yaml b/manifests/d/Datadog/Agent/7.50.3.1/Datadog.Agent.locale.en-US.yaml index e50038bbc83ac..9bd4bf4613979 100644 --- a/manifests/d/Datadog/Agent/7.50.3.1/Datadog.Agent.locale.en-US.yaml +++ b/manifests/d/Datadog/Agent/7.50.3.1/Datadog.Agent.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: Datadog.Agent PackageVersion: 7.50.3.1 @@ -10,9 +10,19 @@ PublisherSupportUrl: https://www.datadoghq.com/support PrivacyUrl: https://www.datadoghq.com/legal/privacy Author: Datadog PackageName: Datadog Agent +# PackageUrl: License: Apache-2.0 LicenseUrl: https://github.com/DataDog/datadog-agent/blob/master/LICENSE Copyright: Copyright Datadog, Inc. +# CopyrightUrl: ShortDescription: Datadog helps you monitor your infrastructure and application +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Datadog/Agent/7.50.3.1/Datadog.Agent.yaml b/manifests/d/Datadog/Agent/7.50.3.1/Datadog.Agent.yaml index e9d2d60a4822e..dfdf547b99e8b 100644 --- a/manifests/d/Datadog/Agent/7.50.3.1/Datadog.Agent.yaml +++ b/manifests/d/Datadog/Agent/7.50.3.1/Datadog.Agent.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: Datadog.Agent PackageVersion: 7.50.3.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Datadog/Agent/7.51.0.1/Datadog.Agent.installer.yaml b/manifests/d/Datadog/Agent/7.51.0.1/Datadog.Agent.installer.yaml index d85162d38d94f..7d06f78fe17f7 100644 --- a/manifests/d/Datadog/Agent/7.51.0.1/Datadog.Agent.installer.yaml +++ b/manifests/d/Datadog/Agent/7.51.0.1/Datadog.Agent.installer.yaml @@ -1,10 +1,10 @@ -# 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: Datadog.Agent PackageVersion: 7.51.0.1 InstallerLocale: en-US -InstallerType: msi +InstallerType: wix Scope: machine InstallModes: - interactive @@ -14,10 +14,10 @@ InstallerSwitches: Silent: /qn SilentWithProgress: /qb Custom: /norestart OVERRIDE_INSTALLATION_METHOD=winget -ProductCode: '{B44B55C4-5F1F-48BD-A067-A437E7922F30}' Installers: - Architecture: x64 InstallerUrl: https://s3.amazonaws.com/ddagent-windows-stable/ddagent-cli-7.51.0.msi InstallerSha256: 843908589972B915E27867C613E4F5134EF960845C8D9BC0503AA2F075536E8F + ProductCode: '{B44B55C4-5F1F-48BD-A067-A437E7922F30}' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Datadog/Agent/7.51.0.1/Datadog.Agent.locale.en-US.yaml b/manifests/d/Datadog/Agent/7.51.0.1/Datadog.Agent.locale.en-US.yaml index 1431efc6b5055..b2919f7b1a058 100644 --- a/manifests/d/Datadog/Agent/7.51.0.1/Datadog.Agent.locale.en-US.yaml +++ b/manifests/d/Datadog/Agent/7.51.0.1/Datadog.Agent.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: Datadog.Agent PackageVersion: 7.51.0.1 @@ -10,9 +10,19 @@ PublisherSupportUrl: https://www.datadoghq.com/support/ PrivacyUrl: https://www.datadoghq.com/legal/privacy/ Author: Datadog PackageName: Datadog Agent +# PackageUrl: License: Apache-2.0 LicenseUrl: https://github.com/DataDog/datadog-agent/blob/master/LICENSE Copyright: Copyright Datadog, Inc. +# CopyrightUrl: ShortDescription: Datadog helps you monitor your infrastructure and application +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Datadog/Agent/7.51.0.1/Datadog.Agent.yaml b/manifests/d/Datadog/Agent/7.51.0.1/Datadog.Agent.yaml index ebf8e9e4153c0..eb4a326902e13 100644 --- a/manifests/d/Datadog/Agent/7.51.0.1/Datadog.Agent.yaml +++ b/manifests/d/Datadog/Agent/7.51.0.1/Datadog.Agent.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: Datadog.Agent PackageVersion: 7.51.0.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Datadog/Agent/7.51.1.1/Datadog.Agent.installer.yaml b/manifests/d/Datadog/Agent/7.51.1.1/Datadog.Agent.installer.yaml index 701b699d6d9d4..c459d06d31fe9 100644 --- a/manifests/d/Datadog/Agent/7.51.1.1/Datadog.Agent.installer.yaml +++ b/manifests/d/Datadog/Agent/7.51.1.1/Datadog.Agent.installer.yaml @@ -1,9 +1,10 @@ -# 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: Datadog.Agent PackageVersion: 7.51.1.1 InstallerLocale: en-US +InstallerType: wix Scope: machine InstallModes: - interactive @@ -13,13 +14,10 @@ InstallerSwitches: Silent: /qn SilentWithProgress: /qb Custom: /norestart OVERRIDE_INSTALLATION_METHOD=winget -ProductCode: '{B44B55C4-5F1F-48BD-A067-A437E7922F30}' Installers: - Architecture: x64 - InstallerType: msi InstallerUrl: https://s3.amazonaws.com/ddagent-windows-stable/ddagent-cli-7.51.1.msi InstallerSha256: 5050BA0134ADE193864D07B9CF9431310DC13285B405C477E252CD87AE5A5942 ProductCode: '{E1E297CC-8FCA-4F4A-88A5-8DAE311A20B9}' ManifestType: installer -ManifestVersion: 1.6.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Datadog/Agent/7.51.1.1/Datadog.Agent.locale.en-US.yaml b/manifests/d/Datadog/Agent/7.51.1.1/Datadog.Agent.locale.en-US.yaml index 8903e341840aa..db2c00c830864 100644 --- a/manifests/d/Datadog/Agent/7.51.1.1/Datadog.Agent.locale.en-US.yaml +++ b/manifests/d/Datadog/Agent/7.51.1.1/Datadog.Agent.locale.en-US.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.defaultLocale.1.9.0.schema.json PackageIdentifier: Datadog.Agent PackageVersion: 7.51.1.1 @@ -10,9 +10,19 @@ PublisherSupportUrl: https://www.datadoghq.com/support/ PrivacyUrl: https://www.datadoghq.com/legal/privacy/ Author: Datadog PackageName: Datadog Agent +# PackageUrl: License: Apache-2.0 LicenseUrl: https://github.com/DataDog/datadog-agent/blob/master/LICENSE Copyright: Copyright Datadog, Inc. +# CopyrightUrl: ShortDescription: Datadog helps you monitor your infrastructure and application +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Datadog/Agent/7.51.1.1/Datadog.Agent.yaml b/manifests/d/Datadog/Agent/7.51.1.1/Datadog.Agent.yaml index 58da2272220f1..97dde118d6e0b 100644 --- a/manifests/d/Datadog/Agent/7.51.1.1/Datadog.Agent.yaml +++ b/manifests/d/Datadog/Agent/7.51.1.1/Datadog.Agent.yaml @@ -1,8 +1,8 @@ -# 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.version.1.9.0.schema.json PackageIdentifier: Datadog.Agent PackageVersion: 7.51.1.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Datadog/Agent/7.52.0.1/Datadog.Agent.installer.yaml b/manifests/d/Datadog/Agent/7.52.0.1/Datadog.Agent.installer.yaml index 90171bc3eecc6..46836dbc34bfe 100644 --- a/manifests/d/Datadog/Agent/7.52.0.1/Datadog.Agent.installer.yaml +++ b/manifests/d/Datadog/Agent/7.52.0.1/Datadog.Agent.installer.yaml @@ -1,10 +1,10 @@ -# 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: Datadog.Agent PackageVersion: 7.52.0.1 InstallerLocale: en-US -InstallerType: msi +InstallerType: wix Scope: machine InstallModes: - interactive @@ -14,10 +14,10 @@ InstallerSwitches: Silent: /qn SilentWithProgress: /qb Custom: /norestart OVERRIDE_INSTALLATION_METHOD=winget -ProductCode: '{4F15DFEE-C7A8-4119-A12E-E6E9DFAA5585}' Installers: - Architecture: x64 InstallerUrl: https://s3.amazonaws.com/ddagent-windows-stable/ddagent-cli-7.52.0.msi InstallerSha256: 6A45144BDED0437278EA904FB1877E8AAEC01A2C1E5FC1C428F3D436B3B6DA40 + ProductCode: '{4F15DFEE-C7A8-4119-A12E-E6E9DFAA5585}' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Datadog/Agent/7.52.0.1/Datadog.Agent.locale.en-US.yaml b/manifests/d/Datadog/Agent/7.52.0.1/Datadog.Agent.locale.en-US.yaml index 030a728bcaa34..c7b082738793d 100644 --- a/manifests/d/Datadog/Agent/7.52.0.1/Datadog.Agent.locale.en-US.yaml +++ b/manifests/d/Datadog/Agent/7.52.0.1/Datadog.Agent.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: Datadog.Agent PackageVersion: 7.52.0.1 @@ -10,9 +10,19 @@ PublisherSupportUrl: https://www.datadoghq.com/support/ PrivacyUrl: https://www.datadoghq.com/legal/privacy/ Author: Datadog PackageName: Datadog Agent +# PackageUrl: License: Apache-2.0 LicenseUrl: https://github.com/DataDog/datadog-agent/blob/master/LICENSE Copyright: Copyright Datadog, Inc. +# CopyrightUrl: ShortDescription: Datadog helps you monitor your infrastructure and application +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Datadog/Agent/7.52.0.1/Datadog.Agent.yaml b/manifests/d/Datadog/Agent/7.52.0.1/Datadog.Agent.yaml index d77014dffcbcd..1c407306e20a8 100644 --- a/manifests/d/Datadog/Agent/7.52.0.1/Datadog.Agent.yaml +++ b/manifests/d/Datadog/Agent/7.52.0.1/Datadog.Agent.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: Datadog.Agent PackageVersion: 7.52.0.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Datadog/Agent/7.52.1.1/Datadog.Agent.installer.yaml b/manifests/d/Datadog/Agent/7.52.1.1/Datadog.Agent.installer.yaml index e1d7ca72790c8..e2304f04a4681 100644 --- a/manifests/d/Datadog/Agent/7.52.1.1/Datadog.Agent.installer.yaml +++ b/manifests/d/Datadog/Agent/7.52.1.1/Datadog.Agent.installer.yaml @@ -1,10 +1,10 @@ -# 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: Datadog.Agent PackageVersion: 7.52.1.1 InstallerLocale: en-US -InstallerType: msi +InstallerType: wix Scope: machine InstallModes: - interactive @@ -14,10 +14,10 @@ InstallerSwitches: Silent: /qn SilentWithProgress: /qb Custom: /norestart OVERRIDE_INSTALLATION_METHOD=winget -ProductCode: '{ABB3592F-0134-44C8-A818-804A0280327D}' Installers: - Architecture: x64 InstallerUrl: https://s3.amazonaws.com/ddagent-windows-stable/ddagent-cli-7.52.1.msi InstallerSha256: D26D0329954504C88F7E794072A891FBD2FB8DD09C7E6708415194475952D9CA + ProductCode: '{ABB3592F-0134-44C8-A818-804A0280327D}' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Datadog/Agent/7.52.1.1/Datadog.Agent.locale.en-US.yaml b/manifests/d/Datadog/Agent/7.52.1.1/Datadog.Agent.locale.en-US.yaml index 54cd55445af8f..6505166856bc6 100644 --- a/manifests/d/Datadog/Agent/7.52.1.1/Datadog.Agent.locale.en-US.yaml +++ b/manifests/d/Datadog/Agent/7.52.1.1/Datadog.Agent.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: Datadog.Agent PackageVersion: 7.52.1.1 @@ -10,9 +10,19 @@ PublisherSupportUrl: https://www.datadoghq.com/support/ PrivacyUrl: https://www.datadoghq.com/legal/privacy/ Author: Datadog PackageName: Datadog Agent +# PackageUrl: License: Apache-2.0 LicenseUrl: https://github.com/DataDog/datadog-agent/blob/master/LICENSE Copyright: Copyright Datadog, Inc. +# CopyrightUrl: ShortDescription: Datadog helps you monitor your infrastructure and application +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Datadog/Agent/7.52.1.1/Datadog.Agent.yaml b/manifests/d/Datadog/Agent/7.52.1.1/Datadog.Agent.yaml index dfd33fa171e74..aa92729b0a2a0 100644 --- a/manifests/d/Datadog/Agent/7.52.1.1/Datadog.Agent.yaml +++ b/manifests/d/Datadog/Agent/7.52.1.1/Datadog.Agent.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: Datadog.Agent PackageVersion: 7.52.1.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Datadog/Agent/7.53.0-rc.1/Datadog.Agent.installer.yaml b/manifests/d/Datadog/Agent/7.53.0-rc.1/Datadog.Agent.installer.yaml index 28392157d3a81..913f7cd677d91 100644 --- a/manifests/d/Datadog/Agent/7.53.0-rc.1/Datadog.Agent.installer.yaml +++ b/manifests/d/Datadog/Agent/7.53.0-rc.1/Datadog.Agent.installer.yaml @@ -1,10 +1,10 @@ -# 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: Datadog.Agent PackageVersion: 7.53.0-rc.1 InstallerLocale: en-US -InstallerType: msi +InstallerType: wix Scope: machine InstallModes: - interactive @@ -14,10 +14,10 @@ InstallerSwitches: Silent: /qn SilentWithProgress: /qb Custom: /norestart OVERRIDE_INSTALLATION_METHOD=winget -ProductCode: '{C492B409-EA45-414E-8F75-EC7087C7EDA5}' Installers: - Architecture: x64 InstallerUrl: https://s3.amazonaws.com/dd-agent-mstesting/builds/beta/ddagent-cli-7.53.0-rc.1.msi InstallerSha256: EC7510BC1A9361F4FFBD1515B4EFC23994E4AB5499F7504CC103F375FEF6954C + ProductCode: '{C492B409-EA45-414E-8F75-EC7087C7EDA5}' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Datadog/Agent/7.53.0-rc.1/Datadog.Agent.locale.en-US.yaml b/manifests/d/Datadog/Agent/7.53.0-rc.1/Datadog.Agent.locale.en-US.yaml index b73f3e41fe07a..6cd50b4e53ac2 100644 --- a/manifests/d/Datadog/Agent/7.53.0-rc.1/Datadog.Agent.locale.en-US.yaml +++ b/manifests/d/Datadog/Agent/7.53.0-rc.1/Datadog.Agent.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: Datadog.Agent PackageVersion: 7.53.0-rc.1 @@ -10,9 +10,19 @@ PublisherSupportUrl: https://www.datadoghq.com/support/ PrivacyUrl: https://www.datadoghq.com/legal/privacy/ Author: Datadog PackageName: Datadog Agent +# PackageUrl: License: Apache-2.0 LicenseUrl: https://github.com/DataDog/datadog-agent/blob/master/LICENSE Copyright: Copyright Datadog, Inc. +# CopyrightUrl: ShortDescription: Datadog helps you monitor your infrastructure and application +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Datadog/Agent/7.53.0-rc.1/Datadog.Agent.yaml b/manifests/d/Datadog/Agent/7.53.0-rc.1/Datadog.Agent.yaml index 915fa57c2c683..f7533c2c3e5d2 100644 --- a/manifests/d/Datadog/Agent/7.53.0-rc.1/Datadog.Agent.yaml +++ b/manifests/d/Datadog/Agent/7.53.0-rc.1/Datadog.Agent.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: Datadog.Agent PackageVersion: 7.53.0-rc.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Datadog/Agent/7.53.0.1/Datadog.Agent.installer.yaml b/manifests/d/Datadog/Agent/7.53.0.1/Datadog.Agent.installer.yaml index 821f52beace05..0fa5e93387d00 100644 --- a/manifests/d/Datadog/Agent/7.53.0.1/Datadog.Agent.installer.yaml +++ b/manifests/d/Datadog/Agent/7.53.0.1/Datadog.Agent.installer.yaml @@ -1,10 +1,10 @@ -# 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: Datadog.Agent PackageVersion: 7.53.0.1 InstallerLocale: en-US -InstallerType: msi +InstallerType: wix Scope: machine InstallModes: - interactive @@ -14,10 +14,10 @@ InstallerSwitches: Silent: /qn SilentWithProgress: /qb Custom: /norestart OVERRIDE_INSTALLATION_METHOD=winget -ProductCode: '{9B659364-9C6C-48AE-9EDD-C29E95957E7C}' Installers: - Architecture: x64 InstallerUrl: https://s3.amazonaws.com/ddagent-windows-stable/ddagent-cli-7.53.0.msi InstallerSha256: 322D6B573B4C4638B9E6583E8476E4AE6DC6AE3B38F5799C82DB593C9C7B8DFE + ProductCode: '{9B659364-9C6C-48AE-9EDD-C29E95957E7C}' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Datadog/Agent/7.53.0.1/Datadog.Agent.locale.en-US.yaml b/manifests/d/Datadog/Agent/7.53.0.1/Datadog.Agent.locale.en-US.yaml index 33e915382cd40..528e4be80553a 100644 --- a/manifests/d/Datadog/Agent/7.53.0.1/Datadog.Agent.locale.en-US.yaml +++ b/manifests/d/Datadog/Agent/7.53.0.1/Datadog.Agent.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: Datadog.Agent PackageVersion: 7.53.0.1 @@ -10,9 +10,19 @@ PublisherSupportUrl: https://www.datadoghq.com/support/ PrivacyUrl: https://www.datadoghq.com/legal/privacy/ Author: Datadog PackageName: Datadog Agent +# PackageUrl: License: Apache-2.0 LicenseUrl: https://github.com/DataDog/datadog-agent/blob/master/LICENSE Copyright: Copyright Datadog, Inc. +# CopyrightUrl: ShortDescription: Datadog helps you monitor your infrastructure and application +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Datadog/Agent/7.53.0.1/Datadog.Agent.yaml b/manifests/d/Datadog/Agent/7.53.0.1/Datadog.Agent.yaml index 41e55a2c072d0..17d7f942ea26c 100644 --- a/manifests/d/Datadog/Agent/7.53.0.1/Datadog.Agent.yaml +++ b/manifests/d/Datadog/Agent/7.53.0.1/Datadog.Agent.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: Datadog.Agent PackageVersion: 7.53.0.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Datadog/Agent/7.54.1.1/Datadog.Agent.installer.yaml b/manifests/d/Datadog/Agent/7.54.1.1/Datadog.Agent.installer.yaml index 566a9cb48e8e3..73c33eca01e19 100644 --- a/manifests/d/Datadog/Agent/7.54.1.1/Datadog.Agent.installer.yaml +++ b/manifests/d/Datadog/Agent/7.54.1.1/Datadog.Agent.installer.yaml @@ -1,10 +1,10 @@ -# 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: Datadog.Agent PackageVersion: 7.54.1.1 InstallerLocale: en-US -InstallerType: msi +InstallerType: wix Scope: machine InstallModes: - interactive @@ -14,10 +14,10 @@ InstallerSwitches: Silent: /qn SilentWithProgress: /qb Custom: /norestart OVERRIDE_INSTALLATION_METHOD=winget -ProductCode: '{0887A07D-FC7F-4BB5-8BA9-33298CDAAA6E}' Installers: - Architecture: x64 InstallerUrl: https://s3.amazonaws.com/ddagent-windows-stable/ddagent-cli-7.54.1.msi InstallerSha256: 4E7ABD99175EBE96DA9C482165F2CC25E5BE26619C7EAC3C6AC3ABE7DEE9FDEC + ProductCode: '{0887A07D-FC7F-4BB5-8BA9-33298CDAAA6E}' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Datadog/Agent/7.54.1.1/Datadog.Agent.locale.en-US.yaml b/manifests/d/Datadog/Agent/7.54.1.1/Datadog.Agent.locale.en-US.yaml index 5a0c428e7d96e..11b9db2e7b501 100644 --- a/manifests/d/Datadog/Agent/7.54.1.1/Datadog.Agent.locale.en-US.yaml +++ b/manifests/d/Datadog/Agent/7.54.1.1/Datadog.Agent.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: Datadog.Agent PackageVersion: 7.54.1.1 @@ -10,9 +10,19 @@ PublisherSupportUrl: https://www.datadoghq.com/support/ PrivacyUrl: https://www.datadoghq.com/legal/privacy/ Author: Datadog PackageName: Datadog Agent +# PackageUrl: License: Apache-2.0 LicenseUrl: https://github.com/DataDog/datadog-agent/blob/master/LICENSE Copyright: Copyright Datadog, Inc. +# CopyrightUrl: ShortDescription: Datadog helps you monitor your infrastructure and application +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Datadog/Agent/7.54.1.1/Datadog.Agent.yaml b/manifests/d/Datadog/Agent/7.54.1.1/Datadog.Agent.yaml index d13febdbf1bc7..4d5354371eb28 100644 --- a/manifests/d/Datadog/Agent/7.54.1.1/Datadog.Agent.yaml +++ b/manifests/d/Datadog/Agent/7.54.1.1/Datadog.Agent.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: Datadog.Agent PackageVersion: 7.54.1.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Datadog/Agent/7.55.0.1/Datadog.Agent.installer.yaml b/manifests/d/Datadog/Agent/7.55.0.1/Datadog.Agent.installer.yaml index 763e87fe15b39..b560589fc4efd 100644 --- a/manifests/d/Datadog/Agent/7.55.0.1/Datadog.Agent.installer.yaml +++ b/manifests/d/Datadog/Agent/7.55.0.1/Datadog.Agent.installer.yaml @@ -1,10 +1,10 @@ -# 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: Datadog.Agent PackageVersion: 7.55.0.1 InstallerLocale: en-US -InstallerType: msi +InstallerType: wix Scope: machine InstallModes: - interactive @@ -14,10 +14,10 @@ InstallerSwitches: Silent: /qn SilentWithProgress: /qb Custom: /norestart OVERRIDE_INSTALLATION_METHOD=winget -ProductCode: '{F93CBF26-8473-4E4E-BCA6-9B32EC0681B7}' Installers: - Architecture: x64 InstallerUrl: https://s3.amazonaws.com/ddagent-windows-stable/ddagent-cli-7.55.0.msi InstallerSha256: E3260BE6CB45D8A94DF9B3D9BE5DCBD805E4BF4FFD19F348C2D13E80A32E01A4 + ProductCode: '{F93CBF26-8473-4E4E-BCA6-9B32EC0681B7}' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Datadog/Agent/7.55.0.1/Datadog.Agent.locale.en-US.yaml b/manifests/d/Datadog/Agent/7.55.0.1/Datadog.Agent.locale.en-US.yaml index 31482eb8ad0be..0f6acc2b878a4 100644 --- a/manifests/d/Datadog/Agent/7.55.0.1/Datadog.Agent.locale.en-US.yaml +++ b/manifests/d/Datadog/Agent/7.55.0.1/Datadog.Agent.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: Datadog.Agent PackageVersion: 7.55.0.1 @@ -10,9 +10,19 @@ PublisherSupportUrl: https://www.datadoghq.com/support/ PrivacyUrl: https://www.datadoghq.com/legal/privacy/ Author: Datadog PackageName: Datadog Agent +# PackageUrl: License: Apache-2.0 LicenseUrl: https://github.com/DataDog/datadog-agent/blob/master/LICENSE Copyright: Copyright Datadog, Inc. +# CopyrightUrl: ShortDescription: Datadog helps you monitor your infrastructure and application +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Datadog/Agent/7.55.0.1/Datadog.Agent.yaml b/manifests/d/Datadog/Agent/7.55.0.1/Datadog.Agent.yaml index e3502e632d568..8b67f8b3eb0ad 100644 --- a/manifests/d/Datadog/Agent/7.55.0.1/Datadog.Agent.yaml +++ b/manifests/d/Datadog/Agent/7.55.0.1/Datadog.Agent.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: Datadog.Agent PackageVersion: 7.55.0.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Datadog/Agent/7.55.1.1/Datadog.Agent.installer.yaml b/manifests/d/Datadog/Agent/7.55.1.1/Datadog.Agent.installer.yaml index 24d042a764040..17eaf9e9430d1 100644 --- a/manifests/d/Datadog/Agent/7.55.1.1/Datadog.Agent.installer.yaml +++ b/manifests/d/Datadog/Agent/7.55.1.1/Datadog.Agent.installer.yaml @@ -1,10 +1,10 @@ -# 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: Datadog.Agent PackageVersion: 7.55.1.1 InstallerLocale: en-US -InstallerType: msi +InstallerType: wix Scope: machine InstallModes: - interactive @@ -14,10 +14,10 @@ InstallerSwitches: Silent: /qn SilentWithProgress: /qb Custom: /norestart OVERRIDE_INSTALLATION_METHOD=winget -ProductCode: '{C83199D2-EE9A-404D-B9C5-D1881CE611F2}' Installers: - Architecture: x64 InstallerUrl: https://s3.amazonaws.com/ddagent-windows-stable/ddagent-cli-7.55.1.msi InstallerSha256: 1DFC22A555D3C893030BC6B69A6F51B8129417D9F0D650E726D68754A235E5C4 + ProductCode: '{C83199D2-EE9A-404D-B9C5-D1881CE611F2}' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Datadog/Agent/7.55.1.1/Datadog.Agent.locale.en-US.yaml b/manifests/d/Datadog/Agent/7.55.1.1/Datadog.Agent.locale.en-US.yaml index f6aacc806304b..e50714b660ba0 100644 --- a/manifests/d/Datadog/Agent/7.55.1.1/Datadog.Agent.locale.en-US.yaml +++ b/manifests/d/Datadog/Agent/7.55.1.1/Datadog.Agent.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: Datadog.Agent PackageVersion: 7.55.1.1 @@ -10,9 +10,19 @@ PublisherSupportUrl: https://www.datadoghq.com/support/ PrivacyUrl: https://www.datadoghq.com/legal/privacy/ Author: Datadog PackageName: Datadog Agent +# PackageUrl: License: Apache-2.0 LicenseUrl: https://github.com/DataDog/datadog-agent/blob/master/LICENSE Copyright: Copyright Datadog, Inc. +# CopyrightUrl: ShortDescription: Datadog helps you monitor your infrastructure and application +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Datadog/Agent/7.55.1.1/Datadog.Agent.yaml b/manifests/d/Datadog/Agent/7.55.1.1/Datadog.Agent.yaml index 76dad6098d70e..6628dada179ea 100644 --- a/manifests/d/Datadog/Agent/7.55.1.1/Datadog.Agent.yaml +++ b/manifests/d/Datadog/Agent/7.55.1.1/Datadog.Agent.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: Datadog.Agent PackageVersion: 7.55.1.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Datadog/Agent/7.55.2.1/Datadog.Agent.installer.yaml b/manifests/d/Datadog/Agent/7.55.2.1/Datadog.Agent.installer.yaml index a25f71515f49a..5e441e06802d8 100644 --- a/manifests/d/Datadog/Agent/7.55.2.1/Datadog.Agent.installer.yaml +++ b/manifests/d/Datadog/Agent/7.55.2.1/Datadog.Agent.installer.yaml @@ -1,10 +1,10 @@ -# 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: Datadog.Agent PackageVersion: 7.55.2.1 InstallerLocale: en-US -InstallerType: msi +InstallerType: wix Scope: machine InstallModes: - interactive @@ -14,10 +14,10 @@ InstallerSwitches: Silent: /qn SilentWithProgress: /qb Custom: /norestart OVERRIDE_INSTALLATION_METHOD=winget -ProductCode: '{35D18420-B444-4E77-8AED-8F2D7304BC60}' Installers: - Architecture: x64 InstallerUrl: https://s3.amazonaws.com/ddagent-windows-stable/ddagent-cli-7.55.2.msi InstallerSha256: BF6A935E19FB5B3FB2CEE2E818C9919BD54748193BCE07D1A0D8A05CA4F05B2C + ProductCode: '{35D18420-B444-4E77-8AED-8F2D7304BC60}' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Datadog/Agent/7.55.2.1/Datadog.Agent.locale.en-US.yaml b/manifests/d/Datadog/Agent/7.55.2.1/Datadog.Agent.locale.en-US.yaml index 5a342df2b495a..ed17f422993b8 100644 --- a/manifests/d/Datadog/Agent/7.55.2.1/Datadog.Agent.locale.en-US.yaml +++ b/manifests/d/Datadog/Agent/7.55.2.1/Datadog.Agent.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: Datadog.Agent PackageVersion: 7.55.2.1 @@ -10,9 +10,19 @@ PublisherSupportUrl: https://www.datadoghq.com/support/ PrivacyUrl: https://www.datadoghq.com/legal/privacy/ Author: Datadog PackageName: Datadog Agent +# PackageUrl: License: Apache-2.0 LicenseUrl: https://github.com/DataDog/datadog-agent/blob/master/LICENSE Copyright: Copyright Datadog, Inc. +# CopyrightUrl: ShortDescription: Datadog helps you monitor your infrastructure and application +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Datadog/Agent/7.55.2.1/Datadog.Agent.yaml b/manifests/d/Datadog/Agent/7.55.2.1/Datadog.Agent.yaml index 314042a950e5e..d71f5b6ab517e 100644 --- a/manifests/d/Datadog/Agent/7.55.2.1/Datadog.Agent.yaml +++ b/manifests/d/Datadog/Agent/7.55.2.1/Datadog.Agent.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: Datadog.Agent PackageVersion: 7.55.2.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Datadog/Agent/7.55.3.1/Datadog.Agent.installer.yaml b/manifests/d/Datadog/Agent/7.55.3.1/Datadog.Agent.installer.yaml index 480cd56337cc1..3b8115ae31c9e 100644 --- a/manifests/d/Datadog/Agent/7.55.3.1/Datadog.Agent.installer.yaml +++ b/manifests/d/Datadog/Agent/7.55.3.1/Datadog.Agent.installer.yaml @@ -1,10 +1,10 @@ -# 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: Datadog.Agent PackageVersion: 7.55.3.1 InstallerLocale: en-US -InstallerType: msi +InstallerType: wix Scope: machine InstallModes: - interactive @@ -14,10 +14,10 @@ InstallerSwitches: Silent: /qn SilentWithProgress: /qb Custom: /norestart OVERRIDE_INSTALLATION_METHOD=winget -ProductCode: '{568C116E-5A35-4325-82F6-7168ECE57D2B}' Installers: - Architecture: x64 InstallerUrl: https://s3.amazonaws.com/ddagent-windows-stable/ddagent-cli-7.55.3.msi InstallerSha256: 2C1655FDA60EBC1FF4D104210FAFA855032CAD2EAE641648F9AB0E278018E636 + ProductCode: '{568C116E-5A35-4325-82F6-7168ECE57D2B}' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Datadog/Agent/7.55.3.1/Datadog.Agent.locale.en-US.yaml b/manifests/d/Datadog/Agent/7.55.3.1/Datadog.Agent.locale.en-US.yaml index 4493c3c6f8811..743301992e83c 100644 --- a/manifests/d/Datadog/Agent/7.55.3.1/Datadog.Agent.locale.en-US.yaml +++ b/manifests/d/Datadog/Agent/7.55.3.1/Datadog.Agent.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: Datadog.Agent PackageVersion: 7.55.3.1 @@ -10,9 +10,19 @@ PublisherSupportUrl: https://www.datadoghq.com/support/ PrivacyUrl: https://www.datadoghq.com/legal/privacy/ Author: Datadog PackageName: Datadog Agent +# PackageUrl: License: Apache-2.0 LicenseUrl: https://github.com/DataDog/datadog-agent/blob/master/LICENSE Copyright: Copyright Datadog, Inc. +# CopyrightUrl: ShortDescription: Datadog helps you monitor your infrastructure and application +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Datadog/Agent/7.55.3.1/Datadog.Agent.yaml b/manifests/d/Datadog/Agent/7.55.3.1/Datadog.Agent.yaml index bcac4eed9801f..9cacbbff3b4e7 100644 --- a/manifests/d/Datadog/Agent/7.55.3.1/Datadog.Agent.yaml +++ b/manifests/d/Datadog/Agent/7.55.3.1/Datadog.Agent.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: Datadog.Agent PackageVersion: 7.55.3.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Datadog/Agent/7.56.0.1/Datadog.Agent.installer.yaml b/manifests/d/Datadog/Agent/7.56.0.1/Datadog.Agent.installer.yaml index 6d65843755d0c..44dbf3794e1af 100644 --- a/manifests/d/Datadog/Agent/7.56.0.1/Datadog.Agent.installer.yaml +++ b/manifests/d/Datadog/Agent/7.56.0.1/Datadog.Agent.installer.yaml @@ -1,10 +1,10 @@ -# 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: Datadog.Agent PackageVersion: 7.56.0.1 InstallerLocale: en-US -InstallerType: msi +InstallerType: wix Scope: machine InstallModes: - interactive @@ -14,10 +14,10 @@ InstallerSwitches: Silent: /qn SilentWithProgress: /qb Custom: /norestart OVERRIDE_INSTALLATION_METHOD=winget -ProductCode: '{8E8CA287-A174-45D7-A1F3-ADD46BE7A816}' Installers: - Architecture: x64 InstallerUrl: https://s3.amazonaws.com/ddagent-windows-stable/ddagent-cli-7.56.0.msi InstallerSha256: 2662AD2E1693BC0930E5FFBFFFC5D3BB313EC2FAE4115D7DFA196962C26F0F5F + ProductCode: '{8E8CA287-A174-45D7-A1F3-ADD46BE7A816}' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Datadog/Agent/7.56.0.1/Datadog.Agent.locale.en-US.yaml b/manifests/d/Datadog/Agent/7.56.0.1/Datadog.Agent.locale.en-US.yaml index 303d19a922f51..d81d7b10774ca 100644 --- a/manifests/d/Datadog/Agent/7.56.0.1/Datadog.Agent.locale.en-US.yaml +++ b/manifests/d/Datadog/Agent/7.56.0.1/Datadog.Agent.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: Datadog.Agent PackageVersion: 7.56.0.1 @@ -10,9 +10,19 @@ PublisherSupportUrl: https://www.datadoghq.com/support/ PrivacyUrl: https://www.datadoghq.com/legal/privacy/ Author: Datadog PackageName: Datadog Agent +# PackageUrl: License: Apache-2.0 LicenseUrl: https://github.com/DataDog/datadog-agent/blob/master/LICENSE Copyright: Copyright Datadog, Inc. +# CopyrightUrl: ShortDescription: Datadog helps you monitor your infrastructure and application +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Datadog/Agent/7.56.0.1/Datadog.Agent.yaml b/manifests/d/Datadog/Agent/7.56.0.1/Datadog.Agent.yaml index b2df38c8713f0..1c56b1a98c8ef 100644 --- a/manifests/d/Datadog/Agent/7.56.0.1/Datadog.Agent.yaml +++ b/manifests/d/Datadog/Agent/7.56.0.1/Datadog.Agent.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: Datadog.Agent PackageVersion: 7.56.0.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Datadog/Agent/7.56.1.1/Datadog.Agent.installer.yaml b/manifests/d/Datadog/Agent/7.56.1.1/Datadog.Agent.installer.yaml index 1d13e6c37dc84..a8bcb9552086d 100644 --- a/manifests/d/Datadog/Agent/7.56.1.1/Datadog.Agent.installer.yaml +++ b/manifests/d/Datadog/Agent/7.56.1.1/Datadog.Agent.installer.yaml @@ -1,10 +1,10 @@ -# 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: Datadog.Agent PackageVersion: 7.56.1.1 InstallerLocale: en-US -InstallerType: msi +InstallerType: wix Scope: machine InstallModes: - interactive @@ -14,10 +14,10 @@ InstallerSwitches: Silent: /qn SilentWithProgress: /qb Custom: /norestart OVERRIDE_INSTALLATION_METHOD=winget -ProductCode: '{401A638C-C1FB-4DB5-B3CA-64662D4E1407}' Installers: - Architecture: x64 InstallerUrl: https://s3.amazonaws.com/ddagent-windows-stable/ddagent-cli-7.56.1.msi InstallerSha256: 92F54F708A5E7A9D4C43D31C60F628C092FECC8BFCAEC67163D3F99F6A95D7C8 + ProductCode: '{401A638C-C1FB-4DB5-B3CA-64662D4E1407}' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Datadog/Agent/7.56.1.1/Datadog.Agent.locale.en-US.yaml b/manifests/d/Datadog/Agent/7.56.1.1/Datadog.Agent.locale.en-US.yaml index 8455d6aa79662..cb9cc06dafd05 100644 --- a/manifests/d/Datadog/Agent/7.56.1.1/Datadog.Agent.locale.en-US.yaml +++ b/manifests/d/Datadog/Agent/7.56.1.1/Datadog.Agent.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: Datadog.Agent PackageVersion: 7.56.1.1 @@ -10,9 +10,19 @@ PublisherSupportUrl: https://www.datadoghq.com/support/ PrivacyUrl: https://www.datadoghq.com/legal/privacy/ Author: Datadog PackageName: Datadog Agent +# PackageUrl: License: Apache-2.0 LicenseUrl: https://github.com/DataDog/datadog-agent/blob/master/LICENSE Copyright: Copyright Datadog, Inc. +# CopyrightUrl: ShortDescription: Datadog helps you monitor your infrastructure and application +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Datadog/Agent/7.56.1.1/Datadog.Agent.yaml b/manifests/d/Datadog/Agent/7.56.1.1/Datadog.Agent.yaml index f457c2242cef7..eeab1d87f975b 100644 --- a/manifests/d/Datadog/Agent/7.56.1.1/Datadog.Agent.yaml +++ b/manifests/d/Datadog/Agent/7.56.1.1/Datadog.Agent.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: Datadog.Agent PackageVersion: 7.56.1.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Datadog/Agent/7.56.2.1/Datadog.Agent.installer.yaml b/manifests/d/Datadog/Agent/7.56.2.1/Datadog.Agent.installer.yaml index 652a54bcd2096..6ef03e5c0b374 100644 --- a/manifests/d/Datadog/Agent/7.56.2.1/Datadog.Agent.installer.yaml +++ b/manifests/d/Datadog/Agent/7.56.2.1/Datadog.Agent.installer.yaml @@ -1,10 +1,10 @@ -# 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: Datadog.Agent PackageVersion: 7.56.2.1 InstallerLocale: en-US -InstallerType: msi +InstallerType: wix Scope: machine InstallModes: - interactive @@ -14,10 +14,10 @@ InstallerSwitches: Silent: /qn SilentWithProgress: /qb Custom: /norestart OVERRIDE_INSTALLATION_METHOD=winget -ProductCode: '{2DF0B83D-B3A8-4A7B-90FD-134EED31A5D8}' Installers: - Architecture: x64 InstallerUrl: https://s3.amazonaws.com/ddagent-windows-stable/ddagent-cli-7.56.2.msi InstallerSha256: 6F8EA9F64AD026FAD17073D5FCEB14A3491117B1F16BEE65C2D9438B307DEDE6 + ProductCode: '{2DF0B83D-B3A8-4A7B-90FD-134EED31A5D8}' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Datadog/Agent/7.56.2.1/Datadog.Agent.locale.en-US.yaml b/manifests/d/Datadog/Agent/7.56.2.1/Datadog.Agent.locale.en-US.yaml index 1652d9854861c..f23782e95b076 100644 --- a/manifests/d/Datadog/Agent/7.56.2.1/Datadog.Agent.locale.en-US.yaml +++ b/manifests/d/Datadog/Agent/7.56.2.1/Datadog.Agent.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: Datadog.Agent PackageVersion: 7.56.2.1 @@ -10,9 +10,19 @@ PublisherSupportUrl: https://www.datadoghq.com/support/ PrivacyUrl: https://www.datadoghq.com/legal/privacy/ Author: Datadog PackageName: Datadog Agent +# PackageUrl: License: Apache-2.0 LicenseUrl: https://github.com/DataDog/datadog-agent/blob/master/LICENSE Copyright: Copyright Datadog, Inc. +# CopyrightUrl: ShortDescription: Datadog helps you monitor your infrastructure and application +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Datadog/Agent/7.56.2.1/Datadog.Agent.yaml b/manifests/d/Datadog/Agent/7.56.2.1/Datadog.Agent.yaml index 998c4ffdd53e5..975cea1279df8 100644 --- a/manifests/d/Datadog/Agent/7.56.2.1/Datadog.Agent.yaml +++ b/manifests/d/Datadog/Agent/7.56.2.1/Datadog.Agent.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: Datadog.Agent PackageVersion: 7.56.2.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Datadog/Agent/7.57.0.1/Datadog.Agent.installer.yaml b/manifests/d/Datadog/Agent/7.57.0.1/Datadog.Agent.installer.yaml index 98b3dc10b7a6e..357667b49552b 100644 --- a/manifests/d/Datadog/Agent/7.57.0.1/Datadog.Agent.installer.yaml +++ b/manifests/d/Datadog/Agent/7.57.0.1/Datadog.Agent.installer.yaml @@ -1,10 +1,10 @@ -# 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: Datadog.Agent PackageVersion: 7.57.0.1 InstallerLocale: en-US -InstallerType: msi +InstallerType: wix Scope: machine InstallModes: - interactive @@ -14,10 +14,10 @@ InstallerSwitches: Silent: /qn SilentWithProgress: /qb Custom: /norestart OVERRIDE_INSTALLATION_METHOD=winget -ProductCode: '{2D683D22-67A0-40ED-9138-16A691428A4C}' Installers: - Architecture: x64 InstallerUrl: https://s3.amazonaws.com/ddagent-windows-stable/ddagent-cli-7.57.0.msi InstallerSha256: 4404C151382D3C97CCBC3879061C110303E5603B8712FE88825262A9A87BA250 + ProductCode: '{2D683D22-67A0-40ED-9138-16A691428A4C}' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Datadog/Agent/7.57.0.1/Datadog.Agent.locale.en-US.yaml b/manifests/d/Datadog/Agent/7.57.0.1/Datadog.Agent.locale.en-US.yaml index e6a272599d789..7554c0e42fb4b 100644 --- a/manifests/d/Datadog/Agent/7.57.0.1/Datadog.Agent.locale.en-US.yaml +++ b/manifests/d/Datadog/Agent/7.57.0.1/Datadog.Agent.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: Datadog.Agent PackageVersion: 7.57.0.1 @@ -10,9 +10,19 @@ PublisherSupportUrl: https://www.datadoghq.com/support/ PrivacyUrl: https://www.datadoghq.com/legal/privacy/ Author: Datadog PackageName: Datadog Agent +# PackageUrl: License: Apache-2.0 LicenseUrl: https://github.com/DataDog/datadog-agent/blob/master/LICENSE Copyright: Copyright Datadog, Inc. +# CopyrightUrl: ShortDescription: Datadog helps you monitor your infrastructure and application +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Datadog/Agent/7.57.0.1/Datadog.Agent.yaml b/manifests/d/Datadog/Agent/7.57.0.1/Datadog.Agent.yaml index 847050e9ff298..67b18df6fdca7 100644 --- a/manifests/d/Datadog/Agent/7.57.0.1/Datadog.Agent.yaml +++ b/manifests/d/Datadog/Agent/7.57.0.1/Datadog.Agent.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: Datadog.Agent PackageVersion: 7.57.0.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Datadog/Agent/7.57.1.1/Datadog.Agent.installer.yaml b/manifests/d/Datadog/Agent/7.57.1.1/Datadog.Agent.installer.yaml index 837db56448292..a122c06667cbf 100644 --- a/manifests/d/Datadog/Agent/7.57.1.1/Datadog.Agent.installer.yaml +++ b/manifests/d/Datadog/Agent/7.57.1.1/Datadog.Agent.installer.yaml @@ -1,10 +1,10 @@ -# 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: Datadog.Agent PackageVersion: 7.57.1.1 InstallerLocale: en-US -InstallerType: msi +InstallerType: wix Scope: machine InstallModes: - interactive @@ -14,10 +14,10 @@ InstallerSwitches: Silent: /qn SilentWithProgress: /qb Custom: /norestart OVERRIDE_INSTALLATION_METHOD=winget -ProductCode: '{FBC3099C-53B4-49DC-98DD-2E0298B78710}' Installers: - Architecture: x64 InstallerUrl: https://s3.amazonaws.com/ddagent-windows-stable/ddagent-cli-7.57.1.msi InstallerSha256: 90731A7D7A8C418D7342C685BE5BDC07D076C257C90CC1344E9B7B0817077830 + ProductCode: '{FBC3099C-53B4-49DC-98DD-2E0298B78710}' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Datadog/Agent/7.57.1.1/Datadog.Agent.locale.en-US.yaml b/manifests/d/Datadog/Agent/7.57.1.1/Datadog.Agent.locale.en-US.yaml index 2fcb3821d2df2..a461c18844f92 100644 --- a/manifests/d/Datadog/Agent/7.57.1.1/Datadog.Agent.locale.en-US.yaml +++ b/manifests/d/Datadog/Agent/7.57.1.1/Datadog.Agent.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: Datadog.Agent PackageVersion: 7.57.1.1 @@ -10,9 +10,19 @@ PublisherSupportUrl: https://www.datadoghq.com/support/ PrivacyUrl: https://www.datadoghq.com/legal/privacy/ Author: Datadog PackageName: Datadog Agent +# PackageUrl: License: Apache-2.0 LicenseUrl: https://github.com/DataDog/datadog-agent/blob/master/LICENSE Copyright: Copyright Datadog, Inc. +# CopyrightUrl: ShortDescription: Datadog helps you monitor your infrastructure and application +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Datadog/Agent/7.57.1.1/Datadog.Agent.yaml b/manifests/d/Datadog/Agent/7.57.1.1/Datadog.Agent.yaml index 39a71addc3d93..d371e7f496609 100644 --- a/manifests/d/Datadog/Agent/7.57.1.1/Datadog.Agent.yaml +++ b/manifests/d/Datadog/Agent/7.57.1.1/Datadog.Agent.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: Datadog.Agent PackageVersion: 7.57.1.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Datadog/Agent/7.57.2.1/Datadog.Agent.installer.yaml b/manifests/d/Datadog/Agent/7.57.2.1/Datadog.Agent.installer.yaml index 6f022bf84e1c2..1e73e5c24c176 100644 --- a/manifests/d/Datadog/Agent/7.57.2.1/Datadog.Agent.installer.yaml +++ b/manifests/d/Datadog/Agent/7.57.2.1/Datadog.Agent.installer.yaml @@ -1,10 +1,10 @@ -# 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: Datadog.Agent PackageVersion: 7.57.2.1 InstallerLocale: en-US -InstallerType: msi +InstallerType: wix Scope: machine InstallModes: - interactive @@ -14,10 +14,10 @@ InstallerSwitches: Silent: /qn SilentWithProgress: /qb Custom: /norestart OVERRIDE_INSTALLATION_METHOD=winget -ProductCode: '{605AFE37-0472-47AB-8241-8F6CF239F6D2}' Installers: - Architecture: x64 InstallerUrl: https://s3.amazonaws.com/ddagent-windows-stable/ddagent-cli-7.57.2.msi InstallerSha256: 3455408864C862C3246997EDFEF5BCA6551204663943145B7468CA256A5F47FA + ProductCode: '{605AFE37-0472-47AB-8241-8F6CF239F6D2}' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Datadog/Agent/7.57.2.1/Datadog.Agent.locale.en-US.yaml b/manifests/d/Datadog/Agent/7.57.2.1/Datadog.Agent.locale.en-US.yaml index 7f57fb90e035d..71288b0ea81cd 100644 --- a/manifests/d/Datadog/Agent/7.57.2.1/Datadog.Agent.locale.en-US.yaml +++ b/manifests/d/Datadog/Agent/7.57.2.1/Datadog.Agent.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: Datadog.Agent PackageVersion: 7.57.2.1 @@ -10,9 +10,19 @@ PublisherSupportUrl: https://www.datadoghq.com/support/ PrivacyUrl: https://www.datadoghq.com/legal/privacy/ Author: Datadog PackageName: Datadog Agent +# PackageUrl: License: Apache-2.0 LicenseUrl: https://github.com/DataDog/datadog-agent/blob/master/LICENSE Copyright: Copyright Datadog, Inc. +# CopyrightUrl: ShortDescription: Datadog helps you monitor your infrastructure and application +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Datadog/Agent/7.57.2.1/Datadog.Agent.yaml b/manifests/d/Datadog/Agent/7.57.2.1/Datadog.Agent.yaml index 85e37e7b8b12f..daa060e864b7c 100644 --- a/manifests/d/Datadog/Agent/7.57.2.1/Datadog.Agent.yaml +++ b/manifests/d/Datadog/Agent/7.57.2.1/Datadog.Agent.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: Datadog.Agent PackageVersion: 7.57.2.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Datadog/Agent/7.58.0.1/Datadog.Agent.installer.yaml b/manifests/d/Datadog/Agent/7.58.0.1/Datadog.Agent.installer.yaml index 7786c97828ce9..391b18b242f74 100644 --- a/manifests/d/Datadog/Agent/7.58.0.1/Datadog.Agent.installer.yaml +++ b/manifests/d/Datadog/Agent/7.58.0.1/Datadog.Agent.installer.yaml @@ -1,10 +1,10 @@ -# 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: Datadog.Agent PackageVersion: 7.58.0.1 InstallerLocale: en-US -InstallerType: msi +InstallerType: wix Scope: machine InstallModes: - interactive @@ -14,10 +14,10 @@ InstallerSwitches: Silent: /qn SilentWithProgress: /qb Custom: /norestart OVERRIDE_INSTALLATION_METHOD=winget -ProductCode: '{3AA51824-D745-453F-86D5-F263A36A3D34}' Installers: - Architecture: x64 InstallerUrl: https://s3.amazonaws.com/ddagent-windows-stable/ddagent-cli-7.58.0.msi InstallerSha256: E85EE9BE37549A3685348B153EE9D97AF119D9FAF525DD59D3A6E77FFA61D7A2 + ProductCode: '{3AA51824-D745-453F-86D5-F263A36A3D34}' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Datadog/Agent/7.58.0.1/Datadog.Agent.locale.en-US.yaml b/manifests/d/Datadog/Agent/7.58.0.1/Datadog.Agent.locale.en-US.yaml index 5130fc7a14d89..5a152f181e02c 100644 --- a/manifests/d/Datadog/Agent/7.58.0.1/Datadog.Agent.locale.en-US.yaml +++ b/manifests/d/Datadog/Agent/7.58.0.1/Datadog.Agent.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: Datadog.Agent PackageVersion: 7.58.0.1 @@ -10,9 +10,19 @@ PublisherSupportUrl: https://www.datadoghq.com/support/ PrivacyUrl: https://www.datadoghq.com/legal/privacy/ Author: Datadog PackageName: Datadog Agent +# PackageUrl: License: Apache-2.0 LicenseUrl: https://github.com/DataDog/datadog-agent/blob/master/LICENSE Copyright: Copyright Datadog, Inc. +# CopyrightUrl: ShortDescription: Datadog helps you monitor your infrastructure and application +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Datadog/Agent/7.58.0.1/Datadog.Agent.yaml b/manifests/d/Datadog/Agent/7.58.0.1/Datadog.Agent.yaml index 70da1145864f9..b48528458a1f2 100644 --- a/manifests/d/Datadog/Agent/7.58.0.1/Datadog.Agent.yaml +++ b/manifests/d/Datadog/Agent/7.58.0.1/Datadog.Agent.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: Datadog.Agent PackageVersion: 7.58.0.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Datadog/Agent/7.58.1.1/Datadog.Agent.installer.yaml b/manifests/d/Datadog/Agent/7.58.1.1/Datadog.Agent.installer.yaml index c7dcc83e5c27a..d3f40ebcdd00f 100644 --- a/manifests/d/Datadog/Agent/7.58.1.1/Datadog.Agent.installer.yaml +++ b/manifests/d/Datadog/Agent/7.58.1.1/Datadog.Agent.installer.yaml @@ -1,10 +1,10 @@ -# 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: Datadog.Agent PackageVersion: 7.58.1.1 InstallerLocale: en-US -InstallerType: msi +InstallerType: wix Scope: machine InstallModes: - interactive @@ -14,10 +14,10 @@ InstallerSwitches: Silent: /qn SilentWithProgress: /qb Custom: /norestart OVERRIDE_INSTALLATION_METHOD=winget -ProductCode: '{55C37AF1-1716-4D59-B267-8FB0032AA721}' Installers: - Architecture: x64 InstallerUrl: https://s3.amazonaws.com/ddagent-windows-stable/ddagent-cli-7.58.1.msi InstallerSha256: 17AE0DAEEA03C35830BCCD5F1D2E8F1A594849CDA39101AC8B44164C39CBD587 + ProductCode: '{55C37AF1-1716-4D59-B267-8FB0032AA721}' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Datadog/Agent/7.58.1.1/Datadog.Agent.locale.en-US.yaml b/manifests/d/Datadog/Agent/7.58.1.1/Datadog.Agent.locale.en-US.yaml index f233f476a15e0..81a6c249aad69 100644 --- a/manifests/d/Datadog/Agent/7.58.1.1/Datadog.Agent.locale.en-US.yaml +++ b/manifests/d/Datadog/Agent/7.58.1.1/Datadog.Agent.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: Datadog.Agent PackageVersion: 7.58.1.1 @@ -10,9 +10,19 @@ PublisherSupportUrl: https://www.datadoghq.com/support/ PrivacyUrl: https://www.datadoghq.com/legal/privacy/ Author: Datadog PackageName: Datadog Agent +# PackageUrl: License: Apache-2.0 LicenseUrl: https://github.com/DataDog/datadog-agent/blob/master/LICENSE Copyright: Copyright Datadog, Inc. +# CopyrightUrl: ShortDescription: Datadog helps you monitor your infrastructure and application +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Datadog/Agent/7.58.1.1/Datadog.Agent.yaml b/manifests/d/Datadog/Agent/7.58.1.1/Datadog.Agent.yaml index c459dce4dafa2..fa90800136eae 100644 --- a/manifests/d/Datadog/Agent/7.58.1.1/Datadog.Agent.yaml +++ b/manifests/d/Datadog/Agent/7.58.1.1/Datadog.Agent.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: Datadog.Agent PackageVersion: 7.58.1.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Datadog/Agent/7.58.2.1/Datadog.Agent.installer.yaml b/manifests/d/Datadog/Agent/7.58.2.1/Datadog.Agent.installer.yaml index eb08d1459e92f..d7f116d25bcec 100644 --- a/manifests/d/Datadog/Agent/7.58.2.1/Datadog.Agent.installer.yaml +++ b/manifests/d/Datadog/Agent/7.58.2.1/Datadog.Agent.installer.yaml @@ -1,10 +1,10 @@ -# 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: Datadog.Agent PackageVersion: 7.58.2.1 InstallerLocale: en-US -InstallerType: msi +InstallerType: wix Scope: machine InstallModes: - interactive @@ -14,10 +14,10 @@ InstallerSwitches: Silent: /qn SilentWithProgress: /qb Custom: /norestart OVERRIDE_INSTALLATION_METHOD=winget -ProductCode: '{017FFB49-37CD-4CD0-83C0-25D2F3562ED2}' Installers: - Architecture: x64 InstallerUrl: https://s3.amazonaws.com/ddagent-windows-stable/ddagent-cli-7.58.2.msi InstallerSha256: D7A4AA354A84B1C2C96375629893C5071FE11B28AB9BB2ACEFE044591182E342 + ProductCode: '{017FFB49-37CD-4CD0-83C0-25D2F3562ED2}' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Datadog/Agent/7.58.2.1/Datadog.Agent.locale.en-US.yaml b/manifests/d/Datadog/Agent/7.58.2.1/Datadog.Agent.locale.en-US.yaml index 95ba7bdff85f9..b31230509a6c8 100644 --- a/manifests/d/Datadog/Agent/7.58.2.1/Datadog.Agent.locale.en-US.yaml +++ b/manifests/d/Datadog/Agent/7.58.2.1/Datadog.Agent.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: Datadog.Agent PackageVersion: 7.58.2.1 @@ -10,9 +10,19 @@ PublisherSupportUrl: https://www.datadoghq.com/support/ PrivacyUrl: https://www.datadoghq.com/legal/privacy/ Author: Datadog PackageName: Datadog Agent +# PackageUrl: License: Apache-2.0 LicenseUrl: https://github.com/DataDog/datadog-agent/blob/master/LICENSE Copyright: Copyright Datadog, Inc. +# CopyrightUrl: ShortDescription: Datadog helps you monitor your infrastructure and application +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Datadog/Agent/7.58.2.1/Datadog.Agent.yaml b/manifests/d/Datadog/Agent/7.58.2.1/Datadog.Agent.yaml index eaae8c4089132..8d9e3fa415182 100644 --- a/manifests/d/Datadog/Agent/7.58.2.1/Datadog.Agent.yaml +++ b/manifests/d/Datadog/Agent/7.58.2.1/Datadog.Agent.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: Datadog.Agent PackageVersion: 7.58.2.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Datadog/Agent/7.59.0.1/Datadog.Agent.installer.yaml b/manifests/d/Datadog/Agent/7.59.0.1/Datadog.Agent.installer.yaml index f2ede18d84223..c959640f5b85a 100644 --- a/manifests/d/Datadog/Agent/7.59.0.1/Datadog.Agent.installer.yaml +++ b/manifests/d/Datadog/Agent/7.59.0.1/Datadog.Agent.installer.yaml @@ -1,10 +1,10 @@ -# 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: Datadog.Agent PackageVersion: 7.59.0.1 InstallerLocale: en-US -InstallerType: msi +InstallerType: wix Scope: machine InstallModes: - interactive @@ -14,10 +14,10 @@ InstallerSwitches: Silent: /qn SilentWithProgress: /qb Custom: /norestart OVERRIDE_INSTALLATION_METHOD=winget -ProductCode: '{19C27731-5147-41A4-B668-866A5BCCAFA0}' Installers: - Architecture: x64 InstallerUrl: https://s3.amazonaws.com/ddagent-windows-stable/ddagent-cli-7.59.0.msi InstallerSha256: 2502F5702669BED75966C4DD7C02A747B767C0C1A786C74F1453E5A432C46292 + ProductCode: '{19C27731-5147-41A4-B668-866A5BCCAFA0}' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Datadog/Agent/7.59.0.1/Datadog.Agent.locale.en-US.yaml b/manifests/d/Datadog/Agent/7.59.0.1/Datadog.Agent.locale.en-US.yaml index 736ae575eaa33..001d4ff95a032 100644 --- a/manifests/d/Datadog/Agent/7.59.0.1/Datadog.Agent.locale.en-US.yaml +++ b/manifests/d/Datadog/Agent/7.59.0.1/Datadog.Agent.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: Datadog.Agent PackageVersion: 7.59.0.1 @@ -10,9 +10,19 @@ PublisherSupportUrl: https://www.datadoghq.com/support/ PrivacyUrl: https://www.datadoghq.com/legal/privacy/ Author: Datadog PackageName: Datadog Agent +# PackageUrl: License: Apache-2.0 LicenseUrl: https://github.com/DataDog/datadog-agent/blob/master/LICENSE Copyright: Copyright Datadog, Inc. +# CopyrightUrl: ShortDescription: Datadog helps you monitor your infrastructure and application +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Datadog/Agent/7.59.0.1/Datadog.Agent.yaml b/manifests/d/Datadog/Agent/7.59.0.1/Datadog.Agent.yaml index f3bbbb1b9a6f7..e63670a5a34a3 100644 --- a/manifests/d/Datadog/Agent/7.59.0.1/Datadog.Agent.yaml +++ b/manifests/d/Datadog/Agent/7.59.0.1/Datadog.Agent.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: Datadog.Agent PackageVersion: 7.59.0.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Datadog/Agent/7.59.1.1/Datadog.Agent.installer.yaml b/manifests/d/Datadog/Agent/7.59.1.1/Datadog.Agent.installer.yaml index 07259e7dd3f64..607c995a0cafd 100644 --- a/manifests/d/Datadog/Agent/7.59.1.1/Datadog.Agent.installer.yaml +++ b/manifests/d/Datadog/Agent/7.59.1.1/Datadog.Agent.installer.yaml @@ -1,10 +1,10 @@ -# 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: Datadog.Agent PackageVersion: 7.59.1.1 InstallerLocale: en-US -InstallerType: msi +InstallerType: wix Scope: machine InstallModes: - interactive @@ -14,10 +14,10 @@ InstallerSwitches: Silent: /qn SilentWithProgress: /qb Custom: /norestart OVERRIDE_INSTALLATION_METHOD=winget -ProductCode: '{B909AC96-3DB3-4F17-9168-A51A1E04E63F}' Installers: - Architecture: x64 InstallerUrl: https://s3.amazonaws.com/ddagent-windows-stable/ddagent-cli-7.59.1.msi InstallerSha256: 44F99DD9802827C6DB37FA2EF92933B97F2D6C740B1246EA0214522BCC951B60 + ProductCode: '{B909AC96-3DB3-4F17-9168-A51A1E04E63F}' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Datadog/Agent/7.59.1.1/Datadog.Agent.locale.en-US.yaml b/manifests/d/Datadog/Agent/7.59.1.1/Datadog.Agent.locale.en-US.yaml index de5d0d2928157..65b3baa7695ca 100644 --- a/manifests/d/Datadog/Agent/7.59.1.1/Datadog.Agent.locale.en-US.yaml +++ b/manifests/d/Datadog/Agent/7.59.1.1/Datadog.Agent.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: Datadog.Agent PackageVersion: 7.59.1.1 @@ -10,9 +10,19 @@ PublisherSupportUrl: https://www.datadoghq.com/support/ PrivacyUrl: https://www.datadoghq.com/legal/privacy/ Author: Datadog PackageName: Datadog Agent +# PackageUrl: License: Apache-2.0 LicenseUrl: https://github.com/DataDog/datadog-agent/blob/master/LICENSE Copyright: Copyright Datadog, Inc. +# CopyrightUrl: ShortDescription: Datadog helps you monitor your infrastructure and application +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Datadog/Agent/7.59.1.1/Datadog.Agent.yaml b/manifests/d/Datadog/Agent/7.59.1.1/Datadog.Agent.yaml index b521974a54f46..d4190b793dda5 100644 --- a/manifests/d/Datadog/Agent/7.59.1.1/Datadog.Agent.yaml +++ b/manifests/d/Datadog/Agent/7.59.1.1/Datadog.Agent.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: Datadog.Agent PackageVersion: 7.59.1.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Datadog/Agent/7.60.0.1/Datadog.Agent.installer.yaml b/manifests/d/Datadog/Agent/7.60.0.1/Datadog.Agent.installer.yaml index 0e59fc8b260c3..6bd977d0f74cf 100644 --- a/manifests/d/Datadog/Agent/7.60.0.1/Datadog.Agent.installer.yaml +++ b/manifests/d/Datadog/Agent/7.60.0.1/Datadog.Agent.installer.yaml @@ -1,10 +1,10 @@ -# 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: Datadog.Agent PackageVersion: 7.60.0.1 InstallerLocale: en-US -InstallerType: msi +InstallerType: wix Scope: machine InstallModes: - interactive @@ -14,10 +14,10 @@ InstallerSwitches: Silent: /qn SilentWithProgress: /qb Custom: /norestart OVERRIDE_INSTALLATION_METHOD=winget -ProductCode: '{83F95134-8F1A-4F3C-8E56-D48E13A9EA29}' Installers: - Architecture: x64 InstallerUrl: https://s3.amazonaws.com/ddagent-windows-stable/ddagent-cli-7.60.0.msi InstallerSha256: 2E1E9CCD8627AFFF89D9170484709348605E070D91F071E4222FC063B9B6BA67 + ProductCode: '{83F95134-8F1A-4F3C-8E56-D48E13A9EA29}' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Datadog/Agent/7.60.0.1/Datadog.Agent.locale.en-US.yaml b/manifests/d/Datadog/Agent/7.60.0.1/Datadog.Agent.locale.en-US.yaml index 3ce19ed1055b0..ec5d9e85c4ae2 100644 --- a/manifests/d/Datadog/Agent/7.60.0.1/Datadog.Agent.locale.en-US.yaml +++ b/manifests/d/Datadog/Agent/7.60.0.1/Datadog.Agent.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: Datadog.Agent PackageVersion: 7.60.0.1 @@ -10,9 +10,19 @@ PublisherSupportUrl: https://www.datadoghq.com/support/ PrivacyUrl: https://www.datadoghq.com/legal/privacy/ Author: Datadog PackageName: Datadog Agent +# PackageUrl: License: Apache-2.0 LicenseUrl: https://github.com/DataDog/datadog-agent/blob/master/LICENSE Copyright: Copyright Datadog, Inc. +# CopyrightUrl: ShortDescription: Datadog helps you monitor your infrastructure and application +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Datadog/Agent/7.60.0.1/Datadog.Agent.yaml b/manifests/d/Datadog/Agent/7.60.0.1/Datadog.Agent.yaml index 4d7e4f268400b..24ced25c39012 100644 --- a/manifests/d/Datadog/Agent/7.60.0.1/Datadog.Agent.yaml +++ b/manifests/d/Datadog/Agent/7.60.0.1/Datadog.Agent.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: Datadog.Agent PackageVersion: 7.60.0.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Datadog/Agent/7.61.0.1/Datadog.Agent.installer.yaml b/manifests/d/Datadog/Agent/7.61.0.1/Datadog.Agent.installer.yaml index 80cc94d11ed89..1c649de9f8876 100644 --- a/manifests/d/Datadog/Agent/7.61.0.1/Datadog.Agent.installer.yaml +++ b/manifests/d/Datadog/Agent/7.61.0.1/Datadog.Agent.installer.yaml @@ -1,10 +1,10 @@ -# 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: Datadog.Agent PackageVersion: 7.61.0.1 InstallerLocale: en-US -InstallerType: msi +InstallerType: wix Scope: machine InstallModes: - interactive @@ -14,10 +14,10 @@ InstallerSwitches: Silent: /qn SilentWithProgress: /qb Custom: /norestart OVERRIDE_INSTALLATION_METHOD=winget -ProductCode: '{26E1F1BB-F8AB-4345-AC29-E3F2AD2E4C39}' Installers: - Architecture: x64 InstallerUrl: https://s3.amazonaws.com/ddagent-windows-stable/ddagent-cli-7.61.0.msi InstallerSha256: 6BA8566C575CAF7047B0BFE25F076D494712C58185AF0A6E9201342D0F63AE19 + ProductCode: '{26E1F1BB-F8AB-4345-AC29-E3F2AD2E4C39}' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Datadog/Agent/7.61.0.1/Datadog.Agent.locale.en-US.yaml b/manifests/d/Datadog/Agent/7.61.0.1/Datadog.Agent.locale.en-US.yaml index 1a0c23193781e..861eb1b0839cd 100644 --- a/manifests/d/Datadog/Agent/7.61.0.1/Datadog.Agent.locale.en-US.yaml +++ b/manifests/d/Datadog/Agent/7.61.0.1/Datadog.Agent.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: Datadog.Agent PackageVersion: 7.61.0.1 @@ -10,9 +10,19 @@ PublisherSupportUrl: https://www.datadoghq.com/support/ PrivacyUrl: https://www.datadoghq.com/legal/privacy/ Author: Datadog PackageName: Datadog Agent +# PackageUrl: License: Apache-2.0 LicenseUrl: https://github.com/DataDog/datadog-agent/blob/master/LICENSE Copyright: Copyright Datadog, Inc. +# CopyrightUrl: ShortDescription: Datadog helps you monitor your infrastructure and application +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Datadog/Agent/7.61.0.1/Datadog.Agent.yaml b/manifests/d/Datadog/Agent/7.61.0.1/Datadog.Agent.yaml index c36f51ed0101a..3ed7d4a2f6710 100644 --- a/manifests/d/Datadog/Agent/7.61.0.1/Datadog.Agent.yaml +++ b/manifests/d/Datadog/Agent/7.61.0.1/Datadog.Agent.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: Datadog.Agent PackageVersion: 7.61.0.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +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/Datadog/Agent/7.62.2.1/Datadog.Agent.installer.yaml b/manifests/d/Datadog/Agent/7.62.2.1/Datadog.Agent.installer.yaml new file mode 100644 index 0000000000000..c6be9899a629b --- /dev/null +++ b/manifests/d/Datadog/Agent/7.62.2.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.2.1 +InstallerLocale: en-US +InstallerType: msi +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Silent: /qn + SilentWithProgress: /qb + Custom: /norestart OVERRIDE_INSTALLATION_METHOD=winget +ProductCode: '{ADCC1994-2F39-4F76-BE33-CC9B5F6F30BE}' +Installers: +- Architecture: x64 + InstallerUrl: https://s3.amazonaws.com/ddagent-windows-stable/ddagent-cli-7.62.2.msi + InstallerSha256: 9B5A2C1AB4277E1673A0B16D55E5E516C5C49E5FB195EE6260484F294D9F0474 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/d/Datadog/Agent/7.62.2.1/Datadog.Agent.locale.en-US.yaml b/manifests/d/Datadog/Agent/7.62.2.1/Datadog.Agent.locale.en-US.yaml new file mode 100644 index 0000000000000..3ebce2a65bb09 --- /dev/null +++ b/manifests/d/Datadog/Agent/7.62.2.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.2.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.2.1/Datadog.Agent.yaml b/manifests/d/Datadog/Agent/7.62.2.1/Datadog.Agent.yaml new file mode 100644 index 0000000000000..6dbbcf6f60879 --- /dev/null +++ b/manifests/d/Datadog/Agent/7.62.2.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.2.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/Decred/Decrediton/2.0.5/Decred.Decrediton.installer.yaml b/manifests/d/Decred/Decrediton/2.0.5/Decred.Decrediton.installer.yaml new file mode 100644 index 0000000000000..ba0cf44bee3a6 --- /dev/null +++ b/manifests/d/Decred/Decrediton/2.0.5/Decred.Decrediton.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: Decred.Decrediton +PackageVersion: 2.0.5 +InstallerLocale: en-US +InstallerType: nullsoft +ProductCode: 294af90e-a14b-58c1-adf0-2e358411a479 +ReleaseDate: 2024-11-13 +AppsAndFeaturesEntries: +- DisplayName: Decrediton 2.0.5 + ProductCode: 294af90e-a14b-58c1-adf0-2e358411a479 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/decred/decred-binaries/releases/download/v2.0.5/decrediton-windows-amd64-v2.0.5.exe + InstallerSha256: A79D76DD4917D87119DA6616098972C15D091F538F716FF63494A76C829B2D59 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/d/Decred/Decrediton/2.0.5/Decred.Decrediton.locale.en-US.yaml b/manifests/d/Decred/Decrediton/2.0.5/Decred.Decrediton.locale.en-US.yaml new file mode 100644 index 0000000000000..d12a79196e667 --- /dev/null +++ b/manifests/d/Decred/Decrediton/2.0.5/Decred.Decrediton.locale.en-US.yaml @@ -0,0 +1,96 @@ +# Created with komac v2.10.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Decred.Decrediton +PackageVersion: 2.0.5 +PackageLocale: en-US +Publisher: Decred +PublisherUrl: https://decred.org/ +PublisherSupportUrl: https://github.com/decred/decred-binaries/issues +PackageName: Decrediton +PackageUrl: https://github.com/decred/decred-binaries +License: ISC License +Copyright: Copyright © 2023 The Decred developers +ShortDescription: Graphical wallet for Decred supporting staking, privacy, and decentralized exchange. +ReleaseNotes: |- + Install + To install Decrediton desktop wallet, download, uncompress, and run Decrediton Linux AppImage or Decrediton Linux tar or Decrediton macOS amd64 or Decrediton macOS arm64 or Decrediton Windows. + To install the command-line tools, please see dcrinstall. + See decred-v2.0.5-manifest.txt and the other manifest files for SHA-256 hashes and the associated .asc signature files to confirm those hashes. + See README.md for more info on verifying the files. + Skip to downloads + Contents + - dcrd + - dcrwallet + - Decrediton + + dcrd v2.0.5 + This is a patch release of dcrd which includes the following changes: + - Improved StakeShuffle mixing robustness against misbehaving peers + - Peers are no longer intermittently disconnected when serving factored polynomial data + Upgrade Required To Participate in StakeShuffle Mixing + Although upgrading to this latest release is not required for continued operation of the core network, it is required for anyone who wishes to participate in StakeShuffle mixing with the highest anonymity set guarantees and fastest matching. + Changelog + This patch release consists of 8 commits from 2 contributors which total to 8 files changed, 83 additional lines of code, and 56 deleted lines of code. + All commits since the last release may be viewed on GitHub here. + See dcrd's own release notes for a categorized breakdown of all commits since the last release. + Code Contributors (alphabetical order): + - Dave Collins + - Josh Rickmar + + dcrwallet v2.0.5 + This release includes fixes to increase the mixing reliability and improves startup syncing when operating in in SPV mode. + All mixing users should upgrade to this release to maintain the maximum anonymity set. + Bug fixes + - When secrets are revealed in a mix, blame assignment is delayed until all expected messages for the current stage of the run have been received (decred/dcrd#3454). + - A rare crash that could occur calculating mixing message jitter was fixed (decred/dcrd#3448). + - A started but killed csppsolver child process is now detected. If this occurs, wallets will fall back to depending on other peers' published root solutions and will stop advertising root solving capabilities to other peers (decred/dcrd#3451). + - A missing check that published roots in the mixing protocol are in the proper order was added (decred/dcrd#3453). + - When mixed tickets are purchased using the purchasetickets JSON-RPC method, the mix change is returned to the configured change account (b22f59b3). + - When mixing is disabled and no other voting account has been specified, voting addresses are derived from the purchasing account rather than the unset voting account (bf73f3c2). + - The mixaccount JSON-RPC method, which was unusable since the introduction of P2P mixing, was fixed (cb88e4f0). + - The --ticketsplitaccount option, used when converting an unmixed ticketbuyer gradually over to a mixing buyer, was not being used since the introduction of P2P mixing (e45749aa). + - The voting account, a required argument during mixed ticketbuying, is now always used when mixing is enabled, even when UseVotingAccount in a ticket purchasing request is not set true (c1b1ac0b). + - A hang occuring at the end of initial SPV sync has been fixed (7def7850). + Other Improvements + - Peers who send too few headers, which could slow down initial sync time, are disconnected (59a40408). + - Peers who send headers before being requested are disconnected earlier in the sync process (58585aa5). + - Peers who send headers that do not connect to the block locators are disconnected earlier in the sync process (fdd9e0b2). + - An error determining the block to rescan from is no longer a permanent ticket autobuyer failure (8c660622). + - Background mixing client operations are more reliably stopped when dcrd is disconnected in RPC sync mode (01f1e12e). + - Compatibility with older VSP software has been improved (3bbc7781). + Changelog + The following lists all commits since dcrwallet v2.0.4: + - 563b6779: [release-v2.0] version: Update for v2.0.5 + - 5a0c93f7: [release-v2.0] Update to latest mixing module + - 7def7850: [release-v2.0] spv: Accept cfilters from more peers. + - 3bbc7781: [release-v2.0] multi: Send empty VSP policy fields + - 01f1e12e: [release-v2.0] Add context wrapping for syncer disconnections + - 45d78411: [release-v2.0] rescan: add missing db update error check + - c1b1ac0b: [release-v2.0] Always use configured voting account when mixing + - e45749aa: [release-v2.0] Use correct account for mixed ticket split txns. + - 8c660622: [release-v2.0] ticketbuyer: Dont terminate if RescanPoint fails. + - cb88e4f0: [release-v2.0] jsonrpc: Allow mixaccount RPC to actually mix. + - bf73f3c2: [release-v2.0] wallet: Use purchase acct for voting if not mixing + - b22f59b3: [release-v2.0] jsonrpc: Use correct change account when mixing. + - fdd9e0b2: [release-v2.0] p2p: Move check for getheaders locators earlier in the call + - 58585aa5: [release-v2.0] p2p: Move headers requested check earlier in the call + - 59a40408: [release-v2.0] p2p: Disconnect from peers that sent too few headers + Code Contributors (alphabetical order): + - David Hill (@dajohi) + - Matheus Degiovani (@matheusd) + - Jamie Holdstock (@jholdstock) + - @JoeGruffins + - Josh Rickmar (@jrick) + + Decrediton v2.0.5 + This release solely resolves an issue in the underlying dcrwallet software as well as updating to DCRDEX 1.0.2. + Changelog + All commits since the last release may be viewed on GitHub here. + Code Contributors (alphabetical order): + - Alex Yocom-Piatt (@alexlyp) + - @buck54321 + - @dev-warrior +ReleaseNotesUrl: https://github.com/decred/decred-binaries/releases/tag/v2.0.5 +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/d/Decred/Decrediton/2.0.5/Decred.Decrediton.yaml b/manifests/d/Decred/Decrediton/2.0.5/Decred.Decrediton.yaml new file mode 100644 index 0000000000000..fdca46b3cdc12 --- /dev/null +++ b/manifests/d/Decred/Decrediton/2.0.5/Decred.Decrediton.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: Decred.Decrediton +PackageVersion: 2.0.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.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..f404c38adcd10 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/07 # 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: 368BBE5FBD67FF108CE6848AD5E2C0DE3B32DAA59D4FAECF0B6B3F690177C50F 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..89402695ee0e3 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/07 # 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..10540664b9da7 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/07 # 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/1.0.9182/Discord.Discord.installer.yaml b/manifests/d/Discord/Discord/1.0.9182/Discord.Discord.installer.yaml new file mode 100644 index 0000000000000..e52c579f75906 --- /dev/null +++ b/manifests/d/Discord/Discord/1.0.9182/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.9182 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +UpgradeBehavior: deny +Protocols: +- discord +RequireExplicitUpgrade: true +Installers: +- Architecture: x64 + InstallerUrl: https://dl.discordapp.net/distro/app/stable/win/x64/1.0.9182/DiscordSetup.exe + InstallerSha256: 52A00CBEFACEC76FE8E8DE0A5953BB0BDDF89900F7AF8E0CEB1A6CA4F65D134A +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/d/Discord/Discord/1.0.9182/Discord.Discord.locale.en-US.yaml b/manifests/d/Discord/Discord/1.0.9182/Discord.Discord.locale.en-US.yaml new file mode 100644 index 0000000000000..fe0f967696c59 --- /dev/null +++ b/manifests/d/Discord/Discord/1.0.9182/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.9182 +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.9182/Discord.Discord.locale.pt-BR.yaml b/manifests/d/Discord/Discord/1.0.9182/Discord.Discord.locale.pt-BR.yaml new file mode 100644 index 0000000000000..47c3d00dc1234 --- /dev/null +++ b/manifests/d/Discord/Discord/1.0.9182/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.9182 +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.9182/Discord.Discord.locale.zh-CN.yaml b/manifests/d/Discord/Discord/1.0.9182/Discord.Discord.locale.zh-CN.yaml new file mode 100644 index 0000000000000..2c306503188c8 --- /dev/null +++ b/manifests/d/Discord/Discord/1.0.9182/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.9182 +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.9182/Discord.Discord.yaml b/manifests/d/Discord/Discord/1.0.9182/Discord.Discord.yaml new file mode 100644 index 0000000000000..6c626c00d9327 --- /dev/null +++ b/manifests/d/Discord/Discord/1.0.9182/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.9182 +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/Canary/1.0.548/Discord.Discord.Canary.installer.yaml b/manifests/d/Discord/Discord/Canary/1.0.548/Discord.Discord.Canary.installer.yaml new file mode 100644 index 0000000000000..e46358f97035b --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.548/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.548 +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.548/DiscordCanarySetup.exe + InstallerSha256: 48AA9AF224D4AF22E56ECAEC2683A233EE7B79CBAE75403B10158A3CFAC33B63 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.548/Discord.Discord.Canary.locale.en-US.yaml b/manifests/d/Discord/Discord/Canary/1.0.548/Discord.Discord.Canary.locale.en-US.yaml new file mode 100644 index 0000000000000..c1c6d638219fe --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.548/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.548 +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.548/Discord.Discord.Canary.locale.zh-CN.yaml b/manifests/d/Discord/Discord/Canary/1.0.548/Discord.Discord.Canary.locale.zh-CN.yaml new file mode 100644 index 0000000000000..dbafe1fa77463 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.548/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.548 +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.548/Discord.Discord.Canary.yaml b/manifests/d/Discord/Discord/Canary/1.0.548/Discord.Discord.Canary.yaml new file mode 100644 index 0000000000000..ab3405625fd90 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.548/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.548 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.549/Discord.Discord.Canary.installer.yaml b/manifests/d/Discord/Discord/Canary/1.0.549/Discord.Discord.Canary.installer.yaml new file mode 100644 index 0000000000000..1d558d658ce99 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.549/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.549 +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.549/DiscordCanarySetup.exe + InstallerSha256: 6E4D6DC53A5E1FECEE1AEB81E9EAF26F13FFCD1933180BC649E9AE963C6D329D +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/d/Discord/Discord/Canary/1.0.549/Discord.Discord.Canary.locale.en-US.yaml b/manifests/d/Discord/Discord/Canary/1.0.549/Discord.Discord.Canary.locale.en-US.yaml new file mode 100644 index 0000000000000..943afa7ed3b71 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.549/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.549 +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.549/Discord.Discord.Canary.locale.zh-CN.yaml b/manifests/d/Discord/Discord/Canary/1.0.549/Discord.Discord.Canary.locale.zh-CN.yaml new file mode 100644 index 0000000000000..feeb9ded16116 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.549/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.549 +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.549/Discord.Discord.Canary.yaml b/manifests/d/Discord/Discord/Canary/1.0.549/Discord.Discord.Canary.yaml new file mode 100644 index 0000000000000..5c0467cd1e7b3 --- /dev/null +++ b/manifests/d/Discord/Discord/Canary/1.0.549/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.549 +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/2.3.0.3.45519/Docker.DockerDesktop.installer.yaml b/manifests/d/Docker/DockerDesktop/2.3.0.3.45519/Docker.DockerDesktop.installer.yaml index e0ddba7ee9ae7..18caf6b58199e 100644 --- a/manifests/d/Docker/DockerDesktop/2.3.0.3.45519/Docker.DockerDesktop.installer.yaml +++ b/manifests/d/Docker/DockerDesktop/2.3.0.3.45519/Docker.DockerDesktop.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: Docker.DockerDesktop PackageVersion: 2.3.0.3.45519 @@ -13,4 +13,4 @@ Installers: InstallerUrl: https://desktop.docker.com/win/stable/45519/Docker%20Desktop%20Installer.exe InstallerSha256: FE77C795881420D199352C54F14C3EB6C5ABC2D4D3293A98944FC1ACA320EAE9 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/2.3.0.3.45519/Docker.DockerDesktop.locale.en-US.yaml b/manifests/d/Docker/DockerDesktop/2.3.0.3.45519/Docker.DockerDesktop.locale.en-US.yaml index 31343fddbdabb..bd0e09d1f8c21 100644 --- a/manifests/d/Docker/DockerDesktop/2.3.0.3.45519/Docker.DockerDesktop.locale.en-US.yaml +++ b/manifests/d/Docker/DockerDesktop/2.3.0.3.45519/Docker.DockerDesktop.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: Docker.DockerDesktop PackageVersion: 2.3.0.3.45519 PackageLocale: en-US Publisher: Docker Inc. -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: -# Author: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: Docker Desktop PackageUrl: https://www.docker.com License: Copyright © 2013-2020 Docker Inc. All rights reserved. LicenseUrl: https://www.docker.com/legal/docker-software-end-user-license-agreement -# Copyright: -# CopyrightUrl: +# Copyright: +# CopyrightUrl: ShortDescription: 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. -# Description: +# Description: Moniker: docker Tags: - container - containerization - virtualization -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/2.3.0.3.45519/Docker.DockerDesktop.yaml b/manifests/d/Docker/DockerDesktop/2.3.0.3.45519/Docker.DockerDesktop.yaml index ffa4b481976c7..112701ecdebca 100644 --- a/manifests/d/Docker/DockerDesktop/2.3.0.3.45519/Docker.DockerDesktop.yaml +++ b/manifests/d/Docker/DockerDesktop/2.3.0.3.45519/Docker.DockerDesktop.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: Docker.DockerDesktop PackageVersion: 2.3.0.3.45519 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/2.3.0.4.46911/Docker.DockerDesktop.installer.yaml b/manifests/d/Docker/DockerDesktop/2.3.0.4.46911/Docker.DockerDesktop.installer.yaml index e1ffec7030913..e4267c4f9d0c8 100644 --- a/manifests/d/Docker/DockerDesktop/2.3.0.4.46911/Docker.DockerDesktop.installer.yaml +++ b/manifests/d/Docker/DockerDesktop/2.3.0.4.46911/Docker.DockerDesktop.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: Docker.DockerDesktop PackageVersion: 2.3.0.4.46911 @@ -13,4 +13,4 @@ Installers: InstallerUrl: https://desktop.docker.com/win/stable/46911/Docker%20Desktop%20Installer.exe InstallerSha256: EDF5CB80E3E9AC230FDD1C2BD283D5AE846E659FBF45B3BD3D4233F06B3F497C ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/2.3.0.4.46911/Docker.DockerDesktop.locale.en-US.yaml b/manifests/d/Docker/DockerDesktop/2.3.0.4.46911/Docker.DockerDesktop.locale.en-US.yaml index 4b0d8b2673266..ae8a5a597c1dd 100644 --- a/manifests/d/Docker/DockerDesktop/2.3.0.4.46911/Docker.DockerDesktop.locale.en-US.yaml +++ b/manifests/d/Docker/DockerDesktop/2.3.0.4.46911/Docker.DockerDesktop.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: Docker.DockerDesktop PackageVersion: 2.3.0.4.46911 PackageLocale: en-US Publisher: Docker Inc. -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: -# Author: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: Docker Desktop PackageUrl: https://www.docker.com License: Copyright © 2016-2020 Docker Inc. All rights reserved. LicenseUrl: https://www.docker.com/legal/docker-software-end-user-license-agreement -# Copyright: -# CopyrightUrl: +# Copyright: +# CopyrightUrl: ShortDescription: 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. -# Description: +# Description: Moniker: docker Tags: - container - containerization - virtualization -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/2.3.0.4.46911/Docker.DockerDesktop.yaml b/manifests/d/Docker/DockerDesktop/2.3.0.4.46911/Docker.DockerDesktop.yaml index db318c0454fbe..8210b244d4d18 100644 --- a/manifests/d/Docker/DockerDesktop/2.3.0.4.46911/Docker.DockerDesktop.yaml +++ b/manifests/d/Docker/DockerDesktop/2.3.0.4.46911/Docker.DockerDesktop.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: Docker.DockerDesktop PackageVersion: 2.3.0.4.46911 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/2.3.0.5.48029/Docker.DockerDesktop.installer.yaml b/manifests/d/Docker/DockerDesktop/2.3.0.5.48029/Docker.DockerDesktop.installer.yaml index 440626999f2e8..27ec7fd76fb75 100644 --- a/manifests/d/Docker/DockerDesktop/2.3.0.5.48029/Docker.DockerDesktop.installer.yaml +++ b/manifests/d/Docker/DockerDesktop/2.3.0.5.48029/Docker.DockerDesktop.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: Docker.DockerDesktop PackageVersion: 2.3.0.5.48029 @@ -13,4 +13,4 @@ Installers: InstallerUrl: https://desktop.docker.com/win/stable/48029/Docker%20Desktop%20Installer.exe InstallerSha256: C59C57204DF20CAA28104E2C9199408DB010EBCA4D21EEAAD2EC7A3E4F317DF7 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/2.3.0.5.48029/Docker.DockerDesktop.locale.en-US.yaml b/manifests/d/Docker/DockerDesktop/2.3.0.5.48029/Docker.DockerDesktop.locale.en-US.yaml index 10dd4e374fb46..b35841a1491bb 100644 --- a/manifests/d/Docker/DockerDesktop/2.3.0.5.48029/Docker.DockerDesktop.locale.en-US.yaml +++ b/manifests/d/Docker/DockerDesktop/2.3.0.5.48029/Docker.DockerDesktop.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: Docker.DockerDesktop PackageVersion: 2.3.0.5.48029 PackageLocale: en-US Publisher: Docker Inc. -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: -# Author: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: Docker Desktop PackageUrl: https://www.docker.com License: Copyright © 2016-2020 Docker Inc. All rights reserved. LicenseUrl: https://www.docker.com/legal/docker-software-end-user-license-agreement -# Copyright: -# CopyrightUrl: +# Copyright: +# CopyrightUrl: ShortDescription: 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. -# Description: +# Description: Moniker: docker Tags: - container - containerization - virtualization -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/2.3.0.5.48029/Docker.DockerDesktop.yaml b/manifests/d/Docker/DockerDesktop/2.3.0.5.48029/Docker.DockerDesktop.yaml index 05abf76ed1e52..6ce9d80f9352b 100644 --- a/manifests/d/Docker/DockerDesktop/2.3.0.5.48029/Docker.DockerDesktop.yaml +++ b/manifests/d/Docker/DockerDesktop/2.3.0.5.48029/Docker.DockerDesktop.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: Docker.DockerDesktop PackageVersion: 2.3.0.5.48029 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/2.4.0.0.48506/Docker.DockerDesktop.installer.yaml b/manifests/d/Docker/DockerDesktop/2.4.0.0.48506/Docker.DockerDesktop.installer.yaml index 1978e8dc158ea..d928f8fdc61ce 100644 --- a/manifests/d/Docker/DockerDesktop/2.4.0.0.48506/Docker.DockerDesktop.installer.yaml +++ b/manifests/d/Docker/DockerDesktop/2.4.0.0.48506/Docker.DockerDesktop.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: Docker.DockerDesktop PackageVersion: 2.4.0.0.48506 @@ -13,4 +13,4 @@ Installers: InstallerUrl: https://desktop.docker.com/win/stable/48506/Docker%20Desktop%20Installer.exe InstallerSha256: 81B8F7268FBD6E4DC1CAB3603318FF84EF823DACF4F465CFF31D0850CB2D3E5A ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/2.4.0.0.48506/Docker.DockerDesktop.locale.en-US.yaml b/manifests/d/Docker/DockerDesktop/2.4.0.0.48506/Docker.DockerDesktop.locale.en-US.yaml index 6042dd98a1769..493a946ee4bd8 100644 --- a/manifests/d/Docker/DockerDesktop/2.4.0.0.48506/Docker.DockerDesktop.locale.en-US.yaml +++ b/manifests/d/Docker/DockerDesktop/2.4.0.0.48506/Docker.DockerDesktop.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: Docker.DockerDesktop PackageVersion: 2.4.0.0.48506 PackageLocale: en-US Publisher: Docker Inc. -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: -# Author: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: Docker Desktop PackageUrl: https://www.docker.com License: Copyright © 2015-2020 Docker Inc. All rights reserved. LicenseUrl: https://www.docker.com/legal/docker-software-end-user-license-agreement -# Copyright: -# CopyrightUrl: +# Copyright: +# CopyrightUrl: ShortDescription: 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. -# Description: +# Description: Moniker: docker Tags: - container - containerization - virtualization -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/2.4.0.0.48506/Docker.DockerDesktop.yaml b/manifests/d/Docker/DockerDesktop/2.4.0.0.48506/Docker.DockerDesktop.yaml index 1b598fd6a21a2..7490185a04236 100644 --- a/manifests/d/Docker/DockerDesktop/2.4.0.0.48506/Docker.DockerDesktop.yaml +++ b/manifests/d/Docker/DockerDesktop/2.4.0.0.48506/Docker.DockerDesktop.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: Docker.DockerDesktop PackageVersion: 2.4.0.0.48506 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/2.5.0.0.49427/Docker.DockerDesktop.installer.yaml b/manifests/d/Docker/DockerDesktop/2.5.0.0.49427/Docker.DockerDesktop.installer.yaml index 16560b9a2606d..96d0b7c201c26 100644 --- a/manifests/d/Docker/DockerDesktop/2.5.0.0.49427/Docker.DockerDesktop.installer.yaml +++ b/manifests/d/Docker/DockerDesktop/2.5.0.0.49427/Docker.DockerDesktop.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: Docker.DockerDesktop PackageVersion: 2.5.0.0.49427 @@ -13,4 +13,4 @@ Installers: InstallerUrl: https://desktop.docker.com/win/stable/49427/Docker%20Desktop%20Installer.exe InstallerSha256: 8EFFDAF1A95A2D04A1D4F7651870BF0202DF3D0F095B8A7F617D80F032547FEB ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/2.5.0.0.49427/Docker.DockerDesktop.locale.en-US.yaml b/manifests/d/Docker/DockerDesktop/2.5.0.0.49427/Docker.DockerDesktop.locale.en-US.yaml index f2d059937385b..a78fc90f02317 100644 --- a/manifests/d/Docker/DockerDesktop/2.5.0.0.49427/Docker.DockerDesktop.locale.en-US.yaml +++ b/manifests/d/Docker/DockerDesktop/2.5.0.0.49427/Docker.DockerDesktop.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: Docker.DockerDesktop PackageVersion: 2.5.0.0.49427 PackageLocale: en-US Publisher: Docker Inc. -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: -# Author: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: Docker Desktop PackageUrl: https://www.docker.com License: Copyright © 2015-2020 Docker Inc. All rights reserved. LicenseUrl: https://www.docker.com/legal/docker-software-end-user-license-agreement -# Copyright: -# CopyrightUrl: +# Copyright: +# CopyrightUrl: ShortDescription: 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. -# Description: +# Description: Moniker: docker Tags: - container - containerization - virtualization -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/2.5.0.0.49427/Docker.DockerDesktop.yaml b/manifests/d/Docker/DockerDesktop/2.5.0.0.49427/Docker.DockerDesktop.yaml index a1e9bf3e471d9..714f3caca7d5d 100644 --- a/manifests/d/Docker/DockerDesktop/2.5.0.0.49427/Docker.DockerDesktop.yaml +++ b/manifests/d/Docker/DockerDesktop/2.5.0.0.49427/Docker.DockerDesktop.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: Docker.DockerDesktop PackageVersion: 2.5.0.0.49427 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/2.5.0.1.49550/Docker.DockerDesktop.installer.yaml b/manifests/d/Docker/DockerDesktop/2.5.0.1.49550/Docker.DockerDesktop.installer.yaml index 8428af0cbd7e5..fea6e2e5b392e 100644 --- a/manifests/d/Docker/DockerDesktop/2.5.0.1.49550/Docker.DockerDesktop.installer.yaml +++ b/manifests/d/Docker/DockerDesktop/2.5.0.1.49550/Docker.DockerDesktop.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: Docker.DockerDesktop PackageVersion: 2.5.0.1.49550 @@ -13,4 +13,4 @@ Installers: InstallerUrl: https://desktop.docker.com/win/stable/49550/Docker%20Desktop%20Installer.exe InstallerSha256: F5D4CEE1952C83C4FC93429709D3B62D110F7AB93AA86CF397B987EBFA48EE0A ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/2.5.0.1.49550/Docker.DockerDesktop.locale.en-US.yaml b/manifests/d/Docker/DockerDesktop/2.5.0.1.49550/Docker.DockerDesktop.locale.en-US.yaml index 2834399b586a6..c8d5c7baa8997 100644 --- a/manifests/d/Docker/DockerDesktop/2.5.0.1.49550/Docker.DockerDesktop.locale.en-US.yaml +++ b/manifests/d/Docker/DockerDesktop/2.5.0.1.49550/Docker.DockerDesktop.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: Docker.DockerDesktop PackageVersion: 2.5.0.1.49550 PackageLocale: en-US Publisher: Docker Inc. -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: -# Author: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: Docker Desktop PackageUrl: https://www.docker.com License: Copyright © 2015-2020 Docker Inc. All rights reserved. LicenseUrl: https://www.docker.com/legal/docker-software-end-user-license-agreement -# Copyright: -# CopyrightUrl: +# Copyright: +# CopyrightUrl: ShortDescription: 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. -# Description: +# Description: Moniker: docker Tags: - container - containerization - virtualization -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/2.5.0.1.49550/Docker.DockerDesktop.yaml b/manifests/d/Docker/DockerDesktop/2.5.0.1.49550/Docker.DockerDesktop.yaml index 5d94a0d54ca26..0703071d2dc3a 100644 --- a/manifests/d/Docker/DockerDesktop/2.5.0.1.49550/Docker.DockerDesktop.yaml +++ b/manifests/d/Docker/DockerDesktop/2.5.0.1.49550/Docker.DockerDesktop.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: Docker.DockerDesktop PackageVersion: 2.5.0.1.49550 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/3.0.0.50684/Docker.DockerDesktop.installer.yaml b/manifests/d/Docker/DockerDesktop/3.0.0.50684/Docker.DockerDesktop.installer.yaml index 783ed7b9e4668..821e2e01ad5cc 100644 --- a/manifests/d/Docker/DockerDesktop/3.0.0.50684/Docker.DockerDesktop.installer.yaml +++ b/manifests/d/Docker/DockerDesktop/3.0.0.50684/Docker.DockerDesktop.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: Docker.DockerDesktop PackageVersion: 3.0.0.50684 @@ -13,4 +13,4 @@ Installers: InstallerUrl: https://desktop.docker.com/win/stable/50684/Docker%20Desktop%20Installer.exe InstallerSha256: CEBAB2B4E439F0F405D7D977BAED63D544F57FC53C3AEB1E2F018F1CDDC904DF ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/3.0.0.50684/Docker.DockerDesktop.locale.en-US.yaml b/manifests/d/Docker/DockerDesktop/3.0.0.50684/Docker.DockerDesktop.locale.en-US.yaml index 63505a2c1ed30..d81a9013c6748 100644 --- a/manifests/d/Docker/DockerDesktop/3.0.0.50684/Docker.DockerDesktop.locale.en-US.yaml +++ b/manifests/d/Docker/DockerDesktop/3.0.0.50684/Docker.DockerDesktop.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: Docker.DockerDesktop PackageVersion: 3.0.0.50684 PackageLocale: en-US Publisher: Docker Inc. -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: -# Author: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: Docker Desktop PackageUrl: https://www.docker.com License: Copyright © 2015-2020 Docker Inc. All rights reserved. LicenseUrl: https://www.docker.com/legal/docker-software-end-user-license-agreement -# Copyright: -# CopyrightUrl: +# Copyright: +# CopyrightUrl: ShortDescription: 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. -# Description: +# Description: Moniker: docker Tags: - container - containerization - virtualization -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/3.0.0.50684/Docker.DockerDesktop.yaml b/manifests/d/Docker/DockerDesktop/3.0.0.50684/Docker.DockerDesktop.yaml index db8111c6f15aa..1565643c75ae0 100644 --- a/manifests/d/Docker/DockerDesktop/3.0.0.50684/Docker.DockerDesktop.yaml +++ b/manifests/d/Docker/DockerDesktop/3.0.0.50684/Docker.DockerDesktop.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: Docker.DockerDesktop PackageVersion: 3.0.0.50684 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/3.0.4.51218/Docker.DockerDesktop.installer.yaml b/manifests/d/Docker/DockerDesktop/3.0.4.51218/Docker.DockerDesktop.installer.yaml index 34bc53207caa8..d51f8fa925658 100644 --- a/manifests/d/Docker/DockerDesktop/3.0.4.51218/Docker.DockerDesktop.installer.yaml +++ b/manifests/d/Docker/DockerDesktop/3.0.4.51218/Docker.DockerDesktop.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: Docker.DockerDesktop PackageVersion: 3.0.4.51218 @@ -13,4 +13,4 @@ Installers: InstallerUrl: https://desktop.docker.com/win/stable/51218/Docker%20Desktop%20Installer.exe InstallerSha256: 5BDE124EE10C9AB195B70662DC05C9377DF625472E15E1D128B715DEFA304069 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/3.0.4.51218/Docker.DockerDesktop.locale.en-US.yaml b/manifests/d/Docker/DockerDesktop/3.0.4.51218/Docker.DockerDesktop.locale.en-US.yaml index 4ddfa8f13b952..1c9a0dcd02629 100644 --- a/manifests/d/Docker/DockerDesktop/3.0.4.51218/Docker.DockerDesktop.locale.en-US.yaml +++ b/manifests/d/Docker/DockerDesktop/3.0.4.51218/Docker.DockerDesktop.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: Docker.DockerDesktop PackageVersion: 3.0.4.51218 PackageLocale: en-US Publisher: Docker Inc. -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: -# Author: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: Docker Desktop PackageUrl: https://www.docker.com License: Copyright © 2015-2020 Docker Inc. All rights reserved. LicenseUrl: https://www.docker.com/legal/docker-software-end-user-license-agreement -# Copyright: -# CopyrightUrl: +# Copyright: +# CopyrightUrl: ShortDescription: 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. -# Description: +# Description: Moniker: docker Tags: - container - containerization - virtualization -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/3.0.4.51218/Docker.DockerDesktop.yaml b/manifests/d/Docker/DockerDesktop/3.0.4.51218/Docker.DockerDesktop.yaml index 79d24f16587c0..ebd7b48f02466 100644 --- a/manifests/d/Docker/DockerDesktop/3.0.4.51218/Docker.DockerDesktop.yaml +++ b/manifests/d/Docker/DockerDesktop/3.0.4.51218/Docker.DockerDesktop.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: Docker.DockerDesktop PackageVersion: 3.0.4.51218 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/3.1.0.51484/Docker.DockerDesktop.installer.yaml b/manifests/d/Docker/DockerDesktop/3.1.0.51484/Docker.DockerDesktop.installer.yaml index 97e34ac799440..8c529c341d0fb 100644 --- a/manifests/d/Docker/DockerDesktop/3.1.0.51484/Docker.DockerDesktop.installer.yaml +++ b/manifests/d/Docker/DockerDesktop/3.1.0.51484/Docker.DockerDesktop.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: Docker.DockerDesktop PackageVersion: 3.1.0.51484 @@ -13,4 +13,4 @@ Installers: InstallerUrl: https://desktop.docker.com/win/stable/51484/Docker%20Desktop%20Installer.exe InstallerSha256: 42A1608859BB6FD2389A38B67727DF89A8B5B3AC11A4F3E4C8C443D8E5B2774C ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/3.1.0.51484/Docker.DockerDesktop.locale.en-US.yaml b/manifests/d/Docker/DockerDesktop/3.1.0.51484/Docker.DockerDesktop.locale.en-US.yaml index 0a8d96facbd2d..aedd6380e2de7 100644 --- a/manifests/d/Docker/DockerDesktop/3.1.0.51484/Docker.DockerDesktop.locale.en-US.yaml +++ b/manifests/d/Docker/DockerDesktop/3.1.0.51484/Docker.DockerDesktop.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: Docker.DockerDesktop PackageVersion: 3.1.0.51484 PackageLocale: en-US Publisher: Docker Inc. -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: -# Author: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: Docker Desktop PackageUrl: https://www.docker.com License: Copyright © 2015-2020 Docker Inc. All rights reserved. LicenseUrl: https://www.docker.com/legal/docker-software-end-user-license-agreement -# Copyright: -# CopyrightUrl: +# Copyright: +# CopyrightUrl: ShortDescription: 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. -# Description: +# Description: Moniker: docker Tags: - container - containerization - virtualization -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/3.1.0.51484/Docker.DockerDesktop.yaml b/manifests/d/Docker/DockerDesktop/3.1.0.51484/Docker.DockerDesktop.yaml index 6dea67a0de09e..e0d457c5d4013 100644 --- a/manifests/d/Docker/DockerDesktop/3.1.0.51484/Docker.DockerDesktop.yaml +++ b/manifests/d/Docker/DockerDesktop/3.1.0.51484/Docker.DockerDesktop.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: Docker.DockerDesktop PackageVersion: 3.1.0.51484 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/3.2.0.61504/Docker.DockerDesktop.installer.yaml b/manifests/d/Docker/DockerDesktop/3.2.0.61504/Docker.DockerDesktop.installer.yaml index 8e28f1addd6dc..b474a4f0c0839 100644 --- a/manifests/d/Docker/DockerDesktop/3.2.0.61504/Docker.DockerDesktop.installer.yaml +++ b/manifests/d/Docker/DockerDesktop/3.2.0.61504/Docker.DockerDesktop.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: Docker.DockerDesktop PackageVersion: 3.2.0.61504 @@ -13,4 +13,4 @@ Installers: InstallerUrl: https://desktop.docker.com/win/stable/amd64/61504/Docker%20Desktop%20Installer.exe InstallerSha256: 8DDBD59B82FAB2C86E141D27F342C99DB63872F359F0591A828AF9EE25A5342C ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/3.2.0.61504/Docker.DockerDesktop.locale.en-US.yaml b/manifests/d/Docker/DockerDesktop/3.2.0.61504/Docker.DockerDesktop.locale.en-US.yaml index b97eb52bce814..c8ba8b85c5ff6 100644 --- a/manifests/d/Docker/DockerDesktop/3.2.0.61504/Docker.DockerDesktop.locale.en-US.yaml +++ b/manifests/d/Docker/DockerDesktop/3.2.0.61504/Docker.DockerDesktop.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: Docker.DockerDesktop PackageVersion: 3.2.0.61504 PackageLocale: en-US Publisher: Docker Inc. -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: -# Author: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: Docker Desktop PackageUrl: https://www.docker.com License: Copyright © 2015-2021 Docker Inc. All rights reserved. LicenseUrl: https://www.docker.com/legal/docker-software-end-user-license-agreement -# Copyright: -# CopyrightUrl: +# Copyright: +# CopyrightUrl: ShortDescription: 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. -# Description: +# Description: Moniker: docker Tags: - container - containerization - virtualization -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/3.2.0.61504/Docker.DockerDesktop.yaml b/manifests/d/Docker/DockerDesktop/3.2.0.61504/Docker.DockerDesktop.yaml index c3385ead640b2..1c1c62d56f4ec 100644 --- a/manifests/d/Docker/DockerDesktop/3.2.0.61504/Docker.DockerDesktop.yaml +++ b/manifests/d/Docker/DockerDesktop/3.2.0.61504/Docker.DockerDesktop.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: Docker.DockerDesktop PackageVersion: 3.2.0.61504 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/3.2.1.61626/Docker.DockerDesktop.installer.yaml b/manifests/d/Docker/DockerDesktop/3.2.1.61626/Docker.DockerDesktop.installer.yaml index 52ca94bbe2a31..5b2a8f8fc8d3d 100644 --- a/manifests/d/Docker/DockerDesktop/3.2.1.61626/Docker.DockerDesktop.installer.yaml +++ b/manifests/d/Docker/DockerDesktop/3.2.1.61626/Docker.DockerDesktop.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: Docker.DockerDesktop PackageVersion: 3.2.1.61626 @@ -13,4 +13,4 @@ Installers: InstallerUrl: https://desktop.docker.com/win/stable/amd64/61626/Docker%20Desktop%20Installer.exe InstallerSha256: 716D90091E28DC01585DCF5CF67C33C4199616CF2831D856EC6B55BBA38573C2 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/3.2.1.61626/Docker.DockerDesktop.locale.en-US.yaml b/manifests/d/Docker/DockerDesktop/3.2.1.61626/Docker.DockerDesktop.locale.en-US.yaml index 709a3b875345d..fc732eeb3e0db 100644 --- a/manifests/d/Docker/DockerDesktop/3.2.1.61626/Docker.DockerDesktop.locale.en-US.yaml +++ b/manifests/d/Docker/DockerDesktop/3.2.1.61626/Docker.DockerDesktop.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: Docker.DockerDesktop PackageVersion: 3.2.1.61626 PackageLocale: en-US Publisher: Docker Inc. -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: -# Author: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: Docker Desktop PackageUrl: https://www.docker.com License: Copyright © 2015-2021 Docker Inc. All rights reserved. LicenseUrl: https://www.docker.com/legal/docker-software-end-user-license-agreement -# Copyright: -# CopyrightUrl: +# Copyright: +# CopyrightUrl: ShortDescription: 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. -# Description: +# Description: Moniker: docker Tags: - container - containerization - virtualization -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/3.2.1.61626/Docker.DockerDesktop.yaml b/manifests/d/Docker/DockerDesktop/3.2.1.61626/Docker.DockerDesktop.yaml index 8dbc5e9831e22..27e1d88772623 100644 --- a/manifests/d/Docker/DockerDesktop/3.2.1.61626/Docker.DockerDesktop.yaml +++ b/manifests/d/Docker/DockerDesktop/3.2.1.61626/Docker.DockerDesktop.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: Docker.DockerDesktop PackageVersion: 3.2.1.61626 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/3.2.2.61853/Docker.DockerDesktop.installer.yaml b/manifests/d/Docker/DockerDesktop/3.2.2.61853/Docker.DockerDesktop.installer.yaml index 87febadc35c0a..06bd84ba89ff6 100644 --- a/manifests/d/Docker/DockerDesktop/3.2.2.61853/Docker.DockerDesktop.installer.yaml +++ b/manifests/d/Docker/DockerDesktop/3.2.2.61853/Docker.DockerDesktop.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: Docker.DockerDesktop PackageVersion: 3.2.2.61853 @@ -13,4 +13,4 @@ Installers: InstallerUrl: https://desktop.docker.com/win/stable/amd64/61853/Docker%20Desktop%20Installer.exe InstallerSha256: 9F19E11F9FAB9AF701C6241C0F7DF35CE68651481835323D3E7E5631EDC030E0 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/3.2.2.61853/Docker.DockerDesktop.locale.en-US.yaml b/manifests/d/Docker/DockerDesktop/3.2.2.61853/Docker.DockerDesktop.locale.en-US.yaml index 44ff4baf0f267..13bcdf04927b4 100644 --- a/manifests/d/Docker/DockerDesktop/3.2.2.61853/Docker.DockerDesktop.locale.en-US.yaml +++ b/manifests/d/Docker/DockerDesktop/3.2.2.61853/Docker.DockerDesktop.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: Docker.DockerDesktop PackageVersion: 3.2.2.61853 PackageLocale: en-US Publisher: Docker Inc. -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: -# Author: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: Docker Desktop PackageUrl: https://www.docker.com License: Copyright © 2015-2021 Docker Inc. All rights reserved. LicenseUrl: https://www.docker.com/legal/docker-software-end-user-license-agreement -# Copyright: -# CopyrightUrl: +# Copyright: +# CopyrightUrl: ShortDescription: 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. -# Description: +# Description: Moniker: docker Tags: - container - containerization - virtualization -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/3.2.2.61853/Docker.DockerDesktop.yaml b/manifests/d/Docker/DockerDesktop/3.2.2.61853/Docker.DockerDesktop.yaml index 3f08b03c006d8..5dc5c275628b8 100644 --- a/manifests/d/Docker/DockerDesktop/3.2.2.61853/Docker.DockerDesktop.yaml +++ b/manifests/d/Docker/DockerDesktop/3.2.2.61853/Docker.DockerDesktop.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: Docker.DockerDesktop PackageVersion: 3.2.2.61853 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/3.2.3.62196/Docker.DockerDesktop.installer.yaml b/manifests/d/Docker/DockerDesktop/3.2.3.62196/Docker.DockerDesktop.installer.yaml index b42b2fe0bbd0b..884ceca453f22 100644 --- a/manifests/d/Docker/DockerDesktop/3.2.3.62196/Docker.DockerDesktop.installer.yaml +++ b/manifests/d/Docker/DockerDesktop/3.2.3.62196/Docker.DockerDesktop.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: Docker.DockerDesktop PackageVersion: 3.2.3.62196 @@ -13,4 +13,4 @@ Installers: InstallerUrl: https://desktop.docker.com/win/stable/amd64/62916/Docker%20Desktop%20Installer.exe InstallerSha256: 2EC4A8140ED61951BF62338A68492567A2029C30C5924B6AE62E7A6D280DAE5C ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/3.2.3.62196/Docker.DockerDesktop.locale.en-US.yaml b/manifests/d/Docker/DockerDesktop/3.2.3.62196/Docker.DockerDesktop.locale.en-US.yaml index 3e2d44b730b60..2360ee51058b1 100644 --- a/manifests/d/Docker/DockerDesktop/3.2.3.62196/Docker.DockerDesktop.locale.en-US.yaml +++ b/manifests/d/Docker/DockerDesktop/3.2.3.62196/Docker.DockerDesktop.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: Docker.DockerDesktop PackageVersion: 3.2.3.62196 PackageLocale: en-US Publisher: Docker Inc. -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: -# Author: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: Docker Desktop PackageUrl: https://www.docker.com License: Copyright © 2015-2021 Docker Inc. All rights reserved. LicenseUrl: https://www.docker.com/legal/docker-software-end-user-license-agreement -# Copyright: -# CopyrightUrl: +# Copyright: +# CopyrightUrl: ShortDescription: 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. -# Description: +# Description: Moniker: docker Tags: - container - containerization - virtualization -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/3.2.3.62196/Docker.DockerDesktop.yaml b/manifests/d/Docker/DockerDesktop/3.2.3.62196/Docker.DockerDesktop.yaml index 1519697938b41..52f03fad0df32 100644 --- a/manifests/d/Docker/DockerDesktop/3.2.3.62196/Docker.DockerDesktop.yaml +++ b/manifests/d/Docker/DockerDesktop/3.2.3.62196/Docker.DockerDesktop.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: Docker.DockerDesktop PackageVersion: 3.2.3.62196 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/3.3.1.63152/Docker.DockerDesktop.installer.yaml b/manifests/d/Docker/DockerDesktop/3.3.1.63152/Docker.DockerDesktop.installer.yaml index 78bb68d711f1b..4e26c34244eb8 100644 --- a/manifests/d/Docker/DockerDesktop/3.3.1.63152/Docker.DockerDesktop.installer.yaml +++ b/manifests/d/Docker/DockerDesktop/3.3.1.63152/Docker.DockerDesktop.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: Docker.DockerDesktop PackageVersion: 3.3.1.63152 @@ -13,4 +13,4 @@ Installers: InstallerUrl: https://desktop.docker.com/win/stable/amd64/63152/Docker%20Desktop%20Installer.exe InstallerSha256: 38933FFFC605A56F64AD62C890C49AAD65571E83E5D8680346FEF556F85D09EC ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/3.3.1.63152/Docker.DockerDesktop.locale.en-US.yaml b/manifests/d/Docker/DockerDesktop/3.3.1.63152/Docker.DockerDesktop.locale.en-US.yaml index 3dbcb29a4bce9..6beb252c2f5f1 100644 --- a/manifests/d/Docker/DockerDesktop/3.3.1.63152/Docker.DockerDesktop.locale.en-US.yaml +++ b/manifests/d/Docker/DockerDesktop/3.3.1.63152/Docker.DockerDesktop.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: Docker.DockerDesktop PackageVersion: 3.3.1.63152 PackageLocale: en-US Publisher: Docker Inc. -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: -# Author: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: Docker Desktop PackageUrl: https://www.docker.com License: Copyright © 2015-2021 Docker Inc. All rights reserved. LicenseUrl: https://www.docker.com/legal/docker-software-end-user-license-agreement -# Copyright: -# CopyrightUrl: +# Copyright: +# CopyrightUrl: ShortDescription: 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. -# Description: +# Description: Moniker: docker Tags: - container - containerization - virtualization -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/3.3.1.63152/Docker.DockerDesktop.yaml b/manifests/d/Docker/DockerDesktop/3.3.1.63152/Docker.DockerDesktop.yaml index 2ad6ea8d3e900..7f25e8cbbd906 100644 --- a/manifests/d/Docker/DockerDesktop/3.3.1.63152/Docker.DockerDesktop.yaml +++ b/manifests/d/Docker/DockerDesktop/3.3.1.63152/Docker.DockerDesktop.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: Docker.DockerDesktop PackageVersion: 3.3.1.63152 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/3.3.2.63878/Docker.DockerDesktop.installer.yaml b/manifests/d/Docker/DockerDesktop/3.3.2.63878/Docker.DockerDesktop.installer.yaml index 1ba8b35834031..d64068c13a421 100644 --- a/manifests/d/Docker/DockerDesktop/3.3.2.63878/Docker.DockerDesktop.installer.yaml +++ b/manifests/d/Docker/DockerDesktop/3.3.2.63878/Docker.DockerDesktop.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: Docker.DockerDesktop PackageVersion: 3.3.2.63878 @@ -13,4 +13,4 @@ Installers: InstallerUrl: https://desktop.docker.com/win/stable/amd64/63878/Docker%20Desktop%20Installer.exe InstallerSha256: 25DA94C45CC15B2DC54B1B2BFFAC02ADEE1C2ADAB3F5CF37545E1B1892E12A43 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/3.3.2.63878/Docker.DockerDesktop.locale.en-US.yaml b/manifests/d/Docker/DockerDesktop/3.3.2.63878/Docker.DockerDesktop.locale.en-US.yaml index 3ff055c10231e..e9e555c0bae30 100644 --- a/manifests/d/Docker/DockerDesktop/3.3.2.63878/Docker.DockerDesktop.locale.en-US.yaml +++ b/manifests/d/Docker/DockerDesktop/3.3.2.63878/Docker.DockerDesktop.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: Docker.DockerDesktop PackageVersion: 3.3.2.63878 PackageLocale: en-US Publisher: Docker Inc. -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: -# Author: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: Docker Desktop PackageUrl: https://www.docker.com License: Copyright © 2015-2021 Docker Inc. All rights reserved. LicenseUrl: https://www.docker.com/legal/docker-software-end-user-license-agreement -# Copyright: -# CopyrightUrl: +# Copyright: +# CopyrightUrl: ShortDescription: 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. -# Description: +# Description: Moniker: docker Tags: - container - containerization - virtualization -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/3.3.2.63878/Docker.DockerDesktop.yaml b/manifests/d/Docker/DockerDesktop/3.3.2.63878/Docker.DockerDesktop.yaml index e5d45ba3fab60..5b2bef3e6cb7d 100644 --- a/manifests/d/Docker/DockerDesktop/3.3.2.63878/Docker.DockerDesktop.yaml +++ b/manifests/d/Docker/DockerDesktop/3.3.2.63878/Docker.DockerDesktop.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: Docker.DockerDesktop PackageVersion: 3.3.2.63878 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/3.3.3/Docker.DockerDesktop.installer.yaml b/manifests/d/Docker/DockerDesktop/3.3.3/Docker.DockerDesktop.installer.yaml index b192f4cdf99b5..b042908d5ac32 100644 --- a/manifests/d/Docker/DockerDesktop/3.3.3/Docker.DockerDesktop.installer.yaml +++ b/manifests/d/Docker/DockerDesktop/3.3.3/Docker.DockerDesktop.installer.yaml @@ -1,22 +1,23 @@ -# 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: Docker.DockerDesktop PackageVersion: 3.3.3 +InstallerLocale: en-US MinimumOSVersion: 10.0.0.0 +InstallerType: exe +Scope: machine InstallModes: - interactive - silent - silentWithProgress +InstallerSwitches: + Silent: install --quiet + SilentWithProgress: install --quiet +UpgradeBehavior: install Installers: - Architecture: x64 - InstallerType: exe InstallerUrl: https://desktop.docker.com/win/stable/amd64/64133/Docker%20Desktop%20Installer.exe InstallerSha256: E0CE793C7D9F64E007DF4B98117A601D0B0C75E67000E276659B1BC60FA2F919 - InstallerSwitches: - Silent: install --quiet - SilentWithProgress: install --quiet - Scope: machine - InstallerLocale: en-US - UpgradeBehavior: install ManifestType: installer -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/3.3.3/Docker.DockerDesktop.locale.en-US.yaml b/manifests/d/Docker/DockerDesktop/3.3.3/Docker.DockerDesktop.locale.en-US.yaml index 7ab8cf82dad50..13849aa328d77 100644 --- a/manifests/d/Docker/DockerDesktop/3.3.3/Docker.DockerDesktop.locale.en-US.yaml +++ b/manifests/d/Docker/DockerDesktop/3.3.3/Docker.DockerDesktop.locale.en-US.yaml @@ -1,9 +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: Docker.DockerDesktop PackageVersion: 3.3.3 PackageLocale: en-US Publisher: Docker Inc. PublisherUrl: https://www.docker.com +# PublisherSupportUrl: PrivacyUrl: https://www.docker.com/legal/privacy Author: Docker Inc. PackageName: Docker Desktop @@ -11,12 +14,18 @@ PackageUrl: https://www.docker.com License: Apache License 2.0 LicenseUrl: https://www.docker.com/legal/docker-software-end-user-license-agreement Copyright: Copyright © 2015-2021 Docker Inc. All rights reserved. +# CopyrightUrl: ShortDescription: 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. +# Description: Moniker: docker Tags: -- Container -- Containerization -- Virtualization +- container +- containerization +- virtualization +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/3.3.3/Docker.DockerDesktop.yaml b/manifests/d/Docker/DockerDesktop/3.3.3/Docker.DockerDesktop.yaml index dfd9c60f670d7..a3dc113382d3d 100644 --- a/manifests/d/Docker/DockerDesktop/3.3.3/Docker.DockerDesktop.yaml +++ b/manifests/d/Docker/DockerDesktop/3.3.3/Docker.DockerDesktop.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: Docker.DockerDesktop PackageVersion: 3.3.3 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/3.4.0/Docker.DockerDesktop.installer.yaml b/manifests/d/Docker/DockerDesktop/3.4.0/Docker.DockerDesktop.installer.yaml index b9714fd97ebfc..6122c8015493b 100644 --- a/manifests/d/Docker/DockerDesktop/3.4.0/Docker.DockerDesktop.installer.yaml +++ b/manifests/d/Docker/DockerDesktop/3.4.0/Docker.DockerDesktop.installer.yaml @@ -1,22 +1,23 @@ -# 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: Docker.DockerDesktop PackageVersion: 3.4.0 +InstallerLocale: en-US MinimumOSVersion: 10.0.0.0 +InstallerType: exe +Scope: machine InstallModes: - interactive - silent - silentWithProgress +InstallerSwitches: + Silent: install --quiet + SilentWithProgress: install --quiet +UpgradeBehavior: install Installers: -- InstallerLocale: en-US - Architecture: x64 - InstallerType: exe - Scope: machine +- Architecture: x64 InstallerUrl: https://desktop.docker.com/win/stable/amd64/65384/Docker%20Desktop%20Installer.exe InstallerSha256: 6B6FA01EA602DF659D168AE94469EE7D7EDD3A9DDD4FF3722C39C696EEF925B8 - InstallerSwitches: - Silent: install --quiet - SilentWithProgress: install --quiet - UpgradeBehavior: install ManifestType: installer -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/3.4.0/Docker.DockerDesktop.locale.en-US.yaml b/manifests/d/Docker/DockerDesktop/3.4.0/Docker.DockerDesktop.locale.en-US.yaml index 0cd0f8606024f..97ad23e36890c 100644 --- a/manifests/d/Docker/DockerDesktop/3.4.0/Docker.DockerDesktop.locale.en-US.yaml +++ b/manifests/d/Docker/DockerDesktop/3.4.0/Docker.DockerDesktop.locale.en-US.yaml @@ -1,9 +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: Docker.DockerDesktop PackageVersion: 3.4.0 PackageLocale: en-US Publisher: Docker Inc. PublisherUrl: https://www.docker.com +# PublisherSupportUrl: PrivacyUrl: https://www.docker.com/legal/privacy Author: Docker Inc. PackageName: Docker Desktop @@ -11,12 +14,18 @@ PackageUrl: https://www.docker.com License: Apache License 2.0 LicenseUrl: https://www.docker.com/legal/docker-software-end-user-license-agreement Copyright: Copyright © 2015-2021 Docker Inc. All rights reserved. +# CopyrightUrl: ShortDescription: 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. +# Description: Moniker: docker Tags: -- Container -- Containerization -- Virtualization +- container +- containerization +- virtualization +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/3.4.0/Docker.DockerDesktop.yaml b/manifests/d/Docker/DockerDesktop/3.4.0/Docker.DockerDesktop.yaml index 6fdd72bf50ac3..7d335e0b45c59 100644 --- a/manifests/d/Docker/DockerDesktop/3.4.0/Docker.DockerDesktop.yaml +++ b/manifests/d/Docker/DockerDesktop/3.4.0/Docker.DockerDesktop.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: Docker.DockerDesktop PackageVersion: 3.4.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/3.5.0/Docker.DockerDesktop.installer.yaml b/manifests/d/Docker/DockerDesktop/3.5.0/Docker.DockerDesktop.installer.yaml index acd57762b2e34..59e3b53abd4d3 100644 --- a/manifests/d/Docker/DockerDesktop/3.5.0/Docker.DockerDesktop.installer.yaml +++ b/manifests/d/Docker/DockerDesktop/3.5.0/Docker.DockerDesktop.installer.yaml @@ -1,22 +1,23 @@ -# 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: Docker.DockerDesktop PackageVersion: 3.5.0 +InstallerLocale: en-US MinimumOSVersion: 10.0.0.0 +InstallerType: exe +Scope: machine InstallModes: - interactive - silent - silentWithProgress +InstallerSwitches: + Silent: install --quiet + SilentWithProgress: install --quiet +UpgradeBehavior: install Installers: -- InstallerLocale: en-US - Architecture: x64 - InstallerType: exe - Scope: machine +- Architecture: x64 InstallerUrl: https://desktop.docker.com/win/stable/amd64/66024/Docker%20Desktop%20Installer.exe InstallerSha256: 60D420F7E69B92D6FF317BF5BFF6F4270DEDB1CAD3333908A7C64640C8E78418 - InstallerSwitches: - Silent: install --quiet - SilentWithProgress: install --quiet - UpgradeBehavior: install ManifestType: installer -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/3.5.0/Docker.DockerDesktop.locale.en-US.yaml b/manifests/d/Docker/DockerDesktop/3.5.0/Docker.DockerDesktop.locale.en-US.yaml index f6cc059f893a9..7f731c3cfdff0 100644 --- a/manifests/d/Docker/DockerDesktop/3.5.0/Docker.DockerDesktop.locale.en-US.yaml +++ b/manifests/d/Docker/DockerDesktop/3.5.0/Docker.DockerDesktop.locale.en-US.yaml @@ -1,9 +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: Docker.DockerDesktop PackageVersion: 3.5.0 PackageLocale: en-US Publisher: Docker Inc. PublisherUrl: https://www.docker.com +# PublisherSupportUrl: PrivacyUrl: https://www.docker.com/legal/privacy Author: Docker Inc. PackageName: Docker Desktop @@ -11,12 +14,18 @@ PackageUrl: https://www.docker.com License: Apache License 2.0 LicenseUrl: https://www.docker.com/legal/docker-software-end-user-license-agreement Copyright: Copyright © 2015-2021 Docker Inc. All rights reserved. +# CopyrightUrl: ShortDescription: 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. +# Description: Moniker: docker Tags: -- Container -- Containerization -- Virtualization +- container +- containerization +- virtualization +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/3.5.0/Docker.DockerDesktop.yaml b/manifests/d/Docker/DockerDesktop/3.5.0/Docker.DockerDesktop.yaml index 2cc03e0dd7406..4ee2d2ac9ec74 100644 --- a/manifests/d/Docker/DockerDesktop/3.5.0/Docker.DockerDesktop.yaml +++ b/manifests/d/Docker/DockerDesktop/3.5.0/Docker.DockerDesktop.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: Docker.DockerDesktop PackageVersion: 3.5.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/3.5.1/Docker.DockerDesktop.installer.yaml b/manifests/d/Docker/DockerDesktop/3.5.1/Docker.DockerDesktop.installer.yaml index 77d40a9776a7a..d92ed9b10a3f5 100644 --- a/manifests/d/Docker/DockerDesktop/3.5.1/Docker.DockerDesktop.installer.yaml +++ b/manifests/d/Docker/DockerDesktop/3.5.1/Docker.DockerDesktop.installer.yaml @@ -1,24 +1,25 @@ -# 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: Docker.DockerDesktop PackageVersion: 3.5.1 -MinimumOSVersion: 10.0.0.0 +InstallerLocale: en-US Platform: - Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: exe +Scope: machine InstallModes: - interactive - silent - silentWithProgress +InstallerSwitches: + Silent: install --quiet + SilentWithProgress: install --quiet +UpgradeBehavior: install Installers: -- InstallerLocale: en-US - Architecture: x64 - InstallerType: exe - Scope: machine +- Architecture: x64 InstallerUrl: https://desktop.docker.com/win/stable/amd64/66090/Docker%20Desktop%20Installer.exe InstallerSha256: 5305D7019B78C90CF3A9744D03D7A47659AF2EBF3A0C54ACF5B563D057067B89 - InstallerSwitches: - Silent: install --quiet - SilentWithProgress: install --quiet - UpgradeBehavior: install ManifestType: installer -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/3.5.1/Docker.DockerDesktop.locale.en-US.yaml b/manifests/d/Docker/DockerDesktop/3.5.1/Docker.DockerDesktop.locale.en-US.yaml index 44e8bac8791e6..acb84aff75ec4 100644 --- a/manifests/d/Docker/DockerDesktop/3.5.1/Docker.DockerDesktop.locale.en-US.yaml +++ b/manifests/d/Docker/DockerDesktop/3.5.1/Docker.DockerDesktop.locale.en-US.yaml @@ -1,9 +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: Docker.DockerDesktop PackageVersion: 3.5.1 PackageLocale: en-US Publisher: Docker Inc. PublisherUrl: https://www.docker.com +# PublisherSupportUrl: PrivacyUrl: https://www.docker.com/legal/privacy Author: Docker Inc. PackageName: Docker Desktop @@ -11,12 +14,18 @@ PackageUrl: https://www.docker.com License: Apache License 2.0 LicenseUrl: https://www.docker.com/legal/docker-software-end-user-license-agreement Copyright: Copyright © 2015-2021 Docker Inc. All rights reserved. +# CopyrightUrl: ShortDescription: 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. +# Description: Moniker: docker Tags: -- Container -- Containerization -- Virtualization +- container +- containerization +- virtualization +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/3.5.1/Docker.DockerDesktop.yaml b/manifests/d/Docker/DockerDesktop/3.5.1/Docker.DockerDesktop.yaml index 0472ff6ec50f8..a6ebb1eb9d099 100644 --- a/manifests/d/Docker/DockerDesktop/3.5.1/Docker.DockerDesktop.yaml +++ b/manifests/d/Docker/DockerDesktop/3.5.1/Docker.DockerDesktop.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: Docker.DockerDesktop PackageVersion: 3.5.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/3.5.2/Docker.DockerDesktop.installer.yaml b/manifests/d/Docker/DockerDesktop/3.5.2/Docker.DockerDesktop.installer.yaml index 1dee0ce888d5c..42906fabae725 100644 --- a/manifests/d/Docker/DockerDesktop/3.5.2/Docker.DockerDesktop.installer.yaml +++ b/manifests/d/Docker/DockerDesktop/3.5.2/Docker.DockerDesktop.installer.yaml @@ -1,24 +1,25 @@ -# 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: Docker.DockerDesktop PackageVersion: 3.5.2 +InstallerLocale: en-US Platform: - Windows.Desktop MinimumOSVersion: 10.0.0.0 +InstallerType: exe +Scope: machine InstallModes: - interactive - silent - silentWithProgress +InstallerSwitches: + Silent: install --quiet + SilentWithProgress: install --quiet +UpgradeBehavior: install Installers: -- InstallerLocale: en-US - Architecture: x64 - InstallerType: exe - Scope: machine +- Architecture: x64 InstallerUrl: https://desktop.docker.com/win/stable/amd64/66501/Docker%20Desktop%20Installer.exe InstallerSha256: E39EA7C594892144AFA20A610A539FD0D76008DA9FF2281FF34BAFD0ED58EDD1 - InstallerSwitches: - Silent: install --quiet - SilentWithProgress: install --quiet - UpgradeBehavior: install ManifestType: installer -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/3.5.2/Docker.DockerDesktop.locale.en-US.yaml b/manifests/d/Docker/DockerDesktop/3.5.2/Docker.DockerDesktop.locale.en-US.yaml index 32856ea320f25..30370eb8e60d3 100644 --- a/manifests/d/Docker/DockerDesktop/3.5.2/Docker.DockerDesktop.locale.en-US.yaml +++ b/manifests/d/Docker/DockerDesktop/3.5.2/Docker.DockerDesktop.locale.en-US.yaml @@ -1,9 +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: Docker.DockerDesktop PackageVersion: 3.5.2 PackageLocale: en-US Publisher: Docker Inc. PublisherUrl: https://www.docker.com +# PublisherSupportUrl: PrivacyUrl: https://www.docker.com/legal/privacy Author: Docker Inc. PackageName: Docker Desktop @@ -11,12 +14,18 @@ PackageUrl: https://www.docker.com License: Apache License 2.0 LicenseUrl: https://www.docker.com/legal/docker-software-end-user-license-agreement Copyright: Copyright © 2015-2021 Docker Inc. All rights reserved. +# CopyrightUrl: ShortDescription: 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. +# Description: Moniker: docker Tags: -- Container -- Containerization -- Virtualization +- container +- containerization +- virtualization +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/3.5.2/Docker.DockerDesktop.yaml b/manifests/d/Docker/DockerDesktop/3.5.2/Docker.DockerDesktop.yaml index 5dd75a2feea31..21d278fd53888 100644 --- a/manifests/d/Docker/DockerDesktop/3.5.2/Docker.DockerDesktop.yaml +++ b/manifests/d/Docker/DockerDesktop/3.5.2/Docker.DockerDesktop.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: Docker.DockerDesktop PackageVersion: 3.5.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/3.6.0/Docker.DockerDesktop.installer.yaml b/manifests/d/Docker/DockerDesktop/3.6.0/Docker.DockerDesktop.installer.yaml index 66ea81095e470..de50857000de4 100644 --- a/manifests/d/Docker/DockerDesktop/3.6.0/Docker.DockerDesktop.installer.yaml +++ b/manifests/d/Docker/DockerDesktop/3.6.0/Docker.DockerDesktop.installer.yaml @@ -1,24 +1,25 @@ -# 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: Docker.DockerDesktop PackageVersion: 3.6.0 +InstallerLocale: en-US Platform: - Windows.Desktop MinimumOSVersion: 10.0.0.0 +InstallerType: exe +Scope: machine InstallModes: - interactive - silent - silentWithProgress +InstallerSwitches: + Silent: install --quiet + SilentWithProgress: install --quiet +UpgradeBehavior: install Installers: -- InstallerLocale: en-US - Architecture: x64 - InstallerType: exe - Scope: machine +- Architecture: x64 InstallerUrl: https://desktop.docker.com/win/stable/amd64/67351/Docker%20Desktop%20Installer.exe InstallerSha256: 8F36A5B306442D03A87BB80A492558C81902FDABE497AF44A39CA07C161C60A5 - InstallerSwitches: - Silent: install --quiet - SilentWithProgress: install --quiet - UpgradeBehavior: install ManifestType: installer -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/3.6.0/Docker.DockerDesktop.locale.en-US.yaml b/manifests/d/Docker/DockerDesktop/3.6.0/Docker.DockerDesktop.locale.en-US.yaml index daae00645164c..3d9943a02538d 100644 --- a/manifests/d/Docker/DockerDesktop/3.6.0/Docker.DockerDesktop.locale.en-US.yaml +++ b/manifests/d/Docker/DockerDesktop/3.6.0/Docker.DockerDesktop.locale.en-US.yaml @@ -1,9 +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: Docker.DockerDesktop PackageVersion: 3.6.0 PackageLocale: en-US Publisher: Docker Inc. PublisherUrl: https://www.docker.com +# PublisherSupportUrl: PrivacyUrl: https://www.docker.com/legal/privacy Author: Docker Inc. PackageName: Docker Desktop @@ -11,12 +14,18 @@ PackageUrl: https://www.docker.com License: Apache License 2.0 LicenseUrl: https://www.docker.com/legal/docker-software-end-user-license-agreement Copyright: Copyright © 2015-2021 Docker Inc. All rights reserved. +# CopyrightUrl: ShortDescription: 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. +# Description: Moniker: docker Tags: -- Container -- Containerization -- Virtualization +- container +- containerization +- virtualization +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/3.6.0/Docker.DockerDesktop.yaml b/manifests/d/Docker/DockerDesktop/3.6.0/Docker.DockerDesktop.yaml index 04406afd25975..bab07533ca312 100644 --- a/manifests/d/Docker/DockerDesktop/3.6.0/Docker.DockerDesktop.yaml +++ b/manifests/d/Docker/DockerDesktop/3.6.0/Docker.DockerDesktop.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: Docker.DockerDesktop PackageVersion: 3.6.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.0.0/Docker.DockerDesktop.installer.yaml b/manifests/d/Docker/DockerDesktop/4.0.0/Docker.DockerDesktop.installer.yaml index d98cda7b2744e..33c9b2c6531c6 100644 --- a/manifests/d/Docker/DockerDesktop/4.0.0/Docker.DockerDesktop.installer.yaml +++ b/manifests/d/Docker/DockerDesktop/4.0.0/Docker.DockerDesktop.installer.yaml @@ -1,24 +1,25 @@ -# 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: Docker.DockerDesktop PackageVersion: 4.0.0 +InstallerLocale: en-US Platform: - Windows.Desktop MinimumOSVersion: 10.0.0.0 +InstallerType: exe +Scope: machine InstallModes: - interactive - silent - silentWithProgress +InstallerSwitches: + Silent: install --quiet + SilentWithProgress: install --quiet +UpgradeBehavior: install Installers: -- InstallerLocale: en-US - Architecture: x64 - InstallerType: exe - Scope: machine +- Architecture: x64 InstallerUrl: https://desktop.docker.com/win/main/amd64/67817/Docker%20Desktop%20Installer.exe InstallerSha256: C3D19FA55950C4311477E8977C6CBAF7FE866942E9A2DF7AC9D296B8C8305DF5 - InstallerSwitches: - Silent: install --quiet - SilentWithProgress: install --quiet - UpgradeBehavior: install ManifestType: installer -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.0.0/Docker.DockerDesktop.locale.en-US.yaml b/manifests/d/Docker/DockerDesktop/4.0.0/Docker.DockerDesktop.locale.en-US.yaml index 8efa63d7f99fa..fbaa28f4c9ee4 100644 --- a/manifests/d/Docker/DockerDesktop/4.0.0/Docker.DockerDesktop.locale.en-US.yaml +++ b/manifests/d/Docker/DockerDesktop/4.0.0/Docker.DockerDesktop.locale.en-US.yaml @@ -1,9 +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: Docker.DockerDesktop PackageVersion: 4.0.0 PackageLocale: en-US Publisher: Docker Inc. PublisherUrl: https://www.docker.com +# PublisherSupportUrl: PrivacyUrl: https://www.docker.com/legal/privacy Author: Docker Inc. PackageName: Docker Desktop @@ -11,12 +14,18 @@ PackageUrl: https://www.docker.com/products/docker-desktop License: Proprietary LicenseUrl: https://www.docker.com/legal/docker-subscription-service-agreement Copyright: Copyright © 2015-2021 Docker Inc. All rights reserved. +# CopyrightUrl: ShortDescription: 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. +# Description: Moniker: docker Tags: -- Container -- Containerization -- Virtualization +- container +- containerization +- virtualization +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.0.0/Docker.DockerDesktop.yaml b/manifests/d/Docker/DockerDesktop/4.0.0/Docker.DockerDesktop.yaml index f76a4d612a3ec..6f8ee8d8ab318 100644 --- a/manifests/d/Docker/DockerDesktop/4.0.0/Docker.DockerDesktop.yaml +++ b/manifests/d/Docker/DockerDesktop/4.0.0/Docker.DockerDesktop.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: Docker.DockerDesktop PackageVersion: 4.0.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.0.1/Docker.DockerDesktop.installer.yaml b/manifests/d/Docker/DockerDesktop/4.0.1/Docker.DockerDesktop.installer.yaml index 330d5e21daf42..0047426cf4f40 100644 --- a/manifests/d/Docker/DockerDesktop/4.0.1/Docker.DockerDesktop.installer.yaml +++ b/manifests/d/Docker/DockerDesktop/4.0.1/Docker.DockerDesktop.installer.yaml @@ -1,24 +1,25 @@ -# 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: Docker.DockerDesktop PackageVersion: 4.0.1 +InstallerLocale: en-US Platform: - Windows.Desktop MinimumOSVersion: 10.0.0.0 +InstallerType: exe +Scope: machine InstallModes: - interactive - silent - silentWithProgress +InstallerSwitches: + Silent: install --quiet + SilentWithProgress: install --quiet +UpgradeBehavior: install Installers: -- InstallerLocale: en-US - Architecture: x64 - InstallerType: exe - Scope: machine +- Architecture: x64 InstallerUrl: https://desktop.docker.com/win/main/amd64/68347/Docker%20Desktop%20Installer.exe InstallerSha256: 96A41AE081D98C171E4F50782237FB1B70B35B3032E442DFB9AB2F03A903086A - InstallerSwitches: - Silent: install --quiet - SilentWithProgress: install --quiet - UpgradeBehavior: install ManifestType: installer -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.0.1/Docker.DockerDesktop.locale.en-US.yaml b/manifests/d/Docker/DockerDesktop/4.0.1/Docker.DockerDesktop.locale.en-US.yaml index 7e7a0111e8e34..9d3b67b632061 100644 --- a/manifests/d/Docker/DockerDesktop/4.0.1/Docker.DockerDesktop.locale.en-US.yaml +++ b/manifests/d/Docker/DockerDesktop/4.0.1/Docker.DockerDesktop.locale.en-US.yaml @@ -1,9 +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: Docker.DockerDesktop PackageVersion: 4.0.1 PackageLocale: en-US Publisher: Docker Inc. PublisherUrl: https://www.docker.com +# PublisherSupportUrl: PrivacyUrl: https://www.docker.com/legal/privacy Author: Docker Inc. PackageName: Docker Desktop @@ -11,12 +14,18 @@ PackageUrl: https://www.docker.com/products/docker-desktop License: Proprietary LicenseUrl: https://www.docker.com/legal/docker-subscription-service-agreement Copyright: Copyright © 2015-2021 Docker Inc. All rights reserved. +# CopyrightUrl: ShortDescription: 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. +# Description: Moniker: docker Tags: -- Container -- Containerization -- Virtualization +- container +- containerization +- virtualization +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.0.1/Docker.DockerDesktop.yaml b/manifests/d/Docker/DockerDesktop/4.0.1/Docker.DockerDesktop.yaml index 8c6a73b8641dc..02fa42e3f08a9 100644 --- a/manifests/d/Docker/DockerDesktop/4.0.1/Docker.DockerDesktop.yaml +++ b/manifests/d/Docker/DockerDesktop/4.0.1/Docker.DockerDesktop.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: Docker.DockerDesktop PackageVersion: 4.0.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.1.0/Docker.DockerDesktop.installer.yaml b/manifests/d/Docker/DockerDesktop/4.1.0/Docker.DockerDesktop.installer.yaml index d331335e90544..3a8e83930ae45 100644 --- a/manifests/d/Docker/DockerDesktop/4.1.0/Docker.DockerDesktop.installer.yaml +++ b/manifests/d/Docker/DockerDesktop/4.1.0/Docker.DockerDesktop.installer.yaml @@ -1,24 +1,25 @@ -# 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: Docker.DockerDesktop PackageVersion: 4.1.0 +InstallerLocale: en-US Platform: - Windows.Desktop MinimumOSVersion: 10.0.0.0 +InstallerType: exe +Scope: machine InstallModes: - interactive - silent - silentWithProgress +InstallerSwitches: + Silent: install --quiet + SilentWithProgress: install --quiet +UpgradeBehavior: install Installers: -- InstallerLocale: en-US - Architecture: x64 - InstallerType: exe - Scope: machine +- Architecture: x64 InstallerUrl: https://desktop.docker.com/win/main/amd64/69386/Docker%20Desktop%20Installer.exe InstallerSha256: 5BFAE42B4BBFB3AFFCD2849532D08D4AE6C29FF1137A1DFA62EC6CA3A94E6319 - InstallerSwitches: - Silent: install --quiet - SilentWithProgress: install --quiet - UpgradeBehavior: install ManifestType: installer -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.1.0/Docker.DockerDesktop.locale.en-US.yaml b/manifests/d/Docker/DockerDesktop/4.1.0/Docker.DockerDesktop.locale.en-US.yaml index 40bf40f63b5cc..4cc4762e58833 100644 --- a/manifests/d/Docker/DockerDesktop/4.1.0/Docker.DockerDesktop.locale.en-US.yaml +++ b/manifests/d/Docker/DockerDesktop/4.1.0/Docker.DockerDesktop.locale.en-US.yaml @@ -1,9 +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: Docker.DockerDesktop PackageVersion: 4.1.0 PackageLocale: en-US Publisher: Docker Inc. PublisherUrl: https://www.docker.com +# PublisherSupportUrl: PrivacyUrl: https://www.docker.com/legal/privacy Author: Docker Inc. PackageName: Docker Desktop @@ -11,12 +14,18 @@ PackageUrl: https://www.docker.com/products/docker-desktop License: Proprietary LicenseUrl: https://www.docker.com/legal/docker-subscription-service-agreement Copyright: Copyright © 2015-2021 Docker Inc. All rights reserved. +# CopyrightUrl: ShortDescription: 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. +# Description: Moniker: docker Tags: -- Container -- Containerization -- Virtualization +- container +- containerization +- virtualization +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.1.0/Docker.DockerDesktop.yaml b/manifests/d/Docker/DockerDesktop/4.1.0/Docker.DockerDesktop.yaml index 6be784c3075f7..a4dc9dc8b1d2c 100644 --- a/manifests/d/Docker/DockerDesktop/4.1.0/Docker.DockerDesktop.yaml +++ b/manifests/d/Docker/DockerDesktop/4.1.0/Docker.DockerDesktop.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: Docker.DockerDesktop PackageVersion: 4.1.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.1.1/Docker.DockerDesktop.installer.yaml b/manifests/d/Docker/DockerDesktop/4.1.1/Docker.DockerDesktop.installer.yaml index cb9c35d7fc8ad..376810c85deca 100644 --- a/manifests/d/Docker/DockerDesktop/4.1.1/Docker.DockerDesktop.installer.yaml +++ b/manifests/d/Docker/DockerDesktop/4.1.1/Docker.DockerDesktop.installer.yaml @@ -1,24 +1,25 @@ -# 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: Docker.DockerDesktop PackageVersion: 4.1.1 +InstallerLocale: en-US Platform: - Windows.Desktop MinimumOSVersion: 10.0.0.0 +InstallerType: exe +Scope: machine InstallModes: - interactive - silent - silentWithProgress +InstallerSwitches: + Silent: install --quiet + SilentWithProgress: install --quiet +UpgradeBehavior: install Installers: -- InstallerLocale: en-US - Architecture: x64 - InstallerType: exe - Scope: machine +- Architecture: x64 InstallerUrl: https://desktop.docker.com/win/main/amd64/69879/Docker%20Desktop%20Installer.exe InstallerSha256: FC17053B057AA688A38E84CA82B7B2738F7D5539B8FBF66B569356735DCF8CD7 - InstallerSwitches: - Silent: install --quiet - SilentWithProgress: install --quiet - UpgradeBehavior: install ManifestType: installer -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.1.1/Docker.DockerDesktop.locale.en-US.yaml b/manifests/d/Docker/DockerDesktop/4.1.1/Docker.DockerDesktop.locale.en-US.yaml index 2c56ab1d2c4c0..b67aaf5af650c 100644 --- a/manifests/d/Docker/DockerDesktop/4.1.1/Docker.DockerDesktop.locale.en-US.yaml +++ b/manifests/d/Docker/DockerDesktop/4.1.1/Docker.DockerDesktop.locale.en-US.yaml @@ -1,9 +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: Docker.DockerDesktop PackageVersion: 4.1.1 PackageLocale: en-US Publisher: Docker Inc. PublisherUrl: https://www.docker.com +# PublisherSupportUrl: PrivacyUrl: https://www.docker.com/legal/privacy Author: Docker Inc. PackageName: Docker Desktop @@ -11,12 +14,18 @@ PackageUrl: https://www.docker.com/products/docker-desktop License: Proprietary LicenseUrl: https://www.docker.com/legal/docker-subscription-service-agreement Copyright: Copyright © 2015-2021 Docker Inc. All rights reserved. +# CopyrightUrl: ShortDescription: 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. +# Description: Moniker: docker Tags: -- Container -- Containerization -- Virtualization +- container +- containerization +- virtualization +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.1.1/Docker.DockerDesktop.yaml b/manifests/d/Docker/DockerDesktop/4.1.1/Docker.DockerDesktop.yaml index dc0c85d38194c..24d517857202e 100644 --- a/manifests/d/Docker/DockerDesktop/4.1.1/Docker.DockerDesktop.yaml +++ b/manifests/d/Docker/DockerDesktop/4.1.1/Docker.DockerDesktop.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: Docker.DockerDesktop PackageVersion: 4.1.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.10.1/Docker.DockerDesktop.installer.yaml b/manifests/d/Docker/DockerDesktop/4.10.1/Docker.DockerDesktop.installer.yaml index 9de622ff5f5f1..9ea06cfa09c80 100644 --- a/manifests/d/Docker/DockerDesktop/4.10.1/Docker.DockerDesktop.installer.yaml +++ b/manifests/d/Docker/DockerDesktop/4.10.1/Docker.DockerDesktop.installer.yaml @@ -1,4 +1,6 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + PackageIdentifier: Docker.DockerDesktop PackageVersion: 4.10.1 Platform: @@ -23,5 +25,4 @@ Installers: InstallerUrl: https://desktop.docker.com/win/main/amd64/82475/Docker%20Desktop%20Installer.exe InstallerSha256: FE430D19D41CC56FD9A4CD2E22FC0E3522BED910C219208345918C77BBBD2A65 ManifestType: installer -ManifestVersion: 1.1.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.10.1/Docker.DockerDesktop.locale.en-US.yaml b/manifests/d/Docker/DockerDesktop/4.10.1/Docker.DockerDesktop.locale.en-US.yaml index 85e533b8cffb3..9a8131ec0c587 100644 --- a/manifests/d/Docker/DockerDesktop/4.10.1/Docker.DockerDesktop.locale.en-US.yaml +++ b/manifests/d/Docker/DockerDesktop/4.10.1/Docker.DockerDesktop.locale.en-US.yaml @@ -1,9 +1,12 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultlocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + PackageIdentifier: Docker.DockerDesktop PackageVersion: 4.10.1 PackageLocale: en-US Publisher: Docker Inc. PublisherUrl: https://www.docker.com +# PublisherSupportUrl: PrivacyUrl: https://www.docker.com/legal/privacy Author: Docker Inc. PackageName: Docker Desktop @@ -13,6 +16,7 @@ LicenseUrl: https://www.docker.com/legal/docker-subscription-service-agreement Copyright: Copyright © 2015-2022 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. Access Docker Desktop and follow the guided onboarding to build your first containerized application in minutes. +# Description: Moniker: docker Tags: - container @@ -22,6 +26,8 @@ ReleaseNotes: |- Bug fixes and minor changes • Fixed blank dashboard screen. Fixes docker/for-win#12759. ReleaseNotesUrl: https://docs.docker.com/desktop/release-notes/#docker-desktop-491 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.10.1/Docker.DockerDesktop.yaml b/manifests/d/Docker/DockerDesktop/4.10.1/Docker.DockerDesktop.yaml index a65665c011c08..1551373695178 100644 --- a/manifests/d/Docker/DockerDesktop/4.10.1/Docker.DockerDesktop.yaml +++ b/manifests/d/Docker/DockerDesktop/4.10.1/Docker.DockerDesktop.yaml @@ -1,7 +1,8 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + PackageIdentifier: Docker.DockerDesktop PackageVersion: 4.10.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.11.0/Docker.DockerDesktop.installer.yaml b/manifests/d/Docker/DockerDesktop/4.11.0/Docker.DockerDesktop.installer.yaml index 5e6f6f2d89349..de7fd7e022868 100644 --- a/manifests/d/Docker/DockerDesktop/4.11.0/Docker.DockerDesktop.installer.yaml +++ b/manifests/d/Docker/DockerDesktop/4.11.0/Docker.DockerDesktop.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: Docker.DockerDesktop PackageVersion: 4.11.0 @@ -25,4 +25,4 @@ Installers: InstallerUrl: https://desktop.docker.com/win/main/amd64/83626/Docker%20Desktop%20Installer.exe InstallerSha256: 48CA8CABE67AEE94A934B4C0F97A5001E89CB66BBBF824924FBC8BED6A8C90D3 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.11.0/Docker.DockerDesktop.locale.en-US.yaml b/manifests/d/Docker/DockerDesktop/4.11.0/Docker.DockerDesktop.locale.en-US.yaml index 2ec0ac6f6eec2..88f8753e3cffa 100644 --- a/manifests/d/Docker/DockerDesktop/4.11.0/Docker.DockerDesktop.locale.en-US.yaml +++ b/manifests/d/Docker/DockerDesktop/4.11.0/Docker.DockerDesktop.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: Docker.DockerDesktop PackageVersion: 4.11.0 @@ -16,17 +16,16 @@ LicenseUrl: https://www.docker.com/legal/docker-subscription-service-agreement Copyright: Copyright © 2015-2022 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. Access Docker Desktop and follow the guided onboarding to build your first containerized application in minutes. -# Description: +# Description: Moniker: docker Tags: - container - containerization - virtualization -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://docs.docker.com/desktop/release-notes/#docker-desktop-4110 -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.11.0/Docker.DockerDesktop.yaml b/manifests/d/Docker/DockerDesktop/4.11.0/Docker.DockerDesktop.yaml index 789ea9d15d7fb..1a5fa920ae218 100644 --- a/manifests/d/Docker/DockerDesktop/4.11.0/Docker.DockerDesktop.yaml +++ b/manifests/d/Docker/DockerDesktop/4.11.0/Docker.DockerDesktop.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: Docker.DockerDesktop PackageVersion: 4.11.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.11.1/Docker.DockerDesktop.installer.yaml b/manifests/d/Docker/DockerDesktop/4.11.1/Docker.DockerDesktop.installer.yaml index c7251ac9d26a4..3fc373525e0a0 100644 --- a/manifests/d/Docker/DockerDesktop/4.11.1/Docker.DockerDesktop.installer.yaml +++ b/manifests/d/Docker/DockerDesktop/4.11.1/Docker.DockerDesktop.installer.yaml @@ -1,4 +1,6 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + PackageIdentifier: Docker.DockerDesktop PackageVersion: 4.11.1 Platform: @@ -23,5 +25,4 @@ Installers: InstallerUrl: https://desktop.docker.com/win/main/amd64/84025/Docker%20Desktop%20Installer.exe InstallerSha256: 8AF32948447DDAB655455542F6A12C8D752642A2BD451E2A48F76398CFD872B0 ManifestType: installer -ManifestVersion: 1.1.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.11.1/Docker.DockerDesktop.locale.en-US.yaml b/manifests/d/Docker/DockerDesktop/4.11.1/Docker.DockerDesktop.locale.en-US.yaml index c72e37b34e6fe..097e8a6d4bada 100644 --- a/manifests/d/Docker/DockerDesktop/4.11.1/Docker.DockerDesktop.locale.en-US.yaml +++ b/manifests/d/Docker/DockerDesktop/4.11.1/Docker.DockerDesktop.locale.en-US.yaml @@ -1,4 +1,6 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultlocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + PackageIdentifier: Docker.DockerDesktop PackageVersion: 4.11.1 PackageLocale: en-US @@ -14,12 +16,16 @@ LicenseUrl: https://www.docker.com/legal/docker-subscription-service-agreement Copyright: Copyright © 2015-2022 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. Access Docker Desktop and follow the guided onboarding to build your first containerized application in minutes. +# Description: Moniker: docker Tags: - container - containerization - virtualization +# ReleaseNotes: ReleaseNotesUrl: https://docs.docker.com/desktop/release-notes/#docker-desktop-4111 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.11.1/Docker.DockerDesktop.yaml b/manifests/d/Docker/DockerDesktop/4.11.1/Docker.DockerDesktop.yaml index f0f24c83231ee..2dace67af5566 100644 --- a/manifests/d/Docker/DockerDesktop/4.11.1/Docker.DockerDesktop.yaml +++ b/manifests/d/Docker/DockerDesktop/4.11.1/Docker.DockerDesktop.yaml @@ -1,7 +1,8 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + PackageIdentifier: Docker.DockerDesktop PackageVersion: 4.11.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.12.0/Docker.DockerDesktop.installer.yaml b/manifests/d/Docker/DockerDesktop/4.12.0/Docker.DockerDesktop.installer.yaml index 7a5e9d272e35b..7dacd9db6258a 100644 --- a/manifests/d/Docker/DockerDesktop/4.12.0/Docker.DockerDesktop.installer.yaml +++ b/manifests/d/Docker/DockerDesktop/4.12.0/Docker.DockerDesktop.installer.yaml @@ -1,11 +1,12 @@ -# 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: Docker.DockerDesktop PackageVersion: 4.12.0 Platform: - Windows.Desktop MinimumOSVersion: 10.0.0.0 +InstallerType: exe Scope: machine InstallModes: - interactive @@ -20,9 +21,7 @@ ExpectedReturnCodes: UpgradeBehavior: install Installers: - Architecture: x64 - InstallerType: exe InstallerUrl: https://desktop.docker.com/win/main/amd64/85629/Docker%20Desktop%20Installer.exe InstallerSha256: 996A4C5FFF5B80B707ECFC0121D7EBE70D96C0BD568F058FD96F32CDEC0C10CF ManifestType: installer -ManifestVersion: 1.2.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.12.0/Docker.DockerDesktop.locale.en-US.yaml b/manifests/d/Docker/DockerDesktop/4.12.0/Docker.DockerDesktop.locale.en-US.yaml index f9b192b526939..75dcc1ae9e8a2 100644 --- a/manifests/d/Docker/DockerDesktop/4.12.0/Docker.DockerDesktop.locale.en-US.yaml +++ b/manifests/d/Docker/DockerDesktop/4.12.0/Docker.DockerDesktop.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: Docker.DockerDesktop PackageVersion: 4.12.0 @@ -16,11 +16,16 @@ LicenseUrl: https://www.docker.com/legal/docker-subscription-service-agreement Copyright: Copyright © 2015-2022 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. Access Docker Desktop and follow the guided onboarding to build your first containerized application in minutes. +# Description: Moniker: docker Tags: - container - containerization - virtualization +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.12.0/Docker.DockerDesktop.yaml b/manifests/d/Docker/DockerDesktop/4.12.0/Docker.DockerDesktop.yaml index 6c2212f128f83..898b86434b36b 100644 --- a/manifests/d/Docker/DockerDesktop/4.12.0/Docker.DockerDesktop.yaml +++ b/manifests/d/Docker/DockerDesktop/4.12.0/Docker.DockerDesktop.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: Docker.DockerDesktop PackageVersion: 4.12.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.13.1/Docker.DockerDesktop.installer.yaml b/manifests/d/Docker/DockerDesktop/4.13.1/Docker.DockerDesktop.installer.yaml index 909378e08b0e7..b2a1c60cff774 100644 --- a/manifests/d/Docker/DockerDesktop/4.13.1/Docker.DockerDesktop.installer.yaml +++ b/manifests/d/Docker/DockerDesktop/4.13.1/Docker.DockerDesktop.installer.yaml @@ -1,9 +1,12 @@ -# 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: Docker.DockerDesktop PackageVersion: 4.13.1 Platform: - Windows.Desktop MinimumOSVersion: 10.0.0.0 +InstallerType: exe Scope: machine InstallModes: - interactive @@ -18,9 +21,7 @@ ExpectedReturnCodes: UpgradeBehavior: install Installers: - Architecture: x64 - InstallerType: exe InstallerUrl: https://desktop.docker.com/win/main/amd64/90346/Docker%20Desktop%20Installer.exe InstallerSha256: 11BB799F85668F368E3071AC17067EBBE575349D1CCFB7C28A5DC1F872CED54E ManifestType: installer -ManifestVersion: 1.2.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.13.1/Docker.DockerDesktop.locale.en-US.yaml b/manifests/d/Docker/DockerDesktop/4.13.1/Docker.DockerDesktop.locale.en-US.yaml index 73dbd9afc95eb..a50c6cd084909 100644 --- a/manifests/d/Docker/DockerDesktop/4.13.1/Docker.DockerDesktop.locale.en-US.yaml +++ b/manifests/d/Docker/DockerDesktop/4.13.1/Docker.DockerDesktop.locale.en-US.yaml @@ -1,4 +1,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: Docker.DockerDesktop PackageVersion: 4.13.1 PackageLocale: en-US @@ -14,11 +16,16 @@ LicenseUrl: https://www.docker.com/legal/docker-subscription-service-agreement Copyright: Copyright © 2015-2022 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. Access Docker Desktop and follow the guided onboarding to build your first containerized application in minutes. +# Description: Moniker: docker Tags: - container - containerization - virtualization +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.13.1/Docker.DockerDesktop.yaml b/manifests/d/Docker/DockerDesktop/4.13.1/Docker.DockerDesktop.yaml index a69130c1a4c7c..2d02a02fddfbd 100644 --- a/manifests/d/Docker/DockerDesktop/4.13.1/Docker.DockerDesktop.yaml +++ b/manifests/d/Docker/DockerDesktop/4.13.1/Docker.DockerDesktop.yaml @@ -1,7 +1,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: Docker.DockerDesktop PackageVersion: 4.13.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.14.1/Docker.DockerDesktop.installer.yaml b/manifests/d/Docker/DockerDesktop/4.14.1/Docker.DockerDesktop.installer.yaml index bed160cabaa7a..d39a7907da854 100644 --- a/manifests/d/Docker/DockerDesktop/4.14.1/Docker.DockerDesktop.installer.yaml +++ b/manifests/d/Docker/DockerDesktop/4.14.1/Docker.DockerDesktop.installer.yaml @@ -1,11 +1,12 @@ -# 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: Docker.DockerDesktop PackageVersion: 4.14.1 Platform: - Windows.Desktop MinimumOSVersion: 10.0.0.0 +InstallerType: exe Scope: machine InstallModes: - interactive @@ -20,9 +21,7 @@ ExpectedReturnCodes: UpgradeBehavior: install Installers: - Architecture: x64 - InstallerType: exe InstallerUrl: https://desktop.docker.com/win/main/amd64/91661/Docker%20Desktop%20Installer.exe InstallerSha256: 1E6D8FADFF3393110029EEDA2E40344E6A99A90EC69DAB0B92327E79AFEF30C6 ManifestType: installer -ManifestVersion: 1.2.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.14.1/Docker.DockerDesktop.locale.en-US.yaml b/manifests/d/Docker/DockerDesktop/4.14.1/Docker.DockerDesktop.locale.en-US.yaml index 7f1fdeca050fd..b03d4558ea167 100644 --- a/manifests/d/Docker/DockerDesktop/4.14.1/Docker.DockerDesktop.locale.en-US.yaml +++ b/manifests/d/Docker/DockerDesktop/4.14.1/Docker.DockerDesktop.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: Docker.DockerDesktop PackageVersion: 4.14.1 @@ -16,11 +16,16 @@ LicenseUrl: https://www.docker.com/legal/docker-subscription-service-agreement Copyright: Copyright © 2015-2022 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. Access Docker Desktop and follow the guided onboarding to build your first containerized application in minutes. +# Description: Moniker: docker Tags: - container - containerization - virtualization +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.14.1/Docker.DockerDesktop.yaml b/manifests/d/Docker/DockerDesktop/4.14.1/Docker.DockerDesktop.yaml index a2932fc80a708..795b7145ac61b 100644 --- a/manifests/d/Docker/DockerDesktop/4.14.1/Docker.DockerDesktop.yaml +++ b/manifests/d/Docker/DockerDesktop/4.14.1/Docker.DockerDesktop.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: Docker.DockerDesktop PackageVersion: 4.14.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.15.0/Docker.DockerDesktop.installer.yaml b/manifests/d/Docker/DockerDesktop/4.15.0/Docker.DockerDesktop.installer.yaml index f424faf6d3803..3f592870851fc 100644 --- a/manifests/d/Docker/DockerDesktop/4.15.0/Docker.DockerDesktop.installer.yaml +++ b/manifests/d/Docker/DockerDesktop/4.15.0/Docker.DockerDesktop.installer.yaml @@ -1,9 +1,12 @@ -# 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: Docker.DockerDesktop PackageVersion: 4.15.0 Platform: - Windows.Desktop MinimumOSVersion: 10.0.0.0 +InstallerType: exe Scope: machine InstallModes: - interactive @@ -18,9 +21,7 @@ ExpectedReturnCodes: UpgradeBehavior: install Installers: - Architecture: x64 - InstallerType: exe InstallerUrl: https://desktop.docker.com/win/main/amd64/93002/Docker%20Desktop%20Installer.exe InstallerSha256: 04DBD937971F1940E22F1EDAB9CAD90722268B3F98FEB77140535E1AC64606A8 ManifestType: installer -ManifestVersion: 1.2.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.15.0/Docker.DockerDesktop.locale.en-US.yaml b/manifests/d/Docker/DockerDesktop/4.15.0/Docker.DockerDesktop.locale.en-US.yaml index 2f59ce3106a1a..52803418a3cfd 100644 --- a/manifests/d/Docker/DockerDesktop/4.15.0/Docker.DockerDesktop.locale.en-US.yaml +++ b/manifests/d/Docker/DockerDesktop/4.15.0/Docker.DockerDesktop.locale.en-US.yaml @@ -1,4 +1,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: Docker.DockerDesktop PackageVersion: 4.15.0 PackageLocale: en-US @@ -14,11 +16,16 @@ LicenseUrl: https://www.docker.com/legal/docker-subscription-service-agreement Copyright: Copyright © 2015-2022 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. Access Docker Desktop and follow the guided onboarding to build your first containerized application in minutes. +# Description: Moniker: docker Tags: - container - containerization - virtualization +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.15.0/Docker.DockerDesktop.yaml b/manifests/d/Docker/DockerDesktop/4.15.0/Docker.DockerDesktop.yaml index 7ae3aad4f9133..3c91b8c3db2ec 100644 --- a/manifests/d/Docker/DockerDesktop/4.15.0/Docker.DockerDesktop.yaml +++ b/manifests/d/Docker/DockerDesktop/4.15.0/Docker.DockerDesktop.yaml @@ -1,7 +1,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: Docker.DockerDesktop PackageVersion: 4.15.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.16.0/Docker.DockerDesktop.installer.yaml b/manifests/d/Docker/DockerDesktop/4.16.0/Docker.DockerDesktop.installer.yaml index 9cdf9869f8dd1..6e7baab9f351f 100644 --- a/manifests/d/Docker/DockerDesktop/4.16.0/Docker.DockerDesktop.installer.yaml +++ b/manifests/d/Docker/DockerDesktop/4.16.0/Docker.DockerDesktop.installer.yaml @@ -1,11 +1,12 @@ -# 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: Docker.DockerDesktop PackageVersion: 4.16.0 Platform: - Windows.Desktop MinimumOSVersion: 10.0.0.0 +InstallerType: exe Scope: machine InstallModes: - interactive @@ -20,9 +21,7 @@ ExpectedReturnCodes: UpgradeBehavior: install Installers: - Architecture: x64 - InstallerType: exe InstallerUrl: https://desktop.docker.com/win/main/amd64/95345/Docker%20Desktop%20Installer.exe InstallerSha256: F02FCD23410F9304BDE7CD0B415731614ADFD2E70BBB09F669A068C88DDD84F2 ManifestType: installer -ManifestVersion: 1.2.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.16.0/Docker.DockerDesktop.locale.en-US.yaml b/manifests/d/Docker/DockerDesktop/4.16.0/Docker.DockerDesktop.locale.en-US.yaml index 05ff9e194d377..c821196b0d319 100644 --- a/manifests/d/Docker/DockerDesktop/4.16.0/Docker.DockerDesktop.locale.en-US.yaml +++ b/manifests/d/Docker/DockerDesktop/4.16.0/Docker.DockerDesktop.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: Docker.DockerDesktop PackageVersion: 4.16.0 @@ -16,11 +16,16 @@ LicenseUrl: https://www.docker.com/legal/docker-subscription-service-agreement Copyright: Copyright © 2015-2022 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. Access Docker Desktop and follow the guided onboarding to build your first containerized application in minutes. +# Description: Moniker: docker Tags: - container - containerization - virtualization +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.16.0/Docker.DockerDesktop.yaml b/manifests/d/Docker/DockerDesktop/4.16.0/Docker.DockerDesktop.yaml index b834c728c239f..5404de2bb2409 100644 --- a/manifests/d/Docker/DockerDesktop/4.16.0/Docker.DockerDesktop.yaml +++ b/manifests/d/Docker/DockerDesktop/4.16.0/Docker.DockerDesktop.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: Docker.DockerDesktop PackageVersion: 4.16.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.16.1/Docker.DockerDesktop.installer.yaml b/manifests/d/Docker/DockerDesktop/4.16.1/Docker.DockerDesktop.installer.yaml index d2de07bfe21f4..eb1afbf8dbe10 100644 --- a/manifests/d/Docker/DockerDesktop/4.16.1/Docker.DockerDesktop.installer.yaml +++ b/manifests/d/Docker/DockerDesktop/4.16.1/Docker.DockerDesktop.installer.yaml @@ -1,11 +1,12 @@ -# 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: Docker.DockerDesktop PackageVersion: 4.16.1 Platform: - Windows.Desktop MinimumOSVersion: 10.0.0.0 +InstallerType: exe Scope: machine InstallModes: - interactive @@ -20,9 +21,7 @@ ExpectedReturnCodes: UpgradeBehavior: install Installers: - Architecture: x64 - InstallerType: exe InstallerUrl: https://desktop.docker.com/win/main/amd64/95567/Docker%20Desktop%20Installer.exe InstallerSha256: 8260A2FBD3CF7E9050ED7348E5C528314DF82F1C460C70919AFD0E5F95913F14 ManifestType: installer -ManifestVersion: 1.2.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.16.1/Docker.DockerDesktop.locale.en-US.yaml b/manifests/d/Docker/DockerDesktop/4.16.1/Docker.DockerDesktop.locale.en-US.yaml index 969c3dac13e7f..074b7d0a92d35 100644 --- a/manifests/d/Docker/DockerDesktop/4.16.1/Docker.DockerDesktop.locale.en-US.yaml +++ b/manifests/d/Docker/DockerDesktop/4.16.1/Docker.DockerDesktop.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: Docker.DockerDesktop PackageVersion: 4.16.1 @@ -16,11 +16,16 @@ LicenseUrl: https://www.docker.com/legal/docker-subscription-service-agreement Copyright: Copyright © 2015-2022 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. Access Docker Desktop and follow the guided onboarding to build your first containerized application in minutes. +# Description: Moniker: docker Tags: - container - containerization - virtualization +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.16.1/Docker.DockerDesktop.yaml b/manifests/d/Docker/DockerDesktop/4.16.1/Docker.DockerDesktop.yaml index f22fc01cbed57..2390087fe3663 100644 --- a/manifests/d/Docker/DockerDesktop/4.16.1/Docker.DockerDesktop.yaml +++ b/manifests/d/Docker/DockerDesktop/4.16.1/Docker.DockerDesktop.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: Docker.DockerDesktop PackageVersion: 4.16.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.16.2/Docker.DockerDesktop.installer.yaml b/manifests/d/Docker/DockerDesktop/4.16.2/Docker.DockerDesktop.installer.yaml index 9665215e6612c..d38873e6bec71 100644 --- a/manifests/d/Docker/DockerDesktop/4.16.2/Docker.DockerDesktop.installer.yaml +++ b/manifests/d/Docker/DockerDesktop/4.16.2/Docker.DockerDesktop.installer.yaml @@ -1,11 +1,12 @@ -# 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: Docker.DockerDesktop PackageVersion: 4.16.2 Platform: - Windows.Desktop MinimumOSVersion: 10.0.0.0 +InstallerType: exe Scope: machine InstallModes: - interactive @@ -20,9 +21,7 @@ ExpectedReturnCodes: UpgradeBehavior: install Installers: - Architecture: x64 - InstallerType: exe InstallerUrl: https://desktop.docker.com/win/main/amd64/95914/Docker%20Desktop%20Installer.exe InstallerSha256: 20E4BA05B573610506B57A7F216115458019D2C002F18EF6D50A2419B7DB545B ManifestType: installer -ManifestVersion: 1.2.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.16.2/Docker.DockerDesktop.locale.en-US.yaml b/manifests/d/Docker/DockerDesktop/4.16.2/Docker.DockerDesktop.locale.en-US.yaml index 2c82b035065e8..057313f91481b 100644 --- a/manifests/d/Docker/DockerDesktop/4.16.2/Docker.DockerDesktop.locale.en-US.yaml +++ b/manifests/d/Docker/DockerDesktop/4.16.2/Docker.DockerDesktop.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: Docker.DockerDesktop PackageVersion: 4.16.2 @@ -16,11 +16,16 @@ LicenseUrl: https://www.docker.com/legal/docker-subscription-service-agreement Copyright: Copyright © 2015-2022 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. Access Docker Desktop and follow the guided onboarding to build your first containerized application in minutes. +# Description: Moniker: docker Tags: - container - containerization - virtualization +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.16.2/Docker.DockerDesktop.yaml b/manifests/d/Docker/DockerDesktop/4.16.2/Docker.DockerDesktop.yaml index 47753e43a867c..5b877a11bcf78 100644 --- a/manifests/d/Docker/DockerDesktop/4.16.2/Docker.DockerDesktop.yaml +++ b/manifests/d/Docker/DockerDesktop/4.16.2/Docker.DockerDesktop.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: Docker.DockerDesktop PackageVersion: 4.16.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.16.3/Docker.DockerDesktop.installer.yaml b/manifests/d/Docker/DockerDesktop/4.16.3/Docker.DockerDesktop.installer.yaml index e43da6b9c086b..00b5841b82da5 100644 --- a/manifests/d/Docker/DockerDesktop/4.16.3/Docker.DockerDesktop.installer.yaml +++ b/manifests/d/Docker/DockerDesktop/4.16.3/Docker.DockerDesktop.installer.yaml @@ -1,11 +1,12 @@ -# 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: Docker.DockerDesktop PackageVersion: 4.16.3 Platform: - Windows.Desktop MinimumOSVersion: 10.0.0.0 +InstallerType: exe Scope: machine InstallModes: - interactive @@ -20,9 +21,7 @@ ExpectedReturnCodes: UpgradeBehavior: install Installers: - Architecture: x64 - InstallerType: exe InstallerUrl: https://desktop.docker.com/win/main/amd64/96739/Docker%20Desktop%20Installer.exe InstallerSha256: 5F6DB3CF5A2084FC7C584C90792F38A0CAAC91C4EED4F8653DDE7BB8148517F1 ManifestType: installer -ManifestVersion: 1.2.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.16.3/Docker.DockerDesktop.locale.en-US.yaml b/manifests/d/Docker/DockerDesktop/4.16.3/Docker.DockerDesktop.locale.en-US.yaml index e64bf69d623eb..4a401fd2ff9b4 100644 --- a/manifests/d/Docker/DockerDesktop/4.16.3/Docker.DockerDesktop.locale.en-US.yaml +++ b/manifests/d/Docker/DockerDesktop/4.16.3/Docker.DockerDesktop.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: Docker.DockerDesktop PackageVersion: 4.16.3 @@ -16,11 +16,16 @@ LicenseUrl: https://www.docker.com/legal/docker-subscription-service-agreement Copyright: Copyright © 2015-2022 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. Access Docker Desktop and follow the guided onboarding to build your first containerized application in minutes. +# Description: Moniker: docker Tags: - container - containerization - virtualization +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.16.3/Docker.DockerDesktop.yaml b/manifests/d/Docker/DockerDesktop/4.16.3/Docker.DockerDesktop.yaml index 93387281e7e8e..7745859a99930 100644 --- a/manifests/d/Docker/DockerDesktop/4.16.3/Docker.DockerDesktop.yaml +++ b/manifests/d/Docker/DockerDesktop/4.16.3/Docker.DockerDesktop.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: Docker.DockerDesktop PackageVersion: 4.16.3 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.18.0/Docker.DockerDesktop.installer.yaml b/manifests/d/Docker/DockerDesktop/4.18.0/Docker.DockerDesktop.installer.yaml index f1b4517cf3cd8..d0af777612b50 100644 --- a/manifests/d/Docker/DockerDesktop/4.18.0/Docker.DockerDesktop.installer.yaml +++ b/manifests/d/Docker/DockerDesktop/4.18.0/Docker.DockerDesktop.installer.yaml @@ -1,9 +1,12 @@ -# 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: Docker.DockerDesktop PackageVersion: 4.18.0 Platform: - Windows.Desktop MinimumOSVersion: 10.0.0.0 +InstallerType: exe Scope: machine InstallModes: - interactive @@ -16,12 +19,10 @@ ExpectedReturnCodes: - InstallerReturnCode: 3 ReturnResponse: alreadyInstalled UpgradeBehavior: install +ElevationRequirement: elevatesSelf Installers: - Architecture: x64 - InstallerType: exe InstallerUrl: https://desktop.docker.com/win/main/amd64/104112/Docker%20Desktop%20Installer.exe InstallerSha256: 7B17E26D7C2D0245BA9F2526E20349E113819CFB47D1F3E8DBD3CC8EA8CCF6B7 - ElevationRequirement: elevatesSelf ManifestType: installer -ManifestVersion: 1.2.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.18.0/Docker.DockerDesktop.locale.en-US.yaml b/manifests/d/Docker/DockerDesktop/4.18.0/Docker.DockerDesktop.locale.en-US.yaml index b9b649102bbb4..249e784aea0c8 100644 --- a/manifests/d/Docker/DockerDesktop/4.18.0/Docker.DockerDesktop.locale.en-US.yaml +++ b/manifests/d/Docker/DockerDesktop/4.18.0/Docker.DockerDesktop.locale.en-US.yaml @@ -1,4 +1,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: Docker.DockerDesktop PackageVersion: 4.18.0 PackageLocale: en-US @@ -14,11 +16,16 @@ LicenseUrl: https://www.docker.com/legal/docker-subscription-service-agreement Copyright: Copyright © 2015-2022 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. Access Docker Desktop and follow the guided onboarding to build your first containerized application in minutes. +# Description: Moniker: docker Tags: - container - containerization - virtualization +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.18.0/Docker.DockerDesktop.yaml b/manifests/d/Docker/DockerDesktop/4.18.0/Docker.DockerDesktop.yaml index e6ba4c5c9efa4..4b8c235f86e21 100644 --- a/manifests/d/Docker/DockerDesktop/4.18.0/Docker.DockerDesktop.yaml +++ b/manifests/d/Docker/DockerDesktop/4.18.0/Docker.DockerDesktop.yaml @@ -1,7 +1,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: Docker.DockerDesktop PackageVersion: 4.18.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.19.0/Docker.DockerDesktop.installer.yaml b/manifests/d/Docker/DockerDesktop/4.19.0/Docker.DockerDesktop.installer.yaml index 20fdcb2f084f4..933de225500de 100644 --- a/manifests/d/Docker/DockerDesktop/4.19.0/Docker.DockerDesktop.installer.yaml +++ b/manifests/d/Docker/DockerDesktop/4.19.0/Docker.DockerDesktop.installer.yaml @@ -1,9 +1,12 @@ -# 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: Docker.DockerDesktop PackageVersion: 4.19.0 Platform: - Windows.Desktop MinimumOSVersion: 10.0.0.0 +InstallerType: exe Scope: machine InstallModes: - interactive @@ -16,12 +19,10 @@ ExpectedReturnCodes: - InstallerReturnCode: 3 ReturnResponse: alreadyInstalled UpgradeBehavior: install +ElevationRequirement: elevatesSelf Installers: - Architecture: x64 - InstallerType: exe InstallerUrl: https://desktop.docker.com/win/main/amd64/106363/Docker%20Desktop%20Installer.exe InstallerSha256: 2B4BF2BD517FEC7F5C36EA91C5C4D3A9C201E5C886774A54DE17F78F0F4A72EE - ElevationRequirement: elevatesSelf ManifestType: installer -ManifestVersion: 1.2.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.19.0/Docker.DockerDesktop.locale.en-US.yaml b/manifests/d/Docker/DockerDesktop/4.19.0/Docker.DockerDesktop.locale.en-US.yaml index 6fec3ed2e69cd..d02013cf48b64 100644 --- a/manifests/d/Docker/DockerDesktop/4.19.0/Docker.DockerDesktop.locale.en-US.yaml +++ b/manifests/d/Docker/DockerDesktop/4.19.0/Docker.DockerDesktop.locale.en-US.yaml @@ -1,4 +1,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: Docker.DockerDesktop PackageVersion: 4.19.0 PackageLocale: en-US @@ -14,11 +16,16 @@ LicenseUrl: https://www.docker.com/legal/docker-subscription-service-agreement Copyright: Copyright © 2015-2022 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. Access Docker Desktop and follow the guided onboarding to build your first containerized application in minutes. +# Description: Moniker: docker Tags: - container - containerization - virtualization +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.19.0/Docker.DockerDesktop.yaml b/manifests/d/Docker/DockerDesktop/4.19.0/Docker.DockerDesktop.yaml index 6755e420e9638..786b1932b9f23 100644 --- a/manifests/d/Docker/DockerDesktop/4.19.0/Docker.DockerDesktop.yaml +++ b/manifests/d/Docker/DockerDesktop/4.19.0/Docker.DockerDesktop.yaml @@ -1,7 +1,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: Docker.DockerDesktop PackageVersion: 4.19.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.2.0/Docker.DockerDesktop.installer.yaml b/manifests/d/Docker/DockerDesktop/4.2.0/Docker.DockerDesktop.installer.yaml index 194aad9c3b80c..26cdfd6b03511 100644 --- a/manifests/d/Docker/DockerDesktop/4.2.0/Docker.DockerDesktop.installer.yaml +++ b/manifests/d/Docker/DockerDesktop/4.2.0/Docker.DockerDesktop.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: Docker.DockerDesktop PackageVersion: 4.2.0 @@ -21,4 +21,4 @@ Installers: InstallerUrl: https://desktop.docker.com/win/main/amd64/70708/Docker%20Desktop%20Installer.exe InstallerSha256: 57589D862AC243F6668DAAF61AB13794F2CE115B9C7674FA0A22D9027F360F38 ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.2.0/Docker.DockerDesktop.locale.en-US.yaml b/manifests/d/Docker/DockerDesktop/4.2.0/Docker.DockerDesktop.locale.en-US.yaml index 0d80bb5c1f10b..7c754512c363e 100644 --- a/manifests/d/Docker/DockerDesktop/4.2.0/Docker.DockerDesktop.locale.en-US.yaml +++ b/manifests/d/Docker/DockerDesktop/4.2.0/Docker.DockerDesktop.locale.en-US.yaml @@ -1,12 +1,12 @@ -# 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: Docker.DockerDesktop PackageVersion: 4.2.0 PackageLocale: en-US Publisher: Docker Inc. PublisherUrl: https://www.docker.com -# PublisherSupportUrl: +# PublisherSupportUrl: PrivacyUrl: https://www.docker.com/legal/privacy Author: Docker Inc. PackageName: Docker Desktop @@ -14,13 +14,18 @@ PackageUrl: https://www.docker.com/products/docker-desktop License: Proprietary LicenseUrl: https://www.docker.com/legal/docker-subscription-service-agreement Copyright: Copyright © 2015-2021 Docker Inc. All rights reserved. -# CopyrightUrl: +# CopyrightUrl: ShortDescription: 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. -# Description: +# Description: Moniker: docker Tags: - container - containerization - virtualization +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.2.0/Docker.DockerDesktop.yaml b/manifests/d/Docker/DockerDesktop/4.2.0/Docker.DockerDesktop.yaml index 92ad77c141dad..e682c29131f27 100644 --- a/manifests/d/Docker/DockerDesktop/4.2.0/Docker.DockerDesktop.yaml +++ b/manifests/d/Docker/DockerDesktop/4.2.0/Docker.DockerDesktop.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: Docker.DockerDesktop PackageVersion: 4.2.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.20.0/Docker.DockerDesktop.installer.yaml b/manifests/d/Docker/DockerDesktop/4.20.0/Docker.DockerDesktop.installer.yaml index d9fe53572f35b..2fb169463449c 100644 --- a/manifests/d/Docker/DockerDesktop/4.20.0/Docker.DockerDesktop.installer.yaml +++ b/manifests/d/Docker/DockerDesktop/4.20.0/Docker.DockerDesktop.installer.yaml @@ -1,9 +1,12 @@ -# 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: Docker.DockerDesktop PackageVersion: 4.20.0 Platform: - Windows.Desktop MinimumOSVersion: 10.0.0.0 +InstallerType: exe Scope: machine InstallModes: - interactive @@ -16,12 +19,10 @@ ExpectedReturnCodes: - InstallerReturnCode: 3 ReturnResponse: alreadyInstalled UpgradeBehavior: install +ElevationRequirement: elevatesSelf Installers: - Architecture: x64 - InstallerType: exe InstallerUrl: https://desktop.docker.com/win/main/amd64/109717/Docker%20Desktop%20Installer.exe - InstallerSha256: e7a789e37db73fc0c28b6f90ae14c44bc595c7a15f3d897389c70b32e38c1020 - ElevationRequirement: elevatesSelf + InstallerSha256: E7A789E37DB73FC0C28B6F90AE14C44BC595C7A15F3D897389C70B32E38C1020 ManifestType: installer -ManifestVersion: 1.4.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.20.0/Docker.DockerDesktop.locale.en-US.yaml b/manifests/d/Docker/DockerDesktop/4.20.0/Docker.DockerDesktop.locale.en-US.yaml index 4c531555db80b..edd0028c7da22 100644 --- a/manifests/d/Docker/DockerDesktop/4.20.0/Docker.DockerDesktop.locale.en-US.yaml +++ b/manifests/d/Docker/DockerDesktop/4.20.0/Docker.DockerDesktop.locale.en-US.yaml @@ -1,4 +1,6 @@ -# 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: Docker.DockerDesktop PackageVersion: 4.20.0 PackageLocale: en-US @@ -14,11 +16,16 @@ LicenseUrl: https://www.docker.com/legal/docker-subscription-service-agreement Copyright: Copyright © 2015-2023 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. Access Docker Desktop and follow the guided onboarding to build your first containerized application in minutes. +# Description: Moniker: docker Tags: - container - containerization - virtualization +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.20.0/Docker.DockerDesktop.yaml b/manifests/d/Docker/DockerDesktop/4.20.0/Docker.DockerDesktop.yaml index 48f1226184976..0964901f65750 100644 --- a/manifests/d/Docker/DockerDesktop/4.20.0/Docker.DockerDesktop.yaml +++ b/manifests/d/Docker/DockerDesktop/4.20.0/Docker.DockerDesktop.yaml @@ -1,7 +1,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: Docker.DockerDesktop PackageVersion: 4.20.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.20.1/Docker.DockerDesktop.installer.yaml b/manifests/d/Docker/DockerDesktop/4.20.1/Docker.DockerDesktop.installer.yaml index 99f80d8a188fa..477948bb8425e 100644 --- a/manifests/d/Docker/DockerDesktop/4.20.1/Docker.DockerDesktop.installer.yaml +++ b/manifests/d/Docker/DockerDesktop/4.20.1/Docker.DockerDesktop.installer.yaml @@ -1,9 +1,12 @@ -# 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: Docker.DockerDesktop PackageVersion: 4.20.1 Platform: - Windows.Desktop MinimumOSVersion: 10.0.0.0 +InstallerType: exe Scope: machine InstallModes: - interactive @@ -16,12 +19,10 @@ ExpectedReturnCodes: - InstallerReturnCode: 3 ReturnResponse: alreadyInstalled UpgradeBehavior: install +ElevationRequirement: elevatesSelf Installers: - Architecture: x64 - InstallerType: exe InstallerUrl: https://desktop.docker.com/win/main/amd64/110738/Docker%20Desktop%20Installer.exe - InstallerSha256: 54bf2d57b3845b25b4f629d8b77512682d7e8371a28ed21c817489bed72ed0ef - ElevationRequirement: elevatesSelf + InstallerSha256: 54BF2D57B3845B25B4F629D8B77512682D7E8371A28ED21C817489BED72ED0EF ManifestType: installer -ManifestVersion: 1.4.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.20.1/Docker.DockerDesktop.locale.en-US.yaml b/manifests/d/Docker/DockerDesktop/4.20.1/Docker.DockerDesktop.locale.en-US.yaml index bc94c47fa62aa..e060c51774dbc 100644 --- a/manifests/d/Docker/DockerDesktop/4.20.1/Docker.DockerDesktop.locale.en-US.yaml +++ b/manifests/d/Docker/DockerDesktop/4.20.1/Docker.DockerDesktop.locale.en-US.yaml @@ -1,4 +1,6 @@ -# 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: Docker.DockerDesktop PackageVersion: 4.20.1 PackageLocale: en-US @@ -14,11 +16,16 @@ LicenseUrl: https://www.docker.com/legal/docker-subscription-service-agreement Copyright: Copyright © 2015-2023 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. Access Docker Desktop and follow the guided onboarding to build your first containerized application in minutes. +# Description: Moniker: docker Tags: - container - containerization - virtualization +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.20.1/Docker.DockerDesktop.yaml b/manifests/d/Docker/DockerDesktop/4.20.1/Docker.DockerDesktop.yaml index 70b0e14628a3d..ff85eea42c4bc 100644 --- a/manifests/d/Docker/DockerDesktop/4.20.1/Docker.DockerDesktop.yaml +++ b/manifests/d/Docker/DockerDesktop/4.20.1/Docker.DockerDesktop.yaml @@ -1,7 +1,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: Docker.DockerDesktop PackageVersion: 4.20.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.21.0/Docker.DockerDesktop.installer.yaml b/manifests/d/Docker/DockerDesktop/4.21.0/Docker.DockerDesktop.installer.yaml index 6d82cbb58f789..d374361bb9bd5 100644 --- a/manifests/d/Docker/DockerDesktop/4.21.0/Docker.DockerDesktop.installer.yaml +++ b/manifests/d/Docker/DockerDesktop/4.21.0/Docker.DockerDesktop.installer.yaml @@ -1,9 +1,12 @@ -# 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: Docker.DockerDesktop PackageVersion: 4.21.0 Platform: - Windows.Desktop MinimumOSVersion: 10.0.0.0 +InstallerType: exe Scope: machine InstallModes: - interactive @@ -16,12 +19,10 @@ ExpectedReturnCodes: - InstallerReturnCode: 3 ReturnResponse: alreadyInstalled UpgradeBehavior: install +ElevationRequirement: elevatesSelf Installers: - Architecture: x64 - InstallerType: exe InstallerUrl: https://desktop.docker.com/win/main/amd64/113844/Docker%20Desktop%20Installer.exe InstallerSha256: CE52EFA6D862BEFD79D9B46E2E1A1D7B0534BA367F90D5D90BD885B033EED53B - ElevationRequirement: elevatesSelf ManifestType: installer -ManifestVersion: 1.4.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.21.0/Docker.DockerDesktop.locale.en-US.yaml b/manifests/d/Docker/DockerDesktop/4.21.0/Docker.DockerDesktop.locale.en-US.yaml index 916781f54ea77..f176874cb20b2 100644 --- a/manifests/d/Docker/DockerDesktop/4.21.0/Docker.DockerDesktop.locale.en-US.yaml +++ b/manifests/d/Docker/DockerDesktop/4.21.0/Docker.DockerDesktop.locale.en-US.yaml @@ -1,4 +1,6 @@ -# 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: Docker.DockerDesktop PackageVersion: 4.21.0 PackageLocale: en-US @@ -14,11 +16,16 @@ LicenseUrl: https://www.docker.com/legal/docker-subscription-service-agreement Copyright: Copyright © 2015-2023 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. Access Docker Desktop and follow the guided onboarding to build your first containerized application in minutes. +# Description: Moniker: docker Tags: - container - containerization - virtualization +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.21.0/Docker.DockerDesktop.yaml b/manifests/d/Docker/DockerDesktop/4.21.0/Docker.DockerDesktop.yaml index 8217d6feb41fe..3c46f0327fa80 100644 --- a/manifests/d/Docker/DockerDesktop/4.21.0/Docker.DockerDesktop.yaml +++ b/manifests/d/Docker/DockerDesktop/4.21.0/Docker.DockerDesktop.yaml @@ -1,7 +1,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: Docker.DockerDesktop PackageVersion: 4.21.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.21.1/Docker.DockerDesktop.installer.yaml b/manifests/d/Docker/DockerDesktop/4.21.1/Docker.DockerDesktop.installer.yaml index ca39ee7b281e4..c58d605226795 100644 --- a/manifests/d/Docker/DockerDesktop/4.21.1/Docker.DockerDesktop.installer.yaml +++ b/manifests/d/Docker/DockerDesktop/4.21.1/Docker.DockerDesktop.installer.yaml @@ -1,9 +1,12 @@ -# 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: Docker.DockerDesktop PackageVersion: 4.21.1 Platform: - Windows.Desktop MinimumOSVersion: 10.0.0.0 +InstallerType: exe Scope: machine InstallModes: - interactive @@ -16,12 +19,10 @@ ExpectedReturnCodes: - InstallerReturnCode: 3 ReturnResponse: alreadyInstalled UpgradeBehavior: install +ElevationRequirement: elevatesSelf Installers: - Architecture: x64 - InstallerType: exe InstallerUrl: https://desktop.docker.com/win/main/amd64/114176/Docker%20Desktop%20Installer.exe InstallerSha256: 7D7E81A9F8273B1C404201ECCF04EF67A26BBAD85805D246007E9E7BC80DDD74 - ElevationRequirement: elevatesSelf ManifestType: installer -ManifestVersion: 1.4.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.21.1/Docker.DockerDesktop.locale.en-US.yaml b/manifests/d/Docker/DockerDesktop/4.21.1/Docker.DockerDesktop.locale.en-US.yaml index 879d0e508ad42..25dc1735967e5 100644 --- a/manifests/d/Docker/DockerDesktop/4.21.1/Docker.DockerDesktop.locale.en-US.yaml +++ b/manifests/d/Docker/DockerDesktop/4.21.1/Docker.DockerDesktop.locale.en-US.yaml @@ -1,4 +1,6 @@ -# 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: Docker.DockerDesktop PackageVersion: 4.21.1 PackageLocale: en-US @@ -14,11 +16,16 @@ LicenseUrl: https://www.docker.com/legal/docker-subscription-service-agreement Copyright: Copyright © 2015-2023 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. Access Docker Desktop and follow the guided onboarding to build your first containerized application in minutes. +# Description: Moniker: docker Tags: - container - containerization - virtualization +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.21.1/Docker.DockerDesktop.yaml b/manifests/d/Docker/DockerDesktop/4.21.1/Docker.DockerDesktop.yaml index 0d3d66f041dee..372d43f375362 100644 --- a/manifests/d/Docker/DockerDesktop/4.21.1/Docker.DockerDesktop.yaml +++ b/manifests/d/Docker/DockerDesktop/4.21.1/Docker.DockerDesktop.yaml @@ -1,7 +1,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: Docker.DockerDesktop PackageVersion: 4.21.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.22.0/Docker.DockerDesktop.installer.yaml b/manifests/d/Docker/DockerDesktop/4.22.0/Docker.DockerDesktop.installer.yaml index 18bd97c513955..f9f788ac7c396 100644 --- a/manifests/d/Docker/DockerDesktop/4.22.0/Docker.DockerDesktop.installer.yaml +++ b/manifests/d/Docker/DockerDesktop/4.22.0/Docker.DockerDesktop.installer.yaml @@ -1,9 +1,12 @@ -# 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: Docker.DockerDesktop PackageVersion: 4.22.0 Platform: - Windows.Desktop MinimumOSVersion: 10.0.0.0 +InstallerType: exe Scope: machine InstallModes: - interactive @@ -16,12 +19,10 @@ ExpectedReturnCodes: - InstallerReturnCode: 3 ReturnResponse: alreadyInstalled UpgradeBehavior: install +ElevationRequirement: elevatesSelf Installers: - Architecture: x64 - InstallerType: exe InstallerUrl: https://desktop.docker.com/win/main/amd64/117440/Docker%20Desktop%20Installer.exe InstallerSha256: 401539CE7250835FE178BF15D9B969E2D7862A15502059217EBB3DBA4F09CD37 - ElevationRequirement: elevatesSelf ManifestType: installer -ManifestVersion: 1.4.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.22.0/Docker.DockerDesktop.locale.en-US.yaml b/manifests/d/Docker/DockerDesktop/4.22.0/Docker.DockerDesktop.locale.en-US.yaml index 5678d2b6a2a1a..5b75bc9bf6585 100644 --- a/manifests/d/Docker/DockerDesktop/4.22.0/Docker.DockerDesktop.locale.en-US.yaml +++ b/manifests/d/Docker/DockerDesktop/4.22.0/Docker.DockerDesktop.locale.en-US.yaml @@ -1,4 +1,6 @@ -# 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: Docker.DockerDesktop PackageVersion: 4.22.0 PackageLocale: en-US @@ -14,11 +16,16 @@ LicenseUrl: https://www.docker.com/legal/docker-subscription-service-agreement Copyright: Copyright © 2015-2023 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. Access Docker Desktop and follow the guided onboarding to build your first containerized application in minutes. +# Description: Moniker: docker Tags: - container - containerization - virtualization +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.22.0/Docker.DockerDesktop.yaml b/manifests/d/Docker/DockerDesktop/4.22.0/Docker.DockerDesktop.yaml index 9143425199360..b83fce3308b4e 100644 --- a/manifests/d/Docker/DockerDesktop/4.22.0/Docker.DockerDesktop.yaml +++ b/manifests/d/Docker/DockerDesktop/4.22.0/Docker.DockerDesktop.yaml @@ -1,7 +1,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: Docker.DockerDesktop PackageVersion: 4.22.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.22.1/Docker.DockerDesktop.installer.yaml b/manifests/d/Docker/DockerDesktop/4.22.1/Docker.DockerDesktop.installer.yaml index d76619927e9a4..027689c0efe00 100644 --- a/manifests/d/Docker/DockerDesktop/4.22.1/Docker.DockerDesktop.installer.yaml +++ b/manifests/d/Docker/DockerDesktop/4.22.1/Docker.DockerDesktop.installer.yaml @@ -1,9 +1,12 @@ -# 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: Docker.DockerDesktop PackageVersion: 4.22.1 Platform: - Windows.Desktop MinimumOSVersion: 10.0.0.0 +InstallerType: exe Scope: machine InstallModes: - interactive @@ -16,12 +19,10 @@ ExpectedReturnCodes: - InstallerReturnCode: 3 ReturnResponse: alreadyInstalled UpgradeBehavior: install +ElevationRequirement: elevatesSelf Installers: - Architecture: x64 - InstallerType: exe InstallerUrl: https://desktop.docker.com/win/main/amd64/118664/Docker%20Desktop%20Installer.exe InstallerSha256: D0F58092BB28B9A85CB88AED71064473B0892CBB8DFCDE70A23C49C25FC35DEC - ElevationRequirement: elevatesSelf ManifestType: installer -ManifestVersion: 1.4.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.22.1/Docker.DockerDesktop.locale.en-US.yaml b/manifests/d/Docker/DockerDesktop/4.22.1/Docker.DockerDesktop.locale.en-US.yaml index 949dd33550f01..eda7baefc03c9 100644 --- a/manifests/d/Docker/DockerDesktop/4.22.1/Docker.DockerDesktop.locale.en-US.yaml +++ b/manifests/d/Docker/DockerDesktop/4.22.1/Docker.DockerDesktop.locale.en-US.yaml @@ -1,4 +1,6 @@ -# 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: Docker.DockerDesktop PackageVersion: 4.22.1 PackageLocale: en-US @@ -14,11 +16,16 @@ LicenseUrl: https://www.docker.com/legal/docker-subscription-service-agreement Copyright: Copyright © 2015-2023 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. Access Docker Desktop and follow the guided onboarding to build your first containerized application in minutes. +# Description: Moniker: docker Tags: - container - containerization - virtualization +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.22.1/Docker.DockerDesktop.yaml b/manifests/d/Docker/DockerDesktop/4.22.1/Docker.DockerDesktop.yaml index e45bab18992fa..de61ae1bc03e7 100644 --- a/manifests/d/Docker/DockerDesktop/4.22.1/Docker.DockerDesktop.yaml +++ b/manifests/d/Docker/DockerDesktop/4.22.1/Docker.DockerDesktop.yaml @@ -1,7 +1,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: Docker.DockerDesktop PackageVersion: 4.22.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.23.0/Docker.DockerDesktop.installer.yaml b/manifests/d/Docker/DockerDesktop/4.23.0/Docker.DockerDesktop.installer.yaml index c69a1f445350d..7e5d061a33b82 100644 --- a/manifests/d/Docker/DockerDesktop/4.23.0/Docker.DockerDesktop.installer.yaml +++ b/manifests/d/Docker/DockerDesktop/4.23.0/Docker.DockerDesktop.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: Docker.DockerDesktop PackageVersion: 4.23.0 @@ -19,10 +19,10 @@ ExpectedReturnCodes: ReturnResponse: alreadyInstalled UpgradeBehavior: install ReleaseDate: 2023-09-11 +ElevationRequirement: elevatesSelf Installers: - Architecture: x64 InstallerUrl: https://desktop.docker.com/win/main/amd64/120376/Docker%20Desktop%20Installer.exe InstallerSha256: D9B42A3CC749DDFD3B73078ADE2C6DD86A7E4C9D860FA21C532EC7CC617CB4C2 - ElevationRequirement: elevatesSelf ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.23.0/Docker.DockerDesktop.locale.en-US.yaml b/manifests/d/Docker/DockerDesktop/4.23.0/Docker.DockerDesktop.locale.en-US.yaml index 07f989cf2599d..a1f6711013227 100644 --- a/manifests/d/Docker/DockerDesktop/4.23.0/Docker.DockerDesktop.locale.en-US.yaml +++ b/manifests/d/Docker/DockerDesktop/4.23.0/Docker.DockerDesktop.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: Docker.DockerDesktop PackageVersion: 4.23.0 @@ -16,10 +16,16 @@ LicenseUrl: https://www.docker.com/legal/docker-subscription-service-agreement Copyright: Copyright © 2015-2023 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. Access Docker Desktop and follow the guided onboarding to build your first containerized application in minutes. +# Description: Moniker: docker Tags: - container - containerization - virtualization +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.23.0/Docker.DockerDesktop.yaml b/manifests/d/Docker/DockerDesktop/4.23.0/Docker.DockerDesktop.yaml index 84d52cf950727..35969a643abfe 100644 --- a/manifests/d/Docker/DockerDesktop/4.23.0/Docker.DockerDesktop.yaml +++ b/manifests/d/Docker/DockerDesktop/4.23.0/Docker.DockerDesktop.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: Docker.DockerDesktop PackageVersion: 4.23.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.24.0/Docker.DockerDesktop.installer.yaml b/manifests/d/Docker/DockerDesktop/4.24.0/Docker.DockerDesktop.installer.yaml index 824708600a622..f6c206ae37593 100644 --- a/manifests/d/Docker/DockerDesktop/4.24.0/Docker.DockerDesktop.installer.yaml +++ b/manifests/d/Docker/DockerDesktop/4.24.0/Docker.DockerDesktop.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: Docker.DockerDesktop PackageVersion: 4.24.0 @@ -24,4 +24,4 @@ Installers: InstallerUrl: https://desktop.docker.com/win/main/amd64/122432/Docker%20Desktop%20Installer.exe InstallerSha256: 596616CD8D8A11503AA7EEDBD561FFEF1C2C65187059931AAFF6CA28E5D06D29 ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.24.0/Docker.DockerDesktop.locale.en-US.yaml b/manifests/d/Docker/DockerDesktop/4.24.0/Docker.DockerDesktop.locale.en-US.yaml index 511d123516b73..e900e385e387b 100644 --- a/manifests/d/Docker/DockerDesktop/4.24.0/Docker.DockerDesktop.locale.en-US.yaml +++ b/manifests/d/Docker/DockerDesktop/4.24.0/Docker.DockerDesktop.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: Docker.DockerDesktop PackageVersion: 4.24.0 @@ -16,10 +16,16 @@ LicenseUrl: https://www.docker.com/legal/docker-subscription-service-agreement Copyright: Copyright © 2015-2023 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. Access Docker Desktop and follow the guided onboarding to build your first containerized application in minutes. +# Description: Moniker: docker Tags: - container - containerization - virtualization +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.24.0/Docker.DockerDesktop.yaml b/manifests/d/Docker/DockerDesktop/4.24.0/Docker.DockerDesktop.yaml index 96c929ccc45b9..f7d13381c25ac 100644 --- a/manifests/d/Docker/DockerDesktop/4.24.0/Docker.DockerDesktop.yaml +++ b/manifests/d/Docker/DockerDesktop/4.24.0/Docker.DockerDesktop.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: Docker.DockerDesktop PackageVersion: 4.24.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.24.1/Docker.DockerDesktop.installer.yaml b/manifests/d/Docker/DockerDesktop/4.24.1/Docker.DockerDesktop.installer.yaml index 8e3bb0f804ac8..90e1b3e9955d6 100644 --- a/manifests/d/Docker/DockerDesktop/4.24.1/Docker.DockerDesktop.installer.yaml +++ b/manifests/d/Docker/DockerDesktop/4.24.1/Docker.DockerDesktop.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: Docker.DockerDesktop PackageVersion: 4.24.1 @@ -24,4 +24,4 @@ Installers: InstallerUrl: https://desktop.docker.com/win/main/amd64/123237/Docker%20Desktop%20Installer.exe InstallerSha256: 1B74F859ABB896B63952060BCC7D16086BFBAAEE86AEDD845F0639884CB78C4F ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.24.1/Docker.DockerDesktop.locale.en-US.yaml b/manifests/d/Docker/DockerDesktop/4.24.1/Docker.DockerDesktop.locale.en-US.yaml index 7b49e5d2f0135..5a77eea013422 100644 --- a/manifests/d/Docker/DockerDesktop/4.24.1/Docker.DockerDesktop.locale.en-US.yaml +++ b/manifests/d/Docker/DockerDesktop/4.24.1/Docker.DockerDesktop.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: Docker.DockerDesktop PackageVersion: 4.24.1 @@ -16,10 +16,16 @@ LicenseUrl: https://www.docker.com/legal/docker-subscription-service-agreement Copyright: Copyright © 2015-2023 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. Access Docker Desktop and follow the guided onboarding to build your first containerized application in minutes. +# Description: Moniker: docker Tags: - container - containerization - virtualization +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.24.1/Docker.DockerDesktop.yaml b/manifests/d/Docker/DockerDesktop/4.24.1/Docker.DockerDesktop.yaml index 5a8a54500cdfe..a7355e870ec66 100644 --- a/manifests/d/Docker/DockerDesktop/4.24.1/Docker.DockerDesktop.yaml +++ b/manifests/d/Docker/DockerDesktop/4.24.1/Docker.DockerDesktop.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: Docker.DockerDesktop PackageVersion: 4.24.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.24.2/Docker.DockerDesktop.installer.yaml b/manifests/d/Docker/DockerDesktop/4.24.2/Docker.DockerDesktop.installer.yaml index 39a45e6cb5283..37c8fbfcc691b 100644 --- a/manifests/d/Docker/DockerDesktop/4.24.2/Docker.DockerDesktop.installer.yaml +++ b/manifests/d/Docker/DockerDesktop/4.24.2/Docker.DockerDesktop.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: Docker.DockerDesktop PackageVersion: 4.24.2 @@ -24,4 +24,4 @@ Installers: InstallerUrl: https://desktop.docker.com/win/main/amd64/124339/Docker%20Desktop%20Installer.exe InstallerSha256: A20153BAA5AEF66280CA749C4CDFD1C94A461A89F4782C64C52852E6413DA713 ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.24.2/Docker.DockerDesktop.locale.en-US.yaml b/manifests/d/Docker/DockerDesktop/4.24.2/Docker.DockerDesktop.locale.en-US.yaml index 49b49dc465645..f2977b9ce6919 100644 --- a/manifests/d/Docker/DockerDesktop/4.24.2/Docker.DockerDesktop.locale.en-US.yaml +++ b/manifests/d/Docker/DockerDesktop/4.24.2/Docker.DockerDesktop.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: Docker.DockerDesktop PackageVersion: 4.24.2 @@ -16,10 +16,16 @@ LicenseUrl: https://www.docker.com/legal/docker-subscription-service-agreement Copyright: Copyright © 2015-2023 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. Access Docker Desktop and follow the guided onboarding to build your first containerized application in minutes. +# Description: Moniker: docker Tags: - container - containerization - virtualization +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.24.2/Docker.DockerDesktop.yaml b/manifests/d/Docker/DockerDesktop/4.24.2/Docker.DockerDesktop.yaml index 8090a1198e760..b6e2ad43b0dd9 100644 --- a/manifests/d/Docker/DockerDesktop/4.24.2/Docker.DockerDesktop.yaml +++ b/manifests/d/Docker/DockerDesktop/4.24.2/Docker.DockerDesktop.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: Docker.DockerDesktop PackageVersion: 4.24.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.25.0/Docker.DockerDesktop.installer.yaml b/manifests/d/Docker/DockerDesktop/4.25.0/Docker.DockerDesktop.installer.yaml index 75fcc557700aa..da48d9b10567c 100644 --- a/manifests/d/Docker/DockerDesktop/4.25.0/Docker.DockerDesktop.installer.yaml +++ b/manifests/d/Docker/DockerDesktop/4.25.0/Docker.DockerDesktop.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: Docker.DockerDesktop PackageVersion: 4.25.0 @@ -24,4 +24,4 @@ Installers: InstallerUrl: https://desktop.docker.com/win/main/amd64/126437/Docker%20Desktop%20Installer.exe InstallerSha256: 4C11952FBE7915908A2B0925C46B4E19F0826F75BB0B2F4A83D24CBBE40C53CE ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.25.0/Docker.DockerDesktop.locale.en-US.yaml b/manifests/d/Docker/DockerDesktop/4.25.0/Docker.DockerDesktop.locale.en-US.yaml index d6ff39f4e755b..2037f0366c73d 100644 --- a/manifests/d/Docker/DockerDesktop/4.25.0/Docker.DockerDesktop.locale.en-US.yaml +++ b/manifests/d/Docker/DockerDesktop/4.25.0/Docker.DockerDesktop.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: Docker.DockerDesktop PackageVersion: 4.25.0 @@ -16,10 +16,16 @@ LicenseUrl: https://www.docker.com/legal/docker-subscription-service-agreement Copyright: Copyright © 2015-2023 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. Access Docker Desktop and follow the guided onboarding to build your first containerized application in minutes. +# Description: Moniker: docker Tags: - container - containerization - virtualization +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.25.0/Docker.DockerDesktop.yaml b/manifests/d/Docker/DockerDesktop/4.25.0/Docker.DockerDesktop.yaml index e2633c218fd28..bde5f604ef030 100644 --- a/manifests/d/Docker/DockerDesktop/4.25.0/Docker.DockerDesktop.yaml +++ b/manifests/d/Docker/DockerDesktop/4.25.0/Docker.DockerDesktop.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: Docker.DockerDesktop PackageVersion: 4.25.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.26.1/Docker.DockerDesktop.installer.yaml b/manifests/d/Docker/DockerDesktop/4.26.1/Docker.DockerDesktop.installer.yaml index 6a10717c5e401..f075f7646e9b8 100644 --- a/manifests/d/Docker/DockerDesktop/4.26.1/Docker.DockerDesktop.installer.yaml +++ b/manifests/d/Docker/DockerDesktop/4.26.1/Docker.DockerDesktop.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: Docker.DockerDesktop PackageVersion: 4.26.1 @@ -24,4 +24,4 @@ Installers: InstallerUrl: https://desktop.docker.com/win/main/amd64/131620/Docker%20Desktop%20Installer.exe InstallerSha256: 9F4BA791ECDAF645A73870D279FB2F2C8BD55BCB9C5D3667C7A41C586D12A094 ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.26.1/Docker.DockerDesktop.locale.en-US.yaml b/manifests/d/Docker/DockerDesktop/4.26.1/Docker.DockerDesktop.locale.en-US.yaml index f1bd04213ee93..fdf80d2fd678e 100644 --- a/manifests/d/Docker/DockerDesktop/4.26.1/Docker.DockerDesktop.locale.en-US.yaml +++ b/manifests/d/Docker/DockerDesktop/4.26.1/Docker.DockerDesktop.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: Docker.DockerDesktop PackageVersion: 4.26.1 @@ -16,10 +16,16 @@ LicenseUrl: https://www.docker.com/legal/docker-subscription-service-agreement Copyright: Copyright © 2015-2023 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. Access Docker Desktop and follow the guided onboarding to build your first containerized application in minutes. +# Description: Moniker: docker Tags: - container - containerization - virtualization +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.26.1/Docker.DockerDesktop.yaml b/manifests/d/Docker/DockerDesktop/4.26.1/Docker.DockerDesktop.yaml index a7a0ad169d9e4..5a7a1ec2b0cbd 100644 --- a/manifests/d/Docker/DockerDesktop/4.26.1/Docker.DockerDesktop.yaml +++ b/manifests/d/Docker/DockerDesktop/4.26.1/Docker.DockerDesktop.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: Docker.DockerDesktop PackageVersion: 4.26.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.27.0/Docker.DockerDesktop.installer.yaml b/manifests/d/Docker/DockerDesktop/4.27.0/Docker.DockerDesktop.installer.yaml index eef639576342b..321bac9cf2319 100644 --- a/manifests/d/Docker/DockerDesktop/4.27.0/Docker.DockerDesktop.installer.yaml +++ b/manifests/d/Docker/DockerDesktop/4.27.0/Docker.DockerDesktop.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: Docker.DockerDesktop PackageVersion: 4.27.0 @@ -24,4 +24,4 @@ Installers: InstallerUrl: https://desktop.docker.com/win/main/amd64/135262/Docker%20Desktop%20Installer.exe InstallerSha256: AD710B12E36D80EDAA48AD5A2A6A1AA891E5C2B98CC2FE56115222C33C82063F ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.27.0/Docker.DockerDesktop.locale.en-US.yaml b/manifests/d/Docker/DockerDesktop/4.27.0/Docker.DockerDesktop.locale.en-US.yaml index 6141eaf782c38..36b0b37e231b3 100644 --- a/manifests/d/Docker/DockerDesktop/4.27.0/Docker.DockerDesktop.locale.en-US.yaml +++ b/manifests/d/Docker/DockerDesktop/4.27.0/Docker.DockerDesktop.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: Docker.DockerDesktop PackageVersion: 4.27.0 @@ -16,10 +16,16 @@ LicenseUrl: https://www.docker.com/legal/docker-subscription-service-agreement Copyright: Copyright © 2015-2023 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. Access Docker Desktop and follow the guided onboarding to build your first containerized application in minutes. +# Description: Moniker: docker Tags: - container - containerization - virtualization +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.27.0/Docker.DockerDesktop.yaml b/manifests/d/Docker/DockerDesktop/4.27.0/Docker.DockerDesktop.yaml index d0f914013df74..39e3a5c30cfb7 100644 --- a/manifests/d/Docker/DockerDesktop/4.27.0/Docker.DockerDesktop.yaml +++ b/manifests/d/Docker/DockerDesktop/4.27.0/Docker.DockerDesktop.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: Docker.DockerDesktop PackageVersion: 4.27.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.27.1/Docker.DockerDesktop.installer.yaml b/manifests/d/Docker/DockerDesktop/4.27.1/Docker.DockerDesktop.installer.yaml index 9e418e2afa5cc..3e485963c8835 100644 --- a/manifests/d/Docker/DockerDesktop/4.27.1/Docker.DockerDesktop.installer.yaml +++ b/manifests/d/Docker/DockerDesktop/4.27.1/Docker.DockerDesktop.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: Docker.DockerDesktop PackageVersion: 4.27.1 @@ -24,4 +24,4 @@ Installers: InstallerUrl: https://desktop.docker.com/win/main/amd64/136059/Docker%20Desktop%20Installer.exe InstallerSha256: 378568E64CB76D65236DF258120D5270BE8B9F486B4A1EE5C2D8A7492EEEFA2F ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.27.1/Docker.DockerDesktop.locale.en-US.yaml b/manifests/d/Docker/DockerDesktop/4.27.1/Docker.DockerDesktop.locale.en-US.yaml index 203fe5374256c..e34a3e234cd2c 100644 --- a/manifests/d/Docker/DockerDesktop/4.27.1/Docker.DockerDesktop.locale.en-US.yaml +++ b/manifests/d/Docker/DockerDesktop/4.27.1/Docker.DockerDesktop.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: Docker.DockerDesktop PackageVersion: 4.27.1 @@ -16,10 +16,16 @@ LicenseUrl: https://www.docker.com/legal/docker-subscription-service-agreement Copyright: Copyright © 2015-2023 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. Access Docker Desktop and follow the guided onboarding to build your first containerized application in minutes. +# Description: Moniker: docker Tags: - container - containerization - virtualization +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.27.1/Docker.DockerDesktop.yaml b/manifests/d/Docker/DockerDesktop/4.27.1/Docker.DockerDesktop.yaml index 12fa2332255d1..da5998b6a0df6 100644 --- a/manifests/d/Docker/DockerDesktop/4.27.1/Docker.DockerDesktop.yaml +++ b/manifests/d/Docker/DockerDesktop/4.27.1/Docker.DockerDesktop.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: Docker.DockerDesktop PackageVersion: 4.27.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.27.2/Docker.DockerDesktop.installer.yaml b/manifests/d/Docker/DockerDesktop/4.27.2/Docker.DockerDesktop.installer.yaml index aaf23947fad13..7472bd2652573 100644 --- a/manifests/d/Docker/DockerDesktop/4.27.2/Docker.DockerDesktop.installer.yaml +++ b/manifests/d/Docker/DockerDesktop/4.27.2/Docker.DockerDesktop.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: Docker.DockerDesktop PackageVersion: 4.27.2 @@ -24,4 +24,4 @@ Installers: InstallerUrl: https://desktop.docker.com/win/main/amd64/137060/Docker%20Desktop%20Installer.exe InstallerSha256: 2F26562B602CDF2E1F1EC1E3BA6F0EE84A69DFE9A22502348E53912175DE245F ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.27.2/Docker.DockerDesktop.locale.en-US.yaml b/manifests/d/Docker/DockerDesktop/4.27.2/Docker.DockerDesktop.locale.en-US.yaml index 8b92ae64ebd29..2816e954ff856 100644 --- a/manifests/d/Docker/DockerDesktop/4.27.2/Docker.DockerDesktop.locale.en-US.yaml +++ b/manifests/d/Docker/DockerDesktop/4.27.2/Docker.DockerDesktop.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: Docker.DockerDesktop PackageVersion: 4.27.2 @@ -16,10 +16,16 @@ LicenseUrl: https://www.docker.com/legal/docker-subscription-service-agreement Copyright: Copyright © 2015-2023 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. Access Docker Desktop and follow the guided onboarding to build your first containerized application in minutes. +# Description: Moniker: docker Tags: - container - containerization - virtualization +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.27.2/Docker.DockerDesktop.yaml b/manifests/d/Docker/DockerDesktop/4.27.2/Docker.DockerDesktop.yaml index f2599b55ee8d8..f1d1c9a000e9e 100644 --- a/manifests/d/Docker/DockerDesktop/4.27.2/Docker.DockerDesktop.yaml +++ b/manifests/d/Docker/DockerDesktop/4.27.2/Docker.DockerDesktop.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: Docker.DockerDesktop PackageVersion: 4.27.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.28.0/Docker.DockerDesktop.installer.yaml b/manifests/d/Docker/DockerDesktop/4.28.0/Docker.DockerDesktop.installer.yaml index 5cdd7b8cbd1be..7b51c7e270973 100644 --- a/manifests/d/Docker/DockerDesktop/4.28.0/Docker.DockerDesktop.installer.yaml +++ b/manifests/d/Docker/DockerDesktop/4.28.0/Docker.DockerDesktop.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: Docker.DockerDesktop PackageVersion: 4.28.0 @@ -24,4 +24,4 @@ Installers: InstallerUrl: https://desktop.docker.com/win/main/amd64/139021/Docker%20Desktop%20Installer.exe InstallerSha256: C347AC8CDF640A056EDE9AD75E36F01211ED68877CECF3EB43C0E394D02BBDCD ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.28.0/Docker.DockerDesktop.locale.en-US.yaml b/manifests/d/Docker/DockerDesktop/4.28.0/Docker.DockerDesktop.locale.en-US.yaml index e90e31f180dc7..090a249d0314a 100644 --- a/manifests/d/Docker/DockerDesktop/4.28.0/Docker.DockerDesktop.locale.en-US.yaml +++ b/manifests/d/Docker/DockerDesktop/4.28.0/Docker.DockerDesktop.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: Docker.DockerDesktop PackageVersion: 4.28.0 @@ -16,10 +16,16 @@ LicenseUrl: https://www.docker.com/legal/docker-subscription-service-agreement Copyright: Copyright © 2015-2023 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. Access Docker Desktop and follow the guided onboarding to build your first containerized application in minutes. +# Description: Moniker: docker Tags: - container - containerization - virtualization +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.28.0/Docker.DockerDesktop.yaml b/manifests/d/Docker/DockerDesktop/4.28.0/Docker.DockerDesktop.yaml index 090fd733d7e37..7b9a4c4a4c844 100644 --- a/manifests/d/Docker/DockerDesktop/4.28.0/Docker.DockerDesktop.yaml +++ b/manifests/d/Docker/DockerDesktop/4.28.0/Docker.DockerDesktop.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: Docker.DockerDesktop PackageVersion: 4.28.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.29.0/Docker.DockerDesktop.installer.yaml b/manifests/d/Docker/DockerDesktop/4.29.0/Docker.DockerDesktop.installer.yaml index c3764922cbf96..62c4ff82c7d69 100644 --- a/manifests/d/Docker/DockerDesktop/4.29.0/Docker.DockerDesktop.installer.yaml +++ b/manifests/d/Docker/DockerDesktop/4.29.0/Docker.DockerDesktop.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: Docker.DockerDesktop PackageVersion: 4.29.0 @@ -24,4 +24,4 @@ Installers: InstallerUrl: https://desktop.docker.com/win/main/amd64/145265/Docker%20Desktop%20Installer.exe InstallerSha256: 61199A9E69878C23552B6C0EEA9C07D7CD0D2BACB52CE3ABD7CEF4DDBF99EF52 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.29.0/Docker.DockerDesktop.locale.en-US.yaml b/manifests/d/Docker/DockerDesktop/4.29.0/Docker.DockerDesktop.locale.en-US.yaml index 15d07e6f99644..47e091cd0fa1c 100644 --- a/manifests/d/Docker/DockerDesktop/4.29.0/Docker.DockerDesktop.locale.en-US.yaml +++ b/manifests/d/Docker/DockerDesktop/4.29.0/Docker.DockerDesktop.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: Docker.DockerDesktop PackageVersion: 4.29.0 @@ -16,10 +16,16 @@ LicenseUrl: https://www.docker.com/legal/docker-subscription-service-agreement Copyright: Copyright © 2015-2023 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. Access Docker Desktop and follow the guided onboarding to build your first containerized application in minutes. +# Description: Moniker: docker Tags: - container - containerization - virtualization +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.29.0/Docker.DockerDesktop.yaml b/manifests/d/Docker/DockerDesktop/4.29.0/Docker.DockerDesktop.yaml index 4c62082b60420..9dcaba3763a6b 100644 --- a/manifests/d/Docker/DockerDesktop/4.29.0/Docker.DockerDesktop.yaml +++ b/manifests/d/Docker/DockerDesktop/4.29.0/Docker.DockerDesktop.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: Docker.DockerDesktop PackageVersion: 4.29.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.3.1/Docker.DockerDesktop.installer.yaml b/manifests/d/Docker/DockerDesktop/4.3.1/Docker.DockerDesktop.installer.yaml index dd5a90f829cf0..ef5426bc73fdd 100644 --- a/manifests/d/Docker/DockerDesktop/4.3.1/Docker.DockerDesktop.installer.yaml +++ b/manifests/d/Docker/DockerDesktop/4.3.1/Docker.DockerDesktop.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: Docker.DockerDesktop PackageVersion: 4.3.1 @@ -15,13 +15,13 @@ InstallModes: InstallerSwitches: Silent: install --quiet SilentWithProgress: install --quiet -UpgradeBehavior: install ExpectedReturnCodes: - InstallerReturnCode: 3 ReturnResponse: alreadyInstalled +UpgradeBehavior: install Installers: - Architecture: x64 InstallerUrl: https://desktop.docker.com/win/main/amd64/72247/Docker%20Desktop%20Installer.exe InstallerSha256: F09071D02067D485DA8D433C52B513D13C316A755D252482E39AEAE26CCF4EA6 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.3.1/Docker.DockerDesktop.locale.en-US.yaml b/manifests/d/Docker/DockerDesktop/4.3.1/Docker.DockerDesktop.locale.en-US.yaml index 8caa8cf58039c..99dfb9c571721 100644 --- a/manifests/d/Docker/DockerDesktop/4.3.1/Docker.DockerDesktop.locale.en-US.yaml +++ b/manifests/d/Docker/DockerDesktop/4.3.1/Docker.DockerDesktop.locale.en-US.yaml @@ -1,12 +1,12 @@ -# 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: Docker.DockerDesktop PackageVersion: 4.3.1 PackageLocale: en-US Publisher: Docker Inc. PublisherUrl: https://www.docker.com -# PublisherSupportUrl: +# PublisherSupportUrl: PrivacyUrl: https://www.docker.com/legal/privacy Author: Docker Inc. PackageName: Docker Desktop @@ -14,16 +14,18 @@ PackageUrl: https://www.docker.com/products/docker-desktop License: Proprietary LicenseUrl: https://www.docker.com/legal/docker-subscription-service-agreement Copyright: Copyright © 2015-2021 Docker Inc. All rights reserved. -# CopyrightUrl: +# CopyrightUrl: ShortDescription: 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. -# Description: +# Description: Moniker: docker Tags: - container - containerization - virtualization -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.3.1/Docker.DockerDesktop.yaml b/manifests/d/Docker/DockerDesktop/4.3.1/Docker.DockerDesktop.yaml index 3cfb4f9d8e9da..4c3dbf0d6f99d 100644 --- a/manifests/d/Docker/DockerDesktop/4.3.1/Docker.DockerDesktop.yaml +++ b/manifests/d/Docker/DockerDesktop/4.3.1/Docker.DockerDesktop.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: Docker.DockerDesktop PackageVersion: 4.3.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.3.2/Docker.DockerDesktop.installer.yaml b/manifests/d/Docker/DockerDesktop/4.3.2/Docker.DockerDesktop.installer.yaml index da13774745011..a51c9560c6dfc 100644 --- a/manifests/d/Docker/DockerDesktop/4.3.2/Docker.DockerDesktop.installer.yaml +++ b/manifests/d/Docker/DockerDesktop/4.3.2/Docker.DockerDesktop.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: Docker.DockerDesktop PackageVersion: 4.3.2 @@ -24,4 +24,4 @@ Installers: InstallerUrl: https://desktop.docker.com/win/main/amd64/72729/Docker%20Desktop%20Installer.exe InstallerSha256: 50C0B59060BEA449FA247EE545EA9EB63C1CF03AE45DF6B8FD03FB5681511E37 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.3.2/Docker.DockerDesktop.locale.en-US.yaml b/manifests/d/Docker/DockerDesktop/4.3.2/Docker.DockerDesktop.locale.en-US.yaml index ddbf54f588ac8..fa122e2c085b6 100644 --- a/manifests/d/Docker/DockerDesktop/4.3.2/Docker.DockerDesktop.locale.en-US.yaml +++ b/manifests/d/Docker/DockerDesktop/4.3.2/Docker.DockerDesktop.locale.en-US.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.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Docker.DockerDesktop PackageVersion: 4.3.2 PackageLocale: en-US Publisher: Docker Inc. PublisherUrl: https://www.docker.com -# PublisherSupportUrl: +# PublisherSupportUrl: PrivacyUrl: https://www.docker.com/legal/privacy Author: Docker Inc. PackageName: Docker Desktop @@ -14,16 +14,18 @@ PackageUrl: https://www.docker.com/products/docker-desktop License: Proprietary LicenseUrl: https://www.docker.com/legal/docker-subscription-service-agreement Copyright: Copyright © 2015-2021 Docker Inc. All rights reserved. -# CopyrightUrl: +# CopyrightUrl: ShortDescription: 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. -# Description: +# Description: Moniker: docker Tags: - container - containerization - virtualization -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.3.2/Docker.DockerDesktop.yaml b/manifests/d/Docker/DockerDesktop/4.3.2/Docker.DockerDesktop.yaml index 726a64624bf52..f835d2c1e6989 100644 --- a/manifests/d/Docker/DockerDesktop/4.3.2/Docker.DockerDesktop.yaml +++ b/manifests/d/Docker/DockerDesktop/4.3.2/Docker.DockerDesktop.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: Docker.DockerDesktop PackageVersion: 4.3.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.30.0/Docker.DockerDesktop.installer.yaml b/manifests/d/Docker/DockerDesktop/4.30.0/Docker.DockerDesktop.installer.yaml index ccc64317da396..03e6922f51a7e 100644 --- a/manifests/d/Docker/DockerDesktop/4.30.0/Docker.DockerDesktop.installer.yaml +++ b/manifests/d/Docker/DockerDesktop/4.30.0/Docker.DockerDesktop.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: Docker.DockerDesktop PackageVersion: 4.30.0 @@ -24,4 +24,4 @@ Installers: InstallerUrl: https://desktop.docker.com/win/main/amd64/149282/Docker%20Desktop%20Installer.exe InstallerSha256: 879C3FB1683955B6FBD7EF6477AA66D4590D28B8B4624EFBCCD4452A1393F5EB ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.30.0/Docker.DockerDesktop.locale.en-US.yaml b/manifests/d/Docker/DockerDesktop/4.30.0/Docker.DockerDesktop.locale.en-US.yaml index f9082b00781f7..a186c86e474ba 100644 --- a/manifests/d/Docker/DockerDesktop/4.30.0/Docker.DockerDesktop.locale.en-US.yaml +++ b/manifests/d/Docker/DockerDesktop/4.30.0/Docker.DockerDesktop.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: Docker.DockerDesktop PackageVersion: 4.30.0 @@ -16,10 +16,16 @@ LicenseUrl: https://www.docker.com/legal/docker-subscription-service-agreement Copyright: Copyright © 2015-2023 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. Access Docker Desktop and follow the guided onboarding to build your first containerized application in minutes. +# Description: Moniker: docker Tags: - container - containerization - virtualization +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.30.0/Docker.DockerDesktop.yaml b/manifests/d/Docker/DockerDesktop/4.30.0/Docker.DockerDesktop.yaml index 9b33218e7bb06..7100ac03d5773 100644 --- a/manifests/d/Docker/DockerDesktop/4.30.0/Docker.DockerDesktop.yaml +++ b/manifests/d/Docker/DockerDesktop/4.30.0/Docker.DockerDesktop.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: Docker.DockerDesktop PackageVersion: 4.30.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.31.0/Docker.DockerDesktop.installer.yaml b/manifests/d/Docker/DockerDesktop/4.31.0/Docker.DockerDesktop.installer.yaml index 8f84f959eb11d..f12f0cfd54764 100644 --- a/manifests/d/Docker/DockerDesktop/4.31.0/Docker.DockerDesktop.installer.yaml +++ b/manifests/d/Docker/DockerDesktop/4.31.0/Docker.DockerDesktop.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: Docker.DockerDesktop PackageVersion: 4.31.0 @@ -25,4 +25,4 @@ Installers: InstallerUrl: https://desktop.docker.com/win/main/amd64/153195/Docker%20Desktop%20Installer.exe InstallerSha256: 4E31FEBB3400B7B8E91F5A3246F811CAF6A0369FBF0DB29214961F9587A70CD8 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.31.0/Docker.DockerDesktop.locale.en-US.yaml b/manifests/d/Docker/DockerDesktop/4.31.0/Docker.DockerDesktop.locale.en-US.yaml index e69ea5b41def4..a689a05b8935b 100644 --- a/manifests/d/Docker/DockerDesktop/4.31.0/Docker.DockerDesktop.locale.en-US.yaml +++ b/manifests/d/Docker/DockerDesktop/4.31.0/Docker.DockerDesktop.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: Docker.DockerDesktop PackageVersion: 4.31.0 @@ -16,10 +16,16 @@ LicenseUrl: https://www.docker.com/legal/docker-subscription-service-agreement Copyright: Copyright © 2015-2023 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. Access Docker Desktop and follow the guided onboarding to build your first containerized application in minutes. +# Description: Moniker: docker Tags: - container - containerization - virtualization +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.31.0/Docker.DockerDesktop.yaml b/manifests/d/Docker/DockerDesktop/4.31.0/Docker.DockerDesktop.yaml index fd0866f68eacd..e6d283dc9b1f6 100644 --- a/manifests/d/Docker/DockerDesktop/4.31.0/Docker.DockerDesktop.yaml +++ b/manifests/d/Docker/DockerDesktop/4.31.0/Docker.DockerDesktop.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: Docker.DockerDesktop PackageVersion: 4.31.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.31.1/Docker.DockerDesktop.installer.yaml b/manifests/d/Docker/DockerDesktop/4.31.1/Docker.DockerDesktop.installer.yaml index 22d054078c307..24cbe6ddcc348 100644 --- a/manifests/d/Docker/DockerDesktop/4.31.1/Docker.DockerDesktop.installer.yaml +++ b/manifests/d/Docker/DockerDesktop/4.31.1/Docker.DockerDesktop.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 $debug=NVS2.CRLF.7-5-0-preview-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: Docker.DockerDesktop PackageVersion: 4.31.1 @@ -23,4 +23,4 @@ Installers: InstallerUrl: https://desktop.docker.com/win/main/arm64/153621/Docker%20Desktop%20Installer.exe InstallerSha256: C95FCFC51F23902314CC1857F658DD10174AB5B2EF6AAB8E90BCAEC6856BA7FC ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.31.1/Docker.DockerDesktop.locale.en-US.yaml b/manifests/d/Docker/DockerDesktop/4.31.1/Docker.DockerDesktop.locale.en-US.yaml index fa7da035f874f..246092e521850 100644 --- a/manifests/d/Docker/DockerDesktop/4.31.1/Docker.DockerDesktop.locale.en-US.yaml +++ b/manifests/d/Docker/DockerDesktop/4.31.1/Docker.DockerDesktop.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 $debug=NVS2.CRLF.7-5-0-preview-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: Docker.DockerDesktop PackageVersion: 4.31.1 @@ -28,4 +28,4 @@ ReleaseNotesUrl: https://docs.docker.com/desktop/release-notes/#4311 # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.31.1/Docker.DockerDesktop.yaml b/manifests/d/Docker/DockerDesktop/4.31.1/Docker.DockerDesktop.yaml index abef8cb534313..02c1c1f0b6e9b 100644 --- a/manifests/d/Docker/DockerDesktop/4.31.1/Docker.DockerDesktop.yaml +++ b/manifests/d/Docker/DockerDesktop/4.31.1/Docker.DockerDesktop.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.4.1 $debug=NVS2.CRLF.7-5-0-preview-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: Docker.DockerDesktop PackageVersion: 4.31.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.32.0/Docker.DockerDesktop.installer.yaml b/manifests/d/Docker/DockerDesktop/4.32.0/Docker.DockerDesktop.installer.yaml index 7f00f7effee25..71936da2b8212 100644 --- a/manifests/d/Docker/DockerDesktop/4.32.0/Docker.DockerDesktop.installer.yaml +++ b/manifests/d/Docker/DockerDesktop/4.32.0/Docker.DockerDesktop.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: Docker.DockerDesktop PackageVersion: 4.32.0 @@ -23,4 +23,4 @@ Installers: InstallerUrl: https://desktop.docker.com/win/main/arm64/157355/Docker%20Desktop%20Installer.exe InstallerSha256: DCCA48B28C9E58F029C567EEB660D5B35B6262AC5A0A4AD17FED616BB8ED6BF7 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.32.0/Docker.DockerDesktop.locale.en-US.yaml b/manifests/d/Docker/DockerDesktop/4.32.0/Docker.DockerDesktop.locale.en-US.yaml index 06a8b2c77e94c..2d3bd0bd1bb3a 100644 --- a/manifests/d/Docker/DockerDesktop/4.32.0/Docker.DockerDesktop.locale.en-US.yaml +++ b/manifests/d/Docker/DockerDesktop/4.32.0/Docker.DockerDesktop.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: Docker.DockerDesktop PackageVersion: 4.32.0 @@ -16,11 +16,16 @@ LicenseUrl: https://www.docker.com/legal/docker-subscription-service-agreement Copyright: Copyright © 2015-2023 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. Access Docker Desktop and follow the guided onboarding to build your first containerized application in minutes. +# Description: Moniker: docker Tags: - container - containerization - virtualization +# ReleaseNotes: ReleaseNotesUrl: https://docs.docker.com/desktop/release-notes/#4320 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.32.0/Docker.DockerDesktop.yaml b/manifests/d/Docker/DockerDesktop/4.32.0/Docker.DockerDesktop.yaml index c16edae68b6fb..7fb194087aa9e 100644 --- a/manifests/d/Docker/DockerDesktop/4.32.0/Docker.DockerDesktop.yaml +++ b/manifests/d/Docker/DockerDesktop/4.32.0/Docker.DockerDesktop.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: Docker.DockerDesktop PackageVersion: 4.32.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.33.0/Docker.DockerDesktop.installer.yaml b/manifests/d/Docker/DockerDesktop/4.33.0/Docker.DockerDesktop.installer.yaml index 275ab6d3a3654..0833920ebf6cf 100644 --- a/manifests/d/Docker/DockerDesktop/4.33.0/Docker.DockerDesktop.installer.yaml +++ b/manifests/d/Docker/DockerDesktop/4.33.0/Docker.DockerDesktop.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: Docker.DockerDesktop PackageVersion: 4.33.0 @@ -23,4 +23,4 @@ Installers: InstallerUrl: https://desktop.docker.com/win/main/arm64/160616/Docker%20Desktop%20Installer.exe InstallerSha256: 7C4080212365A94E3727BABD65B28FFD8D03B3B48ABA0B2FE03D0B5A5D2111BF ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.33.0/Docker.DockerDesktop.locale.en-US.yaml b/manifests/d/Docker/DockerDesktop/4.33.0/Docker.DockerDesktop.locale.en-US.yaml index ae199a633ec8a..29934713ca6f3 100644 --- a/manifests/d/Docker/DockerDesktop/4.33.0/Docker.DockerDesktop.locale.en-US.yaml +++ b/manifests/d/Docker/DockerDesktop/4.33.0/Docker.DockerDesktop.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: Docker.DockerDesktop PackageVersion: 4.33.0 @@ -16,11 +16,16 @@ LicenseUrl: https://www.docker.com/legal/docker-subscription-service-agreement Copyright: Copyright © 2015-2023 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. Access Docker Desktop and follow the guided onboarding to build your first containerized application in minutes. +# Description: Moniker: docker Tags: - container - containerization - virtualization +# ReleaseNotes: ReleaseNotesUrl: https://docs.docker.com/desktop/release-notes/#4320 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.33.0/Docker.DockerDesktop.yaml b/manifests/d/Docker/DockerDesktop/4.33.0/Docker.DockerDesktop.yaml index 78267c30f85b9..cf1d8f4dd4aca 100644 --- a/manifests/d/Docker/DockerDesktop/4.33.0/Docker.DockerDesktop.yaml +++ b/manifests/d/Docker/DockerDesktop/4.33.0/Docker.DockerDesktop.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: Docker.DockerDesktop PackageVersion: 4.33.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.33.1/Docker.DockerDesktop.installer.yaml b/manifests/d/Docker/DockerDesktop/4.33.1/Docker.DockerDesktop.installer.yaml index 7d5b5f7eaa672..1130ad85c8ba7 100644 --- a/manifests/d/Docker/DockerDesktop/4.33.1/Docker.DockerDesktop.installer.yaml +++ b/manifests/d/Docker/DockerDesktop/4.33.1/Docker.DockerDesktop.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: Docker.DockerDesktop PackageVersion: 4.33.1 @@ -23,4 +23,4 @@ Installers: InstallerUrl: https://desktop.docker.com/win/main/arm64/161083/Docker%20Desktop%20Installer.exe InstallerSha256: ACCFE6CE327834F7FF3342AD65325516F7AE81E425AAFD21A0356C632FEB3D8C ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.33.1/Docker.DockerDesktop.locale.en-US.yaml b/manifests/d/Docker/DockerDesktop/4.33.1/Docker.DockerDesktop.locale.en-US.yaml index 2ae8ae63d4726..08c6e9a2f1025 100644 --- a/manifests/d/Docker/DockerDesktop/4.33.1/Docker.DockerDesktop.locale.en-US.yaml +++ b/manifests/d/Docker/DockerDesktop/4.33.1/Docker.DockerDesktop.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: Docker.DockerDesktop PackageVersion: 4.33.1 @@ -16,11 +16,16 @@ LicenseUrl: https://www.docker.com/legal/docker-subscription-service-agreement Copyright: Copyright © 2015-2023 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. Access Docker Desktop and follow the guided onboarding to build your first containerized application in minutes. +# Description: Moniker: docker Tags: - container - containerization - virtualization +# ReleaseNotes: ReleaseNotesUrl: https://docs.docker.com/desktop/release-notes/#4331 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.33.1/Docker.DockerDesktop.yaml b/manifests/d/Docker/DockerDesktop/4.33.1/Docker.DockerDesktop.yaml index 628e91464e7fe..fe2d53062c288 100644 --- a/manifests/d/Docker/DockerDesktop/4.33.1/Docker.DockerDesktop.yaml +++ b/manifests/d/Docker/DockerDesktop/4.33.1/Docker.DockerDesktop.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: Docker.DockerDesktop PackageVersion: 4.33.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.34.0/Docker.DockerDesktop.installer.yaml b/manifests/d/Docker/DockerDesktop/4.34.0/Docker.DockerDesktop.installer.yaml index 8f6fd425cc2d7..6a641df6bd766 100644 --- a/manifests/d/Docker/DockerDesktop/4.34.0/Docker.DockerDesktop.installer.yaml +++ b/manifests/d/Docker/DockerDesktop/4.34.0/Docker.DockerDesktop.installer.yaml @@ -1,5 +1,5 @@ -# Created with komac v2.4.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: Docker.DockerDesktop PackageVersion: 4.34.0 @@ -23,4 +23,4 @@ Installers: InstallerUrl: https://desktop.docker.com/win/main/amd64/165256/Docker%20Desktop%20Installer.exe InstallerSha256: 192D3A90F6CE7F48F393C5D94C0EB05421E5088D507C644E7EF770F8E1353051 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.34.0/Docker.DockerDesktop.locale.en-US.yaml b/manifests/d/Docker/DockerDesktop/4.34.0/Docker.DockerDesktop.locale.en-US.yaml index 5bde505dea0ab..858055fdcaa55 100644 --- a/manifests/d/Docker/DockerDesktop/4.34.0/Docker.DockerDesktop.locale.en-US.yaml +++ b/manifests/d/Docker/DockerDesktop/4.34.0/Docker.DockerDesktop.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with komac v2.4.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: Docker.DockerDesktop PackageVersion: 4.34.0 @@ -16,11 +16,16 @@ LicenseUrl: https://www.docker.com/legal/docker-subscription-service-agreement Copyright: Copyright © 2015-2023 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. Access Docker Desktop and follow the guided onboarding to build your first containerized application in minutes. +# Description: Moniker: docker Tags: - container - containerization - virtualization +# ReleaseNotes: ReleaseNotesUrl: https://docs.docker.com/desktop/release-notes/#4340 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.34.0/Docker.DockerDesktop.yaml b/manifests/d/Docker/DockerDesktop/4.34.0/Docker.DockerDesktop.yaml index 213505e1aad03..c8eb234dd1716 100644 --- a/manifests/d/Docker/DockerDesktop/4.34.0/Docker.DockerDesktop.yaml +++ b/manifests/d/Docker/DockerDesktop/4.34.0/Docker.DockerDesktop.yaml @@ -1,8 +1,8 @@ -# Created with komac v2.4.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: Docker.DockerDesktop PackageVersion: 4.34.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.34.1/Docker.DockerDesktop.installer.yaml b/manifests/d/Docker/DockerDesktop/4.34.1/Docker.DockerDesktop.installer.yaml index db249f6ac9d10..37f2a8b5960e9 100644 --- a/manifests/d/Docker/DockerDesktop/4.34.1/Docker.DockerDesktop.installer.yaml +++ b/manifests/d/Docker/DockerDesktop/4.34.1/Docker.DockerDesktop.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: Docker.DockerDesktop PackageVersion: 4.34.1 @@ -23,4 +23,4 @@ Installers: InstallerUrl: https://desktop.docker.com/win/main/arm64/166053/Docker%20Desktop%20Installer.exe InstallerSha256: E4FAE83C68780E9AA93BBEF21BBB322A07CE70D209E726BCB9C2C0FB0B84BC45 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.34.1/Docker.DockerDesktop.locale.en-US.yaml b/manifests/d/Docker/DockerDesktop/4.34.1/Docker.DockerDesktop.locale.en-US.yaml index 48d8678f6b879..3d224c2c70618 100644 --- a/manifests/d/Docker/DockerDesktop/4.34.1/Docker.DockerDesktop.locale.en-US.yaml +++ b/manifests/d/Docker/DockerDesktop/4.34.1/Docker.DockerDesktop.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: Docker.DockerDesktop PackageVersion: 4.34.1 @@ -16,11 +16,16 @@ LicenseUrl: https://www.docker.com/legal/docker-subscription-service-agreement Copyright: Copyright © 2015-2023 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. Access Docker Desktop and follow the guided onboarding to build your first containerized application in minutes. +# Description: Moniker: docker Tags: - container - containerization - virtualization +# ReleaseNotes: ReleaseNotesUrl: https://docs.docker.com/desktop/release-notes/#4341 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.34.1/Docker.DockerDesktop.yaml b/manifests/d/Docker/DockerDesktop/4.34.1/Docker.DockerDesktop.yaml index c4ffd7cb7d371..c99c97a4b6f22 100644 --- a/manifests/d/Docker/DockerDesktop/4.34.1/Docker.DockerDesktop.yaml +++ b/manifests/d/Docker/DockerDesktop/4.34.1/Docker.DockerDesktop.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: Docker.DockerDesktop PackageVersion: 4.34.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.34.2/Docker.DockerDesktop.installer.yaml b/manifests/d/Docker/DockerDesktop/4.34.2/Docker.DockerDesktop.installer.yaml index 4e67a0884c67a..2b7e2c29546c3 100644 --- a/manifests/d/Docker/DockerDesktop/4.34.2/Docker.DockerDesktop.installer.yaml +++ b/manifests/d/Docker/DockerDesktop/4.34.2/Docker.DockerDesktop.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: Docker.DockerDesktop PackageVersion: 4.34.2 @@ -23,4 +23,4 @@ Installers: InstallerUrl: https://desktop.docker.com/win/main/arm64/167172/Docker%20Desktop%20Installer.exe InstallerSha256: EA61A3969EACD12983D256CA31B54043DEDC4718FE8DDB10A27097C7865A440D ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.34.2/Docker.DockerDesktop.locale.en-US.yaml b/manifests/d/Docker/DockerDesktop/4.34.2/Docker.DockerDesktop.locale.en-US.yaml index e440ea740f7d3..de8be0721500f 100644 --- a/manifests/d/Docker/DockerDesktop/4.34.2/Docker.DockerDesktop.locale.en-US.yaml +++ b/manifests/d/Docker/DockerDesktop/4.34.2/Docker.DockerDesktop.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: Docker.DockerDesktop PackageVersion: 4.34.2 @@ -16,11 +16,16 @@ LicenseUrl: https://www.docker.com/legal/docker-subscription-service-agreement Copyright: Copyright © 2015-2023 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. Access Docker Desktop and follow the guided onboarding to build your first containerized application in minutes. +# Description: Moniker: docker Tags: - container - containerization - virtualization +# ReleaseNotes: ReleaseNotesUrl: https://docs.docker.com/desktop/release-notes/#4342 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.34.2/Docker.DockerDesktop.yaml b/manifests/d/Docker/DockerDesktop/4.34.2/Docker.DockerDesktop.yaml index 5963df4ac0090..60054bf25d2c9 100644 --- a/manifests/d/Docker/DockerDesktop/4.34.2/Docker.DockerDesktop.yaml +++ b/manifests/d/Docker/DockerDesktop/4.34.2/Docker.DockerDesktop.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: Docker.DockerDesktop PackageVersion: 4.34.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.34.3/Docker.DockerDesktop.installer.yaml b/manifests/d/Docker/DockerDesktop/4.34.3/Docker.DockerDesktop.installer.yaml index 648193c0197a7..283230dcfd627 100644 --- a/manifests/d/Docker/DockerDesktop/4.34.3/Docker.DockerDesktop.installer.yaml +++ b/manifests/d/Docker/DockerDesktop/4.34.3/Docker.DockerDesktop.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: Docker.DockerDesktop PackageVersion: 4.34.3 @@ -23,4 +23,4 @@ Installers: InstallerUrl: https://desktop.docker.com/win/main/arm64/170107/Docker%20Desktop%20Installer.exe InstallerSha256: 945EE1E43297F2704DB732F7E80FFD3E7A443BB13B6F5251F24C5CF56C662058 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.34.3/Docker.DockerDesktop.locale.en-US.yaml b/manifests/d/Docker/DockerDesktop/4.34.3/Docker.DockerDesktop.locale.en-US.yaml index fac5ca089573a..cb8533a444ba3 100644 --- a/manifests/d/Docker/DockerDesktop/4.34.3/Docker.DockerDesktop.locale.en-US.yaml +++ b/manifests/d/Docker/DockerDesktop/4.34.3/Docker.DockerDesktop.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: Docker.DockerDesktop PackageVersion: 4.34.3 @@ -16,11 +16,16 @@ LicenseUrl: https://www.docker.com/legal/docker-subscription-service-agreement Copyright: Copyright © 2015-2023 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. Access Docker Desktop and follow the guided onboarding to build your first containerized application in minutes. +# Description: Moniker: docker Tags: - container - containerization - virtualization +# ReleaseNotes: ReleaseNotesUrl: https://docs.docker.com/desktop/release-notes/#4343 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.34.3/Docker.DockerDesktop.yaml b/manifests/d/Docker/DockerDesktop/4.34.3/Docker.DockerDesktop.yaml index 593a8bd39ebb1..b93985e76ba02 100644 --- a/manifests/d/Docker/DockerDesktop/4.34.3/Docker.DockerDesktop.yaml +++ b/manifests/d/Docker/DockerDesktop/4.34.3/Docker.DockerDesktop.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: Docker.DockerDesktop PackageVersion: 4.34.3 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.35.0/Docker.DockerDesktop.installer.yaml b/manifests/d/Docker/DockerDesktop/4.35.0/Docker.DockerDesktop.installer.yaml index cef7352f32340..ac4910982a35c 100644 --- a/manifests/d/Docker/DockerDesktop/4.35.0/Docker.DockerDesktop.installer.yaml +++ b/manifests/d/Docker/DockerDesktop/4.35.0/Docker.DockerDesktop.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: Docker.DockerDesktop PackageVersion: 4.35.0 @@ -23,4 +23,4 @@ Installers: InstallerUrl: https://desktop.docker.com/win/main/arm64/172550/Docker%20Desktop%20Installer.exe InstallerSha256: FC4E2D72A2CD229AABD51142B35F57E3F09BB323BE10B64659BFC5E7BE8D71EE ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.35.0/Docker.DockerDesktop.locale.en-US.yaml b/manifests/d/Docker/DockerDesktop/4.35.0/Docker.DockerDesktop.locale.en-US.yaml index 9172dce81926d..696ebd5fde78a 100644 --- a/manifests/d/Docker/DockerDesktop/4.35.0/Docker.DockerDesktop.locale.en-US.yaml +++ b/manifests/d/Docker/DockerDesktop/4.35.0/Docker.DockerDesktop.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: Docker.DockerDesktop PackageVersion: 4.35.0 @@ -16,10 +16,16 @@ LicenseUrl: https://www.docker.com/legal/docker-subscription-service-agreement Copyright: Copyright © 2015-2023 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. Access Docker Desktop and follow the guided onboarding to build your first containerized application in minutes. +# Description: Moniker: docker Tags: - container - containerization - virtualization +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.35.0/Docker.DockerDesktop.yaml b/manifests/d/Docker/DockerDesktop/4.35.0/Docker.DockerDesktop.yaml index b1be9dd2246bf..86f9551650baf 100644 --- a/manifests/d/Docker/DockerDesktop/4.35.0/Docker.DockerDesktop.yaml +++ b/manifests/d/Docker/DockerDesktop/4.35.0/Docker.DockerDesktop.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: Docker.DockerDesktop PackageVersion: 4.35.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.35.1/Docker.DockerDesktop.installer.yaml b/manifests/d/Docker/DockerDesktop/4.35.1/Docker.DockerDesktop.installer.yaml index 70d6832202cbc..cd475969f2323 100644 --- a/manifests/d/Docker/DockerDesktop/4.35.1/Docker.DockerDesktop.installer.yaml +++ b/manifests/d/Docker/DockerDesktop/4.35.1/Docker.DockerDesktop.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: Docker.DockerDesktop PackageVersion: 4.35.1 @@ -23,4 +23,4 @@ Installers: InstallerUrl: https://desktop.docker.com/win/main/arm64/173168/Docker%20Desktop%20Installer.exe InstallerSha256: 440F67E57D6B7C3E541055A8DD60A13380B4F267C0CC901830F31AD5E0C94553 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.35.1/Docker.DockerDesktop.locale.en-US.yaml b/manifests/d/Docker/DockerDesktop/4.35.1/Docker.DockerDesktop.locale.en-US.yaml index b8601400330b0..9a043e1232498 100644 --- a/manifests/d/Docker/DockerDesktop/4.35.1/Docker.DockerDesktop.locale.en-US.yaml +++ b/manifests/d/Docker/DockerDesktop/4.35.1/Docker.DockerDesktop.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: Docker.DockerDesktop PackageVersion: 4.35.1 @@ -16,10 +16,16 @@ LicenseUrl: https://www.docker.com/legal/docker-subscription-service-agreement Copyright: Copyright © 2015-2023 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. Access Docker Desktop and follow the guided onboarding to build your first containerized application in minutes. +# Description: Moniker: docker Tags: - container - containerization - virtualization +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.35.1/Docker.DockerDesktop.yaml b/manifests/d/Docker/DockerDesktop/4.35.1/Docker.DockerDesktop.yaml index a190d47711b46..6c8ac398dfda3 100644 --- a/manifests/d/Docker/DockerDesktop/4.35.1/Docker.DockerDesktop.yaml +++ b/manifests/d/Docker/DockerDesktop/4.35.1/Docker.DockerDesktop.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: Docker.DockerDesktop PackageVersion: 4.35.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.36.0/Docker.DockerDesktop.installer.yaml b/manifests/d/Docker/DockerDesktop/4.36.0/Docker.DockerDesktop.installer.yaml index 9ba2a27fd0c96..af78bc386a046 100644 --- a/manifests/d/Docker/DockerDesktop/4.36.0/Docker.DockerDesktop.installer.yaml +++ b/manifests/d/Docker/DockerDesktop/4.36.0/Docker.DockerDesktop.installer.yaml @@ -1,4 +1,4 @@ -# Created with komac v2.6.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: Docker.DockerDesktop @@ -14,8 +14,8 @@ InstallerSwitches: Silent: install --quiet SilentWithProgress: install --quiet UpgradeBehavior: install -ElevationRequirement: elevatesSelf ReleaseDate: 2024-11-17 +ElevationRequirement: elevatesSelf Installers: - Architecture: x64 InstallerUrl: https://desktop.docker.com/win/main/amd64/175267/Docker%20Desktop%20Installer.exe diff --git a/manifests/d/Docker/DockerDesktop/4.36.0/Docker.DockerDesktop.locale.en-US.yaml b/manifests/d/Docker/DockerDesktop/4.36.0/Docker.DockerDesktop.locale.en-US.yaml index 33818b7c2881f..78551018299ad 100644 --- a/manifests/d/Docker/DockerDesktop/4.36.0/Docker.DockerDesktop.locale.en-US.yaml +++ b/manifests/d/Docker/DockerDesktop/4.36.0/Docker.DockerDesktop.locale.en-US.yaml @@ -1,4 +1,4 @@ -# Created with komac v2.6.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: Docker.DockerDesktop @@ -16,10 +16,16 @@ LicenseUrl: https://www.docker.com/legal/docker-subscription-service-agreement Copyright: Copyright © 2015-2023 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. Access Docker Desktop and follow the guided onboarding to build your first containerized application in minutes. +# Description: Moniker: docker Tags: - container - containerization - virtualization +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.36.0/Docker.DockerDesktop.yaml b/manifests/d/Docker/DockerDesktop/4.36.0/Docker.DockerDesktop.yaml index e8ed6f94da40e..cd4ae0fb94c49 100644 --- a/manifests/d/Docker/DockerDesktop/4.36.0/Docker.DockerDesktop.yaml +++ b/manifests/d/Docker/DockerDesktop/4.36.0/Docker.DockerDesktop.yaml @@ -1,4 +1,4 @@ -# Created with komac v2.6.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: Docker.DockerDesktop diff --git a/manifests/d/Docker/DockerDesktop/4.37.1/Docker.DockerDesktop.installer.yaml b/manifests/d/Docker/DockerDesktop/4.37.1/Docker.DockerDesktop.installer.yaml index 054f8baec82b5..f8829c8026080 100644 --- a/manifests/d/Docker/DockerDesktop/4.37.1/Docker.DockerDesktop.installer.yaml +++ b/manifests/d/Docker/DockerDesktop/4.37.1/Docker.DockerDesktop.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: Docker.DockerDesktop diff --git a/manifests/d/Docker/DockerDesktop/4.37.1/Docker.DockerDesktop.locale.en-US.yaml b/manifests/d/Docker/DockerDesktop/4.37.1/Docker.DockerDesktop.locale.en-US.yaml index 0a2e8029dd8c6..4bd3a422ebec9 100644 --- a/manifests/d/Docker/DockerDesktop/4.37.1/Docker.DockerDesktop.locale.en-US.yaml +++ b/manifests/d/Docker/DockerDesktop/4.37.1/Docker.DockerDesktop.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: Docker.DockerDesktop @@ -21,7 +21,12 @@ Moniker: docker Tags: - container - containerization -- virtualization - develop +- virtualization +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.37.1/Docker.DockerDesktop.locale.zh-CN.yaml b/manifests/d/Docker/DockerDesktop/4.37.1/Docker.DockerDesktop.locale.zh-CN.yaml index 45c765b52cc43..c0a2f87aa465e 100644 --- a/manifests/d/Docker/DockerDesktop/4.37.1/Docker.DockerDesktop.locale.zh-CN.yaml +++ b/manifests/d/Docker/DockerDesktop/4.37.1/Docker.DockerDesktop.locale.zh-CN.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.locale.1.9.0.schema.json PackageIdentifier: Docker.DockerDesktop @@ -17,11 +17,16 @@ 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 并按照指导入门,几分钟内就能构建你的第一个容器化应用程序。 -#Moniker: docker +# Moniker: Tags: - 容器 - 容器化 -- 虚拟化 - 开发 +- 虚拟化 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: locale ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.37.1/Docker.DockerDesktop.yaml b/manifests/d/Docker/DockerDesktop/4.37.1/Docker.DockerDesktop.yaml index 10d57c9e8cbe3..cb90712183fb3 100644 --- a/manifests/d/Docker/DockerDesktop/4.37.1/Docker.DockerDesktop.yaml +++ b/manifests/d/Docker/DockerDesktop/4.37.1/Docker.DockerDesktop.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: Docker.DockerDesktop 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/Docker/DockerDesktop/4.4.2/Docker.DockerDesktop.installer.yaml b/manifests/d/Docker/DockerDesktop/4.4.2/Docker.DockerDesktop.installer.yaml index ef54ebadded49..fb847987101c3 100644 --- a/manifests/d/Docker/DockerDesktop/4.4.2/Docker.DockerDesktop.installer.yaml +++ b/manifests/d/Docker/DockerDesktop/4.4.2/Docker.DockerDesktop.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: Docker.DockerDesktop PackageVersion: 4.4.2 @@ -24,4 +24,4 @@ Installers: InstallerUrl: https://desktop.docker.com/win/main/amd64/73305/Docker%20Desktop%20Installer.exe InstallerSha256: 2B8C1056AC8839D033663E54E2389CCFA1D01DE41386F33C922FA5072AF6E0F7 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.4.2/Docker.DockerDesktop.locale.en-US.yaml b/manifests/d/Docker/DockerDesktop/4.4.2/Docker.DockerDesktop.locale.en-US.yaml index 41127d1a05c22..1cc6184d4b0b0 100644 --- a/manifests/d/Docker/DockerDesktop/4.4.2/Docker.DockerDesktop.locale.en-US.yaml +++ b/manifests/d/Docker/DockerDesktop/4.4.2/Docker.DockerDesktop.locale.en-US.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.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Docker.DockerDesktop PackageVersion: 4.4.2 PackageLocale: en-US Publisher: Docker Inc. PublisherUrl: https://www.docker.com -# PublisherSupportUrl: +# PublisherSupportUrl: PrivacyUrl: https://www.docker.com/legal/privacy Author: Docker Inc. PackageName: Docker Desktop @@ -14,16 +14,18 @@ PackageUrl: https://www.docker.com/products/docker-desktop License: Proprietary LicenseUrl: https://www.docker.com/legal/docker-subscription-service-agreement Copyright: Copyright © 2015-2021 Docker Inc. All rights reserved. -# CopyrightUrl: +# CopyrightUrl: ShortDescription: 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. -# Description: +# Description: Moniker: docker Tags: - container - containerization - virtualization -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.4.2/Docker.DockerDesktop.yaml b/manifests/d/Docker/DockerDesktop/4.4.2/Docker.DockerDesktop.yaml index c389cd5faa69f..9539487ada8a7 100644 --- a/manifests/d/Docker/DockerDesktop/4.4.2/Docker.DockerDesktop.yaml +++ b/manifests/d/Docker/DockerDesktop/4.4.2/Docker.DockerDesktop.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: Docker.DockerDesktop PackageVersion: 4.4.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.4.3/Docker.DockerDesktop.installer.yaml b/manifests/d/Docker/DockerDesktop/4.4.3/Docker.DockerDesktop.installer.yaml index b3c2014c57c5d..26c799455263e 100644 --- a/manifests/d/Docker/DockerDesktop/4.4.3/Docker.DockerDesktop.installer.yaml +++ b/manifests/d/Docker/DockerDesktop/4.4.3/Docker.DockerDesktop.installer.yaml @@ -1,4 +1,6 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + PackageIdentifier: Docker.DockerDesktop PackageVersion: 4.4.3 Platform: @@ -22,5 +24,4 @@ Installers: InstallerUrl: https://desktop.docker.com/win/main/amd64/73365/Docker%20Desktop%20Installer.exe InstallerSha256: 08C403D9696DD95925A1A458D64EF7B8D923BAE0D70A1282F894B9A624050642 ManifestType: installer -ManifestVersion: 1.1.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.4.3/Docker.DockerDesktop.locale.en-US.yaml b/manifests/d/Docker/DockerDesktop/4.4.3/Docker.DockerDesktop.locale.en-US.yaml index 3881188752ea0..3ca824e9b3b84 100644 --- a/manifests/d/Docker/DockerDesktop/4.4.3/Docker.DockerDesktop.locale.en-US.yaml +++ b/manifests/d/Docker/DockerDesktop/4.4.3/Docker.DockerDesktop.locale.en-US.yaml @@ -1,9 +1,12 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultlocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + PackageIdentifier: Docker.DockerDesktop PackageVersion: 4.4.3 PackageLocale: en-US Publisher: Docker Inc. PublisherUrl: https://www.docker.com +# PublisherSupportUrl: PrivacyUrl: https://www.docker.com/legal/privacy Author: Docker Inc. PackageName: Docker Desktop @@ -11,12 +14,18 @@ PackageUrl: https://www.docker.com/products/docker-desktop License: Proprietary LicenseUrl: https://www.docker.com/legal/docker-subscription-service-agreement Copyright: Copyright © 2015-2021 Docker Inc. All rights reserved. +# CopyrightUrl: ShortDescription: 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. +# Description: Moniker: docker Tags: - container - containerization - virtualization +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.4.3/Docker.DockerDesktop.yaml b/manifests/d/Docker/DockerDesktop/4.4.3/Docker.DockerDesktop.yaml index 778626edfea55..19a8e1b9d276b 100644 --- a/manifests/d/Docker/DockerDesktop/4.4.3/Docker.DockerDesktop.yaml +++ b/manifests/d/Docker/DockerDesktop/4.4.3/Docker.DockerDesktop.yaml @@ -1,7 +1,8 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + PackageIdentifier: Docker.DockerDesktop PackageVersion: 4.4.3 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.4.4/Docker.DockerDesktop.installer.yaml b/manifests/d/Docker/DockerDesktop/4.4.4/Docker.DockerDesktop.installer.yaml index d5de599cecdfe..64b7147f94cd4 100644 --- a/manifests/d/Docker/DockerDesktop/4.4.4/Docker.DockerDesktop.installer.yaml +++ b/manifests/d/Docker/DockerDesktop/4.4.4/Docker.DockerDesktop.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: Docker.DockerDesktop PackageVersion: 4.4.4 @@ -25,4 +25,4 @@ Installers: InstallerUrl: https://desktop.docker.com/win/main/amd64/73704/Docker%20Desktop%20Installer.exe InstallerSha256: F0AC27A93F9D0B4ECFBD515D173DB2082A73ADCFADA695DF5C4E63CA3DB5401F ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.4.4/Docker.DockerDesktop.locale.en-US.yaml b/manifests/d/Docker/DockerDesktop/4.4.4/Docker.DockerDesktop.locale.en-US.yaml index f4aa7aff6f1a5..bbc5aa51f0b64 100644 --- a/manifests/d/Docker/DockerDesktop/4.4.4/Docker.DockerDesktop.locale.en-US.yaml +++ b/manifests/d/Docker/DockerDesktop/4.4.4/Docker.DockerDesktop.locale.en-US.yaml @@ -1,12 +1,12 @@ -# 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: Docker.DockerDesktop PackageVersion: 4.4.4 PackageLocale: en-US Publisher: Docker Inc. PublisherUrl: https://www.docker.com -# PublisherSupportUrl: +# PublisherSupportUrl: PrivacyUrl: https://www.docker.com/legal/privacy Author: Docker Inc. PackageName: Docker Desktop @@ -16,13 +16,12 @@ LicenseUrl: https://www.docker.com/legal/docker-subscription-service-agreement Copyright: Copyright © 2015-2021 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. Access Docker Desktop and follow the guided onboarding to build your first containerized application in minutes. -# Description: +# Description: Moniker: docker Tags: - container - containerization - virtualization -# Agreements: ReleaseNotes: |- Security • Fixed CVE-2022-23774 where arbitrary files could be moved on the system. @@ -35,5 +34,8 @@ ReleaseNotes: |- • After logging in, when the Dashboard receives focus, it sometimes stays in the foreground even when clicking a background window. As a workaround you need to click the Dashboard before clicking another application window. • The tips of the week show on top of the mandatory login dialog when an organization restriction is enabled via a registry.json file. ReleaseNotesUrl: https://docs.docker.com/desktop/windows/release-notes/ +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.4.4/Docker.DockerDesktop.yaml b/manifests/d/Docker/DockerDesktop/4.4.4/Docker.DockerDesktop.yaml index 96078b9614fd3..8ed901acee024 100644 --- a/manifests/d/Docker/DockerDesktop/4.4.4/Docker.DockerDesktop.yaml +++ b/manifests/d/Docker/DockerDesktop/4.4.4/Docker.DockerDesktop.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: Docker.DockerDesktop PackageVersion: 4.4.4 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.5.0/Docker.DockerDesktop.installer.yaml b/manifests/d/Docker/DockerDesktop/4.5.0/Docker.DockerDesktop.installer.yaml index 1ded25815401d..2e5f810588441 100644 --- a/manifests/d/Docker/DockerDesktop/4.5.0/Docker.DockerDesktop.installer.yaml +++ b/manifests/d/Docker/DockerDesktop/4.5.0/Docker.DockerDesktop.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: Docker.DockerDesktop PackageVersion: 4.5.0 @@ -25,4 +25,4 @@ Installers: InstallerUrl: https://desktop.docker.com/win/main/amd64/74594/Docker%20Desktop%20Installer.exe InstallerSha256: 9D5E5A67EFF1CCED59F0D4F9A7FBD8283A16AEECC3B95DB7E2F49529669482F8 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.5.0/Docker.DockerDesktop.locale.en-US.yaml b/manifests/d/Docker/DockerDesktop/4.5.0/Docker.DockerDesktop.locale.en-US.yaml index ed559c02d49d3..b559e9b316a7c 100644 --- a/manifests/d/Docker/DockerDesktop/4.5.0/Docker.DockerDesktop.locale.en-US.yaml +++ b/manifests/d/Docker/DockerDesktop/4.5.0/Docker.DockerDesktop.locale.en-US.yaml @@ -1,12 +1,12 @@ -# 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: Docker.DockerDesktop PackageVersion: 4.5.0 PackageLocale: en-US Publisher: Docker Inc. PublisherUrl: https://www.docker.com -# PublisherSupportUrl: +# PublisherSupportUrl: PrivacyUrl: https://www.docker.com/legal/privacy Author: Docker Inc. PackageName: Docker Desktop @@ -16,13 +16,12 @@ LicenseUrl: https://www.docker.com/legal/docker-subscription-service-agreement Copyright: Copyright © 2015-2021 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. Access Docker Desktop and follow the guided onboarding to build your first containerized application in minutes. -# Description: +# Description: Moniker: docker Tags: - container - containerization - virtualization -# Agreements: ReleaseNotes: |- New • Docker Desktop 4.5.0 introduces a new version of the Docker menu which creates a consistent user experience across all operating systems. For more information, see the blog post New Docker Menu & Improved Release Highlights with Docker Desktop 4.5 @@ -36,5 +35,8 @@ ReleaseNotes: |- • Fixed an issue related to compose app started with version 2, but the dashboard only deals with version 1 • Fixed an issue where Docker Desktop incorrectly prompted users to sign in after they quit Docker Desktop and start the application. ReleaseNotesUrl: https://docs.docker.com/desktop/windows/release-notes/ +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.5.0/Docker.DockerDesktop.yaml b/manifests/d/Docker/DockerDesktop/4.5.0/Docker.DockerDesktop.yaml index c59c59f07ef49..c4308e66586ea 100644 --- a/manifests/d/Docker/DockerDesktop/4.5.0/Docker.DockerDesktop.yaml +++ b/manifests/d/Docker/DockerDesktop/4.5.0/Docker.DockerDesktop.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: Docker.DockerDesktop PackageVersion: 4.5.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.5.1/Docker.DockerDesktop.installer.yaml b/manifests/d/Docker/DockerDesktop/4.5.1/Docker.DockerDesktop.installer.yaml index f9f1ba7094162..76f5bdf9b18cc 100644 --- a/manifests/d/Docker/DockerDesktop/4.5.1/Docker.DockerDesktop.installer.yaml +++ b/manifests/d/Docker/DockerDesktop/4.5.1/Docker.DockerDesktop.installer.yaml @@ -1,4 +1,6 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + PackageIdentifier: Docker.DockerDesktop PackageVersion: 4.5.1 Platform: @@ -23,5 +25,4 @@ Installers: InstallerUrl: https://desktop.docker.com/win/main/amd64/74721/Docker%20Desktop%20Installer.exe InstallerSha256: BE3BB5F9983B665869C0128B387CAEF4C3784650DEB74C68BB63798C5DF008FE ManifestType: installer -ManifestVersion: 1.1.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.5.1/Docker.DockerDesktop.locale.en-US.yaml b/manifests/d/Docker/DockerDesktop/4.5.1/Docker.DockerDesktop.locale.en-US.yaml index c85798603ebbd..be7f7ad5140ba 100644 --- a/manifests/d/Docker/DockerDesktop/4.5.1/Docker.DockerDesktop.locale.en-US.yaml +++ b/manifests/d/Docker/DockerDesktop/4.5.1/Docker.DockerDesktop.locale.en-US.yaml @@ -1,9 +1,12 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultlocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + PackageIdentifier: Docker.DockerDesktop PackageVersion: 4.5.1 PackageLocale: en-US Publisher: Docker Inc. PublisherUrl: https://www.docker.com +# PublisherSupportUrl: PrivacyUrl: https://www.docker.com/legal/privacy Author: Docker Inc. PackageName: Docker Desktop @@ -13,6 +16,7 @@ LicenseUrl: https://www.docker.com/legal/docker-subscription-service-agreement Copyright: Copyright © 2015-2021 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. Access Docker Desktop and follow the guided onboarding to build your first containerized application in minutes. +# Description: Moniker: docker Tags: - container @@ -23,6 +27,8 @@ ReleaseNotes: |- • Fixed an issue that caused new installations to default to the Hyper-V backend instead of WSL 2. • Fixed a crash in the Docker Dashboard which would make the systray menu disappear. ReleaseNotesUrl: https://docs.docker.com/desktop/windows/release-notes/ +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.5.1/Docker.DockerDesktop.yaml b/manifests/d/Docker/DockerDesktop/4.5.1/Docker.DockerDesktop.yaml index 2126e10f9906a..34a87e5512c4c 100644 --- a/manifests/d/Docker/DockerDesktop/4.5.1/Docker.DockerDesktop.yaml +++ b/manifests/d/Docker/DockerDesktop/4.5.1/Docker.DockerDesktop.yaml @@ -1,7 +1,8 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + PackageIdentifier: Docker.DockerDesktop PackageVersion: 4.5.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.6.0/Docker.DockerDesktop.installer.yaml b/manifests/d/Docker/DockerDesktop/4.6.0/Docker.DockerDesktop.installer.yaml index a40008a1c8566..83b9ccfe6864e 100644 --- a/manifests/d/Docker/DockerDesktop/4.6.0/Docker.DockerDesktop.installer.yaml +++ b/manifests/d/Docker/DockerDesktop/4.6.0/Docker.DockerDesktop.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: Docker.DockerDesktop PackageVersion: 4.6.0 @@ -25,4 +25,4 @@ Installers: InstallerUrl: https://desktop.docker.com/win/main/amd64/75818/Docker%20Desktop%20Installer.exe InstallerSha256: A49416E50093C11AECD758E60069C7B1AEE3CF00563F7A227F6EA422F8299FE8 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.6.0/Docker.DockerDesktop.locale.en-US.yaml b/manifests/d/Docker/DockerDesktop/4.6.0/Docker.DockerDesktop.locale.en-US.yaml index 0b11bfef6738b..5317fda52a5f8 100644 --- a/manifests/d/Docker/DockerDesktop/4.6.0/Docker.DockerDesktop.locale.en-US.yaml +++ b/manifests/d/Docker/DockerDesktop/4.6.0/Docker.DockerDesktop.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: Docker.DockerDesktop PackageVersion: 4.6.0 PackageLocale: en-US Publisher: Docker Inc. PublisherUrl: https://www.docker.com -# PublisherSupportUrl: +# PublisherSupportUrl: PrivacyUrl: https://www.docker.com/legal/privacy Author: Docker Inc. PackageName: Docker Desktop @@ -16,13 +16,12 @@ LicenseUrl: https://www.docker.com/legal/docker-subscription-service-agreement Copyright: Copyright © 2015-2021 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. Access Docker Desktop and follow the guided onboarding to build your first containerized application in minutes. -# Description: +# Description: Moniker: docker Tags: - container - containerization - virtualization -# Agreements: ReleaseNotes: |- New • The Docker Dashboard Volume Management feature now offers the ability to efficiently clean up volumes using multi-select checkboxes. @@ -35,7 +34,7 @@ ReleaseNotes: |- • runc v1.0.3 • Go 1.17.8 • Linux kernel 5.10.104 - + Bug fixes and minor changes • Fixed uploading diagnostics when an HTTPS proxy is set. • Fixed the UI stuck in starting state forever although Docker Desktop is working fine from the command line. @@ -45,5 +44,8 @@ ReleaseNotes: |- • Fixed a UI crash when selecting the containers of a Compose application started from a WSL 2 environment. Fixes docker/for-win#12567. • Fixed copying text from terminal in Quick Start Guide. Fixes docker/for-win#12444. ReleaseNotesUrl: https://docs.docker.com/desktop/windows/release-notes/ +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.6.0/Docker.DockerDesktop.yaml b/manifests/d/Docker/DockerDesktop/4.6.0/Docker.DockerDesktop.yaml index f740aebca0939..28666f2f2c667 100644 --- a/manifests/d/Docker/DockerDesktop/4.6.0/Docker.DockerDesktop.yaml +++ b/manifests/d/Docker/DockerDesktop/4.6.0/Docker.DockerDesktop.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: Docker.DockerDesktop PackageVersion: 4.6.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.6.1/Docker.DockerDesktop.installer.yaml b/manifests/d/Docker/DockerDesktop/4.6.1/Docker.DockerDesktop.installer.yaml index a022d8088c0d2..64353e5a5a8e2 100644 --- a/manifests/d/Docker/DockerDesktop/4.6.1/Docker.DockerDesktop.installer.yaml +++ b/manifests/d/Docker/DockerDesktop/4.6.1/Docker.DockerDesktop.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: Docker.DockerDesktop PackageVersion: 4.6.1 @@ -25,4 +25,4 @@ Installers: InstallerUrl: https://desktop.docker.com/win/main/amd64/76265/Docker%20Desktop%20Installer.exe InstallerSha256: 35F1D22B30E0BC6BD00363ABEB138ACA1D8D2C5099F4B5855421978E45AC172D ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.6.1/Docker.DockerDesktop.locale.en-US.yaml b/manifests/d/Docker/DockerDesktop/4.6.1/Docker.DockerDesktop.locale.en-US.yaml index 10395b7e81748..6279088dc5a33 100644 --- a/manifests/d/Docker/DockerDesktop/4.6.1/Docker.DockerDesktop.locale.en-US.yaml +++ b/manifests/d/Docker/DockerDesktop/4.6.1/Docker.DockerDesktop.locale.en-US.yaml @@ -1,12 +1,12 @@ -# 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: Docker.DockerDesktop PackageVersion: 4.6.1 PackageLocale: en-US Publisher: Docker Inc. PublisherUrl: https://www.docker.com -# PublisherSupportUrl: +# PublisherSupportUrl: PrivacyUrl: https://www.docker.com/legal/privacy Author: Docker Inc. PackageName: Docker Desktop @@ -16,21 +16,23 @@ LicenseUrl: https://www.docker.com/legal/docker-subscription-service-agreement Copyright: Copyright © 2015-2021 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. Access Docker Desktop and follow the guided onboarding to build your first containerized application in minutes. -# Description: +# Description: Moniker: docker Tags: - container - containerization - virtualization -# Agreements: ReleaseNotes: |- Upgrades • Buildx 0.8.1 - + Bug fixes and minor changes • Fixed diagnostics upload when there is no HTTP proxy set. Fixes docker/for-mac#6234. • Removed a false positive “vm is not running” error from self-diagnose. Fixes docker/for-mac#6233. • Prevented spinning in vpnkit-forwarder filling the logs with error messages. ReleaseNotesUrl: https://docs.docker.com/desktop/windows/release-notes/ +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.6.1/Docker.DockerDesktop.yaml b/manifests/d/Docker/DockerDesktop/4.6.1/Docker.DockerDesktop.yaml index 98eb5a2365c25..597d3ad471b83 100644 --- a/manifests/d/Docker/DockerDesktop/4.6.1/Docker.DockerDesktop.yaml +++ b/manifests/d/Docker/DockerDesktop/4.6.1/Docker.DockerDesktop.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: Docker.DockerDesktop PackageVersion: 4.6.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.7.1/Docker.DockerDesktop.installer.yaml b/manifests/d/Docker/DockerDesktop/4.7.1/Docker.DockerDesktop.installer.yaml index 86813f5ff04f2..d32fed938764c 100644 --- a/manifests/d/Docker/DockerDesktop/4.7.1/Docker.DockerDesktop.installer.yaml +++ b/manifests/d/Docker/DockerDesktop/4.7.1/Docker.DockerDesktop.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: Docker.DockerDesktop PackageVersion: 4.7.1 @@ -25,4 +25,4 @@ Installers: InstallerUrl: https://desktop.docker.com/win/main/amd64/77678/Docker%20Desktop%20Installer.exe InstallerSha256: D473123C38D7790E5D92453820E2A7B9D70D7F1B8A27008C7E66E2B4F6D54DE7 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.7.1/Docker.DockerDesktop.locale.en-US.yaml b/manifests/d/Docker/DockerDesktop/4.7.1/Docker.DockerDesktop.locale.en-US.yaml index b08905a62edc3..9a2b810aed750 100644 --- a/manifests/d/Docker/DockerDesktop/4.7.1/Docker.DockerDesktop.locale.en-US.yaml +++ b/manifests/d/Docker/DockerDesktop/4.7.1/Docker.DockerDesktop.locale.en-US.yaml @@ -1,12 +1,12 @@ -# 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: Docker.DockerDesktop PackageVersion: 4.7.1 PackageLocale: en-US Publisher: Docker Inc. PublisherUrl: https://www.docker.com -# PublisherSupportUrl: +# PublisherSupportUrl: PrivacyUrl: https://www.docker.com/legal/privacy Author: Docker Inc. PackageName: Docker Desktop @@ -16,18 +16,20 @@ LicenseUrl: https://www.docker.com/legal/docker-subscription-service-agreement Copyright: Copyright © 2015-2021 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. Access Docker Desktop and follow the guided onboarding to build your first containerized application in minutes. -# Description: +# Description: Moniker: docker Tags: - container - containerization - virtualization -# Agreements: ReleaseNotes: |- Bug fixes and minor changes • Fixed a bug where update was failing with a symlink error. Fixes docker/for-win#12650. • Fixed a bug that prevented using Windows container mode. Fixes docker/for-win#12652. • Fixed a crash on the Quick Start Guide final screen. ReleaseNotesUrl: https://docs.docker.com/desktop/windows/release-notes/#docker-desktop-471 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.7.1/Docker.DockerDesktop.yaml b/manifests/d/Docker/DockerDesktop/4.7.1/Docker.DockerDesktop.yaml index 06fef843f993a..44c1ef48f3a74 100644 --- a/manifests/d/Docker/DockerDesktop/4.7.1/Docker.DockerDesktop.yaml +++ b/manifests/d/Docker/DockerDesktop/4.7.1/Docker.DockerDesktop.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: Docker.DockerDesktop PackageVersion: 4.7.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.8.1/Docker.DockerDesktop.installer.yaml b/manifests/d/Docker/DockerDesktop/4.8.1/Docker.DockerDesktop.installer.yaml index b50c6b9b53e91..aaf01c62381da 100644 --- a/manifests/d/Docker/DockerDesktop/4.8.1/Docker.DockerDesktop.installer.yaml +++ b/manifests/d/Docker/DockerDesktop/4.8.1/Docker.DockerDesktop.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: Docker.DockerDesktop PackageVersion: 4.8.1 @@ -25,4 +25,4 @@ Installers: InstallerUrl: https://desktop.docker.com/win/main/amd64/78998/Docker%20Desktop%20Installer.exe InstallerSha256: 65FABD3F2978A90B02D683B3D4F8C068C02C60A9940301D5E00E80D36AD2D180 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.8.1/Docker.DockerDesktop.locale.en-US.yaml b/manifests/d/Docker/DockerDesktop/4.8.1/Docker.DockerDesktop.locale.en-US.yaml index 77494bfa1ef8e..36ff47a276f38 100644 --- a/manifests/d/Docker/DockerDesktop/4.8.1/Docker.DockerDesktop.locale.en-US.yaml +++ b/manifests/d/Docker/DockerDesktop/4.8.1/Docker.DockerDesktop.locale.en-US.yaml @@ -1,12 +1,12 @@ -# 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: Docker.DockerDesktop PackageVersion: 4.8.1 PackageLocale: en-US Publisher: Docker Inc. PublisherUrl: https://www.docker.com -# PublisherSupportUrl: +# PublisherSupportUrl: PrivacyUrl: https://www.docker.com/legal/privacy Author: Docker Inc. PackageName: Docker Desktop @@ -16,13 +16,12 @@ LicenseUrl: https://www.docker.com/legal/docker-subscription-service-agreement Copyright: Copyright © 2015-2022 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. Access Docker Desktop and follow the guided onboarding to build your first containerized application in minutes. -# Description: +# Description: Moniker: docker Tags: - container - containerization - virtualization -# Agreements: ReleaseNotes: |- New • Released Docker Desktop for Linux. @@ -34,7 +33,7 @@ ReleaseNotes: |- • Compose v2.5.0 • Go 1.18.1 • Kubernetes 1.24 - + Bug fixes and minor changes • Introduced reading system proxy. You no longer need to manually configure proxies unless it differs from your OS level proxy. • Fixed a bug that showed Remote Repositories in the Dashboard when running behind a proxy. @@ -57,5 +56,8 @@ ReleaseNotes: |- • Fixed a bug where an image with no namespace, for example docker pull /image, would be erroneously blocked by Registry Access Management unless access to Docker Hub was enabled in settings. • Fixed a bug that caused the Kubernetes cluster to be deleted when updating Docker Desktop. ReleaseNotesUrl: https://docs.docker.com/desktop/windows/release-notes/#docker-desktop-481 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.8.1/Docker.DockerDesktop.yaml b/manifests/d/Docker/DockerDesktop/4.8.1/Docker.DockerDesktop.yaml index 86d755eed5b12..213e8d35ea14f 100644 --- a/manifests/d/Docker/DockerDesktop/4.8.1/Docker.DockerDesktop.yaml +++ b/manifests/d/Docker/DockerDesktop/4.8.1/Docker.DockerDesktop.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: Docker.DockerDesktop PackageVersion: 4.8.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.8.2/Docker.DockerDesktop.installer.yaml b/manifests/d/Docker/DockerDesktop/4.8.2/Docker.DockerDesktop.installer.yaml index 5991aaabc121d..fa4c4f78281a4 100644 --- a/manifests/d/Docker/DockerDesktop/4.8.2/Docker.DockerDesktop.installer.yaml +++ b/manifests/d/Docker/DockerDesktop/4.8.2/Docker.DockerDesktop.installer.yaml @@ -1,5 +1,5 @@ -# 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 +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Docker.DockerDesktop PackageVersion: 4.8.2 @@ -25,4 +25,4 @@ Installers: InstallerUrl: https://desktop.docker.com/win/main/amd64/79419/Docker%20Desktop%20Installer.exe InstallerSha256: B8A88A4D27FBFF0192940D4502F0FDF24E49B4AC00CDDE716DD5E5D4DF4B05C6 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.8.2/Docker.DockerDesktop.locale.en-US.yaml b/manifests/d/Docker/DockerDesktop/4.8.2/Docker.DockerDesktop.locale.en-US.yaml index f2137588d1e01..a2f5d859f5d75 100644 --- a/manifests/d/Docker/DockerDesktop/4.8.2/Docker.DockerDesktop.locale.en-US.yaml +++ b/manifests/d/Docker/DockerDesktop/4.8.2/Docker.DockerDesktop.locale.en-US.yaml @@ -1,12 +1,12 @@ -# 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 +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Docker.DockerDesktop PackageVersion: 4.8.2 PackageLocale: en-US Publisher: Docker Inc. PublisherUrl: https://www.docker.com -# PublisherSupportUrl: +# PublisherSupportUrl: PrivacyUrl: https://www.docker.com/legal/privacy Author: Docker Inc. PackageName: Docker Desktop @@ -16,13 +16,12 @@ LicenseUrl: https://www.docker.com/legal/docker-subscription-service-agreement Copyright: Copyright © 2015-2022 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. Access Docker Desktop and follow the guided onboarding to build your first containerized application in minutes. -# Description: +# Description: Moniker: docker Tags: - container - containerization - virtualization -# Agreements: ReleaseNotes: |- New • Compose v2.5.1 @@ -32,5 +31,8 @@ ReleaseNotes: |- • Fixed high CPU usage when extensions are disabled. Fixes docker/for-mac#6310. • Docker Desktop now redacts HTTP proxy passwords in log files and diagnostics. ReleaseNotesUrl: https://docs.docker.com/desktop/release-notes/#docker-desktop-482 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.8.2/Docker.DockerDesktop.yaml b/manifests/d/Docker/DockerDesktop/4.8.2/Docker.DockerDesktop.yaml index 03eae525104ca..e94360e2f3772 100644 --- a/manifests/d/Docker/DockerDesktop/4.8.2/Docker.DockerDesktop.yaml +++ b/manifests/d/Docker/DockerDesktop/4.8.2/Docker.DockerDesktop.yaml @@ -1,8 +1,8 @@ -# 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 +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Docker.DockerDesktop PackageVersion: 4.8.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.9.0/Docker.DockerDesktop.installer.yaml b/manifests/d/Docker/DockerDesktop/4.9.0/Docker.DockerDesktop.installer.yaml index 2d40dcb5a56e8..51646dff600c8 100644 --- a/manifests/d/Docker/DockerDesktop/4.9.0/Docker.DockerDesktop.installer.yaml +++ b/manifests/d/Docker/DockerDesktop/4.9.0/Docker.DockerDesktop.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: Docker.DockerDesktop PackageVersion: 4.9.0 Platform: - Windows.Desktop MinimumOSVersion: 10.0.0.0 +InstallerType: exe Scope: machine InstallModes: - interactive @@ -20,9 +21,7 @@ ExpectedReturnCodes: UpgradeBehavior: install Installers: - Architecture: x64 - InstallerType: exe InstallerUrl: https://desktop.docker.com/win/main/amd64/80466/Docker%20Desktop%20Installer.exe InstallerSha256: 07D09DE84175199A0381C96254CC5910B4077E2FB86E8CD86403F540CA40C044 ManifestType: installer -ManifestVersion: 1.1.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.9.0/Docker.DockerDesktop.locale.en-US.yaml b/manifests/d/Docker/DockerDesktop/4.9.0/Docker.DockerDesktop.locale.en-US.yaml index 12aa156fb7afe..0eec6be48967c 100644 --- a/manifests/d/Docker/DockerDesktop/4.9.0/Docker.DockerDesktop.locale.en-US.yaml +++ b/manifests/d/Docker/DockerDesktop/4.9.0/Docker.DockerDesktop.locale.en-US.yaml @@ -1,11 +1,12 @@ -# 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: Docker.DockerDesktop PackageVersion: 4.9.0 PackageLocale: en-US Publisher: Docker Inc. PublisherUrl: https://www.docker.com +# PublisherSupportUrl: PrivacyUrl: https://www.docker.com/legal/privacy Author: Docker Inc. PackageName: Docker Desktop @@ -15,11 +16,16 @@ LicenseUrl: https://www.docker.com/legal/docker-subscription-service-agreement Copyright: Copyright © 2015-2022 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. Access Docker Desktop and follow the guided onboarding to build your first containerized application in minutes. +# Description: Moniker: docker Tags: - container - containerization - virtualization +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.9.0/Docker.DockerDesktop.yaml b/manifests/d/Docker/DockerDesktop/4.9.0/Docker.DockerDesktop.yaml index aaac67b515a76..89eb6f9041553 100644 --- a/manifests/d/Docker/DockerDesktop/4.9.0/Docker.DockerDesktop.yaml +++ b/manifests/d/Docker/DockerDesktop/4.9.0/Docker.DockerDesktop.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: Docker.DockerDesktop PackageVersion: 4.9.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.9.1/Docker.DockerDesktop.installer.yaml b/manifests/d/Docker/DockerDesktop/4.9.1/Docker.DockerDesktop.installer.yaml index bbb6af6ab94e0..b9b031951210c 100644 --- a/manifests/d/Docker/DockerDesktop/4.9.1/Docker.DockerDesktop.installer.yaml +++ b/manifests/d/Docker/DockerDesktop/4.9.1/Docker.DockerDesktop.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: Docker.DockerDesktop PackageVersion: 4.9.1 @@ -25,4 +25,4 @@ Installers: InstallerUrl: https://desktop.docker.com/win/main/amd64/81317/Docker%20Desktop%20Installer.exe InstallerSha256: 6FC3C2DF9BE1FAA0EA434143CDFF2B1E85B5203FEFD0BCB3EE0CFA906A78A97D ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.9.1/Docker.DockerDesktop.locale.en-US.yaml b/manifests/d/Docker/DockerDesktop/4.9.1/Docker.DockerDesktop.locale.en-US.yaml index d4c315f0d99ad..fb9cfcd1f2fb7 100644 --- a/manifests/d/Docker/DockerDesktop/4.9.1/Docker.DockerDesktop.locale.en-US.yaml +++ b/manifests/d/Docker/DockerDesktop/4.9.1/Docker.DockerDesktop.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: Docker.DockerDesktop PackageVersion: 4.9.1 PackageLocale: en-US Publisher: Docker Inc. PublisherUrl: https://www.docker.com -# PublisherSupportUrl: +# PublisherSupportUrl: PrivacyUrl: https://www.docker.com/legal/privacy Author: Docker Inc. PackageName: Docker Desktop @@ -16,16 +16,18 @@ LicenseUrl: https://www.docker.com/legal/docker-subscription-service-agreement Copyright: Copyright © 2015-2022 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. Access Docker Desktop and follow the guided onboarding to build your first containerized application in minutes. -# Description: +# Description: Moniker: docker Tags: - container - containerization - virtualization -# Agreements: ReleaseNotes: |- Bug fixes and minor changes • Fixed blank dashboard screen. Fixes docker/for-win#12759. -ReleaseNotesUrl: https://docs.docker.com/desktop/release-notes/#docker-desktop-491 +ReleaseNotesUrl: https://docs.docker.com/desktop/release-notes/#docker-desktop-491 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Docker/DockerDesktop/4.9.1/Docker.DockerDesktop.yaml b/manifests/d/Docker/DockerDesktop/4.9.1/Docker.DockerDesktop.yaml index 4899ff6114236..01aee628927d9 100644 --- a/manifests/d/Docker/DockerDesktop/4.9.1/Docker.DockerDesktop.yaml +++ b/manifests/d/Docker/DockerDesktop/4.9.1/Docker.DockerDesktop.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: Docker.DockerDesktop PackageVersion: 4.9.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +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/DoltHub/Dolt/1.49.1/DoltHub.Dolt.installer.yaml b/manifests/d/DoltHub/Dolt/1.49.1/DoltHub.Dolt.installer.yaml new file mode 100644 index 0000000000000..5219bf46060fb --- /dev/null +++ b/manifests/d/DoltHub/Dolt/1.49.1/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.1 +InstallerLocale: en-US +Platform: +- Windows.Desktop +InstallerType: wix +Scope: machine +UpgradeBehavior: install +ProductCode: '{91570326-C546-43CB-A959-FB6FAA00337D}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/dolthub/dolt/releases/download/v1.49.1/dolt-windows-amd64.msi + InstallerSha256: 6054C58791EEA9AB19BE3B4132AF1DCBC9F11107928240642E0E93BE38817A05 +ManifestType: installer +ManifestVersion: 1.9.0 +ReleaseDate: 2025-02-07 diff --git a/manifests/d/DoltHub/Dolt/1.49.1/DoltHub.Dolt.locale.en-US.yaml b/manifests/d/DoltHub/Dolt/1.49.1/DoltHub.Dolt.locale.en-US.yaml new file mode 100644 index 0000000000000..95da19aa537ac --- /dev/null +++ b/manifests/d/DoltHub/Dolt/1.49.1/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.1 +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.1 +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/d/DoltHub/Dolt/1.49.1/DoltHub.Dolt.yaml b/manifests/d/DoltHub/Dolt/1.49.1/DoltHub.Dolt.yaml new file mode 100644 index 0000000000000..12b625748b036 --- /dev/null +++ b/manifests/d/DoltHub/Dolt/1.49.1/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.1 +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/101.4.434/Dropbox.Dropbox.installer.yaml b/manifests/d/Dropbox/Dropbox/101.4.434/Dropbox.Dropbox.installer.yaml index 6945837a6a763..216198e55a9e4 100644 --- a/manifests/d/Dropbox/Dropbox/101.4.434/Dropbox.Dropbox.installer.yaml +++ b/manifests/d/Dropbox/Dropbox/101.4.434/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 101.4.434 @@ -9,10 +9,9 @@ Scope: machine InstallerSwitches: Silent: /s SilentWithProgress: /s - Custom: "" Installers: - Architecture: x86 InstallerUrl: https://clientupdates.dropboxstatic.com/dbx-releng/client/Dropbox%20101.4.434%20Offline%20Installer.exe InstallerSha256: 8E0D9FFE7114906F6C2D4385EB856DFDE4E400DA3FCA57330323DE219B3019FF ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/101.4.434/Dropbox.Dropbox.locale.en-US.yaml b/manifests/d/Dropbox/Dropbox/101.4.434/Dropbox.Dropbox.locale.en-US.yaml index df0f83e2607bf..45de30410e1f8 100644 --- a/manifests/d/Dropbox/Dropbox/101.4.434/Dropbox.Dropbox.locale.en-US.yaml +++ b/manifests/d/Dropbox/Dropbox/101.4.434/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 101.4.434 PackageLocale: en-US Publisher: Dropbox -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: Author: Dropbox PackageName: Dropbox PackageUrl: https://www.dropbox.com License: MIT License LicenseUrl: https://www.dropbox.com/terms -# Copyright: -# CopyrightUrl: +# Copyright: +# CopyrightUrl: ShortDescription: Organize all your team’s content, tune out distractions, and get everyone coordinated with the world’s first smart workspace. -# Description: +# Description: Moniker: dropbox Tags: - cloud @@ -25,8 +25,10 @@ Tags: - online - pictures - storage -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/101.4.434/Dropbox.Dropbox.yaml b/manifests/d/Dropbox/Dropbox/101.4.434/Dropbox.Dropbox.yaml index 159bac049a924..14e2dbdb72d9f 100644 --- a/manifests/d/Dropbox/Dropbox/101.4.434/Dropbox.Dropbox.yaml +++ b/manifests/d/Dropbox/Dropbox/101.4.434/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 101.4.434 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/102.4.431/Dropbox.Dropbox.installer.yaml b/manifests/d/Dropbox/Dropbox/102.4.431/Dropbox.Dropbox.installer.yaml index d798e3714fd42..cad33496fcc15 100644 --- a/manifests/d/Dropbox/Dropbox/102.4.431/Dropbox.Dropbox.installer.yaml +++ b/manifests/d/Dropbox/Dropbox/102.4.431/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 102.4.431 @@ -9,10 +9,9 @@ Scope: machine InstallerSwitches: Silent: /s SilentWithProgress: /s - Custom: "" Installers: - Architecture: x86 InstallerUrl: https://clientupdates.dropboxstatic.com/dbx-releng/client/Dropbox%20102.4.431%20Offline%20Installer.exe InstallerSha256: AABA4FC262088610637557A49A83C9DB105D4E589B1D7956E7A15CFE479CFD3E ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/102.4.431/Dropbox.Dropbox.locale.en-US.yaml b/manifests/d/Dropbox/Dropbox/102.4.431/Dropbox.Dropbox.locale.en-US.yaml index b028e0e074d94..e163e07c7751d 100644 --- a/manifests/d/Dropbox/Dropbox/102.4.431/Dropbox.Dropbox.locale.en-US.yaml +++ b/manifests/d/Dropbox/Dropbox/102.4.431/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 102.4.431 PackageLocale: en-US Publisher: Dropbox -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: Author: Dropbox PackageName: Dropbox PackageUrl: https://www.dropbox.com License: MIT License LicenseUrl: https://www.dropbox.com/terms -# Copyright: -# CopyrightUrl: +# Copyright: +# CopyrightUrl: ShortDescription: Organize all your team’s content, tune out distractions, and get everyone coordinated with the world’s first smart workspace. -# Description: +# Description: Moniker: dropbox Tags: - cloud @@ -25,8 +25,10 @@ Tags: - online - pictures - storage -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/102.4.431/Dropbox.Dropbox.yaml b/manifests/d/Dropbox/Dropbox/102.4.431/Dropbox.Dropbox.yaml index 7ab20374415eb..a8daf05bf46c5 100644 --- a/manifests/d/Dropbox/Dropbox/102.4.431/Dropbox.Dropbox.yaml +++ b/manifests/d/Dropbox/Dropbox/102.4.431/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 102.4.431 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/104.4.175/Dropbox.Dropbox.installer.yaml b/manifests/d/Dropbox/Dropbox/104.4.175/Dropbox.Dropbox.installer.yaml index 2528be8ebeeaf..1804cf8dab983 100644 --- a/manifests/d/Dropbox/Dropbox/104.4.175/Dropbox.Dropbox.installer.yaml +++ b/manifests/d/Dropbox/Dropbox/104.4.175/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 104.4.175 @@ -10,10 +10,9 @@ Scope: machine InstallerSwitches: Silent: /s SilentWithProgress: /s - Custom: "" Installers: - Architecture: x86 InstallerUrl: https://clientupdates.dropboxstatic.com/dbx-releng/client/Dropbox%20104.4.175%20Offline%20Installer.exe InstallerSha256: FD42205A424671D60BB8E6FA45B370E18DCFAE8466B5D88F4C4FC29E9E549C6A ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/104.4.175/Dropbox.Dropbox.locale.en-US.yaml b/manifests/d/Dropbox/Dropbox/104.4.175/Dropbox.Dropbox.locale.en-US.yaml index fbfcc22254b1f..a66205ae289ba 100644 --- a/manifests/d/Dropbox/Dropbox/104.4.175/Dropbox.Dropbox.locale.en-US.yaml +++ b/manifests/d/Dropbox/Dropbox/104.4.175/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 104.4.175 PackageLocale: en-US Publisher: Dropbox -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: Author: Dropbox PackageName: Dropbox PackageUrl: https://www.dropbox.com License: MIT License LicenseUrl: https://www.dropbox.com/terms -# Copyright: -# CopyrightUrl: +# Copyright: +# CopyrightUrl: ShortDescription: Organize all your team’s content, tune out distractions, and get everyone coordinated with the world’s first smart workspace. -# Description: +# Description: Moniker: dropbox Tags: - cloud @@ -25,8 +25,10 @@ Tags: - online - pictures - storage -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/104.4.175/Dropbox.Dropbox.yaml b/manifests/d/Dropbox/Dropbox/104.4.175/Dropbox.Dropbox.yaml index 77f366aadf08f..4eabbaea1b364 100644 --- a/manifests/d/Dropbox/Dropbox/104.4.175/Dropbox.Dropbox.yaml +++ b/manifests/d/Dropbox/Dropbox/104.4.175/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 104.4.175 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/106.4.368/Dropbox.Dropbox.installer.yaml b/manifests/d/Dropbox/Dropbox/106.4.368/Dropbox.Dropbox.installer.yaml index a606ef89d5b82..66c85a740ce21 100644 --- a/manifests/d/Dropbox/Dropbox/106.4.368/Dropbox.Dropbox.installer.yaml +++ b/manifests/d/Dropbox/Dropbox/106.4.368/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 106.4.368 @@ -10,10 +10,9 @@ Scope: machine InstallerSwitches: Silent: /s SilentWithProgress: /s - Custom: "" Installers: - Architecture: x86 InstallerUrl: https://clientupdates.dropboxstatic.com/dbx-releng/client/Dropbox%20106.4.368%20Offline%20Installer.exe InstallerSha256: 7151AF4C4956203C2E4744345B3A65FC420CE9DF0CAFD2968EE4DA67D6606A53 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/106.4.368/Dropbox.Dropbox.locale.en-US.yaml b/manifests/d/Dropbox/Dropbox/106.4.368/Dropbox.Dropbox.locale.en-US.yaml index 4528a61c03900..8a977c8f3619a 100644 --- a/manifests/d/Dropbox/Dropbox/106.4.368/Dropbox.Dropbox.locale.en-US.yaml +++ b/manifests/d/Dropbox/Dropbox/106.4.368/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 106.4.368 PackageLocale: en-US Publisher: Dropbox -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: Author: Dropbox PackageName: Dropbox PackageUrl: https://www.dropbox.com License: MIT License LicenseUrl: https://www.dropbox.com/terms -# Copyright: -# CopyrightUrl: +# Copyright: +# CopyrightUrl: ShortDescription: Organize all your team’s content, tune out distractions, and get everyone coordinated with the world’s first smart workspace. -# Description: +# Description: Moniker: dropbox Tags: - cloud @@ -25,8 +25,10 @@ Tags: - online - pictures - storage -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/106.4.368/Dropbox.Dropbox.yaml b/manifests/d/Dropbox/Dropbox/106.4.368/Dropbox.Dropbox.yaml index fc7088c94a6e6..5a528e759b4d0 100644 --- a/manifests/d/Dropbox/Dropbox/106.4.368/Dropbox.Dropbox.yaml +++ b/manifests/d/Dropbox/Dropbox/106.4.368/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 106.4.368 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/107.4.443/Dropbox.Dropbox.installer.yaml b/manifests/d/Dropbox/Dropbox/107.4.443/Dropbox.Dropbox.installer.yaml index 860a762ec8a10..820fa65b72cf3 100644 --- a/manifests/d/Dropbox/Dropbox/107.4.443/Dropbox.Dropbox.installer.yaml +++ b/manifests/d/Dropbox/Dropbox/107.4.443/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 107.4.443 @@ -10,10 +10,9 @@ Scope: machine InstallerSwitches: Silent: /s SilentWithProgress: /s - Custom: "" Installers: - Architecture: x86 InstallerUrl: https://clientupdates.dropboxstatic.com/dbx-releng/client/Dropbox%20107.4.443%20Offline%20Installer.exe InstallerSha256: 938DFCD01ADA54BAC2F73B8D698510582804A8A2B35BCDCCCE209E42FA5060DB ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/107.4.443/Dropbox.Dropbox.locale.en-US.yaml b/manifests/d/Dropbox/Dropbox/107.4.443/Dropbox.Dropbox.locale.en-US.yaml index 3760f48a6e73c..868f64ce856f0 100644 --- a/manifests/d/Dropbox/Dropbox/107.4.443/Dropbox.Dropbox.locale.en-US.yaml +++ b/manifests/d/Dropbox/Dropbox/107.4.443/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 107.4.443 PackageLocale: en-US Publisher: Dropbox -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: Author: Dropbox PackageName: Dropbox PackageUrl: https://www.dropbox.com License: MIT License LicenseUrl: https://www.dropbox.com/terms -# Copyright: -# CopyrightUrl: +# Copyright: +# CopyrightUrl: ShortDescription: Organize all your team’s content, tune out distractions, and get everyone coordinated with the world’s first smart workspace. -# Description: +# Description: Moniker: dropbox Tags: - cloud @@ -25,8 +25,10 @@ Tags: - online - pictures - storage -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/107.4.443/Dropbox.Dropbox.yaml b/manifests/d/Dropbox/Dropbox/107.4.443/Dropbox.Dropbox.yaml index c624de8026712..7f1a639807aad 100644 --- a/manifests/d/Dropbox/Dropbox/107.4.443/Dropbox.Dropbox.yaml +++ b/manifests/d/Dropbox/Dropbox/107.4.443/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 107.4.443 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/108.4.453/Dropbox.Dropbox.installer.yaml b/manifests/d/Dropbox/Dropbox/108.4.453/Dropbox.Dropbox.installer.yaml index b5af1c7f66a55..8b8cf1c54e828 100644 --- a/manifests/d/Dropbox/Dropbox/108.4.453/Dropbox.Dropbox.installer.yaml +++ b/manifests/d/Dropbox/Dropbox/108.4.453/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 108.4.453 @@ -10,10 +10,9 @@ Scope: machine InstallerSwitches: Silent: /s SilentWithProgress: /s - Custom: "" Installers: - Architecture: x86 InstallerUrl: https://clientupdates.dropboxstatic.com/dbx-releng/client/Dropbox%20108.4.453%20Offline%20Installer.exe InstallerSha256: 91454B139AC80A4C436BEE4088B782AB0723777FBEBB479F5E7B5786E2F85397 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/108.4.453/Dropbox.Dropbox.locale.en-US.yaml b/manifests/d/Dropbox/Dropbox/108.4.453/Dropbox.Dropbox.locale.en-US.yaml index 8a64a1b77aec5..caf2d796a7491 100644 --- a/manifests/d/Dropbox/Dropbox/108.4.453/Dropbox.Dropbox.locale.en-US.yaml +++ b/manifests/d/Dropbox/Dropbox/108.4.453/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 108.4.453 PackageLocale: en-US Publisher: Dropbox -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: Author: Dropbox PackageName: Dropbox PackageUrl: https://www.dropbox.com License: Copyright (c) Dropbox, Inc. LicenseUrl: https://www.dropbox.com/terms -# Copyright: -# CopyrightUrl: +# Copyright: +# CopyrightUrl: ShortDescription: Organize all your team’s content, tune out distractions, and get everyone coordinated with the world’s first smart workspace. -# Description: +# Description: Moniker: dropbox Tags: - cloud @@ -25,8 +25,10 @@ Tags: - online - pictures - storage -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/108.4.453/Dropbox.Dropbox.yaml b/manifests/d/Dropbox/Dropbox/108.4.453/Dropbox.Dropbox.yaml index a46bced5c2106..a97cedc9177cf 100644 --- a/manifests/d/Dropbox/Dropbox/108.4.453/Dropbox.Dropbox.yaml +++ b/manifests/d/Dropbox/Dropbox/108.4.453/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 108.4.453 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/109.4.517/Dropbox.Dropbox.installer.yaml b/manifests/d/Dropbox/Dropbox/109.4.517/Dropbox.Dropbox.installer.yaml index 9289f6445254d..413e3c718820c 100644 --- a/manifests/d/Dropbox/Dropbox/109.4.517/Dropbox.Dropbox.installer.yaml +++ b/manifests/d/Dropbox/Dropbox/109.4.517/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 109.4.517 @@ -12,4 +12,4 @@ Installers: InstallerUrl: https://clientupdates.dropboxstatic.com/dbx-releng/client/Dropbox%20109.4.517%20Offline%20Installer.exe InstallerSha256: 5C09D5DB91EAA603F0CE54947CF9FBA09FC2817871FF2600723CDCDCF0E5034B ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/109.4.517/Dropbox.Dropbox.locale.en-US.yaml b/manifests/d/Dropbox/Dropbox/109.4.517/Dropbox.Dropbox.locale.en-US.yaml index a7e7e174f4e84..11f0313c72c40 100644 --- a/manifests/d/Dropbox/Dropbox/109.4.517/Dropbox.Dropbox.locale.en-US.yaml +++ b/manifests/d/Dropbox/Dropbox/109.4.517/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 109.4.517 PackageLocale: en-US Publisher: Dropbox -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: Author: Dropbox PackageName: Dropbox PackageUrl: https://www.dropbox.com License: Copyright (c) Dropbox, Inc. LicenseUrl: https://www.dropbox.com/terms -# Copyright: -# CopyrightUrl: +# Copyright: +# CopyrightUrl: ShortDescription: Organize all your team’s content, tune out distractions, and get everyone coordinated with the world’s first smart workspace. -# Description: +# Description: Moniker: dropbox Tags: - cloud @@ -25,8 +25,10 @@ Tags: - online - pictures - storage -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/109.4.517/Dropbox.Dropbox.yaml b/manifests/d/Dropbox/Dropbox/109.4.517/Dropbox.Dropbox.yaml index 927b54f3696dc..204397f942e0f 100644 --- a/manifests/d/Dropbox/Dropbox/109.4.517/Dropbox.Dropbox.yaml +++ b/manifests/d/Dropbox/Dropbox/109.4.517/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 109.4.517 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/110.4.458/Dropbox.Dropbox.installer.yaml b/manifests/d/Dropbox/Dropbox/110.4.458/Dropbox.Dropbox.installer.yaml index 0dba9a8310c22..42bb4eb87bc8b 100644 --- a/manifests/d/Dropbox/Dropbox/110.4.458/Dropbox.Dropbox.installer.yaml +++ b/manifests/d/Dropbox/Dropbox/110.4.458/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 110.4.458 @@ -12,4 +12,4 @@ Installers: InstallerUrl: https://clientupdates.dropboxstatic.com/dbx-releng/client/Dropbox%20110.4.458%20Offline%20Installer.exe InstallerSha256: 87D75DC5CF3D90FB4B04DA21C2ADFB79867B86CB4B1C437E974F8210D03DCF8A ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/110.4.458/Dropbox.Dropbox.locale.en-US.yaml b/manifests/d/Dropbox/Dropbox/110.4.458/Dropbox.Dropbox.locale.en-US.yaml index b72661efae1ec..327b213130a14 100644 --- a/manifests/d/Dropbox/Dropbox/110.4.458/Dropbox.Dropbox.locale.en-US.yaml +++ b/manifests/d/Dropbox/Dropbox/110.4.458/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 110.4.458 PackageLocale: en-US Publisher: Dropbox -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: Author: Dropbox PackageName: Dropbox PackageUrl: https://www.dropbox.com License: Copyright (c) Dropbox, Inc. LicenseUrl: https://www.dropbox.com/terms -# Copyright: -# CopyrightUrl: +# Copyright: +# CopyrightUrl: ShortDescription: Organize all your team’s content, tune out distractions, and get everyone coordinated with the world’s first smart workspace. -# Description: +# Description: Moniker: dropbox Tags: - cloud @@ -25,8 +25,10 @@ Tags: - online - pictures - storage -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/110.4.458/Dropbox.Dropbox.yaml b/manifests/d/Dropbox/Dropbox/110.4.458/Dropbox.Dropbox.yaml index 224a05364b85b..c3b7259fe6609 100644 --- a/manifests/d/Dropbox/Dropbox/110.4.458/Dropbox.Dropbox.yaml +++ b/manifests/d/Dropbox/Dropbox/110.4.458/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 110.4.458 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/111.4.472/Dropbox.Dropbox.installer.yaml b/manifests/d/Dropbox/Dropbox/111.4.472/Dropbox.Dropbox.installer.yaml index fb44ff00a37e2..1e26e8af3114e 100644 --- a/manifests/d/Dropbox/Dropbox/111.4.472/Dropbox.Dropbox.installer.yaml +++ b/manifests/d/Dropbox/Dropbox/111.4.472/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 111.4.472 @@ -12,4 +12,4 @@ Installers: InstallerUrl: https://clientupdates.dropboxstatic.com/dbx-releng/client/Dropbox%20111.4.472%20Offline%20Installer.exe InstallerSha256: A942E8664CA7F3CE8DDC28270C8F9A49FD5CFDD05B0F762572FAEDB75B744EFE ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/111.4.472/Dropbox.Dropbox.locale.en-US.yaml b/manifests/d/Dropbox/Dropbox/111.4.472/Dropbox.Dropbox.locale.en-US.yaml index 5c9b778b73fb6..1a2f5508bd0ee 100644 --- a/manifests/d/Dropbox/Dropbox/111.4.472/Dropbox.Dropbox.locale.en-US.yaml +++ b/manifests/d/Dropbox/Dropbox/111.4.472/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 111.4.472 PackageLocale: en-US Publisher: Dropbox -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: Author: Dropbox PackageName: Dropbox PackageUrl: https://www.dropbox.com License: Copyright (c) Dropbox, Inc. LicenseUrl: https://www.dropbox.com/terms -# Copyright: -# CopyrightUrl: +# Copyright: +# CopyrightUrl: ShortDescription: Organize all your team’s content, tune out distractions, and get everyone coordinated with the world’s first smart workspace. -# Description: +# Description: Moniker: dropbox Tags: - cloud @@ -25,8 +25,10 @@ Tags: - online - pictures - storage -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/111.4.472/Dropbox.Dropbox.yaml b/manifests/d/Dropbox/Dropbox/111.4.472/Dropbox.Dropbox.yaml index 3c5158275b6e2..10b1f0aa9cee8 100644 --- a/manifests/d/Dropbox/Dropbox/111.4.472/Dropbox.Dropbox.yaml +++ b/manifests/d/Dropbox/Dropbox/111.4.472/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 111.4.472 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/112.4.321/Dropbox.Dropbox.installer.yaml b/manifests/d/Dropbox/Dropbox/112.4.321/Dropbox.Dropbox.installer.yaml index 5c56c29e4f4dc..faee22fb1785c 100644 --- a/manifests/d/Dropbox/Dropbox/112.4.321/Dropbox.Dropbox.installer.yaml +++ b/manifests/d/Dropbox/Dropbox/112.4.321/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 112.4.321 @@ -12,4 +12,4 @@ Installers: InstallerUrl: https://clientupdates.dropboxstatic.com/dbx-releng/client/Dropbox%20112.4.321%20Offline%20Installer.exe InstallerSha256: C7C062797391E48DB06A11E38692B98F6EA6EDB56AB23ED107BD6F890207DCAF ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/112.4.321/Dropbox.Dropbox.locale.en-US.yaml b/manifests/d/Dropbox/Dropbox/112.4.321/Dropbox.Dropbox.locale.en-US.yaml index 03818b20fbde7..01c0bdb902592 100644 --- a/manifests/d/Dropbox/Dropbox/112.4.321/Dropbox.Dropbox.locale.en-US.yaml +++ b/manifests/d/Dropbox/Dropbox/112.4.321/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 112.4.321 PackageLocale: en-US Publisher: Dropbox -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: Author: Dropbox PackageName: Dropbox PackageUrl: https://www.dropbox.com License: Copyright (c) Dropbox, Inc. LicenseUrl: https://www.dropbox.com/terms -# Copyright: -# CopyrightUrl: +# Copyright: +# CopyrightUrl: ShortDescription: Organize all your team’s content, tune out distractions, and get everyone coordinated with the world’s first smart workspace. -# Description: +# Description: Moniker: dropbox Tags: - cloud @@ -25,8 +25,10 @@ Tags: - online - pictures - storage -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/112.4.321/Dropbox.Dropbox.yaml b/manifests/d/Dropbox/Dropbox/112.4.321/Dropbox.Dropbox.yaml index fb686fd0e528a..be6d12d4d8380 100644 --- a/manifests/d/Dropbox/Dropbox/112.4.321/Dropbox.Dropbox.yaml +++ b/manifests/d/Dropbox/Dropbox/112.4.321/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 112.4.321 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/113.4.507/Dropbox.Dropbox.installer.yaml b/manifests/d/Dropbox/Dropbox/113.4.507/Dropbox.Dropbox.installer.yaml index 9ba1dfb9bb608..985c907997073 100644 --- a/manifests/d/Dropbox/Dropbox/113.4.507/Dropbox.Dropbox.installer.yaml +++ b/manifests/d/Dropbox/Dropbox/113.4.507/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 113.4.507 @@ -12,4 +12,4 @@ Installers: InstallerUrl: https://clientupdates.dropboxstatic.com/dbx-releng/client/Dropbox%20113.4.507%20Offline%20Installer.exe InstallerSha256: BEB1580221F9A26DF6C76368FC234BBB85DE326C7BEC578BD1ABA1FB800F457A ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/113.4.507/Dropbox.Dropbox.locale.en-US.yaml b/manifests/d/Dropbox/Dropbox/113.4.507/Dropbox.Dropbox.locale.en-US.yaml index b20d0a68dec53..40de8516f2d4b 100644 --- a/manifests/d/Dropbox/Dropbox/113.4.507/Dropbox.Dropbox.locale.en-US.yaml +++ b/manifests/d/Dropbox/Dropbox/113.4.507/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 113.4.507 PackageLocale: en-US Publisher: Dropbox -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: Author: Dropbox PackageName: Dropbox PackageUrl: https://www.dropbox.com License: Copyright (c) Dropbox, Inc. LicenseUrl: https://www.dropbox.com/terms -# Copyright: -# CopyrightUrl: +# Copyright: +# CopyrightUrl: ShortDescription: Organize all your team’s content, tune out distractions, and get everyone coordinated with the world’s first smart workspace. -# Description: +# Description: Moniker: dropbox Tags: - cloud @@ -25,8 +25,10 @@ Tags: - online - pictures - storage -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/113.4.507/Dropbox.Dropbox.yaml b/manifests/d/Dropbox/Dropbox/113.4.507/Dropbox.Dropbox.yaml index 452aed2abeaaf..83d2dffd5cb47 100644 --- a/manifests/d/Dropbox/Dropbox/113.4.507/Dropbox.Dropbox.yaml +++ b/manifests/d/Dropbox/Dropbox/113.4.507/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 113.4.507 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/114.4.426/Dropbox.Dropbox.installer.yaml b/manifests/d/Dropbox/Dropbox/114.4.426/Dropbox.Dropbox.installer.yaml index 759aaee0209da..879746bcb622c 100644 --- a/manifests/d/Dropbox/Dropbox/114.4.426/Dropbox.Dropbox.installer.yaml +++ b/manifests/d/Dropbox/Dropbox/114.4.426/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 114.4.426 @@ -12,4 +12,4 @@ Installers: InstallerUrl: https://clientupdates.dropboxstatic.com/dbx-releng/client/Dropbox%20114.4.426%20Offline%20Installer.exe InstallerSha256: 5A315098589AB8118572FD7D939F3538107F9078D91F39FB4CC39F07FEC04BA0 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/114.4.426/Dropbox.Dropbox.locale.en-US.yaml b/manifests/d/Dropbox/Dropbox/114.4.426/Dropbox.Dropbox.locale.en-US.yaml index 7f42a96940d8a..34cef1d2cf5fa 100644 --- a/manifests/d/Dropbox/Dropbox/114.4.426/Dropbox.Dropbox.locale.en-US.yaml +++ b/manifests/d/Dropbox/Dropbox/114.4.426/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 114.4.426 PackageLocale: en-US Publisher: Dropbox -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: Author: Dropbox PackageName: Dropbox PackageUrl: https://www.dropbox.com License: Copyright (c) Dropbox, Inc. LicenseUrl: https://www.dropbox.com/terms -# Copyright: -# CopyrightUrl: +# Copyright: +# CopyrightUrl: ShortDescription: Organize all your team’s content, tune out distractions, and get everyone coordinated with the world’s first smart workspace. -# Description: +# Description: Moniker: dropbox Tags: - cloud @@ -25,8 +25,10 @@ Tags: - online - pictures - storage -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/114.4.426/Dropbox.Dropbox.yaml b/manifests/d/Dropbox/Dropbox/114.4.426/Dropbox.Dropbox.yaml index b5bb51afc052b..b50ed14c82f3a 100644 --- a/manifests/d/Dropbox/Dropbox/114.4.426/Dropbox.Dropbox.yaml +++ b/manifests/d/Dropbox/Dropbox/114.4.426/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 114.4.426 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/116.4.368/Dropbox.Dropbox.installer.yaml b/manifests/d/Dropbox/Dropbox/116.4.368/Dropbox.Dropbox.installer.yaml index b5078f75d5c99..232ace505163a 100644 --- a/manifests/d/Dropbox/Dropbox/116.4.368/Dropbox.Dropbox.installer.yaml +++ b/manifests/d/Dropbox/Dropbox/116.4.368/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 116.4.368 @@ -12,4 +12,4 @@ Installers: InstallerUrl: https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20116.4.368%20Offline%20Installer.exe InstallerSha256: 8BBF26CCC04D1319D06A6DA6BB19E98E35DE95BA35068564DB9CE493AB68ED25 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/116.4.368/Dropbox.Dropbox.locale.en-US.yaml b/manifests/d/Dropbox/Dropbox/116.4.368/Dropbox.Dropbox.locale.en-US.yaml index cb0d3535872c3..fd66d6bd36205 100644 --- a/manifests/d/Dropbox/Dropbox/116.4.368/Dropbox.Dropbox.locale.en-US.yaml +++ b/manifests/d/Dropbox/Dropbox/116.4.368/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 116.4.368 PackageLocale: en-US Publisher: Dropbox -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: Author: Dropbox PackageName: Dropbox PackageUrl: https://www.dropbox.com License: Copyright (c) Dropbox, Inc. LicenseUrl: https://www.dropbox.com/terms -# Copyright: -# CopyrightUrl: +# Copyright: +# CopyrightUrl: ShortDescription: Organize all your team's content, tune out distractions, and get everyone coordinated with the world's first smart workspace. -# Description: +# Description: Moniker: dropbox Tags: - cloud @@ -25,8 +25,10 @@ Tags: - online - pictures - storage -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/116.4.368/Dropbox.Dropbox.yaml b/manifests/d/Dropbox/Dropbox/116.4.368/Dropbox.Dropbox.yaml index b5531c875835f..4567c0376883f 100644 --- a/manifests/d/Dropbox/Dropbox/116.4.368/Dropbox.Dropbox.yaml +++ b/manifests/d/Dropbox/Dropbox/116.4.368/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 116.4.368 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/117.4.378/Dropbox.Dropbox.installer.yaml b/manifests/d/Dropbox/Dropbox/117.4.378/Dropbox.Dropbox.installer.yaml index f4252db6a72e1..682beea975473 100644 --- a/manifests/d/Dropbox/Dropbox/117.4.378/Dropbox.Dropbox.installer.yaml +++ b/manifests/d/Dropbox/Dropbox/117.4.378/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 117.4.378 @@ -12,4 +12,4 @@ Installers: InstallerUrl: https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20117.4.378%20Offline%20Installer.exe InstallerSha256: B8CA41A6EDCA8926F496A1AA288DD027C48EE8FF0593AF562FDD4F5AEF6308BE ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/117.4.378/Dropbox.Dropbox.locale.en-US.yaml b/manifests/d/Dropbox/Dropbox/117.4.378/Dropbox.Dropbox.locale.en-US.yaml index 2c606d48bd720..ca055816b5acd 100644 --- a/manifests/d/Dropbox/Dropbox/117.4.378/Dropbox.Dropbox.locale.en-US.yaml +++ b/manifests/d/Dropbox/Dropbox/117.4.378/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 117.4.378 PackageLocale: en-US Publisher: Dropbox -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: Author: Dropbox PackageName: Dropbox PackageUrl: https://www.dropbox.com License: Copyright (c) Dropbox, Inc. LicenseUrl: https://www.dropbox.com/terms -# Copyright: -# CopyrightUrl: +# Copyright: +# CopyrightUrl: ShortDescription: Organize all your team's content, tune out distractions, and get everyone coordinated with the world's first smart workspace. -# Description: +# Description: Moniker: dropbox Tags: - cloud @@ -25,8 +25,10 @@ Tags: - online - pictures - storage -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/117.4.378/Dropbox.Dropbox.yaml b/manifests/d/Dropbox/Dropbox/117.4.378/Dropbox.Dropbox.yaml index cd1f520f612bb..fcb9cdd2f2088 100644 --- a/manifests/d/Dropbox/Dropbox/117.4.378/Dropbox.Dropbox.yaml +++ b/manifests/d/Dropbox/Dropbox/117.4.378/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 117.4.378 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/118.4.460/Dropbox.Dropbox.installer.yaml b/manifests/d/Dropbox/Dropbox/118.4.460/Dropbox.Dropbox.installer.yaml index 2e60d70e4d9ec..58ef2fa6147c6 100644 --- a/manifests/d/Dropbox/Dropbox/118.4.460/Dropbox.Dropbox.installer.yaml +++ b/manifests/d/Dropbox/Dropbox/118.4.460/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 118.4.460 @@ -12,4 +12,4 @@ Installers: InstallerUrl: https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20118.4.460%20Offline%20Installer.exe InstallerSha256: DA830F12262E5F186A684D6BCB600DDFA4E650376463BC24C4C83A886E79C888 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/118.4.460/Dropbox.Dropbox.locale.en-US.yaml b/manifests/d/Dropbox/Dropbox/118.4.460/Dropbox.Dropbox.locale.en-US.yaml index 113831322a34e..99358d3d97758 100644 --- a/manifests/d/Dropbox/Dropbox/118.4.460/Dropbox.Dropbox.locale.en-US.yaml +++ b/manifests/d/Dropbox/Dropbox/118.4.460/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 118.4.460 PackageLocale: en-US Publisher: Dropbox -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: Author: Dropbox PackageName: Dropbox PackageUrl: https://www.dropbox.com License: Copyright (c) Dropbox, Inc. LicenseUrl: https://www.dropbox.com/terms -# Copyright: -# CopyrightUrl: +# Copyright: +# CopyrightUrl: ShortDescription: Organize all your team's content, tune out distractions, and get everyone coordinated with the world's first smart workspace. -# Description: +# Description: Moniker: dropbox Tags: - cloud @@ -25,8 +25,10 @@ Tags: - online - pictures - storage -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/118.4.460/Dropbox.Dropbox.yaml b/manifests/d/Dropbox/Dropbox/118.4.460/Dropbox.Dropbox.yaml index e8043a7fbe08d..a5906ebee2134 100644 --- a/manifests/d/Dropbox/Dropbox/118.4.460/Dropbox.Dropbox.yaml +++ b/manifests/d/Dropbox/Dropbox/118.4.460/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 118.4.460 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/119.4.1772/Dropbox.Dropbox.installer.yaml b/manifests/d/Dropbox/Dropbox/119.4.1772/Dropbox.Dropbox.installer.yaml index 54b3c2155fee2..0bf8404f44f79 100644 --- a/manifests/d/Dropbox/Dropbox/119.4.1772/Dropbox.Dropbox.installer.yaml +++ b/manifests/d/Dropbox/Dropbox/119.4.1772/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 119.4.1772 @@ -12,4 +12,4 @@ Installers: InstallerUrl: https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20119.4.1772%20Offline%20Installer.exe InstallerSha256: 8A5774ED2A4C38081194A66B1505785FED9B3AEF80E6054DAECF4C40B8F878CD ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/119.4.1772/Dropbox.Dropbox.locale.en-US.yaml b/manifests/d/Dropbox/Dropbox/119.4.1772/Dropbox.Dropbox.locale.en-US.yaml index 333fdaf5cdf65..eba68837db87a 100644 --- a/manifests/d/Dropbox/Dropbox/119.4.1772/Dropbox.Dropbox.locale.en-US.yaml +++ b/manifests/d/Dropbox/Dropbox/119.4.1772/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 119.4.1772 PackageLocale: en-US Publisher: Dropbox -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: Author: Dropbox PackageName: Dropbox PackageUrl: https://www.dropbox.com License: Copyright (c) Dropbox, Inc. LicenseUrl: https://www.dropbox.com/terms -# Copyright: -# CopyrightUrl: +# Copyright: +# CopyrightUrl: ShortDescription: Organize all your team's content, tune out distractions, and get everyone coordinated with the world's first smart workspace. -# Description: +# Description: Moniker: dropbox Tags: - cloud @@ -25,8 +25,10 @@ Tags: - online - pictures - storage -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/119.4.1772/Dropbox.Dropbox.yaml b/manifests/d/Dropbox/Dropbox/119.4.1772/Dropbox.Dropbox.yaml index f90047c26e7a8..07e6c3bb0fb0d 100644 --- a/manifests/d/Dropbox/Dropbox/119.4.1772/Dropbox.Dropbox.yaml +++ b/manifests/d/Dropbox/Dropbox/119.4.1772/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 119.4.1772 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/120.4.4598/Dropbox.Dropbox.installer.yaml b/manifests/d/Dropbox/Dropbox/120.4.4598/Dropbox.Dropbox.installer.yaml index a607ee823e3d9..8eb9c663dc44e 100644 --- a/manifests/d/Dropbox/Dropbox/120.4.4598/Dropbox.Dropbox.installer.yaml +++ b/manifests/d/Dropbox/Dropbox/120.4.4598/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 120.4.4598 @@ -12,4 +12,4 @@ Installers: InstallerUrl: https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20120.4.4598%20Offline%20Installer.exe InstallerSha256: 6BAAFDCE223A98AA1241F877DFAB4E6063FDE9669941F8AACF35B74C0F68297C ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/120.4.4598/Dropbox.Dropbox.locale.en-US.yaml b/manifests/d/Dropbox/Dropbox/120.4.4598/Dropbox.Dropbox.locale.en-US.yaml index cd73bbfcb8357..a04c2dde0d489 100644 --- a/manifests/d/Dropbox/Dropbox/120.4.4598/Dropbox.Dropbox.locale.en-US.yaml +++ b/manifests/d/Dropbox/Dropbox/120.4.4598/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 120.4.4598 PackageLocale: en-US Publisher: Dropbox -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: Author: Dropbox PackageName: Dropbox PackageUrl: https://www.dropbox.com License: Copyright (c) Dropbox, Inc. LicenseUrl: https://www.dropbox.com/terms -# Copyright: -# CopyrightUrl: +# Copyright: +# CopyrightUrl: ShortDescription: Organize all your team's content, tune out distractions, and get everyone coordinated with the world's first smart workspace. -# Description: +# Description: Moniker: dropbox Tags: - cloud @@ -25,8 +25,10 @@ Tags: - online - pictures - storage -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/120.4.4598/Dropbox.Dropbox.yaml b/manifests/d/Dropbox/Dropbox/120.4.4598/Dropbox.Dropbox.yaml index 87fec4a30aa79..16ece115de6a6 100644 --- a/manifests/d/Dropbox/Dropbox/120.4.4598/Dropbox.Dropbox.yaml +++ b/manifests/d/Dropbox/Dropbox/120.4.4598/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 120.4.4598 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/121.4.4267/Dropbox.Dropbox.installer.yaml b/manifests/d/Dropbox/Dropbox/121.4.4267/Dropbox.Dropbox.installer.yaml index de80825a29746..b7b85629e3760 100644 --- a/manifests/d/Dropbox/Dropbox/121.4.4267/Dropbox.Dropbox.installer.yaml +++ b/manifests/d/Dropbox/Dropbox/121.4.4267/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 121.4.4267 @@ -12,4 +12,4 @@ Installers: InstallerUrl: https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20121.4.4267%20Offline%20Installer.exe InstallerSha256: 64419ABC40FEF887411A5A6FDFA07E63551F48F68889940D78C6B52BD8187E42 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/121.4.4267/Dropbox.Dropbox.locale.en-US.yaml b/manifests/d/Dropbox/Dropbox/121.4.4267/Dropbox.Dropbox.locale.en-US.yaml index 5957100f5857d..bae51557c2c61 100644 --- a/manifests/d/Dropbox/Dropbox/121.4.4267/Dropbox.Dropbox.locale.en-US.yaml +++ b/manifests/d/Dropbox/Dropbox/121.4.4267/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 121.4.4267 PackageLocale: en-US Publisher: Dropbox -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: Author: Dropbox PackageName: Dropbox PackageUrl: https://www.dropbox.com License: Copyright (c) Dropbox, Inc. LicenseUrl: https://www.dropbox.com/terms -# Copyright: -# CopyrightUrl: +# Copyright: +# CopyrightUrl: ShortDescription: Organize all your team's content, tune out distractions, and get everyone coordinated with the world's first smart workspace. -# Description: +# Description: Moniker: dropbox Tags: - cloud @@ -25,8 +25,10 @@ Tags: - online - pictures - storage -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/121.4.4267/Dropbox.Dropbox.yaml b/manifests/d/Dropbox/Dropbox/121.4.4267/Dropbox.Dropbox.yaml index d71b2cee3fb3c..4e58c116bd8eb 100644 --- a/manifests/d/Dropbox/Dropbox/121.4.4267/Dropbox.Dropbox.yaml +++ b/manifests/d/Dropbox/Dropbox/121.4.4267/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 121.4.4267 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/122.4.4867/Dropbox.Dropbox.installer.yaml b/manifests/d/Dropbox/Dropbox/122.4.4867/Dropbox.Dropbox.installer.yaml index b4e2933106608..cc275a18b6864 100644 --- a/manifests/d/Dropbox/Dropbox/122.4.4867/Dropbox.Dropbox.installer.yaml +++ b/manifests/d/Dropbox/Dropbox/122.4.4867/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 122.4.4867 @@ -12,4 +12,4 @@ Installers: InstallerUrl: https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20122.4.4867%20Offline%20Installer.exe InstallerSha256: E6CCE6BAF7D7284947D86F817D9579746B392375EBFAD414A312EF7100DF1401 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/122.4.4867/Dropbox.Dropbox.locale.en-US.yaml b/manifests/d/Dropbox/Dropbox/122.4.4867/Dropbox.Dropbox.locale.en-US.yaml index 56cecc535fc58..b5b902024ad3a 100644 --- a/manifests/d/Dropbox/Dropbox/122.4.4867/Dropbox.Dropbox.locale.en-US.yaml +++ b/manifests/d/Dropbox/Dropbox/122.4.4867/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 122.4.4867 PackageLocale: en-US Publisher: Dropbox -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: Author: Dropbox PackageName: Dropbox PackageUrl: https://www.dropbox.com License: Copyright (c) Dropbox, Inc. LicenseUrl: https://www.dropbox.com/terms -# Copyright: -# CopyrightUrl: +# Copyright: +# CopyrightUrl: ShortDescription: Organize all your team's content, tune out distractions, and get everyone coordinated with the world's first smart workspace. -# Description: +# Description: Moniker: dropbox Tags: - cloud @@ -25,8 +25,10 @@ Tags: - online - pictures - storage -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/122.4.4867/Dropbox.Dropbox.yaml b/manifests/d/Dropbox/Dropbox/122.4.4867/Dropbox.Dropbox.yaml index d629e73df8c82..0ebea5fe901a0 100644 --- a/manifests/d/Dropbox/Dropbox/122.4.4867/Dropbox.Dropbox.yaml +++ b/manifests/d/Dropbox/Dropbox/122.4.4867/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 122.4.4867 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/123.4.4832/Dropbox.Dropbox.installer.yaml b/manifests/d/Dropbox/Dropbox/123.4.4832/Dropbox.Dropbox.installer.yaml index a97221edc5423..2ce1e45db41a5 100644 --- a/manifests/d/Dropbox/Dropbox/123.4.4832/Dropbox.Dropbox.installer.yaml +++ b/manifests/d/Dropbox/Dropbox/123.4.4832/Dropbox.Dropbox.installer.yaml @@ -1,18 +1,20 @@ -# 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: Dropbox.Dropbox PackageVersion: 123.4.4832 +InstallerLocale: en-US MinimumOSVersion: 10.0.0.0 +InstallerType: nullsoft +Scope: machine InstallModes: - - interactive - - silent - - silentWithProgress +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install Installers: - - Architecture: x86 - InstallerType: nullsoft - InstallerUrl: https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20123.4.4832%20Offline%20Installer.exe - InstallerSha256: 5AD495377527400E5F972E822C3562383806626D8599C55EFD432BE39B246903 - Scope: machine - InstallerLocale: en-US - UpgradeBehavior: install +- Architecture: x86 + InstallerUrl: https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20123.4.4832%20Offline%20Installer.exe + InstallerSha256: 5AD495377527400E5F972E822C3562383806626D8599C55EFD432BE39B246903 ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/123.4.4832/Dropbox.Dropbox.locale.en-US.yaml b/manifests/d/Dropbox/Dropbox/123.4.4832/Dropbox.Dropbox.locale.en-US.yaml index a14836c7ee21b..bf4a5a80f5fa9 100644 --- a/manifests/d/Dropbox/Dropbox/123.4.4832/Dropbox.Dropbox.locale.en-US.yaml +++ b/manifests/d/Dropbox/Dropbox/123.4.4832/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 123.4.4832 PackageLocale: en-US @@ -14,14 +16,19 @@ 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. -#Description: +# Description: Moniker: dropbox Tags: - - cloud - - online - - storage - - dropbox - - pictures - - files +- cloud +- dropbox +- files +- online +- pictures +- storage +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/123.4.4832/Dropbox.Dropbox.yaml b/manifests/d/Dropbox/Dropbox/123.4.4832/Dropbox.Dropbox.yaml index f3de90b4b0d7d..f702addad43e4 100644 --- a/manifests/d/Dropbox/Dropbox/123.4.4832/Dropbox.Dropbox.yaml +++ b/manifests/d/Dropbox/Dropbox/123.4.4832/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 123.4.4832 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/124.4.4910/Dropbox.Dropbox.installer.yaml b/manifests/d/Dropbox/Dropbox/124.4.4910/Dropbox.Dropbox.installer.yaml index 7f049f49acf6c..db034623b7f7b 100644 --- a/manifests/d/Dropbox/Dropbox/124.4.4910/Dropbox.Dropbox.installer.yaml +++ b/manifests/d/Dropbox/Dropbox/124.4.4910/Dropbox.Dropbox.installer.yaml @@ -1,20 +1,20 @@ -# 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: Dropbox.Dropbox PackageVersion: 124.4.4910 +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 - Scope: machine +- Architecture: x86 InstallerUrl: https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20124.4.4910%20Offline%20Installer.exe InstallerSha256: E46B0CA5C37E9DB9E159D6DD00EADB3D951631718A9A79EA0BE1761FB153D95B - UpgradeBehavior: install ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/124.4.4910/Dropbox.Dropbox.locale.en-US.yaml b/manifests/d/Dropbox/Dropbox/124.4.4910/Dropbox.Dropbox.locale.en-US.yaml index d4b69e06fc71e..7f240346707a2 100644 --- a/manifests/d/Dropbox/Dropbox/124.4.4910/Dropbox.Dropbox.locale.en-US.yaml +++ b/manifests/d/Dropbox/Dropbox/124.4.4910/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 124.4.4910 @@ -16,13 +16,19 @@ 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. +# Description: Moniker: dropbox Tags: - cloud -- online -- storage - dropbox -- pictures - files +- online +- pictures +- storage +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/124.4.4910/Dropbox.Dropbox.yaml b/manifests/d/Dropbox/Dropbox/124.4.4910/Dropbox.Dropbox.yaml index 752e03aa823d5..7ce4f2fd0f28d 100644 --- a/manifests/d/Dropbox/Dropbox/124.4.4910/Dropbox.Dropbox.yaml +++ b/manifests/d/Dropbox/Dropbox/124.4.4910/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 124.4.4910 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/124.4.4912/Dropbox.Dropbox.installer.yaml b/manifests/d/Dropbox/Dropbox/124.4.4912/Dropbox.Dropbox.installer.yaml index 4052574cecfb7..4c11a76155950 100644 --- a/manifests/d/Dropbox/Dropbox/124.4.4912/Dropbox.Dropbox.installer.yaml +++ b/manifests/d/Dropbox/Dropbox/124.4.4912/Dropbox.Dropbox.installer.yaml @@ -1,20 +1,20 @@ -# 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: Dropbox.Dropbox PackageVersion: 124.4.4912 +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 - Scope: machine +- Architecture: x86 InstallerUrl: https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20124.4.4912%20Offline%20Installer.exe InstallerSha256: 841F3217E72C4896CBD3159C287B65A662C57E2866CE82AFDA353CF344737220 - UpgradeBehavior: install ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/124.4.4912/Dropbox.Dropbox.locale.en-US.yaml b/manifests/d/Dropbox/Dropbox/124.4.4912/Dropbox.Dropbox.locale.en-US.yaml index f3f4696af8923..cb3df75ba4fbc 100644 --- a/manifests/d/Dropbox/Dropbox/124.4.4912/Dropbox.Dropbox.locale.en-US.yaml +++ b/manifests/d/Dropbox/Dropbox/124.4.4912/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 124.4.4912 @@ -16,13 +16,19 @@ 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. +# Description: Moniker: dropbox Tags: - cloud -- online -- storage - dropbox -- pictures - files +- online +- pictures +- storage +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/124.4.4912/Dropbox.Dropbox.yaml b/manifests/d/Dropbox/Dropbox/124.4.4912/Dropbox.Dropbox.yaml index 38e3c4ee328b7..621f0505a6f29 100644 --- a/manifests/d/Dropbox/Dropbox/124.4.4912/Dropbox.Dropbox.yaml +++ b/manifests/d/Dropbox/Dropbox/124.4.4912/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 124.4.4912 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/125.4.3474/Dropbox.Dropbox.installer.yaml b/manifests/d/Dropbox/Dropbox/125.4.3474/Dropbox.Dropbox.installer.yaml index 908cab5208b3a..779273e2f808f 100644 --- a/manifests/d/Dropbox/Dropbox/125.4.3474/Dropbox.Dropbox.installer.yaml +++ b/manifests/d/Dropbox/Dropbox/125.4.3474/Dropbox.Dropbox.installer.yaml @@ -1,21 +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: Dropbox.Dropbox PackageVersion: 125.4.3474 +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 - Scope: machine +- Architecture: x86 InstallerUrl: https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20125.4.3474%20Offline%20Installer.exe InstallerSha256: 9051BFD4D7800FFD772CD8DAC9CAA78746252ED24ACC43172848784C434A76CC - UpgradeBehavior: install ManifestType: installer -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/125.4.3474/Dropbox.Dropbox.locale.en-US.yaml b/manifests/d/Dropbox/Dropbox/125.4.3474/Dropbox.Dropbox.locale.en-US.yaml index fabba40c9da0f..5fbbcec642b01 100644 --- a/manifests/d/Dropbox/Dropbox/125.4.3474/Dropbox.Dropbox.locale.en-US.yaml +++ b/manifests/d/Dropbox/Dropbox/125.4.3474/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 125.4.3474 @@ -16,14 +16,19 @@ 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. +# Description: Moniker: dropbox Tags: - cloud -- online -- storage - dropbox -- pictures - files +- online +- pictures +- storage +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/125.4.3474/Dropbox.Dropbox.yaml b/manifests/d/Dropbox/Dropbox/125.4.3474/Dropbox.Dropbox.yaml index ed33f4b70e76c..0f2578f29bad0 100644 --- a/manifests/d/Dropbox/Dropbox/125.4.3474/Dropbox.Dropbox.yaml +++ b/manifests/d/Dropbox/Dropbox/125.4.3474/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 125.4.3474 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/126.4.4618/Dropbox.Dropbox.installer.yaml b/manifests/d/Dropbox/Dropbox/126.4.4618/Dropbox.Dropbox.installer.yaml index f9e6af9e6848c..2c5f165643df1 100644 --- a/manifests/d/Dropbox/Dropbox/126.4.4618/Dropbox.Dropbox.installer.yaml +++ b/manifests/d/Dropbox/Dropbox/126.4.4618/Dropbox.Dropbox.installer.yaml @@ -1,21 +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: Dropbox.Dropbox PackageVersion: 126.4.4618 +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 - Scope: machine +- Architecture: x86 InstallerUrl: https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20126.4.4618%20Offline%20Installer.exe InstallerSha256: 04C9EBDD80874FA0B50141D901F72E3EEC45E3B559288D3E538EA872B4954B8D - UpgradeBehavior: install ManifestType: installer -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/126.4.4618/Dropbox.Dropbox.locale.en-US.yaml b/manifests/d/Dropbox/Dropbox/126.4.4618/Dropbox.Dropbox.locale.en-US.yaml index edc830bcd3c9b..6753a7f699494 100644 --- a/manifests/d/Dropbox/Dropbox/126.4.4618/Dropbox.Dropbox.locale.en-US.yaml +++ b/manifests/d/Dropbox/Dropbox/126.4.4618/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 126.4.4618 @@ -16,14 +16,19 @@ 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. +# Description: Moniker: dropbox Tags: - cloud -- online -- storage - dropbox -- pictures - files +- online +- pictures +- storage +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/126.4.4618/Dropbox.Dropbox.yaml b/manifests/d/Dropbox/Dropbox/126.4.4618/Dropbox.Dropbox.yaml index 0ee05ddee6db0..50139df253ffb 100644 --- a/manifests/d/Dropbox/Dropbox/126.4.4618/Dropbox.Dropbox.yaml +++ b/manifests/d/Dropbox/Dropbox/126.4.4618/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 126.4.4618 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/127.4.4265/Dropbox.Dropbox.installer.yaml b/manifests/d/Dropbox/Dropbox/127.4.4265/Dropbox.Dropbox.installer.yaml index c42e8cb30f815..2db57f1848aaa 100644 --- a/manifests/d/Dropbox/Dropbox/127.4.4265/Dropbox.Dropbox.installer.yaml +++ b/manifests/d/Dropbox/Dropbox/127.4.4265/Dropbox.Dropbox.installer.yaml @@ -1,21 +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: Dropbox.Dropbox PackageVersion: 127.4.4265 +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 - Scope: machine +- Architecture: x86 InstallerUrl: https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20127.4.4265%20Offline%20Installer.exe InstallerSha256: FD256ED39DB0FFB236CEEB86402B942A097D8F65AA0B230E14E861E8D4AFA0D4 - UpgradeBehavior: install ManifestType: installer -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/127.4.4265/Dropbox.Dropbox.locale.en-US.yaml b/manifests/d/Dropbox/Dropbox/127.4.4265/Dropbox.Dropbox.locale.en-US.yaml index 2a9932d7a77af..126025a7de273 100644 --- a/manifests/d/Dropbox/Dropbox/127.4.4265/Dropbox.Dropbox.locale.en-US.yaml +++ b/manifests/d/Dropbox/Dropbox/127.4.4265/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 127.4.4265 @@ -16,14 +16,19 @@ 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. +# Description: Moniker: dropbox Tags: - cloud -- online -- storage - dropbox -- pictures - files +- online +- pictures +- storage +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/127.4.4265/Dropbox.Dropbox.yaml b/manifests/d/Dropbox/Dropbox/127.4.4265/Dropbox.Dropbox.yaml index 90fef05b3921c..2cc4d284e1226 100644 --- a/manifests/d/Dropbox/Dropbox/127.4.4265/Dropbox.Dropbox.yaml +++ b/manifests/d/Dropbox/Dropbox/127.4.4265/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 127.4.4265 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/128.4.2870/Dropbox.Dropbox.installer.yaml b/manifests/d/Dropbox/Dropbox/128.4.2870/Dropbox.Dropbox.installer.yaml index 8d6ce472923ea..fc384687525e7 100644 --- a/manifests/d/Dropbox/Dropbox/128.4.2870/Dropbox.Dropbox.installer.yaml +++ b/manifests/d/Dropbox/Dropbox/128.4.2870/Dropbox.Dropbox.installer.yaml @@ -1,20 +1,20 @@ -# 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: Dropbox.Dropbox PackageVersion: 128.4.2870 +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 - Scope: machine +- Architecture: x86 InstallerUrl: https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20128.4.2870%20Offline%20Installer.exe InstallerSha256: ABFA10F119A99C86AC57B6CE7121C68A899A683BB26E2393BCF2F962A56EB650 - UpgradeBehavior: install ManifestType: installer -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/128.4.2870/Dropbox.Dropbox.locale.en-US.yaml b/manifests/d/Dropbox/Dropbox/128.4.2870/Dropbox.Dropbox.locale.en-US.yaml index eb9ae73ef969a..f352f95d5e290 100644 --- a/manifests/d/Dropbox/Dropbox/128.4.2870/Dropbox.Dropbox.locale.en-US.yaml +++ b/manifests/d/Dropbox/Dropbox/128.4.2870/Dropbox.Dropbox.locale.en-US.yaml @@ -1,4 +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: Dropbox.Dropbox PackageVersion: 128.4.2870 @@ -15,14 +16,19 @@ 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. +# Description: Moniker: dropbox Tags: - cloud -- online -- storage - dropbox -- pictures - files +- online +- pictures +- storage +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/128.4.2870/Dropbox.Dropbox.yaml b/manifests/d/Dropbox/Dropbox/128.4.2870/Dropbox.Dropbox.yaml index 16b35ee14395b..6a5c12eb26c61 100644 --- a/manifests/d/Dropbox/Dropbox/128.4.2870/Dropbox.Dropbox.yaml +++ b/manifests/d/Dropbox/Dropbox/128.4.2870/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 128.4.2870 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/129.4.3571/Dropbox.Dropbox.installer.yaml b/manifests/d/Dropbox/Dropbox/129.4.3571/Dropbox.Dropbox.installer.yaml index a0dd3faa5a332..2a738f3f18e98 100644 --- a/manifests/d/Dropbox/Dropbox/129.4.3571/Dropbox.Dropbox.installer.yaml +++ b/manifests/d/Dropbox/Dropbox/129.4.3571/Dropbox.Dropbox.installer.yaml @@ -1,20 +1,20 @@ -# 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: Dropbox.Dropbox PackageVersion: 129.4.3571 +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 - Scope: machine +- Architecture: x86 InstallerUrl: https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20129.4.3571%20Offline%20Installer.exe InstallerSha256: 9A81F152AC854A347AF6E7A4DB98FE485FD70B596D11A44F8C213A650A83AE84 - UpgradeBehavior: install ManifestType: installer -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/129.4.3571/Dropbox.Dropbox.locale.en-US.yaml b/manifests/d/Dropbox/Dropbox/129.4.3571/Dropbox.Dropbox.locale.en-US.yaml index 394ead47d5ad6..01c92813ac165 100644 --- a/manifests/d/Dropbox/Dropbox/129.4.3571/Dropbox.Dropbox.locale.en-US.yaml +++ b/manifests/d/Dropbox/Dropbox/129.4.3571/Dropbox.Dropbox.locale.en-US.yaml @@ -1,4 +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: Dropbox.Dropbox PackageVersion: 129.4.3571 @@ -15,14 +16,19 @@ 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. +# Description: Moniker: dropbox Tags: - cloud -- online -- storage - dropbox -- pictures - files +- online +- pictures +- storage +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/129.4.3571/Dropbox.Dropbox.yaml b/manifests/d/Dropbox/Dropbox/129.4.3571/Dropbox.Dropbox.yaml index ffff25daea0e9..2149dfc94bb7b 100644 --- a/manifests/d/Dropbox/Dropbox/129.4.3571/Dropbox.Dropbox.yaml +++ b/manifests/d/Dropbox/Dropbox/129.4.3571/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 129.4.3571 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/130.4.4978/Dropbox.Dropbox.installer.yaml b/manifests/d/Dropbox/Dropbox/130.4.4978/Dropbox.Dropbox.installer.yaml index 99ae545ce2be9..24643f3af6d7c 100644 --- a/manifests/d/Dropbox/Dropbox/130.4.4978/Dropbox.Dropbox.installer.yaml +++ b/manifests/d/Dropbox/Dropbox/130.4.4978/Dropbox.Dropbox.installer.yaml @@ -1,20 +1,20 @@ -# 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: Dropbox.Dropbox PackageVersion: 130.4.4978 +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 - Scope: machine +- Architecture: x86 InstallerUrl: https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20130.4.4978%20Offline%20Installer.exe InstallerSha256: 5E843DFB0F9E3C01539F0048673E5014DB374D06127D25FFD35C0075D5998457 - UpgradeBehavior: install ManifestType: installer -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/130.4.4978/Dropbox.Dropbox.locale.en-US.yaml b/manifests/d/Dropbox/Dropbox/130.4.4978/Dropbox.Dropbox.locale.en-US.yaml index 893ccd5c9b8f2..89e4deefe9fbd 100644 --- a/manifests/d/Dropbox/Dropbox/130.4.4978/Dropbox.Dropbox.locale.en-US.yaml +++ b/manifests/d/Dropbox/Dropbox/130.4.4978/Dropbox.Dropbox.locale.en-US.yaml @@ -1,4 +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: Dropbox.Dropbox PackageVersion: 130.4.4978 @@ -15,14 +16,19 @@ 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. +# Description: Moniker: dropbox Tags: - cloud -- online -- storage - dropbox -- pictures - files +- online +- pictures +- storage +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/130.4.4978/Dropbox.Dropbox.yaml b/manifests/d/Dropbox/Dropbox/130.4.4978/Dropbox.Dropbox.yaml index ee410ff720175..a2854c528203f 100644 --- a/manifests/d/Dropbox/Dropbox/130.4.4978/Dropbox.Dropbox.yaml +++ b/manifests/d/Dropbox/Dropbox/130.4.4978/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 130.4.4978 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/131.4.3968/Dropbox.Dropbox.installer.yaml b/manifests/d/Dropbox/Dropbox/131.4.3968/Dropbox.Dropbox.installer.yaml index 4d53e8f3cd939..358bde3ab291d 100644 --- a/manifests/d/Dropbox/Dropbox/131.4.3968/Dropbox.Dropbox.installer.yaml +++ b/manifests/d/Dropbox/Dropbox/131.4.3968/Dropbox.Dropbox.installer.yaml @@ -1,20 +1,20 @@ -# 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: Dropbox.Dropbox PackageVersion: 131.4.3968 +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 - Scope: machine +- Architecture: x86 InstallerUrl: https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20131.4.3968%20Offline%20Installer.exe InstallerSha256: 01EEB8B0D3EB04C4EADEC99562C5E941F37D39B7CB0DD7EDDA735AA85C397241 - UpgradeBehavior: install ManifestType: installer -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/131.4.3968/Dropbox.Dropbox.locale.en-US.yaml b/manifests/d/Dropbox/Dropbox/131.4.3968/Dropbox.Dropbox.locale.en-US.yaml index 264dd875821db..5b51168b21f78 100644 --- a/manifests/d/Dropbox/Dropbox/131.4.3968/Dropbox.Dropbox.locale.en-US.yaml +++ b/manifests/d/Dropbox/Dropbox/131.4.3968/Dropbox.Dropbox.locale.en-US.yaml @@ -1,4 +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: Dropbox.Dropbox PackageVersion: 131.4.3968 @@ -15,14 +16,19 @@ 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. +# Description: Moniker: dropbox Tags: - cloud -- online -- storage - dropbox -- pictures - files +- online +- pictures +- storage +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/131.4.3968/Dropbox.Dropbox.yaml b/manifests/d/Dropbox/Dropbox/131.4.3968/Dropbox.Dropbox.yaml index 8e58d40e5a71c..7e9b2ebd6c1a5 100644 --- a/manifests/d/Dropbox/Dropbox/131.4.3968/Dropbox.Dropbox.yaml +++ b/manifests/d/Dropbox/Dropbox/131.4.3968/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 131.4.3968 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/132.4.3800/Dropbox.Dropbox.installer.yaml b/manifests/d/Dropbox/Dropbox/132.4.3800/Dropbox.Dropbox.installer.yaml index f6512a26bfe1b..1a7f05ffcfca1 100644 --- a/manifests/d/Dropbox/Dropbox/132.4.3800/Dropbox.Dropbox.installer.yaml +++ b/manifests/d/Dropbox/Dropbox/132.4.3800/Dropbox.Dropbox.installer.yaml @@ -1,19 +1,20 @@ -# 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: Dropbox.Dropbox PackageVersion: 132.4.3800 +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 - Scope: machine +- Architecture: x86 InstallerUrl: https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20132.4.3800%20Offline%20Installer.exe InstallerSha256: 8A65E144CA3841D050CD46FBD3D0DB42F1DECA1BA54676EDA62C38EA820DDA59 - UpgradeBehavior: install ManifestType: installer -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/132.4.3800/Dropbox.Dropbox.locale.en-US.yaml b/manifests/d/Dropbox/Dropbox/132.4.3800/Dropbox.Dropbox.locale.en-US.yaml index f85bed37e549e..d9ae5ae1610c1 100644 --- a/manifests/d/Dropbox/Dropbox/132.4.3800/Dropbox.Dropbox.locale.en-US.yaml +++ b/manifests/d/Dropbox/Dropbox/132.4.3800/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 132.4.3800 PackageLocale: en-US @@ -14,14 +16,19 @@ 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. +# Description: Moniker: dropbox Tags: - cloud -- online -- storage - dropbox -- pictures - files +- online +- pictures +- storage +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/132.4.3800/Dropbox.Dropbox.yaml b/manifests/d/Dropbox/Dropbox/132.4.3800/Dropbox.Dropbox.yaml index 6162ba098aab1..646b8e68e6c38 100644 --- a/manifests/d/Dropbox/Dropbox/132.4.3800/Dropbox.Dropbox.yaml +++ b/manifests/d/Dropbox/Dropbox/132.4.3800/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 132.4.3800 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/134.4.4115/Dropbox.Dropbox.installer.yaml b/manifests/d/Dropbox/Dropbox/134.4.4115/Dropbox.Dropbox.installer.yaml index 0dc54087c0266..7ea71a6f2b07d 100644 --- a/manifests/d/Dropbox/Dropbox/134.4.4115/Dropbox.Dropbox.installer.yaml +++ b/manifests/d/Dropbox/Dropbox/134.4.4115/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 134.4.4115 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20134.4.4115%20Offline%20Installer.exe InstallerSha256: F03FAF1C90FA3523178CBE9B1245F5E702C4DEEEBB04A80DC490C2F056AC9431 ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/134.4.4115/Dropbox.Dropbox.locale.en-US.yaml b/manifests/d/Dropbox/Dropbox/134.4.4115/Dropbox.Dropbox.locale.en-US.yaml index 541cb95b15250..092f5752fc5d2 100644 --- a/manifests/d/Dropbox/Dropbox/134.4.4115/Dropbox.Dropbox.locale.en-US.yaml +++ b/manifests/d/Dropbox/Dropbox/134.4.4115/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 134.4.4115 @@ -16,14 +16,19 @@ 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. -# Description: +# Description: Moniker: dropbox Tags: - cloud -- online -- storage - dropbox -- pictures - files +- online +- pictures +- storage +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/134.4.4115/Dropbox.Dropbox.yaml b/manifests/d/Dropbox/Dropbox/134.4.4115/Dropbox.Dropbox.yaml index 2c24fe30bf232..ca71e779c1b69 100644 --- a/manifests/d/Dropbox/Dropbox/134.4.4115/Dropbox.Dropbox.yaml +++ b/manifests/d/Dropbox/Dropbox/134.4.4115/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 134.4.4115 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/135.4.4221/Dropbox.Dropbox.installer.yaml b/manifests/d/Dropbox/Dropbox/135.4.4221/Dropbox.Dropbox.installer.yaml index 735cf450d5b62..d4c8b2082b809 100644 --- a/manifests/d/Dropbox/Dropbox/135.4.4221/Dropbox.Dropbox.installer.yaml +++ b/manifests/d/Dropbox/Dropbox/135.4.4221/Dropbox.Dropbox.installer.yaml @@ -1,4 +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: Dropbox.Dropbox PackageVersion: 135.4.4221 @@ -16,4 +17,4 @@ Installers: InstallerUrl: https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20135.4.4221%20Offline%20Installer.exe InstallerSha256: CDE86A140C52F289CAA5A0536EDF229004FBF163C950C12A41955C127F39630D ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/135.4.4221/Dropbox.Dropbox.locale.en-US.yaml b/manifests/d/Dropbox/Dropbox/135.4.4221/Dropbox.Dropbox.locale.en-US.yaml index 047f951282867..7910245ddf3b7 100644 --- a/manifests/d/Dropbox/Dropbox/135.4.4221/Dropbox.Dropbox.locale.en-US.yaml +++ b/manifests/d/Dropbox/Dropbox/135.4.4221/Dropbox.Dropbox.locale.en-US.yaml @@ -1,4 +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: Dropbox.Dropbox PackageVersion: 135.4.4221 @@ -15,13 +16,19 @@ 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. +# Description: Moniker: dropbox Tags: - cloud -- online -- storage - dropbox -- pictures - files +- online +- pictures +- storage +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/135.4.4221/Dropbox.Dropbox.yaml b/manifests/d/Dropbox/Dropbox/135.4.4221/Dropbox.Dropbox.yaml index cd87c2294cf15..83473e3b3d311 100644 --- a/manifests/d/Dropbox/Dropbox/135.4.4221/Dropbox.Dropbox.yaml +++ b/manifests/d/Dropbox/Dropbox/135.4.4221/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 135.4.4221 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/136.4.4345/Dropbox.Dropbox.installer.yaml b/manifests/d/Dropbox/Dropbox/136.4.4345/Dropbox.Dropbox.installer.yaml index 67a39e4dc7d7f..24ed4b8a7e653 100644 --- a/manifests/d/Dropbox/Dropbox/136.4.4345/Dropbox.Dropbox.installer.yaml +++ b/manifests/d/Dropbox/Dropbox/136.4.4345/Dropbox.Dropbox.installer.yaml @@ -1,4 +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: Dropbox.Dropbox PackageVersion: 136.4.4345 @@ -16,4 +17,4 @@ Installers: InstallerUrl: https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20136.4.4345%20Offline%20Installer.exe InstallerSha256: D39FB60631A5788D96BC6021B4200DC328866F119B154CB6B0A61045CD6028E6 ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/136.4.4345/Dropbox.Dropbox.locale.en-US.yaml b/manifests/d/Dropbox/Dropbox/136.4.4345/Dropbox.Dropbox.locale.en-US.yaml index a1c263d194549..f493efe30f256 100644 --- a/manifests/d/Dropbox/Dropbox/136.4.4345/Dropbox.Dropbox.locale.en-US.yaml +++ b/manifests/d/Dropbox/Dropbox/136.4.4345/Dropbox.Dropbox.locale.en-US.yaml @@ -1,4 +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: Dropbox.Dropbox PackageVersion: 136.4.4345 @@ -15,13 +16,19 @@ 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. +# Description: Moniker: dropbox Tags: - cloud -- online -- storage - dropbox -- pictures - files +- online +- pictures +- storage +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/136.4.4345/Dropbox.Dropbox.yaml b/manifests/d/Dropbox/Dropbox/136.4.4345/Dropbox.Dropbox.yaml index 1dc5c0b656d15..848f8d84e64a6 100644 --- a/manifests/d/Dropbox/Dropbox/136.4.4345/Dropbox.Dropbox.yaml +++ b/manifests/d/Dropbox/Dropbox/136.4.4345/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 136.4.4345 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/138.4.2392/Dropbox.Dropbox.installer.yaml b/manifests/d/Dropbox/Dropbox/138.4.2392/Dropbox.Dropbox.installer.yaml index 563e2d67d5a51..98af38519f2a9 100644 --- a/manifests/d/Dropbox/Dropbox/138.4.2392/Dropbox.Dropbox.installer.yaml +++ b/manifests/d/Dropbox/Dropbox/138.4.2392/Dropbox.Dropbox.installer.yaml @@ -1,4 +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: Dropbox.Dropbox PackageVersion: 138.4.2392 @@ -16,4 +17,4 @@ Installers: InstallerUrl: https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20138.4.2392%20Offline%20Installer.exe InstallerSha256: 6CD5A480E9588730384B64B30CA9C88CB09652D7375A64EE62DA6DAADF298B62 ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/138.4.2392/Dropbox.Dropbox.locale.en-US.yaml b/manifests/d/Dropbox/Dropbox/138.4.2392/Dropbox.Dropbox.locale.en-US.yaml index 8684e5fb14690..9407cc21227af 100644 --- a/manifests/d/Dropbox/Dropbox/138.4.2392/Dropbox.Dropbox.locale.en-US.yaml +++ b/manifests/d/Dropbox/Dropbox/138.4.2392/Dropbox.Dropbox.locale.en-US.yaml @@ -1,4 +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: Dropbox.Dropbox PackageVersion: 138.4.2392 @@ -15,13 +16,19 @@ 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. +# Description: Moniker: dropbox Tags: - cloud -- online -- storage - dropbox -- pictures - files +- online +- pictures +- storage +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/138.4.2392/Dropbox.Dropbox.yaml b/manifests/d/Dropbox/Dropbox/138.4.2392/Dropbox.Dropbox.yaml index 2dbd23178a552..55a9fd9d2ef64 100644 --- a/manifests/d/Dropbox/Dropbox/138.4.2392/Dropbox.Dropbox.yaml +++ b/manifests/d/Dropbox/Dropbox/138.4.2392/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 138.4.2392 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/139.4.4896/Dropbox.Dropbox.installer.yaml b/manifests/d/Dropbox/Dropbox/139.4.4896/Dropbox.Dropbox.installer.yaml index 0bbbd56cdafb7..26f811dad6b67 100644 --- a/manifests/d/Dropbox/Dropbox/139.4.4896/Dropbox.Dropbox.installer.yaml +++ b/manifests/d/Dropbox/Dropbox/139.4.4896/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 139.4.4896 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20139.4.4896%20Offline%20Installer.exe InstallerSha256: 4C0F94D2C51D848EF1783A48A7AE6170F0F1ABB69808927BE81058FC0709C530 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/139.4.4896/Dropbox.Dropbox.locale.en-US.yaml b/manifests/d/Dropbox/Dropbox/139.4.4896/Dropbox.Dropbox.locale.en-US.yaml index 2a32dba6fefc7..d2d983465bba3 100644 --- a/manifests/d/Dropbox/Dropbox/139.4.4896/Dropbox.Dropbox.locale.en-US.yaml +++ b/manifests/d/Dropbox/Dropbox/139.4.4896/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 139.4.4896 @@ -16,7 +16,7 @@ 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. -# Description: +# Description: Moniker: dropbox Tags: - cloud @@ -25,8 +25,10 @@ Tags: - online - pictures - storage -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/139.4.4896/Dropbox.Dropbox.yaml b/manifests/d/Dropbox/Dropbox/139.4.4896/Dropbox.Dropbox.yaml index 0c240113011a3..d68d908e5f736 100644 --- a/manifests/d/Dropbox/Dropbox/139.4.4896/Dropbox.Dropbox.yaml +++ b/manifests/d/Dropbox/Dropbox/139.4.4896/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 139.4.4896 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/140.4.1951/Dropbox.Dropbox.installer.yaml b/manifests/d/Dropbox/Dropbox/140.4.1951/Dropbox.Dropbox.installer.yaml index 93f870f751ad3..6d6b257250e3e 100644 --- a/manifests/d/Dropbox/Dropbox/140.4.1951/Dropbox.Dropbox.installer.yaml +++ b/manifests/d/Dropbox/Dropbox/140.4.1951/Dropbox.Dropbox.installer.yaml @@ -1,4 +1,6 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + PackageIdentifier: Dropbox.Dropbox PackageVersion: 140.4.1951 Platform: @@ -15,5 +17,4 @@ Installers: InstallerUrl: https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20140.4.1951%20Offline%20Installer.exe InstallerSha256: FD6C6F00A666D9244AAEE0CF152DB6624B837EE23E7F681AE85CEBD8E6A7408F ManifestType: installer -ManifestVersion: 1.1.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/140.4.1951/Dropbox.Dropbox.locale.en-US.yaml b/manifests/d/Dropbox/Dropbox/140.4.1951/Dropbox.Dropbox.locale.en-US.yaml index faae9a935e4f9..d4127696973fa 100644 --- a/manifests/d/Dropbox/Dropbox/140.4.1951/Dropbox.Dropbox.locale.en-US.yaml +++ b/manifests/d/Dropbox/Dropbox/140.4.1951/Dropbox.Dropbox.locale.en-US.yaml @@ -1,4 +1,6 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultlocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + PackageIdentifier: Dropbox.Dropbox PackageVersion: 140.4.1951 PackageLocale: en-US @@ -14,6 +16,7 @@ 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. +# Description: Moniker: dropbox Tags: - cloud @@ -22,6 +25,10 @@ Tags: - online - pictures - storage +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/140.4.1951/Dropbox.Dropbox.yaml b/manifests/d/Dropbox/Dropbox/140.4.1951/Dropbox.Dropbox.yaml index b9a63b686315b..d73548008360f 100644 --- a/manifests/d/Dropbox/Dropbox/140.4.1951/Dropbox.Dropbox.yaml +++ b/manifests/d/Dropbox/Dropbox/140.4.1951/Dropbox.Dropbox.yaml @@ -1,7 +1,8 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + PackageIdentifier: Dropbox.Dropbox PackageVersion: 140.4.1951 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/141.4.3299/Dropbox.Dropbox.installer.yaml b/manifests/d/Dropbox/Dropbox/141.4.3299/Dropbox.Dropbox.installer.yaml index cea62a766c031..8342d577dd13a 100644 --- a/manifests/d/Dropbox/Dropbox/141.4.3299/Dropbox.Dropbox.installer.yaml +++ b/manifests/d/Dropbox/Dropbox/141.4.3299/Dropbox.Dropbox.installer.yaml @@ -1,4 +1,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: Dropbox.Dropbox PackageVersion: 141.4.3299 @@ -16,5 +17,4 @@ Installers: InstallerUrl: https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20141.4.3299%20Offline%20Installer.exe InstallerSha256: 570EAAF289CA5D919414CED8AF52E6616EA3B4F25E9E76C2AAFE708E6916CD8D ManifestType: installer -ManifestVersion: 1.1.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/141.4.3299/Dropbox.Dropbox.locale.en-US.yaml b/manifests/d/Dropbox/Dropbox/141.4.3299/Dropbox.Dropbox.locale.en-US.yaml index 2579743551322..e185953710dc7 100644 --- a/manifests/d/Dropbox/Dropbox/141.4.3299/Dropbox.Dropbox.locale.en-US.yaml +++ b/manifests/d/Dropbox/Dropbox/141.4.3299/Dropbox.Dropbox.locale.en-US.yaml @@ -1,4 +1,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: Dropbox.Dropbox PackageVersion: 141.4.3299 @@ -15,6 +16,7 @@ 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. +# Description: Moniker: dropbox Tags: - cloud @@ -23,6 +25,10 @@ Tags: - online - pictures - storage +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/141.4.3299/Dropbox.Dropbox.yaml b/manifests/d/Dropbox/Dropbox/141.4.3299/Dropbox.Dropbox.yaml index 5bfa779a8d8d1..31b4dc9d84a25 100644 --- a/manifests/d/Dropbox/Dropbox/141.4.3299/Dropbox.Dropbox.yaml +++ b/manifests/d/Dropbox/Dropbox/141.4.3299/Dropbox.Dropbox.yaml @@ -1,8 +1,8 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Dropbox.Dropbox PackageVersion: 141.4.3299 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/142.4.4197/Dropbox.Dropbox.installer.yaml b/manifests/d/Dropbox/Dropbox/142.4.4197/Dropbox.Dropbox.installer.yaml index 0fb7ff848e329..d0b9fdc56d423 100644 --- a/manifests/d/Dropbox/Dropbox/142.4.4197/Dropbox.Dropbox.installer.yaml +++ b/manifests/d/Dropbox/Dropbox/142.4.4197/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 142.4.4197 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20142.4.4197%20Offline%20Installer.exe InstallerSha256: 83A1E02ED0F7651C66A2D8BE92BB0081DBE9747A0FBB2EA2DF872190B9CDDD3B ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/142.4.4197/Dropbox.Dropbox.locale.en-US.yaml b/manifests/d/Dropbox/Dropbox/142.4.4197/Dropbox.Dropbox.locale.en-US.yaml index 6a37886604937..f8941507cd35a 100644 --- a/manifests/d/Dropbox/Dropbox/142.4.4197/Dropbox.Dropbox.locale.en-US.yaml +++ b/manifests/d/Dropbox/Dropbox/142.4.4197/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 142.4.4197 @@ -16,7 +16,7 @@ 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. -# Description: +# Description: Moniker: dropbox Tags: - cloud @@ -25,8 +25,10 @@ Tags: - online - pictures - storage -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/142.4.4197/Dropbox.Dropbox.yaml b/manifests/d/Dropbox/Dropbox/142.4.4197/Dropbox.Dropbox.yaml index 8668b517b1991..4d8ee361fec00 100644 --- a/manifests/d/Dropbox/Dropbox/142.4.4197/Dropbox.Dropbox.yaml +++ b/manifests/d/Dropbox/Dropbox/142.4.4197/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 142.4.4197 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/143.4.4161/Dropbox.Dropbox.installer.yaml b/manifests/d/Dropbox/Dropbox/143.4.4161/Dropbox.Dropbox.installer.yaml index b04b279a04f68..a5650990e109a 100644 --- a/manifests/d/Dropbox/Dropbox/143.4.4161/Dropbox.Dropbox.installer.yaml +++ b/manifests/d/Dropbox/Dropbox/143.4.4161/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 143.4.4161 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20143.4.4161%20Offline%20Installer.exe InstallerSha256: 643F6B849246012355402A1E0D96B877DDF1B1EADE37B905F71E434E8309646F ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/143.4.4161/Dropbox.Dropbox.locale.en-US.yaml b/manifests/d/Dropbox/Dropbox/143.4.4161/Dropbox.Dropbox.locale.en-US.yaml index f39d046bdcbfa..ec685404d64ae 100644 --- a/manifests/d/Dropbox/Dropbox/143.4.4161/Dropbox.Dropbox.locale.en-US.yaml +++ b/manifests/d/Dropbox/Dropbox/143.4.4161/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 143.4.4161 @@ -16,7 +16,7 @@ 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. -# Description: +# Description: Moniker: dropbox Tags: - cloud @@ -25,8 +25,10 @@ Tags: - online - pictures - storage -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/143.4.4161/Dropbox.Dropbox.yaml b/manifests/d/Dropbox/Dropbox/143.4.4161/Dropbox.Dropbox.yaml index b42f0d104152a..0f60a85361254 100644 --- a/manifests/d/Dropbox/Dropbox/143.4.4161/Dropbox.Dropbox.yaml +++ b/manifests/d/Dropbox/Dropbox/143.4.4161/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 143.4.4161 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/144.4.4491/Dropbox.Dropbox.installer.yaml b/manifests/d/Dropbox/Dropbox/144.4.4491/Dropbox.Dropbox.installer.yaml index 7a8f542b324b8..71e71c69ed158 100644 --- a/manifests/d/Dropbox/Dropbox/144.4.4491/Dropbox.Dropbox.installer.yaml +++ b/manifests/d/Dropbox/Dropbox/144.4.4491/Dropbox.Dropbox.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.1 $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: Dropbox.Dropbox PackageVersion: 144.4.4491 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20144.4.4491%20Offline%20Installer.exe InstallerSha256: 05E9349518D9017340FE4AA50DA39A87A1BFFE66E26504F08FB5BDC4251D6D32 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/144.4.4491/Dropbox.Dropbox.locale.en-US.yaml b/manifests/d/Dropbox/Dropbox/144.4.4491/Dropbox.Dropbox.locale.en-US.yaml index 40e049137b977..c6db78f1a06bf 100644 --- a/manifests/d/Dropbox/Dropbox/144.4.4491/Dropbox.Dropbox.locale.en-US.yaml +++ b/manifests/d/Dropbox/Dropbox/144.4.4491/Dropbox.Dropbox.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.1 $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: Dropbox.Dropbox PackageVersion: 144.4.4491 @@ -16,7 +16,7 @@ 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. -# Description: +# Description: Moniker: dropbox Tags: - cloud @@ -25,8 +25,10 @@ Tags: - online - pictures - storage -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/144.4.4491/Dropbox.Dropbox.yaml b/manifests/d/Dropbox/Dropbox/144.4.4491/Dropbox.Dropbox.yaml index 30c73ac0578e0..bcab35752ab6d 100644 --- a/manifests/d/Dropbox/Dropbox/144.4.4491/Dropbox.Dropbox.yaml +++ b/manifests/d/Dropbox/Dropbox/144.4.4491/Dropbox.Dropbox.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.1 $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: Dropbox.Dropbox PackageVersion: 144.4.4491 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/145.4.4921/Dropbox.Dropbox.installer.yaml b/manifests/d/Dropbox/Dropbox/145.4.4921/Dropbox.Dropbox.installer.yaml index c3af0e69d75c0..804738574d8fe 100644 --- a/manifests/d/Dropbox/Dropbox/145.4.4921/Dropbox.Dropbox.installer.yaml +++ b/manifests/d/Dropbox/Dropbox/145.4.4921/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 145.4.4921 @@ -20,4 +20,4 @@ Installers: InstallerUrl: https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20145.4.4921%20Offline%20Installer.exe InstallerSha256: 43A96F586FAFEB780A7CED1A609D50FDF90ACBFC625DC71249B1A390144C9E3A ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/145.4.4921/Dropbox.Dropbox.locale.en-US.yaml b/manifests/d/Dropbox/Dropbox/145.4.4921/Dropbox.Dropbox.locale.en-US.yaml index 25f99a2d107aa..23df109a19c4c 100644 --- a/manifests/d/Dropbox/Dropbox/145.4.4921/Dropbox.Dropbox.locale.en-US.yaml +++ b/manifests/d/Dropbox/Dropbox/145.4.4921/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 145.4.4921 @@ -16,7 +16,7 @@ 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. -# Description: +# Description: Moniker: dropbox Tags: - cloud @@ -25,8 +25,10 @@ Tags: - online - pictures - storage -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/145.4.4921/Dropbox.Dropbox.yaml b/manifests/d/Dropbox/Dropbox/145.4.4921/Dropbox.Dropbox.yaml index 0ff7efa03cf1a..b3df4a82e5f59 100644 --- a/manifests/d/Dropbox/Dropbox/145.4.4921/Dropbox.Dropbox.yaml +++ b/manifests/d/Dropbox/Dropbox/145.4.4921/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 145.4.4921 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/146.4.4836/Dropbox.Dropbox.installer.yaml b/manifests/d/Dropbox/Dropbox/146.4.4836/Dropbox.Dropbox.installer.yaml index 8b7fe2e67fd7d..a230fcd0b76f9 100644 --- a/manifests/d/Dropbox/Dropbox/146.4.4836/Dropbox.Dropbox.installer.yaml +++ b/manifests/d/Dropbox/Dropbox/146.4.4836/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 146.4.4836 @@ -20,4 +20,4 @@ Installers: InstallerUrl: https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20146.4.4836%20Offline%20Installer.exe InstallerSha256: 37AEF93A344651D19B933A364D5F1F9963E200166EC51276D93E804A35BD475D ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/146.4.4836/Dropbox.Dropbox.locale.en-US.yaml b/manifests/d/Dropbox/Dropbox/146.4.4836/Dropbox.Dropbox.locale.en-US.yaml index f07044220443e..ef23e2daa4f22 100644 --- a/manifests/d/Dropbox/Dropbox/146.4.4836/Dropbox.Dropbox.locale.en-US.yaml +++ b/manifests/d/Dropbox/Dropbox/146.4.4836/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 146.4.4836 @@ -16,7 +16,7 @@ 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. -# Description: +# Description: Moniker: dropbox Tags: - cloud @@ -25,8 +25,10 @@ Tags: - online - pictures - storage -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/146.4.4836/Dropbox.Dropbox.yaml b/manifests/d/Dropbox/Dropbox/146.4.4836/Dropbox.Dropbox.yaml index fd264693a9451..89ce1310ba337 100644 --- a/manifests/d/Dropbox/Dropbox/146.4.4836/Dropbox.Dropbox.yaml +++ b/manifests/d/Dropbox/Dropbox/146.4.4836/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 146.4.4836 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/147.4.4800/Dropbox.Dropbox.installer.yaml b/manifests/d/Dropbox/Dropbox/147.4.4800/Dropbox.Dropbox.installer.yaml index 7baea5852d39f..1d20766b9f2d3 100644 --- a/manifests/d/Dropbox/Dropbox/147.4.4800/Dropbox.Dropbox.installer.yaml +++ b/manifests/d/Dropbox/Dropbox/147.4.4800/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 147.4.4800 @@ -20,4 +20,4 @@ Installers: InstallerUrl: https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20147.4.4800%20Offline%20Installer.exe InstallerSha256: 98D3183DDF4EAE2A0C834907C85594F4BA032539432560646C76AC3A18629ABA ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/147.4.4800/Dropbox.Dropbox.locale.en-US.yaml b/manifests/d/Dropbox/Dropbox/147.4.4800/Dropbox.Dropbox.locale.en-US.yaml index 652af8fdbcf3a..a554ca449d79e 100644 --- a/manifests/d/Dropbox/Dropbox/147.4.4800/Dropbox.Dropbox.locale.en-US.yaml +++ b/manifests/d/Dropbox/Dropbox/147.4.4800/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 147.4.4800 @@ -16,7 +16,7 @@ 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. -# Description: +# Description: Moniker: dropbox Tags: - cloud @@ -25,8 +25,10 @@ Tags: - online - pictures - storage -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/147.4.4800/Dropbox.Dropbox.yaml b/manifests/d/Dropbox/Dropbox/147.4.4800/Dropbox.Dropbox.yaml index 807d113cbbe04..51907fe6be542 100644 --- a/manifests/d/Dropbox/Dropbox/147.4.4800/Dropbox.Dropbox.yaml +++ b/manifests/d/Dropbox/Dropbox/147.4.4800/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 147.4.4800 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/148.4.4519/Dropbox.Dropbox.installer.yaml b/manifests/d/Dropbox/Dropbox/148.4.4519/Dropbox.Dropbox.installer.yaml index a5304126ed8b1..77b910547c654 100644 --- a/manifests/d/Dropbox/Dropbox/148.4.4519/Dropbox.Dropbox.installer.yaml +++ b/manifests/d/Dropbox/Dropbox/148.4.4519/Dropbox.Dropbox.installer.yaml @@ -1,5 +1,5 @@ -# 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 +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Dropbox.Dropbox PackageVersion: 148.4.4519 @@ -21,4 +21,4 @@ Installers: InstallerUrl: https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20148.4.4519%20Offline%20Installer.exe InstallerSha256: BBD4CA636A065BDE3D4BAC8A20352F66F15DD51A4DE1FD5DBD2DF442510B810B ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/148.4.4519/Dropbox.Dropbox.locale.en-US.yaml b/manifests/d/Dropbox/Dropbox/148.4.4519/Dropbox.Dropbox.locale.en-US.yaml index 75eaa56079869..dbede27a8be81 100644 --- a/manifests/d/Dropbox/Dropbox/148.4.4519/Dropbox.Dropbox.locale.en-US.yaml +++ b/manifests/d/Dropbox/Dropbox/148.4.4519/Dropbox.Dropbox.locale.en-US.yaml @@ -1,5 +1,5 @@ -# 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 +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Dropbox.Dropbox PackageVersion: 148.4.4519 @@ -16,7 +16,7 @@ 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. -# Description: +# Description: Moniker: dropbox Tags: - cloud @@ -25,8 +25,10 @@ Tags: - online - pictures - storage -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/148.4.4519/Dropbox.Dropbox.yaml b/manifests/d/Dropbox/Dropbox/148.4.4519/Dropbox.Dropbox.yaml index 697c204aa6959..db518fce87baf 100644 --- a/manifests/d/Dropbox/Dropbox/148.4.4519/Dropbox.Dropbox.yaml +++ b/manifests/d/Dropbox/Dropbox/148.4.4519/Dropbox.Dropbox.yaml @@ -1,8 +1,8 @@ -# 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 +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Dropbox.Dropbox PackageVersion: 148.4.4519 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/149.4.4568/Dropbox.Dropbox.installer.yaml b/manifests/d/Dropbox/Dropbox/149.4.4568/Dropbox.Dropbox.installer.yaml index 980a5b94cdc18..7981f65df3443 100644 --- a/manifests/d/Dropbox/Dropbox/149.4.4568/Dropbox.Dropbox.installer.yaml +++ b/manifests/d/Dropbox/Dropbox/149.4.4568/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 149.4.4568 @@ -21,4 +21,4 @@ Installers: InstallerUrl: https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20149.4.4568%20Offline%20Installer.exe InstallerSha256: 981D145DEB395498BC6B80FB161F40F421B3D117140350AFC0F56D6408B524EF ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/149.4.4568/Dropbox.Dropbox.locale.en-US.yaml b/manifests/d/Dropbox/Dropbox/149.4.4568/Dropbox.Dropbox.locale.en-US.yaml index 87875f72e8340..defc5c6d17a2e 100644 --- a/manifests/d/Dropbox/Dropbox/149.4.4568/Dropbox.Dropbox.locale.en-US.yaml +++ b/manifests/d/Dropbox/Dropbox/149.4.4568/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 149.4.4568 @@ -16,7 +16,7 @@ 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. -# Description: +# Description: Moniker: dropbox Tags: - cloud @@ -25,8 +25,10 @@ Tags: - online - pictures - storage -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/149.4.4568/Dropbox.Dropbox.yaml b/manifests/d/Dropbox/Dropbox/149.4.4568/Dropbox.Dropbox.yaml index 42475ff1e9992..bd93f082edce9 100644 --- a/manifests/d/Dropbox/Dropbox/149.4.4568/Dropbox.Dropbox.yaml +++ b/manifests/d/Dropbox/Dropbox/149.4.4568/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 149.4.4568 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/150.4.5000/Dropbox.Dropbox.installer.yaml b/manifests/d/Dropbox/Dropbox/150.4.5000/Dropbox.Dropbox.installer.yaml index a40d37c421bf8..26fa1c9fc7be8 100644 --- a/manifests/d/Dropbox/Dropbox/150.4.5000/Dropbox.Dropbox.installer.yaml +++ b/manifests/d/Dropbox/Dropbox/150.4.5000/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 150.4.5000 @@ -21,4 +21,4 @@ Installers: InstallerUrl: https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20150.4.5000%20Offline%20Installer.exe InstallerSha256: 46229D9A7C6E50AB96CDC1BD0CFD9F223E818D6DDDFAB732FB95FC7C9A7F349D ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/150.4.5000/Dropbox.Dropbox.locale.en-US.yaml b/manifests/d/Dropbox/Dropbox/150.4.5000/Dropbox.Dropbox.locale.en-US.yaml index 8883abc751160..221a445a42b24 100644 --- a/manifests/d/Dropbox/Dropbox/150.4.5000/Dropbox.Dropbox.locale.en-US.yaml +++ b/manifests/d/Dropbox/Dropbox/150.4.5000/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 150.4.5000 @@ -16,7 +16,7 @@ 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. -# Description: +# Description: Moniker: dropbox Tags: - cloud @@ -25,8 +25,10 @@ Tags: - online - pictures - storage -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/150.4.5000/Dropbox.Dropbox.yaml b/manifests/d/Dropbox/Dropbox/150.4.5000/Dropbox.Dropbox.yaml index ffa8057d50d1d..abc46d6143e68 100644 --- a/manifests/d/Dropbox/Dropbox/150.4.5000/Dropbox.Dropbox.yaml +++ b/manifests/d/Dropbox/Dropbox/150.4.5000/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 150.4.5000 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/151.4.4304/Dropbox.Dropbox.installer.yaml b/manifests/d/Dropbox/Dropbox/151.4.4304/Dropbox.Dropbox.installer.yaml index 2c24971b5252e..e8e9875e2586d 100644 --- a/manifests/d/Dropbox/Dropbox/151.4.4304/Dropbox.Dropbox.installer.yaml +++ b/manifests/d/Dropbox/Dropbox/151.4.4304/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 151.4.4304 @@ -21,4 +21,4 @@ Installers: InstallerUrl: https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20151.4.4304%20Offline%20Installer.exe InstallerSha256: A5F162708CB65D4E61761BB36C20E734CC334D140C63BFF5DD781DB8DA27C0BD ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/151.4.4304/Dropbox.Dropbox.locale.en-US.yaml b/manifests/d/Dropbox/Dropbox/151.4.4304/Dropbox.Dropbox.locale.en-US.yaml index 77686bf41ec12..7b5140b765bc0 100644 --- a/manifests/d/Dropbox/Dropbox/151.4.4304/Dropbox.Dropbox.locale.en-US.yaml +++ b/manifests/d/Dropbox/Dropbox/151.4.4304/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 151.4.4304 @@ -16,7 +16,7 @@ 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. -# Description: +# Description: Moniker: dropbox Tags: - cloud @@ -25,8 +25,10 @@ Tags: - online - pictures - storage -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/151.4.4304/Dropbox.Dropbox.yaml b/manifests/d/Dropbox/Dropbox/151.4.4304/Dropbox.Dropbox.yaml index de3f6f0db026b..0785ed226552f 100644 --- a/manifests/d/Dropbox/Dropbox/151.4.4304/Dropbox.Dropbox.yaml +++ b/manifests/d/Dropbox/Dropbox/151.4.4304/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 151.4.4304 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/152.4.4880/Dropbox.Dropbox.installer.yaml b/manifests/d/Dropbox/Dropbox/152.4.4880/Dropbox.Dropbox.installer.yaml index 42aa9866220f8..a6ce1cb5ea695 100644 --- a/manifests/d/Dropbox/Dropbox/152.4.4880/Dropbox.Dropbox.installer.yaml +++ b/manifests/d/Dropbox/Dropbox/152.4.4880/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 152.4.4880 @@ -20,4 +20,4 @@ Installers: InstallerUrl: https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20152.4.4880%20Offline%20Installer.exe InstallerSha256: 151CC9733C4C51398DA88F5FEA7D45085B797E9EDC5319F37283003A5C8F705A ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/152.4.4880/Dropbox.Dropbox.locale.en-US.yaml b/manifests/d/Dropbox/Dropbox/152.4.4880/Dropbox.Dropbox.locale.en-US.yaml index ee95ff59467c3..3f7d9d584ef80 100644 --- a/manifests/d/Dropbox/Dropbox/152.4.4880/Dropbox.Dropbox.locale.en-US.yaml +++ b/manifests/d/Dropbox/Dropbox/152.4.4880/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 152.4.4880 @@ -16,7 +16,7 @@ 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. -# Description: +# Description: Moniker: dropbox Tags: - cloud @@ -25,8 +25,10 @@ Tags: - online - pictures - storage -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/152.4.4880/Dropbox.Dropbox.yaml b/manifests/d/Dropbox/Dropbox/152.4.4880/Dropbox.Dropbox.yaml index 61129705076a2..d66bde80294b2 100644 --- a/manifests/d/Dropbox/Dropbox/152.4.4880/Dropbox.Dropbox.yaml +++ b/manifests/d/Dropbox/Dropbox/152.4.4880/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 152.4.4880 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/154.4.5363/Dropbox.Dropbox.installer.yaml b/manifests/d/Dropbox/Dropbox/154.4.5363/Dropbox.Dropbox.installer.yaml index a7b2bdf0fd32b..1ed163d313320 100644 --- a/manifests/d/Dropbox/Dropbox/154.4.5363/Dropbox.Dropbox.installer.yaml +++ b/manifests/d/Dropbox/Dropbox/154.4.5363/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 154.4.5363 @@ -21,4 +21,4 @@ Installers: InstallerUrl: https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20154.4.5363%20Offline%20Installer.x86.exe InstallerSha256: 290398E754335DFC7305C20DB7ADF55A0AFED6D353611BD33D8142C0B0B225CC ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/154.4.5363/Dropbox.Dropbox.locale.en-US.yaml b/manifests/d/Dropbox/Dropbox/154.4.5363/Dropbox.Dropbox.locale.en-US.yaml index da9aba1e140ae..323e5d02f6d65 100644 --- a/manifests/d/Dropbox/Dropbox/154.4.5363/Dropbox.Dropbox.locale.en-US.yaml +++ b/manifests/d/Dropbox/Dropbox/154.4.5363/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 154.4.5363 @@ -16,7 +16,7 @@ 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. -# Description: +# Description: Moniker: dropbox Tags: - cloud @@ -25,11 +25,10 @@ Tags: - online - pictures - storage -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://www.dropboxforum.com/t5/Dropbox-desktop-client-builds/Stable-Build-154-4-5363/td-p/613534 -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/154.4.5363/Dropbox.Dropbox.yaml b/manifests/d/Dropbox/Dropbox/154.4.5363/Dropbox.Dropbox.yaml index 3c225302ee8e9..a272b023e5df6 100644 --- a/manifests/d/Dropbox/Dropbox/154.4.5363/Dropbox.Dropbox.yaml +++ b/manifests/d/Dropbox/Dropbox/154.4.5363/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 154.4.5363 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/156.4.4908/Dropbox.Dropbox.installer.yaml b/manifests/d/Dropbox/Dropbox/156.4.4908/Dropbox.Dropbox.installer.yaml index 43fa9153d8c42..b55405e4e25e9 100644 --- a/manifests/d/Dropbox/Dropbox/156.4.4908/Dropbox.Dropbox.installer.yaml +++ b/manifests/d/Dropbox/Dropbox/156.4.4908/Dropbox.Dropbox.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.5 $debug=NVS1.CRLF.5-1-22000-832.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: Dropbox.Dropbox PackageVersion: 156.4.4908 @@ -19,4 +19,4 @@ Installers: InstallerUrl: https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20156.4.4908%20Offline%20Installer.x86.exe InstallerSha256: 7546767F75FB0A39D71C2021165A118E40AC123C3310C986A48404518B6147EA ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/156.4.4908/Dropbox.Dropbox.locale.en-US.yaml b/manifests/d/Dropbox/Dropbox/156.4.4908/Dropbox.Dropbox.locale.en-US.yaml index c11bf550fe19f..37a58ac89ff85 100644 --- a/manifests/d/Dropbox/Dropbox/156.4.4908/Dropbox.Dropbox.locale.en-US.yaml +++ b/manifests/d/Dropbox/Dropbox/156.4.4908/Dropbox.Dropbox.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.5 $debug=NVS1.CRLF.5-1-22000-832.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: Dropbox.Dropbox PackageVersion: 156.4.4908 @@ -16,7 +16,7 @@ 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. -# Description: +# Description: Moniker: dropbox Tags: - cloud @@ -25,11 +25,10 @@ Tags: - online - pictures - storage -# 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/Dropbox/Dropbox/156.4.4908/Dropbox.Dropbox.yaml b/manifests/d/Dropbox/Dropbox/156.4.4908/Dropbox.Dropbox.yaml index bad5e509804a8..b12401d52cdcd 100644 --- a/manifests/d/Dropbox/Dropbox/156.4.4908/Dropbox.Dropbox.yaml +++ b/manifests/d/Dropbox/Dropbox/156.4.4908/Dropbox.Dropbox.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.5 $debug=NVS1.CRLF.5-1-22000-832.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: Dropbox.Dropbox PackageVersion: 156.4.4908 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/165.4.4286/Dropbox.Dropbox.installer.yaml b/manifests/d/Dropbox/Dropbox/165.4.4286/Dropbox.Dropbox.installer.yaml index 4eaef589a982f..67814ed09ecce 100644 --- a/manifests/d/Dropbox/Dropbox/165.4.4286/Dropbox.Dropbox.installer.yaml +++ b/manifests/d/Dropbox/Dropbox/165.4.4286/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 165.4.4286 @@ -19,4 +19,4 @@ Installers: InstallerUrl: https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20165.4.4286%20Offline%20Installer.x86.exe InstallerSha256: 643BFC9687ABA115D292633B9E00061BA32718C5187D486F7A59FFD3383E63E1 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/165.4.4286/Dropbox.Dropbox.locale.en-US.yaml b/manifests/d/Dropbox/Dropbox/165.4.4286/Dropbox.Dropbox.locale.en-US.yaml index a541a3c51237e..6bbac38f1eed1 100644 --- a/manifests/d/Dropbox/Dropbox/165.4.4286/Dropbox.Dropbox.locale.en-US.yaml +++ b/manifests/d/Dropbox/Dropbox/165.4.4286/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 165.4.4286 @@ -25,11 +25,10 @@ Tags: - online - pictures - storage -# Agreements: # ReleaseNotes: # ReleaseNotesUrl: # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/165.4.4286/Dropbox.Dropbox.yaml b/manifests/d/Dropbox/Dropbox/165.4.4286/Dropbox.Dropbox.yaml index 770b47d836959..64542d1c2adfc 100644 --- a/manifests/d/Dropbox/Dropbox/165.4.4286/Dropbox.Dropbox.yaml +++ b/manifests/d/Dropbox/Dropbox/165.4.4286/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 165.4.4286 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/165.4.4300/Dropbox.Dropbox.installer.yaml b/manifests/d/Dropbox/Dropbox/165.4.4300/Dropbox.Dropbox.installer.yaml index a69e770bab562..87d2aaba49e11 100644 --- a/manifests/d/Dropbox/Dropbox/165.4.4300/Dropbox.Dropbox.installer.yaml +++ b/manifests/d/Dropbox/Dropbox/165.4.4300/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 165.4.4300 @@ -19,4 +19,4 @@ Installers: InstallerUrl: https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20165.4.4300%20Offline%20Installer.x86.exe InstallerSha256: 6AFE5324E7D2C18D565B2E5BBD98853C8CCD44DA3F0DCE03608B54DBBBCA6D1F ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/165.4.4300/Dropbox.Dropbox.locale.en-US.yaml b/manifests/d/Dropbox/Dropbox/165.4.4300/Dropbox.Dropbox.locale.en-US.yaml index c2abf41b26eb3..bc2ca75321710 100644 --- a/manifests/d/Dropbox/Dropbox/165.4.4300/Dropbox.Dropbox.locale.en-US.yaml +++ b/manifests/d/Dropbox/Dropbox/165.4.4300/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 165.4.4300 @@ -25,11 +25,10 @@ Tags: - online - pictures - storage -# Agreements: # ReleaseNotes: # ReleaseNotesUrl: # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/165.4.4300/Dropbox.Dropbox.yaml b/manifests/d/Dropbox/Dropbox/165.4.4300/Dropbox.Dropbox.yaml index 72ba6db7948c9..ef5262f29083f 100644 --- a/manifests/d/Dropbox/Dropbox/165.4.4300/Dropbox.Dropbox.yaml +++ b/manifests/d/Dropbox/Dropbox/165.4.4300/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 165.4.4300 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/179.4.4917/Dropbox.Dropbox.installer.yaml b/manifests/d/Dropbox/Dropbox/179.4.4917/Dropbox.Dropbox.installer.yaml index a5a1676a4d014..63bf12784a33c 100644 --- a/manifests/d/Dropbox/Dropbox/179.4.4917/Dropbox.Dropbox.installer.yaml +++ b/manifests/d/Dropbox/Dropbox/179.4.4917/Dropbox.Dropbox.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.9 $debug=AUSU.CRLF.5-1-19041-3031.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: Dropbox.Dropbox PackageVersion: 179.4.4917 @@ -19,4 +19,4 @@ Installers: InstallerUrl: https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20179.4.4917%20Offline%20Installer.x86.exe InstallerSha256: 2EC8EA08EB855BFE128F9E03320B442D4B94D63086E1765DC0CE7C04EB1E86E1 ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/179.4.4917/Dropbox.Dropbox.locale.en-US.yaml b/manifests/d/Dropbox/Dropbox/179.4.4917/Dropbox.Dropbox.locale.en-US.yaml index 839f8e17d2b5f..2214bb89920c8 100644 --- a/manifests/d/Dropbox/Dropbox/179.4.4917/Dropbox.Dropbox.locale.en-US.yaml +++ b/manifests/d/Dropbox/Dropbox/179.4.4917/Dropbox.Dropbox.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.9 $debug=AUSU.CRLF.5-1-19041-3031.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: Dropbox.Dropbox PackageVersion: 179.4.4917 @@ -31,4 +31,4 @@ Tags: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/179.4.4917/Dropbox.Dropbox.yaml b/manifests/d/Dropbox/Dropbox/179.4.4917/Dropbox.Dropbox.yaml index 4512ebc02a9b5..08c66ff6be137 100644 --- a/manifests/d/Dropbox/Dropbox/179.4.4917/Dropbox.Dropbox.yaml +++ b/manifests/d/Dropbox/Dropbox/179.4.4917/Dropbox.Dropbox.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.9 $debug=AUSU.CRLF.5-1-19041-3031.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: Dropbox.Dropbox PackageVersion: 179.4.4917 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/180.4.4912/Dropbox.Dropbox.installer.yaml b/manifests/d/Dropbox/Dropbox/180.4.4912/Dropbox.Dropbox.installer.yaml index 924581b5c6817..1833e1d571f15 100644 --- a/manifests/d/Dropbox/Dropbox/180.4.4912/Dropbox.Dropbox.installer.yaml +++ b/manifests/d/Dropbox/Dropbox/180.4.4912/Dropbox.Dropbox.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.9 $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: Dropbox.Dropbox PackageVersion: 180.4.4912 @@ -19,4 +19,4 @@ Installers: InstallerUrl: https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20180.4.4912%20Offline%20Installer.x86.exe InstallerSha256: C27977999A15E9D9F208FEC860C9641803EEBC9206455E9067C355D9B135AB09 ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/180.4.4912/Dropbox.Dropbox.locale.en-US.yaml b/manifests/d/Dropbox/Dropbox/180.4.4912/Dropbox.Dropbox.locale.en-US.yaml index fad164a4b32fb..8d5b9c6f0112b 100644 --- a/manifests/d/Dropbox/Dropbox/180.4.4912/Dropbox.Dropbox.locale.en-US.yaml +++ b/manifests/d/Dropbox/Dropbox/180.4.4912/Dropbox.Dropbox.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.9 $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: Dropbox.Dropbox PackageVersion: 180.4.4912 @@ -31,4 +31,4 @@ Tags: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/180.4.4912/Dropbox.Dropbox.yaml b/manifests/d/Dropbox/Dropbox/180.4.4912/Dropbox.Dropbox.yaml index 9db3b2cdc4690..54f459d9ad466 100644 --- a/manifests/d/Dropbox/Dropbox/180.4.4912/Dropbox.Dropbox.yaml +++ b/manifests/d/Dropbox/Dropbox/180.4.4912/Dropbox.Dropbox.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.9 $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: Dropbox.Dropbox PackageVersion: 180.4.4912 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/181.4.5678/Dropbox.Dropbox.installer.yaml b/manifests/d/Dropbox/Dropbox/181.4.5678/Dropbox.Dropbox.installer.yaml index b83e046ed44d3..ab00bf4477629 100644 --- a/manifests/d/Dropbox/Dropbox/181.4.5678/Dropbox.Dropbox.installer.yaml +++ b/manifests/d/Dropbox/Dropbox/181.4.5678/Dropbox.Dropbox.installer.yaml @@ -1,5 +1,5 @@ -# Created with 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: Dropbox.Dropbox PackageVersion: 181.4.5678 @@ -18,4 +18,4 @@ Installers: InstallerUrl: https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20181.4.5678%20Offline%20Installer.x64.exe InstallerSha256: 86D8601F96F9772603494639CF9444F66A37FB2DB10E379E97035E78CBA4F547 ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/181.4.5678/Dropbox.Dropbox.locale.en-US.yaml b/manifests/d/Dropbox/Dropbox/181.4.5678/Dropbox.Dropbox.locale.en-US.yaml index ce05c88da8a5e..27f4f5c8e5a34 100644 --- a/manifests/d/Dropbox/Dropbox/181.4.5678/Dropbox.Dropbox.locale.en-US.yaml +++ b/manifests/d/Dropbox/Dropbox/181.4.5678/Dropbox.Dropbox.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with 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: Dropbox.Dropbox PackageVersion: 181.4.5678 @@ -16,6 +16,7 @@ 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. +# Description: Moniker: dropbox Tags: - cloud @@ -24,5 +25,10 @@ Tags: - online - pictures - storage +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/181.4.5678/Dropbox.Dropbox.yaml b/manifests/d/Dropbox/Dropbox/181.4.5678/Dropbox.Dropbox.yaml index dac7f364e68ab..e67e66af537f8 100644 --- a/manifests/d/Dropbox/Dropbox/181.4.5678/Dropbox.Dropbox.yaml +++ b/manifests/d/Dropbox/Dropbox/181.4.5678/Dropbox.Dropbox.yaml @@ -1,8 +1,8 @@ -# Created with 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: Dropbox.Dropbox PackageVersion: 181.4.5678 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/183.4.7058/Dropbox.Dropbox.installer.yaml b/manifests/d/Dropbox/Dropbox/183.4.7058/Dropbox.Dropbox.installer.yaml index de69fcfce7ec8..48998b5afa320 100644 --- a/manifests/d/Dropbox/Dropbox/183.4.7058/Dropbox.Dropbox.installer.yaml +++ b/manifests/d/Dropbox/Dropbox/183.4.7058/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 183.4.7058 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20183.4.7058%20Offline%20Installer.x64.exe InstallerSha256: 2A1DE22D024BF382ECD7EC445BB043F14E572EBF5902D2531999A6FBF6B6280B ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/183.4.7058/Dropbox.Dropbox.locale.en-US.yaml b/manifests/d/Dropbox/Dropbox/183.4.7058/Dropbox.Dropbox.locale.en-US.yaml index 0b4159d4db437..9ed29811802d2 100644 --- a/manifests/d/Dropbox/Dropbox/183.4.7058/Dropbox.Dropbox.locale.en-US.yaml +++ b/manifests/d/Dropbox/Dropbox/183.4.7058/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 183.4.7058 @@ -16,6 +16,7 @@ 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. +# Description: Moniker: dropbox Tags: - cloud @@ -24,5 +25,10 @@ Tags: - online - pictures - storage +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/183.4.7058/Dropbox.Dropbox.yaml b/manifests/d/Dropbox/Dropbox/183.4.7058/Dropbox.Dropbox.yaml index 4997f3c066ad2..5a6d9dc2a4685 100644 --- a/manifests/d/Dropbox/Dropbox/183.4.7058/Dropbox.Dropbox.yaml +++ b/manifests/d/Dropbox/Dropbox/183.4.7058/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 183.4.7058 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/184.4.6543/Dropbox.Dropbox.installer.yaml b/manifests/d/Dropbox/Dropbox/184.4.6543/Dropbox.Dropbox.installer.yaml index e1751649deddb..1445d5fc2fa4e 100644 --- a/manifests/d/Dropbox/Dropbox/184.4.6543/Dropbox.Dropbox.installer.yaml +++ b/manifests/d/Dropbox/Dropbox/184.4.6543/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 184.4.6543 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20184.4.6543%20Offline%20Installer.x64.exe InstallerSha256: 9B19ED008D76DAB7861AD0380B434B6D601DE7C82E345A9C64027882C9F38BFB ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/184.4.6543/Dropbox.Dropbox.locale.en-US.yaml b/manifests/d/Dropbox/Dropbox/184.4.6543/Dropbox.Dropbox.locale.en-US.yaml index 481e8fdff6645..5f7274d26b928 100644 --- a/manifests/d/Dropbox/Dropbox/184.4.6543/Dropbox.Dropbox.locale.en-US.yaml +++ b/manifests/d/Dropbox/Dropbox/184.4.6543/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 184.4.6543 @@ -16,6 +16,7 @@ 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. +# Description: Moniker: dropbox Tags: - cloud @@ -24,5 +25,10 @@ Tags: - online - pictures - storage +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/184.4.6543/Dropbox.Dropbox.yaml b/manifests/d/Dropbox/Dropbox/184.4.6543/Dropbox.Dropbox.yaml index 4a75dcd29cb68..36267a1cd6947 100644 --- a/manifests/d/Dropbox/Dropbox/184.4.6543/Dropbox.Dropbox.yaml +++ b/manifests/d/Dropbox/Dropbox/184.4.6543/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 184.4.6543 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/185.4.6054/Dropbox.Dropbox.installer.yaml b/manifests/d/Dropbox/Dropbox/185.4.6054/Dropbox.Dropbox.installer.yaml index 81c0b0d1d63b7..eec1d4f5d4bcb 100644 --- a/manifests/d/Dropbox/Dropbox/185.4.6054/Dropbox.Dropbox.installer.yaml +++ b/manifests/d/Dropbox/Dropbox/185.4.6054/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 185.4.6054 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20185.4.6054%20Offline%20Installer.x64.exe InstallerSha256: 643FE0705A637C8A02981401413548C986C0C51E0987D2AA34B05E7EE3DA89A4 ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/185.4.6054/Dropbox.Dropbox.locale.en-US.yaml b/manifests/d/Dropbox/Dropbox/185.4.6054/Dropbox.Dropbox.locale.en-US.yaml index b1fb6f71844e9..191dd9d9a340a 100644 --- a/manifests/d/Dropbox/Dropbox/185.4.6054/Dropbox.Dropbox.locale.en-US.yaml +++ b/manifests/d/Dropbox/Dropbox/185.4.6054/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 185.4.6054 @@ -16,6 +16,7 @@ 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. +# Description: Moniker: dropbox Tags: - cloud @@ -24,5 +25,10 @@ Tags: - online - pictures - storage +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/185.4.6054/Dropbox.Dropbox.yaml b/manifests/d/Dropbox/Dropbox/185.4.6054/Dropbox.Dropbox.yaml index c1c91dd4dda4a..9cabd9a74bce6 100644 --- a/manifests/d/Dropbox/Dropbox/185.4.6054/Dropbox.Dropbox.yaml +++ b/manifests/d/Dropbox/Dropbox/185.4.6054/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 185.4.6054 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/186.4.6207/Dropbox.Dropbox.installer.yaml b/manifests/d/Dropbox/Dropbox/186.4.6207/Dropbox.Dropbox.installer.yaml index 70556037e7e82..b6e5d19c582b4 100644 --- a/manifests/d/Dropbox/Dropbox/186.4.6207/Dropbox.Dropbox.installer.yaml +++ b/manifests/d/Dropbox/Dropbox/186.4.6207/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 186.4.6207 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20186.4.6207%20Offline%20Installer.x64.exe InstallerSha256: 7C7DB820024463A422BC1BB12340AC8BF222FF617BAAB1C4D31436037600FA84 ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/186.4.6207/Dropbox.Dropbox.locale.en-US.yaml b/manifests/d/Dropbox/Dropbox/186.4.6207/Dropbox.Dropbox.locale.en-US.yaml index 6a3857102886b..8989040eacb55 100644 --- a/manifests/d/Dropbox/Dropbox/186.4.6207/Dropbox.Dropbox.locale.en-US.yaml +++ b/manifests/d/Dropbox/Dropbox/186.4.6207/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 186.4.6207 @@ -16,6 +16,7 @@ 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. +# Description: Moniker: dropbox Tags: - cloud @@ -24,5 +25,10 @@ Tags: - online - pictures - storage +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/186.4.6207/Dropbox.Dropbox.yaml b/manifests/d/Dropbox/Dropbox/186.4.6207/Dropbox.Dropbox.yaml index 4658972851038..7e0caa52de116 100644 --- a/manifests/d/Dropbox/Dropbox/186.4.6207/Dropbox.Dropbox.yaml +++ b/manifests/d/Dropbox/Dropbox/186.4.6207/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 186.4.6207 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/187.4.5691/Dropbox.Dropbox.installer.yaml b/manifests/d/Dropbox/Dropbox/187.4.5691/Dropbox.Dropbox.installer.yaml index c7ac52dab035c..14a69af0e3e82 100644 --- a/manifests/d/Dropbox/Dropbox/187.4.5691/Dropbox.Dropbox.installer.yaml +++ b/manifests/d/Dropbox/Dropbox/187.4.5691/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 187.4.5691 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20187.4.5691%20Offline%20Installer.x64.exe InstallerSha256: BDAA67C8D8E8E5821232E41C75A7535E30954C69AB5FE01A63DFBDF9D2192F5C ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/187.4.5691/Dropbox.Dropbox.locale.en-US.yaml b/manifests/d/Dropbox/Dropbox/187.4.5691/Dropbox.Dropbox.locale.en-US.yaml index 96a7222c7d040..c789c2d8175dc 100644 --- a/manifests/d/Dropbox/Dropbox/187.4.5691/Dropbox.Dropbox.locale.en-US.yaml +++ b/manifests/d/Dropbox/Dropbox/187.4.5691/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 187.4.5691 @@ -16,6 +16,7 @@ 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. +# Description: Moniker: dropbox Tags: - cloud @@ -24,5 +25,10 @@ Tags: - online - pictures - storage +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/187.4.5691/Dropbox.Dropbox.yaml b/manifests/d/Dropbox/Dropbox/187.4.5691/Dropbox.Dropbox.yaml index 31ba093039556..8b42ec800f5c9 100644 --- a/manifests/d/Dropbox/Dropbox/187.4.5691/Dropbox.Dropbox.yaml +++ b/manifests/d/Dropbox/Dropbox/187.4.5691/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 187.4.5691 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/188.4.6302/Dropbox.Dropbox.installer.yaml b/manifests/d/Dropbox/Dropbox/188.4.6302/Dropbox.Dropbox.installer.yaml index c86d8e8efe921..b21de8d599fad 100644 --- a/manifests/d/Dropbox/Dropbox/188.4.6302/Dropbox.Dropbox.installer.yaml +++ b/manifests/d/Dropbox/Dropbox/188.4.6302/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 188.4.6302 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20188.4.6302%20Offline%20Installer.x64.exe InstallerSha256: 1E331C5193B154CAA3015FE05CE755FD277DACAD52E21EC1F4509442EFE658A2 ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/188.4.6302/Dropbox.Dropbox.locale.en-US.yaml b/manifests/d/Dropbox/Dropbox/188.4.6302/Dropbox.Dropbox.locale.en-US.yaml index 7233e31a47852..ec043587992e2 100644 --- a/manifests/d/Dropbox/Dropbox/188.4.6302/Dropbox.Dropbox.locale.en-US.yaml +++ b/manifests/d/Dropbox/Dropbox/188.4.6302/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 188.4.6302 @@ -16,6 +16,7 @@ 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. +# Description: Moniker: dropbox Tags: - cloud @@ -24,5 +25,10 @@ Tags: - online - pictures - storage +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/188.4.6302/Dropbox.Dropbox.yaml b/manifests/d/Dropbox/Dropbox/188.4.6302/Dropbox.Dropbox.yaml index 6dc97c5a4b09f..7dbedee5a8a6d 100644 --- a/manifests/d/Dropbox/Dropbox/188.4.6302/Dropbox.Dropbox.yaml +++ b/manifests/d/Dropbox/Dropbox/188.4.6302/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 188.4.6302 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/189.4.8395/Dropbox.Dropbox.installer.yaml b/manifests/d/Dropbox/Dropbox/189.4.8395/Dropbox.Dropbox.installer.yaml index de088d7e7f518..b66ae2e626a75 100644 --- a/manifests/d/Dropbox/Dropbox/189.4.8395/Dropbox.Dropbox.installer.yaml +++ b/manifests/d/Dropbox/Dropbox/189.4.8395/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 189.4.8395 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20189.4.8395%20Offline%20Installer.x64.exe InstallerSha256: D0D816EE8264A7B29A5966F47D2CE67375FE7F1FB417E5B707323DA271A9E28F ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/189.4.8395/Dropbox.Dropbox.locale.en-US.yaml b/manifests/d/Dropbox/Dropbox/189.4.8395/Dropbox.Dropbox.locale.en-US.yaml index 5d8ee7395f88f..91f107a649ac1 100644 --- a/manifests/d/Dropbox/Dropbox/189.4.8395/Dropbox.Dropbox.locale.en-US.yaml +++ b/manifests/d/Dropbox/Dropbox/189.4.8395/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 189.4.8395 @@ -16,6 +16,7 @@ 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. +# Description: Moniker: dropbox Tags: - cloud @@ -24,5 +25,10 @@ Tags: - online - pictures - storage +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/189.4.8395/Dropbox.Dropbox.yaml b/manifests/d/Dropbox/Dropbox/189.4.8395/Dropbox.Dropbox.yaml index 1c556dbd99614..c659ed67351f2 100644 --- a/manifests/d/Dropbox/Dropbox/189.4.8395/Dropbox.Dropbox.yaml +++ b/manifests/d/Dropbox/Dropbox/189.4.8395/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 189.4.8395 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/189.4.8427/Dropbox.Dropbox.installer.yaml b/manifests/d/Dropbox/Dropbox/189.4.8427/Dropbox.Dropbox.installer.yaml index a27d6d76dd30e..fb9e443dc3694 100644 --- a/manifests/d/Dropbox/Dropbox/189.4.8427/Dropbox.Dropbox.installer.yaml +++ b/manifests/d/Dropbox/Dropbox/189.4.8427/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 189.4.8427 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20189.4.8427%20Offline%20Installer.x64.exe InstallerSha256: 2013395CB9D37178209BFCC73AB00C6E6EEE0D56E5EC3AAFAB40839196997FC6 ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/189.4.8427/Dropbox.Dropbox.locale.en-US.yaml b/manifests/d/Dropbox/Dropbox/189.4.8427/Dropbox.Dropbox.locale.en-US.yaml index 58babe222e743..07363472d3b40 100644 --- a/manifests/d/Dropbox/Dropbox/189.4.8427/Dropbox.Dropbox.locale.en-US.yaml +++ b/manifests/d/Dropbox/Dropbox/189.4.8427/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 189.4.8427 @@ -16,6 +16,7 @@ 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. +# Description: Moniker: dropbox Tags: - cloud @@ -24,5 +25,10 @@ Tags: - online - pictures - storage +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/189.4.8427/Dropbox.Dropbox.yaml b/manifests/d/Dropbox/Dropbox/189.4.8427/Dropbox.Dropbox.yaml index c011ad53b4b9d..8886d099c4ce9 100644 --- a/manifests/d/Dropbox/Dropbox/189.4.8427/Dropbox.Dropbox.yaml +++ b/manifests/d/Dropbox/Dropbox/189.4.8427/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 189.4.8427 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/190.4.6383/Dropbox.Dropbox.installer.yaml b/manifests/d/Dropbox/Dropbox/190.4.6383/Dropbox.Dropbox.installer.yaml index bba74e2723a81..6f631687ef6df 100644 --- a/manifests/d/Dropbox/Dropbox/190.4.6383/Dropbox.Dropbox.installer.yaml +++ b/manifests/d/Dropbox/Dropbox/190.4.6383/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 190.4.6383 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20190.4.6383%20Offline%20Installer.x64.exe InstallerSha256: 82C8929670E2CD6A57277E30E85C2F97422CCA23D909AEF1E430E9B0567CE455 ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/190.4.6383/Dropbox.Dropbox.locale.en-US.yaml b/manifests/d/Dropbox/Dropbox/190.4.6383/Dropbox.Dropbox.locale.en-US.yaml index 8a63c923bf803..b6830fe433d1c 100644 --- a/manifests/d/Dropbox/Dropbox/190.4.6383/Dropbox.Dropbox.locale.en-US.yaml +++ b/manifests/d/Dropbox/Dropbox/190.4.6383/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 190.4.6383 @@ -16,6 +16,7 @@ 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. +# Description: Moniker: dropbox Tags: - cloud @@ -24,5 +25,10 @@ Tags: - online - pictures - storage +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/190.4.6383/Dropbox.Dropbox.yaml b/manifests/d/Dropbox/Dropbox/190.4.6383/Dropbox.Dropbox.yaml index be325cbf1bf8f..7b5ddcc5f564a 100644 --- a/manifests/d/Dropbox/Dropbox/190.4.6383/Dropbox.Dropbox.yaml +++ b/manifests/d/Dropbox/Dropbox/190.4.6383/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 190.4.6383 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/191.4.4995/Dropbox.Dropbox.installer.yaml b/manifests/d/Dropbox/Dropbox/191.4.4995/Dropbox.Dropbox.installer.yaml index c706f686b29a7..a86c2f8ff0000 100644 --- a/manifests/d/Dropbox/Dropbox/191.4.4995/Dropbox.Dropbox.installer.yaml +++ b/manifests/d/Dropbox/Dropbox/191.4.4995/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 191.4.4995 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20191.4.4995%20Offline%20Installer.x64.exe InstallerSha256: CE3D2C0980DD64AABF5B4F1C128A21EEB99C02CE99575A46DE5C8892050A8099 ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/191.4.4995/Dropbox.Dropbox.locale.en-US.yaml b/manifests/d/Dropbox/Dropbox/191.4.4995/Dropbox.Dropbox.locale.en-US.yaml index 8c5b3ddfee409..5d80d6fdec594 100644 --- a/manifests/d/Dropbox/Dropbox/191.4.4995/Dropbox.Dropbox.locale.en-US.yaml +++ b/manifests/d/Dropbox/Dropbox/191.4.4995/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 191.4.4995 @@ -16,6 +16,7 @@ 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. +# Description: Moniker: dropbox Tags: - cloud @@ -24,5 +25,10 @@ Tags: - online - pictures - storage +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/191.4.4995/Dropbox.Dropbox.yaml b/manifests/d/Dropbox/Dropbox/191.4.4995/Dropbox.Dropbox.yaml index 0a3ea1c47ba6e..0fc1692f91262 100644 --- a/manifests/d/Dropbox/Dropbox/191.4.4995/Dropbox.Dropbox.yaml +++ b/manifests/d/Dropbox/Dropbox/191.4.4995/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 191.4.4995 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/193.4.5594/Dropbox.Dropbox.installer.yaml b/manifests/d/Dropbox/Dropbox/193.4.5594/Dropbox.Dropbox.installer.yaml index 08d5c47e23dc8..4792497b19117 100644 --- a/manifests/d/Dropbox/Dropbox/193.4.5594/Dropbox.Dropbox.installer.yaml +++ b/manifests/d/Dropbox/Dropbox/193.4.5594/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 193.4.5594 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20193.4.5594%20Offline%20Installer.x64.exe InstallerSha256: B5E5F2646D3DAD32F386D949BA25058F8764D3B227A2D8C3E2B96E4B6A350445 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/193.4.5594/Dropbox.Dropbox.locale.en-US.yaml b/manifests/d/Dropbox/Dropbox/193.4.5594/Dropbox.Dropbox.locale.en-US.yaml index 77ca197210177..8c2baa4fabd6d 100644 --- a/manifests/d/Dropbox/Dropbox/193.4.5594/Dropbox.Dropbox.locale.en-US.yaml +++ b/manifests/d/Dropbox/Dropbox/193.4.5594/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 193.4.5594 @@ -16,6 +16,7 @@ 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. +# Description: Moniker: dropbox Tags: - cloud @@ -24,5 +25,10 @@ Tags: - online - pictures - storage +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/193.4.5594/Dropbox.Dropbox.yaml b/manifests/d/Dropbox/Dropbox/193.4.5594/Dropbox.Dropbox.yaml index b6d0b1027fcb2..d7d8a5852f83c 100644 --- a/manifests/d/Dropbox/Dropbox/193.4.5594/Dropbox.Dropbox.yaml +++ b/manifests/d/Dropbox/Dropbox/193.4.5594/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 193.4.5594 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/194.4.6267/Dropbox.Dropbox.installer.yaml b/manifests/d/Dropbox/Dropbox/194.4.6267/Dropbox.Dropbox.installer.yaml index 0d60a3fdb553b..24ded7848a5e0 100644 --- a/manifests/d/Dropbox/Dropbox/194.4.6267/Dropbox.Dropbox.installer.yaml +++ b/manifests/d/Dropbox/Dropbox/194.4.6267/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 194.4.6267 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20194.4.6267%20Offline%20Installer.x64.exe InstallerSha256: A6048688B5A981A396710F3DCBE55710DD598BA0C5507C74BA9277226418B346 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/194.4.6267/Dropbox.Dropbox.locale.en-US.yaml b/manifests/d/Dropbox/Dropbox/194.4.6267/Dropbox.Dropbox.locale.en-US.yaml index af40e15ccd7e6..884670b6c9cb8 100644 --- a/manifests/d/Dropbox/Dropbox/194.4.6267/Dropbox.Dropbox.locale.en-US.yaml +++ b/manifests/d/Dropbox/Dropbox/194.4.6267/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 194.4.6267 @@ -16,6 +16,7 @@ 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. +# Description: Moniker: dropbox Tags: - cloud @@ -24,5 +25,10 @@ Tags: - online - pictures - storage +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/194.4.6267/Dropbox.Dropbox.yaml b/manifests/d/Dropbox/Dropbox/194.4.6267/Dropbox.Dropbox.yaml index 9b58fdcf1e75f..f18d6380e263c 100644 --- a/manifests/d/Dropbox/Dropbox/194.4.6267/Dropbox.Dropbox.yaml +++ b/manifests/d/Dropbox/Dropbox/194.4.6267/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 194.4.6267 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/195.4.4995/Dropbox.Dropbox.installer.yaml b/manifests/d/Dropbox/Dropbox/195.4.4995/Dropbox.Dropbox.installer.yaml index b8b0b00af029c..27359aa0cb97e 100644 --- a/manifests/d/Dropbox/Dropbox/195.4.4995/Dropbox.Dropbox.installer.yaml +++ b/manifests/d/Dropbox/Dropbox/195.4.4995/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 195.4.4995 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20195.4.4995%20Offline%20Installer.x64.exe InstallerSha256: 435DAEC790900683E924271F136FC578CDB50449CA94634C76DDF62F7A2DB4E1 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/195.4.4995/Dropbox.Dropbox.locale.en-US.yaml b/manifests/d/Dropbox/Dropbox/195.4.4995/Dropbox.Dropbox.locale.en-US.yaml index 8a5a412f36020..50f5f40f9e838 100644 --- a/manifests/d/Dropbox/Dropbox/195.4.4995/Dropbox.Dropbox.locale.en-US.yaml +++ b/manifests/d/Dropbox/Dropbox/195.4.4995/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 195.4.4995 @@ -16,6 +16,7 @@ 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. +# Description: Moniker: dropbox Tags: - cloud @@ -24,5 +25,10 @@ Tags: - online - pictures - storage +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/195.4.4995/Dropbox.Dropbox.yaml b/manifests/d/Dropbox/Dropbox/195.4.4995/Dropbox.Dropbox.yaml index b03caae2148dc..79a923667c315 100644 --- a/manifests/d/Dropbox/Dropbox/195.4.4995/Dropbox.Dropbox.yaml +++ b/manifests/d/Dropbox/Dropbox/195.4.4995/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 195.4.4995 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/197.4.7571/Dropbox.Dropbox.installer.yaml b/manifests/d/Dropbox/Dropbox/197.4.7571/Dropbox.Dropbox.installer.yaml index 0672e4819bae0..c7190cf581b79 100644 --- a/manifests/d/Dropbox/Dropbox/197.4.7571/Dropbox.Dropbox.installer.yaml +++ b/manifests/d/Dropbox/Dropbox/197.4.7571/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 197.4.7571 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20197.4.7571%20Offline%20Installer.x64.exe InstallerSha256: 523507CF076ED08298ED5AC8267B14EBB1C1E29D65B6CF03675098099897C099 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/197.4.7571/Dropbox.Dropbox.locale.en-US.yaml b/manifests/d/Dropbox/Dropbox/197.4.7571/Dropbox.Dropbox.locale.en-US.yaml index 8a903ebca3735..f7ce81afd5649 100644 --- a/manifests/d/Dropbox/Dropbox/197.4.7571/Dropbox.Dropbox.locale.en-US.yaml +++ b/manifests/d/Dropbox/Dropbox/197.4.7571/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 197.4.7571 @@ -16,6 +16,7 @@ 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. +# Description: Moniker: dropbox Tags: - cloud @@ -24,5 +25,10 @@ Tags: - online - pictures - storage +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/197.4.7571/Dropbox.Dropbox.yaml b/manifests/d/Dropbox/Dropbox/197.4.7571/Dropbox.Dropbox.yaml index 045c393df5ea2..a76dbc982d5f7 100644 --- a/manifests/d/Dropbox/Dropbox/197.4.7571/Dropbox.Dropbox.yaml +++ b/manifests/d/Dropbox/Dropbox/197.4.7571/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 197.4.7571 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/197.4.7629/Dropbox.Dropbox.installer.yaml b/manifests/d/Dropbox/Dropbox/197.4.7629/Dropbox.Dropbox.installer.yaml index 466bea76b762d..0f4312355d7db 100644 --- a/manifests/d/Dropbox/Dropbox/197.4.7629/Dropbox.Dropbox.installer.yaml +++ b/manifests/d/Dropbox/Dropbox/197.4.7629/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 197.4.7629 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20197.4.7629%20Offline%20Installer.x64.exe InstallerSha256: 33363EBD2214F2249C69D4ED1C3A8412F4E2D308DEADE4EE9BE8B5961EC569CD ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/197.4.7629/Dropbox.Dropbox.locale.en-US.yaml b/manifests/d/Dropbox/Dropbox/197.4.7629/Dropbox.Dropbox.locale.en-US.yaml index fb425809f065a..4cc99d9bbef32 100644 --- a/manifests/d/Dropbox/Dropbox/197.4.7629/Dropbox.Dropbox.locale.en-US.yaml +++ b/manifests/d/Dropbox/Dropbox/197.4.7629/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 197.4.7629 @@ -16,6 +16,7 @@ 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. +# Description: Moniker: dropbox Tags: - cloud @@ -24,5 +25,10 @@ Tags: - online - pictures - storage +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/197.4.7629/Dropbox.Dropbox.yaml b/manifests/d/Dropbox/Dropbox/197.4.7629/Dropbox.Dropbox.yaml index 3e034426a591f..3b348cdb2a1fb 100644 --- a/manifests/d/Dropbox/Dropbox/197.4.7629/Dropbox.Dropbox.yaml +++ b/manifests/d/Dropbox/Dropbox/197.4.7629/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 197.4.7629 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/198.4.7615/Dropbox.Dropbox.installer.yaml b/manifests/d/Dropbox/Dropbox/198.4.7615/Dropbox.Dropbox.installer.yaml index d08e285ad8f4f..281194ff7e77c 100644 --- a/manifests/d/Dropbox/Dropbox/198.4.7615/Dropbox.Dropbox.installer.yaml +++ b/manifests/d/Dropbox/Dropbox/198.4.7615/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 198.4.7615 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20198.4.7615%20Offline%20Installer.x64.exe InstallerSha256: 7DD61D7A5FF2E695316F7C8D34ECA18219F48553C37D63D957F49BD24DD6855D ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/198.4.7615/Dropbox.Dropbox.locale.en-US.yaml b/manifests/d/Dropbox/Dropbox/198.4.7615/Dropbox.Dropbox.locale.en-US.yaml index 52ed265eafaed..bd0470da31081 100644 --- a/manifests/d/Dropbox/Dropbox/198.4.7615/Dropbox.Dropbox.locale.en-US.yaml +++ b/manifests/d/Dropbox/Dropbox/198.4.7615/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 198.4.7615 @@ -16,6 +16,7 @@ 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. +# Description: Moniker: dropbox Tags: - cloud @@ -24,5 +25,10 @@ Tags: - online - pictures - storage +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/198.4.7615/Dropbox.Dropbox.yaml b/manifests/d/Dropbox/Dropbox/198.4.7615/Dropbox.Dropbox.yaml index 298e60e5fe291..5ab7fb176d02b 100644 --- a/manifests/d/Dropbox/Dropbox/198.4.7615/Dropbox.Dropbox.yaml +++ b/manifests/d/Dropbox/Dropbox/198.4.7615/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 198.4.7615 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/199.4.6287/Dropbox.Dropbox.installer.yaml b/manifests/d/Dropbox/Dropbox/199.4.6287/Dropbox.Dropbox.installer.yaml index 9f19d1c2ea692..01606e1b00aab 100644 --- a/manifests/d/Dropbox/Dropbox/199.4.6287/Dropbox.Dropbox.installer.yaml +++ b/manifests/d/Dropbox/Dropbox/199.4.6287/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 199.4.6287 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20199.4.6287%20Offline%20Installer.x64.exe InstallerSha256: 7579B159C9E1F4ED2A5EA922E3F1CD39D999648A7A4AED46051DCF247B88321C ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/199.4.6287/Dropbox.Dropbox.locale.en-US.yaml b/manifests/d/Dropbox/Dropbox/199.4.6287/Dropbox.Dropbox.locale.en-US.yaml index 5d245d768349f..9411e4efce5aa 100644 --- a/manifests/d/Dropbox/Dropbox/199.4.6287/Dropbox.Dropbox.locale.en-US.yaml +++ b/manifests/d/Dropbox/Dropbox/199.4.6287/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 199.4.6287 @@ -16,6 +16,7 @@ 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. +# Description: Moniker: dropbox Tags: - cloud @@ -24,5 +25,10 @@ Tags: - online - pictures - storage +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/199.4.6287/Dropbox.Dropbox.yaml b/manifests/d/Dropbox/Dropbox/199.4.6287/Dropbox.Dropbox.yaml index 99a1246997020..8c9eb1ae2dbd2 100644 --- a/manifests/d/Dropbox/Dropbox/199.4.6287/Dropbox.Dropbox.yaml +++ b/manifests/d/Dropbox/Dropbox/199.4.6287/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 199.4.6287 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/200.4.7134/Dropbox.Dropbox.installer.yaml b/manifests/d/Dropbox/Dropbox/200.4.7134/Dropbox.Dropbox.installer.yaml index eb4457623d100..51db322b4db2f 100644 --- a/manifests/d/Dropbox/Dropbox/200.4.7134/Dropbox.Dropbox.installer.yaml +++ b/manifests/d/Dropbox/Dropbox/200.4.7134/Dropbox.Dropbox.installer.yaml @@ -1,6 +1,6 @@ -# 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: Dropbox.Dropbox PackageVersion: 200.4.7134 InstallerType: nullsoft @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20200.4.7134%20Offline%20Installer.x64.exe InstallerSha256: 01B28250D95E3DBA41BDDACF5B4FAADBBDD8966BB423A6C7789A1335303DFB8B ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/200.4.7134/Dropbox.Dropbox.locale.en-US.yaml b/manifests/d/Dropbox/Dropbox/200.4.7134/Dropbox.Dropbox.locale.en-US.yaml index 1da3f875fee93..3565b478b4c98 100644 --- a/manifests/d/Dropbox/Dropbox/200.4.7134/Dropbox.Dropbox.locale.en-US.yaml +++ b/manifests/d/Dropbox/Dropbox/200.4.7134/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 200.4.7134 @@ -16,6 +16,7 @@ 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. +# Description: Moniker: dropbox Tags: - cloud @@ -24,5 +25,10 @@ Tags: - online - pictures - storage +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/200.4.7134/Dropbox.Dropbox.yaml b/manifests/d/Dropbox/Dropbox/200.4.7134/Dropbox.Dropbox.yaml index 26084bae5b555..3860b2e9daba6 100644 --- a/manifests/d/Dropbox/Dropbox/200.4.7134/Dropbox.Dropbox.yaml +++ b/manifests/d/Dropbox/Dropbox/200.4.7134/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 200.4.7134 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/201.4.5552/Dropbox.Dropbox.installer.yaml b/manifests/d/Dropbox/Dropbox/201.4.5552/Dropbox.Dropbox.installer.yaml index 717f7bbc750d4..cbb65f8838c9d 100644 --- a/manifests/d/Dropbox/Dropbox/201.4.5552/Dropbox.Dropbox.installer.yaml +++ b/manifests/d/Dropbox/Dropbox/201.4.5552/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 201.4.5552 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20201.4.5552%20Offline%20Installer.x64.exe InstallerSha256: 17D12BA0251DAC4A1753004B46CFE26C61125B3481618550E8F627B28D14B022 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/201.4.5552/Dropbox.Dropbox.locale.en-US.yaml b/manifests/d/Dropbox/Dropbox/201.4.5552/Dropbox.Dropbox.locale.en-US.yaml index 2429d8518e459..54e8aec71679f 100644 --- a/manifests/d/Dropbox/Dropbox/201.4.5552/Dropbox.Dropbox.locale.en-US.yaml +++ b/manifests/d/Dropbox/Dropbox/201.4.5552/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 201.4.5552 @@ -16,6 +16,7 @@ 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. +# Description: Moniker: dropbox Tags: - cloud @@ -24,5 +25,10 @@ Tags: - online - pictures - storage +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/201.4.5552/Dropbox.Dropbox.yaml b/manifests/d/Dropbox/Dropbox/201.4.5552/Dropbox.Dropbox.yaml index 726ad59a5b7ed..f7207a3efe0f6 100644 --- a/manifests/d/Dropbox/Dropbox/201.4.5552/Dropbox.Dropbox.yaml +++ b/manifests/d/Dropbox/Dropbox/201.4.5552/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 201.4.5552 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/203.4.4857/Dropbox.Dropbox.installer.yaml b/manifests/d/Dropbox/Dropbox/203.4.4857/Dropbox.Dropbox.installer.yaml index d6717b7a84491..c2e5047bd85f8 100644 --- a/manifests/d/Dropbox/Dropbox/203.4.4857/Dropbox.Dropbox.installer.yaml +++ b/manifests/d/Dropbox/Dropbox/203.4.4857/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 203.4.4857 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20203.4.4857%20Offline%20Installer.x64.exe InstallerSha256: 107513172CEDE0196FCE5CC65FAD022A6EC89D00951C3B6007E27ECD4E509400 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/203.4.4857/Dropbox.Dropbox.locale.en-US.yaml b/manifests/d/Dropbox/Dropbox/203.4.4857/Dropbox.Dropbox.locale.en-US.yaml index 42d733814b402..a0f8dc2841106 100644 --- a/manifests/d/Dropbox/Dropbox/203.4.4857/Dropbox.Dropbox.locale.en-US.yaml +++ b/manifests/d/Dropbox/Dropbox/203.4.4857/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 203.4.4857 @@ -16,6 +16,7 @@ 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. +# Description: Moniker: dropbox Tags: - cloud @@ -24,5 +25,10 @@ Tags: - online - pictures - storage +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/203.4.4857/Dropbox.Dropbox.yaml b/manifests/d/Dropbox/Dropbox/203.4.4857/Dropbox.Dropbox.yaml index d2bc6b19a005f..131810eb21927 100644 --- a/manifests/d/Dropbox/Dropbox/203.4.4857/Dropbox.Dropbox.yaml +++ b/manifests/d/Dropbox/Dropbox/203.4.4857/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 203.4.4857 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/204.4.5420/Dropbox.Dropbox.installer.yaml b/manifests/d/Dropbox/Dropbox/204.4.5420/Dropbox.Dropbox.installer.yaml index 8eeee88519f94..1763db434f26b 100644 --- a/manifests/d/Dropbox/Dropbox/204.4.5420/Dropbox.Dropbox.installer.yaml +++ b/manifests/d/Dropbox/Dropbox/204.4.5420/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 204.4.5420 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20204.4.5420%20Offline%20Installer.x64.exe InstallerSha256: 43858025C6FD8F247BEF180A797542EFFD22C72153CD10058C187972609F6CC8 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/204.4.5420/Dropbox.Dropbox.locale.en-US.yaml b/manifests/d/Dropbox/Dropbox/204.4.5420/Dropbox.Dropbox.locale.en-US.yaml index 7427a2047cf5c..c8829b7e00056 100644 --- a/manifests/d/Dropbox/Dropbox/204.4.5420/Dropbox.Dropbox.locale.en-US.yaml +++ b/manifests/d/Dropbox/Dropbox/204.4.5420/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 204.4.5420 @@ -16,6 +16,7 @@ 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. +# Description: Moniker: dropbox Tags: - cloud @@ -24,5 +25,10 @@ Tags: - online - pictures - storage +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/204.4.5420/Dropbox.Dropbox.yaml b/manifests/d/Dropbox/Dropbox/204.4.5420/Dropbox.Dropbox.yaml index 9757c76760779..290643f66f0aa 100644 --- a/manifests/d/Dropbox/Dropbox/204.4.5420/Dropbox.Dropbox.yaml +++ b/manifests/d/Dropbox/Dropbox/204.4.5420/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 204.4.5420 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/205.4.5765/Dropbox.Dropbox.installer.yaml b/manifests/d/Dropbox/Dropbox/205.4.5765/Dropbox.Dropbox.installer.yaml index 8393145ce5dd0..81e40d0fc9af3 100644 --- a/manifests/d/Dropbox/Dropbox/205.4.5765/Dropbox.Dropbox.installer.yaml +++ b/manifests/d/Dropbox/Dropbox/205.4.5765/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 205.4.5765 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20205.4.5765%20Offline%20Installer.x64.exe InstallerSha256: CF9B6845F7B39507324BA0D40CB4F97263ED71F3C6DAAF373586E0FBE38A05E1 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/205.4.5765/Dropbox.Dropbox.locale.en-US.yaml b/manifests/d/Dropbox/Dropbox/205.4.5765/Dropbox.Dropbox.locale.en-US.yaml index 5edbcafc68eee..07cc0eab46941 100644 --- a/manifests/d/Dropbox/Dropbox/205.4.5765/Dropbox.Dropbox.locale.en-US.yaml +++ b/manifests/d/Dropbox/Dropbox/205.4.5765/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 205.4.5765 @@ -16,6 +16,7 @@ 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. +# Description: Moniker: dropbox Tags: - cloud @@ -24,5 +25,10 @@ Tags: - online - pictures - storage +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/205.4.5765/Dropbox.Dropbox.yaml b/manifests/d/Dropbox/Dropbox/205.4.5765/Dropbox.Dropbox.yaml index 473351f5197fb..f5e231ad2f39e 100644 --- a/manifests/d/Dropbox/Dropbox/205.4.5765/Dropbox.Dropbox.yaml +++ b/manifests/d/Dropbox/Dropbox/205.4.5765/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 205.4.5765 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/206.4.6506/Dropbox.Dropbox.installer.yaml b/manifests/d/Dropbox/Dropbox/206.4.6506/Dropbox.Dropbox.installer.yaml index a3228b172436b..cd3af2f7179cb 100644 --- a/manifests/d/Dropbox/Dropbox/206.4.6506/Dropbox.Dropbox.installer.yaml +++ b/manifests/d/Dropbox/Dropbox/206.4.6506/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 206.4.6506 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20206.4.6506%20Offline%20Installer.x64.exe InstallerSha256: 7C22AD99010E3307674D9D8C9CF0212FFAF01DB29689223C30C076E1140F940E ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/206.4.6506/Dropbox.Dropbox.locale.en-US.yaml b/manifests/d/Dropbox/Dropbox/206.4.6506/Dropbox.Dropbox.locale.en-US.yaml index d6111f1c29a22..42d2404a6b5dc 100644 --- a/manifests/d/Dropbox/Dropbox/206.4.6506/Dropbox.Dropbox.locale.en-US.yaml +++ b/manifests/d/Dropbox/Dropbox/206.4.6506/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 206.4.6506 @@ -16,6 +16,7 @@ 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. +# Description: Moniker: dropbox Tags: - cloud @@ -24,5 +25,10 @@ Tags: - online - pictures - storage +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/206.4.6506/Dropbox.Dropbox.yaml b/manifests/d/Dropbox/Dropbox/206.4.6506/Dropbox.Dropbox.yaml index 85d53a2b3778e..1d6d355a3726f 100644 --- a/manifests/d/Dropbox/Dropbox/206.4.6506/Dropbox.Dropbox.yaml +++ b/manifests/d/Dropbox/Dropbox/206.4.6506/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 206.4.6506 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/207.4.5821/Dropbox.Dropbox.installer.yaml b/manifests/d/Dropbox/Dropbox/207.4.5821/Dropbox.Dropbox.installer.yaml index d831333decb6f..2619e9d581f97 100644 --- a/manifests/d/Dropbox/Dropbox/207.4.5821/Dropbox.Dropbox.installer.yaml +++ b/manifests/d/Dropbox/Dropbox/207.4.5821/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 207.4.5821 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20207.4.5821%20Offline%20Installer.x64.exe InstallerSha256: B494094B5E0D0F48CC266BF80B3D98FAF85CD70F8F0A01AC38AD858140EDAD7A ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/207.4.5821/Dropbox.Dropbox.locale.en-US.yaml b/manifests/d/Dropbox/Dropbox/207.4.5821/Dropbox.Dropbox.locale.en-US.yaml index 7d8a727469ae5..5e1f916596f79 100644 --- a/manifests/d/Dropbox/Dropbox/207.4.5821/Dropbox.Dropbox.locale.en-US.yaml +++ b/manifests/d/Dropbox/Dropbox/207.4.5821/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 207.4.5821 @@ -16,6 +16,7 @@ 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. +# Description: Moniker: dropbox Tags: - cloud @@ -24,5 +25,10 @@ Tags: - online - pictures - storage +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/207.4.5821/Dropbox.Dropbox.yaml b/manifests/d/Dropbox/Dropbox/207.4.5821/Dropbox.Dropbox.yaml index f1c9035b0fecb..c0050e1d282ff 100644 --- a/manifests/d/Dropbox/Dropbox/207.4.5821/Dropbox.Dropbox.yaml +++ b/manifests/d/Dropbox/Dropbox/207.4.5821/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 207.4.5821 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/208.4.5824/Dropbox.Dropbox.installer.yaml b/manifests/d/Dropbox/Dropbox/208.4.5824/Dropbox.Dropbox.installer.yaml index bb411885a7245..35963f506f58f 100644 --- a/manifests/d/Dropbox/Dropbox/208.4.5824/Dropbox.Dropbox.installer.yaml +++ b/manifests/d/Dropbox/Dropbox/208.4.5824/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 208.4.5824 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20208.4.5824%20Offline%20Installer.x64.exe InstallerSha256: 4B731732CCC2A95AEB5A4E17F462A7669DF423CD963F95DDF23A2B07363FB77F ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/208.4.5824/Dropbox.Dropbox.locale.en-US.yaml b/manifests/d/Dropbox/Dropbox/208.4.5824/Dropbox.Dropbox.locale.en-US.yaml index 0d9f6222a30ef..042d0742474fe 100644 --- a/manifests/d/Dropbox/Dropbox/208.4.5824/Dropbox.Dropbox.locale.en-US.yaml +++ b/manifests/d/Dropbox/Dropbox/208.4.5824/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 208.4.5824 @@ -16,6 +16,7 @@ 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. +# Description: Moniker: dropbox Tags: - cloud @@ -24,5 +25,10 @@ Tags: - online - pictures - storage +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/208.4.5824/Dropbox.Dropbox.yaml b/manifests/d/Dropbox/Dropbox/208.4.5824/Dropbox.Dropbox.yaml index 5a489788013d6..a4d366cba42a0 100644 --- a/manifests/d/Dropbox/Dropbox/208.4.5824/Dropbox.Dropbox.yaml +++ b/manifests/d/Dropbox/Dropbox/208.4.5824/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 208.4.5824 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/209.4.3647/Dropbox.Dropbox.installer.yaml b/manifests/d/Dropbox/Dropbox/209.4.3647/Dropbox.Dropbox.installer.yaml index 6fd5c868ec228..5e34dbd4ba188 100644 --- a/manifests/d/Dropbox/Dropbox/209.4.3647/Dropbox.Dropbox.installer.yaml +++ b/manifests/d/Dropbox/Dropbox/209.4.3647/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 209.4.3647 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20209.4.3647%20Offline%20Installer.x64.exe InstallerSha256: F4C22B9B94D45C15F916F90087CDA699AADFBA5FAC1ADF0C81720E12F0B3620E ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/209.4.3647/Dropbox.Dropbox.locale.en-US.yaml b/manifests/d/Dropbox/Dropbox/209.4.3647/Dropbox.Dropbox.locale.en-US.yaml index b7c35180bf4c0..cd2699d9650e8 100644 --- a/manifests/d/Dropbox/Dropbox/209.4.3647/Dropbox.Dropbox.locale.en-US.yaml +++ b/manifests/d/Dropbox/Dropbox/209.4.3647/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 209.4.3647 @@ -16,6 +16,7 @@ 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. +# Description: Moniker: dropbox Tags: - cloud @@ -24,5 +25,10 @@ Tags: - online - pictures - storage +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/209.4.3647/Dropbox.Dropbox.yaml b/manifests/d/Dropbox/Dropbox/209.4.3647/Dropbox.Dropbox.yaml index c030467a06d27..78b702c6b743e 100644 --- a/manifests/d/Dropbox/Dropbox/209.4.3647/Dropbox.Dropbox.yaml +++ b/manifests/d/Dropbox/Dropbox/209.4.3647/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 209.4.3647 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/209.4.3661/Dropbox.Dropbox.installer.yaml b/manifests/d/Dropbox/Dropbox/209.4.3661/Dropbox.Dropbox.installer.yaml index 67cd20b72b664..a6bc3e8149fe5 100644 --- a/manifests/d/Dropbox/Dropbox/209.4.3661/Dropbox.Dropbox.installer.yaml +++ b/manifests/d/Dropbox/Dropbox/209.4.3661/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 209.4.3661 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20209.4.3661%20Offline%20Installer.x64.exe InstallerSha256: 55173877403144F71B742FE28E59FFCFB14140E2E9C91865572370F277D67835 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/209.4.3661/Dropbox.Dropbox.locale.en-US.yaml b/manifests/d/Dropbox/Dropbox/209.4.3661/Dropbox.Dropbox.locale.en-US.yaml index e2f7286cb4d59..5beb071c76157 100644 --- a/manifests/d/Dropbox/Dropbox/209.4.3661/Dropbox.Dropbox.locale.en-US.yaml +++ b/manifests/d/Dropbox/Dropbox/209.4.3661/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 209.4.3661 @@ -16,6 +16,7 @@ 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. +# Description: Moniker: dropbox Tags: - cloud @@ -24,5 +25,10 @@ Tags: - online - pictures - storage +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/209.4.3661/Dropbox.Dropbox.yaml b/manifests/d/Dropbox/Dropbox/209.4.3661/Dropbox.Dropbox.yaml index 67ced3c133f8c..eac819b8711c8 100644 --- a/manifests/d/Dropbox/Dropbox/209.4.3661/Dropbox.Dropbox.yaml +++ b/manifests/d/Dropbox/Dropbox/209.4.3661/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 209.4.3661 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/210.4.4854/Dropbox.Dropbox.installer.yaml b/manifests/d/Dropbox/Dropbox/210.4.4854/Dropbox.Dropbox.installer.yaml index 190f06aab7371..d0a1fefc8b92c 100644 --- a/manifests/d/Dropbox/Dropbox/210.4.4854/Dropbox.Dropbox.installer.yaml +++ b/manifests/d/Dropbox/Dropbox/210.4.4854/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 210.4.4854 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20210.4.4854%20Offline%20Installer.x64.exe InstallerSha256: 789263867A0E71C23A81E87765B3595B1AB8A6D82CF31FEDED8F4D318E26B180 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/210.4.4854/Dropbox.Dropbox.locale.en-US.yaml b/manifests/d/Dropbox/Dropbox/210.4.4854/Dropbox.Dropbox.locale.en-US.yaml index 752675d4bbf87..37432632fd9e9 100644 --- a/manifests/d/Dropbox/Dropbox/210.4.4854/Dropbox.Dropbox.locale.en-US.yaml +++ b/manifests/d/Dropbox/Dropbox/210.4.4854/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 210.4.4854 @@ -16,6 +16,7 @@ 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. +# Description: Moniker: dropbox Tags: - cloud @@ -24,5 +25,10 @@ Tags: - online - pictures - storage +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/210.4.4854/Dropbox.Dropbox.yaml b/manifests/d/Dropbox/Dropbox/210.4.4854/Dropbox.Dropbox.yaml index 704b957bbb9e5..87790688d96f0 100644 --- a/manifests/d/Dropbox/Dropbox/210.4.4854/Dropbox.Dropbox.yaml +++ b/manifests/d/Dropbox/Dropbox/210.4.4854/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 210.4.4854 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/211.4.6008/Dropbox.Dropbox.installer.yaml b/manifests/d/Dropbox/Dropbox/211.4.6008/Dropbox.Dropbox.installer.yaml index 624c3496279cf..c995afdbda024 100644 --- a/manifests/d/Dropbox/Dropbox/211.4.6008/Dropbox.Dropbox.installer.yaml +++ b/manifests/d/Dropbox/Dropbox/211.4.6008/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 211.4.6008 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20211.4.6008%20Offline%20Installer.x64.exe InstallerSha256: 7A65654C21D5F2857AEAC72C2C574EEBB50E624CE5042045B30EAFB466AC6CF5 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/211.4.6008/Dropbox.Dropbox.locale.en-US.yaml b/manifests/d/Dropbox/Dropbox/211.4.6008/Dropbox.Dropbox.locale.en-US.yaml index dbd6ef9088256..c39a843403051 100644 --- a/manifests/d/Dropbox/Dropbox/211.4.6008/Dropbox.Dropbox.locale.en-US.yaml +++ b/manifests/d/Dropbox/Dropbox/211.4.6008/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 211.4.6008 @@ -16,6 +16,7 @@ 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. +# Description: Moniker: dropbox Tags: - cloud @@ -24,5 +25,10 @@ Tags: - online - pictures - storage +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/211.4.6008/Dropbox.Dropbox.yaml b/manifests/d/Dropbox/Dropbox/211.4.6008/Dropbox.Dropbox.yaml index e956982805d83..12e5b08511c81 100644 --- a/manifests/d/Dropbox/Dropbox/211.4.6008/Dropbox.Dropbox.yaml +++ b/manifests/d/Dropbox/Dropbox/211.4.6008/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 211.4.6008 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/212.4.5767/Dropbox.Dropbox.installer.yaml b/manifests/d/Dropbox/Dropbox/212.4.5767/Dropbox.Dropbox.installer.yaml index bce6ffe215a2d..bc9dfa5d8f78e 100644 --- a/manifests/d/Dropbox/Dropbox/212.4.5767/Dropbox.Dropbox.installer.yaml +++ b/manifests/d/Dropbox/Dropbox/212.4.5767/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 212.4.5767 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20212.4.5767%20Offline%20Installer.x64.exe InstallerSha256: 488D26015CC994E5A32CD4DFCE2B072B3C195EF76BBDA0566DC1AFC443D63DD0 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/212.4.5767/Dropbox.Dropbox.locale.en-US.yaml b/manifests/d/Dropbox/Dropbox/212.4.5767/Dropbox.Dropbox.locale.en-US.yaml index 4806a19a3865b..c9aa7411db5f4 100644 --- a/manifests/d/Dropbox/Dropbox/212.4.5767/Dropbox.Dropbox.locale.en-US.yaml +++ b/manifests/d/Dropbox/Dropbox/212.4.5767/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 212.4.5767 @@ -16,6 +16,7 @@ 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. +# Description: Moniker: dropbox Tags: - cloud @@ -24,5 +25,10 @@ Tags: - online - pictures - storage +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/212.4.5767/Dropbox.Dropbox.yaml b/manifests/d/Dropbox/Dropbox/212.4.5767/Dropbox.Dropbox.yaml index 598b73e81b8d8..b82c2e415f43d 100644 --- a/manifests/d/Dropbox/Dropbox/212.4.5767/Dropbox.Dropbox.yaml +++ b/manifests/d/Dropbox/Dropbox/212.4.5767/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 212.4.5767 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/213.3.4480/Dropbox.Dropbox.installer.yaml b/manifests/d/Dropbox/Dropbox/213.3.4480/Dropbox.Dropbox.installer.yaml index d5c030f5359da..f90c25c19bac9 100644 --- a/manifests/d/Dropbox/Dropbox/213.3.4480/Dropbox.Dropbox.installer.yaml +++ b/manifests/d/Dropbox/Dropbox/213.3.4480/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 213.3.4480 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20213.3.4480%20Offline%20Installer.x64.exe InstallerSha256: D1C9927C8532127507683B04003DCC394378486CA9F860B5B5CA1CC194500196 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/213.3.4480/Dropbox.Dropbox.locale.en-US.yaml b/manifests/d/Dropbox/Dropbox/213.3.4480/Dropbox.Dropbox.locale.en-US.yaml index 37af63ec6bd72..300ba9e07dcb4 100644 --- a/manifests/d/Dropbox/Dropbox/213.3.4480/Dropbox.Dropbox.locale.en-US.yaml +++ b/manifests/d/Dropbox/Dropbox/213.3.4480/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 213.3.4480 @@ -16,6 +16,7 @@ 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. +# Description: Moniker: dropbox Tags: - cloud @@ -24,5 +25,10 @@ Tags: - online - pictures - storage +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/213.3.4480/Dropbox.Dropbox.yaml b/manifests/d/Dropbox/Dropbox/213.3.4480/Dropbox.Dropbox.yaml index 3e81294ccdaa5..3a99be24273e7 100644 --- a/manifests/d/Dropbox/Dropbox/213.3.4480/Dropbox.Dropbox.yaml +++ b/manifests/d/Dropbox/Dropbox/213.3.4480/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 213.3.4480 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/213.4.4597/Dropbox.Dropbox.installer.yaml b/manifests/d/Dropbox/Dropbox/213.4.4597/Dropbox.Dropbox.installer.yaml index 7ffefda242452..b04e19d0cddc8 100644 --- a/manifests/d/Dropbox/Dropbox/213.4.4597/Dropbox.Dropbox.installer.yaml +++ b/manifests/d/Dropbox/Dropbox/213.4.4597/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 213.4.4597 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20213.4.4597%20Offline%20Installer.x64.exe InstallerSha256: FFB03254C1E951AFAC171B456A8A04EA9D27D7D20652BC916F38883F3A8F482A ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/213.4.4597/Dropbox.Dropbox.locale.en-US.yaml b/manifests/d/Dropbox/Dropbox/213.4.4597/Dropbox.Dropbox.locale.en-US.yaml index 697a2aed69ee5..45c5e2ab3acef 100644 --- a/manifests/d/Dropbox/Dropbox/213.4.4597/Dropbox.Dropbox.locale.en-US.yaml +++ b/manifests/d/Dropbox/Dropbox/213.4.4597/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 213.4.4597 @@ -16,6 +16,7 @@ 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. +# Description: Moniker: dropbox Tags: - cloud @@ -24,5 +25,10 @@ Tags: - online - pictures - storage +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/213.4.4597/Dropbox.Dropbox.yaml b/manifests/d/Dropbox/Dropbox/213.4.4597/Dropbox.Dropbox.yaml index 4099e9ac06bca..264ec49727b29 100644 --- a/manifests/d/Dropbox/Dropbox/213.4.4597/Dropbox.Dropbox.yaml +++ b/manifests/d/Dropbox/Dropbox/213.4.4597/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 213.4.4597 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 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/Dropbox/Dropbox/218.3.4224/Dropbox.Dropbox.installer.yaml b/manifests/d/Dropbox/Dropbox/218.3.4224/Dropbox.Dropbox.installer.yaml new file mode 100644 index 0000000000000..615fc007a0fce --- /dev/null +++ b/manifests/d/Dropbox/Dropbox/218.3.4224/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.4224 +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Installers: +- Architecture: x86 + InstallerUrl: https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20218.3.4224%20Offline%20Installer.x86.exe + InstallerSha256: AD5DAF7C2502A89E4430D10F2B12CA7D5C93424B3E1F7DEDCBC2EBB853B08464 +- Architecture: x64 + InstallerUrl: https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20218.3.4224%20Offline%20Installer.x64.exe + InstallerSha256: DAE3418C1E6D020840C73CD7E14CD73AF33767B55C1C736254B7F6F53C832FA2 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/218.3.4224/Dropbox.Dropbox.locale.en-US.yaml b/manifests/d/Dropbox/Dropbox/218.3.4224/Dropbox.Dropbox.locale.en-US.yaml new file mode 100644 index 0000000000000..030d75d614dce --- /dev/null +++ b/manifests/d/Dropbox/Dropbox/218.3.4224/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.4224 +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.4224/Dropbox.Dropbox.yaml b/manifests/d/Dropbox/Dropbox/218.3.4224/Dropbox.Dropbox.yaml new file mode 100644 index 0000000000000..ffbdb5c770c87 --- /dev/null +++ b/manifests/d/Dropbox/Dropbox/218.3.4224/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.4224 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/94.4.384/Dropbox.Dropbox.installer.yaml b/manifests/d/Dropbox/Dropbox/94.4.384/Dropbox.Dropbox.installer.yaml index bd9f1448c9d79..173a32e328fe2 100644 --- a/manifests/d/Dropbox/Dropbox/94.4.384/Dropbox.Dropbox.installer.yaml +++ b/manifests/d/Dropbox/Dropbox/94.4.384/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 94.4.384 @@ -13,4 +13,4 @@ Installers: InstallerUrl: https://clientupdates.dropboxstatic.com/dbx-releng/client/Dropbox%2094.4.384%20Offline%20Installer.exe InstallerSha256: 69193537721AD4E10C4B264C5AFA9AEB10E73657B82BE38D629D05A5765F8C1F ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/94.4.384/Dropbox.Dropbox.locale.en-US.yaml b/manifests/d/Dropbox/Dropbox/94.4.384/Dropbox.Dropbox.locale.en-US.yaml index a604a43e92953..092446f39eb34 100644 --- a/manifests/d/Dropbox/Dropbox/94.4.384/Dropbox.Dropbox.locale.en-US.yaml +++ b/manifests/d/Dropbox/Dropbox/94.4.384/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 94.4.384 PackageLocale: en-US Publisher: Dropbox -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: Author: Dropbox PackageName: Dropbox PackageUrl: https://www.dropbox.com License: MIT License LicenseUrl: https://www.dropbox.com/terms -# Copyright: -# CopyrightUrl: +# Copyright: +# CopyrightUrl: ShortDescription: Organize all your team’s content, tune out distractions, and get everyone coordinated with the world’s first smart workspace. -# Description: +# Description: Moniker: dropbox Tags: - cloud @@ -25,8 +25,10 @@ Tags: - online - pictures - storage -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/94.4.384/Dropbox.Dropbox.yaml b/manifests/d/Dropbox/Dropbox/94.4.384/Dropbox.Dropbox.yaml index 9ef94b0ba3090..0a72c3b80abb3 100644 --- a/manifests/d/Dropbox/Dropbox/94.4.384/Dropbox.Dropbox.yaml +++ b/manifests/d/Dropbox/Dropbox/94.4.384/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 94.4.384 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/99.3.496/Dropbox.Dropbox.installer.yaml b/manifests/d/Dropbox/Dropbox/99.3.496/Dropbox.Dropbox.installer.yaml index 81eb0793982ce..473dd0b1d4ce7 100644 --- a/manifests/d/Dropbox/Dropbox/99.3.496/Dropbox.Dropbox.installer.yaml +++ b/manifests/d/Dropbox/Dropbox/99.3.496/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 99.3.496 @@ -13,4 +13,4 @@ Installers: InstallerUrl: https://clientupdates.dropboxstatic.com/dbx-releng/client/Dropbox%2099.3.496%20Offline%20Installer.exe InstallerSha256: 1C2FCC756BE81E243954574E7522FD1E51D432A403C27C36B95EAF962880A6FA ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/99.3.496/Dropbox.Dropbox.locale.en-US.yaml b/manifests/d/Dropbox/Dropbox/99.3.496/Dropbox.Dropbox.locale.en-US.yaml index 07171d5195266..06305924d7f99 100644 --- a/manifests/d/Dropbox/Dropbox/99.3.496/Dropbox.Dropbox.locale.en-US.yaml +++ b/manifests/d/Dropbox/Dropbox/99.3.496/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 99.3.496 PackageLocale: en-US Publisher: Dropbox -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: Author: Dropbox PackageName: Dropbox PackageUrl: https://www.dropbox.com License: MIT License LicenseUrl: https://www.dropbox.com/terms -# Copyright: -# CopyrightUrl: +# Copyright: +# CopyrightUrl: ShortDescription: Organize all your team’s content, tune out distractions, and get everyone coordinated with the world’s first smart workspace. -# Description: +# Description: Moniker: dropbox Tags: - cloud @@ -25,8 +25,10 @@ Tags: - online - pictures - storage -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/d/Dropbox/Dropbox/99.3.496/Dropbox.Dropbox.yaml b/manifests/d/Dropbox/Dropbox/99.3.496/Dropbox.Dropbox.yaml index 00dcc39d0061c..e8a009680e9a6 100644 --- a/manifests/d/Dropbox/Dropbox/99.3.496/Dropbox.Dropbox.yaml +++ b/manifests/d/Dropbox/Dropbox/99.3.496/Dropbox.Dropbox.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: Dropbox.Dropbox PackageVersion: 99.3.496 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +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..ee47fd29f0dba --- /dev/null +++ b/manifests/d/DuckStudio/FufuDevTools/2025.02.03.2358/DuckStudio.FufuDevTools.installer.yaml @@ -0,0 +1,34 @@ +# Created with DuckDuckStudio's Automation. +# 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 +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Fufu_Dev_Tools' +Installers: +- Architecture: x64 + 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 +- Architecture: x86 + 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 +- Architecture: arm + 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 +- Architecture: arm64 + 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.en-GB.yaml b/manifests/d/DuckStudio/FufuDevTools/2025.02.03.2358/DuckStudio.FufuDevTools.locale.en-GB.yaml new file mode 100644 index 0000000000000..c53ebcc36b0e0 --- /dev/null +++ b/manifests/d/DuckStudio/FufuDevTools/2025.02.03.2358/DuckStudio.FufuDevTools.locale.en-GB.yaml @@ -0,0 +1,37 @@ +# Created with DuckDuckStudio's Automation. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: DuckStudio.FufuDevTools +PackageVersion: 2025.02.03.2358 +PackageLocale: en-GB +Publisher: Duck Studio +PublisherUrl: https://duckduckstudio.github.io/yazicbs.github.io/ +PublisherSupportUrl: https://github.com/DuckDuckStudio/Fufu_Dev_Tools/issues +# PrivacyUrl: +Author: 鸭鸭「カモ」 +PackageName: Fufu Tools Independent Development Kit +PackageUrl: https://github.com/DuckDuckStudio/Fufu_Dev_Tools +License: 芙芙工具箱许可文件 +LicenseUrl: https://github.com/DuckDuckStudio/Fufu_Tools/blob/HEAD/LICENSE +Copyright: Copyright (c) 鸭鸭「カモ」 +# CopyrightUrl: +ShortDescription: Fufu Tools Independent Development Kit +Description: Fufu Tools Independent Development Kit is a console development kit specifically designed for developers. +# Moniker: +Tags: +- command +- console +- develop +- devtools +- fufutools +- kit +- tools +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/DuckDuckStudio/Fufu_Dev_Tools/releases/tag/2025.02.03.2358 +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 芙芙工具箱开发工具说明 + DocumentUrl: https://duckduckstudio.github.io/yazicbs.github.io/Tools/Fufu_Tools/wiki/Dev/ +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/d/DuckStudio/FufuDevTools/2025.02.03.2358/DuckStudio.FufuDevTools.locale.en-US.yaml b/manifests/d/DuckStudio/FufuDevTools/2025.02.03.2358/DuckStudio.FufuDevTools.locale.en-US.yaml new file mode 100644 index 0000000000000..5f7d6487664a2 --- /dev/null +++ b/manifests/d/DuckStudio/FufuDevTools/2025.02.03.2358/DuckStudio.FufuDevTools.locale.en-US.yaml @@ -0,0 +1,37 @@ +# Created with DuckDuckStudio's Automation. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: DuckStudio.FufuDevTools +PackageVersion: 2025.02.03.2358 +PackageLocale: en-US +Publisher: Duck Studio +PublisherUrl: https://duckduckstudio.github.io/yazicbs.github.io/ +PublisherSupportUrl: https://github.com/DuckDuckStudio/Fufu_Dev_Tools/issues +# PrivacyUrl: +Author: 鸭鸭「カモ」 +PackageName: Fufu Tools Independent Development Kit +PackageUrl: https://github.com/DuckDuckStudio/Fufu_Dev_Tools +License: 芙芙工具箱许可文件 +LicenseUrl: https://github.com/DuckDuckStudio/Fufu_Tools/blob/HEAD/LICENSE +Copyright: Copyright (c) 鸭鸭「カモ」 +# CopyrightUrl: +ShortDescription: Fufu Tools Independent Development Kit +Description: Fufu Tools Independent Development Kit is a console development kit specifically designed for developers. +# Moniker: +Tags: +- command +- console +- develop +- devtools +- fufutools +- kit +- tools +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/DuckDuckStudio/Fufu_Dev_Tools/releases/tag/2025.02.03.2358 +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 芙芙工具箱开发工具说明 + DocumentUrl: https://duckduckstudio.github.io/yazicbs.github.io/Tools/Fufu_Tools/wiki/Dev/ +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/d/DuckStudio/FufuDevTools/2025.02.03.2358/DuckStudio.FufuDevTools.locale.ja-JP.yaml b/manifests/d/DuckStudio/FufuDevTools/2025.02.03.2358/DuckStudio.FufuDevTools.locale.ja-JP.yaml new file mode 100644 index 0000000000000..250ca212c699f --- /dev/null +++ b/manifests/d/DuckStudio/FufuDevTools/2025.02.03.2358/DuckStudio.FufuDevTools.locale.ja-JP.yaml @@ -0,0 +1,38 @@ +# Created with DuckDuckStudio's Automation. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: DuckStudio.FufuDevTools +PackageVersion: 2025.02.03.2358 +PackageLocale: ja-JP +Publisher: Duck Studio +PublisherUrl: https://duckduckstudio.github.io/yazicbs.github.io/ +PublisherSupportUrl: https://github.com/DuckDuckStudio/Fufu_Dev_Tools/issues +# PrivacyUrl: +Author: 鸭鸭「カモ」 +PackageName: 芙芙ツールボックス独立開発キット +PackageUrl: https://github.com/DuckDuckStudio/Fufu_Dev_Tools +License: 芙芙工具箱许可文件 +LicenseUrl: https://github.com/DuckDuckStudio/Fufu_Tools/blob/HEAD/LICENSE +Copyright: Copyright (c) 鸭鸭「カモ」 +# CopyrightUrl: +ShortDescription: 芙芙ツールボックス独立開発キット +Description: 芙芙工具箱独立開発キットは、開発者向けに特化したコンソール開発キットです。 +# Moniker: +Tags: +- キット +- コマンド +- コンソール +- ツール +- 芙芙ツールボックス +- 芙芙工具箱 +- 開発 +- 開発ツール +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/DuckDuckStudio/Fufu_Dev_Tools/releases/tag/2025.02.03.2358 +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 芙芙工具箱開発ツール説明(中国語) + DocumentUrl: https://duckduckstudio.github.io/yazicbs.github.io/Tools/Fufu_Tools/wiki/Dev/ +ManifestType: locale +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..c26895a1108aa --- /dev/null +++ b/manifests/d/DuckStudio/FufuDevTools/2025.02.03.2358/DuckStudio.FufuDevTools.locale.zh-CN.yaml @@ -0,0 +1,39 @@ +# Created with DuckDuckStudio's Automation. +# 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.locale.zh-TW.yaml b/manifests/d/DuckStudio/FufuDevTools/2025.02.03.2358/DuckStudio.FufuDevTools.locale.zh-TW.yaml new file mode 100644 index 0000000000000..c7bea1c8d9ec8 --- /dev/null +++ b/manifests/d/DuckStudio/FufuDevTools/2025.02.03.2358/DuckStudio.FufuDevTools.locale.zh-TW.yaml @@ -0,0 +1,37 @@ +# Created with DuckDuckStudio's Automation. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: DuckStudio.FufuDevTools +PackageVersion: 2025.02.03.2358 +PackageLocale: zh-TW +Publisher: Duck Studio +PublisherUrl: https://duckduckstudio.github.io/yazicbs.github.io/ +PublisherSupportUrl: https://github.com/DuckDuckStudio/Fufu_Dev_Tools/issues +# PrivacyUrl: +Author: 鸭鸭「カモ」 +PackageName: 芙芙工具箱獨立開發套件 +PackageUrl: https://github.com/DuckDuckStudio/Fufu_Dev_Tools +License: 芙芙工具箱許可文件(簡體) +LicenseUrl: https://github.com/DuckDuckStudio/Fufu_Tools/blob/HEAD/LICENSE +Copyright: Copyright (c) 鸭鸭「カモ」 +# CopyrightUrl: +ShortDescription: 芙芙工具箱獨立開發套件 +Description: 芙芙工具箱獨立開發套件是一個專為開發者設計的控制台開發套件。 +# Moniker: +Tags: +- 命令行 +- 套件 +- 工具 +- 控制台 +- 芙芙工具箱 +- 開發 +- 開發工具 +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/DuckDuckStudio/Fufu_Dev_Tools/releases/tag/2025.02.03.2358 +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 芙芙工具箱開發工具說明(簡體) + DocumentUrl: https://duckduckstudio.github.io/yazicbs.github.io/Tools/Fufu_Tools/wiki/Dev/ +ManifestType: locale +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..105a34a28097a --- /dev/null +++ b/manifests/d/DuckStudio/FufuDevTools/2025.02.03.2358/DuckStudio.FufuDevTools.yaml @@ -0,0 +1,8 @@ +# Created with DuckDuckStudio's Automation. +# 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/FufuDevTools/2025.02.09.1314/DuckStudio.FufuDevTools.installer.yaml b/manifests/d/DuckStudio/FufuDevTools/2025.02.09.1314/DuckStudio.FufuDevTools.installer.yaml new file mode 100644 index 0000000000000..e2ec7a8d19213 --- /dev/null +++ b/manifests/d/DuckStudio/FufuDevTools/2025.02.09.1314/DuckStudio.FufuDevTools.installer.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 v2.4.3 $debug=QUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: DuckStudio.FufuDevTools +PackageVersion: 2025.02.09.1314 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +Commands: +- ffdev +Protocols: +- https +ReleaseDate: 2025-02-09 +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Fufu_Dev_Tools' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/DuckDuckStudio/Fufu_Dev_Tools/releases/download/2025.02.09.1314/Fufu_Dev_Tools_Setup_2025.02.09.1314.exe + InstallerSha256: 22D1A832522314D5778E63763EC170B28FB23CE87324CF49ECF5D2911A91109F +- Architecture: x86 + InstallerUrl: https://github.com/DuckDuckStudio/Fufu_Dev_Tools/releases/download/2025.02.09.1314/Fufu_Dev_Tools_Setup_2025.02.09.1314.exe + InstallerSha256: 22D1A832522314D5778E63763EC170B28FB23CE87324CF49ECF5D2911A91109F +- Architecture: arm + InstallerUrl: https://github.com/DuckDuckStudio/Fufu_Dev_Tools/releases/download/2025.02.09.1314/Fufu_Dev_Tools_Setup_2025.02.09.1314.exe + InstallerSha256: 22D1A832522314D5778E63763EC170B28FB23CE87324CF49ECF5D2911A91109F +- Architecture: arm64 + InstallerUrl: https://github.com/DuckDuckStudio/Fufu_Dev_Tools/releases/download/2025.02.09.1314/Fufu_Dev_Tools_Setup_2025.02.09.1314.exe + InstallerSha256: 22D1A832522314D5778E63763EC170B28FB23CE87324CF49ECF5D2911A91109F +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/d/DuckStudio/FufuDevTools/2025.02.09.1314/DuckStudio.FufuDevTools.locale.en-GB.yaml b/manifests/d/DuckStudio/FufuDevTools/2025.02.09.1314/DuckStudio.FufuDevTools.locale.en-GB.yaml new file mode 100644 index 0000000000000..c1b72568687cf --- /dev/null +++ b/manifests/d/DuckStudio/FufuDevTools/2025.02.09.1314/DuckStudio.FufuDevTools.locale.en-GB.yaml @@ -0,0 +1,37 @@ +# Created with DuckDuckStudio's Automation. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: DuckStudio.FufuDevTools +PackageVersion: 2025.02.09.1314 +PackageLocale: en-GB +Publisher: Duck Studio +PublisherUrl: https://duckduckstudio.github.io/yazicbs.github.io/ +PublisherSupportUrl: https://github.com/DuckDuckStudio/Fufu_Dev_Tools/issues +# PrivacyUrl: +Author: 鸭鸭「カモ」 +PackageName: Fufu Tools Independent Development Kit +PackageUrl: https://github.com/DuckDuckStudio/Fufu_Dev_Tools +License: 芙芙工具箱许可文件 +LicenseUrl: https://github.com/DuckDuckStudio/Fufu_Tools/blob/main/LICENSE +Copyright: Copyright (c) 鸭鸭「カモ」 +CopyrightUrl: https://github.com/DuckDuckStudio/Fufu_Tools/blob/main/LICENSE +ShortDescription: Fufu Tools Independent Development Kit +Description: Fufu Tools Independent Development Kit is a console development kit specifically designed for developers. +# Moniker: +Tags: +- command +- console +- develop +- devtools +- fufutools +- kit +- tools +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/DuckDuckStudio/Fufu_Dev_Tools/releases/tag/2025.02.09.1314 +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 芙芙工具箱开发工具说明 + DocumentUrl: https://duckduckstudio.github.io/yazicbs.github.io/Tools/Fufu_Tools/wiki/Dev/ +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/d/DuckStudio/FufuDevTools/2025.02.09.1314/DuckStudio.FufuDevTools.locale.en-US.yaml b/manifests/d/DuckStudio/FufuDevTools/2025.02.09.1314/DuckStudio.FufuDevTools.locale.en-US.yaml new file mode 100644 index 0000000000000..5c1b60678dcfe --- /dev/null +++ b/manifests/d/DuckStudio/FufuDevTools/2025.02.09.1314/DuckStudio.FufuDevTools.locale.en-US.yaml @@ -0,0 +1,37 @@ +# Created with DuckDuckStudio's Automation. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: DuckStudio.FufuDevTools +PackageVersion: 2025.02.09.1314 +PackageLocale: en-US +Publisher: Duck Studio +PublisherUrl: https://duckduckstudio.github.io/yazicbs.github.io/ +PublisherSupportUrl: https://github.com/DuckDuckStudio/Fufu_Dev_Tools/issues +# PrivacyUrl: +Author: 鸭鸭「カモ」 +PackageName: Fufu Tools Independent Development Kit +PackageUrl: https://github.com/DuckDuckStudio/Fufu_Dev_Tools +License: 芙芙工具箱许可文件 +LicenseUrl: https://github.com/DuckDuckStudio/Fufu_Tools/blob/main/LICENSE +Copyright: Copyright (c) 鸭鸭「カモ」 +CopyrightUrl: https://github.com/DuckDuckStudio/Fufu_Tools/blob/main/LICENSE +ShortDescription: Fufu Tools Independent Development Kit +Description: Fufu Tools Independent Development Kit is a console development kit specifically designed for developers. +# Moniker: +Tags: +- command +- console +- develop +- devtools +- fufutools +- kit +- tools +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/DuckDuckStudio/Fufu_Dev_Tools/releases/tag/2025.02.09.1314 +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 芙芙工具箱开发工具说明 + DocumentUrl: https://duckduckstudio.github.io/yazicbs.github.io/Tools/Fufu_Tools/wiki/Dev/ +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/d/DuckStudio/FufuDevTools/2025.02.09.1314/DuckStudio.FufuDevTools.locale.ja-JP.yaml b/manifests/d/DuckStudio/FufuDevTools/2025.02.09.1314/DuckStudio.FufuDevTools.locale.ja-JP.yaml new file mode 100644 index 0000000000000..c941b032a1bb3 --- /dev/null +++ b/manifests/d/DuckStudio/FufuDevTools/2025.02.09.1314/DuckStudio.FufuDevTools.locale.ja-JP.yaml @@ -0,0 +1,38 @@ +# Created with DuckDuckStudio's Automation. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: DuckStudio.FufuDevTools +PackageVersion: 2025.02.09.1314 +PackageLocale: ja-JP +Publisher: Duck Studio +PublisherUrl: https://duckduckstudio.github.io/yazicbs.github.io/ +PublisherSupportUrl: https://github.com/DuckDuckStudio/Fufu_Dev_Tools/issues +# PrivacyUrl: +Author: 鸭鸭「カモ」 +PackageName: 芙芙ツールボックス独立開発キット +PackageUrl: https://github.com/DuckDuckStudio/Fufu_Dev_Tools +License: 芙芙工具箱许可文件 +LicenseUrl: https://github.com/DuckDuckStudio/Fufu_Tools/blob/main/LICENSE +Copyright: Copyright (c) 鸭鸭「カモ」 +CopyrightUrl: https://github.com/DuckDuckStudio/Fufu_Tools/blob/main/LICENSE +ShortDescription: 芙芙ツールボックス独立開発キット +Description: 芙芙工具箱独立開発キットは、開発者向けに特化したコンソール開発キットです。 +# Moniker: +Tags: +- キット +- コマンド +- コンソール +- ツール +- 芙芙ツールボックス +- 芙芙工具箱 +- 開発 +- 開発ツール +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/DuckDuckStudio/Fufu_Dev_Tools/releases/tag/2025.02.09.1314 +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 芙芙工具箱開発ツール説明(中国語) + DocumentUrl: https://duckduckstudio.github.io/yazicbs.github.io/Tools/Fufu_Tools/wiki/Dev/ +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/d/DuckStudio/FufuDevTools/2025.02.09.1314/DuckStudio.FufuDevTools.locale.zh-CN.yaml b/manifests/d/DuckStudio/FufuDevTools/2025.02.09.1314/DuckStudio.FufuDevTools.locale.zh-CN.yaml new file mode 100644 index 0000000000000..193ba88e870b3 --- /dev/null +++ b/manifests/d/DuckStudio/FufuDevTools/2025.02.09.1314/DuckStudio.FufuDevTools.locale.zh-CN.yaml @@ -0,0 +1,50 @@ +# Created with YamlCreate.ps1 v2.4.3 $debug=QUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: DuckStudio.FufuDevTools +PackageVersion: 2025.02.09.1314 +PackageLocale: zh-CN +Publisher: Duck Studio +PublisherUrl: https://duckduckstudio.github.io/yazicbs.github.io/ +PublisherSupportUrl: https://github.com/DuckDuckStudio/Fufu_Dev_Tools/issues +# PrivacyUrl: +Author: 鸭鸭「カモ」 +PackageName: 芙芙工具箱开发工具包 +PackageUrl: https://duckduckstudio.github.io/yazicbs.github.io/Tools/Fufu_Tools/ +License: 芙芙工具箱许可文件 +LicenseUrl: https://github.com/DuckDuckStudio/Fufu_Tools/blob/main/LICENSE +Copyright: Copyright (c) 鸭鸭「カモ」 +CopyrightUrl: https://github.com/DuckDuckStudio/Fufu_Tools/blob/main/LICENSE +ShortDescription: 芙芙工具箱的独立开发工具包 +Description: 芙芙工具箱专为开发人员设计的控制台开发工具包 +Moniker: fufu-dev-tools +Tags: +- command +- devtools +- tools +- 命令 +- 命令行 +- 工具包 +- 工具集 +- 开发 +- 开发工具 +- 控制台 +- 查重 +- 校对 +- 检查 +- 芙芙工具箱 +ReleaseNotes: |- + 优化 + - pref: 用户取消操作时显示提示消息而不是报错 ( #24 | #36 ) by @DuckDuckStudio + 杂项 + - chore: 在发行版中包含打包后的二进制文件的 zip 和 7z 压缩文件 by @DuckDuckStudio in #36 + - chore: 弃用 总调用 by @DuckDuckStudio in #36 + Full Changelog: https://github.com/DuckDuckStudio/Fufu_Dev_Tools/compare/2025.02.03.2358...2025.02.09.1314 +ReleaseNotesUrl: https://github.com/DuckDuckStudio/Fufu_Dev_Tools/releases/tag/2025.02.09.1314 +# PurchaseUrl: +# InstallationNotes: +Documentations: + - DocumentLabel: 芙芙工具箱开发工具说明 + DocumentUrl: https://duckduckstudio.github.io/yazicbs.github.io/Tools/Fufu_Tools/wiki/Dev/ +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/d/DuckStudio/FufuDevTools/2025.02.09.1314/DuckStudio.FufuDevTools.locale.zh-TW.yaml b/manifests/d/DuckStudio/FufuDevTools/2025.02.09.1314/DuckStudio.FufuDevTools.locale.zh-TW.yaml new file mode 100644 index 0000000000000..944f0e8e7a606 --- /dev/null +++ b/manifests/d/DuckStudio/FufuDevTools/2025.02.09.1314/DuckStudio.FufuDevTools.locale.zh-TW.yaml @@ -0,0 +1,37 @@ +# Created with DuckDuckStudio's Automation. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: DuckStudio.FufuDevTools +PackageVersion: 2025.02.09.1314 +PackageLocale: zh-TW +Publisher: Duck Studio +PublisherUrl: https://duckduckstudio.github.io/yazicbs.github.io/ +PublisherSupportUrl: https://github.com/DuckDuckStudio/Fufu_Dev_Tools/issues +# PrivacyUrl: +Author: 鸭鸭「カモ」 +PackageName: 芙芙工具箱獨立開發套件 +PackageUrl: https://github.com/DuckDuckStudio/Fufu_Dev_Tools +License: 芙芙工具箱許可文件(簡體) +LicenseUrl: https://github.com/DuckDuckStudio/Fufu_Tools/blob/main/LICENSE +Copyright: Copyright (c) 鸭鸭「カモ」 +CopyrightUrl: https://github.com/DuckDuckStudio/Fufu_Tools/blob/main/LICENSE +ShortDescription: 芙芙工具箱獨立開發套件 +Description: 芙芙工具箱獨立開發套件是一個專為開發者設計的控制台開發套件。 +# Moniker: +Tags: +- 命令行 +- 套件 +- 工具 +- 控制台 +- 芙芙工具箱 +- 開發 +- 開發工具 +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/DuckDuckStudio/Fufu_Dev_Tools/releases/tag/2025.02.09.1314 +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 芙芙工具箱開發工具說明(簡體) + DocumentUrl: https://duckduckstudio.github.io/yazicbs.github.io/Tools/Fufu_Tools/wiki/Dev/ +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/d/DuckStudio/FufuDevTools/2025.02.09.1314/DuckStudio.FufuDevTools.yaml b/manifests/d/DuckStudio/FufuDevTools/2025.02.09.1314/DuckStudio.FufuDevTools.yaml new file mode 100644 index 0000000000000..9e1a2f7bb2e0c --- /dev/null +++ b/manifests/d/DuckStudio/FufuDevTools/2025.02.09.1314/DuckStudio.FufuDevTools.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.3 $debug=QUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: DuckStudio.FufuDevTools +PackageVersion: 2025.02.09.1314 +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/DuckStudio/GitHubView/Nightly/2025.01.22.12911106870/DuckStudio.GitHubView.Nightly.installer.yaml b/manifests/d/DuckStudio/GitHubView/Nightly/2025.01.22.12911106870/DuckStudio.GitHubView.Nightly.installer.yaml new file mode 100644 index 0000000000000..05c39fe2072c2 --- /dev/null +++ b/manifests/d/DuckStudio/GitHubView/Nightly/2025.01.22.12911106870/DuckStudio.GitHubView.Nightly.installer.yaml @@ -0,0 +1,105 @@ +# Created with DuckDuckStudio's Automation. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: DuckStudio.GitHubView.Nightly +PackageVersion: 2025.01.22.12911106870 +UpgradeBehavior: install +Commands: +- ghv +Protocols: +- https +ReleaseDate: 2025-01-22 +Installers: +# inno +- Architecture: x64 + InstallerType: inno + InstallerUrl: https://github.com/DuckDuckStudio/GitHubView/releases/download/2025.01.22.12911106870/GitHubView-2025.01.22.12911106870-windows-latest-Setup-SingleFile.exe + InstallerSha256: 746744F4142475EC4DD9B732F0B51892A503152922D18DC135D868BDFBED6A97 + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\GitHubView' +- Architecture: x86 + InstallerType: inno + InstallerUrl: https://github.com/DuckDuckStudio/GitHubView/releases/download/2025.01.22.12911106870/GitHubView-2025.01.22.12911106870-windows-latest-Setup-SingleFile.exe + InstallerSha256: 746744F4142475EC4DD9B732F0B51892A503152922D18DC135D868BDFBED6A97 + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\GitHubView' +- Architecture: arm + InstallerType: inno + InstallerUrl: https://github.com/DuckDuckStudio/GitHubView/releases/download/2025.01.22.12911106870/GitHubView-2025.01.22.12911106870-windows-latest-Setup-SingleFile.exe + InstallerSha256: 746744F4142475EC4DD9B732F0B51892A503152922D18DC135D868BDFBED6A97 + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\GitHubView' +- Architecture: arm64 + InstallerType: inno + InstallerUrl: https://github.com/DuckDuckStudio/GitHubView/releases/download/2025.01.22.12911106870/GitHubView-2025.01.22.12911106870-windows-latest-Setup-SingleFile.exe + InstallerSha256: 746744F4142475EC4DD9B732F0B51892A503152922D18DC135D868BDFBED6A97 + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\GitHubView' +# zip + .NET Runtime 8 +- Architecture: x64 + InstallerType: zip + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: output/ghv.exe + ArchiveBinariesDependOnPath: true + InstallerUrl: https://github.com/DuckDuckStudio/GitHubView/releases/download/2025.01.22.12911106870/GitHubView-2025.01.22.12911106870-windows-latest.zip + InstallerSha256: 08954BF93F9E068A887C1A4660A22ED5C72E3B8F5341AA0C8D98D82672EEE181 + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.DotNet.Runtime.8 +- Architecture: x86 + InstallerType: zip + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: output/ghv.exe + ArchiveBinariesDependOnPath: true + InstallerUrl: https://github.com/DuckDuckStudio/GitHubView/releases/download/2025.01.22.12911106870/GitHubView-2025.01.22.12911106870-windows-latest.zip + InstallerSha256: 08954BF93F9E068A887C1A4660A22ED5C72E3B8F5341AA0C8D98D82672EEE181 + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.DotNet.Runtime.8 +- Architecture: arm + InstallerType: zip + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: output/ghv.exe + ArchiveBinariesDependOnPath: true + InstallerUrl: https://github.com/DuckDuckStudio/GitHubView/releases/download/2025.01.22.12911106870/GitHubView-2025.01.22.12911106870-windows-latest.zip + InstallerSha256: 08954BF93F9E068A887C1A4660A22ED5C72E3B8F5341AA0C8D98D82672EEE181 + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.DotNet.Runtime.8 +- Architecture: arm64 + InstallerType: zip + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: output/ghv.exe + ArchiveBinariesDependOnPath: true + InstallerUrl: https://github.com/DuckDuckStudio/GitHubView/releases/download/2025.01.22.12911106870/GitHubView-2025.01.22.12911106870-windows-latest.zip + InstallerSha256: 08954BF93F9E068A887C1A4660A22ED5C72E3B8F5341AA0C8D98D82672EEE181 + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.DotNet.Runtime.8 +# portable +- Architecture: x64 + InstallerType: portable + ArchiveBinariesDependOnPath: true + InstallerUrl: https://github.com/DuckDuckStudio/GitHubView/releases/download/2025.01.22.12911106870/GitHubView-2025.01.22.12911106870-windows-latest-SingleFile.exe + InstallerSha256: BB15D7CABFCF3D46A1F7FF0ED0920BD5C911B7B2468235AFA58B09D4B6100160 +- Architecture: x86 + InstallerType: portable + ArchiveBinariesDependOnPath: true + InstallerUrl: https://github.com/DuckDuckStudio/GitHubView/releases/download/2025.01.22.12911106870/GitHubView-2025.01.22.12911106870-windows-latest-SingleFile.exe + InstallerSha256: BB15D7CABFCF3D46A1F7FF0ED0920BD5C911B7B2468235AFA58B09D4B6100160 +- Architecture: arm + InstallerType: portable + ArchiveBinariesDependOnPath: true + InstallerUrl: https://github.com/DuckDuckStudio/GitHubView/releases/download/2025.01.22.12911106870/GitHubView-2025.01.22.12911106870-windows-latest-SingleFile.exe + InstallerSha256: BB15D7CABFCF3D46A1F7FF0ED0920BD5C911B7B2468235AFA58B09D4B6100160 +- Architecture: arm64 + InstallerType: portable + ArchiveBinariesDependOnPath: true + InstallerUrl: https://github.com/DuckDuckStudio/GitHubView/releases/download/2025.01.22.12911106870/GitHubView-2025.01.22.12911106870-windows-latest-SingleFile.exe + InstallerSha256: BB15D7CABFCF3D46A1F7FF0ED0920BD5C911B7B2468235AFA58B09D4B6100160 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/d/DuckStudio/GitHubView/Nightly/2025.01.22.12911106870/DuckStudio.GitHubView.Nightly.locale.en-US.yaml b/manifests/d/DuckStudio/GitHubView/Nightly/2025.01.22.12911106870/DuckStudio.GitHubView.Nightly.locale.en-US.yaml new file mode 100644 index 0000000000000..da80c558a425a --- /dev/null +++ b/manifests/d/DuckStudio/GitHubView/Nightly/2025.01.22.12911106870/DuckStudio.GitHubView.Nightly.locale.en-US.yaml @@ -0,0 +1,45 @@ +# Created with DuckDuckStudio's Automation. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: DuckStudio.GitHubView.Nightly +PackageVersion: 2025.01.22.12911106870 +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 + * fix(build): Set to Any CPU for publishing. by @DuckDuckStudio in https://github.com/DuckDuckStudio/GitHubView/pull/20 + + **Full Changelog**: https://github.com/DuckDuckStudio/GitHubView/compare/2025.01.22.12907017964...2025.01.22.12911106870 +ReleaseNotesUrl: https://github.com/DuckDuckStudio/GitHubView/releases/tag/2025.01.22.12911106870 +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.12911106870/DuckStudio.GitHubView.Nightly.locale.zh-CN.yaml b/manifests/d/DuckStudio/GitHubView/Nightly/2025.01.22.12911106870/DuckStudio.GitHubView.Nightly.locale.zh-CN.yaml new file mode 100644 index 0000000000000..84fcd8cffc153 --- /dev/null +++ b/manifests/d/DuckStudio/GitHubView/Nightly/2025.01.22.12911106870/DuckStudio.GitHubView.Nightly.locale.zh-CN.yaml @@ -0,0 +1,42 @@ +# Created with DuckDuckStudio's Automation. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: DuckStudio.GitHubView.Nightly +PackageVersion: 2025.01.22.12911106870 +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: |- + ## 修改了什么 + * fix(build): 改为 Any CPU 发布 by @DuckDuckStudio in https://github.com/DuckDuckStudio/GitHubView/pull/20 + + **完整修改记录**: https://github.com/DuckDuckStudio/GitHubView/compare/2025.01.22.12907017964...2025.01.22.12911106870 +ReleaseNotesUrl: https://github.com/DuckDuckStudio/GitHubView/releases/tag/2025.01.22.12911106870 +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.12911106870/DuckStudio.GitHubView.Nightly.yaml b/manifests/d/DuckStudio/GitHubView/Nightly/2025.01.22.12911106870/DuckStudio.GitHubView.Nightly.yaml new file mode 100644 index 0000000000000..8e4509eb9a8ed --- /dev/null +++ b/manifests/d/DuckStudio/GitHubView/Nightly/2025.01.22.12911106870/DuckStudio.GitHubView.Nightly.yaml @@ -0,0 +1,8 @@ +# Created with DuckDuckStudio's Automation. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: DuckStudio.GitHubView.Nightly +PackageVersion: 2025.01.22.12911106870 +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/Duplicati/Duplicati/2.1.0.4/Duplicati.Duplicati.installer.yaml b/manifests/d/Duplicati/Duplicati/2.1.0.4/Duplicati.Duplicati.installer.yaml new file mode 100644 index 0000000000000..367fe98ab1ee4 --- /dev/null +++ b/manifests/d/Duplicati/Duplicati/2.1.0.4/Duplicati.Duplicati.installer.yaml @@ -0,0 +1,56 @@ +# Created with komac v2.10.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Duplicati.Duplicati +PackageVersion: 2.1.0.4 +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-31 +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.4_stable_2025-01-31/duplicati-2.1.0.4_stable_2025-01-31-win-x86-gui.msi + InstallerSha256: 8104FA94D6A19CE91523EBFB517501D1ACD0BE4CD789483795CCFDE68C75677D + ProductCode: '{7307F0EF-B145-4240-9817-062EDE9A2F7E}' + AppsAndFeaturesEntries: + - DisplayName: Duplicati + ProductCode: '{7307F0EF-B145-4240-9817-062EDE9A2F7E}' + 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.4_stable_2025-01-31/duplicati-2.1.0.4_stable_2025-01-31-win-x64-gui.msi + InstallerSha256: DDB848FEF1CD3BDDE309CE9513A38243FEBE714B60B8813121B278C72ED75276 + ProductCode: '{AE164F78-C146-42C3-AB9A-82490F6E682F}' + AppsAndFeaturesEntries: + - DisplayName: Duplicati + ProductCode: '{AE164F78-C146-42C3-AB9A-82490F6E682F}' + UpgradeCode: '{1C94BC5A-2BF2-4273-9D8F-2CB30E780D16}' + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Duplicati 2' +- Architecture: arm64 + InstallerUrl: https://github.com/duplicati/duplicati/releases/download/v2.1.0.4_stable_2025-01-31/duplicati-2.1.0.4_stable_2025-01-31-win-arm64-gui.msi + InstallerSha256: 1E18D92F3F28C5BC43EE07A66074BA0E730B7261E3463C2189BA7B5FEF42ED3F + ProductCode: '{1F83CA6E-7BB0-4B3F-A1F9-C011FACBB48A}' + AppsAndFeaturesEntries: + - DisplayName: Duplicati + ProductCode: '{1F83CA6E-7BB0-4B3F-A1F9-C011FACBB48A}' + 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.4/Duplicati.Duplicati.locale.en-US.yaml b/manifests/d/Duplicati/Duplicati/2.1.0.4/Duplicati.Duplicati.locale.en-US.yaml new file mode 100644 index 0000000000000..c339ec71cd974 --- /dev/null +++ b/manifests/d/Duplicati/Duplicati/2.1.0.4/Duplicati.Duplicati.locale.en-US.yaml @@ -0,0 +1,25 @@ +# Created with komac v2.10.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Duplicati.Duplicati +PackageVersion: 2.1.0.4 +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 +ReleaseNotesUrl: https://github.com/duplicati/duplicati/releases/tag/v2.1.0.4_stable_2025-01-31 +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/d/Duplicati/Duplicati/2.1.0.4/Duplicati.Duplicati.yaml b/manifests/d/Duplicati/Duplicati/2.1.0.4/Duplicati.Duplicati.yaml new file mode 100644 index 0000000000000..d8dbadc924edc --- /dev/null +++ b/manifests/d/Duplicati/Duplicati/2.1.0.4/Duplicati.Duplicati.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: Duplicati.Duplicati +PackageVersion: 2.1.0.4 +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/deviceinsight/kafkactl/5.5.0/deviceinsight.kafkactl.installer.yaml b/manifests/d/deviceinsight/kafkactl/5.5.0/deviceinsight.kafkactl.installer.yaml new file mode 100644 index 0000000000000..8a0924ec7c66c --- /dev/null +++ b/manifests/d/deviceinsight/kafkactl/5.5.0/deviceinsight.kafkactl.installer.yaml @@ -0,0 +1,34 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +PackageIdentifier: deviceinsight.kafkactl +PackageVersion: 5.5.0 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2025-02-11" +Installers: + - Architecture: x86 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: kafkactl.exe + PortableCommandAlias: kafkactl + InstallerUrl: https://github.com/deviceinsight/kafkactl/releases/download/v5.5.0/kafkactl_5.5.0_windows_386.zip + InstallerSha256: 60b6edfe6f2f36f980304d8654be9e346da647e4a7c578fc2fbfb35af0435bd8 + UpgradeBehavior: uninstallPrevious + - Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: kafkactl.exe + PortableCommandAlias: kafkactl + InstallerUrl: https://github.com/deviceinsight/kafkactl/releases/download/v5.5.0/kafkactl_5.5.0_windows_arm64.zip + InstallerSha256: 6fb2f238bdd22c8a1cba1dea6301113ce66ae73d73b4576cc36bb6aa89cccfc6 + UpgradeBehavior: uninstallPrevious + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: kafkactl.exe + PortableCommandAlias: kafkactl + InstallerUrl: https://github.com/deviceinsight/kafkactl/releases/download/v5.5.0/kafkactl_5.5.0_windows_amd64.zip + InstallerSha256: ed28913b324cce7be386859a3117c255b9d515712b0b18e4e1b484a79871109a + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/d/deviceinsight/kafkactl/5.5.0/deviceinsight.kafkactl.locale.en-US.yaml b/manifests/d/deviceinsight/kafkactl/5.5.0/deviceinsight.kafkactl.locale.en-US.yaml new file mode 100644 index 0000000000000..d32ee01f11d77 --- /dev/null +++ b/manifests/d/deviceinsight/kafkactl/5.5.0/deviceinsight.kafkactl.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.6.0.schema.json +PackageIdentifier: deviceinsight.kafkactl +PackageVersion: 5.5.0 +PackageLocale: en-US +Publisher: deviceinsight +PublisherSupportUrl: https://github.com/deviceinsight/kafkactl/issues +PackageName: kafkactl +PackageUrl: https://www.device-insight.com/ +License: Apache-2.0 +ShortDescription: A command-line interface for interaction with Apache Kafka +Moniker: kafkactl +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/d/deviceinsight/kafkactl/5.5.0/deviceinsight.kafkactl.yaml b/manifests/d/deviceinsight/kafkactl/5.5.0/deviceinsight.kafkactl.yaml new file mode 100644 index 0000000000000..ae58f149407b6 --- /dev/null +++ b/manifests/d/deviceinsight/kafkactl/5.5.0/deviceinsight.kafkactl.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.6.0.schema.json +PackageIdentifier: deviceinsight.kafkactl +PackageVersion: 5.5.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.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/d/dotPDN/PaintDotNet/5.1.2/dotPDN.PaintDotNet.installer.yaml b/manifests/d/dotPDN/PaintDotNet/5.1.2/dotPDN.PaintDotNet.installer.yaml deleted file mode 100644 index 3454749639e12..0000000000000 --- a/manifests/d/dotPDN/PaintDotNet/5.1.2/dotPDN.PaintDotNet.installer.yaml +++ /dev/null @@ -1,93 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json - -PackageIdentifier: dotPDN.PaintDotNet -PackageVersion: 5.1.2 -InstallerType: zip -Scope: machine -UpgradeBehavior: install -FileExtensions: -- avif -- bmp -- dds -- dib -- gif -- heic -- jfif -- jpe -- jpeg -- jpg -- jxr -- pdn -- png -- rle -- tga -- tif -- tiff -- wdp -- webp -- wmp -ReleaseDate: 2024-12-19 -Installers: -- Architecture: x64 - NestedInstallerType: exe - NestedInstallerFiles: - - RelativeFilePath: paint.net.5.1.2.install.x64.exe - InstallerUrl: https://github.com/paintdotnet/release/releases/download/v5.1.2/paint.net.5.1.2.install.x64.zip - InstallerSha256: CE36710BD678AB504E3C603E43514ED718D3359813C0054571C9C1C77F170DA2 - InstallModes: - - interactive - - silent - InstallerSwitches: - Silent: /auto - SilentWithProgress: /auto - InstallLocation: '"TARGETDIR="' - ProductCode: '{CCAE4D37-401A-4D41-AFF3-36EBB90F2437}' - AppsAndFeaturesEntries: - - ProductCode: '{CCAE4D37-401A-4D41-AFF3-36EBB90F2437}' - UpgradeCode: '{04A40F40-A207-4B48-AED7-6AA532E43275}' - InstallerType: wix -- Architecture: x64 - NestedInstallerType: wix - NestedInstallerFiles: - - RelativeFilePath: paint.net.5.1.2.winmsi.x64.msi - InstallerUrl: https://github.com/paintdotnet/release/releases/download/v5.1.2/paint.net.5.1.2.winmsi.x64.zip - InstallerSha256: 2FF0ADC3E6B4971E4A11AADEC28687C70ED659FABB1A7E6FD81047B7F03F6696 - InstallerSwitches: - InstallLocation: INSTALLDIR="" - ProductCode: '{E14594B5-4B3C-4DB2-A90D-99ECA8A900EC}' - AppsAndFeaturesEntries: - - ProductCode: '{E14594B5-4B3C-4DB2-A90D-99ECA8A900EC}' - UpgradeCode: '{04A40F40-A207-4B48-AED7-6AA532E43275}' -- Architecture: arm64 - NestedInstallerType: exe - NestedInstallerFiles: - - RelativeFilePath: paint.net.5.1.2.install.arm64.exe - InstallerUrl: https://github.com/paintdotnet/release/releases/download/v5.1.2/paint.net.5.1.2.install.arm64.zip - InstallerSha256: 44419A7683C3198E0E2AE62F0E5543C485D2B9D1F872D71E9AB6FAD259E4B5C0 - InstallModes: - - interactive - - silent - InstallerSwitches: - Silent: /auto - SilentWithProgress: /auto - InstallLocation: '"TARGETDIR="' - ProductCode: '{40DD100A-CF39-489B-B17F-293E56921E7A}' - AppsAndFeaturesEntries: - - ProductCode: '{40DD100A-CF39-489B-B17F-293E56921E7A}' - UpgradeCode: '{04A40F40-A207-4B48-AED7-6AA532E43275}' - InstallerType: wix -- Architecture: arm64 - NestedInstallerType: wix - NestedInstallerFiles: - - RelativeFilePath: paint.net.5.1.2.winmsi.arm64.msi - InstallerUrl: https://github.com/paintdotnet/release/releases/download/v5.1.2/paint.net.5.1.2.winmsi.arm64.zip - InstallerSha256: AB781582B12C972E92EFC27177B0260823350E0C86EFD144BE6A4EDC92E1CC3A - InstallerSwitches: - InstallLocation: INSTALLDIR="" - ProductCode: '{085B625B-4788-4328-8BCE-C69138623503}' - AppsAndFeaturesEntries: - - ProductCode: '{085B625B-4788-4328-8BCE-C69138623503}' - UpgradeCode: '{04A40F40-A207-4B48-AED7-6AA532E43275}' -ManifestType: installer -ManifestVersion: 1.9.0 diff --git a/manifests/d/dotPDN/PaintDotNet/5.1.2/dotPDN.PaintDotNet.locale.en-US.yaml b/manifests/d/dotPDN/PaintDotNet/5.1.2/dotPDN.PaintDotNet.locale.en-US.yaml deleted file mode 100644 index 5cd4f545255c9..0000000000000 --- a/manifests/d/dotPDN/PaintDotNet/5.1.2/dotPDN.PaintDotNet.locale.en-US.yaml +++ /dev/null @@ -1,39 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json - -PackageIdentifier: dotPDN.PaintDotNet -PackageVersion: 5.1.2 -PackageLocale: en-US -Publisher: dotPDN LLC -PublisherUrl: https://dotpdn.com/ -PublisherSupportUrl: https://getpaint.net/contact.html -PrivacyUrl: https://getpaint.net/privacy.html -Author: Rick Brewster -PackageName: paint.net -PackageUrl: https://getpaint.net/ -License: Proprietary -LicenseUrl: https://getpaint.net/license.html -Copyright: Copyright © 2024 dotPDN LLC, Rick Brewster, and contributors. All Rights Reserved. -ShortDescription: Paint.NET is image and photo editing software for PCs that run Windows. -Description: Paint.NET is image and photo editing software for PCs that run Windows. It features an intuitive and innovative user interface with support for layers, unlimited undo, special effects, and a wide variety of useful and powerful tools. An active and growing online community provides friendly help, tutorials, and plugins. -Moniker: paint.net -Tags: -- edit -- editing -- editor -- image -- paint -- painting -- photo -- photo-editing -- picture -# ReleaseNotesUrl: https://forums.getpaint.net/topic/133147-paintnet-512-is-now-available/ -Documentations: -- DocumentLabel: Documentation - DocumentUrl: https://getpaint.net/doc/latest/index.html -# - DocumentLabel: FAQ -# DocumentUrl: https://forums.getpaint.net/topic/399-frequently-asked-questions-faq -# - DocumentLabel: Tutorial -# DocumentUrl: https://forums.getpaint.net/forum/18-tutorials-publishing-only -ManifestType: defaultLocale -ManifestVersion: 1.9.0 diff --git a/manifests/d/dotPDN/PaintDotNet/5.1.3/dotPDN.PaintDotNet.installer.yaml b/manifests/d/dotPDN/PaintDotNet/5.1.3/dotPDN.PaintDotNet.installer.yaml new file mode 100644 index 0000000000000..7d33a718af47d --- /dev/null +++ b/manifests/d/dotPDN/PaintDotNet/5.1.3/dotPDN.PaintDotNet.installer.yaml @@ -0,0 +1,93 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: dotPDN.PaintDotNet +PackageVersion: 5.1.3 +InstallerType: zip +Scope: machine +UpgradeBehavior: install +FileExtensions: +- avif +- bmp +- dds +- dib +- gif +- heic +- jfif +- jpe +- jpeg +- jpg +- jxr +- pdn +- png +- rle +- tga +- tif +- tiff +- wdp +- webp +- wmp +ReleaseDate: 2025-02-08 +Installers: +- Architecture: x64 + NestedInstallerType: exe + NestedInstallerFiles: + - RelativeFilePath: paint.net.5.1.3.install.x64.exe + InstallerUrl: https://github.com/paintdotnet/release/releases/download/v5.1.3/paint.net.5.1.3.install.x64.zip + InstallerSha256: FFD59D5E9B866A3574B78ED00FAE7A7D0B8B523181A79F05128EABD6DCC42D42 + InstallModes: + - interactive + - silent + InstallerSwitches: + Silent: /auto + SilentWithProgress: /auto + InstallLocation: '"TARGETDIR="' + ProductCode: '{BB3805CB-4A74-44A1-9463-05ED22B05BBA}' + AppsAndFeaturesEntries: + - ProductCode: '{BB3805CB-4A74-44A1-9463-05ED22B05BBA}' + UpgradeCode: '{04A40F40-A207-4B48-AED7-6AA532E43275}' + InstallerType: wix +- Architecture: x64 + NestedInstallerType: wix + NestedInstallerFiles: + - RelativeFilePath: paint.net.5.1.3.winmsi.x64.msi + InstallerUrl: https://github.com/paintdotnet/release/releases/download/v5.1.3/paint.net.5.1.3.winmsi.x64.zip + InstallerSha256: AD5527FB4260FD01CE0F2DCDF9EB74438B0CF2A63858F2C98B68CBC9B4DF9E3E + InstallerSwitches: + InstallLocation: INSTALLDIR="" + ProductCode: '{A239E7D1-EB7C-450C-A46E-9E0C635B27BA}' + AppsAndFeaturesEntries: + - ProductCode: '{A239E7D1-EB7C-450C-A46E-9E0C635B27BA}' + UpgradeCode: '{04A40F40-A207-4B48-AED7-6AA532E43275}' +- Architecture: arm64 + NestedInstallerType: exe + NestedInstallerFiles: + - RelativeFilePath: paint.net.5.1.3.install.arm64.exe + InstallerUrl: https://github.com/paintdotnet/release/releases/download/v5.1.3/paint.net.5.1.3.install.arm64.zip + InstallerSha256: 6AC347CC73D2826D8C506D200FF9219CD584F531FEDE2F89F400440C27515CB9 + InstallModes: + - interactive + - silent + InstallerSwitches: + Silent: /auto + SilentWithProgress: /auto + InstallLocation: '"TARGETDIR="' + ProductCode: '{E3245F9A-460C-4AAD-8612-1AFE23F2890A}' + AppsAndFeaturesEntries: + - ProductCode: '{E3245F9A-460C-4AAD-8612-1AFE23F2890A}' + UpgradeCode: '{04A40F40-A207-4B48-AED7-6AA532E43275}' + InstallerType: wix +- Architecture: arm64 + NestedInstallerType: wix + NestedInstallerFiles: + - RelativeFilePath: paint.net.5.1.3.winmsi.arm64.msi + InstallerUrl: https://github.com/paintdotnet/release/releases/download/v5.1.3/paint.net.5.1.3.winmsi.arm64.zip + InstallerSha256: E90933908B4EE0A60171549D8B95C2C27567BF0C7DE6EAF3C28E58EB10BA6370 + InstallerSwitches: + InstallLocation: INSTALLDIR="" + ProductCode: '{CF498941-DCC7-4744-8EAE-F7FB5A10858F}' + AppsAndFeaturesEntries: + - ProductCode: '{CF498941-DCC7-4744-8EAE-F7FB5A10858F}' + UpgradeCode: '{04A40F40-A207-4B48-AED7-6AA532E43275}' +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/d/dotPDN/PaintDotNet/5.1.3/dotPDN.PaintDotNet.locale.en-US.yaml b/manifests/d/dotPDN/PaintDotNet/5.1.3/dotPDN.PaintDotNet.locale.en-US.yaml new file mode 100644 index 0000000000000..298042a6dbaa1 --- /dev/null +++ b/manifests/d/dotPDN/PaintDotNet/5.1.3/dotPDN.PaintDotNet.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: dotPDN.PaintDotNet +PackageVersion: 5.1.3 +PackageLocale: en-US +Publisher: dotPDN LLC +PublisherUrl: https://dotpdn.com/ +PublisherSupportUrl: https://getpaint.net/contact.html +PrivacyUrl: https://getpaint.net/privacy.html +Author: Rick Brewster +PackageName: paint.net +PackageUrl: https://getpaint.net/ +License: Proprietary +LicenseUrl: https://getpaint.net/license.html +Copyright: Copyright © 2024 dotPDN LLC, Rick Brewster, and contributors. All Rights Reserved. +ShortDescription: Paint.NET is image and photo editing software for PCs that run Windows. +Description: Paint.NET is image and photo editing software for PCs that run Windows. It features an intuitive and innovative user interface with support for layers, unlimited undo, special effects, and a wide variety of useful and powerful tools. An active and growing online community provides friendly help, tutorials, and plugins. +Moniker: paint.net +Tags: +- edit +- editing +- editor +- image +- paint +- painting +- photo +- photo-editing +- picture +ReleaseNotes: |- + This is a maintenance release with a big heaping of performance improvements, bug fixes, and other small changes. + - Fixed: Some PNG metadata from text chunks is now preserved (Author, Comment, Copyright, and Description). + - Fixed some issues with snapping tool windows when there are multiple monitors with different scaling levels. Sometimes the snapping boundaries would be calculated in the wrong coordinate space and cause snapping to happen at seemingly arbitrary (and weird) locations. + - Improved frame rate, frame pacing, and responsiveness of the canvas when using CPU- or GPU-intensive tools such as Move Selected Pixels. + - Fixed an off-by-1 error in the Median Blur effect that was producing incorrect results, especially with radius=1. + - Fixed a crash in the Levels adjustment's UI due to some improper value clamping. + - Fixed the Red Eye Removal effect so it no longer crashes if the canvas zoom level does not show the whole image. + - Fixed the Red Eye Removal effect so that it properly clips to the active selection. + - Fixed: View -> Zoom to Selection no longer adjusts the zoom level slightly if used twice in a row. + - Improved: The Color properties for the Clouds effect now have Reset buttons, which will reset them to the current Primary and Secondary colors. + - Fixed: When opening an image with a CMYK color profile, it will be ignored and removed if the image is actually RGB. + - Fixed some issues with the mouse cursor briefly being a generic arrow instead of the tool's requested cursor. + - Fixed: The installer will no longer silently die on Windows 10 pre-v21H2. It will now correctly show an error message stating that Windows 10 v21H2 is required, and the exit code will be ERROR_OLD_WIN_VERSION. + - Substantially improved UI responsiveness when modifying a complex selection with a combine mode other than Replace + - Fixed: Tooltips now respect dark mode (thanks @toe_head2001!) + - Fixed: The Text tool's "Sharp (Modern)" rendering mode has been reverted to use Natural Symmetric rendering instead of Natural Symmetric Downsampled. + - Reduced the performance cost of the circle "preview cursor" that all of the brush tools use. + - Fixed PdnZoomBlurEffect when the AlphaMode property was set to Straight. + - Fixed PdnZoomBlurEffect when the BorderMode was set to Soft. + - New: HlslUnaryFunctionEffect (for GPU effect plugin developers) now has FrexpMantissaPortion, FrexpExponentPortion, ModfIntegerPortion, and ModfFractionalPortion. These provide access to the Frexp and Modf HLSL instructions. + - New: Plugins may now implement custom DirectWrite IInlineObjects. + - New: IEffectConfigForm.Close() is now public, and may be used by plugins that are hosting other effects via IEffectsService2. + - New: Added an accelerator key for Image -> Rotate 90° Counter-clockwise. + - New: Added accelerator keys to the View menu for the Inches, Centimeters, and Pixels choices. + - Changed to use the Windows thread pool instead of the .NET portable thread pool. +ReleaseNotesUrl: https://getpaint.net/roadmap.html +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://getpaint.net/doc/latest/index.html +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/d/dotPDN/PaintDotNet/5.1.2/dotPDN.PaintDotNet.locale.zh-CN.yaml b/manifests/d/dotPDN/PaintDotNet/5.1.3/dotPDN.PaintDotNet.locale.zh-CN.yaml similarity index 75% rename from manifests/d/dotPDN/PaintDotNet/5.1.2/dotPDN.PaintDotNet.locale.zh-CN.yaml rename to manifests/d/dotPDN/PaintDotNet/5.1.3/dotPDN.PaintDotNet.locale.zh-CN.yaml index 3a7fff6524214..8d23d8b7912ac 100644 --- a/manifests/d/dotPDN/PaintDotNet/5.1.2/dotPDN.PaintDotNet.locale.zh-CN.yaml +++ b/manifests/d/dotPDN/PaintDotNet/5.1.3/dotPDN.PaintDotNet.locale.zh-CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json PackageIdentifier: dotPDN.PaintDotNet -PackageVersion: 5.1.2 +PackageVersion: 5.1.3 PackageLocale: zh-CN Publisher: dotPDN LLC PublisherUrl: https://dotpdn.com/ @@ -24,13 +24,9 @@ Tags: - 绘画 - 编辑 - 编辑器 -# ReleaseNotesUrl: https://forums.getpaint.net/topic/133147-paintnet-512-is-now-available/ +ReleaseNotesUrl: https://getpaint.net/roadmap.html Documentations: - DocumentLabel: 文档 DocumentUrl: https://getpaint.net/doc/latest/index.html -# - DocumentLabel: 常见问题 -# DocumentUrl: https://forums.getpaint.net/topic/399-frequently-asked-questions-faq -# - DocumentLabel: 教程 -# DocumentUrl: https://forums.getpaint.net/forum/18-tutorials-publishing-only ManifestType: locale ManifestVersion: 1.9.0 diff --git a/manifests/d/dotPDN/PaintDotNet/5.1.2/dotPDN.PaintDotNet.yaml b/manifests/d/dotPDN/PaintDotNet/5.1.3/dotPDN.PaintDotNet.yaml similarity index 88% rename from manifests/d/dotPDN/PaintDotNet/5.1.2/dotPDN.PaintDotNet.yaml rename to manifests/d/dotPDN/PaintDotNet/5.1.3/dotPDN.PaintDotNet.yaml index 74cf11d87ed65..7079bc7b3c34f 100644 --- a/manifests/d/dotPDN/PaintDotNet/5.1.2/dotPDN.PaintDotNet.yaml +++ b/manifests/d/dotPDN/PaintDotNet/5.1.3/dotPDN.PaintDotNet.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: dotPDN.PaintDotNet -PackageVersion: 5.1.2 +PackageVersion: 5.1.3 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.9.0 diff --git a/manifests/d/dotenvx/dotenvx/1.35.0/dotenvx.dotenvx.installer.yaml b/manifests/d/dotenvx/dotenvx/1.35.0/dotenvx.dotenvx.installer.yaml new file mode 100644 index 0000000000000..485eb3f8508f0 --- /dev/null +++ b/manifests/d/dotenvx/dotenvx/1.35.0/dotenvx.dotenvx.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: dotenvx.dotenvx +PackageVersion: 1.35.0 +InstallerLocale: en-US +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: dotenvx.exe + PortableCommandAlias: dotenvx +UpgradeBehavior: uninstallPrevious +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/dotenvx/dotenvx/releases/download/v1.35.0/dotenvx-1.35.0-windows-x86_64.zip + InstallerSha256: 3168C0EB0F14DBAD9A8EB6FA75CF1CE01559BBD2608307A57D7B31CC718492C6 +ManifestType: installer +ManifestVersion: 1.9.0 +ReleaseDate: 2025-02-07 diff --git a/manifests/d/dotenvx/dotenvx/1.35.0/dotenvx.dotenvx.locale.en-US.yaml b/manifests/d/dotenvx/dotenvx/1.35.0/dotenvx.dotenvx.locale.en-US.yaml new file mode 100644 index 0000000000000..2beedafefc5b9 --- /dev/null +++ b/manifests/d/dotenvx/dotenvx/1.35.0/dotenvx.dotenvx.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: dotenvx.dotenvx +PackageVersion: 1.35.0 +PackageLocale: en-US +Publisher: dotenvx +PublisherUrl: https://dotenvx.com +PublisherSupportUrl: https://github.com/dotenvx/dotenvx/issues +Author: motdotla +PackageName: dotenvx +PackageUrl: https://github.com/dotenvx/dotenvx +License: BSD-3-Clause +ShortDescription: a better dotenv–from the creator of dotenv +Description: a better dotenv–from the creator of dotenv +Moniker: dotenvx +Tags: +- env +- dotenv +- environment +- variables +- dotenvx +- cli +- encryption +ReleaseNotesUrl: https://github.com/dotenvx/dotenvx/releases/tag/v1.35.0 +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/d/dotenvx/dotenvx/1.35.0/dotenvx.dotenvx.yaml b/manifests/d/dotenvx/dotenvx/1.35.0/dotenvx.dotenvx.yaml new file mode 100644 index 0000000000000..71efe5d17b9e5 --- /dev/null +++ b/manifests/d/dotenvx/dotenvx/1.35.0/dotenvx.dotenvx.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: dotenvx.dotenvx +PackageVersion: 1.35.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/d/dprint/dprint/0.49.0/dprint.dprint.installer.yaml b/manifests/d/dprint/dprint/0.49.0/dprint.dprint.installer.yaml new file mode 100644 index 0000000000000..8da7f6881d839 --- /dev/null +++ b/manifests/d/dprint/dprint/0.49.0/dprint.dprint.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: dprint.dprint +PackageVersion: 0.49.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: dprint.exe + PortableCommandAlias: dprint +Installers: +- Architecture: neutral + InstallerUrl: https://github.com/dprint/dprint/releases/download/0.49.0/dprint-x86_64-pc-windows-msvc.zip + InstallerSha256: 6AAF465E4B34E4DA1F2FD54297BC31E64D6A2EC93A30DBAD8EBD3A6F4F16974C +ManifestType: installer +ManifestVersion: 1.9.0 +ReleaseDate: 2025-02-02 diff --git a/manifests/d/dprint/dprint/0.49.0/dprint.dprint.locale.en-US.yaml b/manifests/d/dprint/dprint/0.49.0/dprint.dprint.locale.en-US.yaml new file mode 100644 index 0000000000000..3f9433d63ec8e --- /dev/null +++ b/manifests/d/dprint/dprint/0.49.0/dprint.dprint.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: dprint.dprint +PackageVersion: 0.49.0 +PackageLocale: en-US +Publisher: dsherret +PublisherUrl: https://github.com/dprint +PublisherSupportUrl: https://github.com/dprint/dprint/issues +PackageName: dprint +PackageUrl: https://github.com/dprint/dprint +License: MIT +ShortDescription: Pluggable and configurable code formatting platform written in Rust. +Tags: +- formatter +ReleaseNotesUrl: https://github.com/dprint/dprint/releases/tag/0.49.0 +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/d/dprint/dprint/0.49.0/dprint.dprint.yaml b/manifests/d/dprint/dprint/0.49.0/dprint.dprint.yaml new file mode 100644 index 0000000000000..5bb1b38cc8be2 --- /dev/null +++ b/manifests/d/dprint/dprint/0.49.0/dprint.dprint.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: dprint.dprint +PackageVersion: 0.49.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/d/drakkan/SFTPGo/v2.6.5/drakkan.SFTPGo.installer.yaml b/manifests/d/drakkan/SFTPGo/v2.6.5/drakkan.SFTPGo.installer.yaml new file mode 100644 index 0000000000000..56f1037bbf231 --- /dev/null +++ b/manifests/d/drakkan/SFTPGo/v2.6.5/drakkan.SFTPGo.installer.yaml @@ -0,0 +1,20 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: drakkan.SFTPGo +PackageVersion: v2.6.5 +Scope: machine +InstallerType: inno +UpgradeBehavior: install +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/drakkan/sftpgo/releases/download/v2.6.5/sftpgo_v2.6.5_windows_x86_64.exe + InstallerSha256: A2539BADC2BA0E4418341D49FFC67728DA7BECC4D5A8056E592DF6365E6EC145 +- Architecture: x86 + InstallerUrl: https://github.com/drakkan/sftpgo/releases/download/v2.6.5/sftpgo_v2.6.5_windows_x86.exe + InstallerSha256: DF03E0192F92A86A678CFA65005ADD342BE276B57F0E1D5BA581676F56F36756 +- Architecture: arm64 + InstallerUrl: https://github.com/drakkan/sftpgo/releases/download/v2.6.5/sftpgo_v2.6.5_windows_arm64.exe + InstallerSha256: A2F75F0F98CCF91D2D7AF0D3B22CAE4D84BD1FF172DE47D91E6D1F656A3229D6 +ManifestType: installer +ManifestVersion: 1.6.0 \ No newline at end of file diff --git a/manifests/d/drakkan/SFTPGo/v2.6.5/drakkan.SFTPGo.locale.en-US.yaml b/manifests/d/drakkan/SFTPGo/v2.6.5/drakkan.SFTPGo.locale.en-US.yaml new file mode 100644 index 0000000000000..633b31f277356 --- /dev/null +++ b/manifests/d/drakkan/SFTPGo/v2.6.5/drakkan.SFTPGo.locale.en-US.yaml @@ -0,0 +1,29 @@ +# Created using wingetcreate 1.6.1.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: drakkan.SFTPGo +PackageVersion: v2.6.5 +PackageLocale: en-US +Publisher: Nicola Murino +PackageName: SFTPGo +PackageUrl: https://github.com/drakkan/sftpgo +License: AGPL-3.0-only with additional terms +Copyright: Copyright (c) Nicola Murino +LicenseUrl: https://github.com/drakkan/sftpgo/blob/main/LICENSE +ShortDescription: SFTPGo is a full-featured and highly configurable SFTP, HTTP/S, FTP/S and WebDAV server. It can serve local filesystem, S3 (compatible) Object Storage, Google Cloud Storage, Azure Blob Storage and other SFTP servers +Moniker: sftp +Tags: +- sftp +- ssh +- scp +- webdav +- ftp +- http +- multi-factor-authentication +- multi-step-authentication +- s3 +- azure-blob +- google-cloud-storage +- data-at-rest-encryption +ManifestType: defaultLocale +ManifestVersion: 1.6.0 \ No newline at end of file diff --git a/manifests/d/drakkan/SFTPGo/v2.6.5/drakkan.SFTPGo.yaml b/manifests/d/drakkan/SFTPGo/v2.6.5/drakkan.SFTPGo.yaml new file mode 100644 index 0000000000000..d2ff9d7ecf21b --- /dev/null +++ b/manifests/d/drakkan/SFTPGo/v2.6.5/drakkan.SFTPGo.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: drakkan.SFTPGo +PackageVersion: v2.6.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 \ No newline at end of file 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/EDRLab/Thorium/3.0.0/EDRLab.Thorium.installer.yaml b/manifests/e/EDRLab/Thorium/3.0.0/EDRLab.Thorium.installer.yaml new file mode 100644 index 0000000000000..3e08622cf6c1e --- /dev/null +++ b/manifests/e/EDRLab/Thorium/3.0.0/EDRLab.Thorium.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: EDRLab.Thorium +PackageVersion: 3.0.0 +InstallerLocale: en-US +Platform: +- Windows.Desktop +InstallerType: nullsoft +Scope: user +InstallModes: +- silent +UpgradeBehavior: install +ProductCode: 13998dff-ad91-57f4-b530-aa7ad6d4fea5 +ReleaseDate: 2024-10-01 +AppsAndFeaturesEntries: +- DisplayName: Thorium 3.0.0 + ProductCode: 13998dff-ad91-57f4-b530-aa7ad6d4fea5 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/edrlab/thorium-reader/releases/download/v3.0.0/Thorium.Setup.3.0.0.exe + InstallerSha256: 216B7EDFCC03DE89AC663E3F01E1D69AA17BEE3A6F1428B15E00C15496EF137C +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/e/EDRLab/Thorium/3.0.0/EDRLab.Thorium.locale.en-US.yaml b/manifests/e/EDRLab/Thorium/3.0.0/EDRLab.Thorium.locale.en-US.yaml new file mode 100644 index 0000000000000..ee9961051365c --- /dev/null +++ b/manifests/e/EDRLab/Thorium/3.0.0/EDRLab.Thorium.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with komac v2.10.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: EDRLab.Thorium +PackageVersion: 3.0.0 +PackageLocale: en-US +Publisher: EDRLab +PublisherUrl: https://github.com/edrlab/thorium-reader +PublisherSupportUrl: https://github.com/edrlab/thorium-reader/issues +Author: EDRLab +PackageName: Thorium +PackageUrl: https://github.com/edrlab/thorium-reader +License: BSD-3-Clause +LicenseUrl: https://github.com/edrlab/thorium-reader/blob/HEAD/LICENSE +Copyright: Copyright (c) 2022 EDRLab +CopyrightUrl: https://raw.githubusercontent.com/edrlab/thorium-reader/develop/LICENSE +ShortDescription: A cross platform desktop reading app, based on the Readium Desktop toolkit +Tags: +- electron +- epub +- epub-reader +- epub3 +- lcp +- opds +- opds-feed +- react +- reader +- redux +- typescript +ReleaseNotes: "Summary\nVersion 3.0.0 was released on 26 June 2024.\nTotal Downloads\nThis release includes the following (notable) new features, improvements and bug fixes:\n- Major user interface refresh / redesign\n \n - Support for dark/light modes (matches operating system, or can be overridden by user preference)\n - Reader window supports additional colour themes\n - Dockable panels (left/right) in reader window for navigation and display preferences\n - NOTE: some keyboard tab-cycling and focus handling is currently occasionally buggy, will be fixed in v3.1 as we also improve screen reader support\n- New feature: annotations (currently locally-stored database, a future revision will support import/export)\n- Added a \"mark as finished\" action\n- Support for PROXY servers via environment variables\n- Simplified LCP/LSD network requests\n- Updated locales / translations\nDownload checksum / hash verification\n- Thorium-3.0.0.dmg is code-signed by an official EDRLab certificate, and it is notarised by Apple servers. The SHA512 is:\n \n - HEX: 88274d1e5d16ce226c75a43623c1c7d3487726bb57bbf70a694fd6f28aefe4c8ffe3b35212050cf4882f2fed7d2d51deb942241594572faae7cbaa79101eb906\n - BASE64: iCdNHl0WziJsdaQ2I8HH00h3JrtXu/cKaU/W8orv5Mj/47NSEgUM9IgvL+19LVHeuUIkFZRXL6rny6p5EB65Bg==\n - Verification: create a file named Thorium-3.0.0.dmg.sha512 next to the downloaded file Thorium-3.0.0.dmg, edit the new file Thorium-3.0.0.dmg.sha512 and write this exact line of text inside it: HEX Thorium-3.0.0.dmg, then run the command line shasum -a 512 -c Thorium-3.0.0.dmg.sha512 (=> Thorium-3.0.0.dmg: OK)\n- Thorium-3.0.0-arm64.dmg is code-signed by an official EDRLab certificate, and it is notarised by Apple servers. The SHA512 is:\n \n - HEX: 122355e067bed06415abc22fbaf3f533bd7af4744adea3fd9a136e8b348db3c674e12c561e036b3005e27547bfbc286dbb9adc50f6ab94f07eb4bdca35b2fbc9\n - BASE64: EiNV4Ge+0GQVq8IvuvP1M7169HRK3qP9mhNuizSNs8Z04SxWHgNrMAXidUe/vChtu5rcUParlPB+tL3KNbL7yQ==\n - Command line: shasum -a 512 -c Thorium-3.0.0-arm64.dmg.sha512 (=> Thorium-3.0.0-arm64.dmg: OK)\n- Thorium.Setup.3.0.0.exe is code-signed by an official EDRLab certificate (the version distributed via the Microsoft Store is also code-signed, albeit via EDRLab's Microsoft account). The SHA512 is:\n \n - HEX: 64339cd872fbdbc3b2f192157c9f668beda4940f5fe790e29c153e102fbe0501401300ce8665f875998d513fa04367929a56dec8141eaaf8dd11ddcdaaca25e6\n - BASE64: ZDOc2HL728Oy8ZIVfJ9mi+2klA9f55DinBU+EC++BQFAEwDOhmX4dZmNUT+gQ2eSmlbeyBQeqvjdEd3Nqsol5g==\n - Command line: certutil -hashfile Thorium.Setup.3.0.0.exe SHA512\n- Thorium-3.0.0.AppImage is not code-signed. The SHA512 is:\n \n - HEX: 1fe7ad9cbe436d77c23ab20c805eb16635586e2c1af8fe4d1b126956e7c0c74ca00ffa32b344da48a047a2a895e1bdea0c704d119238d886201b0da2719f2588\n - BASE64: H+etnL5DbXfCOrIMgF6xZjVYbiwa+P5NGxJpVufAx0ygD/oys0TaSKBHoqiV4b3qDHBNEZI42IYgGw2icZ8liA==\n - Command line: sha512sum -c Thorium-3.0.0.AppImage.sha512\n- EDRLab.ThoriumReader_3.0.0_amd64.deb is not code-signed. The SHA512 is:\n \n - HEX: 88057a075f2e96cab50078d2278ac047b4aa7fce704ed67c5bc6287f2e856864aceca4a9faa948ac3c333182dd9d28c1d72895955f10e55b37e54388a389cc18\n - BASE64: iAV6B18ulsq1AHjSJ4rAR7Sqf85wTtZ8W8Yofy6FaGSs7KSp+qlIrDwzMYLdnSjB1yiVlV8Q5Vs35UOIo4nMGA==\n - Command line: sha512sum -c EDRLab.ThoriumReader_3.0.0_amd64.deb.sha512\n- Thorium-3.0.0-arm64.AppImage is not code-signed. The SHA512 is:\n \n - HEX: c64f718d18c0b4a2faa21ad5248ac48f3243ff27129aded0236102d44aeec8fad5c649b65174348a0f630803e2c1b9fb7b26fe274ebb41812d0ce5be10a5fe2a\n - BASE64: xk9xjRjAtKL6ohrVJIrEjzJD/ycSmt7QI2EC1EruyPrVxkm2UXQ0ig9jCAPiwbn7eyb+J067QYEtDOW+EKX+Kg==\n - Command line: sha512sum -c Thorium-3.0.0-arm64.AppImage.sha512\n- EDRLab.ThoriumReader_3.0.0_arm64.deb is not code-signed. The SHA512 is:\n \n - HEX: a950ef228dedc75e0c7e26001feece0905c853f759fa10dc4cd3544d3fbaf20e9fb218f7c1c069c3cd7a2b769bcfa58071bacac4b568e0dcba8f8c1403e18706\n - BASE64: qVDvIo3tx14MfiYAH+7OCQXIU/dZ+hDcTNNUTT+68g6fshj3wcBpw816K3abz6WAcbrKxLVo4Ny6j4wUA+GHBg==\n - Command line: sha512sum -c EDRLab.ThoriumReader_3.0.0_arm64.deb.sha512\nMacOS command line: node -e \"const hash = require('crypto').createHash('sha512'); const stream = require('fs').createReadStream(process.argv[1]); stream.on('readable', () => { const data = stream.read(); if (data) { hash.update(data); } else { const hex = hash.digest('hex'); console.log(hex); console.log(Buffer.from(hex, 'hex').toString('base64')); } });\" release/Thorium-3.0.0.dmg\n(for Linux and Windows, replace the release/Thorium-3.0.0.dmg relative path with the respective executables / binaries - release/Thorium-3.0.0.AppImage, release/EDRLab.ThoriumReader_3.0.0_amd64.deb, release/Thorium Setup 3.0.0.exe)" +ReleaseNotesUrl: https://github.com/edrlab/thorium-reader/releases/tag/v3.0.0 +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/e/EDRLab/Thorium/3.0.0/EDRLab.Thorium.yaml b/manifests/e/EDRLab/Thorium/3.0.0/EDRLab.Thorium.yaml new file mode 100644 index 0000000000000..410691c3690f6 --- /dev/null +++ b/manifests/e/EDRLab/Thorium/3.0.0/EDRLab.Thorium.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: EDRLab.Thorium +PackageVersion: 3.0.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/EasyTidy/EasyTidy/1.2.1.208/EasyTidy.EasyTidy.installer.yaml b/manifests/e/EasyTidy/EasyTidy/1.2.1.208/EasyTidy.EasyTidy.installer.yaml new file mode 100644 index 0000000000000..487e5b3a4fbad --- /dev/null +++ b/manifests/e/EasyTidy/EasyTidy/1.2.1.208/EasyTidy.EasyTidy.installer.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 v2.4.3 $debug=QUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: EasyTidy.EasyTidy +PackageVersion: 1.2.1.208 +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.DotNet.DesktopRuntime.8 +ReleaseDate: 2025-01-19 +Installers: +- Architecture: x64 + Scope: machine + InstallerType: msi # Advanced Installer + InstallerUrl: https://github.com/SaboZhang/EasyTidy/releases/download/1.2.1.208/EasyTidy_1.2.1.208_win-x64.msi + InstallerSha256: 771D37C6AAD03AA83086F710F0D3F4382E877BB094D2D8D4918AB9B15E569458 + InstallerSwitches: + InstallLocation: APPDIR="" + ProductCode: '{01470288-02C9-4CE3-9D90-73651DDD0660}' + AppsAndFeaturesEntries: + - ProductCode: '{01470288-02C9-4CE3-9D90-73651DDD0660}' + UpgradeCode: '{AC0FEC6F-D625-4FA0-9E6B-0E8618E89AE6}' +- Architecture: x64 + Scope: user + InstallerType: inno + InstallerUrl: https://github.com/SaboZhang/EasyTidy/releases/download/1.2.1.208/EasyTidy_1.2.1.208_win-x64_Setup.exe + InstallerSha256: 7276628F094B80BF9F481196502E2AB7FF0BF3657BB9D2BBC939BF20F693572F + InstallerSwitches: + Custom: /CURRENTUSER + ProductCode: '{E4E01F07-BCC9-4913-B522-20155FD491D5}_is1' +- Architecture: x64 + Scope: machine + InstallerType: inno + InstallerUrl: https://github.com/SaboZhang/EasyTidy/releases/download/1.2.1.208/EasyTidy_1.2.1.208_win-x64_Setup.exe + InstallerSha256: 7276628F094B80BF9F481196502E2AB7FF0BF3657BB9D2BBC939BF20F693572F + InstallerSwitches: + Custom: /ALLUSERS + ProductCode: '{E4E01F07-BCC9-4913-B522-20155FD491D5}_is1' +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/e/EasyTidy/EasyTidy/1.2.1.208/EasyTidy.EasyTidy.locale.en-US.yaml b/manifests/e/EasyTidy/EasyTidy/1.2.1.208/EasyTidy.EasyTidy.locale.en-US.yaml new file mode 100644 index 0000000000000..6220704991852 --- /dev/null +++ b/manifests/e/EasyTidy/EasyTidy/1.2.1.208/EasyTidy.EasyTidy.locale.en-US.yaml @@ -0,0 +1,44 @@ +# Created with YamlCreate.ps1 v2.4.3 $debug=QUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: EasyTidy.EasyTidy +PackageVersion: 1.2.1.208 +PackageLocale: en-US +Publisher: EasyTidy +PublisherUrl: https://www.luckyits.com/ +PublisherSupportUrl: https://github.com/SaboZhang/EasyTidy/issues +# PrivacyUrl: +# Author: +PackageName: EasyTidy +PackageUrl: https://easytidy.luckyits.com/en/ +License: MIT +LicenseUrl: https://github.com/SaboZhang/EasyTidy/blob/HEAD/LICENSE +Copyright: Copyright (c) 2025 SaboZhang +# CopyrightUrl: +ShortDescription: A simple file auto-classification tool that makes it easy to create automatic workflows with files. +Description: |- + EasyTidy is a powerful file management software that automates the organization and handling of files and folders, keeping your file system neat and organized. Key features include: + - Powerful File Filtering: Filter files accurately based on their name, location, size, date, attributes, content, or regular expressions, making it easy to locate the files you need. + - Flexible Execution Modes: Supports both manual and automatic execution. You can set delayed starts, periodic execution, or define custom schedules using CRON expressions, catering to different file management needs. + - Open Source and Free: Fully open-source and free to use. We welcome contributions and feedback from the community. +# Moniker: +Tags: +- arrange +- arrangement +- automation +- classification +- file +- management +- organization +- organize +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/SaboZhang/EasyTidy/releases/tag/1.2.1.208 +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: Document + DocumentUrl: https://easytidy.luckyits.com/en/docs/ +- DocumentLabel: Wiki + DocumentUrl: https://github.com/SaboZhang/EasyTidy/wiki +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/e/EasyTidy/EasyTidy/1.2.1.208/EasyTidy.EasyTidy.locale.zh-CN.yaml b/manifests/e/EasyTidy/EasyTidy/1.2.1.208/EasyTidy.EasyTidy.locale.zh-CN.yaml new file mode 100644 index 0000000000000..bf20ed2bab3ac --- /dev/null +++ b/manifests/e/EasyTidy/EasyTidy/1.2.1.208/EasyTidy.EasyTidy.locale.zh-CN.yaml @@ -0,0 +1,47 @@ +# Created with YamlCreate.ps1 v2.4.3 $debug=QUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: EasyTidy.EasyTidy +PackageVersion: 1.2.1.208 +PackageLocale: zh-CN +Publisher: EasyTidy +PublisherUrl: https://www.luckyits.com/ +PublisherSupportUrl: https://github.com/SaboZhang/EasyTidy/issues +# PrivacyUrl: +# Author: +PackageName: EasyTidy +PackageUrl: https://easytidy.luckyits.com/ +License: MIT +LicenseUrl: https://github.com/SaboZhang/EasyTidy/blob/HEAD/LICENSE +Copyright: Copyright (c) 2025 SaboZhang +# CopyrightUrl: +ShortDescription: 一个简单的文件自动分类整理工具,轻松创建文件的自动工作流程 +Description: |- + EasyTidy 是一款功能强大的文件管理软件,致力于自动化处理和组织文件与文件夹,使您的文件系统保持整洁有序。其主要特色功能包括: + - 强大的文件过滤功能:支持根据文件名称、所在目录、大小、日期、属性、内容以及常规表达式精准筛选文件,帮助您高效定位所需文件。 + - 灵活的执行模式:不仅支持手动操作,还能自动执行。您可以设置延时启动、定时执行或通过 CRON 表达式自定义执行周期,满足不同场景下的文件管理需求。 + - 开源且免费:完全免费且开源,欢迎大家参与并贡献代码。 +# Moniker: +Tags: +- 分类 +- 整理 +- 文件 +- 管理 +- 组织 +- 自动化 +ReleaseNotes: |- + - 新增:winget 下载方式 感谢@YU-7 + - 优化:优化任务删除逻辑 + - 修复:修复高级规则的结果与实际不符的情况。 + - 修复:更新程序不生效的 BUG #77 + - 修复:最小化启动不生效的 BUG #78 +ReleaseNotesUrl: https://github.com/SaboZhang/EasyTidy/releases/tag/1.2.1.208 +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://easytidy.luckyits.com/zh/ +- DocumentLabel: Wiki + DocumentUrl: https://github.com/SaboZhang/EasyTidy/wiki +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/e/EasyTidy/EasyTidy/1.2.1.208/EasyTidy.EasyTidy.yaml b/manifests/e/EasyTidy/EasyTidy/1.2.1.208/EasyTidy.EasyTidy.yaml new file mode 100644 index 0000000000000..6ee64323c5129 --- /dev/null +++ b/manifests/e/EasyTidy/EasyTidy/1.2.1.208/EasyTidy.EasyTidy.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.3 $debug=QUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: EasyTidy.EasyTidy +PackageVersion: 1.2.1.208 +DefaultLocale: en-US +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/EasyTier/EasyTier/2.2.2/EasyTier.EasyTier.installer.yaml b/manifests/e/EasyTier/EasyTier/2.2.2/EasyTier.EasyTier.installer.yaml new file mode 100644 index 0000000000000..bd5a942b9251b --- /dev/null +++ b/manifests/e/EasyTier/EasyTier/2.2.2/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.2 +InstallerType: nullsoft +Scope: user +UpgradeBehavior: install +ProductCode: easytier-gui +ReleaseDate: 2025-02-10 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/EasyTier/EasyTier/releases/download/v2.2.2/easytier-gui_2.2.2_x64-setup.exe + InstallerSha256: 52BF8630FAB2E08169E3976893CB8D3F90B159A973C2162715BBC534C63D324A +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/e/EasyTier/EasyTier/2.2.2/EasyTier.EasyTier.locale.en-US.yaml b/manifests/e/EasyTier/EasyTier/2.2.2/EasyTier.EasyTier.locale.en-US.yaml new file mode 100644 index 0000000000000..8677dd3b3c0a7 --- /dev/null +++ b/manifests/e/EasyTier/EasyTier/2.2.2/EasyTier.EasyTier.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: EasyTier.EasyTier +PackageVersion: 2.2.2 +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. + - add command easytier-cli proxy to show tcp/kcp proxy entries by @KKRainbow in https://github.com/EasyTier/EasyTier/pull/610 + - fix subnet to subnet kcp proxy by @KKRainbow in https://github.com/EasyTier/EasyTier/pull/612 + - update kcp-sys to fix unexpected disconnect by @KKRainbow in https://github.com/EasyTier/EasyTier/pull/613 + - fix tcp proxy not close properly by @KKRainbow in https://github.com/EasyTier/EasyTier/pull/615 + - fix gui label translate by @KKRainbow in https://github.com/EasyTier/EasyTier/pull/616 + Full Changelog: https://github.com/EasyTier/EasyTier/compare/v2.2.1...v2.2.2 +ReleaseNotesUrl: https://github.com/EasyTier/EasyTier/releases/tag/v2.2.2 +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.2/EasyTier.EasyTier.locale.zh-CN.yaml b/manifests/e/EasyTier/EasyTier/2.2.2/EasyTier.EasyTier.locale.zh-CN.yaml new file mode 100644 index 0000000000000..db56bbac92903 --- /dev/null +++ b/manifests/e/EasyTier/EasyTier/2.2.2/EasyTier.EasyTier.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: EasyTier.EasyTier +PackageVersion: 2.2.2 +PackageLocale: zh-CN +PackageUrl: https://easytier.rs/ +ShortDescription: 一个简单、安全、去中心化的内网穿透 VPN 组网方案 +Tags: +- 交换机 +- 以太网 +- 内网 +- 内网穿透 +- 网络 +ReleaseNotes: |- + 这是一个错误修复版本。 + - 添加命令 easytier-cli proxy 以显示 tcp/kcp 代理条目,作者:@KKRainbow,发布于 https://github.com/EasyTier/EasyTier/pull/610 + - 修复网对网 kcp 代理,作者:@KKRainbow,发布于 https://github.com/EasyTier/EasyTier/pull/612 + - 更新 kcp-sys 以修复意外断开连接,作者:@KKRainbow,发布于 https://github.com/EasyTier/EasyTier/pull/613 + - 修复 tcp 代理无法正确关闭,作者:@KKRainbow,发布于 https://github.com/EasyTier/EasyTier/pull/615 + - 修复 gui 标签翻译,作者:@KKRainbow,发布于 https://github.com/EasyTier/EasyTier/pull/616 + 完整更新日志: https://github.com/EasyTier/EasyTier/compare/v2.2.1...v2.2.2 + What's Changed + This is a bugfix version. + - add command easytier-cli proxy to show tcp/kcp proxy entries by @KKRainbow in https://github.com/EasyTier/EasyTier/pull/610 + - fix subnet to subnet kcp proxy by @KKRainbow in https://github.com/EasyTier/EasyTier/pull/612 + - update kcp-sys to fix unexpected disconnect by @KKRainbow in https://github.com/EasyTier/EasyTier/pull/613 + - fix tcp proxy not close properly by @KKRainbow in https://github.com/EasyTier/EasyTier/pull/615 + - fix gui label translate by @KKRainbow in https://github.com/EasyTier/EasyTier/pull/616 + Full Changelog: https://github.com/EasyTier/EasyTier/compare/v2.2.1...v2.2.2 +ReleaseNotesUrl: https://github.com/EasyTier/EasyTier/releases/tag/v2.2.2 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://easytier.rs/guide/introduction.html +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/e/EasyTier/EasyTier/2.2.2/EasyTier.EasyTier.yaml b/manifests/e/EasyTier/EasyTier/2.2.2/EasyTier.EasyTier.yaml new file mode 100644 index 0000000000000..96cba510c9960 --- /dev/null +++ b/manifests/e/EasyTier/EasyTier/2.2.2/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.2 +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/14.1.5.1252/EdrawSoft.EdrawMax.installer.yaml b/manifests/e/EdrawSoft/EdrawMax/14.1.5.1252/EdrawSoft.EdrawMax.installer.yaml new file mode 100644 index 0000000000000..2180b0fbbc008 --- /dev/null +++ b/manifests/e/EdrawSoft/EdrawMax/14.1.5.1252/EdrawSoft.EdrawMax.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: EdrawSoft.EdrawMax +PackageVersion: 14.1.5.1252 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +FileExtensions: +- eddx +- edt +- edx +- vsd +- vsdx +ProductCode: '{037BAB81-3DF7-4381-A72C-A26B57C03548}_is1' +Installers: +- Architecture: x64 + InstallerUrl: https://download.edrawsoft.com/cbs_down/edraw-max_64bit_14.1.5_gray_full5371.exe + InstallerSha256: 1B6C685602B060E46FD6021BCEC61A7FB44D80062D64C47561D97CFD2E5FBDBC +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/e/EdrawSoft/EdrawMax/14.1.5.1252/EdrawSoft.EdrawMax.locale.en-US.yaml b/manifests/e/EdrawSoft/EdrawMax/14.1.5.1252/EdrawSoft.EdrawMax.locale.en-US.yaml new file mode 100644 index 0000000000000..c324a62d1789a --- /dev/null +++ b/manifests/e/EdrawSoft/EdrawMax/14.1.5.1252/EdrawSoft.EdrawMax.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: EdrawSoft.EdrawMax +PackageVersion: 14.1.5.1252 +PackageLocale: en-US +Publisher: EdrawSoft Co.,Ltd. +PublisherUrl: https://www.edrawsoft.com/ +PublisherSupportUrl: https://www.edrawsoft.com/support/edrawmax/ +PrivacyUrl: https://www.edrawsoft.com/privacy-policy.html +Author: SHENZHEN EDRAW SOFTWARE CO., LTD. +PackageName: Wondershare EdrawMax +PackageUrl: https://www.edrawsoft.com/edraw-max/ +License: Proprietary +LicenseUrl: https://www.edrawsoft.com/user-license-agreement.html +Copyright: Copyright © 2024 EdrawSoft. All rights reserved. +CopyrightUrl: https://www.edrawsoft.com/terms-conditions.html +ShortDescription: An intuitive diagram software with templates for any scenario. +Description: EdrawMax is a powerful, all-in-one, and yet easy-to-use diagramming tool that enables users to visualize the ideas effortlessly. With EdrawMax, you can create and customize flowcharts, Venn diagrams, mind maps, organizational charts, Gantt charts, UML diagrams, electrical drawings, genograms, building plans, etc. +Tags: +- chart +- design +- diagram +- draw +- gantt +- graph +- graphics +- mind-map +- mind-mapping +- mindmap +- uml +ReleaseNotes: |- + 1. Flow Animation Enhancements: + a. Supports exporting flow animations in GIF format. + b. Added "Dotted Line" style for flow animations. + 2. New Page Sizes: + Added new page size options for Slides, including aspect ratios of 16:9 and 4:3. + 3. Connector Line Improvements: + Optimized connector settings to make lines easier to straighten. + 4. EMF Image Format Support: + a. You can now export to EMF image format. + b. Copying content to Word in EMF format is also supported. + 5. Other Updates: + General experience improvements and bug fixes. +ReleaseNotesUrl: https://www.edrawsoft.com/whats-new/edrawmax.html +PurchaseUrl: https://www.edrawsoft.com/pricing-edrawmax.html +Documentations: +- DocumentLabel: User Guide + DocumentUrl: https://www.edrawsoft.com/guide/edrawmax/ +- DocumentLabel: Tutorials + DocumentUrl: https://www.edrawsoft.com/video/#edrawmax +- DocumentLabel: FAQ + DocumentUrl: https://www.edrawsoft.com/faq/edrawmax/ +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/e/EdrawSoft/EdrawMax/14.1.5.1252/EdrawSoft.EdrawMax.locale.zh-CN.yaml b/manifests/e/EdrawSoft/EdrawMax/14.1.5.1252/EdrawSoft.EdrawMax.locale.zh-CN.yaml new file mode 100644 index 0000000000000..628a64f27b029 --- /dev/null +++ b/manifests/e/EdrawSoft/EdrawMax/14.1.5.1252/EdrawSoft.EdrawMax.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: EdrawSoft.EdrawMax +PackageVersion: 14.1.5.1252 +PackageLocale: zh-CN +Publisher: EdrawSoft Co.,Ltd. +PublisherUrl: https://www.edrawsoft.com/ +PublisherSupportUrl: https://www.edrawsoft.com/support/edrawmax/ +PrivacyUrl: https://www.edrawsoft.com/privacy-policy.html +Author: 深圳市亿图软件有限公司 +PackageName: Wondershare EdrawMax +PackageUrl: https://www.edrawsoft.com/edraw-max/ +License: 专有软件 +LicenseUrl: https://www.edrawsoft.com/user-license-agreement.html +Copyright: © 2024 深圳市亿图软件有限公司 版权所有 +CopyrightUrl: https://www.edrawsoft.com/terms-conditions.html +ShortDescription: 一款直观的图表软件,拥有适用于任何场景的模板 +Description: EdrawMax 是一款功能强大、多合一且易于使用的图表工具,使用户能够毫不费力地将想法可视化。您可以使用 EdrawMax 建立和自定义流程图、维恩图、思维导图、组织结构图、甘特图、UML 图表、电气图、家谱图、建筑计划等。 +Tags: +- uml +- 图形 +- 图示 +- 图表 +- 思维导图 +- 甘特图 +- 绘图 +- 脑图 +- 设计 +ReleaseNotesUrl: https://www.edrawsoft.com/whats-new/edrawmax.html +PurchaseUrl: https://www.edrawsoft.com/pricing-edrawmax.html +Documentations: +- DocumentLabel: 用户指南 + DocumentUrl: https://www.edrawsoft.com/guide/edrawmax/ +- DocumentLabel: 教程 + DocumentUrl: https://www.edrawsoft.com/video/#edrawmax +- DocumentLabel: 常见问题 + DocumentUrl: https://www.edrawsoft.com/faq/edrawmax/ +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/e/EdrawSoft/EdrawMax/14.1.5.1252/EdrawSoft.EdrawMax.yaml b/manifests/e/EdrawSoft/EdrawMax/14.1.5.1252/EdrawSoft.EdrawMax.yaml new file mode 100644 index 0000000000000..0fd3b0a349ad1 --- /dev/null +++ b/manifests/e/EdrawSoft/EdrawMax/14.1.5.1252/EdrawSoft.EdrawMax.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 +PackageVersion: 14.1.5.1252 +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/Elastic/Elasticsearch/8.17.2/Elastic.Elasticsearch.installer.yaml b/manifests/e/Elastic/Elasticsearch/8.17.2/Elastic.Elasticsearch.installer.yaml new file mode 100644 index 0000000000000..ed39aed4d6715 --- /dev/null +++ b/manifests/e/Elastic/Elasticsearch/8.17.2/Elastic.Elasticsearch.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: Elastic.Elasticsearch +PackageVersion: 8.17.2 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: elasticsearch-8.17.2\bin\elasticsearch-geoip.bat +- RelativeFilePath: elasticsearch-8.17.2\bin\elasticsearch-shard.bat +- RelativeFilePath: elasticsearch-8.17.2\bin\elasticsearch-keystore.bat +- RelativeFilePath: elasticsearch-8.17.2\bin\elasticsearch-env.bat +- RelativeFilePath: elasticsearch-8.17.2\bin\elasticsearch-plugin.bat +- RelativeFilePath: elasticsearch-8.17.2\bin\elasticsearch-cli.bat +- RelativeFilePath: elasticsearch-8.17.2\bin\elasticsearch.bat +- RelativeFilePath: elasticsearch-8.17.2\bin\elasticsearch-node.bat +- RelativeFilePath: elasticsearch-8.17.2\bin\elasticsearch-service.bat +- RelativeFilePath: elasticsearch-8.17.2\bin\elasticsearch-service-x64.exe +- RelativeFilePath: elasticsearch-8.17.2\bin\elasticsearch-service-mgr.exe +- RelativeFilePath: elasticsearch-8.17.2\bin\elasticsearch-croneval.bat +- RelativeFilePath: elasticsearch-8.17.2\bin\elasticsearch-syskeygen.bat +- RelativeFilePath: elasticsearch-8.17.2\bin\elasticsearch-sql-cli.bat +- RelativeFilePath: elasticsearch-8.17.2\bin\elasticsearch-setup-passwords.bat +- RelativeFilePath: elasticsearch-8.17.2\bin\elasticsearch-saml-metadata.bat +- RelativeFilePath: elasticsearch-8.17.2\bin\elasticsearch-create-enrollment-token.bat +- RelativeFilePath: elasticsearch-8.17.2\bin\elasticsearch-service-tokens.bat +- RelativeFilePath: elasticsearch-8.17.2\bin\elasticsearch-users.bat +- RelativeFilePath: elasticsearch-8.17.2\bin\elasticsearch-reset-password.bat +- RelativeFilePath: elasticsearch-8.17.2\bin\elasticsearch-certgen.bat +- RelativeFilePath: elasticsearch-8.17.2\bin\elasticsearch-certutil.bat +- RelativeFilePath: elasticsearch-8.17.2\bin\elasticsearch-reconfigure-node.bat +Commands: +- elasticsearch +ReleaseDate: 2025-02-11 +ArchiveBinariesDependOnPath: true +Installers: +- Architecture: x64 + InstallerUrl: https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.17.2-windows-x86_64.zip + InstallerSha256: 2CBF3A33A511F89656C9BC48E664CFE3F744877C086E867F6A5848306F55C79F +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/e/Elastic/Elasticsearch/8.17.2/Elastic.Elasticsearch.locale.en-US.yaml b/manifests/e/Elastic/Elasticsearch/8.17.2/Elastic.Elasticsearch.locale.en-US.yaml new file mode 100644 index 0000000000000..b7c1168ca8656 --- /dev/null +++ b/manifests/e/Elastic/Elasticsearch/8.17.2/Elastic.Elasticsearch.locale.en-US.yaml @@ -0,0 +1,66 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Elastic.Elasticsearch +PackageVersion: 8.17.2 +PackageLocale: en-US +Publisher: Elastic +PublisherUrl: https://www.elastic.co/ +PublisherSupportUrl: https://github.com/elastic/elasticsearch/issues +PrivacyUrl: https://www.elastic.co/legal/privacy-statement +Author: Elasticsearch B.V. +PackageName: Elasticsearch +PackageUrl: https://www.elastic.co/elasticsearch +License: Elastic-2.0 +LicenseUrl: https://github.com/elastic/elasticsearch/blob/HEAD/LICENSE.txt +Copyright: Copyright 2009-2024 Elasticsearch +CopyrightUrl: https://www.elastic.co/legal/trademarks +ShortDescription: Free and Open Source, Distributed, RESTful Search Engine +Description: Elasticsearch is an open source distributed, RESTful search and analytics engine, scalable data store, and vector database capable of addressing a growing number of use cases. As the heart of the Elastic Stack, it centrally stores your data for lightning-fast search, fine‑tuned relevancy, and powerful analytics that scale with ease. +Moniker: elasticsearch +Tags: +- search +- search-engine +ReleaseNotes: |- + Elasticsearch version 8.17.2 + + Coming in 8.17.2. + Also see Breaking changes in 8.17. + + Bug fixes + Authentication + - Fix NPE on disabled API auth key cache #120483 + Data streams + - Map scope.name as a dimension #120590 + ES|QL + - Use field_caps native nested fields filtering #117201 (issue: #117054) + Machine Learning + - Fix infer on and elasticsearch service endpoint created with a deployment id #121428 + - Fix inference update API calls with task_type in body or deployment_id defined #121231 + - Skip Usage stats update when ML is disabled #121559 (issue: #121532) + Mapping + - Fix synthetic source issue with deeply nested ignored source fields #121715 + - Lower _source.mode mapping attribute deprecation issue level #120059 + Ranking + - Fix LTR rescorer throws local model reference is null on multi-shards index when explained is enabled #120717 (issue: #120739) + - LTR sometines throw NullPointerException: Cannot read field "approximation" because "top" is null #120809 + - Normalize negative scores for text_similarity_reranker retriever #120930 (issue: #120201) + - Update Text Similarity Reranker to Properly Handle Aliases #120062 (issue: #119617) + Search + - Add back keep_alive to async_search.submit rest-api-spec #120781 + - Fix NPE caused by race condition in async search when minimise round trips is true #117504 + - Fix potential file leak in ES816BinaryQuantizedVectorsWriter #120014 (issue: #119981) + - Use approximation to advance matched queries #120133 (issue: #120130) + Snapshot/Restore + - Cheaper snapshot-related toString() impls #121283 + - Issue S3 web identity token refresh call with sufficient permissions #119748 (issue: #119747) + + Enhancements + Ingest Node + - Improve memory aspects of enrich cache #120256 (issues: #96050, #120021) +ReleaseNotesUrl: https://www.elastic.co/guide/en/elasticsearch/reference/8.17/release-notes-8.17.2.html +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://www.elastic.co/guide/en/elastic-stack/current/ +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/e/Elastic/Elasticsearch/8.17.2/Elastic.Elasticsearch.locale.zh-CN.yaml b/manifests/e/Elastic/Elasticsearch/8.17.2/Elastic.Elasticsearch.locale.zh-CN.yaml new file mode 100644 index 0000000000000..278c39546cb67 --- /dev/null +++ b/manifests/e/Elastic/Elasticsearch/8.17.2/Elastic.Elasticsearch.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: Elastic.Elasticsearch +PackageVersion: 8.17.2 +PackageLocale: zh-CN +PublisherUrl: https://www.elastic.co/cn/ +PrivacyUrl: https://www.elastic.co/cn/legal/privacy-statement +PackageUrl: https://www.elastic.co/cn/elasticsearch +CopyrightUrl: https://www.elastic.co/cn/legal/trademarks +ShortDescription: 免费、开源、分布式 RESTful 搜索引擎 +Description: Elasticsearch 是一个开源的分布式 RESTful 搜索和分析引擎、可扩展的数据存储和向量数据库,能够解决不断涌现出的各种用例。作为 Elastic Stack 的核心,Elasticsearch 会集中存储您的数据,让您飞快完成搜索,微调相关性,进行强大的分析,并轻松缩放规模。 +Tags: +- 搜索 +- 搜索引擎 +ReleaseNotesUrl: https://www.elastic.co/guide/en/elasticsearch/reference/8.17/release-notes-8.17.2.html +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://www.elastic.co/guide/en/elastic-stack/current/ +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/e/Elastic/Elasticsearch/8.17.2/Elastic.Elasticsearch.yaml b/manifests/e/Elastic/Elasticsearch/8.17.2/Elastic.Elasticsearch.yaml new file mode 100644 index 0000000000000..fdade38e46d68 --- /dev/null +++ b/manifests/e/Elastic/Elasticsearch/8.17.2/Elastic.Elasticsearch.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: Elastic.Elasticsearch +PackageVersion: 8.17.2 +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/Element/Element/1.11.92/Element.Element.installer.yaml b/manifests/e/Element/Element/1.11.92/Element.Element.installer.yaml new file mode 100644 index 0000000000000..e5c616a89b150 --- /dev/null +++ b/manifests/e/Element/Element/1.11.92/Element.Element.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: Element.Element +PackageVersion: 1.11.92 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent +UpgradeBehavior: install +Protocols: +- element +ProductCode: element-desktop +ReleaseDate: 2025-02-11 +Installers: +- Architecture: x86 + InstallerUrl: https://packages.element.io/desktop/install/win32/ia32/Element%20Setup%201.11.92.exe + InstallerSha256: DBA35F32A6A1099B1502A6FC8B730484BE0DE7FEACF6F067B3940D55191825A8 +- Architecture: x64 + InstallerUrl: https://packages.element.io/desktop/install/win32/x64/Element%20Setup%201.11.92.exe + InstallerSha256: 9ABDDB1BC192475B87867DBBBDE3CFB8EAFFCF0F2803CB7356C869017EAF46DB +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/e/Element/Element/1.11.92/Element.Element.locale.en-US.yaml b/manifests/e/Element/Element/1.11.92/Element.Element.locale.en-US.yaml new file mode 100644 index 0000000000000..d12e82f671742 --- /dev/null +++ b/manifests/e/Element/Element/1.11.92/Element.Element.locale.en-US.yaml @@ -0,0 +1,72 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Element.Element +PackageVersion: 1.11.92 +PackageLocale: en-US +Publisher: Element +PublisherUrl: https://element.io/ +PublisherSupportUrl: https://element.io/help +PrivacyUrl: https://element.io/privacy +Author: New Vector Ltd +PackageName: Element +PackageUrl: https://element.io/download +License: AGPL-3.0-only or GPL-3.0-only +LicenseUrl: https://github.com/element-hq/element-desktop/blob/HEAD/LICENSE-GPL-3.0 +Copyright: Copyright © 2024 Element +CopyrightUrl: https://element.io/copyright +ShortDescription: Secure collaboration and messaging +Description: Element is a Matrix-based end-to-end encrypted messenger and secure collaboration app. It’s decentralized for digital sovereign self-hosting, or through a hosting service such as Element Matrix Services. Element operates on the open Matrix network to provide interoperability and easy connections. +Moniker: element +Tags: +- chat +- collaborate +- collaboration +- encrypt +- encryption +- im +- instant-messaging +- matrix +- message +- privacy +- riot +- secure +- security +- send +- talk +ReleaseNotes: |- + ✨ Features + - Enable fuse EnableEmbeddedAsarIntegrityValidation (#1979). Contributed by @t3chguy. + - Update electron-builder and harden fuse configuration (#2106). Contributed by @t3chguy. + - [Backport staging] Log when we show, and hide, encryption setup toasts (#29238). Contributed by @richvdh. + - Make profile header section match the designs (#29163). Contributed by @MidhunSureshR. + - Always show back button in the right panel (#29128). Contributed by @MidhunSureshR. + - Schedule dehydration on reload if the dehydration key is already cached locally (#29021). Contributed by @uhoreg. + - update to twemoji 15.1.0 (#29115). Contributed by @ara4n. + - Update matrix-widget-api (#29112). Contributed by @toger5. + - Allow navigating through the memberlist using up/down keys (#28949). Contributed by @MidhunSureshR. + - Style room header icons and facepile for toggled state (#28968). Contributed by @MidhunSureshR. + - Move threads header below base card header (#28969). Contributed by @MidhunSureshR. + - Add Advanced section to the user settings encryption tab (#28804). Contributed by @florianduros. + - Fix outstanding UX issues with replies/mentions/keyword notifs (#28270). Contributed by @taffyko. + - Distinguish room state and timeline events when dealing with widgets (#28681). Contributed by @robintown. + - Switch OIDC primarily to new /auth_metadata API (#29019). Contributed by @t3chguy. + - More memberlist changes (#29069). Contributed by @MidhunSureshR. + 🐛 Bug Fixes + - [Backport staging] Wire up the "Forgot recovery key" button for the "Key storage out of sync" toast (#29190). Contributed by @RiotRobot. + - Encryption tab: hide Advanced section when the key storage is out of sync (#29129). Contributed by @florianduros. + - Fix share button in discovery settings being disabled incorrectly (#29151). Contributed by @t3chguy. + - Ensure switching rooms does not wrongly focus timeline search (#29153). Contributed by @t3chguy. + - Stop showing a dialog prompting the user to enter an old recovery key (#29143). Contributed by @richvdh. + - Make themed widgets reflect the effective theme (#28342). Contributed by @robintown. + - support non-VS16 emoji ligatures in TwemojiMozilla (#29100). Contributed by @ara4n. + - e2e test: Verify session with the encryption tab instead of the security & privacy tab (#29090). Contributed by @florianduros. + - Work around cloudflare R2 / aws client incompatability (#29086). Contributed by @dbkr. + - Fix identity server settings visibility (#29083). Contributed by @dbkr. +ReleaseNotesUrl: https://github.com/element-hq/element-desktop/releases/tag/v1.11.92 +PurchaseUrl: https://element.io/pricing +Documentations: +- DocumentLabel: User Guide + DocumentUrl: https://element.io/user-guide +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/e/Element/Element/1.11.92/Element.Element.locale.zh-CN.yaml b/manifests/e/Element/Element/1.11.92/Element.Element.locale.zh-CN.yaml new file mode 100644 index 0000000000000..2a00154878da1 --- /dev/null +++ b/manifests/e/Element/Element/1.11.92/Element.Element.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: Element.Element +PackageVersion: 1.11.92 +PackageLocale: zh-CN +Publisher: Element +PublisherUrl: https://element.io/ +PublisherSupportUrl: https://element.io/help +PrivacyUrl: https://element.io/privacy +Author: New Vector Ltd +PackageName: Element +PackageUrl: https://element.io/download +License: AGPL-3.0-only 或 GPL-3.0-only +LicenseUrl: https://github.com/element-hq/element-desktop/blob/HEAD/LICENSE-GPL-3.0 +Copyright: Copyright © 2024 Element +CopyrightUrl: https://element.io/copyright +ShortDescription: 安全协作和通讯 +Description: Element 是一款基于 Matrix 的端到端加密通讯和安全协作应用。它是去中心化的,可由数字主权机构自行托管,或通过 Element Matrix Services 等托管服务托管。Element 在开放的 Matrix 网络上运行,提供互操作性和便捷的连接。 +Tags: +- matrix +- riot +- 信息 +- 加密 +- 协作 +- 协同 +- 发送 +- 安全 +- 消息 +- 聊天 +- 隐私 +ReleaseNotesUrl: https://github.com/element-hq/element-desktop/releases/tag/v1.11.92 +PurchaseUrl: https://element.io/pricing +Documentations: +- DocumentLabel: 用户指南 + DocumentUrl: https://element.io/user-guide +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/e/Element/Element/1.11.92/Element.Element.yaml b/manifests/e/Element/Element/1.11.92/Element.Element.yaml new file mode 100644 index 0000000000000..47b09c58f5637 --- /dev/null +++ b/manifests/e/Element/Element/1.11.92/Element.Element.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: Element.Element +PackageVersion: 1.11.92 +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/Emurasoft/EmEditor/20.8.1/Emurasoft.EmEditor.installer.yaml b/manifests/e/Emurasoft/EmEditor/20.8.1/Emurasoft.EmEditor.installer.yaml index c5f9a26a56d05..449964450679a 100644 --- a/manifests/e/Emurasoft/EmEditor/20.8.1/Emurasoft.EmEditor.installer.yaml +++ b/manifests/e/Emurasoft/EmEditor/20.8.1/Emurasoft.EmEditor.installer.yaml @@ -1,31 +1,27 @@ -# 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: Emurasoft.EmEditor PackageVersion: 20.8.1 -MinimumOSVersion: 10.0.0.0 -Platform: +InstallerLocale: en-US +Platform: - Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: msi +Scope: machine InstallModes: - interactive - silent - silentWithProgress +UpgradeBehavior: install Installers: - Architecture: x64 - InstallerType: msi InstallerUrl: https://emeditor.blob.core.windows.net/emed64_20.8.1.msi InstallerSha256: 02344A0F4019BA0DE3A3D691EC0F9BCA1D52CDAD906BC6F314E359B7A98D7D0C - ProductCode: "{4CC1E959-6A31-4CF7-92E5-53ED64F68EA7}" - Scope: machine - InstallerLocale: en-US - UpgradeBehavior: install + ProductCode: '{4CC1E959-6A31-4CF7-92E5-53ED64F68EA7}' - Architecture: x86 - InstallerType: msi InstallerUrl: https://emeditor.blob.core.windows.net/emed32_20.8.1.msi InstallerSha256: 08CD3BC73AA6E6352394061B2E9BA01A5724B0EFD695036EDA87DF3C4CB70D5E - ProductCode: "{E15BDCD0-F6EB-4416-8F9C-32BA1A0CC141}" - Scope: machine - InstallerLocale: en-US - UpgradeBehavior: install + ProductCode: '{E15BDCD0-F6EB-4416-8F9C-32BA1A0CC141}' ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/20.8.1/Emurasoft.EmEditor.locale.en-US.yaml b/manifests/e/Emurasoft/EmEditor/20.8.1/Emurasoft.EmEditor.locale.en-US.yaml index 600b946c161f1..8556e2dc4216d 100644 --- a/manifests/e/Emurasoft/EmEditor/20.8.1/Emurasoft.EmEditor.locale.en-US.yaml +++ b/manifests/e/Emurasoft/EmEditor/20.8.1/Emurasoft.EmEditor.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: Emurasoft.EmEditor PackageVersion: 20.8.1 @@ -20,5 +20,10 @@ Description: a text editor supporting very large files, CSV, macros, and plugins Moniker: emeditor Tags: - emeditor +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/20.8.1/Emurasoft.EmEditor.yaml b/manifests/e/Emurasoft/EmEditor/20.8.1/Emurasoft.EmEditor.yaml index 426c27483ff28..b72e5393ec6a4 100644 --- a/manifests/e/Emurasoft/EmEditor/20.8.1/Emurasoft.EmEditor.yaml +++ b/manifests/e/Emurasoft/EmEditor/20.8.1/Emurasoft.EmEditor.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: Emurasoft.EmEditor PackageVersion: 20.8.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/20.9.0/Emurasoft.EmEditor.installer.yaml b/manifests/e/Emurasoft/EmEditor/20.9.0/Emurasoft.EmEditor.installer.yaml index c69a4f4deca61..fa56111131e48 100644 --- a/manifests/e/Emurasoft/EmEditor/20.9.0/Emurasoft.EmEditor.installer.yaml +++ b/manifests/e/Emurasoft/EmEditor/20.9.0/Emurasoft.EmEditor.installer.yaml @@ -1,31 +1,27 @@ -# 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: Emurasoft.EmEditor PackageVersion: 20.9.0 -MinimumOSVersion: 10.0.0.0 -Platform: +InstallerLocale: en-US +Platform: - Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: msi +Scope: user InstallModes: - interactive - silent - silentWithProgress +UpgradeBehavior: install Installers: - Architecture: x64 - InstallerType: msi InstallerUrl: https://emeditor.blob.core.windows.net/emed64_20.9.0.msi InstallerSha256: 6FDEDD3EB72DC7DBE7D0B6FF736FB368171BE318E44232BCC623641FE0672C12 - ProductCode: "{E8C4F8A8-B1CE-4555-AFD8-AFD37E7E9EF1}" - Scope: user - InstallerLocale: en-US - UpgradeBehavior: install + ProductCode: '{E8C4F8A8-B1CE-4555-AFD8-AFD37E7E9EF1}' - Architecture: x86 - InstallerType: msi InstallerUrl: https://emeditor.blob.core.windows.net/emed32_20.9.0.msi InstallerSha256: 7B73BB71693E66AE17EA027A9A9A4D3C3387E2722F361A5C8C421F1CA4093A99 - ProductCode: "{95E6ACBE-F7DB-415F-907E-0E10BBAE59CC}" - Scope: user - InstallerLocale: en-US - UpgradeBehavior: install + ProductCode: '{95E6ACBE-F7DB-415F-907E-0E10BBAE59CC}' ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/20.9.0/Emurasoft.EmEditor.locale.en-US.yaml b/manifests/e/Emurasoft/EmEditor/20.9.0/Emurasoft.EmEditor.locale.en-US.yaml index 553ed989fafce..22a737db2655e 100644 --- a/manifests/e/Emurasoft/EmEditor/20.9.0/Emurasoft.EmEditor.locale.en-US.yaml +++ b/manifests/e/Emurasoft/EmEditor/20.9.0/Emurasoft.EmEditor.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: Emurasoft.EmEditor PackageVersion: 20.9.0 @@ -20,5 +20,10 @@ Description: a text editor supporting very large files, CSV, macros, and plugins Moniker: emeditor Tags: - emeditor +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/20.9.0/Emurasoft.EmEditor.yaml b/manifests/e/Emurasoft/EmEditor/20.9.0/Emurasoft.EmEditor.yaml index 06f5c2a913e8d..25f9ad495d58b 100644 --- a/manifests/e/Emurasoft/EmEditor/20.9.0/Emurasoft.EmEditor.yaml +++ b/manifests/e/Emurasoft/EmEditor/20.9.0/Emurasoft.EmEditor.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: Emurasoft.EmEditor PackageVersion: 20.9.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/20.9.1/Emurasoft.EmEditor.installer.yaml b/manifests/e/Emurasoft/EmEditor/20.9.1/Emurasoft.EmEditor.installer.yaml index cc1757d867ec3..df7e98f400ca8 100644 --- a/manifests/e/Emurasoft/EmEditor/20.9.1/Emurasoft.EmEditor.installer.yaml +++ b/manifests/e/Emurasoft/EmEditor/20.9.1/Emurasoft.EmEditor.installer.yaml @@ -1,31 +1,27 @@ -# 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: Emurasoft.EmEditor PackageVersion: 20.9.1 -MinimumOSVersion: 10.0.0.0 -Platform: +InstallerLocale: en-US +Platform: - Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: msi +Scope: user InstallModes: - interactive - silent - silentWithProgress +UpgradeBehavior: install Installers: - Architecture: x64 - InstallerType: msi InstallerUrl: https://emeditor.blob.core.windows.net/emed64_20.9.1.msi InstallerSha256: 411825A7FBF4817A007FA6F1478CD4D7D4FDA2A7FA71B7EF2EC8C35F2CC97263 ProductCode: '{13F9F859-C701-41E8-8E09-B7F41D5633CE}' - Scope: user - InstallerLocale: en-US - UpgradeBehavior: install - Architecture: x86 - InstallerType: msi InstallerUrl: https://emeditor.blob.core.windows.net/emed32_20.9.1.msi InstallerSha256: 1EA7D9DBE964C0C9EBDCA6A97C207FC0989DE333A127C02897A28C4CD28AFC91 ProductCode: '{AA8071BE-BCE7-4285-8247-85F34F0C2EE1}' - Scope: user - InstallerLocale: en-US - UpgradeBehavior: install ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/20.9.1/Emurasoft.EmEditor.locale.en-US.yaml b/manifests/e/Emurasoft/EmEditor/20.9.1/Emurasoft.EmEditor.locale.en-US.yaml index 2ded390861c64..44a282a880aac 100644 --- a/manifests/e/Emurasoft/EmEditor/20.9.1/Emurasoft.EmEditor.locale.en-US.yaml +++ b/manifests/e/Emurasoft/EmEditor/20.9.1/Emurasoft.EmEditor.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: Emurasoft.EmEditor PackageVersion: 20.9.1 @@ -20,5 +20,10 @@ Description: a text editor supporting very large files, CSV, macros, and plugins Moniker: emeditor Tags: - emeditor +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/20.9.1/Emurasoft.EmEditor.yaml b/manifests/e/Emurasoft/EmEditor/20.9.1/Emurasoft.EmEditor.yaml index e3ffab98051c7..d0baceafbbaf7 100644 --- a/manifests/e/Emurasoft/EmEditor/20.9.1/Emurasoft.EmEditor.yaml +++ b/manifests/e/Emurasoft/EmEditor/20.9.1/Emurasoft.EmEditor.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: Emurasoft.EmEditor PackageVersion: 20.9.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/20.9.2/Emurasoft.EmEditor.installer.yaml b/manifests/e/Emurasoft/EmEditor/20.9.2/Emurasoft.EmEditor.installer.yaml index 3a40d25eb7093..4244116953490 100644 --- a/manifests/e/Emurasoft/EmEditor/20.9.2/Emurasoft.EmEditor.installer.yaml +++ b/manifests/e/Emurasoft/EmEditor/20.9.2/Emurasoft.EmEditor.installer.yaml @@ -1,33 +1,29 @@ -# 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: Emurasoft.EmEditor PackageVersion: 20.9.2 +InstallerLocale: en-US Platform: - Windows.Desktop MinimumOSVersion: 10.0.0.0 +InstallerType: msi +Scope: user InstallModes: - interactive - silent - silentWithProgress +UpgradeBehavior: install Commands: - emeditor Installers: -- InstallerLocale: en-US - Architecture: x64 - InstallerType: msi - Scope: user +- Architecture: x64 InstallerUrl: https://emeditor.blob.core.windows.net/emed64_20.9.2.msi InstallerSha256: E7E85E04CE376161CD768009C84947D7696D8AE6479F282548E84A96A2ACD7E6 - UpgradeBehavior: install ProductCode: '{8D60AE07-F18B-4749-8D13-226EB65BD802}' -- InstallerLocale: en-US - Architecture: x86 - InstallerType: msi - Scope: user +- Architecture: x86 InstallerUrl: https://emeditor.blob.core.windows.net/emed32_20.9.2.msi InstallerSha256: E3860C646F754767C802B31E0C1450E3EE04007E55A13A18AFE5DD05B9F41B9F - UpgradeBehavior: install ProductCode: '{D1E9412E-C984-48DD-B8FF-0F044E073D2D}' ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/20.9.2/Emurasoft.EmEditor.locale.en-US.yaml b/manifests/e/Emurasoft/EmEditor/20.9.2/Emurasoft.EmEditor.locale.en-US.yaml index ae00ed0ecc328..005fb64203f38 100644 --- a/manifests/e/Emurasoft/EmEditor/20.9.2/Emurasoft.EmEditor.locale.en-US.yaml +++ b/manifests/e/Emurasoft/EmEditor/20.9.2/Emurasoft.EmEditor.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: Emurasoft.EmEditor PackageVersion: 20.9.2 @@ -22,5 +22,10 @@ Tags: - editor - notepad - software-development +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/20.9.2/Emurasoft.EmEditor.yaml b/manifests/e/Emurasoft/EmEditor/20.9.2/Emurasoft.EmEditor.yaml index 6afd5ec0c5444..cebce2db12b47 100644 --- a/manifests/e/Emurasoft/EmEditor/20.9.2/Emurasoft.EmEditor.yaml +++ b/manifests/e/Emurasoft/EmEditor/20.9.2/Emurasoft.EmEditor.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: Emurasoft.EmEditor PackageVersion: 20.9.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/21.1.0/Emurasoft.EmEditor.installer.yaml b/manifests/e/Emurasoft/EmEditor/21.1.0/Emurasoft.EmEditor.installer.yaml index 2839dbd059694..44d71f819fc7e 100644 --- a/manifests/e/Emurasoft/EmEditor/21.1.0/Emurasoft.EmEditor.installer.yaml +++ b/manifests/e/Emurasoft/EmEditor/21.1.0/Emurasoft.EmEditor.installer.yaml @@ -1,30 +1,27 @@ -# 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: Emurasoft.EmEditor PackageVersion: 21.1.0 -MinimumOSVersion: 10.0.0.0 -Platform: +InstallerLocale: en-US +Platform: - Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: msi +Scope: user InstallModes: - interactive - silent - silentWithProgress +UpgradeBehavior: install Installers: - Architecture: x64 - InstallerType: msi InstallerUrl: https://emeditor.blob.core.windows.net/emed64_21.1.0.msi InstallerSha256: B567FB67130100A05668557B6D4DFE720711E9317F43C15BE330CA4CD3709233 ProductCode: '{F7B23400-A231-43DE-AD63-0B7D87341954}' - Scope: user - InstallerLocale: en-US - UpgradeBehavior: install - Architecture: x86 - InstallerType: msi InstallerUrl: https://emeditor.blob.core.windows.net/emed32_21.1.0.msi InstallerSha256: CB35A16D1405A812B71CAA7ED2D0EC7CB7981BC3C7237E3CA689945C86321D77 ProductCode: '{17E6FB95-2096-43DE-90F9-D376E5A72FD5}' - Scope: user - InstallerLocale: en-US - UpgradeBehavior: install ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/21.1.0/Emurasoft.EmEditor.locale.en-US.yaml b/manifests/e/Emurasoft/EmEditor/21.1.0/Emurasoft.EmEditor.locale.en-US.yaml index 6947acf14141e..a65b976fb5531 100644 --- a/manifests/e/Emurasoft/EmEditor/21.1.0/Emurasoft.EmEditor.locale.en-US.yaml +++ b/manifests/e/Emurasoft/EmEditor/21.1.0/Emurasoft.EmEditor.locale.en-US.yaml @@ -1,4 +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: Emurasoft.EmEditor PackageVersion: 21.1.0 @@ -19,5 +20,10 @@ Description: a text editor supporting very large files, CSV, macros, and plugins Moniker: emeditor Tags: - emeditor +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/21.1.0/Emurasoft.EmEditor.yaml b/manifests/e/Emurasoft/EmEditor/21.1.0/Emurasoft.EmEditor.yaml index a5752250ed2c2..a413705e9624d 100644 --- a/manifests/e/Emurasoft/EmEditor/21.1.0/Emurasoft.EmEditor.yaml +++ b/manifests/e/Emurasoft/EmEditor/21.1.0/Emurasoft.EmEditor.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: Emurasoft.EmEditor PackageVersion: 21.1.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/21.1.1/Emurasoft.EmEditor.installer.yaml b/manifests/e/Emurasoft/EmEditor/21.1.1/Emurasoft.EmEditor.installer.yaml index c432f8e5f40bc..64cf2e32d9a5b 100644 --- a/manifests/e/Emurasoft/EmEditor/21.1.1/Emurasoft.EmEditor.installer.yaml +++ b/manifests/e/Emurasoft/EmEditor/21.1.1/Emurasoft.EmEditor.installer.yaml @@ -1,30 +1,27 @@ -# 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: Emurasoft.EmEditor PackageVersion: 21.1.1 -MinimumOSVersion: 10.0.0.0 -Platform: +InstallerLocale: en-US +Platform: - Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: msi +Scope: user InstallModes: - interactive - silent - silentWithProgress +UpgradeBehavior: install Installers: - Architecture: x64 - InstallerType: msi InstallerUrl: https://emeditor.blob.core.windows.net/emed64_21.1.1.msi InstallerSha256: DA5D5A6B0664E959199265425545713819A9F505A3EE859F48451B59EB9A65CB ProductCode: '{AE83F859-A3B8-41EA-82EF-6F21F692C0B5}' - Scope: user - InstallerLocale: en-US - UpgradeBehavior: install - Architecture: x86 - InstallerType: msi InstallerUrl: https://emeditor.blob.core.windows.net/emed32_21.1.1.msi InstallerSha256: D310CA42B9AA0F6D72E7567D7326E144FE588EFBBE67D7355D1F73CBE293BED7 ProductCode: '{53858031-9E64-4394-B6D4-546705D77A33}' - Scope: user - InstallerLocale: en-US - UpgradeBehavior: install ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/21.1.1/Emurasoft.EmEditor.locale.en-US.yaml b/manifests/e/Emurasoft/EmEditor/21.1.1/Emurasoft.EmEditor.locale.en-US.yaml index 9b1f4c2179a50..730137342ceb2 100644 --- a/manifests/e/Emurasoft/EmEditor/21.1.1/Emurasoft.EmEditor.locale.en-US.yaml +++ b/manifests/e/Emurasoft/EmEditor/21.1.1/Emurasoft.EmEditor.locale.en-US.yaml @@ -1,4 +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: Emurasoft.EmEditor PackageVersion: 21.1.1 @@ -19,5 +20,10 @@ Description: a text editor supporting very large files, CSV, macros, and plugins Moniker: emeditor Tags: - emeditor +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/21.1.1/Emurasoft.EmEditor.yaml b/manifests/e/Emurasoft/EmEditor/21.1.1/Emurasoft.EmEditor.yaml index 4bd91d2ee26dc..b4f0e4cc87d04 100644 --- a/manifests/e/Emurasoft/EmEditor/21.1.1/Emurasoft.EmEditor.yaml +++ b/manifests/e/Emurasoft/EmEditor/21.1.1/Emurasoft.EmEditor.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: Emurasoft.EmEditor PackageVersion: 21.1.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/21.1.2/Emurasoft.EmEditor.installer.yaml b/manifests/e/Emurasoft/EmEditor/21.1.2/Emurasoft.EmEditor.installer.yaml index 67901f789fae8..ace7413496cea 100644 --- a/manifests/e/Emurasoft/EmEditor/21.1.2/Emurasoft.EmEditor.installer.yaml +++ b/manifests/e/Emurasoft/EmEditor/21.1.2/Emurasoft.EmEditor.installer.yaml @@ -1,30 +1,27 @@ -# 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: Emurasoft.EmEditor PackageVersion: 21.1.2 -MinimumOSVersion: 10.0.0.0 -Platform: +InstallerLocale: en-US +Platform: - Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: msi +Scope: user InstallModes: - interactive - silent - silentWithProgress +UpgradeBehavior: install Installers: - Architecture: x64 - InstallerType: msi InstallerUrl: https://emeditor.blob.core.windows.net/emed64_21.1.2.msi InstallerSha256: 4B9E3BB491F5BF6E9FFDBB230EFBC1F5E487B5E6E44EA588C8155219A05047E8 ProductCode: '{02215C95-3EB9-4B24-BDA1-AB8EA74FF1F8}' - Scope: user - InstallerLocale: en-US - UpgradeBehavior: install - Architecture: x86 - InstallerType: msi InstallerUrl: https://emeditor.blob.core.windows.net/emed32_21.1.2.msi InstallerSha256: C6F30BC606CB961E3613E80C4EF6548EB8A88C2A7F5888FCE5F1E4C732EE6D8C ProductCode: '{21993C31-D54F-4D9A-9DF7-B66410F50BCD}' - Scope: user - InstallerLocale: en-US - UpgradeBehavior: install ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/21.1.2/Emurasoft.EmEditor.locale.en-US.yaml b/manifests/e/Emurasoft/EmEditor/21.1.2/Emurasoft.EmEditor.locale.en-US.yaml index 071e865af1b0c..ce0fa4fcd57ce 100644 --- a/manifests/e/Emurasoft/EmEditor/21.1.2/Emurasoft.EmEditor.locale.en-US.yaml +++ b/manifests/e/Emurasoft/EmEditor/21.1.2/Emurasoft.EmEditor.locale.en-US.yaml @@ -1,4 +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: Emurasoft.EmEditor PackageVersion: 21.1.2 @@ -19,5 +20,10 @@ Description: a text editor supporting very large files, CSV, macros, and plugins Moniker: emeditor Tags: - emeditor +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/21.1.2/Emurasoft.EmEditor.yaml b/manifests/e/Emurasoft/EmEditor/21.1.2/Emurasoft.EmEditor.yaml index deb203ee62812..4cb2b6b443607 100644 --- a/manifests/e/Emurasoft/EmEditor/21.1.2/Emurasoft.EmEditor.yaml +++ b/manifests/e/Emurasoft/EmEditor/21.1.2/Emurasoft.EmEditor.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: Emurasoft.EmEditor PackageVersion: 21.1.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/21.1.3/Emurasoft.EmEditor.installer.yaml b/manifests/e/Emurasoft/EmEditor/21.1.3/Emurasoft.EmEditor.installer.yaml index fdc6a0e6aed81..a38a5b1b84af5 100644 --- a/manifests/e/Emurasoft/EmEditor/21.1.3/Emurasoft.EmEditor.installer.yaml +++ b/manifests/e/Emurasoft/EmEditor/21.1.3/Emurasoft.EmEditor.installer.yaml @@ -1,30 +1,27 @@ -# 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: Emurasoft.EmEditor PackageVersion: 21.1.3 -MinimumOSVersion: 10.0.0.0 -Platform: +InstallerLocale: en-US +Platform: - Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: msi +Scope: user InstallModes: - interactive - silent - silentWithProgress +UpgradeBehavior: install Installers: - Architecture: x64 - InstallerType: msi InstallerUrl: https://emeditor.blob.core.windows.net/emed64_21.1.3.msi InstallerSha256: F55B1395D204DB31E369B6250D1E2E1F30F527D3602D7969F9286F340A01A58D ProductCode: '{D4DACAE3-3979-4E5E-AA16-E35DC49A2615}' - Scope: user - InstallerLocale: en-US - UpgradeBehavior: install - Architecture: x86 - InstallerType: msi InstallerUrl: https://emeditor.blob.core.windows.net/emed32_21.1.3.msi InstallerSha256: A7BB4E89A7F9372FBBB5C5AA36E2C3E879653D05D89C412285D98611311AEC96 ProductCode: '{C595CBDF-9C47-4BFA-870F-23FE1B406DA6}' - Scope: user - InstallerLocale: en-US - UpgradeBehavior: install ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/21.1.3/Emurasoft.EmEditor.locale.en-US.yaml b/manifests/e/Emurasoft/EmEditor/21.1.3/Emurasoft.EmEditor.locale.en-US.yaml index 8eea0410ecc8a..edbd491e88bf5 100644 --- a/manifests/e/Emurasoft/EmEditor/21.1.3/Emurasoft.EmEditor.locale.en-US.yaml +++ b/manifests/e/Emurasoft/EmEditor/21.1.3/Emurasoft.EmEditor.locale.en-US.yaml @@ -1,4 +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: Emurasoft.EmEditor PackageVersion: 21.1.3 @@ -19,5 +20,10 @@ Description: a text editor supporting very large files, CSV, macros, and plugins Moniker: emeditor Tags: - emeditor +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/21.1.3/Emurasoft.EmEditor.yaml b/manifests/e/Emurasoft/EmEditor/21.1.3/Emurasoft.EmEditor.yaml index 45ffeb1e2a99c..348fa464558db 100644 --- a/manifests/e/Emurasoft/EmEditor/21.1.3/Emurasoft.EmEditor.yaml +++ b/manifests/e/Emurasoft/EmEditor/21.1.3/Emurasoft.EmEditor.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: Emurasoft.EmEditor PackageVersion: 21.1.3 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/21.1.4/Emurasoft.EmEditor.installer.yaml b/manifests/e/Emurasoft/EmEditor/21.1.4/Emurasoft.EmEditor.installer.yaml index 766f2b6b3f10c..120594251e363 100644 --- a/manifests/e/Emurasoft/EmEditor/21.1.4/Emurasoft.EmEditor.installer.yaml +++ b/manifests/e/Emurasoft/EmEditor/21.1.4/Emurasoft.EmEditor.installer.yaml @@ -1,30 +1,27 @@ -# 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: Emurasoft.EmEditor PackageVersion: 21.1.4 -MinimumOSVersion: 10.0.0.0 -Platform: +InstallerLocale: en-US +Platform: - Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: msi +Scope: user InstallModes: - interactive - silent - silentWithProgress +UpgradeBehavior: install Installers: - Architecture: x64 - InstallerType: msi InstallerUrl: https://emeditor.blob.core.windows.net/emed64_21.1.4.msi InstallerSha256: C3262FF578BD2A307D9A264EBFCDF9BD43A9E93D3AB62282CC05034608EB5017 ProductCode: '{32F8C1B2-872F-4247-8EA1-5D5F9ECF3B21}' - Scope: user - InstallerLocale: en-US - UpgradeBehavior: install - Architecture: x86 - InstallerType: msi InstallerUrl: https://emeditor.blob.core.windows.net/emed32_21.1.4.msi InstallerSha256: ED4470CC9C41B2FEE437988C32EE7BF0F94ECE059410C8832ABAC148BB47AAA2 ProductCode: '{77C1EDFE-C1B7-4EE6-BE2A-77B97E85BDC3}' - Scope: user - InstallerLocale: en-US - UpgradeBehavior: install ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/21.1.4/Emurasoft.EmEditor.locale.en-US.yaml b/manifests/e/Emurasoft/EmEditor/21.1.4/Emurasoft.EmEditor.locale.en-US.yaml index efb1c97a8f43e..daa2ec0c272b6 100644 --- a/manifests/e/Emurasoft/EmEditor/21.1.4/Emurasoft.EmEditor.locale.en-US.yaml +++ b/manifests/e/Emurasoft/EmEditor/21.1.4/Emurasoft.EmEditor.locale.en-US.yaml @@ -1,4 +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: Emurasoft.EmEditor PackageVersion: 21.1.4 @@ -19,5 +20,10 @@ Description: a text editor supporting very large files, CSV, macros, and plugins Moniker: emeditor Tags: - emeditor +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/21.1.4/Emurasoft.EmEditor.yaml b/manifests/e/Emurasoft/EmEditor/21.1.4/Emurasoft.EmEditor.yaml index 506870556afb9..fc1616bd7f584 100644 --- a/manifests/e/Emurasoft/EmEditor/21.1.4/Emurasoft.EmEditor.yaml +++ b/manifests/e/Emurasoft/EmEditor/21.1.4/Emurasoft.EmEditor.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: Emurasoft.EmEditor PackageVersion: 21.1.4 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/21.1.5/Emurasoft.EmEditor.installer.yaml b/manifests/e/Emurasoft/EmEditor/21.1.5/Emurasoft.EmEditor.installer.yaml index 6250568095382..77abb7cc0b24c 100644 --- a/manifests/e/Emurasoft/EmEditor/21.1.5/Emurasoft.EmEditor.installer.yaml +++ b/manifests/e/Emurasoft/EmEditor/21.1.5/Emurasoft.EmEditor.installer.yaml @@ -1,30 +1,27 @@ -# 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: Emurasoft.EmEditor PackageVersion: 21.1.5 -MinimumOSVersion: 10.0.0.0 -Platform: +InstallerLocale: en-US +Platform: - Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: msi +Scope: user InstallModes: - interactive - silent - silentWithProgress +UpgradeBehavior: install Installers: - Architecture: x64 - InstallerType: msi InstallerUrl: https://emeditor.blob.core.windows.net/emed64_21.1.5.msi InstallerSha256: A5368DDE3D8843851B77C3B8D81A5E6A6484A35BB378AE3D16FA0F523125EAD3 ProductCode: '{006BB05F-02C7-4AD9-BCFE-5F58CE9AE253}' - Scope: user - InstallerLocale: en-US - UpgradeBehavior: install - Architecture: x86 - InstallerType: msi InstallerUrl: https://emeditor.blob.core.windows.net/emed32_21.1.5.msi InstallerSha256: 3770CA3A0FA6B3EBDAD9C83BD9DC002446B52766CC5AC746935012DCCA0791CB ProductCode: '{8D21B0E1-0B04-4984-B8C0-9C02AECC7B4D}' - Scope: user - InstallerLocale: en-US - UpgradeBehavior: install ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/21.1.5/Emurasoft.EmEditor.locale.en-US.yaml b/manifests/e/Emurasoft/EmEditor/21.1.5/Emurasoft.EmEditor.locale.en-US.yaml index 0f5aeca008b98..bcff0cf55b76b 100644 --- a/manifests/e/Emurasoft/EmEditor/21.1.5/Emurasoft.EmEditor.locale.en-US.yaml +++ b/manifests/e/Emurasoft/EmEditor/21.1.5/Emurasoft.EmEditor.locale.en-US.yaml @@ -1,4 +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: Emurasoft.EmEditor PackageVersion: 21.1.5 @@ -19,5 +20,10 @@ Description: a text editor supporting very large files, CSV, macros, and plugins Moniker: emeditor Tags: - emeditor +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/21.1.5/Emurasoft.EmEditor.yaml b/manifests/e/Emurasoft/EmEditor/21.1.5/Emurasoft.EmEditor.yaml index c94ea761d60a1..6d038eba6ed3b 100644 --- a/manifests/e/Emurasoft/EmEditor/21.1.5/Emurasoft.EmEditor.yaml +++ b/manifests/e/Emurasoft/EmEditor/21.1.5/Emurasoft.EmEditor.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: Emurasoft.EmEditor PackageVersion: 21.1.5 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/21.2.0/Emurasoft.EmEditor.installer.yaml b/manifests/e/Emurasoft/EmEditor/21.2.0/Emurasoft.EmEditor.installer.yaml index 72062c9bf2e16..a351b19f4b603 100644 --- a/manifests/e/Emurasoft/EmEditor/21.2.0/Emurasoft.EmEditor.installer.yaml +++ b/manifests/e/Emurasoft/EmEditor/21.2.0/Emurasoft.EmEditor.installer.yaml @@ -1,30 +1,27 @@ -# 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: Emurasoft.EmEditor PackageVersion: 21.2.0 -MinimumOSVersion: 10.0.0.0 -Platform: +InstallerLocale: en-US +Platform: - Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: msi +Scope: user InstallModes: - interactive - silent - silentWithProgress +UpgradeBehavior: install Installers: - Architecture: x64 - InstallerType: msi InstallerUrl: https://emeditor.blob.core.windows.net/emed64_21.2.0.msi InstallerSha256: B4C8777B8E7DD1A3579B23751B1196A679F4E01561ABBF75512B7712A5D18520 ProductCode: '{C89EBF63-DF87-4BD3-AA61-F61AED4BE350}' - Scope: user - InstallerLocale: en-US - UpgradeBehavior: install - Architecture: x86 - InstallerType: msi InstallerUrl: https://emeditor.blob.core.windows.net/emed32_21.2.0.msi InstallerSha256: 3DAE1FEB88B0AFB427348D426A8E7F4E0853EC69322B4A1186664F0A2CBF3AD5 ProductCode: '{E5E0939A-F5BD-4905-A238-AE54D79795B0}' - Scope: user - InstallerLocale: en-US - UpgradeBehavior: install ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/21.2.0/Emurasoft.EmEditor.locale.en-US.yaml b/manifests/e/Emurasoft/EmEditor/21.2.0/Emurasoft.EmEditor.locale.en-US.yaml index 131abf96f8df0..f77abf1e54272 100644 --- a/manifests/e/Emurasoft/EmEditor/21.2.0/Emurasoft.EmEditor.locale.en-US.yaml +++ b/manifests/e/Emurasoft/EmEditor/21.2.0/Emurasoft.EmEditor.locale.en-US.yaml @@ -1,4 +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: Emurasoft.EmEditor PackageVersion: 21.2.0 @@ -19,5 +20,10 @@ Description: a text editor supporting very large files, CSV, macros, and plugins Moniker: emeditor Tags: - emeditor +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/21.2.0/Emurasoft.EmEditor.yaml b/manifests/e/Emurasoft/EmEditor/21.2.0/Emurasoft.EmEditor.yaml index 85b983cb62ca7..01db03bc0b869 100644 --- a/manifests/e/Emurasoft/EmEditor/21.2.0/Emurasoft.EmEditor.yaml +++ b/manifests/e/Emurasoft/EmEditor/21.2.0/Emurasoft.EmEditor.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: Emurasoft.EmEditor PackageVersion: 21.2.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/21.2.1/Emurasoft.EmEditor.installer.yaml b/manifests/e/Emurasoft/EmEditor/21.2.1/Emurasoft.EmEditor.installer.yaml index 0f7c595609b4a..608618303de3b 100644 --- a/manifests/e/Emurasoft/EmEditor/21.2.1/Emurasoft.EmEditor.installer.yaml +++ b/manifests/e/Emurasoft/EmEditor/21.2.1/Emurasoft.EmEditor.installer.yaml @@ -1,30 +1,27 @@ -# 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: Emurasoft.EmEditor PackageVersion: 21.2.1 -MinimumOSVersion: 10.0.0.0 -Platform: +InstallerLocale: en-US +Platform: - Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: msi +Scope: user InstallModes: - interactive - silent - silentWithProgress +UpgradeBehavior: install Installers: - Architecture: x64 - InstallerType: msi InstallerUrl: https://emeditor.blob.core.windows.net/emed64_21.2.1.msi InstallerSha256: ED2240F0F8A531BED430B07BF329E399AA5DF33254B75046B18AED77AC0212D3 ProductCode: '{BEE25247-C5E2-40A4-8D8B-B22BB52EE27D}' - Scope: user - InstallerLocale: en-US - UpgradeBehavior: install - Architecture: x86 - InstallerType: msi InstallerUrl: https://emeditor.blob.core.windows.net/emed32_21.2.1.msi InstallerSha256: 474DD4F87D8C99F7228999C088C6A691B87C358B0791BBCA01A9999868970934 ProductCode: '{E524EDB4-ACC1-4FD1-AF31-A2C73FA923D6}' - Scope: user - InstallerLocale: en-US - UpgradeBehavior: install ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/21.2.1/Emurasoft.EmEditor.locale.en-US.yaml b/manifests/e/Emurasoft/EmEditor/21.2.1/Emurasoft.EmEditor.locale.en-US.yaml index 0c2eb52f14ebf..9edaef44f1182 100644 --- a/manifests/e/Emurasoft/EmEditor/21.2.1/Emurasoft.EmEditor.locale.en-US.yaml +++ b/manifests/e/Emurasoft/EmEditor/21.2.1/Emurasoft.EmEditor.locale.en-US.yaml @@ -1,4 +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: Emurasoft.EmEditor PackageVersion: 21.2.1 @@ -19,5 +20,10 @@ Description: a text editor supporting very large files, CSV, macros, and plugins Moniker: emeditor Tags: - emeditor +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/21.2.1/Emurasoft.EmEditor.yaml b/manifests/e/Emurasoft/EmEditor/21.2.1/Emurasoft.EmEditor.yaml index 422706e5908d8..bb1d70078e96f 100644 --- a/manifests/e/Emurasoft/EmEditor/21.2.1/Emurasoft.EmEditor.yaml +++ b/manifests/e/Emurasoft/EmEditor/21.2.1/Emurasoft.EmEditor.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: Emurasoft.EmEditor PackageVersion: 21.2.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/21.3.0/Emurasoft.EmEditor.installer.yaml b/manifests/e/Emurasoft/EmEditor/21.3.0/Emurasoft.EmEditor.installer.yaml index 04f4eab99a768..5c847b421bb57 100644 --- a/manifests/e/Emurasoft/EmEditor/21.3.0/Emurasoft.EmEditor.installer.yaml +++ b/manifests/e/Emurasoft/EmEditor/21.3.0/Emurasoft.EmEditor.installer.yaml @@ -1,30 +1,27 @@ -# 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: Emurasoft.EmEditor PackageVersion: 21.3.0 -MinimumOSVersion: 10.0.0.0 -Platform: +InstallerLocale: en-US +Platform: - Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: msi +Scope: user InstallModes: - interactive - silent - silentWithProgress +UpgradeBehavior: install Installers: - Architecture: x64 - InstallerType: msi InstallerUrl: https://emeditor.blob.core.windows.net/emed64_21.3.0.msi InstallerSha256: C622D5CBED34F52823FCC56B3DEAD9ED886F9B4ABC1592C098AC070753D01CE0 ProductCode: '{9F2F115D-A6D5-488D-BBBD-6CB2CA6AD0F3}' - Scope: user - InstallerLocale: en-US - UpgradeBehavior: install - Architecture: x86 - InstallerType: msi InstallerUrl: https://emeditor.blob.core.windows.net/emed32_21.3.0.msi InstallerSha256: 12B5046F42796D0D4CC3C993516D7E2073E7A75CFA12785F962B733DCBAEF2BC ProductCode: '{1195534A-5284-4B02-87D7-4B08449BCA20}' - Scope: user - InstallerLocale: en-US - UpgradeBehavior: install ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/21.3.0/Emurasoft.EmEditor.locale.en-US.yaml b/manifests/e/Emurasoft/EmEditor/21.3.0/Emurasoft.EmEditor.locale.en-US.yaml index f6f2d6adf37ae..a0c6db230e3e6 100644 --- a/manifests/e/Emurasoft/EmEditor/21.3.0/Emurasoft.EmEditor.locale.en-US.yaml +++ b/manifests/e/Emurasoft/EmEditor/21.3.0/Emurasoft.EmEditor.locale.en-US.yaml @@ -1,4 +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: Emurasoft.EmEditor PackageVersion: 21.3.0 @@ -19,5 +20,10 @@ Description: a text editor supporting very large files, CSV, macros, and plugins Moniker: emeditor Tags: - emeditor +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/21.3.0/Emurasoft.EmEditor.yaml b/manifests/e/Emurasoft/EmEditor/21.3.0/Emurasoft.EmEditor.yaml index bd76ac55afa80..c601e520b873f 100644 --- a/manifests/e/Emurasoft/EmEditor/21.3.0/Emurasoft.EmEditor.yaml +++ b/manifests/e/Emurasoft/EmEditor/21.3.0/Emurasoft.EmEditor.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: Emurasoft.EmEditor PackageVersion: 21.3.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/21.4.0/Emurasoft.EmEditor.installer.yaml b/manifests/e/Emurasoft/EmEditor/21.4.0/Emurasoft.EmEditor.installer.yaml index 24d4eda2edf3c..758993ae8e9d6 100644 --- a/manifests/e/Emurasoft/EmEditor/21.4.0/Emurasoft.EmEditor.installer.yaml +++ b/manifests/e/Emurasoft/EmEditor/21.4.0/Emurasoft.EmEditor.installer.yaml @@ -1,30 +1,27 @@ -# 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: Emurasoft.EmEditor PackageVersion: 21.4.0 -MinimumOSVersion: 10.0.0.0 -Platform: +InstallerLocale: en-US +Platform: - Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: msi +Scope: user InstallModes: - interactive - silent - silentWithProgress +UpgradeBehavior: install Installers: - Architecture: x64 - InstallerType: msi InstallerUrl: https://emeditor.blob.core.windows.net/emed64_21.4.0.msi InstallerSha256: 6F2874B73385E40DD02E45870AE3CE6FACCC2E1881FC746E0FC21969326C883E ProductCode: '{196C4FDA-8E5A-4DBF-9436-AC2337F654F8}' - Scope: user - InstallerLocale: en-US - UpgradeBehavior: install - Architecture: x86 - InstallerType: msi InstallerUrl: https://emeditor.blob.core.windows.net/emed32_21.4.0.msi InstallerSha256: C7045822FADB22FED57F706F11BD599F276A6FC1181EA53F1EE920A8BCEC7DE4 ProductCode: '{7A1A5096-B155-4FA4-9BF8-2AB4ED600EDC}' - Scope: user - InstallerLocale: en-US - UpgradeBehavior: install ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/21.4.0/Emurasoft.EmEditor.locale.en-US.yaml b/manifests/e/Emurasoft/EmEditor/21.4.0/Emurasoft.EmEditor.locale.en-US.yaml index 8ba626c79dd29..8768f58faacc5 100644 --- a/manifests/e/Emurasoft/EmEditor/21.4.0/Emurasoft.EmEditor.locale.en-US.yaml +++ b/manifests/e/Emurasoft/EmEditor/21.4.0/Emurasoft.EmEditor.locale.en-US.yaml @@ -1,4 +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: Emurasoft.EmEditor PackageVersion: 21.4.0 @@ -19,5 +20,10 @@ Description: a text editor supporting very large files, CSV, macros, and plugins Moniker: emeditor Tags: - emeditor +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/21.4.0/Emurasoft.EmEditor.yaml b/manifests/e/Emurasoft/EmEditor/21.4.0/Emurasoft.EmEditor.yaml index 4c7fd53b403f9..fe8593f9af01f 100644 --- a/manifests/e/Emurasoft/EmEditor/21.4.0/Emurasoft.EmEditor.yaml +++ b/manifests/e/Emurasoft/EmEditor/21.4.0/Emurasoft.EmEditor.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: Emurasoft.EmEditor PackageVersion: 21.4.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/21.4.1/Emurasoft.EmEditor.installer.yaml b/manifests/e/Emurasoft/EmEditor/21.4.1/Emurasoft.EmEditor.installer.yaml index 609d20f8defd7..e75ab042d1140 100644 --- a/manifests/e/Emurasoft/EmEditor/21.4.1/Emurasoft.EmEditor.installer.yaml +++ b/manifests/e/Emurasoft/EmEditor/21.4.1/Emurasoft.EmEditor.installer.yaml @@ -1,30 +1,27 @@ -# 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: Emurasoft.EmEditor PackageVersion: 21.4.1 -MinimumOSVersion: 10.0.0.0 -Platform: +InstallerLocale: en-US +Platform: - Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: msi +Scope: user InstallModes: - interactive - silent - silentWithProgress +UpgradeBehavior: install Installers: - Architecture: x64 - InstallerType: msi InstallerUrl: https://emeditor.blob.core.windows.net/emed64_21.4.1.msi InstallerSha256: 5547F9A18269F528025524D8994DBEEB64396185238A913E42CC35135FA285BA ProductCode: '{F0959E64-3E3E-4E29-8DE1-1520F81DEA60}' - Scope: user - InstallerLocale: en-US - UpgradeBehavior: install - Architecture: x86 - InstallerType: msi InstallerUrl: https://emeditor.blob.core.windows.net/emed32_21.4.1.msi InstallerSha256: C9E1A465B01DDB6EB63E2A9E96C2777F803EB56ECFE086B3C07B15659DC51558 ProductCode: '{F546121A-3DDE-4174-9570-A20CD5038CA3}' - Scope: user - InstallerLocale: en-US - UpgradeBehavior: install ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/21.4.1/Emurasoft.EmEditor.locale.en-US.yaml b/manifests/e/Emurasoft/EmEditor/21.4.1/Emurasoft.EmEditor.locale.en-US.yaml index 95358485c3f03..71e5565727983 100644 --- a/manifests/e/Emurasoft/EmEditor/21.4.1/Emurasoft.EmEditor.locale.en-US.yaml +++ b/manifests/e/Emurasoft/EmEditor/21.4.1/Emurasoft.EmEditor.locale.en-US.yaml @@ -1,4 +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: Emurasoft.EmEditor PackageVersion: 21.4.1 @@ -19,5 +20,10 @@ Description: a text editor supporting very large files, CSV, macros, and plugins Moniker: emeditor Tags: - emeditor +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/21.4.1/Emurasoft.EmEditor.yaml b/manifests/e/Emurasoft/EmEditor/21.4.1/Emurasoft.EmEditor.yaml index a5573ef80f8f7..53a85e684c585 100644 --- a/manifests/e/Emurasoft/EmEditor/21.4.1/Emurasoft.EmEditor.yaml +++ b/manifests/e/Emurasoft/EmEditor/21.4.1/Emurasoft.EmEditor.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: Emurasoft.EmEditor PackageVersion: 21.4.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/21.5.0/Emurasoft.EmEditor.installer.yaml b/manifests/e/Emurasoft/EmEditor/21.5.0/Emurasoft.EmEditor.installer.yaml index 9d17a358e46bb..968790070ee6d 100644 --- a/manifests/e/Emurasoft/EmEditor/21.5.0/Emurasoft.EmEditor.installer.yaml +++ b/manifests/e/Emurasoft/EmEditor/21.5.0/Emurasoft.EmEditor.installer.yaml @@ -1,30 +1,27 @@ -# 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: Emurasoft.EmEditor PackageVersion: 21.5.0 -MinimumOSVersion: 10.0.0.0 -Platform: +InstallerLocale: en-US +Platform: - Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: msi +Scope: user InstallModes: - interactive - silent - silentWithProgress +UpgradeBehavior: install Installers: - Architecture: x64 - InstallerType: msi InstallerUrl: https://emeditor.blob.core.windows.net/emed64_21.5.0.msi InstallerSha256: 0CB0EE6CE4B3D1D937497FBDF91F85F37F7077A5513F7F77C230FB66FD964991 ProductCode: '{85D0B202-57F8-47C8-9189-7C4210371F9E}' - Scope: user - InstallerLocale: en-US - UpgradeBehavior: install - Architecture: x86 - InstallerType: msi InstallerUrl: https://emeditor.blob.core.windows.net/emed32_21.5.0.msi InstallerSha256: 42D803DB89C6CDB6F057DAB734FF1DA5F1BCE2CE68337ECB0C8B6121C9F4F5FD ProductCode: '{808A8416-9AA9-4773-B6E6-AE7E5DF30040}' - Scope: user - InstallerLocale: en-US - UpgradeBehavior: install ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/21.5.0/Emurasoft.EmEditor.locale.en-US.yaml b/manifests/e/Emurasoft/EmEditor/21.5.0/Emurasoft.EmEditor.locale.en-US.yaml index 2576b2349448c..e33e62f425d58 100644 --- a/manifests/e/Emurasoft/EmEditor/21.5.0/Emurasoft.EmEditor.locale.en-US.yaml +++ b/manifests/e/Emurasoft/EmEditor/21.5.0/Emurasoft.EmEditor.locale.en-US.yaml @@ -1,4 +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: Emurasoft.EmEditor PackageVersion: 21.5.0 @@ -19,5 +20,10 @@ Description: a text editor supporting very large files, CSV, macros, and plugins Moniker: emeditor Tags: - emeditor +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/21.5.0/Emurasoft.EmEditor.yaml b/manifests/e/Emurasoft/EmEditor/21.5.0/Emurasoft.EmEditor.yaml index f06781d5fc4ec..14444ad0345bf 100644 --- a/manifests/e/Emurasoft/EmEditor/21.5.0/Emurasoft.EmEditor.yaml +++ b/manifests/e/Emurasoft/EmEditor/21.5.0/Emurasoft.EmEditor.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: Emurasoft.EmEditor PackageVersion: 21.5.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/21.5.1/Emurasoft.EmEditor.installer.yaml b/manifests/e/Emurasoft/EmEditor/21.5.1/Emurasoft.EmEditor.installer.yaml index dc9b77ce656f6..ab7afc9804566 100644 --- a/manifests/e/Emurasoft/EmEditor/21.5.1/Emurasoft.EmEditor.installer.yaml +++ b/manifests/e/Emurasoft/EmEditor/21.5.1/Emurasoft.EmEditor.installer.yaml @@ -1,30 +1,27 @@ -# 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: Emurasoft.EmEditor PackageVersion: 21.5.1 -MinimumOSVersion: 10.0.0.0 -Platform: +InstallerLocale: en-US +Platform: - Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: msi +Scope: user InstallModes: - interactive - silent - silentWithProgress +UpgradeBehavior: install Installers: - Architecture: x64 - InstallerType: msi InstallerUrl: https://emeditor.blob.core.windows.net/emed64_21.5.1.msi InstallerSha256: 07DCDBA0BF746B40A7F3E41817D8D6AE057AE622CDEB41C13B06DFED09DE6B82 ProductCode: '{0EE8D6EC-F0DE-4BFC-8C1F-34664F5679A0}' - Scope: user - InstallerLocale: en-US - UpgradeBehavior: install - Architecture: x86 - InstallerType: msi InstallerUrl: https://emeditor.blob.core.windows.net/emed32_21.5.1.msi InstallerSha256: CA537193676675D95550A3CDCEA3B0396CAB85DBB039C6F13251CB7CEB0731C0 ProductCode: '{1FD640F9-F8B8-40EA-AD83-D4A730292BDD}' - Scope: user - InstallerLocale: en-US - UpgradeBehavior: install ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/21.5.1/Emurasoft.EmEditor.locale.en-US.yaml b/manifests/e/Emurasoft/EmEditor/21.5.1/Emurasoft.EmEditor.locale.en-US.yaml index 510ae3de4faf6..d2cc4841e059c 100644 --- a/manifests/e/Emurasoft/EmEditor/21.5.1/Emurasoft.EmEditor.locale.en-US.yaml +++ b/manifests/e/Emurasoft/EmEditor/21.5.1/Emurasoft.EmEditor.locale.en-US.yaml @@ -1,4 +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: Emurasoft.EmEditor PackageVersion: 21.5.1 @@ -19,5 +20,10 @@ Description: a text editor supporting very large files, CSV, macros, and plugins Moniker: emeditor Tags: - emeditor +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/21.5.1/Emurasoft.EmEditor.yaml b/manifests/e/Emurasoft/EmEditor/21.5.1/Emurasoft.EmEditor.yaml index 60cf9f5ff7914..3ecbb74072602 100644 --- a/manifests/e/Emurasoft/EmEditor/21.5.1/Emurasoft.EmEditor.yaml +++ b/manifests/e/Emurasoft/EmEditor/21.5.1/Emurasoft.EmEditor.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: Emurasoft.EmEditor PackageVersion: 21.5.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/21.5.2/Emurasoft.EmEditor.installer.yaml b/manifests/e/Emurasoft/EmEditor/21.5.2/Emurasoft.EmEditor.installer.yaml index 0df503ef6c9fc..dc560f8b01a4e 100644 --- a/manifests/e/Emurasoft/EmEditor/21.5.2/Emurasoft.EmEditor.installer.yaml +++ b/manifests/e/Emurasoft/EmEditor/21.5.2/Emurasoft.EmEditor.installer.yaml @@ -1,30 +1,27 @@ -# 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: Emurasoft.EmEditor PackageVersion: 21.5.2 -MinimumOSVersion: 10.0.0.0 -Platform: +InstallerLocale: en-US +Platform: - Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: msi +Scope: user InstallModes: - interactive - silent - silentWithProgress +UpgradeBehavior: install Installers: - Architecture: x64 - InstallerType: msi InstallerUrl: https://emeditor.blob.core.windows.net/emed64_21.5.2.msi InstallerSha256: 16672C0568327595005A120A70BD5498844F9AC018669DBA2A694D7CA669FB51 ProductCode: '{4DBD6033-1886-4D47-8795-E74CD2B7EA92}' - Scope: user - InstallerLocale: en-US - UpgradeBehavior: install - Architecture: x86 - InstallerType: msi InstallerUrl: https://emeditor.blob.core.windows.net/emed32_21.5.2.msi InstallerSha256: 793387CC088AFEC73CA5242FA3399A1398BFC12B663162EB5C5605052F34120C ProductCode: '{C93AEE4A-C961-4CD2-9739-E521B3C5AAA8}' - Scope: user - InstallerLocale: en-US - UpgradeBehavior: install ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/21.5.2/Emurasoft.EmEditor.locale.en-US.yaml b/manifests/e/Emurasoft/EmEditor/21.5.2/Emurasoft.EmEditor.locale.en-US.yaml index 1868593c4a093..73aebc5f8401f 100644 --- a/manifests/e/Emurasoft/EmEditor/21.5.2/Emurasoft.EmEditor.locale.en-US.yaml +++ b/manifests/e/Emurasoft/EmEditor/21.5.2/Emurasoft.EmEditor.locale.en-US.yaml @@ -1,4 +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: Emurasoft.EmEditor PackageVersion: 21.5.2 @@ -19,5 +20,10 @@ Description: a text editor supporting very large files, CSV, macros, and plugins Moniker: emeditor Tags: - emeditor +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/21.5.2/Emurasoft.EmEditor.yaml b/manifests/e/Emurasoft/EmEditor/21.5.2/Emurasoft.EmEditor.yaml index df44cc5a34d28..00a4a45fd326b 100644 --- a/manifests/e/Emurasoft/EmEditor/21.5.2/Emurasoft.EmEditor.yaml +++ b/manifests/e/Emurasoft/EmEditor/21.5.2/Emurasoft.EmEditor.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: Emurasoft.EmEditor PackageVersion: 21.5.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/21.6.0/Emurasoft.EmEditor.installer.yaml b/manifests/e/Emurasoft/EmEditor/21.6.0/Emurasoft.EmEditor.installer.yaml index 30460da4daf51..51a133cfd8c6d 100644 --- a/manifests/e/Emurasoft/EmEditor/21.6.0/Emurasoft.EmEditor.installer.yaml +++ b/manifests/e/Emurasoft/EmEditor/21.6.0/Emurasoft.EmEditor.installer.yaml @@ -1,30 +1,27 @@ -# 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: Emurasoft.EmEditor PackageVersion: 21.6.0 -MinimumOSVersion: 10.0.0.0 -Platform: +InstallerLocale: en-US +Platform: - Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: msi +Scope: user InstallModes: - interactive - silent - silentWithProgress +UpgradeBehavior: install Installers: - Architecture: x64 - InstallerType: msi InstallerUrl: https://emeditor.blob.core.windows.net/emed64_21.6.0.msi InstallerSha256: 3CDED28E57422965DDF1DA996A224BE92091E7D4270C142C91670E408A2FB4CC ProductCode: '{D2C65067-21FE-41AA-8F70-7615671321F7}' - Scope: user - InstallerLocale: en-US - UpgradeBehavior: install - Architecture: x86 - InstallerType: msi InstallerUrl: https://emeditor.blob.core.windows.net/emed32_21.6.0.msi InstallerSha256: 19E268D566B2048BEEFB6E3BA2DCA4AD627192D48CB4AC47FB56995338FDD3E0 ProductCode: '{89C0ECE8-F8C9-4494-A502-77EF4AE257D8}' - Scope: user - InstallerLocale: en-US - UpgradeBehavior: install ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/21.6.0/Emurasoft.EmEditor.locale.en-US.yaml b/manifests/e/Emurasoft/EmEditor/21.6.0/Emurasoft.EmEditor.locale.en-US.yaml index 86ccd332c26b8..669b5e8231786 100644 --- a/manifests/e/Emurasoft/EmEditor/21.6.0/Emurasoft.EmEditor.locale.en-US.yaml +++ b/manifests/e/Emurasoft/EmEditor/21.6.0/Emurasoft.EmEditor.locale.en-US.yaml @@ -1,4 +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: Emurasoft.EmEditor PackageVersion: 21.6.0 @@ -19,5 +20,10 @@ Description: a text editor supporting very large files, CSV, macros, and plugins Moniker: emeditor Tags: - emeditor +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/21.6.0/Emurasoft.EmEditor.yaml b/manifests/e/Emurasoft/EmEditor/21.6.0/Emurasoft.EmEditor.yaml index 392a4a67265e4..d615bd639c735 100644 --- a/manifests/e/Emurasoft/EmEditor/21.6.0/Emurasoft.EmEditor.yaml +++ b/manifests/e/Emurasoft/EmEditor/21.6.0/Emurasoft.EmEditor.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: Emurasoft.EmEditor PackageVersion: 21.6.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/21.6.1/Emurasoft.EmEditor.installer.yaml b/manifests/e/Emurasoft/EmEditor/21.6.1/Emurasoft.EmEditor.installer.yaml index 920c2a9fadb44..26850a6d0434c 100644 --- a/manifests/e/Emurasoft/EmEditor/21.6.1/Emurasoft.EmEditor.installer.yaml +++ b/manifests/e/Emurasoft/EmEditor/21.6.1/Emurasoft.EmEditor.installer.yaml @@ -1,30 +1,27 @@ -# 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: Emurasoft.EmEditor PackageVersion: 21.6.1 -MinimumOSVersion: 10.0.0.0 -Platform: +InstallerLocale: en-US +Platform: - Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: msi +Scope: user InstallModes: - interactive - silent - silentWithProgress +UpgradeBehavior: install Installers: - Architecture: x64 - InstallerType: msi InstallerUrl: https://emeditor.blob.core.windows.net/emed64_21.6.1.msi InstallerSha256: 81253B1EBDFC3A773C0CE2F16C200B4BDF6226F44727E494342EB4DBB1BE85A3 ProductCode: '{4C899909-E235-4522-9BCB-3F1901B271CA}' - Scope: user - InstallerLocale: en-US - UpgradeBehavior: install - Architecture: x86 - InstallerType: msi InstallerUrl: https://emeditor.blob.core.windows.net/emed32_21.6.1.msi InstallerSha256: 637D3699600B4AABA0AFF908369B7AD682E3524CC7C5BBD73447512629270FFA ProductCode: '{235B3B3E-E8E8-48AB-8B01-78C141914A46}' - Scope: user - InstallerLocale: en-US - UpgradeBehavior: install ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/21.6.1/Emurasoft.EmEditor.locale.en-US.yaml b/manifests/e/Emurasoft/EmEditor/21.6.1/Emurasoft.EmEditor.locale.en-US.yaml index 0904442758915..6823605ac456d 100644 --- a/manifests/e/Emurasoft/EmEditor/21.6.1/Emurasoft.EmEditor.locale.en-US.yaml +++ b/manifests/e/Emurasoft/EmEditor/21.6.1/Emurasoft.EmEditor.locale.en-US.yaml @@ -1,4 +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: Emurasoft.EmEditor PackageVersion: 21.6.1 @@ -19,5 +20,10 @@ Description: a text editor supporting very large files, CSV, macros, and plugins Moniker: emeditor Tags: - emeditor +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/21.6.1/Emurasoft.EmEditor.yaml b/manifests/e/Emurasoft/EmEditor/21.6.1/Emurasoft.EmEditor.yaml index 8a327e5490c30..e8526cab046ab 100644 --- a/manifests/e/Emurasoft/EmEditor/21.6.1/Emurasoft.EmEditor.yaml +++ b/manifests/e/Emurasoft/EmEditor/21.6.1/Emurasoft.EmEditor.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: Emurasoft.EmEditor PackageVersion: 21.6.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/21.7.0/Emurasoft.EmEditor.installer.yaml b/manifests/e/Emurasoft/EmEditor/21.7.0/Emurasoft.EmEditor.installer.yaml index 9e9e080f9246b..d3021c29872ae 100644 --- a/manifests/e/Emurasoft/EmEditor/21.7.0/Emurasoft.EmEditor.installer.yaml +++ b/manifests/e/Emurasoft/EmEditor/21.7.0/Emurasoft.EmEditor.installer.yaml @@ -1,30 +1,27 @@ -# 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: Emurasoft.EmEditor PackageVersion: 21.7.0 -MinimumOSVersion: 10.0.0.0 -Platform: +InstallerLocale: en-US +Platform: - Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: msi +Scope: user InstallModes: - interactive - silent - silentWithProgress +UpgradeBehavior: install Installers: - Architecture: x64 - InstallerType: msi InstallerUrl: https://emeditor.blob.core.windows.net/emed64_21.7.0.msi InstallerSha256: 63E9A7E458433CE188D8D107EB1D73400BEC492E881744AAD0CA58D760E98C73 ProductCode: '{28EB3298-783D-49B9-8035-3C10ED1114D3}' - Scope: user - InstallerLocale: en-US - UpgradeBehavior: install - Architecture: x86 - InstallerType: msi InstallerUrl: https://emeditor.blob.core.windows.net/emed32_21.7.0.msi InstallerSha256: 0406C7657EB1E69FF847F13872A36803BF9073D50E200CC8AD1547F0B583FB3A ProductCode: '{4F628B28-0F47-4B80-8BE0-ED837F705933}' - Scope: user - InstallerLocale: en-US - UpgradeBehavior: install ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/21.7.0/Emurasoft.EmEditor.locale.en-US.yaml b/manifests/e/Emurasoft/EmEditor/21.7.0/Emurasoft.EmEditor.locale.en-US.yaml index 13b822e80ffd8..115cda3b6b79f 100644 --- a/manifests/e/Emurasoft/EmEditor/21.7.0/Emurasoft.EmEditor.locale.en-US.yaml +++ b/manifests/e/Emurasoft/EmEditor/21.7.0/Emurasoft.EmEditor.locale.en-US.yaml @@ -1,4 +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: Emurasoft.EmEditor PackageVersion: 21.7.0 @@ -19,5 +20,10 @@ Description: a text editor supporting very large files, CSV, macros, and plugins Moniker: emeditor Tags: - emeditor +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/21.7.0/Emurasoft.EmEditor.yaml b/manifests/e/Emurasoft/EmEditor/21.7.0/Emurasoft.EmEditor.yaml index d2841e7c8704d..c2e0b3f0a5d93 100644 --- a/manifests/e/Emurasoft/EmEditor/21.7.0/Emurasoft.EmEditor.yaml +++ b/manifests/e/Emurasoft/EmEditor/21.7.0/Emurasoft.EmEditor.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: Emurasoft.EmEditor PackageVersion: 21.7.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/21.7.1/Emurasoft.EmEditor.installer.yaml b/manifests/e/Emurasoft/EmEditor/21.7.1/Emurasoft.EmEditor.installer.yaml index 649cc98521d3c..0bea33811bd36 100644 --- a/manifests/e/Emurasoft/EmEditor/21.7.1/Emurasoft.EmEditor.installer.yaml +++ b/manifests/e/Emurasoft/EmEditor/21.7.1/Emurasoft.EmEditor.installer.yaml @@ -1,30 +1,27 @@ -# 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: Emurasoft.EmEditor PackageVersion: 21.7.1 -MinimumOSVersion: 10.0.0.0 -Platform: +InstallerLocale: en-US +Platform: - Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: msi +Scope: user InstallModes: - interactive - silent - silentWithProgress +UpgradeBehavior: install Installers: - Architecture: x64 - InstallerType: msi InstallerUrl: https://emeditor.blob.core.windows.net/emed64_21.7.1.msi InstallerSha256: 0D407E1D7114730E097CE2658502EDE4F1930C8542D615A7D066BCF84403E67A ProductCode: '{DE16EC91-68A8-4E34-8B59-24C3CEEE508B}' - Scope: user - InstallerLocale: en-US - UpgradeBehavior: install - Architecture: x86 - InstallerType: msi InstallerUrl: https://emeditor.blob.core.windows.net/emed32_21.7.1.msi InstallerSha256: D04592E84C1DF0B053742A5B57AE1418D0427F8BE3501B58D8ECC68EE75CDD60 ProductCode: '{78581BAD-48EA-4682-ACAF-E59C740089C3}' - Scope: user - InstallerLocale: en-US - UpgradeBehavior: install ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/21.7.1/Emurasoft.EmEditor.locale.en-US.yaml b/manifests/e/Emurasoft/EmEditor/21.7.1/Emurasoft.EmEditor.locale.en-US.yaml index 72f9d2418a454..71a565d73529a 100644 --- a/manifests/e/Emurasoft/EmEditor/21.7.1/Emurasoft.EmEditor.locale.en-US.yaml +++ b/manifests/e/Emurasoft/EmEditor/21.7.1/Emurasoft.EmEditor.locale.en-US.yaml @@ -1,4 +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: Emurasoft.EmEditor PackageVersion: 21.7.1 @@ -19,5 +20,10 @@ Description: a text editor supporting very large files, CSV, macros, and plugins Moniker: emeditor Tags: - emeditor +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/21.7.1/Emurasoft.EmEditor.yaml b/manifests/e/Emurasoft/EmEditor/21.7.1/Emurasoft.EmEditor.yaml index 903cb1f47accf..8831ffc64b293 100644 --- a/manifests/e/Emurasoft/EmEditor/21.7.1/Emurasoft.EmEditor.yaml +++ b/manifests/e/Emurasoft/EmEditor/21.7.1/Emurasoft.EmEditor.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: Emurasoft.EmEditor PackageVersion: 21.7.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/21.7.2/Emurasoft.EmEditor.installer.yaml b/manifests/e/Emurasoft/EmEditor/21.7.2/Emurasoft.EmEditor.installer.yaml index 08c2b2e11b44d..8b6faf1a8a8b7 100644 --- a/manifests/e/Emurasoft/EmEditor/21.7.2/Emurasoft.EmEditor.installer.yaml +++ b/manifests/e/Emurasoft/EmEditor/21.7.2/Emurasoft.EmEditor.installer.yaml @@ -1,30 +1,27 @@ -# 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: Emurasoft.EmEditor PackageVersion: 21.7.2 -MinimumOSVersion: 10.0.0.0 -Platform: +InstallerLocale: en-US +Platform: - Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: msi +Scope: user InstallModes: - interactive - silent - silentWithProgress +UpgradeBehavior: install Installers: - Architecture: x64 - InstallerType: msi InstallerUrl: https://emeditor.blob.core.windows.net/emed64_21.7.2.msi InstallerSha256: 9D9A6233F4418A6B16BEFCDE9C44D084079C3D96871FCAC99E2F7F7DCD832885 ProductCode: '{C46FB1BD-49B1-45EA-96D7-15E6D6F8F773}' - Scope: user - InstallerLocale: en-US - UpgradeBehavior: install - Architecture: x86 - InstallerType: msi InstallerUrl: https://emeditor.blob.core.windows.net/emed32_21.7.2.msi InstallerSha256: 06D09D81253AF9C6E9C916CEBB731B2E447E8BC3F9BEE5A214D0928863CBCB55 ProductCode: '{FADE4ADD-047A-40CB-9090-C1629DAFC65D}' - Scope: user - InstallerLocale: en-US - UpgradeBehavior: install ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/21.7.2/Emurasoft.EmEditor.locale.en-US.yaml b/manifests/e/Emurasoft/EmEditor/21.7.2/Emurasoft.EmEditor.locale.en-US.yaml index 8b1cbc0c22fb0..f274173190884 100644 --- a/manifests/e/Emurasoft/EmEditor/21.7.2/Emurasoft.EmEditor.locale.en-US.yaml +++ b/manifests/e/Emurasoft/EmEditor/21.7.2/Emurasoft.EmEditor.locale.en-US.yaml @@ -1,4 +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: Emurasoft.EmEditor PackageVersion: 21.7.2 @@ -19,5 +20,10 @@ Description: a text editor supporting very large files, CSV, macros, and plugins Moniker: emeditor Tags: - emeditor +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/21.7.2/Emurasoft.EmEditor.yaml b/manifests/e/Emurasoft/EmEditor/21.7.2/Emurasoft.EmEditor.yaml index c2154b2108f70..815090782c4e0 100644 --- a/manifests/e/Emurasoft/EmEditor/21.7.2/Emurasoft.EmEditor.yaml +++ b/manifests/e/Emurasoft/EmEditor/21.7.2/Emurasoft.EmEditor.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: Emurasoft.EmEditor PackageVersion: 21.7.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/21.8.0/Emurasoft.EmEditor.installer.yaml b/manifests/e/Emurasoft/EmEditor/21.8.0/Emurasoft.EmEditor.installer.yaml index 3089658907f32..cfb84dc528d67 100644 --- a/manifests/e/Emurasoft/EmEditor/21.8.0/Emurasoft.EmEditor.installer.yaml +++ b/manifests/e/Emurasoft/EmEditor/21.8.0/Emurasoft.EmEditor.installer.yaml @@ -1,30 +1,27 @@ -# 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: Emurasoft.EmEditor PackageVersion: 21.8.0 -MinimumOSVersion: 10.0.0.0 -Platform: +InstallerLocale: en-US +Platform: - Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: msi +Scope: user InstallModes: - interactive - silent - silentWithProgress +UpgradeBehavior: install Installers: - Architecture: x64 - InstallerType: msi InstallerUrl: https://emeditor.blob.core.windows.net/emed64_21.8.0.msi InstallerSha256: 98F05B262EBC702E38B11BAB2D2D0CC40CCB9E5641DCD6D6DED1C4631116F721 ProductCode: '{A4E678ED-75BA-4C07-85F5-0D348701B3E6}' - Scope: user - InstallerLocale: en-US - UpgradeBehavior: install - Architecture: x86 - InstallerType: msi InstallerUrl: https://emeditor.blob.core.windows.net/emed32_21.8.0.msi InstallerSha256: 94193207195C64F1EF068CDB4BD74E0507AF310FF10D9C10C64F91DA1ED3148B ProductCode: '{1DFAF928-0B6A-406B-9037-AE2573074A29}' - Scope: user - InstallerLocale: en-US - UpgradeBehavior: install ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/21.8.0/Emurasoft.EmEditor.locale.en-US.yaml b/manifests/e/Emurasoft/EmEditor/21.8.0/Emurasoft.EmEditor.locale.en-US.yaml index c5da6186f356b..b9924ef717cef 100644 --- a/manifests/e/Emurasoft/EmEditor/21.8.0/Emurasoft.EmEditor.locale.en-US.yaml +++ b/manifests/e/Emurasoft/EmEditor/21.8.0/Emurasoft.EmEditor.locale.en-US.yaml @@ -1,4 +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: Emurasoft.EmEditor PackageVersion: 21.8.0 @@ -19,5 +20,10 @@ Description: a text editor supporting very large files, CSV, macros, and plugins Moniker: emeditor Tags: - emeditor +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/21.8.0/Emurasoft.EmEditor.yaml b/manifests/e/Emurasoft/EmEditor/21.8.0/Emurasoft.EmEditor.yaml index e29b1818f271a..b6f9a0d43be9d 100644 --- a/manifests/e/Emurasoft/EmEditor/21.8.0/Emurasoft.EmEditor.yaml +++ b/manifests/e/Emurasoft/EmEditor/21.8.0/Emurasoft.EmEditor.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: Emurasoft.EmEditor PackageVersion: 21.8.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/21.8.1/Emurasoft.EmEditor.installer.yaml b/manifests/e/Emurasoft/EmEditor/21.8.1/Emurasoft.EmEditor.installer.yaml index a38cd7c912d19..ece53b733fd17 100644 --- a/manifests/e/Emurasoft/EmEditor/21.8.1/Emurasoft.EmEditor.installer.yaml +++ b/manifests/e/Emurasoft/EmEditor/21.8.1/Emurasoft.EmEditor.installer.yaml @@ -1,30 +1,27 @@ -# 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: Emurasoft.EmEditor PackageVersion: 21.8.1 -MinimumOSVersion: 10.0.0.0 -Platform: +InstallerLocale: en-US +Platform: - Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: msi +Scope: user InstallModes: - interactive - silent - silentWithProgress +UpgradeBehavior: install Installers: - Architecture: x64 - InstallerType: msi InstallerUrl: https://emeditor.blob.core.windows.net/emed64_21.8.1.msi InstallerSha256: 37D15E1CC3D83364C6E549877022D40207A514A17701515D4176BFCF57353178 ProductCode: '{26C2CB5A-8CE2-4CC0-96AD-3AC349B96194}' - Scope: user - InstallerLocale: en-US - UpgradeBehavior: install - Architecture: x86 - InstallerType: msi InstallerUrl: https://emeditor.blob.core.windows.net/emed32_21.8.1.msi InstallerSha256: 57A5FB7E2B19E3EDEE439F1626AE9DCC158960F6FCCC87F74A46575B55330209 ProductCode: '{9A15F282-1FA6-47C3-A0C6-F704344246C0}' - Scope: user - InstallerLocale: en-US - UpgradeBehavior: install ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/21.8.1/Emurasoft.EmEditor.locale.en-US.yaml b/manifests/e/Emurasoft/EmEditor/21.8.1/Emurasoft.EmEditor.locale.en-US.yaml index e12eea9e96802..64285d8716699 100644 --- a/manifests/e/Emurasoft/EmEditor/21.8.1/Emurasoft.EmEditor.locale.en-US.yaml +++ b/manifests/e/Emurasoft/EmEditor/21.8.1/Emurasoft.EmEditor.locale.en-US.yaml @@ -1,4 +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: Emurasoft.EmEditor PackageVersion: 21.8.1 @@ -19,5 +20,10 @@ Description: a text editor supporting very large files, CSV, macros, and plugins Moniker: emeditor Tags: - emeditor +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/21.8.1/Emurasoft.EmEditor.yaml b/manifests/e/Emurasoft/EmEditor/21.8.1/Emurasoft.EmEditor.yaml index 9bcbb55500992..f50a2dc2f2201 100644 --- a/manifests/e/Emurasoft/EmEditor/21.8.1/Emurasoft.EmEditor.yaml +++ b/manifests/e/Emurasoft/EmEditor/21.8.1/Emurasoft.EmEditor.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: Emurasoft.EmEditor PackageVersion: 21.8.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/21.9.0/Emurasoft.EmEditor.installer.yaml b/manifests/e/Emurasoft/EmEditor/21.9.0/Emurasoft.EmEditor.installer.yaml index 4abf49ad0311d..90a97faa72509 100644 --- a/manifests/e/Emurasoft/EmEditor/21.9.0/Emurasoft.EmEditor.installer.yaml +++ b/manifests/e/Emurasoft/EmEditor/21.9.0/Emurasoft.EmEditor.installer.yaml @@ -1,30 +1,27 @@ -# 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: Emurasoft.EmEditor PackageVersion: 21.9.0 -MinimumOSVersion: 10.0.0.0 -Platform: +InstallerLocale: en-US +Platform: - Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: msi +Scope: user InstallModes: - interactive - silent - silentWithProgress +UpgradeBehavior: install Installers: - Architecture: x64 - InstallerType: msi InstallerUrl: https://emeditor.blob.core.windows.net/emed64_21.9.0.msi InstallerSha256: 92CE908D5BCCD880F5E795B6F2011AB43A71B7BFF93343E971478D281F1B1F6E ProductCode: '{2E5735C6-133D-4A5E-9420-27F741F50156}' - Scope: user - InstallerLocale: en-US - UpgradeBehavior: install - Architecture: x86 - InstallerType: msi InstallerUrl: https://emeditor.blob.core.windows.net/emed32_21.9.0.msi InstallerSha256: 4F7E45B4D49BBD79DEBF7D20B4CF3957A113CDB4A569816AED316EA97620D8D7 ProductCode: '{EC19054C-D202-47C3-AD4C-0B1A810BCC3C}' - Scope: user - InstallerLocale: en-US - UpgradeBehavior: install ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/21.9.0/Emurasoft.EmEditor.locale.en-US.yaml b/manifests/e/Emurasoft/EmEditor/21.9.0/Emurasoft.EmEditor.locale.en-US.yaml index 75e279c6ad412..95ae5eae41b3f 100644 --- a/manifests/e/Emurasoft/EmEditor/21.9.0/Emurasoft.EmEditor.locale.en-US.yaml +++ b/manifests/e/Emurasoft/EmEditor/21.9.0/Emurasoft.EmEditor.locale.en-US.yaml @@ -1,4 +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: Emurasoft.EmEditor PackageVersion: 21.9.0 @@ -19,5 +20,10 @@ Description: a text editor supporting very large files, CSV, macros, and plugins Moniker: emeditor Tags: - emeditor +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/21.9.0/Emurasoft.EmEditor.yaml b/manifests/e/Emurasoft/EmEditor/21.9.0/Emurasoft.EmEditor.yaml index 2a4f6b677d794..73c4fc54baae9 100644 --- a/manifests/e/Emurasoft/EmEditor/21.9.0/Emurasoft.EmEditor.yaml +++ b/manifests/e/Emurasoft/EmEditor/21.9.0/Emurasoft.EmEditor.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: Emurasoft.EmEditor PackageVersion: 21.9.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/22.0.0/Emurasoft.EmEditor.installer.yaml b/manifests/e/Emurasoft/EmEditor/22.0.0/Emurasoft.EmEditor.installer.yaml index c4ef59720dad0..2b6594592058e 100644 --- a/manifests/e/Emurasoft/EmEditor/22.0.0/Emurasoft.EmEditor.installer.yaml +++ b/manifests/e/Emurasoft/EmEditor/22.0.0/Emurasoft.EmEditor.installer.yaml @@ -1,30 +1,27 @@ -# 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: Emurasoft.EmEditor PackageVersion: 22.0.0 -MinimumOSVersion: 10.0.0.0 -Platform: +InstallerLocale: en-US +Platform: - Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: msi +Scope: user InstallModes: - interactive - silent - silentWithProgress +UpgradeBehavior: install Installers: - Architecture: x64 - InstallerType: msi InstallerUrl: https://emeditor.blob.core.windows.net/emed64_22.0.0.msi InstallerSha256: 69D2D92528CA8AF535E017CB5ACD80D7CCA9F6334383807CE5DC5F99656427C8 ProductCode: '{B9C1B713-1A62-4254-9596-35B503291B05}' - Scope: user - InstallerLocale: en-US - UpgradeBehavior: install - Architecture: x86 - InstallerType: msi InstallerUrl: https://emeditor.blob.core.windows.net/emed32_22.0.0.msi InstallerSha256: C0930AA2C41EED5CADA516699DDB3F14865C7FEB5EA1A846B3AD388EF0051291 ProductCode: '{BDA6452E-7771-4F34-9FB0-EBC0707EBE91}' - Scope: user - InstallerLocale: en-US - UpgradeBehavior: install ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/22.0.0/Emurasoft.EmEditor.locale.en-US.yaml b/manifests/e/Emurasoft/EmEditor/22.0.0/Emurasoft.EmEditor.locale.en-US.yaml index 23362f911f6ca..9458017d0f2ea 100644 --- a/manifests/e/Emurasoft/EmEditor/22.0.0/Emurasoft.EmEditor.locale.en-US.yaml +++ b/manifests/e/Emurasoft/EmEditor/22.0.0/Emurasoft.EmEditor.locale.en-US.yaml @@ -1,4 +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: Emurasoft.EmEditor PackageVersion: 22.0.0 @@ -19,5 +20,10 @@ Description: a text editor supporting very large files, CSV, macros, and plugins Moniker: emeditor Tags: - emeditor +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/22.0.0/Emurasoft.EmEditor.yaml b/manifests/e/Emurasoft/EmEditor/22.0.0/Emurasoft.EmEditor.yaml index d3bf0481a9324..c197f3cba3705 100644 --- a/manifests/e/Emurasoft/EmEditor/22.0.0/Emurasoft.EmEditor.yaml +++ b/manifests/e/Emurasoft/EmEditor/22.0.0/Emurasoft.EmEditor.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: Emurasoft.EmEditor PackageVersion: 22.0.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/22.0.1/Emurasoft.EmEditor.installer.yaml b/manifests/e/Emurasoft/EmEditor/22.0.1/Emurasoft.EmEditor.installer.yaml index 3949eb7ee72c1..ca8604c58b792 100644 --- a/manifests/e/Emurasoft/EmEditor/22.0.1/Emurasoft.EmEditor.installer.yaml +++ b/manifests/e/Emurasoft/EmEditor/22.0.1/Emurasoft.EmEditor.installer.yaml @@ -1,30 +1,27 @@ -# 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: Emurasoft.EmEditor PackageVersion: 22.0.1 -MinimumOSVersion: 10.0.0.0 -Platform: +InstallerLocale: en-US +Platform: - Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: msi +Scope: user InstallModes: - interactive - silent - silentWithProgress +UpgradeBehavior: install Installers: - Architecture: x64 - InstallerType: msi InstallerUrl: https://emeditor.blob.core.windows.net/emed64_22.0.1.msi InstallerSha256: D34D4E5409D861640E27D3417BC349A69137C8018BE9DC7AA5221437816261DD ProductCode: '{8106A930-A3CB-44DA-9C53-4E66F1E1EB89}' - Scope: user - InstallerLocale: en-US - UpgradeBehavior: install - Architecture: x86 - InstallerType: msi InstallerUrl: https://emeditor.blob.core.windows.net/emed32_22.0.1.msi InstallerSha256: 991495520432246AE6734D64F158345288DB43ABCA06548C6617F6D48AF4FB95 ProductCode: '{9D9B8A0D-AFE3-4BF8-B6DC-FE7D83FD1C79}' - Scope: user - InstallerLocale: en-US - UpgradeBehavior: install ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/22.0.1/Emurasoft.EmEditor.locale.en-US.yaml b/manifests/e/Emurasoft/EmEditor/22.0.1/Emurasoft.EmEditor.locale.en-US.yaml index fe7bdfe5403b1..16806a0582255 100644 --- a/manifests/e/Emurasoft/EmEditor/22.0.1/Emurasoft.EmEditor.locale.en-US.yaml +++ b/manifests/e/Emurasoft/EmEditor/22.0.1/Emurasoft.EmEditor.locale.en-US.yaml @@ -1,4 +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: Emurasoft.EmEditor PackageVersion: 22.0.1 @@ -19,5 +20,10 @@ Description: a text editor supporting very large files, CSV, macros, and plugins Moniker: emeditor Tags: - emeditor +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/22.0.1/Emurasoft.EmEditor.yaml b/manifests/e/Emurasoft/EmEditor/22.0.1/Emurasoft.EmEditor.yaml index b2ac15314306e..28a15a074b8d1 100644 --- a/manifests/e/Emurasoft/EmEditor/22.0.1/Emurasoft.EmEditor.yaml +++ b/manifests/e/Emurasoft/EmEditor/22.0.1/Emurasoft.EmEditor.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: Emurasoft.EmEditor PackageVersion: 22.0.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/22.1.0/Emurasoft.EmEditor.installer.yaml b/manifests/e/Emurasoft/EmEditor/22.1.0/Emurasoft.EmEditor.installer.yaml index e4165b77bc74f..7bfbcd9dac380 100644 --- a/manifests/e/Emurasoft/EmEditor/22.1.0/Emurasoft.EmEditor.installer.yaml +++ b/manifests/e/Emurasoft/EmEditor/22.1.0/Emurasoft.EmEditor.installer.yaml @@ -1,30 +1,27 @@ -# 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: Emurasoft.EmEditor PackageVersion: 22.1.0 -MinimumOSVersion: 10.0.0.0 -Platform: +InstallerLocale: en-US +Platform: - Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: msi +Scope: user InstallModes: - interactive - silent - silentWithProgress +UpgradeBehavior: install Installers: - Architecture: x64 - InstallerType: msi InstallerUrl: https://emeditor.blob.core.windows.net/emed64_22.1.0.msi InstallerSha256: 462F0DFF3BEF8D006F4C4CA1A1E2FAFD38EB1230363698D1C3DCAF95CC36F697 ProductCode: '{5CC730E0-04AF-49D1-A6C9-8D987556DCA3}' - Scope: user - InstallerLocale: en-US - UpgradeBehavior: install - Architecture: x86 - InstallerType: msi InstallerUrl: https://emeditor.blob.core.windows.net/emed32_22.1.0.msi InstallerSha256: 446C0C152AD603141B5A62ADD8820CCA80EEC67A5E9FCD3249D4FDD815E224D6 ProductCode: '{DAD2DFE2-10D3-4D99-A2E4-44B1B4A10288}' - Scope: user - InstallerLocale: en-US - UpgradeBehavior: install ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/22.1.0/Emurasoft.EmEditor.locale.en-US.yaml b/manifests/e/Emurasoft/EmEditor/22.1.0/Emurasoft.EmEditor.locale.en-US.yaml index 2b0f9e95a8667..6fc0e33b64456 100644 --- a/manifests/e/Emurasoft/EmEditor/22.1.0/Emurasoft.EmEditor.locale.en-US.yaml +++ b/manifests/e/Emurasoft/EmEditor/22.1.0/Emurasoft.EmEditor.locale.en-US.yaml @@ -1,4 +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: Emurasoft.EmEditor PackageVersion: 22.1.0 @@ -19,5 +20,10 @@ Description: a text editor supporting very large files, CSV, macros, and plugins Moniker: emeditor Tags: - emeditor +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/22.1.0/Emurasoft.EmEditor.yaml b/manifests/e/Emurasoft/EmEditor/22.1.0/Emurasoft.EmEditor.yaml index 652bdeefcb3f5..59d3c554088d7 100644 --- a/manifests/e/Emurasoft/EmEditor/22.1.0/Emurasoft.EmEditor.yaml +++ b/manifests/e/Emurasoft/EmEditor/22.1.0/Emurasoft.EmEditor.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: Emurasoft.EmEditor PackageVersion: 22.1.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/22.1.2/Emurasoft.EmEditor.installer.yaml b/manifests/e/Emurasoft/EmEditor/22.1.2/Emurasoft.EmEditor.installer.yaml index e79cb9c83226c..b564bcb14d3c1 100644 --- a/manifests/e/Emurasoft/EmEditor/22.1.2/Emurasoft.EmEditor.installer.yaml +++ b/manifests/e/Emurasoft/EmEditor/22.1.2/Emurasoft.EmEditor.installer.yaml @@ -1,30 +1,27 @@ -# 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: Emurasoft.EmEditor PackageVersion: 22.1.2 -MinimumOSVersion: 10.0.0.0 -Platform: +InstallerLocale: en-US +Platform: - Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: msi +Scope: user InstallModes: - interactive - silent - silentWithProgress +UpgradeBehavior: install Installers: - Architecture: x64 - InstallerType: msi InstallerUrl: https://emeditor.blob.core.windows.net/emed64_22.1.2.msi InstallerSha256: 7FA16CCF82CBCC4CE0831B849C34781DC33F454A50D93D6754EF9CA2AD53FC38 ProductCode: '{23912C62-A734-4B15-9AB4-048DA8286FA7}' - Scope: user - InstallerLocale: en-US - UpgradeBehavior: install - Architecture: x86 - InstallerType: msi InstallerUrl: https://emeditor.blob.core.windows.net/emed32_22.1.2.msi InstallerSha256: BA141654C7537F927CBEF47F8D75DB4FBBB5CDB2F6B3348697CA063914D3E49B ProductCode: '{1233A5B6-78B1-4FB5-A096-46419B7A9B41}' - Scope: user - InstallerLocale: en-US - UpgradeBehavior: install ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/22.1.2/Emurasoft.EmEditor.locale.en-US.yaml b/manifests/e/Emurasoft/EmEditor/22.1.2/Emurasoft.EmEditor.locale.en-US.yaml index ccdb76d8ae662..62a3a6e3399d3 100644 --- a/manifests/e/Emurasoft/EmEditor/22.1.2/Emurasoft.EmEditor.locale.en-US.yaml +++ b/manifests/e/Emurasoft/EmEditor/22.1.2/Emurasoft.EmEditor.locale.en-US.yaml @@ -1,4 +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: Emurasoft.EmEditor PackageVersion: 22.1.2 @@ -19,5 +20,10 @@ Description: a text editor supporting very large files, CSV, macros, and plugins Moniker: emeditor Tags: - emeditor +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/22.1.2/Emurasoft.EmEditor.yaml b/manifests/e/Emurasoft/EmEditor/22.1.2/Emurasoft.EmEditor.yaml index d72af6a529781..61c7613894111 100644 --- a/manifests/e/Emurasoft/EmEditor/22.1.2/Emurasoft.EmEditor.yaml +++ b/manifests/e/Emurasoft/EmEditor/22.1.2/Emurasoft.EmEditor.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: Emurasoft.EmEditor PackageVersion: 22.1.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/22.1.3/Emurasoft.EmEditor.installer.yaml b/manifests/e/Emurasoft/EmEditor/22.1.3/Emurasoft.EmEditor.installer.yaml index f55b0a6f6c364..5664b320390a7 100644 --- a/manifests/e/Emurasoft/EmEditor/22.1.3/Emurasoft.EmEditor.installer.yaml +++ b/manifests/e/Emurasoft/EmEditor/22.1.3/Emurasoft.EmEditor.installer.yaml @@ -1,30 +1,27 @@ -# 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: Emurasoft.EmEditor PackageVersion: 22.1.3 -MinimumOSVersion: 10.0.0.0 -Platform: +InstallerLocale: en-US +Platform: - Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: msi +Scope: user InstallModes: - interactive - silent - silentWithProgress +UpgradeBehavior: install Installers: - Architecture: x64 - InstallerType: msi InstallerUrl: https://emeditor.blob.core.windows.net/emed64_22.1.3.msi InstallerSha256: A84754F89665091D37EEBFD8ED3537E7D0FE177D26CF16D33371E884BE91A9D6 ProductCode: '{49F78C45-7021-41CE-996F-2EB108F14A23}' - Scope: user - InstallerLocale: en-US - UpgradeBehavior: install - Architecture: x86 - InstallerType: msi InstallerUrl: https://emeditor.blob.core.windows.net/emed32_22.1.3.msi InstallerSha256: 11ED36E11F909C6024667DDBC0FB7552DAE20EC5AEE1F2D9A8C6E83455DE161F ProductCode: '{F506D0AB-2267-4D0B-AF1E-9B3561A0E3E3}' - Scope: user - InstallerLocale: en-US - UpgradeBehavior: install ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/22.1.3/Emurasoft.EmEditor.locale.en-US.yaml b/manifests/e/Emurasoft/EmEditor/22.1.3/Emurasoft.EmEditor.locale.en-US.yaml index f5431eaeb0236..ba3f9425db48a 100644 --- a/manifests/e/Emurasoft/EmEditor/22.1.3/Emurasoft.EmEditor.locale.en-US.yaml +++ b/manifests/e/Emurasoft/EmEditor/22.1.3/Emurasoft.EmEditor.locale.en-US.yaml @@ -1,4 +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: Emurasoft.EmEditor PackageVersion: 22.1.3 @@ -19,5 +20,10 @@ Description: a text editor supporting very large files, CSV, macros, and plugins Moniker: emeditor Tags: - emeditor +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/22.1.3/Emurasoft.EmEditor.yaml b/manifests/e/Emurasoft/EmEditor/22.1.3/Emurasoft.EmEditor.yaml index ba372498c5f43..4cd707d812e14 100644 --- a/manifests/e/Emurasoft/EmEditor/22.1.3/Emurasoft.EmEditor.yaml +++ b/manifests/e/Emurasoft/EmEditor/22.1.3/Emurasoft.EmEditor.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: Emurasoft.EmEditor PackageVersion: 22.1.3 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/22.1.4/Emurasoft.EmEditor.installer.yaml b/manifests/e/Emurasoft/EmEditor/22.1.4/Emurasoft.EmEditor.installer.yaml index cb217724face1..7fe9e78355b30 100644 --- a/manifests/e/Emurasoft/EmEditor/22.1.4/Emurasoft.EmEditor.installer.yaml +++ b/manifests/e/Emurasoft/EmEditor/22.1.4/Emurasoft.EmEditor.installer.yaml @@ -1,30 +1,27 @@ -# 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: Emurasoft.EmEditor PackageVersion: 22.1.4 -MinimumOSVersion: 10.0.0.0 -Platform: +InstallerLocale: en-US +Platform: - Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: msi +Scope: user InstallModes: - interactive - silent - silentWithProgress +UpgradeBehavior: install Installers: - Architecture: x64 - InstallerType: msi InstallerUrl: https://emeditor.blob.core.windows.net/emed64_22.1.4.msi InstallerSha256: 0D0CBE5460E1F955266ADD6679851F6ECE03AF29276D812B4B8586FABD3AB94D ProductCode: '{99D211C3-65B1-4E60-9EF6-729D3FC1A704}' - Scope: user - InstallerLocale: en-US - UpgradeBehavior: install - Architecture: x86 - InstallerType: msi InstallerUrl: https://emeditor.blob.core.windows.net/emed32_22.1.4.msi InstallerSha256: 4A726D2F23B92310898CEC16C802FCDD81FCF7C3265D90E8978323BF67E0F863 ProductCode: '{EE9C75E5-AB6A-4979-8412-9C548C88D4C9}' - Scope: user - InstallerLocale: en-US - UpgradeBehavior: install ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/22.1.4/Emurasoft.EmEditor.locale.en-US.yaml b/manifests/e/Emurasoft/EmEditor/22.1.4/Emurasoft.EmEditor.locale.en-US.yaml index de28dadb55d34..6b36e67758bdb 100644 --- a/manifests/e/Emurasoft/EmEditor/22.1.4/Emurasoft.EmEditor.locale.en-US.yaml +++ b/manifests/e/Emurasoft/EmEditor/22.1.4/Emurasoft.EmEditor.locale.en-US.yaml @@ -1,4 +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: Emurasoft.EmEditor PackageVersion: 22.1.4 @@ -19,5 +20,10 @@ Description: a text editor supporting very large files, CSV, macros, and plugins Moniker: emeditor Tags: - emeditor +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/22.1.4/Emurasoft.EmEditor.yaml b/manifests/e/Emurasoft/EmEditor/22.1.4/Emurasoft.EmEditor.yaml index 26d61f3a29d07..5320521acdbae 100644 --- a/manifests/e/Emurasoft/EmEditor/22.1.4/Emurasoft.EmEditor.yaml +++ b/manifests/e/Emurasoft/EmEditor/22.1.4/Emurasoft.EmEditor.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: Emurasoft.EmEditor PackageVersion: 22.1.4 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/22.2.0/Emurasoft.EmEditor.installer.yaml b/manifests/e/Emurasoft/EmEditor/22.2.0/Emurasoft.EmEditor.installer.yaml index 632313f1fdb71..a53df57dd47fe 100644 --- a/manifests/e/Emurasoft/EmEditor/22.2.0/Emurasoft.EmEditor.installer.yaml +++ b/manifests/e/Emurasoft/EmEditor/22.2.0/Emurasoft.EmEditor.installer.yaml @@ -1,30 +1,27 @@ -# 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: Emurasoft.EmEditor PackageVersion: 22.2.0 -MinimumOSVersion: 10.0.0.0 -Platform: +InstallerLocale: en-US +Platform: - Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: msi +Scope: user InstallModes: - interactive - silent - silentWithProgress +UpgradeBehavior: install Installers: - Architecture: x64 - InstallerType: msi InstallerUrl: https://emeditor.blob.core.windows.net/emed64_22.2.0.msi InstallerSha256: 6913DE00D06A9235A0CB837BD54B65BD23DF4797B76B53418278D469D6DBFF37 ProductCode: '{CA8BE854-3EF8-4AF3-AC1D-C69E87887FD7}' - Scope: user - InstallerLocale: en-US - UpgradeBehavior: install - Architecture: x86 - InstallerType: msi InstallerUrl: https://emeditor.blob.core.windows.net/emed32_22.2.0.msi InstallerSha256: A8C76EDC615C8EDA9CA55DD6C8D700EBF511FA5B30FC07D268DA51C5C5C90F80 ProductCode: '{D6191C7D-7A08-49C4-AB75-14217B4C0E80}' - Scope: user - InstallerLocale: en-US - UpgradeBehavior: install ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/22.2.0/Emurasoft.EmEditor.locale.en-US.yaml b/manifests/e/Emurasoft/EmEditor/22.2.0/Emurasoft.EmEditor.locale.en-US.yaml index 16bac17f6afa6..c13d029d5d217 100644 --- a/manifests/e/Emurasoft/EmEditor/22.2.0/Emurasoft.EmEditor.locale.en-US.yaml +++ b/manifests/e/Emurasoft/EmEditor/22.2.0/Emurasoft.EmEditor.locale.en-US.yaml @@ -1,4 +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: Emurasoft.EmEditor PackageVersion: 22.2.0 @@ -19,5 +20,10 @@ Description: a text editor supporting very large files, CSV, macros, and plugins Moniker: emeditor Tags: - emeditor +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/22.2.0/Emurasoft.EmEditor.yaml b/manifests/e/Emurasoft/EmEditor/22.2.0/Emurasoft.EmEditor.yaml index 8462d65a3d36b..525145681d1d8 100644 --- a/manifests/e/Emurasoft/EmEditor/22.2.0/Emurasoft.EmEditor.yaml +++ b/manifests/e/Emurasoft/EmEditor/22.2.0/Emurasoft.EmEditor.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: Emurasoft.EmEditor PackageVersion: 22.2.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/22.2.10/Emurasoft.EmEditor.installer.yaml b/manifests/e/Emurasoft/EmEditor/22.2.10/Emurasoft.EmEditor.installer.yaml index e14986b3dc3b5..5f91e3abdc3ee 100644 --- a/manifests/e/Emurasoft/EmEditor/22.2.10/Emurasoft.EmEditor.installer.yaml +++ b/manifests/e/Emurasoft/EmEditor/22.2.10/Emurasoft.EmEditor.installer.yaml @@ -1,30 +1,27 @@ -# 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: Emurasoft.EmEditor PackageVersion: 22.2.10 -MinimumOSVersion: 10.0.0.0 -Platform: +InstallerLocale: en-US +Platform: - Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: msi +Scope: user InstallModes: - interactive - silent - silentWithProgress +UpgradeBehavior: install Installers: - Architecture: x64 - InstallerType: msi InstallerUrl: https://download.emeditor.info/emed64_22.2.10.msi InstallerSha256: 019D6D36D41D6D6B71A2F4949D02CE9255DA56C1657A53212084180F1B00DD9F ProductCode: '{F9C22E58-EA00-410B-B42B-36B9D5785189}' - Scope: user - InstallerLocale: en-US - UpgradeBehavior: install - Architecture: x86 - InstallerType: msi InstallerUrl: https://download.emeditor.info/emed32_22.2.10.msi InstallerSha256: 819C89A6DEA14EBF4D6392B37238A4FDAC099768F1B4A24648BFCF30E30D7116 ProductCode: '{115887B2-3E4E-4F0A-B4FF-05E0FA86259F}' - Scope: user - InstallerLocale: en-US - UpgradeBehavior: install ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/22.2.10/Emurasoft.EmEditor.locale.en-US.yaml b/manifests/e/Emurasoft/EmEditor/22.2.10/Emurasoft.EmEditor.locale.en-US.yaml index cf99c70ecd78a..6633f8d4e5a97 100644 --- a/manifests/e/Emurasoft/EmEditor/22.2.10/Emurasoft.EmEditor.locale.en-US.yaml +++ b/manifests/e/Emurasoft/EmEditor/22.2.10/Emurasoft.EmEditor.locale.en-US.yaml @@ -1,4 +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: Emurasoft.EmEditor PackageVersion: 22.2.10 @@ -19,5 +20,10 @@ Description: a text editor supporting very large files, CSV, macros, and plugins Moniker: emeditor Tags: - emeditor +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/22.2.10/Emurasoft.EmEditor.yaml b/manifests/e/Emurasoft/EmEditor/22.2.10/Emurasoft.EmEditor.yaml index 7ae6c3d257cbc..e132c123e6fc5 100644 --- a/manifests/e/Emurasoft/EmEditor/22.2.10/Emurasoft.EmEditor.yaml +++ b/manifests/e/Emurasoft/EmEditor/22.2.10/Emurasoft.EmEditor.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: Emurasoft.EmEditor PackageVersion: 22.2.10 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/22.2.11/Emurasoft.EmEditor.installer.yaml b/manifests/e/Emurasoft/EmEditor/22.2.11/Emurasoft.EmEditor.installer.yaml index 2e4f0110c8bae..572c5e8f8e13c 100644 --- a/manifests/e/Emurasoft/EmEditor/22.2.11/Emurasoft.EmEditor.installer.yaml +++ b/manifests/e/Emurasoft/EmEditor/22.2.11/Emurasoft.EmEditor.installer.yaml @@ -1,30 +1,27 @@ -# 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: Emurasoft.EmEditor PackageVersion: 22.2.11 -MinimumOSVersion: 10.0.0.0 -Platform: +InstallerLocale: en-US +Platform: - Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: msi +Scope: user InstallModes: - interactive - silent - silentWithProgress +UpgradeBehavior: install Installers: - Architecture: x64 - InstallerType: msi InstallerUrl: https://download.emeditor.info/emed64_22.2.11.msi InstallerSha256: 28B3A2B3A6B7A6E2D2E3568D0B92D43B7FD85AD68D837085F476769E24091874 ProductCode: '{5E1D0172-70AC-495C-890D-7E78F7EC9D8C}' - Scope: user - InstallerLocale: en-US - UpgradeBehavior: install - Architecture: x86 - InstallerType: msi InstallerUrl: https://download.emeditor.info/emed32_22.2.11.msi InstallerSha256: E36AC0735E25B9239C9C864C35924DEA109034BEB0D3558E6341796DDC8A2740 ProductCode: '{1D12D004-81DE-48A7-8F0F-3A6489088397}' - Scope: user - InstallerLocale: en-US - UpgradeBehavior: install ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/22.2.11/Emurasoft.EmEditor.locale.en-US.yaml b/manifests/e/Emurasoft/EmEditor/22.2.11/Emurasoft.EmEditor.locale.en-US.yaml index 2d14d99f676ab..68da7267316e9 100644 --- a/manifests/e/Emurasoft/EmEditor/22.2.11/Emurasoft.EmEditor.locale.en-US.yaml +++ b/manifests/e/Emurasoft/EmEditor/22.2.11/Emurasoft.EmEditor.locale.en-US.yaml @@ -1,4 +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: Emurasoft.EmEditor PackageVersion: 22.2.11 @@ -19,5 +20,10 @@ Description: a text editor supporting very large files, CSV, macros, and plugins Moniker: emeditor Tags: - emeditor +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/22.2.11/Emurasoft.EmEditor.yaml b/manifests/e/Emurasoft/EmEditor/22.2.11/Emurasoft.EmEditor.yaml index f37d4490816fe..80cb51a7de2b3 100644 --- a/manifests/e/Emurasoft/EmEditor/22.2.11/Emurasoft.EmEditor.yaml +++ b/manifests/e/Emurasoft/EmEditor/22.2.11/Emurasoft.EmEditor.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: Emurasoft.EmEditor PackageVersion: 22.2.11 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/22.2.12/Emurasoft.EmEditor.installer.yaml b/manifests/e/Emurasoft/EmEditor/22.2.12/Emurasoft.EmEditor.installer.yaml index b9b1e6e05686d..bf35318207a10 100644 --- a/manifests/e/Emurasoft/EmEditor/22.2.12/Emurasoft.EmEditor.installer.yaml +++ b/manifests/e/Emurasoft/EmEditor/22.2.12/Emurasoft.EmEditor.installer.yaml @@ -1,30 +1,27 @@ -# 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: Emurasoft.EmEditor PackageVersion: 22.2.12 -MinimumOSVersion: 10.0.0.0 -Platform: +InstallerLocale: en-US +Platform: - Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: msi +Scope: user InstallModes: - interactive - silent - silentWithProgress +UpgradeBehavior: install Installers: - Architecture: x64 - InstallerType: msi InstallerUrl: https://download.emeditor.info/emed64_22.2.12.msi InstallerSha256: E6AC1C58F73D0D302C16478D2EC82F709929A25B0B5123F7B3C8D12E93C60B2B ProductCode: '{3A42BD3F-9E73-4E33-96C7-5BBC14CE5730}' - Scope: user - InstallerLocale: en-US - UpgradeBehavior: install - Architecture: x86 - InstallerType: msi InstallerUrl: https://download.emeditor.info/emed32_22.2.12.msi InstallerSha256: 9FE80E0D3B5A90F979BB58F6ED5DE04EED021D95C87851F7B8B72091B3154656 ProductCode: '{D1A0B2B7-4207-484A-BB51-A69E39DEF050}' - Scope: user - InstallerLocale: en-US - UpgradeBehavior: install ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/22.2.12/Emurasoft.EmEditor.locale.en-US.yaml b/manifests/e/Emurasoft/EmEditor/22.2.12/Emurasoft.EmEditor.locale.en-US.yaml index a2671f2c101e8..913af7561f32b 100644 --- a/manifests/e/Emurasoft/EmEditor/22.2.12/Emurasoft.EmEditor.locale.en-US.yaml +++ b/manifests/e/Emurasoft/EmEditor/22.2.12/Emurasoft.EmEditor.locale.en-US.yaml @@ -1,4 +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: Emurasoft.EmEditor PackageVersion: 22.2.12 @@ -19,5 +20,10 @@ Description: a text editor supporting very large files, CSV, macros, and plugins Moniker: emeditor Tags: - emeditor +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/22.2.12/Emurasoft.EmEditor.yaml b/manifests/e/Emurasoft/EmEditor/22.2.12/Emurasoft.EmEditor.yaml index 07471ad8d47ec..8e6dc569b5d5c 100644 --- a/manifests/e/Emurasoft/EmEditor/22.2.12/Emurasoft.EmEditor.yaml +++ b/manifests/e/Emurasoft/EmEditor/22.2.12/Emurasoft.EmEditor.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: Emurasoft.EmEditor PackageVersion: 22.2.12 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/22.2.2/Emurasoft.EmEditor.installer.yaml b/manifests/e/Emurasoft/EmEditor/22.2.2/Emurasoft.EmEditor.installer.yaml index 8f2f3247f06e4..26e797e71317d 100644 --- a/manifests/e/Emurasoft/EmEditor/22.2.2/Emurasoft.EmEditor.installer.yaml +++ b/manifests/e/Emurasoft/EmEditor/22.2.2/Emurasoft.EmEditor.installer.yaml @@ -1,30 +1,27 @@ -# 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: Emurasoft.EmEditor PackageVersion: 22.2.2 -MinimumOSVersion: 10.0.0.0 -Platform: +InstallerLocale: en-US +Platform: - Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: msi +Scope: user InstallModes: - interactive - silent - silentWithProgress +UpgradeBehavior: install Installers: - Architecture: x64 - InstallerType: msi InstallerUrl: https://download.emeditor.info/emed64_22.2.2.msi InstallerSha256: 535AAF71BE377F6C020779230043CD2DFCD7750DE35F406958B313606B2BB10E ProductCode: '{872E2775-3595-4AFD-BCA3-C0F807462BAE}' - Scope: user - InstallerLocale: en-US - UpgradeBehavior: install - Architecture: x86 - InstallerType: msi InstallerUrl: https://download.emeditor.info/emed32_22.2.2.msi InstallerSha256: 20ABDDA569097A11C4087A25F8228A6D25615BCFF51CD351ED37A60F4C297001 ProductCode: '{1F865FAB-C3EF-4AEC-9CF0-2394232F237C}' - Scope: user - InstallerLocale: en-US - UpgradeBehavior: install ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/22.2.2/Emurasoft.EmEditor.locale.en-US.yaml b/manifests/e/Emurasoft/EmEditor/22.2.2/Emurasoft.EmEditor.locale.en-US.yaml index 7f3a957938850..2ce149b85cca8 100644 --- a/manifests/e/Emurasoft/EmEditor/22.2.2/Emurasoft.EmEditor.locale.en-US.yaml +++ b/manifests/e/Emurasoft/EmEditor/22.2.2/Emurasoft.EmEditor.locale.en-US.yaml @@ -1,4 +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: Emurasoft.EmEditor PackageVersion: 22.2.2 @@ -19,5 +20,10 @@ Description: a text editor supporting very large files, CSV, macros, and plugins Moniker: emeditor Tags: - emeditor +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/22.2.2/Emurasoft.EmEditor.yaml b/manifests/e/Emurasoft/EmEditor/22.2.2/Emurasoft.EmEditor.yaml index ff87c1a1730ed..194d6e6ca2be6 100644 --- a/manifests/e/Emurasoft/EmEditor/22.2.2/Emurasoft.EmEditor.yaml +++ b/manifests/e/Emurasoft/EmEditor/22.2.2/Emurasoft.EmEditor.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: Emurasoft.EmEditor PackageVersion: 22.2.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/22.2.6/Emurasoft.EmEditor.installer.yaml b/manifests/e/Emurasoft/EmEditor/22.2.6/Emurasoft.EmEditor.installer.yaml index 44b83cb8b0a52..923d83acebe7a 100644 --- a/manifests/e/Emurasoft/EmEditor/22.2.6/Emurasoft.EmEditor.installer.yaml +++ b/manifests/e/Emurasoft/EmEditor/22.2.6/Emurasoft.EmEditor.installer.yaml @@ -1,30 +1,27 @@ -# 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: Emurasoft.EmEditor PackageVersion: 22.2.6 -MinimumOSVersion: 10.0.0.0 -Platform: +InstallerLocale: en-US +Platform: - Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: msi +Scope: user InstallModes: - interactive - silent - silentWithProgress +UpgradeBehavior: install Installers: - Architecture: x64 - InstallerType: msi InstallerUrl: https://download.emeditor.info/emed64_22.2.6.msi InstallerSha256: C9F14D5BAEAE5028F71C31F1735F51F742C7244F57095A589B00D85179CC2D7D ProductCode: '{F516343E-4829-49C0-A5EE-5668B66CA853}' - Scope: user - InstallerLocale: en-US - UpgradeBehavior: install - Architecture: x86 - InstallerType: msi InstallerUrl: https://download.emeditor.info/emed32_22.2.6.msi InstallerSha256: 6FDDD2D78DACF81DA98CD5DB806117B47D1A7C94B5B0B2C99ABA0E95CB32AD8C ProductCode: '{D0CBD1BE-4526-4C6E-957F-66504CBBDDC0}' - Scope: user - InstallerLocale: en-US - UpgradeBehavior: install ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/22.2.6/Emurasoft.EmEditor.locale.en-US.yaml b/manifests/e/Emurasoft/EmEditor/22.2.6/Emurasoft.EmEditor.locale.en-US.yaml index 5bb920b39a31d..5fbb220b804a1 100644 --- a/manifests/e/Emurasoft/EmEditor/22.2.6/Emurasoft.EmEditor.locale.en-US.yaml +++ b/manifests/e/Emurasoft/EmEditor/22.2.6/Emurasoft.EmEditor.locale.en-US.yaml @@ -1,4 +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: Emurasoft.EmEditor PackageVersion: 22.2.6 @@ -19,5 +20,10 @@ Description: a text editor supporting very large files, CSV, macros, and plugins Moniker: emeditor Tags: - emeditor +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/22.2.6/Emurasoft.EmEditor.yaml b/manifests/e/Emurasoft/EmEditor/22.2.6/Emurasoft.EmEditor.yaml index d521ab68ff444..7b6ebcf874a61 100644 --- a/manifests/e/Emurasoft/EmEditor/22.2.6/Emurasoft.EmEditor.yaml +++ b/manifests/e/Emurasoft/EmEditor/22.2.6/Emurasoft.EmEditor.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: Emurasoft.EmEditor PackageVersion: 22.2.6 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/22.2.7/Emurasoft.EmEditor.installer.yaml b/manifests/e/Emurasoft/EmEditor/22.2.7/Emurasoft.EmEditor.installer.yaml index d339e7542d0f1..8454d1b77cec5 100644 --- a/manifests/e/Emurasoft/EmEditor/22.2.7/Emurasoft.EmEditor.installer.yaml +++ b/manifests/e/Emurasoft/EmEditor/22.2.7/Emurasoft.EmEditor.installer.yaml @@ -1,30 +1,27 @@ -# 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: Emurasoft.EmEditor PackageVersion: 22.2.7 -MinimumOSVersion: 10.0.0.0 -Platform: +InstallerLocale: en-US +Platform: - Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: msi +Scope: user InstallModes: - interactive - silent - silentWithProgress +UpgradeBehavior: install Installers: - Architecture: x64 - InstallerType: msi InstallerUrl: https://download.emeditor.info/emed64_22.2.7.msi InstallerSha256: 8CA9B82F6C14CB15CE554B59FCB98FDC0E1A184D6F1A172CD5B37A3B82C1E815 ProductCode: '{65013A0D-F4B9-41A9-B426-2EBE8B9571B6}' - Scope: user - InstallerLocale: en-US - UpgradeBehavior: install - Architecture: x86 - InstallerType: msi InstallerUrl: https://download.emeditor.info/emed32_22.2.7.msi InstallerSha256: DD8934792F0CFFCABB62CB0295B0597A2618C328D3E2C8C429B8DBE9125EB5A7 ProductCode: '{A0DBCEF5-77A6-493F-85FD-4B9862DBBDB1}' - Scope: user - InstallerLocale: en-US - UpgradeBehavior: install ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/22.2.7/Emurasoft.EmEditor.locale.en-US.yaml b/manifests/e/Emurasoft/EmEditor/22.2.7/Emurasoft.EmEditor.locale.en-US.yaml index 080ab5ce8f9a7..cdb0d5097d93f 100644 --- a/manifests/e/Emurasoft/EmEditor/22.2.7/Emurasoft.EmEditor.locale.en-US.yaml +++ b/manifests/e/Emurasoft/EmEditor/22.2.7/Emurasoft.EmEditor.locale.en-US.yaml @@ -1,4 +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: Emurasoft.EmEditor PackageVersion: 22.2.7 @@ -19,5 +20,10 @@ Description: a text editor supporting very large files, CSV, macros, and plugins Moniker: emeditor Tags: - emeditor +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/22.2.7/Emurasoft.EmEditor.yaml b/manifests/e/Emurasoft/EmEditor/22.2.7/Emurasoft.EmEditor.yaml index 88f1ee0a25548..244d38e945b63 100644 --- a/manifests/e/Emurasoft/EmEditor/22.2.7/Emurasoft.EmEditor.yaml +++ b/manifests/e/Emurasoft/EmEditor/22.2.7/Emurasoft.EmEditor.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: Emurasoft.EmEditor PackageVersion: 22.2.7 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/22.2.9/Emurasoft.EmEditor.installer.yaml b/manifests/e/Emurasoft/EmEditor/22.2.9/Emurasoft.EmEditor.installer.yaml index 702a7299a2620..74a29eddd6529 100644 --- a/manifests/e/Emurasoft/EmEditor/22.2.9/Emurasoft.EmEditor.installer.yaml +++ b/manifests/e/Emurasoft/EmEditor/22.2.9/Emurasoft.EmEditor.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: Emurasoft.EmEditor PackageVersion: 22.2.9 @@ -11,6 +11,7 @@ InstallModes: - silent - silentWithProgress UpgradeBehavior: install +ReleaseDate: 2023-03-31 Installers: - Architecture: x86 InstallerUrl: https://download.emeditor.info/emed32_22.2.9.msi @@ -21,5 +22,4 @@ Installers: InstallerSha256: 94E8492B62D2914F5370F39C3999FA85C1D77E45BE662F7FC673B79E52F50114 ProductCode: '{2FA90268-9006-4F60-85CE-09CEA527BE90}' ManifestType: installer -ManifestVersion: 1.4.0 -ReleaseDate: 2023-03-31 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/22.2.9/Emurasoft.EmEditor.locale.en-US.yaml b/manifests/e/Emurasoft/EmEditor/22.2.9/Emurasoft.EmEditor.locale.en-US.yaml index c4d98bf1ee11a..2dbc3a34397a5 100644 --- a/manifests/e/Emurasoft/EmEditor/22.2.9/Emurasoft.EmEditor.locale.en-US.yaml +++ b/manifests/e/Emurasoft/EmEditor/22.2.9/Emurasoft.EmEditor.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: Emurasoft.EmEditor PackageVersion: 22.2.9 @@ -20,6 +20,10 @@ Description: a text editor supporting very large files, CSV, macros, and plugins Moniker: emeditor Tags: - emeditor +# ReleaseNotes: ReleaseNotesUrl: https://www.emeditor.com/blog/ +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/22.2.9/Emurasoft.EmEditor.yaml b/manifests/e/Emurasoft/EmEditor/22.2.9/Emurasoft.EmEditor.yaml index 9ef41627b3701..64ffb89f76d8b 100644 --- a/manifests/e/Emurasoft/EmEditor/22.2.9/Emurasoft.EmEditor.yaml +++ b/manifests/e/Emurasoft/EmEditor/22.2.9/Emurasoft.EmEditor.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: Emurasoft.EmEditor PackageVersion: 22.2.9 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/22.3.0/Emurasoft.EmEditor.installer.yaml b/manifests/e/Emurasoft/EmEditor/22.3.0/Emurasoft.EmEditor.installer.yaml index d1c837de262a0..1c5046554cbbd 100644 --- a/manifests/e/Emurasoft/EmEditor/22.3.0/Emurasoft.EmEditor.installer.yaml +++ b/manifests/e/Emurasoft/EmEditor/22.3.0/Emurasoft.EmEditor.installer.yaml @@ -1,30 +1,27 @@ -# 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: Emurasoft.EmEditor PackageVersion: 22.3.0 -MinimumOSVersion: 10.0.0.0 -Platform: +InstallerLocale: en-US +Platform: - Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: msi +Scope: user InstallModes: - interactive - silent - silentWithProgress +UpgradeBehavior: install Installers: - Architecture: x64 - InstallerType: msi InstallerUrl: https://download.emeditor.info/emed64_22.3.0.msi InstallerSha256: E3024F9608270F6884CA46B613ABE7D4F196174D01EC1D0384F1BFFF89CDC0F7 ProductCode: '{F5DBD4CE-3086-48EA-AD53-BEA5FD817B87}' - Scope: user - InstallerLocale: en-US - UpgradeBehavior: install - Architecture: x86 - InstallerType: msi InstallerUrl: https://download.emeditor.info/emed32_22.3.0.msi InstallerSha256: 6207841863834A94C1DF5D33AF8DA8F38CE954A81B87995162C9266725E409CE ProductCode: '{521A3EDA-8021-4C1A-A6FE-016F4578BAA6}' - Scope: user - InstallerLocale: en-US - UpgradeBehavior: install ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/22.3.0/Emurasoft.EmEditor.locale.en-US.yaml b/manifests/e/Emurasoft/EmEditor/22.3.0/Emurasoft.EmEditor.locale.en-US.yaml index ba70ffeb5734f..bc050ed5d1bd4 100644 --- a/manifests/e/Emurasoft/EmEditor/22.3.0/Emurasoft.EmEditor.locale.en-US.yaml +++ b/manifests/e/Emurasoft/EmEditor/22.3.0/Emurasoft.EmEditor.locale.en-US.yaml @@ -1,4 +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: Emurasoft.EmEditor PackageVersion: 22.3.0 @@ -19,5 +20,10 @@ Description: a text editor supporting very large files, CSV, macros, and plugins Moniker: emeditor Tags: - emeditor +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/22.3.0/Emurasoft.EmEditor.yaml b/manifests/e/Emurasoft/EmEditor/22.3.0/Emurasoft.EmEditor.yaml index 1593beffffdf0..869100aaf9e0f 100644 --- a/manifests/e/Emurasoft/EmEditor/22.3.0/Emurasoft.EmEditor.yaml +++ b/manifests/e/Emurasoft/EmEditor/22.3.0/Emurasoft.EmEditor.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: Emurasoft.EmEditor PackageVersion: 22.3.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/22.4.0/Emurasoft.EmEditor.installer.yaml b/manifests/e/Emurasoft/EmEditor/22.4.0/Emurasoft.EmEditor.installer.yaml index 292fc026a77eb..32298fc138078 100644 --- a/manifests/e/Emurasoft/EmEditor/22.4.0/Emurasoft.EmEditor.installer.yaml +++ b/manifests/e/Emurasoft/EmEditor/22.4.0/Emurasoft.EmEditor.installer.yaml @@ -1,30 +1,27 @@ -# 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: Emurasoft.EmEditor PackageVersion: 22.4.0 -MinimumOSVersion: 10.0.0.0 -Platform: +InstallerLocale: en-US +Platform: - Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: msi +Scope: user InstallModes: - interactive - silent - silentWithProgress +UpgradeBehavior: install Installers: - Architecture: x64 - InstallerType: msi InstallerUrl: https://download.emeditor.info/emed64_22.4.0.msi InstallerSha256: 8537155E4DFADC18D0664A4266AD7F29B500CCD78177B78F3614E374EE53B9B9 ProductCode: '{AC99057C-9110-4579-B489-2A8813696F32}' - Scope: user - InstallerLocale: en-US - UpgradeBehavior: install - Architecture: x86 - InstallerType: msi InstallerUrl: https://download.emeditor.info/emed32_22.4.0.msi InstallerSha256: B98DD407760AC98E7B91C64DCC8BFE9C5C3EAB8CF3D77685F62F6FD8BC32B161 ProductCode: '{8E5B7B19-0A60-4517-95E1-27430EC3FB2A}' - Scope: user - InstallerLocale: en-US - UpgradeBehavior: install ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/22.4.0/Emurasoft.EmEditor.locale.en-US.yaml b/manifests/e/Emurasoft/EmEditor/22.4.0/Emurasoft.EmEditor.locale.en-US.yaml index cc2ab5e48d51c..3f00292dbd78e 100644 --- a/manifests/e/Emurasoft/EmEditor/22.4.0/Emurasoft.EmEditor.locale.en-US.yaml +++ b/manifests/e/Emurasoft/EmEditor/22.4.0/Emurasoft.EmEditor.locale.en-US.yaml @@ -1,4 +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: Emurasoft.EmEditor PackageVersion: 22.4.0 @@ -19,5 +20,10 @@ Description: a text editor supporting very large files, CSV, macros, and plugins Moniker: emeditor Tags: - emeditor +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/22.4.0/Emurasoft.EmEditor.yaml b/manifests/e/Emurasoft/EmEditor/22.4.0/Emurasoft.EmEditor.yaml index d1e7a42db083d..6a51e2241006e 100644 --- a/manifests/e/Emurasoft/EmEditor/22.4.0/Emurasoft.EmEditor.yaml +++ b/manifests/e/Emurasoft/EmEditor/22.4.0/Emurasoft.EmEditor.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: Emurasoft.EmEditor PackageVersion: 22.4.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/22.4.1/Emurasoft.EmEditor.installer.yaml b/manifests/e/Emurasoft/EmEditor/22.4.1/Emurasoft.EmEditor.installer.yaml index d5b1f5501d778..e3e2e9b9c1353 100644 --- a/manifests/e/Emurasoft/EmEditor/22.4.1/Emurasoft.EmEditor.installer.yaml +++ b/manifests/e/Emurasoft/EmEditor/22.4.1/Emurasoft.EmEditor.installer.yaml @@ -1,30 +1,27 @@ -# 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: Emurasoft.EmEditor PackageVersion: 22.4.1 -MinimumOSVersion: 10.0.0.0 -Platform: +InstallerLocale: en-US +Platform: - Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: msi +Scope: user InstallModes: - interactive - silent - silentWithProgress +UpgradeBehavior: install Installers: - Architecture: x64 - InstallerType: msi InstallerUrl: https://download.emeditor.info/emed64_22.4.1.msi InstallerSha256: 0806CCAC3A418B92626836578484467B4EB67DECE7E92DDFE42715B207253C41 ProductCode: '{3A0496D4-3595-4716-9446-5827CE7F6AD0}' - Scope: user - InstallerLocale: en-US - UpgradeBehavior: install - Architecture: x86 - InstallerType: msi InstallerUrl: https://download.emeditor.info/emed32_22.4.1.msi InstallerSha256: C7F83338560E1BFA5844B75B2B9D1288E7697B3C76E764AE0391E0422F3A5BB5 ProductCode: '{EB1FF140-FD28-4252-868E-6EFF623BC7F8}' - Scope: user - InstallerLocale: en-US - UpgradeBehavior: install ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/22.4.1/Emurasoft.EmEditor.locale.en-US.yaml b/manifests/e/Emurasoft/EmEditor/22.4.1/Emurasoft.EmEditor.locale.en-US.yaml index 6cc5535d4262f..3de6baaaf284b 100644 --- a/manifests/e/Emurasoft/EmEditor/22.4.1/Emurasoft.EmEditor.locale.en-US.yaml +++ b/manifests/e/Emurasoft/EmEditor/22.4.1/Emurasoft.EmEditor.locale.en-US.yaml @@ -1,4 +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: Emurasoft.EmEditor PackageVersion: 22.4.1 @@ -19,5 +20,10 @@ Description: a text editor supporting very large files, CSV, macros, and plugins Moniker: emeditor Tags: - emeditor +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/22.4.1/Emurasoft.EmEditor.yaml b/manifests/e/Emurasoft/EmEditor/22.4.1/Emurasoft.EmEditor.yaml index 434f71923b1b5..dc8d397919040 100644 --- a/manifests/e/Emurasoft/EmEditor/22.4.1/Emurasoft.EmEditor.yaml +++ b/manifests/e/Emurasoft/EmEditor/22.4.1/Emurasoft.EmEditor.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: Emurasoft.EmEditor PackageVersion: 22.4.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/22.4.2/Emurasoft.EmEditor.installer.yaml b/manifests/e/Emurasoft/EmEditor/22.4.2/Emurasoft.EmEditor.installer.yaml index 8d204ecfc37a4..5febf8e8438d1 100644 --- a/manifests/e/Emurasoft/EmEditor/22.4.2/Emurasoft.EmEditor.installer.yaml +++ b/manifests/e/Emurasoft/EmEditor/22.4.2/Emurasoft.EmEditor.installer.yaml @@ -1,30 +1,27 @@ -# 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: Emurasoft.EmEditor PackageVersion: 22.4.2 -MinimumOSVersion: 10.0.0.0 -Platform: +InstallerLocale: en-US +Platform: - Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: msi +Scope: user InstallModes: - interactive - silent - silentWithProgress +UpgradeBehavior: install Installers: - Architecture: x64 - InstallerType: msi InstallerUrl: https://download.emeditor.info/emed64_22.4.2.msi InstallerSha256: F26610048BA5FB5D0E2B4FA5538D009391E3C7ECAD4F6CECE9E39695F887B7FA ProductCode: '{AD3D95C7-D420-4957-A739-99AC095FEA9C}' - Scope: user - InstallerLocale: en-US - UpgradeBehavior: install - Architecture: x86 - InstallerType: msi InstallerUrl: https://download.emeditor.info/emed32_22.4.2.msi InstallerSha256: 6E5035CA64B6F7F678EF24B606AEC07363018279F155E2D1CF2D673C30D1BEEC ProductCode: '{93C021C5-0ED4-4192-94A3-03B6CA328092}' - Scope: user - InstallerLocale: en-US - UpgradeBehavior: install ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/22.4.2/Emurasoft.EmEditor.locale.en-US.yaml b/manifests/e/Emurasoft/EmEditor/22.4.2/Emurasoft.EmEditor.locale.en-US.yaml index d57a0b9b16338..4e7eaf10e4bee 100644 --- a/manifests/e/Emurasoft/EmEditor/22.4.2/Emurasoft.EmEditor.locale.en-US.yaml +++ b/manifests/e/Emurasoft/EmEditor/22.4.2/Emurasoft.EmEditor.locale.en-US.yaml @@ -1,4 +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: Emurasoft.EmEditor PackageVersion: 22.4.2 @@ -19,5 +20,10 @@ Description: a text editor supporting very large files, CSV, macros, and plugins Moniker: emeditor Tags: - emeditor +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/22.4.2/Emurasoft.EmEditor.yaml b/manifests/e/Emurasoft/EmEditor/22.4.2/Emurasoft.EmEditor.yaml index beea97c1e08f9..3ddd3bc9a0a27 100644 --- a/manifests/e/Emurasoft/EmEditor/22.4.2/Emurasoft.EmEditor.yaml +++ b/manifests/e/Emurasoft/EmEditor/22.4.2/Emurasoft.EmEditor.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: Emurasoft.EmEditor PackageVersion: 22.4.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/22.5.0/Emurasoft.EmEditor.installer.yaml b/manifests/e/Emurasoft/EmEditor/22.5.0/Emurasoft.EmEditor.installer.yaml index 8d417ba2a6353..356d95cba137d 100644 --- a/manifests/e/Emurasoft/EmEditor/22.5.0/Emurasoft.EmEditor.installer.yaml +++ b/manifests/e/Emurasoft/EmEditor/22.5.0/Emurasoft.EmEditor.installer.yaml @@ -1,30 +1,27 @@ -# 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: Emurasoft.EmEditor PackageVersion: 22.5.0 -MinimumOSVersion: 10.0.0.0 -Platform: +InstallerLocale: en-US +Platform: - Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: msi +Scope: user InstallModes: - interactive - silent - silentWithProgress +UpgradeBehavior: install Installers: - Architecture: x64 - InstallerType: msi InstallerUrl: https://download.emeditor.info/emed64_22.5.0.msi InstallerSha256: A0F8E2DC8F1CAA12E44043F29926CFCD4F199E8FA1DEBB64869CB0B6F4A6088F ProductCode: '{0EC68E4F-869F-49CB-AD3C-7E50A31F3B9D}' - Scope: user - InstallerLocale: en-US - UpgradeBehavior: install - Architecture: x86 - InstallerType: msi InstallerUrl: https://download.emeditor.info/emed32_22.5.0.msi InstallerSha256: BA1FACC733BD8F481B94BF4683FDAD2D8CBC7A95D145C8BA039725C95F756E51 ProductCode: '{7ED8CA8E-D4B6-4F73-91E4-B8CBFC152E98}' - Scope: user - InstallerLocale: en-US - UpgradeBehavior: install ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/22.5.0/Emurasoft.EmEditor.locale.en-US.yaml b/manifests/e/Emurasoft/EmEditor/22.5.0/Emurasoft.EmEditor.locale.en-US.yaml index 0ba511cd32809..246ceec525c59 100644 --- a/manifests/e/Emurasoft/EmEditor/22.5.0/Emurasoft.EmEditor.locale.en-US.yaml +++ b/manifests/e/Emurasoft/EmEditor/22.5.0/Emurasoft.EmEditor.locale.en-US.yaml @@ -1,4 +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: Emurasoft.EmEditor PackageVersion: 22.5.0 @@ -19,5 +20,10 @@ Description: a text editor supporting very large files, CSV, macros, and plugins Moniker: emeditor Tags: - emeditor +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/22.5.0/Emurasoft.EmEditor.yaml b/manifests/e/Emurasoft/EmEditor/22.5.0/Emurasoft.EmEditor.yaml index 1220c5427febf..73314f423eb8d 100644 --- a/manifests/e/Emurasoft/EmEditor/22.5.0/Emurasoft.EmEditor.yaml +++ b/manifests/e/Emurasoft/EmEditor/22.5.0/Emurasoft.EmEditor.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: Emurasoft.EmEditor PackageVersion: 22.5.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/22.5.1/Emurasoft.EmEditor.installer.yaml b/manifests/e/Emurasoft/EmEditor/22.5.1/Emurasoft.EmEditor.installer.yaml index ad323ae71bf78..8ddc2e5407ffb 100644 --- a/manifests/e/Emurasoft/EmEditor/22.5.1/Emurasoft.EmEditor.installer.yaml +++ b/manifests/e/Emurasoft/EmEditor/22.5.1/Emurasoft.EmEditor.installer.yaml @@ -1,30 +1,27 @@ -# 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: Emurasoft.EmEditor PackageVersion: 22.5.1 -MinimumOSVersion: 10.0.0.0 -Platform: +InstallerLocale: en-US +Platform: - Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: msi +Scope: user InstallModes: - interactive - silent - silentWithProgress +UpgradeBehavior: install Installers: - Architecture: x64 - InstallerType: msi InstallerUrl: https://download.emeditor.info/emed64_22.5.1.msi InstallerSha256: 131F2F83095ACA36867C1BFAC0D62095B18850EC20CD110181200C9F93E7A780 ProductCode: '{B7CA8EE9-C64D-4D69-BD0C-C60C8C86D904}' - Scope: user - InstallerLocale: en-US - UpgradeBehavior: install - Architecture: x86 - InstallerType: msi InstallerUrl: https://download.emeditor.info/emed32_22.5.1.msi InstallerSha256: 7302FA7D538D7CC6443E2A1F8B04E5DBD43AD35D9DB4A9A5F2A6B0DA8A72836D ProductCode: '{18F9F296-9B76-4D56-89CA-3192DAB64938}' - Scope: user - InstallerLocale: en-US - UpgradeBehavior: install ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/22.5.1/Emurasoft.EmEditor.locale.en-US.yaml b/manifests/e/Emurasoft/EmEditor/22.5.1/Emurasoft.EmEditor.locale.en-US.yaml index bd329f793d8bd..089af25be9133 100644 --- a/manifests/e/Emurasoft/EmEditor/22.5.1/Emurasoft.EmEditor.locale.en-US.yaml +++ b/manifests/e/Emurasoft/EmEditor/22.5.1/Emurasoft.EmEditor.locale.en-US.yaml @@ -1,4 +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: Emurasoft.EmEditor PackageVersion: 22.5.1 @@ -19,5 +20,10 @@ Description: a text editor supporting very large files, CSV, macros, and plugins Moniker: emeditor Tags: - emeditor +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/22.5.1/Emurasoft.EmEditor.yaml b/manifests/e/Emurasoft/EmEditor/22.5.1/Emurasoft.EmEditor.yaml index db95c55c95778..e047f3e8a2fbb 100644 --- a/manifests/e/Emurasoft/EmEditor/22.5.1/Emurasoft.EmEditor.yaml +++ b/manifests/e/Emurasoft/EmEditor/22.5.1/Emurasoft.EmEditor.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: Emurasoft.EmEditor PackageVersion: 22.5.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/22.5.2/Emurasoft.EmEditor.installer.yaml b/manifests/e/Emurasoft/EmEditor/22.5.2/Emurasoft.EmEditor.installer.yaml index a4d8cacdd6f82..131348a2a3b1f 100644 --- a/manifests/e/Emurasoft/EmEditor/22.5.2/Emurasoft.EmEditor.installer.yaml +++ b/manifests/e/Emurasoft/EmEditor/22.5.2/Emurasoft.EmEditor.installer.yaml @@ -1,30 +1,27 @@ -# 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: Emurasoft.EmEditor PackageVersion: 22.5.2 -MinimumOSVersion: 10.0.0.0 -Platform: +InstallerLocale: en-US +Platform: - Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: msi +Scope: user InstallModes: - interactive - silent - silentWithProgress +UpgradeBehavior: install Installers: - Architecture: x64 - InstallerType: msi InstallerUrl: https://download.emeditor.info/emed64_22.5.2.msi InstallerSha256: 0E04E73F4176E4350385AFA935C614A3AEF041116A28B8B92497065355A76469 ProductCode: '{05425B62-23AA-472B-9AAB-F0AC8942D17C}' - Scope: user - InstallerLocale: en-US - UpgradeBehavior: install - Architecture: x86 - InstallerType: msi InstallerUrl: https://download.emeditor.info/emed32_22.5.2.msi InstallerSha256: D6EAEA477B3489791769C7980923D940A181DD839248F1F55A49E6F5946BF280 ProductCode: '{40677DE7-F6DC-4E08-AFC6-8CD73DDD335D}' - Scope: user - InstallerLocale: en-US - UpgradeBehavior: install ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/22.5.2/Emurasoft.EmEditor.locale.en-US.yaml b/manifests/e/Emurasoft/EmEditor/22.5.2/Emurasoft.EmEditor.locale.en-US.yaml index d5c4e030fac04..ec1022dd2c622 100644 --- a/manifests/e/Emurasoft/EmEditor/22.5.2/Emurasoft.EmEditor.locale.en-US.yaml +++ b/manifests/e/Emurasoft/EmEditor/22.5.2/Emurasoft.EmEditor.locale.en-US.yaml @@ -1,4 +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: Emurasoft.EmEditor PackageVersion: 22.5.2 @@ -19,5 +20,10 @@ Description: a text editor supporting very large files, CSV, macros, and plugins Moniker: emeditor Tags: - emeditor +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/22.5.2/Emurasoft.EmEditor.yaml b/manifests/e/Emurasoft/EmEditor/22.5.2/Emurasoft.EmEditor.yaml index 85d162c1d975e..de02b6409db89 100644 --- a/manifests/e/Emurasoft/EmEditor/22.5.2/Emurasoft.EmEditor.yaml +++ b/manifests/e/Emurasoft/EmEditor/22.5.2/Emurasoft.EmEditor.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: Emurasoft.EmEditor PackageVersion: 22.5.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/23.1.1/Emurasoft.EmEditor.installer.yaml b/manifests/e/Emurasoft/EmEditor/23.1.1/Emurasoft.EmEditor.installer.yaml index 5737720c958d7..6d08671dc7b5a 100644 --- a/manifests/e/Emurasoft/EmEditor/23.1.1/Emurasoft.EmEditor.installer.yaml +++ b/manifests/e/Emurasoft/EmEditor/23.1.1/Emurasoft.EmEditor.installer.yaml @@ -1,30 +1,27 @@ -# 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: Emurasoft.EmEditor PackageVersion: 23.1.1 -MinimumOSVersion: 10.0.0.0 -Platform: +InstallerLocale: en-US +Platform: - Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: msi +Scope: user InstallModes: - interactive - silent - silentWithProgress +UpgradeBehavior: install Installers: - Architecture: x64 - InstallerType: msi InstallerUrl: https://download.emeditor.info/emed64_23.1.1.msi - InstallerSha256: aca3fa710eb357320f902ec4b0fa84289ac45e1eb5bcba11aac6fff905dfa47e + InstallerSha256: ACA3FA710EB357320F902EC4B0FA84289AC45E1EB5BCBA11AAC6FFF905DFA47E ProductCode: '{373E2FD0-7AA9-4880-8DDB-6D421FF3352C}' - Scope: user - InstallerLocale: en-US - UpgradeBehavior: install - Architecture: x86 - InstallerType: msi InstallerUrl: https://download.emeditor.info/emed32_23.1.1.msi - InstallerSha256: 7f1c93843c024973297f75e01116fb1d264da37a24b689d6591a8196a0596a92 + InstallerSha256: 7F1C93843C024973297F75E01116FB1D264DA37A24B689D6591A8196A0596A92 ProductCode: '{D6B06A24-E772-44B8-99EB-CC5306BFCF40}' - Scope: user - InstallerLocale: en-US - UpgradeBehavior: install ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/23.1.1/Emurasoft.EmEditor.locale.en-US.yaml b/manifests/e/Emurasoft/EmEditor/23.1.1/Emurasoft.EmEditor.locale.en-US.yaml index 4342757fd55a5..bb23f56b49478 100644 --- a/manifests/e/Emurasoft/EmEditor/23.1.1/Emurasoft.EmEditor.locale.en-US.yaml +++ b/manifests/e/Emurasoft/EmEditor/23.1.1/Emurasoft.EmEditor.locale.en-US.yaml @@ -1,4 +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: Emurasoft.EmEditor PackageVersion: 23.1.1 @@ -19,5 +20,10 @@ Description: a text editor supporting very large files, CSV, macros, and plugins Moniker: emeditor Tags: - emeditor +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/23.1.1/Emurasoft.EmEditor.yaml b/manifests/e/Emurasoft/EmEditor/23.1.1/Emurasoft.EmEditor.yaml index 04a0e7e5e89d8..a78cea9258454 100644 --- a/manifests/e/Emurasoft/EmEditor/23.1.1/Emurasoft.EmEditor.yaml +++ b/manifests/e/Emurasoft/EmEditor/23.1.1/Emurasoft.EmEditor.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: Emurasoft.EmEditor PackageVersion: 23.1.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/23.1.2/Emurasoft.EmEditor.installer.yaml b/manifests/e/Emurasoft/EmEditor/23.1.2/Emurasoft.EmEditor.installer.yaml index b1627a9541707..de5855a22e779 100644 --- a/manifests/e/Emurasoft/EmEditor/23.1.2/Emurasoft.EmEditor.installer.yaml +++ b/manifests/e/Emurasoft/EmEditor/23.1.2/Emurasoft.EmEditor.installer.yaml @@ -1,30 +1,27 @@ -# 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: Emurasoft.EmEditor PackageVersion: 23.1.2 -MinimumOSVersion: 10.0.0.0 -Platform: +InstallerLocale: en-US +Platform: - Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: msi +Scope: user InstallModes: - interactive - silent - silentWithProgress +UpgradeBehavior: install Installers: - Architecture: x64 - InstallerType: msi InstallerUrl: https://download.emeditor.info/emed64_23.1.2.msi - InstallerSha256: cf634d7362267289d88e5b0b6f545c5c4c11dc3f7dc6d9d0197e6be22b2aaed3 + InstallerSha256: CF634D7362267289D88E5B0B6F545C5C4C11DC3F7DC6D9D0197E6BE22B2AAED3 ProductCode: '{3962D502-6E47-463C-957E-45960AFE3D0A}' - Scope: user - InstallerLocale: en-US - UpgradeBehavior: install - Architecture: x86 - InstallerType: msi InstallerUrl: https://download.emeditor.info/emed32_23.1.2.msi - InstallerSha256: 1284c626f5156f102c192fe5ff84d80562a1c5f9745b30b46692569ed72d41f3 + InstallerSha256: 1284C626F5156F102C192FE5FF84D80562A1C5F9745B30B46692569ED72D41F3 ProductCode: '{413F0BB6-AACD-4038-B273-3DE549DAB218}' - Scope: user - InstallerLocale: en-US - UpgradeBehavior: install ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/23.1.2/Emurasoft.EmEditor.locale.en-US.yaml b/manifests/e/Emurasoft/EmEditor/23.1.2/Emurasoft.EmEditor.locale.en-US.yaml index af2d5f415cbc9..d83096cbc068c 100644 --- a/manifests/e/Emurasoft/EmEditor/23.1.2/Emurasoft.EmEditor.locale.en-US.yaml +++ b/manifests/e/Emurasoft/EmEditor/23.1.2/Emurasoft.EmEditor.locale.en-US.yaml @@ -1,4 +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: Emurasoft.EmEditor PackageVersion: 23.1.2 @@ -19,5 +20,10 @@ Description: a text editor supporting very large files, CSV, macros, and plugins Moniker: emeditor Tags: - emeditor +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/23.1.2/Emurasoft.EmEditor.yaml b/manifests/e/Emurasoft/EmEditor/23.1.2/Emurasoft.EmEditor.yaml index 29567aba43fd6..1f47824651f6e 100644 --- a/manifests/e/Emurasoft/EmEditor/23.1.2/Emurasoft.EmEditor.yaml +++ b/manifests/e/Emurasoft/EmEditor/23.1.2/Emurasoft.EmEditor.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: Emurasoft.EmEditor PackageVersion: 23.1.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/24.0.0/Emurasoft.EmEditor.installer.yaml b/manifests/e/Emurasoft/EmEditor/24.0.0/Emurasoft.EmEditor.installer.yaml index 264d71d9473ed..b20fa047e4d8d 100644 --- a/manifests/e/Emurasoft/EmEditor/24.0.0/Emurasoft.EmEditor.installer.yaml +++ b/manifests/e/Emurasoft/EmEditor/24.0.0/Emurasoft.EmEditor.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: Emurasoft.EmEditor PackageVersion: 24.0.0 @@ -24,4 +24,4 @@ Installers: InstallerSha256: C829532269C7648567FFD95548ECD044F2D80FEFCB66A5AED24D041E9EDB3F3F ProductCode: '{450C815B-0643-41AA-BAEF-6FDB35D84288}' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/24.0.0/Emurasoft.EmEditor.locale.en-US.yaml b/manifests/e/Emurasoft/EmEditor/24.0.0/Emurasoft.EmEditor.locale.en-US.yaml index 0b8470cf9737b..281255b7ed338 100644 --- a/manifests/e/Emurasoft/EmEditor/24.0.0/Emurasoft.EmEditor.locale.en-US.yaml +++ b/manifests/e/Emurasoft/EmEditor/24.0.0/Emurasoft.EmEditor.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: Emurasoft.EmEditor PackageVersion: 24.0.0 @@ -20,5 +20,10 @@ Description: a text editor supporting very large files, CSV, macros, and plugins Moniker: emeditor Tags: - emeditor +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/24.0.0/Emurasoft.EmEditor.yaml b/manifests/e/Emurasoft/EmEditor/24.0.0/Emurasoft.EmEditor.yaml index d912f7dc99bce..b97d4850abf18 100644 --- a/manifests/e/Emurasoft/EmEditor/24.0.0/Emurasoft.EmEditor.yaml +++ b/manifests/e/Emurasoft/EmEditor/24.0.0/Emurasoft.EmEditor.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: Emurasoft.EmEditor PackageVersion: 24.0.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/24.0.1/Emurasoft.EmEditor.installer.yaml b/manifests/e/Emurasoft/EmEditor/24.0.1/Emurasoft.EmEditor.installer.yaml index be2ced68fcd8d..1955892f8f944 100644 --- a/manifests/e/Emurasoft/EmEditor/24.0.1/Emurasoft.EmEditor.installer.yaml +++ b/manifests/e/Emurasoft/EmEditor/24.0.1/Emurasoft.EmEditor.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: Emurasoft.EmEditor PackageVersion: 24.0.1 @@ -24,4 +24,4 @@ Installers: InstallerSha256: 2B0003E5D625C4BD8CB5CB86CE842E5D0C4062FE7756BA54E97DA47D5126FA54 ProductCode: '{62FB0D40-F37D-4BB3-B327-D875500F7F29}' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/24.0.1/Emurasoft.EmEditor.locale.en-US.yaml b/manifests/e/Emurasoft/EmEditor/24.0.1/Emurasoft.EmEditor.locale.en-US.yaml index 185a07e77f242..365846185b281 100644 --- a/manifests/e/Emurasoft/EmEditor/24.0.1/Emurasoft.EmEditor.locale.en-US.yaml +++ b/manifests/e/Emurasoft/EmEditor/24.0.1/Emurasoft.EmEditor.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: Emurasoft.EmEditor PackageVersion: 24.0.1 @@ -20,5 +20,10 @@ Description: a text editor supporting very large files, CSV, macros, and plugins Moniker: emeditor Tags: - emeditor +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/24.0.1/Emurasoft.EmEditor.yaml b/manifests/e/Emurasoft/EmEditor/24.0.1/Emurasoft.EmEditor.yaml index 176b9cd155bc3..7915dae2d5e17 100644 --- a/manifests/e/Emurasoft/EmEditor/24.0.1/Emurasoft.EmEditor.yaml +++ b/manifests/e/Emurasoft/EmEditor/24.0.1/Emurasoft.EmEditor.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: Emurasoft.EmEditor PackageVersion: 24.0.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/24.1.0/Emurasoft.EmEditor.installer.yaml b/manifests/e/Emurasoft/EmEditor/24.1.0/Emurasoft.EmEditor.installer.yaml index eb56c7a14f5e3..0e5b3e9fa616f 100644 --- a/manifests/e/Emurasoft/EmEditor/24.1.0/Emurasoft.EmEditor.installer.yaml +++ b/manifests/e/Emurasoft/EmEditor/24.1.0/Emurasoft.EmEditor.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: Emurasoft.EmEditor PackageVersion: 24.1.0 @@ -23,4 +23,4 @@ Installers: InstallerSha256: 43EA7D89226DE19DA507A92E6CB5A48BD024BD9692D6BDCFDD0DF3755181970C ProductCode: '{48BDB6FA-659E-4C13-A032-E3CFFEC1F4F8}' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/24.1.0/Emurasoft.EmEditor.locale.en-US.yaml b/manifests/e/Emurasoft/EmEditor/24.1.0/Emurasoft.EmEditor.locale.en-US.yaml index 4bd7a9df103e7..f6819638e32e5 100644 --- a/manifests/e/Emurasoft/EmEditor/24.1.0/Emurasoft.EmEditor.locale.en-US.yaml +++ b/manifests/e/Emurasoft/EmEditor/24.1.0/Emurasoft.EmEditor.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: Emurasoft.EmEditor PackageVersion: 24.1.0 @@ -20,5 +20,10 @@ Description: a text editor supporting very large files, CSV, macros, and plugins Moniker: emeditor Tags: - emeditor +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/24.1.0/Emurasoft.EmEditor.yaml b/manifests/e/Emurasoft/EmEditor/24.1.0/Emurasoft.EmEditor.yaml index 10450df5684b0..88b989ff279dd 100644 --- a/manifests/e/Emurasoft/EmEditor/24.1.0/Emurasoft.EmEditor.yaml +++ b/manifests/e/Emurasoft/EmEditor/24.1.0/Emurasoft.EmEditor.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: Emurasoft.EmEditor PackageVersion: 24.1.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/24.1.1/Emurasoft.EmEditor.installer.yaml b/manifests/e/Emurasoft/EmEditor/24.1.1/Emurasoft.EmEditor.installer.yaml index 08601eed52ae3..b89774f4b5bae 100644 --- a/manifests/e/Emurasoft/EmEditor/24.1.1/Emurasoft.EmEditor.installer.yaml +++ b/manifests/e/Emurasoft/EmEditor/24.1.1/Emurasoft.EmEditor.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: Emurasoft.EmEditor PackageVersion: 24.1.1 @@ -23,4 +23,4 @@ Installers: InstallerSha256: 21E26809841B1CBFAA0A020CC4ACD11964BDF20B25303C94429CA839F0C21B18 ProductCode: '{31FD4CC2-D16A-45D2-BA88-FC6C3A75BD15}' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/24.1.1/Emurasoft.EmEditor.locale.en-US.yaml b/manifests/e/Emurasoft/EmEditor/24.1.1/Emurasoft.EmEditor.locale.en-US.yaml index e63c5ab72715e..b2c4700bea1d2 100644 --- a/manifests/e/Emurasoft/EmEditor/24.1.1/Emurasoft.EmEditor.locale.en-US.yaml +++ b/manifests/e/Emurasoft/EmEditor/24.1.1/Emurasoft.EmEditor.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: Emurasoft.EmEditor PackageVersion: 24.1.1 @@ -20,5 +20,10 @@ Description: a text editor supporting very large files, CSV, macros, and plugins Moniker: emeditor Tags: - emeditor +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/24.1.1/Emurasoft.EmEditor.yaml b/manifests/e/Emurasoft/EmEditor/24.1.1/Emurasoft.EmEditor.yaml index c3715bc3c70cd..9a8b80708495a 100644 --- a/manifests/e/Emurasoft/EmEditor/24.1.1/Emurasoft.EmEditor.yaml +++ b/manifests/e/Emurasoft/EmEditor/24.1.1/Emurasoft.EmEditor.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: Emurasoft.EmEditor PackageVersion: 24.1.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/24.1.2/Emurasoft.EmEditor.installer.yaml b/manifests/e/Emurasoft/EmEditor/24.1.2/Emurasoft.EmEditor.installer.yaml index 9fe8c5e502a8c..2fcb9d7858845 100644 --- a/manifests/e/Emurasoft/EmEditor/24.1.2/Emurasoft.EmEditor.installer.yaml +++ b/manifests/e/Emurasoft/EmEditor/24.1.2/Emurasoft.EmEditor.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: Emurasoft.EmEditor PackageVersion: 24.1.2 @@ -23,4 +23,4 @@ Installers: InstallerSha256: 5AF2020F4BF8E61249507A0B9F2F6C719F8C4FA4C1863CC48B7F38785DDF99B5 ProductCode: '{A76261A2-086A-49A3-B662-A9B4DA310518}' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/24.1.2/Emurasoft.EmEditor.locale.en-US.yaml b/manifests/e/Emurasoft/EmEditor/24.1.2/Emurasoft.EmEditor.locale.en-US.yaml index 3e282f6842003..f9ece450b50bf 100644 --- a/manifests/e/Emurasoft/EmEditor/24.1.2/Emurasoft.EmEditor.locale.en-US.yaml +++ b/manifests/e/Emurasoft/EmEditor/24.1.2/Emurasoft.EmEditor.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: Emurasoft.EmEditor PackageVersion: 24.1.2 @@ -20,5 +20,10 @@ Description: a text editor supporting very large files, CSV, macros, and plugins Moniker: emeditor Tags: - emeditor +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/24.1.2/Emurasoft.EmEditor.yaml b/manifests/e/Emurasoft/EmEditor/24.1.2/Emurasoft.EmEditor.yaml index a26c2064f264b..20ec3445f6409 100644 --- a/manifests/e/Emurasoft/EmEditor/24.1.2/Emurasoft.EmEditor.yaml +++ b/manifests/e/Emurasoft/EmEditor/24.1.2/Emurasoft.EmEditor.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: Emurasoft.EmEditor PackageVersion: 24.1.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/24.2.0/Emurasoft.EmEditor.installer.yaml b/manifests/e/Emurasoft/EmEditor/24.2.0/Emurasoft.EmEditor.installer.yaml index 1fac1e2b298b8..1172c71257462 100644 --- a/manifests/e/Emurasoft/EmEditor/24.2.0/Emurasoft.EmEditor.installer.yaml +++ b/manifests/e/Emurasoft/EmEditor/24.2.0/Emurasoft.EmEditor.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: Emurasoft.EmEditor PackageVersion: 24.2.0 @@ -23,4 +23,4 @@ Installers: InstallerSha256: 6345D8933401A01D452248D6934B97CAD69CFAF7DA9F0C258D3ACD60F35A544E ProductCode: '{39A3C7BB-EA98-4DDA-8E8C-F604E357416C}' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/24.2.0/Emurasoft.EmEditor.locale.en-US.yaml b/manifests/e/Emurasoft/EmEditor/24.2.0/Emurasoft.EmEditor.locale.en-US.yaml index b2af3e3b8908d..cdb300e73a7ad 100644 --- a/manifests/e/Emurasoft/EmEditor/24.2.0/Emurasoft.EmEditor.locale.en-US.yaml +++ b/manifests/e/Emurasoft/EmEditor/24.2.0/Emurasoft.EmEditor.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: Emurasoft.EmEditor PackageVersion: 24.2.0 @@ -20,5 +20,10 @@ Description: a text editor supporting very large files, CSV, macros, and plugins Moniker: emeditor Tags: - emeditor +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/24.2.0/Emurasoft.EmEditor.yaml b/manifests/e/Emurasoft/EmEditor/24.2.0/Emurasoft.EmEditor.yaml index 092ce8d06459b..d0e82964c0e0f 100644 --- a/manifests/e/Emurasoft/EmEditor/24.2.0/Emurasoft.EmEditor.yaml +++ b/manifests/e/Emurasoft/EmEditor/24.2.0/Emurasoft.EmEditor.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: Emurasoft.EmEditor PackageVersion: 24.2.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/24.2.1/Emurasoft.EmEditor.installer.yaml b/manifests/e/Emurasoft/EmEditor/24.2.1/Emurasoft.EmEditor.installer.yaml index a067cf8ffbe24..37e6db3ea0183 100644 --- a/manifests/e/Emurasoft/EmEditor/24.2.1/Emurasoft.EmEditor.installer.yaml +++ b/manifests/e/Emurasoft/EmEditor/24.2.1/Emurasoft.EmEditor.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: Emurasoft.EmEditor PackageVersion: 24.2.1 @@ -23,4 +23,4 @@ Installers: InstallerSha256: 40397F3EBA8B6692D9674B4343EDA38F43C927513D8A8CC93DE9FB11B6ED673F ProductCode: '{A1564778-B924-46E3-912B-D42376D2F38F}' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/24.2.1/Emurasoft.EmEditor.locale.en-US.yaml b/manifests/e/Emurasoft/EmEditor/24.2.1/Emurasoft.EmEditor.locale.en-US.yaml index c3a59b7fa5c7b..6be3f68e8dbae 100644 --- a/manifests/e/Emurasoft/EmEditor/24.2.1/Emurasoft.EmEditor.locale.en-US.yaml +++ b/manifests/e/Emurasoft/EmEditor/24.2.1/Emurasoft.EmEditor.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: Emurasoft.EmEditor PackageVersion: 24.2.1 @@ -20,5 +20,10 @@ Description: a text editor supporting very large files, CSV, macros, and plugins Moniker: emeditor Tags: - emeditor +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/24.2.1/Emurasoft.EmEditor.yaml b/manifests/e/Emurasoft/EmEditor/24.2.1/Emurasoft.EmEditor.yaml index 58e78cb39babd..2608fe6767998 100644 --- a/manifests/e/Emurasoft/EmEditor/24.2.1/Emurasoft.EmEditor.yaml +++ b/manifests/e/Emurasoft/EmEditor/24.2.1/Emurasoft.EmEditor.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: Emurasoft.EmEditor PackageVersion: 24.2.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/24.3.0/Emurasoft.EmEditor.installer.yaml b/manifests/e/Emurasoft/EmEditor/24.3.0/Emurasoft.EmEditor.installer.yaml index beed46cb86c9d..421e487abdfd0 100644 --- a/manifests/e/Emurasoft/EmEditor/24.3.0/Emurasoft.EmEditor.installer.yaml +++ b/manifests/e/Emurasoft/EmEditor/24.3.0/Emurasoft.EmEditor.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: Emurasoft.EmEditor PackageVersion: 24.3.0 @@ -23,4 +23,4 @@ Installers: InstallerSha256: 15641F69E0CEFE6E97B5E8E152F3091A97130028B714103E6BF43A57A4F3DC51 ProductCode: '{949F24AD-703D-4FC7-9B1B-98992818B7C7}' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/24.3.0/Emurasoft.EmEditor.locale.en-US.yaml b/manifests/e/Emurasoft/EmEditor/24.3.0/Emurasoft.EmEditor.locale.en-US.yaml index 27f57f129ea3e..178c328cb70f0 100644 --- a/manifests/e/Emurasoft/EmEditor/24.3.0/Emurasoft.EmEditor.locale.en-US.yaml +++ b/manifests/e/Emurasoft/EmEditor/24.3.0/Emurasoft.EmEditor.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: Emurasoft.EmEditor PackageVersion: 24.3.0 @@ -20,5 +20,10 @@ Description: a text editor supporting very large files, CSV, macros, and plugins Moniker: emeditor Tags: - emeditor +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/24.3.0/Emurasoft.EmEditor.yaml b/manifests/e/Emurasoft/EmEditor/24.3.0/Emurasoft.EmEditor.yaml index 41d4f628df00c..c5ec7587f7e7b 100644 --- a/manifests/e/Emurasoft/EmEditor/24.3.0/Emurasoft.EmEditor.yaml +++ b/manifests/e/Emurasoft/EmEditor/24.3.0/Emurasoft.EmEditor.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: Emurasoft.EmEditor PackageVersion: 24.3.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/24.3.1/Emurasoft.EmEditor.installer.yaml b/manifests/e/Emurasoft/EmEditor/24.3.1/Emurasoft.EmEditor.installer.yaml index b38c5107976a8..8ffdb344dbe2a 100644 --- a/manifests/e/Emurasoft/EmEditor/24.3.1/Emurasoft.EmEditor.installer.yaml +++ b/manifests/e/Emurasoft/EmEditor/24.3.1/Emurasoft.EmEditor.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: Emurasoft.EmEditor PackageVersion: 24.3.1 @@ -23,4 +23,4 @@ Installers: InstallerSha256: B442A5ACFBB067FEC9E99BA338C20EE3AEC68B953F95376595F588C02A4ED4BB ProductCode: '{A0C7844D-6F5F-42BD-BC44-7C3FEF16AA4B}' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/24.3.1/Emurasoft.EmEditor.locale.en-US.yaml b/manifests/e/Emurasoft/EmEditor/24.3.1/Emurasoft.EmEditor.locale.en-US.yaml index aed9c8b3fc59b..e2123177b682e 100644 --- a/manifests/e/Emurasoft/EmEditor/24.3.1/Emurasoft.EmEditor.locale.en-US.yaml +++ b/manifests/e/Emurasoft/EmEditor/24.3.1/Emurasoft.EmEditor.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: Emurasoft.EmEditor PackageVersion: 24.3.1 @@ -20,5 +20,10 @@ Description: a text editor supporting very large files, CSV, macros, and plugins Moniker: emeditor Tags: - emeditor +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/24.3.1/Emurasoft.EmEditor.yaml b/manifests/e/Emurasoft/EmEditor/24.3.1/Emurasoft.EmEditor.yaml index 7ce70e73aa3ba..234af07c1e29a 100644 --- a/manifests/e/Emurasoft/EmEditor/24.3.1/Emurasoft.EmEditor.yaml +++ b/manifests/e/Emurasoft/EmEditor/24.3.1/Emurasoft.EmEditor.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: Emurasoft.EmEditor PackageVersion: 24.3.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/24.3.2/Emurasoft.EmEditor.installer.yaml b/manifests/e/Emurasoft/EmEditor/24.3.2/Emurasoft.EmEditor.installer.yaml index e1eaa07086a02..29e7418acaa74 100644 --- a/manifests/e/Emurasoft/EmEditor/24.3.2/Emurasoft.EmEditor.installer.yaml +++ b/manifests/e/Emurasoft/EmEditor/24.3.2/Emurasoft.EmEditor.installer.yaml @@ -1,9 +1,9 @@ -# Created with YamlCreate.ps1 v2.4.1 $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: Emurasoft.EmEditor PackageVersion: 24.3.2 -InstallerType: msi # Advanced Installer +InstallerType: msi InstallerSwitches: InstallLocation: APPDIR="" UpgradeBehavior: install @@ -30,4 +30,4 @@ Installers: - ProductCode: '{543E4CB8-A9F3-4C08-88DE-A4EE6DC24CAF}' UpgradeCode: '{F33C06EF-F3AC-40CC-9A28-77BD5FBE708E}' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/24.3.2/Emurasoft.EmEditor.locale.en-US.yaml b/manifests/e/Emurasoft/EmEditor/24.3.2/Emurasoft.EmEditor.locale.en-US.yaml index 4512f3d76f4e7..8dcdb7b6b12be 100644 --- a/manifests/e/Emurasoft/EmEditor/24.3.2/Emurasoft.EmEditor.locale.en-US.yaml +++ b/manifests/e/Emurasoft/EmEditor/24.3.2/Emurasoft.EmEditor.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 $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: Emurasoft.EmEditor PackageVersion: 24.3.2 @@ -34,4 +34,4 @@ Documentations: - DocumentLabel: Manual DocumentUrl: https://www.emeditor.com/doc/emeditor-pro-manual-en14.pdf ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/24.3.2/Emurasoft.EmEditor.locale.zh-CN.yaml b/manifests/e/Emurasoft/EmEditor/24.3.2/Emurasoft.EmEditor.locale.zh-CN.yaml index b928fb29bf548..933d90c9092d4 100644 --- a/manifests/e/Emurasoft/EmEditor/24.3.2/Emurasoft.EmEditor.locale.zh-CN.yaml +++ b/manifests/e/Emurasoft/EmEditor/24.3.2/Emurasoft.EmEditor.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 $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: Emurasoft.EmEditor PackageVersion: 24.3.2 @@ -34,4 +34,4 @@ Documentations: - DocumentLabel: 使用手册 DocumentUrl: https://www.emeditor.com/doc/emeditor-pro-manual-en14.pdf ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/24.3.2/Emurasoft.EmEditor.yaml b/manifests/e/Emurasoft/EmEditor/24.3.2/Emurasoft.EmEditor.yaml index ce832a924554e..61a3da21f4145 100644 --- a/manifests/e/Emurasoft/EmEditor/24.3.2/Emurasoft.EmEditor.yaml +++ b/manifests/e/Emurasoft/EmEditor/24.3.2/Emurasoft.EmEditor.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.4.1 $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: Emurasoft.EmEditor PackageVersion: 24.3.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/24.4.0/Emurasoft.EmEditor.installer.yaml b/manifests/e/Emurasoft/EmEditor/24.4.0/Emurasoft.EmEditor.installer.yaml index 7238199de1fe9..d6699a1d020b9 100644 --- a/manifests/e/Emurasoft/EmEditor/24.4.0/Emurasoft.EmEditor.installer.yaml +++ b/manifests/e/Emurasoft/EmEditor/24.4.0/Emurasoft.EmEditor.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: Emurasoft.EmEditor PackageVersion: 24.4.0 @@ -30,4 +30,4 @@ Installers: - ProductCode: '{ACB5AAFF-6C0E-4DEF-BE7B-0880BC00D601}' UpgradeCode: '{F33C06EF-F3AC-40CC-9A28-77BD5FBE708E}' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/24.4.0/Emurasoft.EmEditor.locale.en-US.yaml b/manifests/e/Emurasoft/EmEditor/24.4.0/Emurasoft.EmEditor.locale.en-US.yaml index 9048156ff636d..1454e7c503d2c 100644 --- a/manifests/e/Emurasoft/EmEditor/24.4.0/Emurasoft.EmEditor.locale.en-US.yaml +++ b/manifests/e/Emurasoft/EmEditor/24.4.0/Emurasoft.EmEditor.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: Emurasoft.EmEditor PackageVersion: 24.4.0 @@ -65,4 +65,4 @@ Documentations: - DocumentLabel: Manual DocumentUrl: https://www.emeditor.com/doc/emeditor-pro-manual-en14.pdf ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/24.4.0/Emurasoft.EmEditor.locale.zh-CN.yaml b/manifests/e/Emurasoft/EmEditor/24.4.0/Emurasoft.EmEditor.locale.zh-CN.yaml index ea5bcd3835af7..75c6103ddd2df 100644 --- a/manifests/e/Emurasoft/EmEditor/24.4.0/Emurasoft.EmEditor.locale.zh-CN.yaml +++ b/manifests/e/Emurasoft/EmEditor/24.4.0/Emurasoft.EmEditor.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: Emurasoft.EmEditor PackageVersion: 24.4.0 @@ -30,4 +30,4 @@ Documentations: - DocumentLabel: 使用手册 DocumentUrl: https://www.emeditor.com/doc/emeditor-pro-manual-en14.pdf ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/24.4.0/Emurasoft.EmEditor.yaml b/manifests/e/Emurasoft/EmEditor/24.4.0/Emurasoft.EmEditor.yaml index d3b5003770a84..4e6d7e7a6c9c9 100644 --- a/manifests/e/Emurasoft/EmEditor/24.4.0/Emurasoft.EmEditor.yaml +++ b/manifests/e/Emurasoft/EmEditor/24.4.0/Emurasoft.EmEditor.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: Emurasoft.EmEditor PackageVersion: 24.4.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/24.4.1/Emurasoft.EmEditor.installer.yaml b/manifests/e/Emurasoft/EmEditor/24.4.1/Emurasoft.EmEditor.installer.yaml index 0922a6e5b2146..c91d8f23795e8 100644 --- a/manifests/e/Emurasoft/EmEditor/24.4.1/Emurasoft.EmEditor.installer.yaml +++ b/manifests/e/Emurasoft/EmEditor/24.4.1/Emurasoft.EmEditor.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: Emurasoft.EmEditor PackageVersion: 24.4.1 @@ -30,4 +30,4 @@ Installers: - ProductCode: '{09AF1C3D-D3D9-4649-A325-BBC54971D0DB}' UpgradeCode: '{F33C06EF-F3AC-40CC-9A28-77BD5FBE708E}' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/24.4.1/Emurasoft.EmEditor.locale.en-US.yaml b/manifests/e/Emurasoft/EmEditor/24.4.1/Emurasoft.EmEditor.locale.en-US.yaml index 9432b468d1eb9..96217c606ae93 100644 --- a/manifests/e/Emurasoft/EmEditor/24.4.1/Emurasoft.EmEditor.locale.en-US.yaml +++ b/manifests/e/Emurasoft/EmEditor/24.4.1/Emurasoft.EmEditor.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: Emurasoft.EmEditor PackageVersion: 24.4.1 @@ -42,4 +42,4 @@ Documentations: - DocumentLabel: Manual DocumentUrl: https://www.emeditor.com/doc/emeditor-pro-manual-en14.pdf ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/24.4.1/Emurasoft.EmEditor.locale.zh-CN.yaml b/manifests/e/Emurasoft/EmEditor/24.4.1/Emurasoft.EmEditor.locale.zh-CN.yaml index 77b7fb7f08cb5..0564811d3dc15 100644 --- a/manifests/e/Emurasoft/EmEditor/24.4.1/Emurasoft.EmEditor.locale.zh-CN.yaml +++ b/manifests/e/Emurasoft/EmEditor/24.4.1/Emurasoft.EmEditor.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: Emurasoft.EmEditor PackageVersion: 24.4.1 @@ -30,4 +30,4 @@ Documentations: - DocumentLabel: 使用手册 DocumentUrl: https://www.emeditor.com/doc/emeditor-pro-manual-en14.pdf ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/24.4.1/Emurasoft.EmEditor.yaml b/manifests/e/Emurasoft/EmEditor/24.4.1/Emurasoft.EmEditor.yaml index 679cc61fdd0a0..9da5a1a9b6c9d 100644 --- a/manifests/e/Emurasoft/EmEditor/24.4.1/Emurasoft.EmEditor.yaml +++ b/manifests/e/Emurasoft/EmEditor/24.4.1/Emurasoft.EmEditor.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: Emurasoft.EmEditor PackageVersion: 24.4.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/24.4.2/Emurasoft.EmEditor.installer.yaml b/manifests/e/Emurasoft/EmEditor/24.4.2/Emurasoft.EmEditor.installer.yaml index 807564f9c3beb..7af735a1cf65c 100644 --- a/manifests/e/Emurasoft/EmEditor/24.4.2/Emurasoft.EmEditor.installer.yaml +++ b/manifests/e/Emurasoft/EmEditor/24.4.2/Emurasoft.EmEditor.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: Emurasoft.EmEditor PackageVersion: 24.4.2 @@ -30,4 +30,4 @@ Installers: - ProductCode: '{20A63051-3572-4DFF-8BF2-8A4B182F8239}' UpgradeCode: '{F33C06EF-F3AC-40CC-9A28-77BD5FBE708E}' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/24.4.2/Emurasoft.EmEditor.locale.en-US.yaml b/manifests/e/Emurasoft/EmEditor/24.4.2/Emurasoft.EmEditor.locale.en-US.yaml index 02aaa70f9842c..e6200fb79c5c1 100644 --- a/manifests/e/Emurasoft/EmEditor/24.4.2/Emurasoft.EmEditor.locale.en-US.yaml +++ b/manifests/e/Emurasoft/EmEditor/24.4.2/Emurasoft.EmEditor.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: Emurasoft.EmEditor PackageVersion: 24.4.2 @@ -16,6 +16,7 @@ LicenseUrl: https://www.emeditor.com/about/eula/ Copyright: Copyright © 1997-2024 by Emurasoft, Inc. CopyrightUrl: https://www.emeditor.com/about/eula/ ShortDescription: A fast, lightweight, yet extensible, easy-to-use text editor, code editor, CSV editor, and large file viewer for Windows. +# Description: Moniker: emeditor Tags: - code @@ -39,8 +40,10 @@ ReleaseNotes: |- - Set a maximum limit of 10,000,000 to the Additional Lines to Search for Regular Expressions text box in the Advanced dialog box. If you use the Desktop Installer version, you can select Check for Updates on the Help to download the newest version. If this method fails, please download the newest version, and run the downloaded installer. If you use the Desktop portable version, you can go to the Download page to download the newest version. The Store App versions can be updated through Microsoft Store (64-bit or 32-bit) after a few days. ReleaseNotesUrl: https://www.emeditor.com/emeditor-core/emeditor-v24-4-2-released/ +# PurchaseUrl: +# InstallationNotes: Documentations: - DocumentLabel: Manual DocumentUrl: https://www.emeditor.com/doc/emeditor-pro-manual-en14.pdf ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/24.4.2/Emurasoft.EmEditor.locale.zh-CN.yaml b/manifests/e/Emurasoft/EmEditor/24.4.2/Emurasoft.EmEditor.locale.zh-CN.yaml index 990075ffe9a58..717dac0f65e71 100644 --- a/manifests/e/Emurasoft/EmEditor/24.4.2/Emurasoft.EmEditor.locale.zh-CN.yaml +++ b/manifests/e/Emurasoft/EmEditor/24.4.2/Emurasoft.EmEditor.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: Emurasoft.EmEditor PackageVersion: 24.4.2 @@ -12,15 +12,22 @@ Author: Emurasoft, Inc. PackageName: EmEditor PackageUrl: https://zh-cn.emeditor.com/ License: 专有软件 +# LicenseUrl: Copyright: Copyright © 1997-2024 by Emurasoft, Inc. +# CopyrightUrl: ShortDescription: 一款适用于 Windows 的轻快、易用、可扩展的文本编辑器、代码编辑器、CSV 编辑器和大型文件查看器。 +# Description: +# Moniker: Tags: - 代码 - 编辑 - 编辑器 +# ReleaseNotes: ReleaseNotesUrl: https://zh-cn.emeditor.com/blog/ +# PurchaseUrl: +# InstallationNotes: Documentations: - DocumentLabel: 使用手册 DocumentUrl: https://www.emeditor.com/doc/emeditor-pro-manual-en14.pdf ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/24.4.2/Emurasoft.EmEditor.yaml b/manifests/e/Emurasoft/EmEditor/24.4.2/Emurasoft.EmEditor.yaml index 5cbbf4ed724a7..3c68c699fd7df 100644 --- a/manifests/e/Emurasoft/EmEditor/24.4.2/Emurasoft.EmEditor.yaml +++ b/manifests/e/Emurasoft/EmEditor/24.4.2/Emurasoft.EmEditor.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: Emurasoft.EmEditor PackageVersion: 24.4.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/24.5.0/Emurasoft.EmEditor.installer.yaml b/manifests/e/Emurasoft/EmEditor/24.5.0/Emurasoft.EmEditor.installer.yaml index 0575dd239021f..f16783a1d64af 100644 --- a/manifests/e/Emurasoft/EmEditor/24.5.0/Emurasoft.EmEditor.installer.yaml +++ b/manifests/e/Emurasoft/EmEditor/24.5.0/Emurasoft.EmEditor.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: Emurasoft.EmEditor diff --git a/manifests/e/Emurasoft/EmEditor/24.5.0/Emurasoft.EmEditor.locale.en-US.yaml b/manifests/e/Emurasoft/EmEditor/24.5.0/Emurasoft.EmEditor.locale.en-US.yaml index 0692d987f7c8e..130cafb7ee97e 100644 --- a/manifests/e/Emurasoft/EmEditor/24.5.0/Emurasoft.EmEditor.locale.en-US.yaml +++ b/manifests/e/Emurasoft/EmEditor/24.5.0/Emurasoft.EmEditor.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: Emurasoft.EmEditor @@ -16,6 +16,7 @@ LicenseUrl: https://www.emeditor.com/about/eula/ Copyright: Copyright © 1997-2024 by Emurasoft, Inc. CopyrightUrl: https://www.emeditor.com/about/eula/ ShortDescription: A fast, lightweight, yet extensible, easy-to-use text editor, code editor, CSV editor, and large file viewer for Windows. +# Description: Moniker: emeditor Tags: - code @@ -40,6 +41,8 @@ ReleaseNotes: |- Bugs found during the preview version development have been fixed. Finally, while EmEditor requires an internet connection for product activation, some environments need a proxy for internet access. In this version, we’ve added a Proxy Settings link in the Register Product dialog, enabling you to configure proxy settings easily. The desktop installer now includes a PROXY option for command line installation. ReleaseNotesUrl: https://www.emeditor.com/emeditor-core/emeditor-v24-5-0-released-fixing-large-file-bug-introducing-file-verification-and-more/ +# PurchaseUrl: +# InstallationNotes: Documentations: - DocumentLabel: Manual DocumentUrl: https://www.emeditor.com/doc/emeditor-pro-manual-en14.pdf diff --git a/manifests/e/Emurasoft/EmEditor/24.5.0/Emurasoft.EmEditor.locale.zh-CN.yaml b/manifests/e/Emurasoft/EmEditor/24.5.0/Emurasoft.EmEditor.locale.zh-CN.yaml index 93434a8d03309..5cabf21030014 100644 --- a/manifests/e/Emurasoft/EmEditor/24.5.0/Emurasoft.EmEditor.locale.zh-CN.yaml +++ b/manifests/e/Emurasoft/EmEditor/24.5.0/Emurasoft.EmEditor.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: Emurasoft.EmEditor @@ -12,13 +12,20 @@ Author: Emurasoft, Inc. PackageName: EmEditor PackageUrl: https://zh-cn.emeditor.com/ License: 专有软件 +# LicenseUrl: Copyright: Copyright © 1997-2024 by Emurasoft, Inc. +# CopyrightUrl: ShortDescription: 一款适用于 Windows 的轻快、易用、可扩展的文本编辑器、代码编辑器、CSV 编辑器和大型文件查看器。 +# Description: +# Moniker: Tags: - 代码 - 编辑 - 编辑器 +# ReleaseNotes: ReleaseNotesUrl: https://zh-cn.emeditor.com/blog/ +# PurchaseUrl: +# InstallationNotes: Documentations: - DocumentLabel: 使用手册 DocumentUrl: https://www.emeditor.com/doc/emeditor-pro-manual-en14.pdf diff --git a/manifests/e/Emurasoft/EmEditor/24.5.0/Emurasoft.EmEditor.yaml b/manifests/e/Emurasoft/EmEditor/24.5.0/Emurasoft.EmEditor.yaml index 334108fc542f5..0b581bee7def8 100644 --- a/manifests/e/Emurasoft/EmEditor/24.5.0/Emurasoft.EmEditor.yaml +++ b/manifests/e/Emurasoft/EmEditor/24.5.0/Emurasoft.EmEditor.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: Emurasoft.EmEditor diff --git a/manifests/e/Emurasoft/EmEditor/24.5.1/Emurasoft.EmEditor.installer.yaml b/manifests/e/Emurasoft/EmEditor/24.5.1/Emurasoft.EmEditor.installer.yaml index 7c4b264438493..96cb2c0aeb5b3 100644 --- a/manifests/e/Emurasoft/EmEditor/24.5.1/Emurasoft.EmEditor.installer.yaml +++ b/manifests/e/Emurasoft/EmEditor/24.5.1/Emurasoft.EmEditor.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: Emurasoft.EmEditor PackageVersion: 24.5.1 @@ -29,4 +29,4 @@ Installers: - ProductCode: '{BA71C59D-B6F5-460C-B0E9-001E85661633}' UpgradeCode: '{F33C06EF-F3AC-40CC-9A28-77BD5FBE708E}' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/24.5.1/Emurasoft.EmEditor.locale.en-US.yaml b/manifests/e/Emurasoft/EmEditor/24.5.1/Emurasoft.EmEditor.locale.en-US.yaml index bb18c5c344e34..79aa711e9bda4 100644 --- a/manifests/e/Emurasoft/EmEditor/24.5.1/Emurasoft.EmEditor.locale.en-US.yaml +++ b/manifests/e/Emurasoft/EmEditor/24.5.1/Emurasoft.EmEditor.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: Emurasoft.EmEditor PackageVersion: 24.5.1 @@ -16,14 +16,19 @@ LicenseUrl: https://www.emeditor.com/about/eula/ Copyright: Copyright © 1997-2024 by Emurasoft, Inc. CopyrightUrl: https://www.emeditor.com/about/eula/ ShortDescription: A fast, lightweight, yet extensible, easy-to-use text editor, code editor, CSV editor, and large file viewer for Windows. +# Description: Moniker: emeditor Tags: - code - coding - editing - editor +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: Documentations: - DocumentLabel: Manual DocumentUrl: https://www.emeditor.com/doc/emeditor-pro-manual-en14.pdf ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/24.5.1/Emurasoft.EmEditor.locale.zh-CN.yaml b/manifests/e/Emurasoft/EmEditor/24.5.1/Emurasoft.EmEditor.locale.zh-CN.yaml index a87a5a5ca81f4..d249f8f1d5732 100644 --- a/manifests/e/Emurasoft/EmEditor/24.5.1/Emurasoft.EmEditor.locale.zh-CN.yaml +++ b/manifests/e/Emurasoft/EmEditor/24.5.1/Emurasoft.EmEditor.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: Emurasoft.EmEditor PackageVersion: 24.5.1 @@ -12,14 +12,22 @@ Author: Emurasoft, Inc. PackageName: EmEditor PackageUrl: https://zh-cn.emeditor.com/ License: 专有软件 +# LicenseUrl: Copyright: Copyright © 1997-2024 by Emurasoft, Inc. +# CopyrightUrl: ShortDescription: 一款适用于 Windows 的轻快、易用、可扩展的文本编辑器、代码编辑器、CSV 编辑器和大型文件查看器。 +# Description: +# Moniker: Tags: - 代码 - 编辑 - 编辑器 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: Documentations: - DocumentLabel: 使用手册 DocumentUrl: https://www.emeditor.com/doc/emeditor-pro-manual-en14.pdf ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Emurasoft/EmEditor/24.5.1/Emurasoft.EmEditor.yaml b/manifests/e/Emurasoft/EmEditor/24.5.1/Emurasoft.EmEditor.yaml index 1df05c0db66c0..6d1e1fc6a459a 100644 --- a/manifests/e/Emurasoft/EmEditor/24.5.1/Emurasoft.EmEditor.yaml +++ b/manifests/e/Emurasoft/EmEditor/24.5.1/Emurasoft.EmEditor.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: Emurasoft.EmEditor PackageVersion: 24.5.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/EnCroissant/EnCroissant/0.11.1/EnCroissant.EnCroissant.installer.yaml b/manifests/e/EnCroissant/EnCroissant/0.11.1/EnCroissant.EnCroissant.installer.yaml new file mode 100644 index 0000000000000..5fc55533a0de0 --- /dev/null +++ b/manifests/e/EnCroissant/EnCroissant/0.11.1/EnCroissant.EnCroissant.installer.yaml @@ -0,0 +1,21 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: EnCroissant.EnCroissant +PackageVersion: 0.11.1 +InstallerType: nullsoft +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /S + Custom: /S +UpgradeBehavior: install +FileExtensions: +- .pgn +ReleaseDate: 2024-09-07 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/franciscoBSalgueiro/en-croissant/releases/download/v0.11.1/en-croissant_0.11.1_x64-setup.exe + InstallerSha256: E609F3ED6071D345891C9CA1E5F2C92B473CB067974C45F82AD7E766A6B16518 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/e/EnCroissant/EnCroissant/0.11.1/EnCroissant.EnCroissant.locale.en-US.yaml b/manifests/e/EnCroissant/EnCroissant/0.11.1/EnCroissant.EnCroissant.locale.en-US.yaml new file mode 100644 index 0000000000000..ad4997348ccf1 --- /dev/null +++ b/manifests/e/EnCroissant/EnCroissant/0.11.1/EnCroissant.EnCroissant.locale.en-US.yaml @@ -0,0 +1,28 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: EnCroissant.EnCroissant +PackageVersion: 0.11.1 +PackageLocale: en-US +Publisher: Francisco Salgueiro +PublisherUrl: https://github.com/franciscoBSalgueiro +PackageName: en-croissant +PackageUrl: https://github.com/franciscoBSalgueiro/en-croissant +License: GPL-3.0 +LicenseUrl: https://raw.githubusercontent.com/franciscoBSalgueiro/en-croissant/refs/tags/v0.11.1/LICENSE +ShortDescription: A Modern Chess Database +Moniker: encroissant +Tags: +- chess +- chess-database +- react +- rust +- tauri +ReleaseNotes: |- + What's Changed + - Fixed build for MacOS + - Added Belarusian, French, Italian, Russian, Spanish and Ukrainian translations #349 #353 #356 + - Capture board snapshot by @loloof64 in #343 + - Added toggle to jump to next puzzle by @JayceFFT in #355 +ReleaseNotesUrl: https://github.com/franciscoBSalgueiro/en-croissant/releases/tag/v0.11.1 +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/e/EnCroissant/EnCroissant/0.11.1/EnCroissant.EnCroissant.yaml b/manifests/e/EnCroissant/EnCroissant/0.11.1/EnCroissant.EnCroissant.yaml new file mode 100644 index 0000000000000..0ddec912a6b70 --- /dev/null +++ b/manifests/e/EnCroissant/EnCroissant/0.11.1/EnCroissant.EnCroissant.yaml @@ -0,0 +1,7 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: EnCroissant.EnCroissant +PackageVersion: 0.11.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.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.117/Eugeny.Tabby.installer.yaml b/manifests/e/Eugeny/Tabby/1.0.117/Eugeny.Tabby.installer.yaml index aca851c737536..4ac423b7258e6 100644 --- a/manifests/e/Eugeny/Tabby/1.0.117/Eugeny.Tabby.installer.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.117/Eugeny.Tabby.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: Eugeny.Tabby PackageVersion: 1.0.117 @@ -13,4 +13,4 @@ Installers: InstallerUrl: https://github.com/Eugeny/tabby/releases/download/v1.0.117/terminus-1.0.117-setup.exe InstallerSha256: A9176CE2F12E283DAE32159EBFDF8B508608B9326A09B6ECAD1EDC985858AD38 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.117/Eugeny.Tabby.locale.en-US.yaml b/manifests/e/Eugeny/Tabby/1.0.117/Eugeny.Tabby.locale.en-US.yaml index 1ca673b8844d8..a2aec8a495ab9 100644 --- a/manifests/e/Eugeny/Tabby/1.0.117/Eugeny.Tabby.locale.en-US.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.117/Eugeny.Tabby.locale.en-US.yaml @@ -1,16 +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.defaultLocale.1.9.0.schema.json + PackageIdentifier: Eugeny.Tabby PackageVersion: 1.0.117 PackageLocale: en-US Publisher: Eugeny +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: Terminus PackageUrl: https://eugeny.github.io/terminus/ License: MIT License LicenseUrl: https://github.com/Eugeny/Tabby/blob/master/LICENSE +# Copyright: +# CopyrightUrl: ShortDescription: A terminal for a more modern age. +# Description: Moniker: tabby Tags: - command-line - console - terminal +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.117/Eugeny.Tabby.yaml b/manifests/e/Eugeny/Tabby/1.0.117/Eugeny.Tabby.yaml index 33075c57fc3da..35ce3ef6f9d95 100644 --- a/manifests/e/Eugeny/Tabby/1.0.117/Eugeny.Tabby.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.117/Eugeny.Tabby.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: Eugeny.Tabby PackageVersion: 1.0.117 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.119/Eugeny.Tabby.installer.yaml b/manifests/e/Eugeny/Tabby/1.0.119/Eugeny.Tabby.installer.yaml index b341ce1ac5e12..ca1ae1d5d8526 100644 --- a/manifests/e/Eugeny/Tabby/1.0.119/Eugeny.Tabby.installer.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.119/Eugeny.Tabby.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: Eugeny.Tabby PackageVersion: 1.0.119 @@ -13,4 +13,4 @@ Installers: InstallerUrl: https://github.com/Eugeny/tabby/releases/download/v1.0.119/terminus-1.0.119-setup.exe InstallerSha256: 8E5CFB69FAB8AC76A5E63F068D22C819061131AB9145D612DD4D4D16F260A951 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.119/Eugeny.Tabby.locale.en-US.yaml b/manifests/e/Eugeny/Tabby/1.0.119/Eugeny.Tabby.locale.en-US.yaml index e42c748ede62e..0c74eea7b0f3d 100644 --- a/manifests/e/Eugeny/Tabby/1.0.119/Eugeny.Tabby.locale.en-US.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.119/Eugeny.Tabby.locale.en-US.yaml @@ -1,16 +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.defaultLocale.1.9.0.schema.json + PackageIdentifier: Eugeny.Tabby PackageVersion: 1.0.119 PackageLocale: en-US Publisher: Eugeny +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: Terminus PackageUrl: https://eugeny.github.io/terminus/ License: MIT License LicenseUrl: https://github.com/Eugeny/Tabby/blob/master/LICENSE +# Copyright: +# CopyrightUrl: ShortDescription: A terminal for a more modern age. +# Description: Moniker: tabby Tags: - command-line - console - terminal +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.119/Eugeny.Tabby.yaml b/manifests/e/Eugeny/Tabby/1.0.119/Eugeny.Tabby.yaml index f95740602e8d4..8ec2983374c03 100644 --- a/manifests/e/Eugeny/Tabby/1.0.119/Eugeny.Tabby.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.119/Eugeny.Tabby.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: Eugeny.Tabby PackageVersion: 1.0.119 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.120/Eugeny.Tabby.installer.yaml b/manifests/e/Eugeny/Tabby/1.0.120/Eugeny.Tabby.installer.yaml index 8beb27d878a0e..c6c707b7a74a5 100644 --- a/manifests/e/Eugeny/Tabby/1.0.120/Eugeny.Tabby.installer.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.120/Eugeny.Tabby.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: Eugeny.Tabby PackageVersion: 1.0.120 @@ -10,10 +10,9 @@ Scope: machine InstallerSwitches: Silent: /S SilentWithProgress: /S - Custom: "" Installers: - Architecture: x64 InstallerUrl: https://github.com/Eugeny/tabby/releases/download/v1.0.120/terminus-1.0.120-setup.exe InstallerSha256: 9DA75B686892E9816B02BEAF8FE2C3F3C4E6BA8335A8A00C2919D6002D2A7619 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.120/Eugeny.Tabby.locale.en-US.yaml b/manifests/e/Eugeny/Tabby/1.0.120/Eugeny.Tabby.locale.en-US.yaml index d56dd915679d6..e0803b4acf35e 100644 --- a/manifests/e/Eugeny/Tabby/1.0.120/Eugeny.Tabby.locale.en-US.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.120/Eugeny.Tabby.locale.en-US.yaml @@ -1,17 +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.defaultLocale.1.9.0.schema.json + PackageIdentifier: Eugeny.Tabby PackageVersion: 1.0.120 PackageLocale: en-US Publisher: Eugeny +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: Author: Eugeny PackageName: Terminus PackageUrl: https://eugeny.github.io/terminus/ License: MIT License LicenseUrl: https://github.com/Eugeny/Tabby/blob/master/LICENSE +# Copyright: +# CopyrightUrl: ShortDescription: A terminal for a more modern age. +# Description: Moniker: tabby Tags: - command-line - console - terminal +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.120/Eugeny.Tabby.yaml b/manifests/e/Eugeny/Tabby/1.0.120/Eugeny.Tabby.yaml index 67af9adc31734..362d4e434ec71 100644 --- a/manifests/e/Eugeny/Tabby/1.0.120/Eugeny.Tabby.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.120/Eugeny.Tabby.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: Eugeny.Tabby PackageVersion: 1.0.120 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.125/Eugeny.Tabby.installer.yaml b/manifests/e/Eugeny/Tabby/1.0.125/Eugeny.Tabby.installer.yaml index d6a2dcde4c17e..ab95bf2b88598 100644 --- a/manifests/e/Eugeny/Tabby/1.0.125/Eugeny.Tabby.installer.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.125/Eugeny.Tabby.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: Eugeny.Tabby PackageVersion: 1.0.125 @@ -10,10 +10,9 @@ Scope: machine InstallerSwitches: Silent: /S SilentWithProgress: /S - Custom: "" Installers: - Architecture: x64 InstallerUrl: https://github.com/Eugeny/tabby/releases/download/v1.0.125/terminus-1.0.125-setup.exe InstallerSha256: E87822C36F1B32ACABB5562BD44B5C68A184639686F576B40767DE1A150FA8B3 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.125/Eugeny.Tabby.locale.en-US.yaml b/manifests/e/Eugeny/Tabby/1.0.125/Eugeny.Tabby.locale.en-US.yaml index b1a81f2ccff12..6d6381b2f0666 100644 --- a/manifests/e/Eugeny/Tabby/1.0.125/Eugeny.Tabby.locale.en-US.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.125/Eugeny.Tabby.locale.en-US.yaml @@ -1,17 +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.defaultLocale.1.9.0.schema.json + PackageIdentifier: Eugeny.Tabby PackageVersion: 1.0.125 PackageLocale: en-US Publisher: Eugeny +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: Author: Eugeny PackageName: Terminus PackageUrl: https://eugeny.github.io/terminus/ License: MIT License LicenseUrl: https://github.com/Eugeny/Tabby/blob/master/LICENSE +# Copyright: +# CopyrightUrl: ShortDescription: A terminal for a more modern age. +# Description: Moniker: tabby Tags: - command-line - console - terminal +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.125/Eugeny.Tabby.yaml b/manifests/e/Eugeny/Tabby/1.0.125/Eugeny.Tabby.yaml index 886a000aa90b0..c2cf33638dd89 100644 --- a/manifests/e/Eugeny/Tabby/1.0.125/Eugeny.Tabby.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.125/Eugeny.Tabby.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: Eugeny.Tabby PackageVersion: 1.0.125 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.135/Eugeny.Tabby.installer.yaml b/manifests/e/Eugeny/Tabby/1.0.135/Eugeny.Tabby.installer.yaml index c822fd7aea74a..f2a6479b3056e 100644 --- a/manifests/e/Eugeny/Tabby/1.0.135/Eugeny.Tabby.installer.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.135/Eugeny.Tabby.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: Eugeny.Tabby PackageVersion: 1.0.135 @@ -12,4 +12,4 @@ Installers: InstallerUrl: https://github.com/Eugeny/tabby/releases/download/v1.0.135/terminus-1.0.135-setup.exe InstallerSha256: BE39CE3322349AC685FC15DA12DC083A2D53E6560A0E71118051330E4CD926EC ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.135/Eugeny.Tabby.locale.en-US.yaml b/manifests/e/Eugeny/Tabby/1.0.135/Eugeny.Tabby.locale.en-US.yaml index 4baa6ae99bf90..50a2287900e3a 100644 --- a/manifests/e/Eugeny/Tabby/1.0.135/Eugeny.Tabby.locale.en-US.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.135/Eugeny.Tabby.locale.en-US.yaml @@ -1,17 +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.defaultLocale.1.9.0.schema.json + PackageIdentifier: Eugeny.Tabby PackageVersion: 1.0.135 PackageLocale: en-US Publisher: Eugeny +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: Author: Eugeny PackageName: Terminus PackageUrl: https://eugeny.github.io/terminus/ License: MIT License LicenseUrl: https://github.com/Eugeny/Tabby/blob/master/LICENSE +# Copyright: +# CopyrightUrl: ShortDescription: A terminal for a more modern age. +# Description: Moniker: tabby Tags: - command-line - console - terminal +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.135/Eugeny.Tabby.yaml b/manifests/e/Eugeny/Tabby/1.0.135/Eugeny.Tabby.yaml index 57e9244bdc803..2a617ec83a220 100644 --- a/manifests/e/Eugeny/Tabby/1.0.135/Eugeny.Tabby.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.135/Eugeny.Tabby.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: Eugeny.Tabby PackageVersion: 1.0.135 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.137/Eugeny.Tabby.installer.yaml b/manifests/e/Eugeny/Tabby/1.0.137/Eugeny.Tabby.installer.yaml index e5565b2b87bad..6fcdb6edf3113 100644 --- a/manifests/e/Eugeny/Tabby/1.0.137/Eugeny.Tabby.installer.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.137/Eugeny.Tabby.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: Eugeny.Tabby PackageVersion: 1.0.137 @@ -12,4 +12,4 @@ Installers: InstallerUrl: https://github.com/Eugeny/tabby/releases/download/v1.0.137/terminus-1.0.137-setup.exe InstallerSha256: FE20F6605E03A53B6099545F80504B93BC983D08D6FA8D2C0D6A918F6CFC5395 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.137/Eugeny.Tabby.locale.en-US.yaml b/manifests/e/Eugeny/Tabby/1.0.137/Eugeny.Tabby.locale.en-US.yaml index 77c9c6e649a67..1ea466620b7b2 100644 --- a/manifests/e/Eugeny/Tabby/1.0.137/Eugeny.Tabby.locale.en-US.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.137/Eugeny.Tabby.locale.en-US.yaml @@ -1,17 +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.defaultLocale.1.9.0.schema.json + PackageIdentifier: Eugeny.Tabby PackageVersion: 1.0.137 PackageLocale: en-US Publisher: Eugene Pankov +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: Author: Eugene Pankov PackageName: Terminus PackageUrl: https://eugeny.github.io/terminus/ License: MIT License LicenseUrl: https://github.com/Eugeny/Tabby/blob/master/LICENSE +# Copyright: +# CopyrightUrl: ShortDescription: A terminal for a more modern age. +# Description: Moniker: tabby Tags: - command-line - console - terminal +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.137/Eugeny.Tabby.yaml b/manifests/e/Eugeny/Tabby/1.0.137/Eugeny.Tabby.yaml index 59f1428124b5c..15b325d39419e 100644 --- a/manifests/e/Eugeny/Tabby/1.0.137/Eugeny.Tabby.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.137/Eugeny.Tabby.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: Eugeny.Tabby PackageVersion: 1.0.137 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.139/Eugeny.Tabby.installer.yaml b/manifests/e/Eugeny/Tabby/1.0.139/Eugeny.Tabby.installer.yaml index b16a3cb34756e..10a28828ffdcd 100644 --- a/manifests/e/Eugeny/Tabby/1.0.139/Eugeny.Tabby.installer.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.139/Eugeny.Tabby.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: Eugeny.Tabby PackageVersion: 1.0.139 @@ -15,4 +15,4 @@ Installers: InstallerUrl: https://github.com/Eugeny/tabby/releases/download/v1.0.139/terminus-1.0.139-setup.exe InstallerSha256: FC184C3EF6F8FCB9298B2091952642C164FC212D0F03B058A13BFD47436A14FA ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.139/Eugeny.Tabby.locale.en-US.yaml b/manifests/e/Eugeny/Tabby/1.0.139/Eugeny.Tabby.locale.en-US.yaml index 348971a25e361..492f09331d068 100644 --- a/manifests/e/Eugeny/Tabby/1.0.139/Eugeny.Tabby.locale.en-US.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.139/Eugeny.Tabby.locale.en-US.yaml @@ -1,17 +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.defaultLocale.1.9.0.schema.json + PackageIdentifier: Eugeny.Tabby PackageVersion: 1.0.139 PackageLocale: en-US Publisher: Eugene Pankov +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: Author: Eugene Pankov PackageName: Terminus PackageUrl: https://eugeny.github.io/terminus/ License: MIT License LicenseUrl: https://github.com/Eugeny/Tabby/blob/master/LICENSE +# Copyright: +# CopyrightUrl: ShortDescription: A terminal for a more modern age. +# Description: Moniker: tabby Tags: - command-line - console - terminal +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.139/Eugeny.Tabby.yaml b/manifests/e/Eugeny/Tabby/1.0.139/Eugeny.Tabby.yaml index 22e703c4510b5..d4843c5a61533 100644 --- a/manifests/e/Eugeny/Tabby/1.0.139/Eugeny.Tabby.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.139/Eugeny.Tabby.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: Eugeny.Tabby PackageVersion: 1.0.139 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.140/Eugeny.Tabby.installer.yaml b/manifests/e/Eugeny/Tabby/1.0.140/Eugeny.Tabby.installer.yaml index 2e9666e457e46..5c9726c4ee805 100644 --- a/manifests/e/Eugeny/Tabby/1.0.140/Eugeny.Tabby.installer.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.140/Eugeny.Tabby.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: Eugeny.Tabby PackageVersion: 1.0.140 @@ -12,4 +12,4 @@ Installers: InstallerUrl: https://github.com/Eugeny/tabby/releases/download/v1.0.140/terminus-1.0.140-setup.exe InstallerSha256: 11A3A10BDFE0AC2073F6B1C25C1E73A79682E7E325E0D1AE0220EE1C9E8ACC4E ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.140/Eugeny.Tabby.locale.en-US.yaml b/manifests/e/Eugeny/Tabby/1.0.140/Eugeny.Tabby.locale.en-US.yaml index 106b4799d3ac9..5210a8d113594 100644 --- a/manifests/e/Eugeny/Tabby/1.0.140/Eugeny.Tabby.locale.en-US.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.140/Eugeny.Tabby.locale.en-US.yaml @@ -1,17 +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.defaultLocale.1.9.0.schema.json + PackageIdentifier: Eugeny.Tabby PackageVersion: 1.0.140 PackageLocale: en-US Publisher: Eugene Pankov +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: Author: Eugene Pankov PackageName: Terminus PackageUrl: https://eugeny.github.io/terminus/ License: MIT License LicenseUrl: https://github.com/Eugeny/Tabby/blob/master/LICENSE +# Copyright: +# CopyrightUrl: ShortDescription: A terminal for a more modern age. +# Description: Moniker: tabby Tags: - command-line - console - terminal +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.140/Eugeny.Tabby.yaml b/manifests/e/Eugeny/Tabby/1.0.140/Eugeny.Tabby.yaml index 40f9b83b48b6c..92f45409bdea4 100644 --- a/manifests/e/Eugeny/Tabby/1.0.140/Eugeny.Tabby.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.140/Eugeny.Tabby.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: Eugeny.Tabby PackageVersion: 1.0.140 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.141/Eugeny.Tabby.installer.yaml b/manifests/e/Eugeny/Tabby/1.0.141/Eugeny.Tabby.installer.yaml index dbfa609e0dd17..7ab7345073417 100644 --- a/manifests/e/Eugeny/Tabby/1.0.141/Eugeny.Tabby.installer.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.141/Eugeny.Tabby.installer.yaml @@ -1,17 +1,15 @@ -# 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: Eugeny.Tabby PackageVersion: 1.0.141 +InstallerLocale: en-US MinimumOSVersion: 10.0.0.0 +InstallerType: nullsoft +Scope: user Installers: -- InstallerLocale: en-US - Architecture: x64 - InstallerType: nullsoft - Scope: user +- Architecture: x64 InstallerUrl: https://github.com/Eugeny/tabby/releases/download/v1.0.141/terminus-1.0.141-setup.exe InstallerSha256: 183C5C279B5753E79679A383520EC3EB906D2EBAC0CFEEF2336866B09C70CD86 ManifestType: installer -ManifestVersion: 1.0.0 - - +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.141/Eugeny.Tabby.locale.en-US.yaml b/manifests/e/Eugeny/Tabby/1.0.141/Eugeny.Tabby.locale.en-US.yaml index 0f02e670aaf5a..a20cd77642deb 100644 --- a/manifests/e/Eugeny/Tabby/1.0.141/Eugeny.Tabby.locale.en-US.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.141/Eugeny.Tabby.locale.en-US.yaml @@ -1,17 +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.defaultLocale.1.9.0.schema.json + PackageIdentifier: Eugeny.Tabby PackageVersion: 1.0.141 PackageLocale: en-US Publisher: Eugene Pankov +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: Author: Eugene Pankov PackageName: Terminus PackageUrl: https://eugeny.github.io/terminus/ License: MIT License LicenseUrl: https://github.com/Eugeny/Tabby/blob/master/LICENSE +# Copyright: +# CopyrightUrl: ShortDescription: A terminal for a more modern age. +# Description: Moniker: tabby Tags: -- terminal +- command-line - console -- command line +- terminal +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.141/Eugeny.Tabby.yaml b/manifests/e/Eugeny/Tabby/1.0.141/Eugeny.Tabby.yaml index 42f9528dd14e9..c011ad0a878c3 100644 --- a/manifests/e/Eugeny/Tabby/1.0.141/Eugeny.Tabby.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.141/Eugeny.Tabby.yaml @@ -1,10 +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: Eugeny.Tabby PackageVersion: 1.0.141 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 - - +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.142/Eugeny.Tabby.installer.yaml b/manifests/e/Eugeny/Tabby/1.0.142/Eugeny.Tabby.installer.yaml index 0340b7eb7a52f..7406bc0bc576f 100644 --- a/manifests/e/Eugeny/Tabby/1.0.142/Eugeny.Tabby.installer.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.142/Eugeny.Tabby.installer.yaml @@ -1,17 +1,15 @@ -# 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: Eugeny.Tabby PackageVersion: 1.0.142 +InstallerLocale: en-US MinimumOSVersion: 10.0.0.0 +InstallerType: nullsoft +Scope: user Installers: -- InstallerLocale: en-US - Architecture: x64 - InstallerType: nullsoft - Scope: user +- Architecture: x64 InstallerUrl: https://github.com/Eugeny/tabby/releases/download/v1.0.142/terminus-1.0.142-setup.exe InstallerSha256: 381EAFC1877E18E85CB6F209C23CBACAFFDB19369BDDA6E8559A62A5067C429D ManifestType: installer -ManifestVersion: 1.0.0 - - +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.142/Eugeny.Tabby.locale.en-US.yaml b/manifests/e/Eugeny/Tabby/1.0.142/Eugeny.Tabby.locale.en-US.yaml index f3359bd668fd9..77ba4b955e667 100644 --- a/manifests/e/Eugeny/Tabby/1.0.142/Eugeny.Tabby.locale.en-US.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.142/Eugeny.Tabby.locale.en-US.yaml @@ -1,17 +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.defaultLocale.1.9.0.schema.json + PackageIdentifier: Eugeny.Tabby PackageVersion: 1.0.142 PackageLocale: en-US Publisher: Eugene Pankov +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: Author: Eugene Pankov PackageName: Terminus PackageUrl: https://eugeny.github.io/terminus/ License: MIT License LicenseUrl: https://github.com/Eugeny/Tabby/blob/master/LICENSE +# Copyright: +# CopyrightUrl: ShortDescription: A terminal for a more modern age. +# Description: Moniker: tabby Tags: -- terminal +- command-line - console -- command line +- terminal +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.142/Eugeny.Tabby.yaml b/manifests/e/Eugeny/Tabby/1.0.142/Eugeny.Tabby.yaml index b7867df0b5bdd..930935fd97e88 100644 --- a/manifests/e/Eugeny/Tabby/1.0.142/Eugeny.Tabby.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.142/Eugeny.Tabby.yaml @@ -1,10 +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: Eugeny.Tabby PackageVersion: 1.0.142 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 - - +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.143/Eugeny.Tabby.installer.yaml b/manifests/e/Eugeny/Tabby/1.0.143/Eugeny.Tabby.installer.yaml index 782f2316447df..fd009a159ba8e 100644 --- a/manifests/e/Eugeny/Tabby/1.0.143/Eugeny.Tabby.installer.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.143/Eugeny.Tabby.installer.yaml @@ -1,34 +1,30 @@ -# 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: Eugeny.Tabby PackageVersion: 1.0.143 -MinimumOSVersion: 10.0.0.0 +InstallerLocale: en-US Platform: - Windows.Desktop +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/Eugeny/tabby/releases/download/v1.0.143/terminus-1.0.143-setup.exe InstallerSha256: 3C478E9FA2BAB880C5BF03566F2EF0084496E8D9CB6225D4E4C8CAA8BD5F905D InstallerSwitches: Custom: /CURRENTUSER - UpgradeBehavior: install -- InstallerLocale: en-US - Architecture: x64 - InstallerType: nullsoft +- Architecture: x64 Scope: machine InstallerUrl: https://github.com/Eugeny/tabby/releases/download/v1.0.143/terminus-1.0.143-setup.exe InstallerSha256: 3C478E9FA2BAB880C5BF03566F2EF0084496E8D9CB6225D4E4C8CAA8BD5F905D InstallerSwitches: Custom: /ALLUSERS - UpgradeBehavior: install ManifestType: installer -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.143/Eugeny.Tabby.locale.en-US.yaml b/manifests/e/Eugeny/Tabby/1.0.143/Eugeny.Tabby.locale.en-US.yaml index 9d6c898e879bc..f3d3dcefb9bc7 100644 --- a/manifests/e/Eugeny/Tabby/1.0.143/Eugeny.Tabby.locale.en-US.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.143/Eugeny.Tabby.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: Eugeny.Tabby PackageVersion: 1.0.143 PackageLocale: en-US Publisher: Eugene Pankov PublisherUrl: https://github.com/Eugeny/Tabby PublisherSupportUrl: https://github.com/Eugeny/Tabby/issues +# PrivacyUrl: Author: Eugene Pankov PackageName: Terminus PackageUrl: https://eugeny.github.io/terminus/ @@ -15,11 +19,15 @@ ShortDescription: A terminal for a more modern age. Description: Terminus is a highly configurable terminal emulator, SSH and serial client for Windows, macOS and Linux Moniker: tabby Tags: -- terminal -- console -- command line -- command-line - cli +- command-line +- console - cross-platform +- terminal +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.143/Eugeny.Tabby.yaml b/manifests/e/Eugeny/Tabby/1.0.143/Eugeny.Tabby.yaml index c2607cbcc3748..af45e8fe1c7ed 100644 --- a/manifests/e/Eugeny/Tabby/1.0.143/Eugeny.Tabby.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.143/Eugeny.Tabby.yaml @@ -1,9 +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: Eugeny.Tabby PackageVersion: 1.0.143 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.144/Eugeny.Tabby.installer.yaml b/manifests/e/Eugeny/Tabby/1.0.144/Eugeny.Tabby.installer.yaml index 873e3de5a9b6a..9dab7f0a44a96 100644 --- a/manifests/e/Eugeny/Tabby/1.0.144/Eugeny.Tabby.installer.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.144/Eugeny.Tabby.installer.yaml @@ -1,34 +1,30 @@ -# 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: Eugeny.Tabby PackageVersion: 1.0.144 +InstallerLocale: en-US Platform: - Windows.Desktop 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/Eugeny/tabby/releases/download/v1.0.144/tabby-1.0.144-setup.exe InstallerSha256: BBC7B5224703631F896E3859B4EC407D9709642177E4A8D7454AA8D4D325CB38 InstallerSwitches: Custom: /CURRENTUSER - UpgradeBehavior: install -- InstallerLocale: en-US - Architecture: x64 - InstallerType: nullsoft +- Architecture: x64 Scope: machine InstallerUrl: https://github.com/Eugeny/tabby/releases/download/v1.0.144/tabby-1.0.144-setup.exe InstallerSha256: BBC7B5224703631F896E3859B4EC407D9709642177E4A8D7454AA8D4D325CB38 InstallerSwitches: Custom: /ALLUSERS - UpgradeBehavior: install ManifestType: installer -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.144/Eugeny.Tabby.locale.en-US.yaml b/manifests/e/Eugeny/Tabby/1.0.144/Eugeny.Tabby.locale.en-US.yaml index e41669b9e6ecd..a6e380065401b 100644 --- a/manifests/e/Eugeny/Tabby/1.0.144/Eugeny.Tabby.locale.en-US.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.144/Eugeny.Tabby.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: Eugeny.Tabby PackageVersion: 1.0.144 @@ -7,6 +7,7 @@ PackageLocale: en-US Publisher: Eugene Pankov PublisherUrl: https://github.com/Eugeny/ PublisherSupportUrl: https://github.com/Eugeny/tabby/issues +# PrivacyUrl: Author: Eugene Pankov PackageName: Tabby PackageUrl: https://github.com/Eugeny/tabby @@ -18,12 +19,16 @@ ShortDescription: A terminal for a more modern age. Description: Tabby is a highly configurable terminal emulator, SSH and serial client for Windows, macOS and Linux Moniker: tabby Tags: -- terminal -- console -- command-line - cli +- command-line +- console - cross-platform - electron +- terminal +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.144/Eugeny.Tabby.yaml b/manifests/e/Eugeny/Tabby/1.0.144/Eugeny.Tabby.yaml index c951457386483..88afdaf286e0e 100644 --- a/manifests/e/Eugeny/Tabby/1.0.144/Eugeny.Tabby.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.144/Eugeny.Tabby.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: Eugeny.Tabby PackageVersion: 1.0.144 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.146/Eugeny.Tabby.installer.yaml b/manifests/e/Eugeny/Tabby/1.0.146/Eugeny.Tabby.installer.yaml index 9c8649b02485a..215880c3ffaa9 100644 --- a/manifests/e/Eugeny/Tabby/1.0.146/Eugeny.Tabby.installer.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.146/Eugeny.Tabby.installer.yaml @@ -1,34 +1,30 @@ -# 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: Eugeny.Tabby PackageVersion: 1.0.146 +InstallerLocale: en-US Platform: - Windows.Desktop 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/Eugeny/tabby/releases/download/v1.0.146/tabby-1.0.146-setup.exe InstallerSha256: 837E2AE015366235FDC49B9E196D47EC82E3FFE3AFA9228822DFB5DB611349A8 InstallerSwitches: Custom: /CURRENTUSER - UpgradeBehavior: install -- InstallerLocale: en-US - Architecture: x64 - InstallerType: nullsoft +- Architecture: x64 Scope: machine InstallerUrl: https://github.com/Eugeny/tabby/releases/download/v1.0.146/tabby-1.0.146-setup.exe InstallerSha256: 837E2AE015366235FDC49B9E196D47EC82E3FFE3AFA9228822DFB5DB611349A8 InstallerSwitches: Custom: /ALLUSERS - UpgradeBehavior: install ManifestType: installer -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.146/Eugeny.Tabby.locale.en-US.yaml b/manifests/e/Eugeny/Tabby/1.0.146/Eugeny.Tabby.locale.en-US.yaml index 9ad4197d4e587..76c9a05cfd4da 100644 --- a/manifests/e/Eugeny/Tabby/1.0.146/Eugeny.Tabby.locale.en-US.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.146/Eugeny.Tabby.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: Eugeny.Tabby PackageVersion: 1.0.146 @@ -7,6 +7,7 @@ PackageLocale: en-US Publisher: Eugene Pankov PublisherUrl: https://github.com/Eugeny/ PublisherSupportUrl: https://github.com/Eugeny/tabby/issues +# PrivacyUrl: Author: Eugene Pankov PackageName: Tabby PackageUrl: https://github.com/Eugeny/tabby @@ -18,12 +19,16 @@ ShortDescription: A terminal for a more modern age. Description: Tabby is a highly configurable terminal emulator, SSH and serial client for Windows, macOS and Linux Moniker: tabby Tags: -- terminal -- console -- command-line - cli +- command-line +- console - cross-platform - electron +- terminal +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.146/Eugeny.Tabby.yaml b/manifests/e/Eugeny/Tabby/1.0.146/Eugeny.Tabby.yaml index 88b804ba7f108..a6ac6da89b4e6 100644 --- a/manifests/e/Eugeny/Tabby/1.0.146/Eugeny.Tabby.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.146/Eugeny.Tabby.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: Eugeny.Tabby PackageVersion: 1.0.146 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.147/Eugeny.Tabby.installer.yaml b/manifests/e/Eugeny/Tabby/1.0.147/Eugeny.Tabby.installer.yaml index ec66618393815..1df1107eda251 100644 --- a/manifests/e/Eugeny/Tabby/1.0.147/Eugeny.Tabby.installer.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.147/Eugeny.Tabby.installer.yaml @@ -1,31 +1,27 @@ -# 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: Eugeny.Tabby PackageVersion: 1.0.147 +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/Eugeny/tabby/releases/download/v1.0.147/tabby-1.0.147-setup.exe InstallerSha256: 061EE304572A6C2E53A39A9F653FF9AC79BE32B5E26FEA722D0F0E2F6CE53A7E InstallerSwitches: Custom: /CURRENTUSER - UpgradeBehavior: install -- InstallerLocale: en-US - Architecture: x64 - InstallerType: nullsoft +- Architecture: x64 Scope: machine InstallerUrl: https://github.com/Eugeny/tabby/releases/download/v1.0.147/tabby-1.0.147-setup.exe InstallerSha256: 061EE304572A6C2E53A39A9F653FF9AC79BE32B5E26FEA722D0F0E2F6CE53A7E InstallerSwitches: Custom: /ALLUSERS - UpgradeBehavior: install ManifestType: installer -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.147/Eugeny.Tabby.locale.en-US.yaml b/manifests/e/Eugeny/Tabby/1.0.147/Eugeny.Tabby.locale.en-US.yaml index c77fd62817dba..8d3d2efa5aaf2 100644 --- a/manifests/e/Eugeny/Tabby/1.0.147/Eugeny.Tabby.locale.en-US.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.147/Eugeny.Tabby.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: Eugeny.Tabby PackageVersion: 1.0.147 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Eugene Pankov PublisherUrl: https://github.com/Eugeny/ PublisherSupportUrl: https://github.com/Eugeny/tabby/issues -#PrivacyUrl: +# PrivacyUrl: Author: Eugene Pankov PackageName: Tabby PackageUrl: https://github.com/Eugeny/tabby @@ -19,13 +19,17 @@ ShortDescription: A terminal for a more modern age. Description: Tabby is a highly configurable terminal emulator, SSH and serial client for Windows, macOS and Linux Moniker: tabby Tags: -- terminus -- terminal -- console -- command-line - cli +- command-line +- console - cross-platform - electron +- terminal +- terminus +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.147/Eugeny.Tabby.yaml b/manifests/e/Eugeny/Tabby/1.0.147/Eugeny.Tabby.yaml index 4b344e909a85c..8d8bde6930e75 100644 --- a/manifests/e/Eugeny/Tabby/1.0.147/Eugeny.Tabby.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.147/Eugeny.Tabby.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: Eugeny.Tabby PackageVersion: 1.0.147 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.148/Eugeny.Tabby.installer.yaml b/manifests/e/Eugeny/Tabby/1.0.148/Eugeny.Tabby.installer.yaml index 16979b23310ba..855c954506576 100644 --- a/manifests/e/Eugeny/Tabby/1.0.148/Eugeny.Tabby.installer.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.148/Eugeny.Tabby.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: Eugeny.Tabby PackageVersion: 1.0.148 +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/Eugeny/tabby/releases/download/v1.0.148/tabby-1.0.148-setup.exe InstallerSha256: 6E5DD916043391CC817E148CB3BCA233F2ED5A03DDBA1ACA06A9D8C9760C8E47 InstallerSwitches: Custom: /CURRENTUSER - UpgradeBehavior: install -- InstallerLocale: en-US - Architecture: x64 - InstallerType: nullsoft +- Architecture: x64 Scope: machine InstallerUrl: https://github.com/Eugeny/tabby/releases/download/v1.0.148/tabby-1.0.148-setup.exe InstallerSha256: 6E5DD916043391CC817E148CB3BCA233F2ED5A03DDBA1ACA06A9D8C9760C8E47 InstallerSwitches: Custom: /ALLUSERS - UpgradeBehavior: install ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.148/Eugeny.Tabby.locale.en-US.yaml b/manifests/e/Eugeny/Tabby/1.0.148/Eugeny.Tabby.locale.en-US.yaml index 8adc1672c2f8b..a82059c2ba676 100644 --- a/manifests/e/Eugeny/Tabby/1.0.148/Eugeny.Tabby.locale.en-US.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.148/Eugeny.Tabby.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: Eugeny.Tabby PackageVersion: 1.0.148 @@ -7,6 +7,7 @@ PackageLocale: en-US Publisher: Eugene Pankov PublisherUrl: https://github.com/Eugeny/ PublisherSupportUrl: https://github.com/Eugeny/tabby/issues +# PrivacyUrl: Author: Eugene Pankov PackageName: Tabby PackageUrl: https://github.com/Eugeny/tabby @@ -18,12 +19,17 @@ ShortDescription: A terminal for a more modern age. Description: Tabby is a highly configurable terminal emulator, SSH and serial client for Windows, macOS and Linux Moniker: tabby Tags: -- terminus -- terminal -- console -- command-line - cli +- command-line +- console - cross-platform - electron +- terminal +- terminus +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.148/Eugeny.Tabby.yaml b/manifests/e/Eugeny/Tabby/1.0.148/Eugeny.Tabby.yaml index 5e28cfeee4ef4..83d865b554d6b 100644 --- a/manifests/e/Eugeny/Tabby/1.0.148/Eugeny.Tabby.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.148/Eugeny.Tabby.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: Eugeny.Tabby PackageVersion: 1.0.148 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.150/Eugeny.Tabby.installer.yaml b/manifests/e/Eugeny/Tabby/1.0.150/Eugeny.Tabby.installer.yaml index 151391e44cf04..70dcffe4aaab2 100644 --- a/manifests/e/Eugeny/Tabby/1.0.150/Eugeny.Tabby.installer.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.150/Eugeny.Tabby.installer.yaml @@ -1,32 +1,29 @@ -# 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: Eugeny.Tabby PackageVersion: 1.0.150 +InstallerLocale: en-US MinimumOSVersion: 10.0.0.0 +InstallerType: nullsoft InstallModes: - interactive - silent +UpgradeBehavior: install FileExtensions: - yaml Installers: -- InstallerLocale: en-US - Architecture: x64 - InstallerType: nullsoft +- Architecture: x64 Scope: user InstallerUrl: https://github.com/Eugeny/tabby/releases/download/v1.0.150/tabby-1.0.150-setup.exe InstallerSha256: E67B6A92386E173B02A0DC3E7C4884D63B9132EF220934561AA1FCA987097BCE InstallerSwitches: Custom: /CURRENTUSER - UpgradeBehavior: install -- InstallerLocale: en-US - Architecture: x64 - InstallerType: nullsoft +- Architecture: x64 Scope: machine InstallerUrl: https://github.com/Eugeny/tabby/releases/download/v1.0.150/tabby-1.0.150-setup.exe InstallerSha256: E67B6A92386E173B02A0DC3E7C4884D63B9132EF220934561AA1FCA987097BCE InstallerSwitches: Custom: /ALLUSERS - UpgradeBehavior: install ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.150/Eugeny.Tabby.locale.en-US.yaml b/manifests/e/Eugeny/Tabby/1.0.150/Eugeny.Tabby.locale.en-US.yaml index 3631c5a8ef699..a144312682b04 100644 --- a/manifests/e/Eugeny/Tabby/1.0.150/Eugeny.Tabby.locale.en-US.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.150/Eugeny.Tabby.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: Eugeny.Tabby PackageVersion: 1.0.150 @@ -7,6 +7,7 @@ PackageLocale: en-US Publisher: Eugene Pankov PublisherUrl: https://github.com/Eugeny/ PublisherSupportUrl: https://github.com/Eugeny/tabby/issues +# PrivacyUrl: Author: Eugene Pankov PackageName: Tabby PackageUrl: https://github.com/Eugeny/tabby @@ -18,12 +19,17 @@ ShortDescription: A terminal for a more modern age. Description: Tabby is a highly configurable terminal emulator, SSH and serial client for Windows, macOS and Linux Moniker: tabby Tags: -- terminus -- terminal -- console -- command-line - cli +- command-line +- console - cross-platform - electron +- terminal +- terminus +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.150/Eugeny.Tabby.yaml b/manifests/e/Eugeny/Tabby/1.0.150/Eugeny.Tabby.yaml index b63f94532cde7..efd9d190285c1 100644 --- a/manifests/e/Eugeny/Tabby/1.0.150/Eugeny.Tabby.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.150/Eugeny.Tabby.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: Eugeny.Tabby PackageVersion: 1.0.150 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.151/Eugeny.Tabby.installer.yaml b/manifests/e/Eugeny/Tabby/1.0.151/Eugeny.Tabby.installer.yaml index 2ee6e8e134390..717c96eebcd3f 100644 --- a/manifests/e/Eugeny/Tabby/1.0.151/Eugeny.Tabby.installer.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.151/Eugeny.Tabby.installer.yaml @@ -1,32 +1,29 @@ -# 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: Eugeny.Tabby PackageVersion: 1.0.151 +InstallerLocale: en-US MinimumOSVersion: 10.0.0.0 +InstallerType: nullsoft InstallModes: - interactive - silent +UpgradeBehavior: install FileExtensions: - yaml Installers: -- InstallerLocale: en-US - Architecture: x64 - InstallerType: nullsoft +- Architecture: x64 Scope: user InstallerUrl: https://github.com/Eugeny/tabby/releases/download/v1.0.151/tabby-1.0.151-setup.exe InstallerSha256: 923F0CAACD93B8900C5B7D23BF50D7FD410533E18CF05FE14380564E1F9A7942 InstallerSwitches: Custom: /CURRENTUSER - UpgradeBehavior: install -- InstallerLocale: en-US - Architecture: x64 - InstallerType: nullsoft +- Architecture: x64 Scope: machine InstallerUrl: https://github.com/Eugeny/tabby/releases/download/v1.0.151/tabby-1.0.151-setup.exe InstallerSha256: 923F0CAACD93B8900C5B7D23BF50D7FD410533E18CF05FE14380564E1F9A7942 InstallerSwitches: Custom: /ALLUSERS - UpgradeBehavior: install ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.151/Eugeny.Tabby.locale.en-US.yaml b/manifests/e/Eugeny/Tabby/1.0.151/Eugeny.Tabby.locale.en-US.yaml index f2476eaca2f3e..53eae0c6cd7d4 100644 --- a/manifests/e/Eugeny/Tabby/1.0.151/Eugeny.Tabby.locale.en-US.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.151/Eugeny.Tabby.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: Eugeny.Tabby PackageVersion: 1.0.151 @@ -7,6 +7,7 @@ PackageLocale: en-US Publisher: Eugene Pankov PublisherUrl: https://github.com/Eugeny/ PublisherSupportUrl: https://github.com/Eugeny/tabby/issues +# PrivacyUrl: Author: Eugene Pankov PackageName: Tabby PackageUrl: https://github.com/Eugeny/tabby @@ -18,12 +19,17 @@ ShortDescription: A terminal for a more modern age. Description: Tabby is a highly configurable terminal emulator, SSH and serial client for Windows, macOS and Linux Moniker: tabby Tags: -- terminus -- terminal -- console -- command-line - cli +- command-line +- console - cross-platform - electron +- terminal +- terminus +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.151/Eugeny.Tabby.yaml b/manifests/e/Eugeny/Tabby/1.0.151/Eugeny.Tabby.yaml index 02a73eb7cf0a2..98e2712399dcb 100644 --- a/manifests/e/Eugeny/Tabby/1.0.151/Eugeny.Tabby.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.151/Eugeny.Tabby.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: Eugeny.Tabby PackageVersion: 1.0.151 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.152/Eugeny.Tabby.installer.yaml b/manifests/e/Eugeny/Tabby/1.0.152/Eugeny.Tabby.installer.yaml index 029d929f70da6..80c65a6b4cff5 100644 --- a/manifests/e/Eugeny/Tabby/1.0.152/Eugeny.Tabby.installer.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.152/Eugeny.Tabby.installer.yaml @@ -1,32 +1,29 @@ -# 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: Eugeny.Tabby PackageVersion: 1.0.152 +InstallerLocale: en-US MinimumOSVersion: 10.0.0.0 +InstallerType: nullsoft InstallModes: - interactive - silent +UpgradeBehavior: install FileExtensions: - yaml Installers: -- InstallerLocale: en-US - Architecture: x64 - InstallerType: nullsoft +- Architecture: x64 Scope: user InstallerUrl: https://github.com/Eugeny/tabby/releases/download/v1.0.152/tabby-1.0.152-setup.exe InstallerSha256: 50329237042BB1AA84C2EE446F0A7C2879C93A328F2B64C28DF2821412D303DA InstallerSwitches: Custom: /CURRENTUSER - UpgradeBehavior: install -- InstallerLocale: en-US - Architecture: x64 - InstallerType: nullsoft +- Architecture: x64 Scope: machine InstallerUrl: https://github.com/Eugeny/tabby/releases/download/v1.0.152/tabby-1.0.152-setup.exe InstallerSha256: 50329237042BB1AA84C2EE446F0A7C2879C93A328F2B64C28DF2821412D303DA InstallerSwitches: Custom: /ALLUSERS - UpgradeBehavior: install ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.152/Eugeny.Tabby.locale.en-US.yaml b/manifests/e/Eugeny/Tabby/1.0.152/Eugeny.Tabby.locale.en-US.yaml index 87be725e4413a..31aa0cfa833b3 100644 --- a/manifests/e/Eugeny/Tabby/1.0.152/Eugeny.Tabby.locale.en-US.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.152/Eugeny.Tabby.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: Eugeny.Tabby PackageVersion: 1.0.152 @@ -7,6 +7,7 @@ PackageLocale: en-US Publisher: Eugene Pankov PublisherUrl: https://github.com/Eugeny/ PublisherSupportUrl: https://github.com/Eugeny/tabby/issues +# PrivacyUrl: Author: Eugene Pankov PackageName: Tabby PackageUrl: https://github.com/Eugeny/tabby @@ -18,12 +19,17 @@ ShortDescription: A terminal for a more modern age. Description: Tabby is a highly configurable terminal emulator, SSH and serial client for Windows, macOS and Linux Moniker: tabby Tags: -- terminus -- terminal -- console -- command-line - cli +- command-line +- console - cross-platform - electron +- terminal +- terminus +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.152/Eugeny.Tabby.yaml b/manifests/e/Eugeny/Tabby/1.0.152/Eugeny.Tabby.yaml index 1682ad90f30ac..2a3147d147324 100644 --- a/manifests/e/Eugeny/Tabby/1.0.152/Eugeny.Tabby.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.152/Eugeny.Tabby.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: Eugeny.Tabby PackageVersion: 1.0.152 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.154/Eugeny.Tabby.installer.yaml b/manifests/e/Eugeny/Tabby/1.0.154/Eugeny.Tabby.installer.yaml index b3c3e9d83d51d..5674799ed34d6 100644 --- a/manifests/e/Eugeny/Tabby/1.0.154/Eugeny.Tabby.installer.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.154/Eugeny.Tabby.installer.yaml @@ -1,32 +1,29 @@ -# 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: Eugeny.Tabby PackageVersion: 1.0.154 +InstallerLocale: en-US MinimumOSVersion: 10.0.0.0 +InstallerType: nullsoft InstallModes: - interactive - silent +UpgradeBehavior: install FileExtensions: - yaml Installers: -- InstallerLocale: en-US - Architecture: x64 - InstallerType: nullsoft +- Architecture: x64 Scope: user InstallerUrl: https://github.com/Eugeny/tabby/releases/download/v1.0.154/tabby-1.0.154-setup.exe InstallerSha256: 994E40703E7C64B8AA02BA11C9ABF1E551BC813DF64F3CE19ABF6D44E9776828 InstallerSwitches: Custom: /CURRENTUSER - UpgradeBehavior: install -- InstallerLocale: en-US - Architecture: x64 - InstallerType: nullsoft +- Architecture: x64 Scope: machine InstallerUrl: https://github.com/Eugeny/tabby/releases/download/v1.0.154/tabby-1.0.154-setup.exe InstallerSha256: 994E40703E7C64B8AA02BA11C9ABF1E551BC813DF64F3CE19ABF6D44E9776828 InstallerSwitches: Custom: /ALLUSERS - UpgradeBehavior: install ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.154/Eugeny.Tabby.locale.en-US.yaml b/manifests/e/Eugeny/Tabby/1.0.154/Eugeny.Tabby.locale.en-US.yaml index d39e85f85b238..d8ac09a6041d3 100644 --- a/manifests/e/Eugeny/Tabby/1.0.154/Eugeny.Tabby.locale.en-US.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.154/Eugeny.Tabby.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: Eugeny.Tabby PackageVersion: 1.0.154 @@ -7,6 +7,7 @@ PackageLocale: en-US Publisher: Eugene Pankov PublisherUrl: https://github.com/Eugeny/ PublisherSupportUrl: https://github.com/Eugeny/tabby/issues +# PrivacyUrl: Author: Eugene Pankov PackageName: Tabby PackageUrl: https://github.com/Eugeny/tabby @@ -18,12 +19,17 @@ ShortDescription: A terminal for a more modern age. Description: Tabby is a highly configurable terminal emulator, SSH and serial client for Windows, macOS and Linux Moniker: tabby Tags: -- terminus -- terminal -- console -- command-line - cli +- command-line +- console - cross-platform - electron +- terminal +- terminus +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.154/Eugeny.Tabby.yaml b/manifests/e/Eugeny/Tabby/1.0.154/Eugeny.Tabby.yaml index c32a8a1f80165..a05078e7b9133 100644 --- a/manifests/e/Eugeny/Tabby/1.0.154/Eugeny.Tabby.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.154/Eugeny.Tabby.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: Eugeny.Tabby PackageVersion: 1.0.154 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.155/Eugeny.Tabby.installer.yaml b/manifests/e/Eugeny/Tabby/1.0.155/Eugeny.Tabby.installer.yaml index 5e05b8cf4649d..a72089d41792a 100644 --- a/manifests/e/Eugeny/Tabby/1.0.155/Eugeny.Tabby.installer.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.155/Eugeny.Tabby.installer.yaml @@ -1,33 +1,29 @@ -# 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: Eugeny.Tabby PackageVersion: 1.0.155 +InstallerLocale: en-US MinimumOSVersion: 10.0.0.0 +InstallerType: nullsoft InstallModes: - interactive - silent +UpgradeBehavior: install FileExtensions: - yaml Installers: -- InstallerLocale: en-US - Architecture: x64 - InstallerType: nullsoft +- Architecture: x64 Scope: user InstallerUrl: https://github.com/Eugeny/tabby/releases/download/v1.0.155/tabby-1.0.155-setup.exe InstallerSha256: 5F78062FE3C4DC070E2B909068595C4B391AE68407BE9E6532624424E82EC34B InstallerSwitches: Custom: /CURRENTUSER - UpgradeBehavior: install -- InstallerLocale: en-US - Architecture: x64 - InstallerType: nullsoft +- Architecture: x64 Scope: machine InstallerUrl: https://github.com/Eugeny/tabby/releases/download/v1.0.155/tabby-1.0.155-setup.exe InstallerSha256: 5F78062FE3C4DC070E2B909068595C4B391AE68407BE9E6532624424E82EC34B InstallerSwitches: Custom: /ALLUSERS - UpgradeBehavior: install ManifestType: installer -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.155/Eugeny.Tabby.locale.en-US.yaml b/manifests/e/Eugeny/Tabby/1.0.155/Eugeny.Tabby.locale.en-US.yaml index a7751da59d973..78c04d3e328ce 100644 --- a/manifests/e/Eugeny/Tabby/1.0.155/Eugeny.Tabby.locale.en-US.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.155/Eugeny.Tabby.locale.en-US.yaml @@ -1,5 +1,5 @@ -# 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: Eugeny.Tabby PackageVersion: 1.0.155 @@ -7,6 +7,7 @@ PackageLocale: en-US Publisher: Eugene Pankov PublisherUrl: https://github.com/Eugeny/ PublisherSupportUrl: https://github.com/Eugeny/tabby/issues +# PrivacyUrl: Author: Eugene Pankov PackageName: Tabby PackageUrl: https://github.com/Eugeny/tabby @@ -18,13 +19,17 @@ ShortDescription: A terminal for a more modern age. Description: Tabby is a highly configurable terminal emulator, SSH and serial client for Windows, macOS and Linux Moniker: tabby Tags: -- terminal -- console -- command-line - cli +- command-line +- console - cross-platform -- open-source - electron +- open-source +- terminal +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.155/Eugeny.Tabby.yaml b/manifests/e/Eugeny/Tabby/1.0.155/Eugeny.Tabby.yaml index b4e18b41489ac..b61f4b02195e4 100644 --- a/manifests/e/Eugeny/Tabby/1.0.155/Eugeny.Tabby.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.155/Eugeny.Tabby.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: Eugeny.Tabby PackageVersion: 1.0.155 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.156/Eugeny.Tabby.installer.yaml b/manifests/e/Eugeny/Tabby/1.0.156/Eugeny.Tabby.installer.yaml index 92abb1618d87c..f07375aebed8f 100644 --- a/manifests/e/Eugeny/Tabby/1.0.156/Eugeny.Tabby.installer.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.156/Eugeny.Tabby.installer.yaml @@ -1,30 +1,28 @@ -# 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: Eugeny.Tabby PackageVersion: 1.0.156 MinimumOSVersion: 10.0.0.0 +InstallerType: nullsoft InstallModes: - interactive - silent +UpgradeBehavior: install FileExtensions: - yaml Installers: - Architecture: x64 - InstallerType: nullsoft Scope: user InstallerUrl: https://github.com/Eugeny/tabby/releases/download/v1.0.156/tabby-1.0.156-setup.exe InstallerSha256: B0845A8092494B673C65D4D4B74FA846DA0B9D2A6327444D5F8023865E42001E InstallerSwitches: Custom: /CURRENTUSER - UpgradeBehavior: install - Architecture: x64 - InstallerType: nullsoft Scope: machine InstallerUrl: https://github.com/Eugeny/tabby/releases/download/v1.0.156/tabby-1.0.156-setup.exe InstallerSha256: B0845A8092494B673C65D4D4B74FA846DA0B9D2A6327444D5F8023865E42001E InstallerSwitches: Custom: /ALLUSERS - UpgradeBehavior: install ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.156/Eugeny.Tabby.locale.en-US.yaml b/manifests/e/Eugeny/Tabby/1.0.156/Eugeny.Tabby.locale.en-US.yaml index 84a7a5fff1b13..44f733157f5b6 100644 --- a/manifests/e/Eugeny/Tabby/1.0.156/Eugeny.Tabby.locale.en-US.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.156/Eugeny.Tabby.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: Eugeny.Tabby PackageVersion: 1.0.156 @@ -7,6 +7,7 @@ PackageLocale: en-US Publisher: Eugene Pankov PublisherUrl: https://github.com/Eugeny/ PublisherSupportUrl: https://github.com/Eugeny/tabby/issues +# PrivacyUrl: Author: Eugene Pankov PackageName: Tabby PackageUrl: https://github.com/Eugeny/tabby @@ -18,12 +19,17 @@ ShortDescription: A terminal for a more modern age. Description: Tabby is a highly configurable terminal emulator, SSH and serial client for Windows, macOS and Linux Moniker: tabby Tags: -- terminal -- console -- command-line - cli +- command-line +- console - cross-platform -- open-source - electron +- open-source +- terminal +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.156/Eugeny.Tabby.yaml b/manifests/e/Eugeny/Tabby/1.0.156/Eugeny.Tabby.yaml index 8a0971fa6b48b..e8bc681209e21 100644 --- a/manifests/e/Eugeny/Tabby/1.0.156/Eugeny.Tabby.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.156/Eugeny.Tabby.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: Eugeny.Tabby PackageVersion: 1.0.156 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.157/Eugeny.Tabby.installer.yaml b/manifests/e/Eugeny/Tabby/1.0.157/Eugeny.Tabby.installer.yaml index b1963f3945e91..e33085fd302ea 100644 --- a/manifests/e/Eugeny/Tabby/1.0.157/Eugeny.Tabby.installer.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.157/Eugeny.Tabby.installer.yaml @@ -1,30 +1,28 @@ -# 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: Eugeny.Tabby PackageVersion: 1.0.157 MinimumOSVersion: 10.0.0.0 +InstallerType: nullsoft InstallModes: - interactive - silent +UpgradeBehavior: install FileExtensions: - yaml Installers: - Architecture: x64 - InstallerType: nullsoft Scope: user InstallerUrl: https://github.com/Eugeny/tabby/releases/download/v1.0.157/tabby-1.0.157-setup.exe InstallerSha256: 109B68776B05C511B967B255E33654C9E68B747536FC395002D6F20635020CFE InstallerSwitches: Custom: /CURRENTUSER - UpgradeBehavior: install - Architecture: x64 - InstallerType: nullsoft Scope: machine InstallerUrl: https://github.com/Eugeny/tabby/releases/download/v1.0.157/tabby-1.0.157-setup.exe InstallerSha256: 109B68776B05C511B967B255E33654C9E68B747536FC395002D6F20635020CFE InstallerSwitches: Custom: /ALLUSERS - UpgradeBehavior: install ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.157/Eugeny.Tabby.locale.en-US.yaml b/manifests/e/Eugeny/Tabby/1.0.157/Eugeny.Tabby.locale.en-US.yaml index 369977f37de2a..a23f10574cbb7 100644 --- a/manifests/e/Eugeny/Tabby/1.0.157/Eugeny.Tabby.locale.en-US.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.157/Eugeny.Tabby.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: Eugeny.Tabby PackageVersion: 1.0.157 @@ -7,6 +7,7 @@ PackageLocale: en-US Publisher: Eugene Pankov PublisherUrl: https://github.com/Eugeny/ PublisherSupportUrl: https://github.com/Eugeny/tabby/issues +# PrivacyUrl: Author: Eugene Pankov PackageName: Tabby PackageUrl: https://github.com/Eugeny/tabby @@ -18,12 +19,17 @@ ShortDescription: A terminal for a more modern age. Description: Tabby is a highly configurable terminal emulator, SSH and serial client for Windows, macOS and Linux Moniker: tabby Tags: -- terminal -- console -- command-line - cli +- command-line +- console - cross-platform -- open-source - electron +- open-source +- terminal +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.157/Eugeny.Tabby.yaml b/manifests/e/Eugeny/Tabby/1.0.157/Eugeny.Tabby.yaml index b31ef71608e43..3c7e8ce8cbad4 100644 --- a/manifests/e/Eugeny/Tabby/1.0.157/Eugeny.Tabby.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.157/Eugeny.Tabby.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: Eugeny.Tabby PackageVersion: 1.0.157 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.158/Eugeny.Tabby.installer.yaml b/manifests/e/Eugeny/Tabby/1.0.158/Eugeny.Tabby.installer.yaml index 22c1948562ec6..139463a5d68cb 100644 --- a/manifests/e/Eugeny/Tabby/1.0.158/Eugeny.Tabby.installer.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.158/Eugeny.Tabby.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: Eugeny.Tabby PackageVersion: 1.0.158 @@ -27,4 +27,4 @@ Installers: InstallerSwitches: Custom: /ALLUSERS ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.158/Eugeny.Tabby.locale.en-US.yaml b/manifests/e/Eugeny/Tabby/1.0.158/Eugeny.Tabby.locale.en-US.yaml index 495ecca09b53f..6894a0862232d 100644 --- a/manifests/e/Eugeny/Tabby/1.0.158/Eugeny.Tabby.locale.en-US.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.158/Eugeny.Tabby.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: Eugeny.Tabby PackageVersion: 1.0.158 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Eugene Pankov PublisherUrl: https://github.com/Eugeny/ PublisherSupportUrl: https://github.com/Eugeny/tabby/issues -# PrivacyUrl: +# PrivacyUrl: Author: Eugene Pankov PackageName: Tabby PackageUrl: https://github.com/Eugeny/tabby @@ -19,12 +19,17 @@ ShortDescription: A terminal for a more modern age. Description: Tabby is a highly configurable terminal emulator, SSH and serial client for Windows, macOS and Linux Moniker: tabby Tags: -- terminal -- console -- command-line - cli +- command-line +- console - cross-platform -- open-source - electron +- open-source +- terminal +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.158/Eugeny.Tabby.yaml b/manifests/e/Eugeny/Tabby/1.0.158/Eugeny.Tabby.yaml index 1cf312fe7ec14..76671a15d1022 100644 --- a/manifests/e/Eugeny/Tabby/1.0.158/Eugeny.Tabby.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.158/Eugeny.Tabby.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: Eugeny.Tabby PackageVersion: 1.0.158 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.159/Eugeny.Tabby.installer.yaml b/manifests/e/Eugeny/Tabby/1.0.159/Eugeny.Tabby.installer.yaml index 90c7ab8016ba8..bf80ef664f0a8 100644 --- a/manifests/e/Eugeny/Tabby/1.0.159/Eugeny.Tabby.installer.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.159/Eugeny.Tabby.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: Eugeny.Tabby PackageVersion: 1.0.159 @@ -27,4 +27,4 @@ Installers: InstallerSwitches: Custom: /ALLUSERS ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.159/Eugeny.Tabby.locale.en-US.yaml b/manifests/e/Eugeny/Tabby/1.0.159/Eugeny.Tabby.locale.en-US.yaml index ec4eef6adab3e..3e2635a8ff163 100644 --- a/manifests/e/Eugeny/Tabby/1.0.159/Eugeny.Tabby.locale.en-US.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.159/Eugeny.Tabby.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: Eugeny.Tabby PackageVersion: 1.0.159 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Eugene Pankov PublisherUrl: https://github.com/Eugeny/ PublisherSupportUrl: https://github.com/Eugeny/tabby/issues -# PrivacyUrl: +# PrivacyUrl: Author: Eugene Pankov PackageName: Tabby PackageUrl: https://github.com/Eugeny/tabby @@ -19,12 +19,17 @@ ShortDescription: A terminal for a more modern age. Description: Tabby is a highly configurable terminal emulator, SSH and serial client for Windows, macOS and Linux Moniker: tabby Tags: -- terminal -- console -- command-line - cli +- command-line +- console - cross-platform -- open-source - electron +- open-source +- terminal +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.159/Eugeny.Tabby.yaml b/manifests/e/Eugeny/Tabby/1.0.159/Eugeny.Tabby.yaml index 39a0d806c6394..89b4762663828 100644 --- a/manifests/e/Eugeny/Tabby/1.0.159/Eugeny.Tabby.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.159/Eugeny.Tabby.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: Eugeny.Tabby PackageVersion: 1.0.159 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.160/Eugeny.Tabby.installer.yaml b/manifests/e/Eugeny/Tabby/1.0.160/Eugeny.Tabby.installer.yaml index defe6a4f77a4e..a8e9478b4808b 100644 --- a/manifests/e/Eugeny/Tabby/1.0.160/Eugeny.Tabby.installer.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.160/Eugeny.Tabby.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: Eugeny.Tabby PackageVersion: 1.0.160 @@ -27,4 +27,4 @@ Installers: InstallerSwitches: Custom: /ALLUSERS ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.160/Eugeny.Tabby.locale.en-US.yaml b/manifests/e/Eugeny/Tabby/1.0.160/Eugeny.Tabby.locale.en-US.yaml index 0d4e0fbbe04cc..3fce3693c695f 100644 --- a/manifests/e/Eugeny/Tabby/1.0.160/Eugeny.Tabby.locale.en-US.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.160/Eugeny.Tabby.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: Eugeny.Tabby PackageVersion: 1.0.160 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Eugene Pankov PublisherUrl: https://github.com/Eugeny/ PublisherSupportUrl: https://github.com/Eugeny/tabby/issues -# PrivacyUrl: +# PrivacyUrl: Author: Eugene Pankov PackageName: Tabby PackageUrl: https://github.com/Eugeny/tabby @@ -19,12 +19,17 @@ ShortDescription: A terminal for a more modern age. Description: Tabby is a highly configurable terminal emulator, SSH and serial client for Windows, macOS and Linux Moniker: tabby Tags: -- terminal -- console -- command-line - cli +- command-line +- console - cross-platform -- open-source - electron +- open-source +- terminal +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.160/Eugeny.Tabby.yaml b/manifests/e/Eugeny/Tabby/1.0.160/Eugeny.Tabby.yaml index 9a67e09a48b45..5a302af0fc412 100644 --- a/manifests/e/Eugeny/Tabby/1.0.160/Eugeny.Tabby.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.160/Eugeny.Tabby.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: Eugeny.Tabby PackageVersion: 1.0.160 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.161/Eugeny.Tabby.installer.yaml b/manifests/e/Eugeny/Tabby/1.0.161/Eugeny.Tabby.installer.yaml index 546f3b52c912f..e82c23c58936d 100644 --- a/manifests/e/Eugeny/Tabby/1.0.161/Eugeny.Tabby.installer.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.161/Eugeny.Tabby.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: Eugeny.Tabby PackageVersion: 1.0.161 @@ -27,4 +27,4 @@ Installers: InstallerSwitches: Custom: /ALLUSERS ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.161/Eugeny.Tabby.locale.en-US.yaml b/manifests/e/Eugeny/Tabby/1.0.161/Eugeny.Tabby.locale.en-US.yaml index d0fa36f36c79e..837a3e80ac72b 100644 --- a/manifests/e/Eugeny/Tabby/1.0.161/Eugeny.Tabby.locale.en-US.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.161/Eugeny.Tabby.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: Eugeny.Tabby PackageVersion: 1.0.161 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Eugene Pankov PublisherUrl: https://github.com/Eugeny/ PublisherSupportUrl: https://github.com/Eugeny/tabby/issues -# PrivacyUrl: +# PrivacyUrl: Author: Eugene Pankov PackageName: Tabby PackageUrl: https://github.com/Eugeny/tabby @@ -19,12 +19,17 @@ ShortDescription: A terminal for a more modern age. Description: Tabby is a highly configurable terminal emulator, SSH and serial client for Windows, macOS and Linux Moniker: tabby Tags: -- terminal -- console -- command-line - cli +- command-line +- console - cross-platform -- open-source - electron +- open-source +- terminal +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.161/Eugeny.Tabby.yaml b/manifests/e/Eugeny/Tabby/1.0.161/Eugeny.Tabby.yaml index b5a329961abb0..94fa30355e00d 100644 --- a/manifests/e/Eugeny/Tabby/1.0.161/Eugeny.Tabby.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.161/Eugeny.Tabby.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: Eugeny.Tabby PackageVersion: 1.0.161 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.164/Eugeny.Tabby.installer.yaml b/manifests/e/Eugeny/Tabby/1.0.164/Eugeny.Tabby.installer.yaml index cb985dc782e65..6e7bdcadb3fe6 100644 --- a/manifests/e/Eugeny/Tabby/1.0.164/Eugeny.Tabby.installer.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.164/Eugeny.Tabby.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: Eugeny.Tabby PackageVersion: 1.0.164 @@ -27,4 +27,4 @@ Installers: InstallerSwitches: Custom: /ALLUSERS ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.164/Eugeny.Tabby.locale.en-US.yaml b/manifests/e/Eugeny/Tabby/1.0.164/Eugeny.Tabby.locale.en-US.yaml index 6608a9be1a9f4..bed432163549a 100644 --- a/manifests/e/Eugeny/Tabby/1.0.164/Eugeny.Tabby.locale.en-US.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.164/Eugeny.Tabby.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: Eugeny.Tabby PackageVersion: 1.0.164 PackageLocale: en-US Publisher: Eugene Pankov PublisherUrl: https://github.com/Eugeny/ PublisherSupportUrl: https://github.com/Eugeny/tabby/issues +# PrivacyUrl: Author: Eugene Pankov PackageName: Tabby PackageUrl: https://github.com/Eugeny/tabby @@ -15,12 +19,17 @@ ShortDescription: A terminal for a more modern age. Description: Tabby is a highly configurable terminal emulator, SSH and serial client for Windows, macOS and Linux Moniker: tabby Tags: -- terminal -- console -- command-line - cli +- command-line +- console - cross-platform -- open-source - electron +- open-source +- terminal +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.164/Eugeny.Tabby.yaml b/manifests/e/Eugeny/Tabby/1.0.164/Eugeny.Tabby.yaml index 1e3c8b050a3fc..80e2a807a8618 100644 --- a/manifests/e/Eugeny/Tabby/1.0.164/Eugeny.Tabby.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.164/Eugeny.Tabby.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: Eugeny.Tabby PackageVersion: 1.0.164 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.165/Eugeny.Tabby.installer.yaml b/manifests/e/Eugeny/Tabby/1.0.165/Eugeny.Tabby.installer.yaml index e093ceff48df3..e16cd70076c73 100644 --- a/manifests/e/Eugeny/Tabby/1.0.165/Eugeny.Tabby.installer.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.165/Eugeny.Tabby.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: Eugeny.Tabby PackageVersion: 1.0.165 @@ -27,4 +27,4 @@ Installers: InstallerSwitches: Custom: /ALLUSERS ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.165/Eugeny.Tabby.locale.en-US.yaml b/manifests/e/Eugeny/Tabby/1.0.165/Eugeny.Tabby.locale.en-US.yaml index 06eb0423988d8..0dc6c320a42c9 100644 --- a/manifests/e/Eugeny/Tabby/1.0.165/Eugeny.Tabby.locale.en-US.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.165/Eugeny.Tabby.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: Eugeny.Tabby PackageVersion: 1.0.165 PackageLocale: en-US Publisher: Eugene Pankov PublisherUrl: https://github.com/Eugeny/ PublisherSupportUrl: https://github.com/Eugeny/tabby/issues +# PrivacyUrl: Author: Eugene Pankov PackageName: Tabby PackageUrl: https://github.com/Eugeny/tabby @@ -15,12 +19,17 @@ ShortDescription: A terminal for a more modern age. Description: Tabby is a highly configurable terminal emulator, SSH and serial client for Windows, macOS and Linux Moniker: tabby Tags: -- terminal -- console -- command-line - cli +- command-line +- console - cross-platform -- open-source - electron +- open-source +- terminal +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.165/Eugeny.Tabby.yaml b/manifests/e/Eugeny/Tabby/1.0.165/Eugeny.Tabby.yaml index 244e37acccc4c..02b70f0d129cd 100644 --- a/manifests/e/Eugeny/Tabby/1.0.165/Eugeny.Tabby.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.165/Eugeny.Tabby.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: Eugeny.Tabby PackageVersion: 1.0.165 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.166/Eugeny.Tabby.installer.yaml b/manifests/e/Eugeny/Tabby/1.0.166/Eugeny.Tabby.installer.yaml index 3d0d1325c4b79..d4c6295a2c266 100644 --- a/manifests/e/Eugeny/Tabby/1.0.166/Eugeny.Tabby.installer.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.166/Eugeny.Tabby.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: Eugeny.Tabby PackageVersion: 1.0.166 @@ -27,4 +27,4 @@ Installers: InstallerSwitches: Custom: /ALLUSERS ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.166/Eugeny.Tabby.locale.en-US.yaml b/manifests/e/Eugeny/Tabby/1.0.166/Eugeny.Tabby.locale.en-US.yaml index b129c054d901a..76f94f50b7b5d 100644 --- a/manifests/e/Eugeny/Tabby/1.0.166/Eugeny.Tabby.locale.en-US.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.166/Eugeny.Tabby.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: Eugeny.Tabby PackageVersion: 1.0.166 PackageLocale: en-US Publisher: Eugene Pankov PublisherUrl: https://github.com/Eugeny/ PublisherSupportUrl: https://github.com/Eugeny/tabby/issues +# PrivacyUrl: Author: Eugene Pankov PackageName: Tabby PackageUrl: https://github.com/Eugeny/tabby @@ -15,12 +19,17 @@ ShortDescription: A terminal for a more modern age. Description: Tabby is a highly configurable terminal emulator, SSH and serial client for Windows, macOS and Linux Moniker: tabby Tags: -- terminal -- console -- command-line - cli +- command-line +- console - cross-platform -- open-source - electron +- open-source +- terminal +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.166/Eugeny.Tabby.yaml b/manifests/e/Eugeny/Tabby/1.0.166/Eugeny.Tabby.yaml index 4c1af6eeadde8..da73a1db1114e 100644 --- a/manifests/e/Eugeny/Tabby/1.0.166/Eugeny.Tabby.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.166/Eugeny.Tabby.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: Eugeny.Tabby PackageVersion: 1.0.166 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.167/Eugeny.Tabby.installer.yaml b/manifests/e/Eugeny/Tabby/1.0.167/Eugeny.Tabby.installer.yaml index 68cb994b15dff..c87006e1c58e3 100644 --- a/manifests/e/Eugeny/Tabby/1.0.167/Eugeny.Tabby.installer.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.167/Eugeny.Tabby.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: Eugeny.Tabby PackageVersion: 1.0.167 @@ -27,4 +27,4 @@ Installers: InstallerSwitches: Custom: /ALLUSERS ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.167/Eugeny.Tabby.locale.en-US.yaml b/manifests/e/Eugeny/Tabby/1.0.167/Eugeny.Tabby.locale.en-US.yaml index 210a80bf21a16..f053593bbe482 100644 --- a/manifests/e/Eugeny/Tabby/1.0.167/Eugeny.Tabby.locale.en-US.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.167/Eugeny.Tabby.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: Eugeny.Tabby PackageVersion: 1.0.167 PackageLocale: en-US Publisher: Eugene Pankov PublisherUrl: https://github.com/Eugeny/ PublisherSupportUrl: https://github.com/Eugeny/tabby/issues +# PrivacyUrl: Author: Eugene Pankov PackageName: Tabby PackageUrl: https://github.com/Eugeny/tabby @@ -15,12 +19,17 @@ ShortDescription: A terminal for a more modern age. Description: Tabby is a highly configurable terminal emulator, SSH and serial client for Windows, macOS and Linux Moniker: tabby Tags: -- terminal -- console -- command-line - cli +- command-line +- console - cross-platform -- open-source - electron +- open-source +- terminal +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.167/Eugeny.Tabby.yaml b/manifests/e/Eugeny/Tabby/1.0.167/Eugeny.Tabby.yaml index a641286afb87f..fbb8376c3f3f1 100644 --- a/manifests/e/Eugeny/Tabby/1.0.167/Eugeny.Tabby.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.167/Eugeny.Tabby.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: Eugeny.Tabby PackageVersion: 1.0.167 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.168/Eugeny.Tabby.installer.yaml b/manifests/e/Eugeny/Tabby/1.0.168/Eugeny.Tabby.installer.yaml index d62c8f4da1255..69f94aa1791a1 100644 --- a/manifests/e/Eugeny/Tabby/1.0.168/Eugeny.Tabby.installer.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.168/Eugeny.Tabby.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: Eugeny.Tabby PackageVersion: 1.0.168 @@ -27,4 +27,4 @@ Installers: InstallerSwitches: Custom: /ALLUSERS ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.168/Eugeny.Tabby.locale.en-US.yaml b/manifests/e/Eugeny/Tabby/1.0.168/Eugeny.Tabby.locale.en-US.yaml index c4a9fd20a4d49..33b4586bb978a 100644 --- a/manifests/e/Eugeny/Tabby/1.0.168/Eugeny.Tabby.locale.en-US.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.168/Eugeny.Tabby.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: Eugeny.Tabby PackageVersion: 1.0.168 PackageLocale: en-US Publisher: Eugene Pankov PublisherUrl: https://github.com/Eugeny/ PublisherSupportUrl: https://github.com/Eugeny/tabby/issues +# PrivacyUrl: Author: Eugene Pankov PackageName: Tabby PackageUrl: https://github.com/Eugeny/tabby @@ -22,5 +26,10 @@ Tags: - electron - open-source - terminal +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.168/Eugeny.Tabby.yaml b/manifests/e/Eugeny/Tabby/1.0.168/Eugeny.Tabby.yaml index 551051f1c9a75..fc679d526700a 100644 --- a/manifests/e/Eugeny/Tabby/1.0.168/Eugeny.Tabby.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.168/Eugeny.Tabby.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: Eugeny.Tabby PackageVersion: 1.0.168 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.169/Eugeny.Tabby.installer.yaml b/manifests/e/Eugeny/Tabby/1.0.169/Eugeny.Tabby.installer.yaml index 638d81db5e340..f64387fe6c62a 100644 --- a/manifests/e/Eugeny/Tabby/1.0.169/Eugeny.Tabby.installer.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.169/Eugeny.Tabby.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: Eugeny.Tabby PackageVersion: 1.0.169 @@ -27,4 +27,4 @@ Installers: InstallerSwitches: Custom: /ALLUSERS ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.169/Eugeny.Tabby.locale.en-US.yaml b/manifests/e/Eugeny/Tabby/1.0.169/Eugeny.Tabby.locale.en-US.yaml index 9ebbf23627344..283334b7e602b 100644 --- a/manifests/e/Eugeny/Tabby/1.0.169/Eugeny.Tabby.locale.en-US.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.169/Eugeny.Tabby.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: Eugeny.Tabby PackageVersion: 1.0.169 PackageLocale: en-US Publisher: Eugene Pankov PublisherUrl: https://github.com/Eugeny/ PublisherSupportUrl: https://github.com/Eugeny/tabby/issues +# PrivacyUrl: Author: Eugene Pankov PackageName: Tabby PackageUrl: https://github.com/Eugeny/tabby @@ -22,5 +26,10 @@ Tags: - electron - open-source - terminal +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.169/Eugeny.Tabby.yaml b/manifests/e/Eugeny/Tabby/1.0.169/Eugeny.Tabby.yaml index e6d67267b2a6e..d304e80349973 100644 --- a/manifests/e/Eugeny/Tabby/1.0.169/Eugeny.Tabby.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.169/Eugeny.Tabby.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: Eugeny.Tabby PackageVersion: 1.0.169 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.170/Eugeny.Tabby.installer.yaml b/manifests/e/Eugeny/Tabby/1.0.170/Eugeny.Tabby.installer.yaml index a7216ad2f4484..a2ad1e41471d3 100644 --- a/manifests/e/Eugeny/Tabby/1.0.170/Eugeny.Tabby.installer.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.170/Eugeny.Tabby.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: Eugeny.Tabby PackageVersion: 1.0.170 @@ -27,4 +27,4 @@ Installers: InstallerSwitches: Custom: /ALLUSERS ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.170/Eugeny.Tabby.locale.en-US.yaml b/manifests/e/Eugeny/Tabby/1.0.170/Eugeny.Tabby.locale.en-US.yaml index 63ec86879afa5..be338adf30bec 100644 --- a/manifests/e/Eugeny/Tabby/1.0.170/Eugeny.Tabby.locale.en-US.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.170/Eugeny.Tabby.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: Eugeny.Tabby PackageVersion: 1.0.170 PackageLocale: en-US Publisher: Eugene Pankov PublisherUrl: https://github.com/Eugeny/ PublisherSupportUrl: https://github.com/Eugeny/tabby/issues +# PrivacyUrl: Author: Eugene Pankov PackageName: Tabby PackageUrl: https://github.com/Eugeny/tabby @@ -22,5 +26,10 @@ Tags: - electron - open-source - terminal +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.170/Eugeny.Tabby.yaml b/manifests/e/Eugeny/Tabby/1.0.170/Eugeny.Tabby.yaml index 0e9efc67197e5..35f8752075b86 100644 --- a/manifests/e/Eugeny/Tabby/1.0.170/Eugeny.Tabby.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.170/Eugeny.Tabby.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: Eugeny.Tabby PackageVersion: 1.0.170 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.171/Eugeny.Tabby.installer.yaml b/manifests/e/Eugeny/Tabby/1.0.171/Eugeny.Tabby.installer.yaml index c4e2df6c718a2..e5452c1114960 100644 --- a/manifests/e/Eugeny/Tabby/1.0.171/Eugeny.Tabby.installer.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.171/Eugeny.Tabby.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: Eugeny.Tabby PackageVersion: 1.0.171 @@ -28,4 +28,4 @@ Installers: InstallerSwitches: Custom: /ALLUSERS ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.171/Eugeny.Tabby.locale.en-US.yaml b/manifests/e/Eugeny/Tabby/1.0.171/Eugeny.Tabby.locale.en-US.yaml index 028eb37f82712..74c1d8be9c748 100644 --- a/manifests/e/Eugeny/Tabby/1.0.171/Eugeny.Tabby.locale.en-US.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.171/Eugeny.Tabby.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: Eugeny.Tabby PackageVersion: 1.0.171 PackageLocale: en-US Publisher: Eugene Pankov PublisherUrl: https://github.com/Eugeny/ PublisherSupportUrl: https://github.com/Eugeny/tabby/issues +# PrivacyUrl: Author: Eugene Pankov PackageName: Tabby PackageUrl: https://github.com/Eugeny/tabby @@ -22,6 +26,10 @@ Tags: - electron - open-source - terminal +# ReleaseNotes: ReleaseNotesUrl: https://github.com/Eugeny/tabby/releases/tag/v1.0.171 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.171/Eugeny.Tabby.yaml b/manifests/e/Eugeny/Tabby/1.0.171/Eugeny.Tabby.yaml index 7ec721caa868f..769f6563090d6 100644 --- a/manifests/e/Eugeny/Tabby/1.0.171/Eugeny.Tabby.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.171/Eugeny.Tabby.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: Eugeny.Tabby PackageVersion: 1.0.171 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.172/Eugeny.Tabby.installer.yaml b/manifests/e/Eugeny/Tabby/1.0.172/Eugeny.Tabby.installer.yaml index 0c5c6c46b0de2..96f6bf7f9cc57 100644 --- a/manifests/e/Eugeny/Tabby/1.0.172/Eugeny.Tabby.installer.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.172/Eugeny.Tabby.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: Eugeny.Tabby PackageVersion: 1.0.172 @@ -28,4 +28,4 @@ Installers: InstallerSwitches: Custom: /ALLUSERS ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.172/Eugeny.Tabby.locale.en-US.yaml b/manifests/e/Eugeny/Tabby/1.0.172/Eugeny.Tabby.locale.en-US.yaml index fcb6b713b663e..79a62dfb89e9e 100644 --- a/manifests/e/Eugeny/Tabby/1.0.172/Eugeny.Tabby.locale.en-US.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.172/Eugeny.Tabby.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: Eugeny.Tabby PackageVersion: 1.0.172 PackageLocale: en-US Publisher: Eugene Pankov PublisherUrl: https://github.com/Eugeny/ PublisherSupportUrl: https://github.com/Eugeny/tabby/issues +# PrivacyUrl: Author: Eugene Pankov PackageName: Tabby PackageUrl: https://github.com/Eugeny/tabby @@ -22,6 +26,10 @@ Tags: - electron - open-source - terminal +# ReleaseNotes: ReleaseNotesUrl: https://github.com/Eugeny/tabby/releases/tag/v1.0.172 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.172/Eugeny.Tabby.yaml b/manifests/e/Eugeny/Tabby/1.0.172/Eugeny.Tabby.yaml index 09568f50c4575..c300efa4486a5 100644 --- a/manifests/e/Eugeny/Tabby/1.0.172/Eugeny.Tabby.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.172/Eugeny.Tabby.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: Eugeny.Tabby PackageVersion: 1.0.172 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.173/Eugeny.Tabby.installer.yaml b/manifests/e/Eugeny/Tabby/1.0.173/Eugeny.Tabby.installer.yaml index a0abe6e978f71..93a0671309ad2 100644 --- a/manifests/e/Eugeny/Tabby/1.0.173/Eugeny.Tabby.installer.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.173/Eugeny.Tabby.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: Eugeny.Tabby PackageVersion: 1.0.173 @@ -28,4 +28,4 @@ Installers: InstallerSwitches: Custom: /ALLUSERS ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.173/Eugeny.Tabby.locale.en-US.yaml b/manifests/e/Eugeny/Tabby/1.0.173/Eugeny.Tabby.locale.en-US.yaml index aff9105025581..7a05f93f9600a 100644 --- a/manifests/e/Eugeny/Tabby/1.0.173/Eugeny.Tabby.locale.en-US.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.173/Eugeny.Tabby.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: Eugeny.Tabby PackageVersion: 1.0.173 PackageLocale: en-US Publisher: Eugene Pankov PublisherUrl: https://github.com/Eugeny/ PublisherSupportUrl: https://github.com/Eugeny/tabby/issues +# PrivacyUrl: Author: Eugene Pankov PackageName: Tabby PackageUrl: https://github.com/Eugeny/tabby @@ -22,6 +26,10 @@ Tags: - electron - open-source - terminal +# ReleaseNotes: ReleaseNotesUrl: https://github.com/Eugeny/tabby/releases/tag/v1.0.173 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.173/Eugeny.Tabby.yaml b/manifests/e/Eugeny/Tabby/1.0.173/Eugeny.Tabby.yaml index 1f79d8d7fc7a7..e736444ba4440 100644 --- a/manifests/e/Eugeny/Tabby/1.0.173/Eugeny.Tabby.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.173/Eugeny.Tabby.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: Eugeny.Tabby PackageVersion: 1.0.173 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.174/Eugeny.Tabby.installer.yaml b/manifests/e/Eugeny/Tabby/1.0.174/Eugeny.Tabby.installer.yaml index 76598db34cdc9..57492883ab815 100644 --- a/manifests/e/Eugeny/Tabby/1.0.174/Eugeny.Tabby.installer.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.174/Eugeny.Tabby.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: Eugeny.Tabby PackageVersion: 1.0.174 @@ -28,4 +28,4 @@ Installers: InstallerSwitches: Custom: /ALLUSERS ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.174/Eugeny.Tabby.locale.en-US.yaml b/manifests/e/Eugeny/Tabby/1.0.174/Eugeny.Tabby.locale.en-US.yaml index e13068dec1771..1f795d890b625 100644 --- a/manifests/e/Eugeny/Tabby/1.0.174/Eugeny.Tabby.locale.en-US.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.174/Eugeny.Tabby.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: Eugeny.Tabby PackageVersion: 1.0.174 PackageLocale: en-US Publisher: Eugene Pankov PublisherUrl: https://github.com/Eugeny/ PublisherSupportUrl: https://github.com/Eugeny/tabby/issues +# PrivacyUrl: Author: Eugene Pankov PackageName: Tabby PackageUrl: https://github.com/Eugeny/tabby @@ -22,6 +26,10 @@ Tags: - electron - open-source - terminal +# ReleaseNotes: ReleaseNotesUrl: https://github.com/Eugeny/tabby/releases/tag/v1.0.174 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.174/Eugeny.Tabby.yaml b/manifests/e/Eugeny/Tabby/1.0.174/Eugeny.Tabby.yaml index 57893da70b49b..4961cbed4b40a 100644 --- a/manifests/e/Eugeny/Tabby/1.0.174/Eugeny.Tabby.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.174/Eugeny.Tabby.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: Eugeny.Tabby PackageVersion: 1.0.174 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.179/Eugeny.Tabby.installer.yaml b/manifests/e/Eugeny/Tabby/1.0.179/Eugeny.Tabby.installer.yaml index 97bceaaec61b4..43bad0e701e8e 100644 --- a/manifests/e/Eugeny/Tabby/1.0.179/Eugeny.Tabby.installer.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.179/Eugeny.Tabby.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: Eugeny.Tabby PackageVersion: 1.0.179 @@ -40,4 +40,4 @@ Installers: InstallerSwitches: Custom: /ALLUSERS ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.179/Eugeny.Tabby.locale.en-US.yaml b/manifests/e/Eugeny/Tabby/1.0.179/Eugeny.Tabby.locale.en-US.yaml index fc9406c023541..9da4875762d25 100644 --- a/manifests/e/Eugeny/Tabby/1.0.179/Eugeny.Tabby.locale.en-US.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.179/Eugeny.Tabby.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: Eugeny.Tabby PackageVersion: 1.0.179 PackageLocale: en-US Publisher: Eugene Pankov PublisherUrl: https://github.com/Eugeny/ PublisherSupportUrl: https://github.com/Eugeny/tabby/issues +# PrivacyUrl: Author: Eugene Pankov PackageName: Tabby PackageUrl: https://github.com/Eugeny/tabby @@ -22,6 +26,10 @@ Tags: - electron - open-source - terminal +# ReleaseNotes: ReleaseNotesUrl: https://github.com/Eugeny/tabby/releases/tag/v1.0.179 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.179/Eugeny.Tabby.yaml b/manifests/e/Eugeny/Tabby/1.0.179/Eugeny.Tabby.yaml index 30f5a2acf6e5f..8a69f9a3e1255 100644 --- a/manifests/e/Eugeny/Tabby/1.0.179/Eugeny.Tabby.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.179/Eugeny.Tabby.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: Eugeny.Tabby PackageVersion: 1.0.179 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.181/Eugeny.Tabby.installer.yaml b/manifests/e/Eugeny/Tabby/1.0.181/Eugeny.Tabby.installer.yaml index 0d253c8bb0dbb..4e2ed63657a27 100644 --- a/manifests/e/Eugeny/Tabby/1.0.181/Eugeny.Tabby.installer.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.181/Eugeny.Tabby.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: Eugeny.Tabby PackageVersion: 1.0.181 @@ -40,4 +40,4 @@ Installers: InstallerSwitches: Custom: /ALLUSERS ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.181/Eugeny.Tabby.locale.en-US.yaml b/manifests/e/Eugeny/Tabby/1.0.181/Eugeny.Tabby.locale.en-US.yaml index c0237946d50bf..cc2d9044bd061 100644 --- a/manifests/e/Eugeny/Tabby/1.0.181/Eugeny.Tabby.locale.en-US.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.181/Eugeny.Tabby.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: Eugeny.Tabby PackageVersion: 1.0.181 PackageLocale: en-US Publisher: Eugene Pankov PublisherUrl: https://github.com/Eugeny/ PublisherSupportUrl: https://github.com/Eugeny/tabby/issues +# PrivacyUrl: Author: Eugene Pankov PackageName: Tabby PackageUrl: https://github.com/Eugeny/tabby @@ -22,6 +26,10 @@ Tags: - electron - open-source - terminal +# ReleaseNotes: ReleaseNotesUrl: https://github.com/Eugeny/tabby/releases/tag/v1.0.181 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.181/Eugeny.Tabby.yaml b/manifests/e/Eugeny/Tabby/1.0.181/Eugeny.Tabby.yaml index 7b43f2279d79c..eb2dbb387c1ab 100644 --- a/manifests/e/Eugeny/Tabby/1.0.181/Eugeny.Tabby.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.181/Eugeny.Tabby.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: Eugeny.Tabby PackageVersion: 1.0.181 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.182/Eugeny.Tabby.installer.yaml b/manifests/e/Eugeny/Tabby/1.0.182/Eugeny.Tabby.installer.yaml index 885d5b81e8479..aed0a47852957 100644 --- a/manifests/e/Eugeny/Tabby/1.0.182/Eugeny.Tabby.installer.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.182/Eugeny.Tabby.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: Eugeny.Tabby PackageVersion: 1.0.182 @@ -40,4 +40,4 @@ Installers: InstallerSwitches: Custom: /ALLUSERS ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.182/Eugeny.Tabby.locale.en-US.yaml b/manifests/e/Eugeny/Tabby/1.0.182/Eugeny.Tabby.locale.en-US.yaml index 690cfa5e41a46..ddd13356084f9 100644 --- a/manifests/e/Eugeny/Tabby/1.0.182/Eugeny.Tabby.locale.en-US.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.182/Eugeny.Tabby.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: Eugeny.Tabby PackageVersion: 1.0.182 PackageLocale: en-US Publisher: Eugene Pankov PublisherUrl: https://github.com/Eugeny/ PublisherSupportUrl: https://github.com/Eugeny/tabby/issues +# PrivacyUrl: Author: Eugene Pankov PackageName: Tabby PackageUrl: https://github.com/Eugeny/tabby @@ -22,6 +26,10 @@ Tags: - electron - open-source - terminal +# ReleaseNotes: ReleaseNotesUrl: https://github.com/Eugeny/tabby/releases/tag/v1.0.182 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.182/Eugeny.Tabby.yaml b/manifests/e/Eugeny/Tabby/1.0.182/Eugeny.Tabby.yaml index 4f7f9a2904fbf..568bca75b0cae 100644 --- a/manifests/e/Eugeny/Tabby/1.0.182/Eugeny.Tabby.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.182/Eugeny.Tabby.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: Eugeny.Tabby PackageVersion: 1.0.182 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.183/Eugeny.Tabby.installer.yaml b/manifests/e/Eugeny/Tabby/1.0.183/Eugeny.Tabby.installer.yaml index 488c4c935dc36..43b155cb32c25 100644 --- a/manifests/e/Eugeny/Tabby/1.0.183/Eugeny.Tabby.installer.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.183/Eugeny.Tabby.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: Eugeny.Tabby PackageVersion: 1.0.183 @@ -40,4 +40,4 @@ Installers: InstallerSwitches: Custom: /ALLUSERS ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.183/Eugeny.Tabby.locale.en-US.yaml b/manifests/e/Eugeny/Tabby/1.0.183/Eugeny.Tabby.locale.en-US.yaml index c2b845e9d6e85..9b7ff13adce8e 100644 --- a/manifests/e/Eugeny/Tabby/1.0.183/Eugeny.Tabby.locale.en-US.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.183/Eugeny.Tabby.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: Eugeny.Tabby PackageVersion: 1.0.183 PackageLocale: en-US Publisher: Eugene Pankov PublisherUrl: https://github.com/Eugeny/ PublisherSupportUrl: https://github.com/Eugeny/tabby/issues +# PrivacyUrl: Author: Eugene Pankov PackageName: Tabby PackageUrl: https://github.com/Eugeny/tabby @@ -22,6 +26,10 @@ Tags: - electron - open-source - terminal +# ReleaseNotes: ReleaseNotesUrl: https://github.com/Eugeny/tabby/releases/tag/v1.0.183 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.183/Eugeny.Tabby.yaml b/manifests/e/Eugeny/Tabby/1.0.183/Eugeny.Tabby.yaml index 34f7eddafff7c..8875c18af5f5b 100644 --- a/manifests/e/Eugeny/Tabby/1.0.183/Eugeny.Tabby.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.183/Eugeny.Tabby.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: Eugeny.Tabby PackageVersion: 1.0.183 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.184/Eugeny.Tabby.installer.yaml b/manifests/e/Eugeny/Tabby/1.0.184/Eugeny.Tabby.installer.yaml index 6cfeb1cd22275..252c06d1f2f1a 100644 --- a/manifests/e/Eugeny/Tabby/1.0.184/Eugeny.Tabby.installer.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.184/Eugeny.Tabby.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: Eugeny.Tabby PackageVersion: 1.0.184 @@ -40,4 +40,4 @@ Installers: InstallerSwitches: Custom: /ALLUSERS ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.184/Eugeny.Tabby.locale.en-US.yaml b/manifests/e/Eugeny/Tabby/1.0.184/Eugeny.Tabby.locale.en-US.yaml index b8645cda8db28..360967cf0b6aa 100644 --- a/manifests/e/Eugeny/Tabby/1.0.184/Eugeny.Tabby.locale.en-US.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.184/Eugeny.Tabby.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: Eugeny.Tabby PackageVersion: 1.0.184 PackageLocale: en-US Publisher: Eugene Pankov PublisherUrl: https://github.com/Eugeny/ PublisherSupportUrl: https://github.com/Eugeny/tabby/issues +# PrivacyUrl: Author: Eugene Pankov PackageName: Tabby PackageUrl: https://github.com/Eugeny/tabby @@ -22,6 +26,10 @@ Tags: - electron - open-source - terminal +# ReleaseNotes: ReleaseNotesUrl: https://github.com/Eugeny/tabby/releases/tag/v1.0.184 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.184/Eugeny.Tabby.yaml b/manifests/e/Eugeny/Tabby/1.0.184/Eugeny.Tabby.yaml index b498841309256..a36d227ea681e 100644 --- a/manifests/e/Eugeny/Tabby/1.0.184/Eugeny.Tabby.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.184/Eugeny.Tabby.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: Eugeny.Tabby PackageVersion: 1.0.184 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.185/Eugeny.Tabby.installer.yaml b/manifests/e/Eugeny/Tabby/1.0.185/Eugeny.Tabby.installer.yaml index 27e2d8a7c2db9..cf0612ad8db72 100644 --- a/manifests/e/Eugeny/Tabby/1.0.185/Eugeny.Tabby.installer.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.185/Eugeny.Tabby.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: Eugeny.Tabby PackageVersion: 1.0.185 @@ -40,4 +40,4 @@ Installers: InstallerSwitches: Custom: /ALLUSERS ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.185/Eugeny.Tabby.locale.en-US.yaml b/manifests/e/Eugeny/Tabby/1.0.185/Eugeny.Tabby.locale.en-US.yaml index 2e3374285e239..7adde12bdbc38 100644 --- a/manifests/e/Eugeny/Tabby/1.0.185/Eugeny.Tabby.locale.en-US.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.185/Eugeny.Tabby.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: Eugeny.Tabby PackageVersion: 1.0.185 PackageLocale: en-US Publisher: Eugene Pankov PublisherUrl: https://github.com/Eugeny/ PublisherSupportUrl: https://github.com/Eugeny/tabby/issues +# PrivacyUrl: Author: Eugene Pankov PackageName: Tabby PackageUrl: https://github.com/Eugeny/tabby @@ -22,6 +26,10 @@ Tags: - electron - open-source - terminal +# ReleaseNotes: ReleaseNotesUrl: https://github.com/Eugeny/tabby/releases/tag/v1.0.185 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.185/Eugeny.Tabby.yaml b/manifests/e/Eugeny/Tabby/1.0.185/Eugeny.Tabby.yaml index 4cdd2f61dba18..414dc023f5dba 100644 --- a/manifests/e/Eugeny/Tabby/1.0.185/Eugeny.Tabby.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.185/Eugeny.Tabby.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: Eugeny.Tabby PackageVersion: 1.0.185 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.186/Eugeny.Tabby.installer.yaml b/manifests/e/Eugeny/Tabby/1.0.186/Eugeny.Tabby.installer.yaml index d091c7c6e6002..71334ac630378 100644 --- a/manifests/e/Eugeny/Tabby/1.0.186/Eugeny.Tabby.installer.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.186/Eugeny.Tabby.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: Eugeny.Tabby PackageVersion: 1.0.186 @@ -40,4 +40,4 @@ Installers: InstallerSwitches: Custom: /ALLUSERS ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.186/Eugeny.Tabby.locale.en-US.yaml b/manifests/e/Eugeny/Tabby/1.0.186/Eugeny.Tabby.locale.en-US.yaml index 2b7d83ddccbcd..b3667dce413ee 100644 --- a/manifests/e/Eugeny/Tabby/1.0.186/Eugeny.Tabby.locale.en-US.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.186/Eugeny.Tabby.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: Eugeny.Tabby PackageVersion: 1.0.186 PackageLocale: en-US Publisher: Eugene Pankov PublisherUrl: https://github.com/Eugeny/ PublisherSupportUrl: https://github.com/Eugeny/tabby/issues +# PrivacyUrl: Author: Eugene Pankov PackageName: Tabby PackageUrl: https://github.com/Eugeny/tabby @@ -22,6 +26,10 @@ Tags: - electron - open-source - terminal +# ReleaseNotes: ReleaseNotesUrl: https://github.com/Eugeny/tabby/releases/tag/v1.0.186 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.186/Eugeny.Tabby.yaml b/manifests/e/Eugeny/Tabby/1.0.186/Eugeny.Tabby.yaml index 460f9a1bd6f3b..596c05e561894 100644 --- a/manifests/e/Eugeny/Tabby/1.0.186/Eugeny.Tabby.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.186/Eugeny.Tabby.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: Eugeny.Tabby PackageVersion: 1.0.186 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.187/Eugeny.Tabby.installer.yaml b/manifests/e/Eugeny/Tabby/1.0.187/Eugeny.Tabby.installer.yaml index 1c470c05f7665..fe86b38baa68f 100644 --- a/manifests/e/Eugeny/Tabby/1.0.187/Eugeny.Tabby.installer.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.187/Eugeny.Tabby.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: Eugeny.Tabby PackageVersion: 1.0.187 @@ -40,4 +40,4 @@ Installers: InstallerSwitches: Custom: /ALLUSERS ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.187/Eugeny.Tabby.locale.en-US.yaml b/manifests/e/Eugeny/Tabby/1.0.187/Eugeny.Tabby.locale.en-US.yaml index 6346f58c15802..5905d7fdb8737 100644 --- a/manifests/e/Eugeny/Tabby/1.0.187/Eugeny.Tabby.locale.en-US.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.187/Eugeny.Tabby.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: Eugeny.Tabby PackageVersion: 1.0.187 PackageLocale: en-US Publisher: Eugene Pankov PublisherUrl: https://github.com/Eugeny/ PublisherSupportUrl: https://github.com/Eugeny/tabby/issues +# PrivacyUrl: Author: Eugene Pankov PackageName: Tabby PackageUrl: https://github.com/Eugeny/tabby @@ -22,6 +26,10 @@ Tags: - electron - open-source - terminal +# ReleaseNotes: ReleaseNotesUrl: https://github.com/Eugeny/tabby/releases/tag/v1.0.187 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.187/Eugeny.Tabby.yaml b/manifests/e/Eugeny/Tabby/1.0.187/Eugeny.Tabby.yaml index 89d2416afb06d..9c93151af50a9 100644 --- a/manifests/e/Eugeny/Tabby/1.0.187/Eugeny.Tabby.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.187/Eugeny.Tabby.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: Eugeny.Tabby PackageVersion: 1.0.187 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.188/Eugeny.Tabby.installer.yaml b/manifests/e/Eugeny/Tabby/1.0.188/Eugeny.Tabby.installer.yaml index a78e5a8bc1001..fbb7ef9d722b0 100644 --- a/manifests/e/Eugeny/Tabby/1.0.188/Eugeny.Tabby.installer.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.188/Eugeny.Tabby.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: Eugeny.Tabby PackageVersion: 1.0.188 @@ -40,4 +40,4 @@ Installers: InstallerSwitches: Custom: /ALLUSERS ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.188/Eugeny.Tabby.locale.en-US.yaml b/manifests/e/Eugeny/Tabby/1.0.188/Eugeny.Tabby.locale.en-US.yaml index 778f921429047..83cd3d22f286c 100644 --- a/manifests/e/Eugeny/Tabby/1.0.188/Eugeny.Tabby.locale.en-US.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.188/Eugeny.Tabby.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: Eugeny.Tabby PackageVersion: 1.0.188 PackageLocale: en-US Publisher: Eugene Pankov PublisherUrl: https://github.com/Eugeny/ PublisherSupportUrl: https://github.com/Eugeny/tabby/issues +# PrivacyUrl: Author: Eugene Pankov PackageName: Tabby PackageUrl: https://github.com/Eugeny/tabby @@ -22,6 +26,10 @@ Tags: - electron - open-source - terminal +# ReleaseNotes: ReleaseNotesUrl: https://github.com/Eugeny/tabby/releases/tag/v1.0.188 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.188/Eugeny.Tabby.yaml b/manifests/e/Eugeny/Tabby/1.0.188/Eugeny.Tabby.yaml index 054572ff2abf7..83727d2bf6461 100644 --- a/manifests/e/Eugeny/Tabby/1.0.188/Eugeny.Tabby.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.188/Eugeny.Tabby.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: Eugeny.Tabby PackageVersion: 1.0.188 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.189/Eugeny.Tabby.installer.yaml b/manifests/e/Eugeny/Tabby/1.0.189/Eugeny.Tabby.installer.yaml index cc8c055e9ec6a..855a14a78db26 100644 --- a/manifests/e/Eugeny/Tabby/1.0.189/Eugeny.Tabby.installer.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.189/Eugeny.Tabby.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: Eugeny.Tabby PackageVersion: 1.0.189 @@ -40,4 +40,4 @@ Installers: InstallerSwitches: Custom: /ALLUSERS ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.189/Eugeny.Tabby.locale.en-US.yaml b/manifests/e/Eugeny/Tabby/1.0.189/Eugeny.Tabby.locale.en-US.yaml index 9c4bb62b4f3c2..4e6686b96904e 100644 --- a/manifests/e/Eugeny/Tabby/1.0.189/Eugeny.Tabby.locale.en-US.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.189/Eugeny.Tabby.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: Eugeny.Tabby PackageVersion: 1.0.189 PackageLocale: en-US Publisher: Eugene Pankov PublisherUrl: https://github.com/Eugeny/ PublisherSupportUrl: https://github.com/Eugeny/tabby/issues +# PrivacyUrl: Author: Eugene Pankov PackageName: Tabby PackageUrl: https://github.com/Eugeny/tabby @@ -22,6 +26,10 @@ Tags: - electron - open-source - terminal +# ReleaseNotes: ReleaseNotesUrl: https://github.com/Eugeny/tabby/releases/tag/v1.0.189 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.189/Eugeny.Tabby.yaml b/manifests/e/Eugeny/Tabby/1.0.189/Eugeny.Tabby.yaml index 22514e9093dbf..235aba6bba674 100644 --- a/manifests/e/Eugeny/Tabby/1.0.189/Eugeny.Tabby.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.189/Eugeny.Tabby.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: Eugeny.Tabby PackageVersion: 1.0.189 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.193/Eugeny.Tabby.installer.yaml b/manifests/e/Eugeny/Tabby/1.0.193/Eugeny.Tabby.installer.yaml index d68c65e3b3772..ddfe39032e1dc 100644 --- a/manifests/e/Eugeny/Tabby/1.0.193/Eugeny.Tabby.installer.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.193/Eugeny.Tabby.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: Eugeny.Tabby PackageVersion: 1.0.193 @@ -40,4 +40,4 @@ Installers: InstallerSwitches: Custom: /ALLUSERS ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.193/Eugeny.Tabby.locale.en-US.yaml b/manifests/e/Eugeny/Tabby/1.0.193/Eugeny.Tabby.locale.en-US.yaml index 894e8c8796d3a..e596f40607a82 100644 --- a/manifests/e/Eugeny/Tabby/1.0.193/Eugeny.Tabby.locale.en-US.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.193/Eugeny.Tabby.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: Eugeny.Tabby PackageVersion: 1.0.193 PackageLocale: en-US Publisher: Eugene Pankov PublisherUrl: https://github.com/Eugeny/ PublisherSupportUrl: https://github.com/Eugeny/tabby/issues +# PrivacyUrl: Author: Eugene Pankov PackageName: Tabby PackageUrl: https://github.com/Eugeny/tabby @@ -22,6 +26,10 @@ Tags: - electron - open-source - terminal +# ReleaseNotes: ReleaseNotesUrl: https://github.com/Eugeny/tabby/releases/tag/v1.0.193 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.193/Eugeny.Tabby.yaml b/manifests/e/Eugeny/Tabby/1.0.193/Eugeny.Tabby.yaml index 3c10831c24cb4..0d0fd81ddb7e9 100644 --- a/manifests/e/Eugeny/Tabby/1.0.193/Eugeny.Tabby.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.193/Eugeny.Tabby.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: Eugeny.Tabby PackageVersion: 1.0.193 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.194/Eugeny.Tabby.installer.yaml b/manifests/e/Eugeny/Tabby/1.0.194/Eugeny.Tabby.installer.yaml index a8561477e449f..fc39c4553ec55 100644 --- a/manifests/e/Eugeny/Tabby/1.0.194/Eugeny.Tabby.installer.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.194/Eugeny.Tabby.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: Eugeny.Tabby PackageVersion: 1.0.194 @@ -40,4 +40,4 @@ Installers: InstallerSwitches: Custom: /ALLUSERS ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.194/Eugeny.Tabby.locale.en-US.yaml b/manifests/e/Eugeny/Tabby/1.0.194/Eugeny.Tabby.locale.en-US.yaml index 2d3fd334ebbbf..c1f0bdac5296b 100644 --- a/manifests/e/Eugeny/Tabby/1.0.194/Eugeny.Tabby.locale.en-US.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.194/Eugeny.Tabby.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: Eugeny.Tabby PackageVersion: 1.0.194 PackageLocale: en-US Publisher: Eugene Pankov PublisherUrl: https://github.com/Eugeny/ PublisherSupportUrl: https://github.com/Eugeny/tabby/issues +# PrivacyUrl: Author: Eugene Pankov PackageName: Tabby PackageUrl: https://github.com/Eugeny/tabby @@ -22,6 +26,10 @@ Tags: - electron - open-source - terminal +# ReleaseNotes: ReleaseNotesUrl: https://github.com/Eugeny/tabby/releases/tag/v1.0.194 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.194/Eugeny.Tabby.yaml b/manifests/e/Eugeny/Tabby/1.0.194/Eugeny.Tabby.yaml index b76585aa50496..8dd867ff802d6 100644 --- a/manifests/e/Eugeny/Tabby/1.0.194/Eugeny.Tabby.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.194/Eugeny.Tabby.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: Eugeny.Tabby PackageVersion: 1.0.194 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.196/Eugeny.Tabby.installer.yaml b/manifests/e/Eugeny/Tabby/1.0.196/Eugeny.Tabby.installer.yaml index 7582d51ac474d..582ae0ed12baf 100644 --- a/manifests/e/Eugeny/Tabby/1.0.196/Eugeny.Tabby.installer.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.196/Eugeny.Tabby.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: Eugeny.Tabby PackageVersion: 1.0.196 @@ -40,4 +40,4 @@ Installers: InstallerSwitches: Custom: /ALLUSERS ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.196/Eugeny.Tabby.locale.en-US.yaml b/manifests/e/Eugeny/Tabby/1.0.196/Eugeny.Tabby.locale.en-US.yaml index cb5f2f271b905..9774b34adb142 100644 --- a/manifests/e/Eugeny/Tabby/1.0.196/Eugeny.Tabby.locale.en-US.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.196/Eugeny.Tabby.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: Eugeny.Tabby PackageVersion: 1.0.196 PackageLocale: en-US Publisher: Eugene Pankov PublisherUrl: https://github.com/Eugeny/ PublisherSupportUrl: https://github.com/Eugeny/tabby/issues +# PrivacyUrl: Author: Eugene Pankov PackageName: Tabby PackageUrl: https://github.com/Eugeny/tabby @@ -22,6 +26,10 @@ Tags: - electron - open-source - terminal +# ReleaseNotes: ReleaseNotesUrl: https://github.com/Eugeny/tabby/releases/tag/v1.0.196 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.196/Eugeny.Tabby.yaml b/manifests/e/Eugeny/Tabby/1.0.196/Eugeny.Tabby.yaml index 469b6899b5c88..98e5b72ca135f 100644 --- a/manifests/e/Eugeny/Tabby/1.0.196/Eugeny.Tabby.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.196/Eugeny.Tabby.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: Eugeny.Tabby PackageVersion: 1.0.196 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.197/Eugeny.Tabby.installer.yaml b/manifests/e/Eugeny/Tabby/1.0.197/Eugeny.Tabby.installer.yaml index 9624bc1179f13..733ff0ca98071 100644 --- a/manifests/e/Eugeny/Tabby/1.0.197/Eugeny.Tabby.installer.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.197/Eugeny.Tabby.installer.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Automation 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: Eugeny.Tabby PackageVersion: 1.0.197 @@ -39,4 +39,4 @@ Installers: InstallerSwitches: Custom: /ALLUSERS ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.197/Eugeny.Tabby.locale.en-US.yaml b/manifests/e/Eugeny/Tabby/1.0.197/Eugeny.Tabby.locale.en-US.yaml index 02c392e703c86..3b7824ebc7632 100644 --- a/manifests/e/Eugeny/Tabby/1.0.197/Eugeny.Tabby.locale.en-US.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.197/Eugeny.Tabby.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: Eugeny.Tabby PackageVersion: 1.0.197 PackageLocale: en-US Publisher: Eugene Pankov PublisherUrl: https://github.com/Eugeny PublisherSupportUrl: https://github.com/Eugeny/tabby/issues +# PrivacyUrl: Author: Eugene Pankov PackageName: Tabby PackageUrl: https://github.com/Eugeny/tabby @@ -33,5 +37,8 @@ ReleaseNotes: |- - 4e6b1d2: fixed #8134 - can't change serial session baudrate - 84b0e13: "hide on focus loss" not working with multiple windows/modals - #7162, #7309, #6812 ReleaseNotesUrl: https://github.com/Eugeny/tabby/releases/tag/v1.0.197 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.197/Eugeny.Tabby.yaml b/manifests/e/Eugeny/Tabby/1.0.197/Eugeny.Tabby.yaml index d16da0adeff60..ca4b92433d9de 100644 --- a/manifests/e/Eugeny/Tabby/1.0.197/Eugeny.Tabby.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.197/Eugeny.Tabby.yaml @@ -1,8 +1,8 @@ -# Created with WinGet Automation 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: Eugeny.Tabby PackageVersion: 1.0.197 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.198/Eugeny.Tabby.installer.yaml b/manifests/e/Eugeny/Tabby/1.0.198/Eugeny.Tabby.installer.yaml index 1609398e9e4d1..866a98004b774 100644 --- a/manifests/e/Eugeny/Tabby/1.0.198/Eugeny.Tabby.installer.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.198/Eugeny.Tabby.installer.yaml @@ -1,5 +1,5 @@ -# Created with 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: Eugeny.Tabby PackageVersion: 1.0.198 @@ -40,4 +40,4 @@ Installers: InstallerSwitches: Custom: /ALLUSERS ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.198/Eugeny.Tabby.locale.en-US.yaml b/manifests/e/Eugeny/Tabby/1.0.198/Eugeny.Tabby.locale.en-US.yaml index 12cb847c4b899..3ab21dbdbf2d2 100644 --- a/manifests/e/Eugeny/Tabby/1.0.198/Eugeny.Tabby.locale.en-US.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.198/Eugeny.Tabby.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: Eugeny.Tabby PackageVersion: 1.0.198 PackageLocale: en-US Publisher: Eugene Pankov PublisherUrl: https://github.com/Eugeny PublisherSupportUrl: https://github.com/Eugeny/tabby/issues +# PrivacyUrl: Author: Eugene Pankov PackageName: Tabby PackageUrl: https://github.com/Eugeny/tabby @@ -58,5 +62,8 @@ ReleaseNotes: |- - improved startup time by loading plugins in parallel #8528 (Clem Fern) - unload invisible tabs from VRAM #8801 (binghuiluo(罗炳辉)) ReleaseNotesUrl: https://github.com/Eugeny/tabby/releases/tag/v1.0.198 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.198/Eugeny.Tabby.yaml b/manifests/e/Eugeny/Tabby/1.0.198/Eugeny.Tabby.yaml index d7b9526b2717b..abded489dbe36 100644 --- a/manifests/e/Eugeny/Tabby/1.0.198/Eugeny.Tabby.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.198/Eugeny.Tabby.yaml @@ -1,8 +1,8 @@ -# Created with 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: Eugeny.Tabby PackageVersion: 1.0.198 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.199/Eugeny.Tabby.installer.yaml b/manifests/e/Eugeny/Tabby/1.0.199/Eugeny.Tabby.installer.yaml index 90542727031b6..0be1e6ebdbf63 100644 --- a/manifests/e/Eugeny/Tabby/1.0.199/Eugeny.Tabby.installer.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.199/Eugeny.Tabby.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: Eugeny.Tabby PackageVersion: 1.0.199 @@ -40,4 +40,4 @@ Installers: InstallerSwitches: Custom: /ALLUSERS ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.199/Eugeny.Tabby.locale.en-US.yaml b/manifests/e/Eugeny/Tabby/1.0.199/Eugeny.Tabby.locale.en-US.yaml index 4c4dea24e33c5..4c763a1f0f012 100644 --- a/manifests/e/Eugeny/Tabby/1.0.199/Eugeny.Tabby.locale.en-US.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.199/Eugeny.Tabby.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: Eugeny.Tabby PackageVersion: 1.0.199 PackageLocale: en-US Publisher: Eugene Pankov PublisherUrl: https://github.com/Eugeny PublisherSupportUrl: https://github.com/Eugeny/tabby/issues +# PrivacyUrl: Author: Eugene Pankov PackageName: Tabby PackageUrl: https://github.com/Eugeny/tabby @@ -27,5 +31,8 @@ ReleaseNotes: |- - 6042a52: fixed #8868 - not starting on a fresh install - 0becf8c: fixed #8878 - default back to dark mode ReleaseNotesUrl: https://github.com/Eugeny/tabby/releases/tag/v1.0.199 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.199/Eugeny.Tabby.yaml b/manifests/e/Eugeny/Tabby/1.0.199/Eugeny.Tabby.yaml index e32bfbd84935b..b8060224a7e13 100644 --- a/manifests/e/Eugeny/Tabby/1.0.199/Eugeny.Tabby.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.199/Eugeny.Tabby.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: Eugeny.Tabby PackageVersion: 1.0.199 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.200/Eugeny.Tabby.installer.yaml b/manifests/e/Eugeny/Tabby/1.0.200/Eugeny.Tabby.installer.yaml index 117e6b03d2ae3..f0d7850fe8f80 100644 --- a/manifests/e/Eugeny/Tabby/1.0.200/Eugeny.Tabby.installer.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.200/Eugeny.Tabby.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: Eugeny.Tabby PackageVersion: 1.0.200 @@ -40,4 +40,4 @@ Installers: InstallerSwitches: Custom: /ALLUSERS ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.200/Eugeny.Tabby.locale.en-US.yaml b/manifests/e/Eugeny/Tabby/1.0.200/Eugeny.Tabby.locale.en-US.yaml index 3fc6ec2040c6f..7556aac51fc4b 100644 --- a/manifests/e/Eugeny/Tabby/1.0.200/Eugeny.Tabby.locale.en-US.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.200/Eugeny.Tabby.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: Eugeny.Tabby PackageVersion: 1.0.200 PackageLocale: en-US Publisher: Eugene Pankov PublisherUrl: https://github.com/Eugeny PublisherSupportUrl: https://github.com/Eugeny/tabby/issues +# PrivacyUrl: Author: Eugene Pankov PackageName: Tabby PackageUrl: https://github.com/Eugeny/tabby @@ -26,5 +30,8 @@ ReleaseNotes: |- Commits - dc9a7d8: fixed #8886 - crash on the color schemes settings tab (Eugene) ReleaseNotesUrl: https://github.com/Eugeny/tabby/releases/tag/v1.0.200 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.200/Eugeny.Tabby.yaml b/manifests/e/Eugeny/Tabby/1.0.200/Eugeny.Tabby.yaml index 3c6fad59e65e3..b44117d7e91a6 100644 --- a/manifests/e/Eugeny/Tabby/1.0.200/Eugeny.Tabby.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.200/Eugeny.Tabby.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: Eugeny.Tabby PackageVersion: 1.0.200 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.201/Eugeny.Tabby.installer.yaml b/manifests/e/Eugeny/Tabby/1.0.201/Eugeny.Tabby.installer.yaml index ec6777e422397..0d7504fe07a56 100644 --- a/manifests/e/Eugeny/Tabby/1.0.201/Eugeny.Tabby.installer.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.201/Eugeny.Tabby.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: Eugeny.Tabby PackageVersion: 1.0.201 @@ -40,4 +40,4 @@ Installers: InstallerSwitches: Custom: /ALLUSERS ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.201/Eugeny.Tabby.locale.en-US.yaml b/manifests/e/Eugeny/Tabby/1.0.201/Eugeny.Tabby.locale.en-US.yaml index 112d321c10323..5bdb4d62f0030 100644 --- a/manifests/e/Eugeny/Tabby/1.0.201/Eugeny.Tabby.locale.en-US.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.201/Eugeny.Tabby.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: Eugeny.Tabby PackageVersion: 1.0.201 PackageLocale: en-US Publisher: Eugene Pankov PublisherUrl: https://github.com/Eugeny PublisherSupportUrl: https://github.com/Eugeny/tabby/issues +# PrivacyUrl: Author: Eugene Pankov PackageName: Tabby PackageUrl: https://github.com/Eugeny/tabby @@ -35,5 +39,8 @@ ReleaseNotes: |- - d70be3a: added possibility to set config file path in environment file (Nathaniel Walser) #9048 - bb27314: bumped xterm to 5.3.0 ReleaseNotesUrl: https://github.com/Eugeny/tabby/releases/tag/v1.0.201 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.201/Eugeny.Tabby.yaml b/manifests/e/Eugeny/Tabby/1.0.201/Eugeny.Tabby.yaml index 03794bcd24e3d..82b5aa8f6be1d 100644 --- a/manifests/e/Eugeny/Tabby/1.0.201/Eugeny.Tabby.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.201/Eugeny.Tabby.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: Eugeny.Tabby PackageVersion: 1.0.201 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.204/Eugeny.Tabby.installer.yaml b/manifests/e/Eugeny/Tabby/1.0.204/Eugeny.Tabby.installer.yaml index bc6aec6a672cd..04dc9b8df92fd 100644 --- a/manifests/e/Eugeny/Tabby/1.0.204/Eugeny.Tabby.installer.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.204/Eugeny.Tabby.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: Eugeny.Tabby PackageVersion: 1.0.204 @@ -40,4 +40,4 @@ Installers: InstallerSwitches: Custom: /ALLUSERS ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.204/Eugeny.Tabby.locale.en-US.yaml b/manifests/e/Eugeny/Tabby/1.0.204/Eugeny.Tabby.locale.en-US.yaml index 83db6f2c55fa3..53b0ee6be8b96 100644 --- a/manifests/e/Eugeny/Tabby/1.0.204/Eugeny.Tabby.locale.en-US.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.204/Eugeny.Tabby.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: Eugeny.Tabby PackageVersion: 1.0.204 PackageLocale: en-US Publisher: Eugene Pankov PublisherUrl: https://github.com/Eugeny PublisherSupportUrl: https://github.com/Eugeny/tabby/issues +# PrivacyUrl: Author: Eugene Pankov PackageName: Tabby PackageUrl: https://github.com/Eugeny/tabby @@ -31,5 +35,8 @@ ReleaseNotes: |- - 0e8164f: Add Noctis colors plugin to themes section (Aaron Huggins) #9098 - 26d6d14: updated locales ReleaseNotesUrl: https://github.com/Eugeny/tabby/releases/tag/v1.0.204 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.204/Eugeny.Tabby.yaml b/manifests/e/Eugeny/Tabby/1.0.204/Eugeny.Tabby.yaml index 85cbb9f920e97..f4693a3939c5a 100644 --- a/manifests/e/Eugeny/Tabby/1.0.204/Eugeny.Tabby.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.204/Eugeny.Tabby.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: Eugeny.Tabby PackageVersion: 1.0.204 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.205/Eugeny.Tabby.installer.yaml b/manifests/e/Eugeny/Tabby/1.0.205/Eugeny.Tabby.installer.yaml index 92551746f6970..9afff608810e4 100644 --- a/manifests/e/Eugeny/Tabby/1.0.205/Eugeny.Tabby.installer.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.205/Eugeny.Tabby.installer.yaml @@ -1,38 +1,37 @@ -# 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: Eugeny.Tabby PackageVersion: 1.0.205 +InstallerLocale: en-US +Platform: +- Windows.Desktop +InstallerType: nullsoft +InstallModes: +- interactive +- silent +InstallerSwitches: + Custom: /CURRENTUSER +UpgradeBehavior: install +FileExtensions: +- yaml +ReleaseDate: 2023-11-21 Installers: - Architecture: x64 Scope: user InstallerUrl: https://github.com/Eugeny/tabby/releases/download/v1.0.205/tabby-1.0.205-setup-x64.exe - InstallerSha256: c147e888e5569d1990f1442f2b2fab1f2e71b7d8e194c9c0bde47514c83e14ac + InstallerSha256: C147E888E5569D1990F1442F2B2FAB1F2E71B7D8E194C9C0BDE47514C83E14AC - Architecture: x64 Scope: machine InstallerUrl: https://github.com/Eugeny/tabby/releases/download/v1.0.205/tabby-1.0.205-setup-x64.exe - InstallerSha256: c147e888e5569d1990f1442f2b2fab1f2e71b7d8e194c9c0bde47514c83e14ac + InstallerSha256: C147E888E5569D1990F1442F2B2FAB1F2E71B7D8E194C9C0BDE47514C83E14AC - Architecture: arm64 Scope: user InstallerUrl: https://github.com/Eugeny/tabby/releases/download/v1.0.205/tabby-1.0.205-setup-arm64.exe - InstallerSha256: 56137920400575d1cc9eacaf5a710de9ff1d603da145eb6ffbe399e14e9998a3 + InstallerSha256: 56137920400575D1CC9EACAF5A710DE9FF1D603DA145EB6FFBE399E14E9998A3 - Architecture: arm64 Scope: machine InstallerUrl: https://github.com/Eugeny/tabby/releases/download/v1.0.205/tabby-1.0.205-setup-arm64.exe - InstallerSha256: 56137920400575d1cc9eacaf5a710de9ff1d603da145eb6ffbe399e14e9998a3 + InstallerSha256: 56137920400575D1CC9EACAF5A710DE9FF1D603DA145EB6FFBE399E14E9998A3 ManifestType: installer -ManifestVersion: 1.5.0 -InstallerLocale: en-US -Platform: -- Windows.Desktop -InstallerType: nullsoft -InstallModes: -- interactive -- silent -InstallerSwitches: - Custom: /CURRENTUSER -UpgradeBehavior: install -FileExtensions: -- yaml -ReleaseDate: "2023-11-21" +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.205/Eugeny.Tabby.locale.en-US.yaml b/manifests/e/Eugeny/Tabby/1.0.205/Eugeny.Tabby.locale.en-US.yaml index 15200dc165c0f..f447d2f01c316 100644 --- a/manifests/e/Eugeny/Tabby/1.0.205/Eugeny.Tabby.locale.en-US.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.205/Eugeny.Tabby.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: Eugeny.Tabby PackageVersion: 1.0.205 PackageLocale: en-US Publisher: Eugene Pankov PublisherUrl: https://github.com/Eugeny PublisherSupportUrl: https://github.com/Eugeny/tabby/issues +# PrivacyUrl: Author: Eugene Pankov PackageName: Tabby PackageUrl: https://github.com/Eugeny/tabby @@ -32,5 +36,8 @@ ReleaseNotes: |- Commits - 04a1b0f: add tabby-background plugin. (Cat in the orange box) #9234 ReleaseNotesUrl: https://github.com/Eugeny/tabby/releases/tag/v1.0.205 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.205/Eugeny.Tabby.yaml b/manifests/e/Eugeny/Tabby/1.0.205/Eugeny.Tabby.yaml index f959bbdf947ef..669b574ad8895 100644 --- a/manifests/e/Eugeny/Tabby/1.0.205/Eugeny.Tabby.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.205/Eugeny.Tabby.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: Eugeny.Tabby PackageVersion: 1.0.205 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.207/Eugeny.Tabby.installer.yaml b/manifests/e/Eugeny/Tabby/1.0.207/Eugeny.Tabby.installer.yaml index d56b3075ee67e..f8d680152d094 100644 --- a/manifests/e/Eugeny/Tabby/1.0.207/Eugeny.Tabby.installer.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.207/Eugeny.Tabby.installer.yaml @@ -1,9 +1,9 @@ -# 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: Eugeny.Tabby PackageVersion: 1.0.207 -InstallerType: nullsoft # electron-builder +InstallerType: nullsoft InstallerSwitches: Upgrade: --updated UpgradeBehavior: install @@ -40,4 +40,4 @@ Installers: ProductCode: 71445fac-d6ef-5436-9da7-5a323762d7f5 ElevationRequirement: elevationRequired ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.207/Eugeny.Tabby.locale.en-US.yaml b/manifests/e/Eugeny/Tabby/1.0.207/Eugeny.Tabby.locale.en-US.yaml index 81d00c6970f1f..fc95d0aecc82e 100644 --- a/manifests/e/Eugeny/Tabby/1.0.207/Eugeny.Tabby.locale.en-US.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.207/Eugeny.Tabby.locale.en-US.yaml @@ -1,15 +1,20 @@ +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + PackageIdentifier: Eugeny.Tabby PackageVersion: 1.0.207 PackageLocale: en-US Publisher: Eugene Pankov PublisherUrl: https://github.com/Eugeny PublisherSupportUrl: https://github.com/Eugeny/tabby/issues +# PrivacyUrl: 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 +# CopyrightUrl: 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 @@ -42,5 +47,8 @@ ReleaseNotes: |- Commits - 04a1b0f: add tabby-background plugin. (Cat in the orange box) #9234 ReleaseNotesUrl: https://github.com/Eugeny/tabby/releases/tag/v1.0.207 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.207/Eugeny.Tabby.locale.zh-CN.yaml b/manifests/e/Eugeny/Tabby/1.0.207/Eugeny.Tabby.locale.zh-CN.yaml index cc2d9f20326d0..01827863ece40 100644 --- a/manifests/e/Eugeny/Tabby/1.0.207/Eugeny.Tabby.locale.zh-CN.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.207/Eugeny.Tabby.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: Eugeny.Tabby PackageVersion: 1.0.207 @@ -43,4 +43,4 @@ ReleaseNotesUrl: https://github.com/Eugeny/tabby/releases/tag/v1.0.207 # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.207/Eugeny.Tabby.yaml b/manifests/e/Eugeny/Tabby/1.0.207/Eugeny.Tabby.yaml index 97b700f8319f4..420da2f316541 100644 --- a/manifests/e/Eugeny/Tabby/1.0.207/Eugeny.Tabby.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.207/Eugeny.Tabby.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: Eugeny.Tabby PackageVersion: 1.0.207 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.208/Eugeny.Tabby.installer.yaml b/manifests/e/Eugeny/Tabby/1.0.208/Eugeny.Tabby.installer.yaml index eeee8eb7008ee..e57288b3de459 100644 --- a/manifests/e/Eugeny/Tabby/1.0.208/Eugeny.Tabby.installer.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.208/Eugeny.Tabby.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: Eugeny.Tabby PackageVersion: 1.0.208 @@ -40,4 +40,4 @@ Installers: ProductCode: 71445fac-d6ef-5436-9da7-5a323762d7f5 ElevationRequirement: elevationRequired ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.208/Eugeny.Tabby.locale.en-US.yaml b/manifests/e/Eugeny/Tabby/1.0.208/Eugeny.Tabby.locale.en-US.yaml index 1c3c2237c482a..1343ea56099ad 100644 --- a/manifests/e/Eugeny/Tabby/1.0.208/Eugeny.Tabby.locale.en-US.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.208/Eugeny.Tabby.locale.en-US.yaml @@ -1,15 +1,20 @@ +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + PackageIdentifier: Eugeny.Tabby PackageVersion: 1.0.208 PackageLocale: en-US Publisher: Eugene Pankov PublisherUrl: https://github.com/Eugeny PublisherSupportUrl: https://github.com/Eugeny/tabby/issues +# PrivacyUrl: 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 +# CopyrightUrl: 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 @@ -45,5 +50,8 @@ ReleaseNotes: |- - 242f136: fixed: cli usage on linux (Riccardo Manzan) #9657 - bba72b4: fixed #9698, fixed #9697, fixed #9651, fixed #8371, fixed #9483 - fixed huge search bar ReleaseNotesUrl: https://github.com/Eugeny/tabby/releases/tag/v1.0.208 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.208/Eugeny.Tabby.locale.zh-CN.yaml b/manifests/e/Eugeny/Tabby/1.0.208/Eugeny.Tabby.locale.zh-CN.yaml index 3f5fdd72c8121..b641075836648 100644 --- a/manifests/e/Eugeny/Tabby/1.0.208/Eugeny.Tabby.locale.zh-CN.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.208/Eugeny.Tabby.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: Eugeny.Tabby PackageVersion: 1.0.208 @@ -43,4 +43,4 @@ ReleaseNotesUrl: https://github.com/Eugeny/tabby/releases/tag/v1.0.208 # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.208/Eugeny.Tabby.yaml b/manifests/e/Eugeny/Tabby/1.0.208/Eugeny.Tabby.yaml index a99929e34b034..4e607dde2c903 100644 --- a/manifests/e/Eugeny/Tabby/1.0.208/Eugeny.Tabby.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.208/Eugeny.Tabby.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: Eugeny.Tabby PackageVersion: 1.0.208 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.209/Eugeny.Tabby.installer.yaml b/manifests/e/Eugeny/Tabby/1.0.209/Eugeny.Tabby.installer.yaml index 07aec0f5a9d87..eebc06024d941 100644 --- a/manifests/e/Eugeny/Tabby/1.0.209/Eugeny.Tabby.installer.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.209/Eugeny.Tabby.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: Eugeny.Tabby PackageVersion: 1.0.209 @@ -40,4 +40,4 @@ Installers: ProductCode: 71445fac-d6ef-5436-9da7-5a323762d7f5 ElevationRequirement: elevationRequired ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.209/Eugeny.Tabby.locale.en-US.yaml b/manifests/e/Eugeny/Tabby/1.0.209/Eugeny.Tabby.locale.en-US.yaml index 40dfef0d303d6..ddd32628d40bd 100644 --- a/manifests/e/Eugeny/Tabby/1.0.209/Eugeny.Tabby.locale.en-US.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.209/Eugeny.Tabby.locale.en-US.yaml @@ -1,15 +1,20 @@ +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + PackageIdentifier: Eugeny.Tabby PackageVersion: 1.0.209 PackageLocale: en-US Publisher: Eugene Pankov PublisherUrl: https://github.com/Eugeny PublisherSupportUrl: https://github.com/Eugeny/tabby/issues +# PrivacyUrl: 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 +# CopyrightUrl: 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 @@ -39,5 +44,8 @@ ReleaseNotes: |- Fixes - fa9ee75: SSH Lag Fix (Vadhvis) #9768 ReleaseNotesUrl: https://github.com/Eugeny/tabby/releases/tag/v1.0.209 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.209/Eugeny.Tabby.locale.zh-CN.yaml b/manifests/e/Eugeny/Tabby/1.0.209/Eugeny.Tabby.locale.zh-CN.yaml index d526ee54cb49d..30f17fd289ffc 100644 --- a/manifests/e/Eugeny/Tabby/1.0.209/Eugeny.Tabby.locale.zh-CN.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.209/Eugeny.Tabby.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: Eugeny.Tabby PackageVersion: 1.0.209 @@ -43,4 +43,4 @@ ReleaseNotesUrl: https://github.com/Eugeny/tabby/releases/tag/v1.0.209 # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.209/Eugeny.Tabby.yaml b/manifests/e/Eugeny/Tabby/1.0.209/Eugeny.Tabby.yaml index 5b26132081b93..752290f45f46c 100644 --- a/manifests/e/Eugeny/Tabby/1.0.209/Eugeny.Tabby.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.209/Eugeny.Tabby.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: Eugeny.Tabby PackageVersion: 1.0.209 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.210/Eugeny.Tabby.installer.yaml b/manifests/e/Eugeny/Tabby/1.0.210/Eugeny.Tabby.installer.yaml index fa575418b708f..51d01486525aa 100644 --- a/manifests/e/Eugeny/Tabby/1.0.210/Eugeny.Tabby.installer.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.210/Eugeny.Tabby.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: Eugeny.Tabby PackageVersion: 1.0.210 @@ -40,4 +40,4 @@ Installers: ProductCode: 71445fac-d6ef-5436-9da7-5a323762d7f5 ElevationRequirement: elevationRequired ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.210/Eugeny.Tabby.locale.en-US.yaml b/manifests/e/Eugeny/Tabby/1.0.210/Eugeny.Tabby.locale.en-US.yaml index 85783a8ff290b..2abf72a665573 100644 --- a/manifests/e/Eugeny/Tabby/1.0.210/Eugeny.Tabby.locale.en-US.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.210/Eugeny.Tabby.locale.en-US.yaml @@ -1,15 +1,20 @@ +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + PackageIdentifier: Eugeny.Tabby PackageVersion: 1.0.210 PackageLocale: en-US Publisher: Eugene Pankov PublisherUrl: https://github.com/Eugeny PublisherSupportUrl: https://github.com/Eugeny/tabby/issues +# PrivacyUrl: 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 +# CopyrightUrl: 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 @@ -38,5 +43,8 @@ ReleaseNotes: |- - a769fdd: fixed #9760, #9742, #9762, #9763 - terminals unexpectedly going to sleep - b4c3ac8: handle node-powershell failing during icon resolution ReleaseNotesUrl: https://github.com/Eugeny/tabby/releases/tag/v1.0.210 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.210/Eugeny.Tabby.locale.zh-CN.yaml b/manifests/e/Eugeny/Tabby/1.0.210/Eugeny.Tabby.locale.zh-CN.yaml index d0ba7cdd06411..da7d584ca372e 100644 --- a/manifests/e/Eugeny/Tabby/1.0.210/Eugeny.Tabby.locale.zh-CN.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.210/Eugeny.Tabby.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: Eugeny.Tabby PackageVersion: 1.0.210 @@ -43,4 +43,4 @@ ReleaseNotesUrl: https://github.com/Eugeny/tabby/releases/tag/v1.0.210 # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.210/Eugeny.Tabby.yaml b/manifests/e/Eugeny/Tabby/1.0.210/Eugeny.Tabby.yaml index 54e33e62f97aa..f4a7be4697ba7 100644 --- a/manifests/e/Eugeny/Tabby/1.0.210/Eugeny.Tabby.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.210/Eugeny.Tabby.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: Eugeny.Tabby PackageVersion: 1.0.210 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.211/Eugeny.Tabby.installer.yaml b/manifests/e/Eugeny/Tabby/1.0.211/Eugeny.Tabby.installer.yaml index 7464ae773264c..79083cad25506 100644 --- a/manifests/e/Eugeny/Tabby/1.0.211/Eugeny.Tabby.installer.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.211/Eugeny.Tabby.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: Eugeny.Tabby PackageVersion: 1.0.211 @@ -40,4 +40,4 @@ Installers: ProductCode: 71445fac-d6ef-5436-9da7-5a323762d7f5 ElevationRequirement: elevationRequired ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.211/Eugeny.Tabby.locale.en-US.yaml b/manifests/e/Eugeny/Tabby/1.0.211/Eugeny.Tabby.locale.en-US.yaml index 67e4de3234b37..3e84af5b564a4 100644 --- a/manifests/e/Eugeny/Tabby/1.0.211/Eugeny.Tabby.locale.en-US.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.211/Eugeny.Tabby.locale.en-US.yaml @@ -1,15 +1,20 @@ +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + PackageIdentifier: Eugeny.Tabby PackageVersion: 1.0.211 PackageLocale: en-US Publisher: Eugene Pankov PublisherUrl: https://github.com/Eugeny PublisherSupportUrl: https://github.com/Eugeny/tabby/issues +# PrivacyUrl: 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 +# CopyrightUrl: 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 @@ -38,5 +43,8 @@ ReleaseNotes: |- Fixes - 3d7308c: fixed #9751 - title/color observers not detaching when detaching a tab ReleaseNotesUrl: https://github.com/Eugeny/tabby/releases/tag/v1.0.211 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.211/Eugeny.Tabby.locale.zh-CN.yaml b/manifests/e/Eugeny/Tabby/1.0.211/Eugeny.Tabby.locale.zh-CN.yaml index 8329da492dcf2..0d0599ffbfaa2 100644 --- a/manifests/e/Eugeny/Tabby/1.0.211/Eugeny.Tabby.locale.zh-CN.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.211/Eugeny.Tabby.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: Eugeny.Tabby PackageVersion: 1.0.211 @@ -43,4 +43,4 @@ ReleaseNotesUrl: https://github.com/Eugeny/tabby/releases/tag/v1.0.211 # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.211/Eugeny.Tabby.yaml b/manifests/e/Eugeny/Tabby/1.0.211/Eugeny.Tabby.yaml index 8ecd9e31353fd..91791e469fc27 100644 --- a/manifests/e/Eugeny/Tabby/1.0.211/Eugeny.Tabby.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.211/Eugeny.Tabby.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: Eugeny.Tabby PackageVersion: 1.0.211 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.213/Eugeny.Tabby.installer.yaml b/manifests/e/Eugeny/Tabby/1.0.213/Eugeny.Tabby.installer.yaml index 17766dc9dad75..c9b65175c5fa2 100644 --- a/manifests/e/Eugeny/Tabby/1.0.213/Eugeny.Tabby.installer.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.213/Eugeny.Tabby.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: Eugeny.Tabby PackageVersion: 1.0.213 @@ -40,4 +40,4 @@ Installers: ProductCode: 71445fac-d6ef-5436-9da7-5a323762d7f5 ElevationRequirement: elevationRequired ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.213/Eugeny.Tabby.locale.en-US.yaml b/manifests/e/Eugeny/Tabby/1.0.213/Eugeny.Tabby.locale.en-US.yaml index 4e245ed8d00c9..6c1bb42c8f436 100644 --- a/manifests/e/Eugeny/Tabby/1.0.213/Eugeny.Tabby.locale.en-US.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.213/Eugeny.Tabby.locale.en-US.yaml @@ -1,15 +1,20 @@ +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + PackageIdentifier: Eugeny.Tabby PackageVersion: 1.0.213 PackageLocale: en-US Publisher: Eugene Pankov PublisherUrl: https://github.com/Eugeny PublisherSupportUrl: https://github.com/Eugeny/tabby/issues +# PrivacyUrl: 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 +# CopyrightUrl: 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 @@ -45,5 +50,8 @@ ReleaseNotes: |- - 64d9c98: Better crossbuild v3 + fixes (Jai-JAP) #9355 - 3f0b78e: upgraded to Electron 29 ReleaseNotesUrl: https://github.com/Eugeny/tabby/releases/tag/v1.0.213 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.213/Eugeny.Tabby.locale.zh-CN.yaml b/manifests/e/Eugeny/Tabby/1.0.213/Eugeny.Tabby.locale.zh-CN.yaml index 7eb21c68be4ba..e6ee8e93986a2 100644 --- a/manifests/e/Eugeny/Tabby/1.0.213/Eugeny.Tabby.locale.zh-CN.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.213/Eugeny.Tabby.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: Eugeny.Tabby PackageVersion: 1.0.213 @@ -43,4 +43,4 @@ ReleaseNotesUrl: https://github.com/Eugeny/tabby/releases/tag/v1.0.213 # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.213/Eugeny.Tabby.yaml b/manifests/e/Eugeny/Tabby/1.0.213/Eugeny.Tabby.yaml index eaa2d94092d18..4018435441e5c 100644 --- a/manifests/e/Eugeny/Tabby/1.0.213/Eugeny.Tabby.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.213/Eugeny.Tabby.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: Eugeny.Tabby PackageVersion: 1.0.213 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.214/Eugeny.Tabby.installer.yaml b/manifests/e/Eugeny/Tabby/1.0.214/Eugeny.Tabby.installer.yaml index f78ca0e5889b4..e7e022b00951c 100644 --- a/manifests/e/Eugeny/Tabby/1.0.214/Eugeny.Tabby.installer.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.214/Eugeny.Tabby.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: Eugeny.Tabby PackageVersion: 1.0.214 @@ -40,4 +40,4 @@ Installers: ProductCode: 71445fac-d6ef-5436-9da7-5a323762d7f5 ElevationRequirement: elevationRequired ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.214/Eugeny.Tabby.locale.en-US.yaml b/manifests/e/Eugeny/Tabby/1.0.214/Eugeny.Tabby.locale.en-US.yaml index 35c4473cd6a08..9fc13ee215545 100644 --- a/manifests/e/Eugeny/Tabby/1.0.214/Eugeny.Tabby.locale.en-US.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.214/Eugeny.Tabby.locale.en-US.yaml @@ -1,15 +1,20 @@ +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + PackageIdentifier: Eugeny.Tabby PackageVersion: 1.0.214 PackageLocale: en-US Publisher: Eugene Pankov PublisherUrl: https://github.com/Eugeny PublisherSupportUrl: https://github.com/Eugeny/tabby/issues +# PrivacyUrl: 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 +# CopyrightUrl: 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 @@ -38,5 +43,8 @@ ReleaseNotes: |- - 1c07714: fixed #9955 - host key checking race Tabby would incorrectly prompt for credentials / send saved password while the host key verification prompt is still visible, leading to credentials leakage if your session is intercepted in a MitM attack. ReleaseNotesUrl: https://github.com/Eugeny/tabby/releases/tag/v1.0.214 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.214/Eugeny.Tabby.locale.zh-CN.yaml b/manifests/e/Eugeny/Tabby/1.0.214/Eugeny.Tabby.locale.zh-CN.yaml index 30ce69e0dbf35..ca780fce11910 100644 --- a/manifests/e/Eugeny/Tabby/1.0.214/Eugeny.Tabby.locale.zh-CN.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.214/Eugeny.Tabby.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: Eugeny.Tabby PackageVersion: 1.0.214 @@ -43,4 +43,4 @@ ReleaseNotesUrl: https://github.com/Eugeny/tabby/releases/tag/v1.0.214 # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.214/Eugeny.Tabby.yaml b/manifests/e/Eugeny/Tabby/1.0.214/Eugeny.Tabby.yaml index 427b7a362c924..aa4369b149dba 100644 --- a/manifests/e/Eugeny/Tabby/1.0.214/Eugeny.Tabby.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.214/Eugeny.Tabby.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: Eugeny.Tabby PackageVersion: 1.0.214 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.215/Eugeny.Tabby.installer.yaml b/manifests/e/Eugeny/Tabby/1.0.215/Eugeny.Tabby.installer.yaml index 36a4a6325f457..16e185bd417bb 100644 --- a/manifests/e/Eugeny/Tabby/1.0.215/Eugeny.Tabby.installer.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.215/Eugeny.Tabby.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: Eugeny.Tabby PackageVersion: 1.0.215 @@ -40,4 +40,4 @@ Installers: ProductCode: 71445fac-d6ef-5436-9da7-5a323762d7f5 ElevationRequirement: elevationRequired ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.215/Eugeny.Tabby.locale.en-US.yaml b/manifests/e/Eugeny/Tabby/1.0.215/Eugeny.Tabby.locale.en-US.yaml index cc49ea5a9a772..b5b71b56a1815 100644 --- a/manifests/e/Eugeny/Tabby/1.0.215/Eugeny.Tabby.locale.en-US.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.215/Eugeny.Tabby.locale.en-US.yaml @@ -1,15 +1,20 @@ +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + PackageIdentifier: Eugeny.Tabby PackageVersion: 1.0.215 PackageLocale: en-US Publisher: Eugene Pankov PublisherUrl: https://github.com/Eugeny PublisherSupportUrl: https://github.com/Eugeny/tabby/issues +# PrivacyUrl: 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 +# CopyrightUrl: 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 @@ -38,5 +43,8 @@ ReleaseNotes: |- Changes - 0ca097f: updated locales ReleaseNotesUrl: https://github.com/Eugeny/tabby/releases/tag/v1.0.215 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.215/Eugeny.Tabby.locale.zh-CN.yaml b/manifests/e/Eugeny/Tabby/1.0.215/Eugeny.Tabby.locale.zh-CN.yaml index 2aaff2463428c..7f23b854a1c71 100644 --- a/manifests/e/Eugeny/Tabby/1.0.215/Eugeny.Tabby.locale.zh-CN.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.215/Eugeny.Tabby.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: Eugeny.Tabby PackageVersion: 1.0.215 @@ -43,4 +43,4 @@ ReleaseNotesUrl: https://github.com/Eugeny/tabby/releases/tag/v1.0.215 # InstallationNotes: # Documentations: ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/e/Eugeny/Tabby/1.0.215/Eugeny.Tabby.yaml b/manifests/e/Eugeny/Tabby/1.0.215/Eugeny.Tabby.yaml index 7e73767a918b6..38d4972b8aa90 100644 --- a/manifests/e/Eugeny/Tabby/1.0.215/Eugeny.Tabby.yaml +++ b/manifests/e/Eugeny/Tabby/1.0.215/Eugeny.Tabby.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: Eugeny.Tabby PackageVersion: 1.0.215 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.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.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/electerm/electerm/1.60.56/electerm.electerm.installer.yaml b/manifests/e/electerm/electerm/1.60.56/electerm.electerm.installer.yaml new file mode 100644 index 0000000000000..132b265cfe4b0 --- /dev/null +++ b/manifests/e/electerm/electerm/1.60.56/electerm.electerm.installer.yaml @@ -0,0 +1,31 @@ +# Created with WinGet Releaser using komac v2.10.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: electerm.electerm +PackageVersion: 1.60.56 +InstallerLocale: en-US +InstallerType: nullsoft +InstallModes: +- interactive +- silent +UpgradeBehavior: install +ProductCode: cdebb73f-ddf5-57cd-a4a4-998a5c7283dd +ReleaseDate: 2025-02-08 +AppsAndFeaturesEntries: +- DisplayName: electerm 1.60.56 + ProductCode: cdebb73f-ddf5-57cd-a4a4-998a5c7283dd +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/electerm/electerm/releases/download/v1.60.56/electerm-1.60.56-win-x64-installer.exe + InstallerSha256: AFEDF8EF8717CBB0A90A22252E50DE2FC9F5EB93CF55EF1429CF9D35CAAB0F36 + InstallerSwitches: + Custom: /CURRENTUSER +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/electerm/electerm/releases/download/v1.60.56/electerm-1.60.56-win-x64-installer.exe + InstallerSha256: AFEDF8EF8717CBB0A90A22252E50DE2FC9F5EB93CF55EF1429CF9D35CAAB0F36 + InstallerSwitches: + Custom: /ALLUSERS +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/e/electerm/electerm/1.60.56/electerm.electerm.locale.en-US.yaml b/manifests/e/electerm/electerm/1.60.56/electerm.electerm.locale.en-US.yaml new file mode 100644 index 0000000000000..033899847a96d --- /dev/null +++ b/manifests/e/electerm/electerm/1.60.56/electerm.electerm.locale.en-US.yaml @@ -0,0 +1,50 @@ +# Created with WinGet Releaser using komac v2.10.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: electerm.electerm +PackageVersion: 1.60.56 +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: |- + Updates + - Use ubuntu 20 to build release to support some old Linux OS + - Make default AI role shorter + - Do not set error status for tab when terminal socket error + - Improve bookmark list search speed, now it is much faster + 更新 + - 使用 Ubuntu 20 构建发布版本以支持一些旧的 Linux 操作系统 + - 缩短默认 AI 角色描述 + - 终端 socket 错误时不设置标签页错误状态 + - 改进书签列表搜索速度,现在搜索更快 +ReleaseNotesUrl: https://github.com/electerm/electerm/releases/tag/v1.60.56 +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/e/electerm/electerm/1.60.56/electerm.electerm.yaml b/manifests/e/electerm/electerm/1.60.56/electerm.electerm.yaml new file mode 100644 index 0000000000000..b06f8cccc54fb --- /dev/null +++ b/manifests/e/electerm/electerm/1.60.56/electerm.electerm.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.10.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: electerm.electerm +PackageVersion: 1.60.56 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/e/eloston/ungoogled-chromium/133.0.6943.53/eloston.ungoogled-chromium.installer.yaml b/manifests/e/eloston/ungoogled-chromium/133.0.6943.53/eloston.ungoogled-chromium.installer.yaml new file mode 100644 index 0000000000000..ff0d9b69c928c --- /dev/null +++ b/manifests/e/eloston/ungoogled-chromium/133.0.6943.53/eloston.ungoogled-chromium.installer.yaml @@ -0,0 +1,55 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: eloston.ungoogled-chromium +PackageVersion: 133.0.6943.53 +InstallerLocale: en-US +MinimumOSVersion: 10.0.0.0 +UpgradeBehavior: install +Protocols: +- http +- https +FileExtensions: +- crx +- htm +- html +- pdf +- url +Installers: +- Architecture: x64 + InstallerType: exe + Scope: machine + InstallerUrl: https://github.com/ungoogled-software/ungoogled-chromium-windows/releases/download/133.0.6943.53-1.1/ungoogled-chromium_133.0.6943.53-1.1_installer_x64.exe + InstallerSha256: 11F14A3C14B5593EB2B9ABD8313F6CDE921014E669962FE7F9D08C4D3AAAB666 + InstallerSwitches: + Silent: /silent /install + SilentWithProgress: /silent /install + Custom: --system-level +- Architecture: x64 + InstallerType: exe + Scope: user + InstallerUrl: https://github.com/ungoogled-software/ungoogled-chromium-windows/releases/download/133.0.6943.53-1.1/ungoogled-chromium_133.0.6943.53-1.1_installer_x64.exe + InstallerSha256: 11F14A3C14B5593EB2B9ABD8313F6CDE921014E669962FE7F9D08C4D3AAAB666 + InstallerSwitches: + Silent: /silent /install + SilentWithProgress: /silent /install +- Architecture: x86 + InstallerType: exe + Scope: user + InstallerUrl: https://github.com/ungoogled-software/ungoogled-chromium-windows/releases/download/133.0.6943.53-1.1/ungoogled-chromium_133.0.6943.53-1.1_installer_x86.exe + InstallerSha256: 73E4BC2FA04384F81E313908D7F189BFCC1114D27035B8B0FA9D938896CD0D4B + InstallerSwitches: + Silent: /silent /install + SilentWithProgress: /silent /install +- Architecture: x86 + InstallerType: exe + Scope: machine + InstallerUrl: https://github.com/ungoogled-software/ungoogled-chromium-windows/releases/download/133.0.6943.53-1.1/ungoogled-chromium_133.0.6943.53-1.1_installer_x86.exe + InstallerSha256: 73E4BC2FA04384F81E313908D7F189BFCC1114D27035B8B0FA9D938896CD0D4B + InstallerSwitches: + Silent: /silent /install + SilentWithProgress: /silent /install + Custom: --system-level +ManifestType: installer +ManifestVersion: 1.6.0 +ReleaseDate: 2022-08-04 diff --git a/manifests/e/eloston/ungoogled-chromium/133.0.6943.53/eloston.ungoogled-chromium.locale.en-US.yaml b/manifests/e/eloston/ungoogled-chromium/133.0.6943.53/eloston.ungoogled-chromium.locale.en-US.yaml new file mode 100644 index 0000000000000..36451eba714d4 --- /dev/null +++ b/manifests/e/eloston/ungoogled-chromium/133.0.6943.53/eloston.ungoogled-chromium.locale.en-US.yaml @@ -0,0 +1,36 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: eloston.ungoogled-chromium +PackageVersion: 133.0.6943.53 +PackageLocale: en-US +Publisher: The Chromium Authors +PublisherUrl: https://github.com/ungoogled-software/ungoogled-chromium-windows +PublisherSupportUrl: https://github.com/ungoogled-software/ungoogled-chromium-windows/issues +Author: Eloston +PackageName: Chromium +PackageUrl: https://github.com/ungoogled-software/ungoogled-chromium-windows/releases +License: BSD 3-Clause License +LicenseUrl: https://github.com/ungoogled-software/ungoogled-chromium-windows/blob/master/LICENSE +Copyright: Copyright 2022 The ungoogled-chromium Authors +CopyrightUrl: https://github.com/ungoogled-software/ungoogled-chromium-windows/blob/master/LICENSE +ShortDescription: ungoogled-chromium is Google Chromium without dependency on Google web services. +Description: |- + ungoogled-chromium is a set of configuration flags, patches, and custom scripts. + + These components altogether strive to accomplish the following + * Disable or remove offending services and features that communicate with Google or weaken privacy + * Strip binaries from the source tree, and use those provided by the system or build them from source + * Add, modify, or disable features that inhibit control and transparency (these changes are minor and do not have significant impacts on the general user experience) + + ungoogled-chromium should not be considered a fork of Chromium. + The main reason for this is that a fork is associated with more significant deviations from the Chromium, such as branding, configuration formats, file locations, and other interface changes. + ungoogled-chromium will not modify the Chromium browser outside of the project's goals. + Since these goals and requirements are not precise, unclear situations are discussed and decided on a case-by-case basis. +Moniker: ungoogled-chromium +Tags: +- browser +- chromium +- ungoogled +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/e/eloston/ungoogled-chromium/133.0.6943.53/eloston.ungoogled-chromium.yaml b/manifests/e/eloston/ungoogled-chromium/133.0.6943.53/eloston.ungoogled-chromium.yaml new file mode 100644 index 0000000000000..62addba6379c5 --- /dev/null +++ b/manifests/e/eloston/ungoogled-chromium/133.0.6943.53/eloston.ungoogled-chromium.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: eloston.ungoogled-chromium +PackageVersion: 133.0.6943.53 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.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/everauto/zTasker/2.0.7/everauto.zTasker.installer.yaml b/manifests/e/everauto/zTasker/2.0.7/everauto.zTasker.installer.yaml new file mode 100644 index 0000000000000..5b35aa001aef9 --- /dev/null +++ b/manifests/e/everauto/zTasker/2.0.7/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.7 +InstallerType: inno +Scope: user +UpgradeBehavior: install +ProductCode: '{442746B5-64EF-4EE7-9B23-F52EB95E1CF0}_is1' +ReleaseDate: 2025-02-12 +Installers: +- Architecture: x86 + InstallerUrl: https://www.everauto.net/down/zTasker_2.0.7_Setup.exe + InstallerSha256: 5706434C96B95036F3D2530072F34BBEB3722B047CA1707F79BE5AE24868CB59 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/e/everauto/zTasker/2.0.7/everauto.zTasker.locale.en-US.yaml b/manifests/e/everauto/zTasker/2.0.7/everauto.zTasker.locale.en-US.yaml new file mode 100644 index 0000000000000..a8961d592d345 --- /dev/null +++ b/manifests/e/everauto/zTasker/2.0.7/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.7 +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.7/everauto.zTasker.locale.zh-CN.yaml b/manifests/e/everauto/zTasker/2.0.7/everauto.zTasker.locale.zh-CN.yaml new file mode 100644 index 0000000000000..2eff75ed6b393 --- /dev/null +++ b/manifests/e/everauto/zTasker/2.0.7/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.7 +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: |- + 新增: + **鼠标热键,增加屏幕边角和屏幕边缘选项,现在可以实现鼠标在屏蔽边角、屏幕边缘时中键静音、滚轮调整音量、执行特定任务等效果 + 音量类别->系统静音,增加可选针对所有设备 + 任务运行时,最后运行列显示运行标志,更加醒目 + 热键执行确认自动关闭时,增加默认动作选项 + 选择里增加允许热键重复,现在可以多个任务或功能共用一个热键 + 复合任务里,延迟可以指定随机延迟 + + 改进: + **触发次数已经移动到执行设置,几乎所有的计划都支持触发次数设置 + 进程名称相关、文件类型存在判断不再区分大小写 + 日志窗口滚动改进 + 弹窗提醒透明度改进,限制透明度过高导致看不清问题 + 网络类别->http 请求,可以不必附带参数了 + + 修复: + 复合任务变量判断,如果早前勾选好了反向,重新设置数值判断时,反向判断继续保持问题 + 等待执行程序或者 cmd 命令,超时设置,可能一直等待的问题 + 显示器配置切换,在极端情形下,显示器硬件 ID 发生变化后,恢复配置可能出错的问题 + 某些系统上无法执行问题 + 播放声音指定时间可能无法正确结束问题(定时器相关的相似问题一并全部修复) + 增大系统音量,最小单位只能是 2 问题 + 单显示器上,挡屏休息的退出按钮可能无法显示问题 + + 其它改进和修复 +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.7/everauto.zTasker.yaml b/manifests/e/everauto/zTasker/2.0.7/everauto.zTasker.yaml new file mode 100644 index 0000000000000..4dbaeedc8edb5 --- /dev/null +++ b/manifests/e/everauto/zTasker/2.0.7/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.7 +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/FACEITLTD/FACEITClient/2.0.34/FACEITLTD.FACEITClient.installer.yaml b/manifests/f/FACEITLTD/FACEITClient/2.0.34/FACEITLTD.FACEITClient.installer.yaml deleted file mode 100644 index 78e709980187e..0000000000000 --- a/manifests/f/FACEITLTD/FACEITClient/2.0.34/FACEITLTD.FACEITClient.installer.yaml +++ /dev/null @@ -1,23 +0,0 @@ -# Automatically updated by the winget bot at 2025/Jan/22 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json - -PackageIdentifier: FACEITLTD.FACEITClient -PackageVersion: 2.0.34 -InstallerLocale: en-US -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -InstallerType: exe -Scope: machine -InstallModes: -- silent -InstallerSwitches: - Silent: --silent - SilentWithProgress: --silent -UpgradeBehavior: install -Installers: -- Architecture: x64 - InstallerUrl: https://faceit-client.faceit-cdn.net/release/FACEIT-setup-latest.exe - InstallerSha256: EC483511B04899CD7C7F378F1B6687FB435C0FAA60EC47FA14AE84FCEA9CECE5 -ManifestType: installer -ManifestVersion: 1.9.0 diff --git a/manifests/f/FACEITLTD/FACEITClient/2.0.34/FACEITLTD.FACEITClient.yaml b/manifests/f/FACEITLTD/FACEITClient/2.0.34/FACEITLTD.FACEITClient.yaml deleted file mode 100644 index d6e7db64477be..0000000000000 --- a/manifests/f/FACEITLTD/FACEITClient/2.0.34/FACEITLTD.FACEITClient.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.9.0.schema.json - -PackageIdentifier: FACEITLTD.FACEITClient -PackageVersion: 2.0.34 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.9.0 diff --git a/manifests/f/FACEITLTD/FACEITClient/2.0.35/FACEITLTD.FACEITClient.installer.yaml b/manifests/f/FACEITLTD/FACEITClient/2.0.35/FACEITLTD.FACEITClient.installer.yaml new file mode 100644 index 0000000000000..886934c438f3a --- /dev/null +++ b/manifests/f/FACEITLTD/FACEITClient/2.0.35/FACEITLTD.FACEITClient.installer.yaml @@ -0,0 +1,23 @@ +# 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: FACEITLTD.FACEITClient +PackageVersion: 2.0.35 +InstallerLocale: en-US +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: exe +Scope: machine +InstallModes: +- silent +InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent +UpgradeBehavior: install +Installers: +- Architecture: x64 + InstallerUrl: https://faceit-client.faceit-cdn.net/release/FACEIT-setup-latest.exe + InstallerSha256: 7C4E9824FFEAAEF0347D98F53C8D4DE867A304E97A5FAD895C516AD88D10C576 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/f/FACEITLTD/FACEITClient/2.0.34/FACEITLTD.FACEITClient.locale.en-US.yaml b/manifests/f/FACEITLTD/FACEITClient/2.0.35/FACEITLTD.FACEITClient.locale.en-US.yaml similarity index 89% rename from manifests/f/FACEITLTD/FACEITClient/2.0.34/FACEITLTD.FACEITClient.locale.en-US.yaml rename to manifests/f/FACEITLTD/FACEITClient/2.0.35/FACEITLTD.FACEITClient.locale.en-US.yaml index 3c590ec83ea62..da7bcde952cd1 100644 --- a/manifests/f/FACEITLTD/FACEITClient/2.0.34/FACEITLTD.FACEITClient.locale.en-US.yaml +++ b/manifests/f/FACEITLTD/FACEITClient/2.0.35/FACEITLTD.FACEITClient.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/Feb/07 # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: FACEITLTD.FACEITClient -PackageVersion: 2.0.34 +PackageVersion: 2.0.35 PackageLocale: en-US Publisher: FACEIT Ltd. PrivacyUrl: https://corporate.faceit.com/privacy diff --git a/manifests/f/FACEITLTD/FACEITClient/2.0.35/FACEITLTD.FACEITClient.yaml b/manifests/f/FACEITLTD/FACEITClient/2.0.35/FACEITLTD.FACEITClient.yaml new file mode 100644 index 0000000000000..e59d82d97a040 --- /dev/null +++ b/manifests/f/FACEITLTD/FACEITClient/2.0.35/FACEITLTD.FACEITClient.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: FACEITLTD.FACEITClient +PackageVersion: 2.0.35 +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/Fabio286/antares/0.3.2/Fabio286.antares.installer.yaml b/manifests/f/Fabio286/antares/0.3.2/Fabio286.antares.installer.yaml index 7b28141b477d4..6f35f5794a1aa 100644 --- a/manifests/f/Fabio286/antares/0.3.2/Fabio286.antares.installer.yaml +++ b/manifests/f/Fabio286/antares/0.3.2/Fabio286.antares.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: Fabio286.antares PackageVersion: 0.3.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/Fabio286/antares/releases/download/v0.3.2/Antares-0.3.2-win_x64.exe InstallerSha256: FEB4566167F4555A7C57E26D18CF71B9EB8B85F3BB78E05F85BE4C46D24B59B0 - UpgradeBehavior: install ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fabio286/antares/0.3.2/Fabio286.antares.locale.en-US.yaml b/manifests/f/Fabio286/antares/0.3.2/Fabio286.antares.locale.en-US.yaml index 5ecf56ce9ccd9..d84d784a13894 100644 --- a/manifests/f/Fabio286/antares/0.3.2/Fabio286.antares.locale.en-US.yaml +++ b/manifests/f/Fabio286/antares/0.3.2/Fabio286.antares.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: Fabio286.antares PackageVersion: 0.3.2 @@ -7,6 +7,7 @@ PackageLocale: en-US Publisher: Fabio Di Stasio PublisherUrl: https://github.com/Fabio286/antares PublisherSupportUrl: https://github.com/Fabio286/antares/issues +# PrivacyUrl: Author: Fabio Di Stasio PackageName: Antares PackageUrl: https://github.com/Fabio286/antares @@ -15,10 +16,16 @@ LicenseUrl: https://raw.githubusercontent.com/Fabio286/antares/master/LICENSE Copyright: Copyright (c) 2020 Fabio Di Stasio CopyrightUrl: https://raw.githubusercontent.com/Fabio286/antares/master/LICENSE ShortDescription: A modern, fast and productivity driven SQL client with a focus in UX. +# Description: Moniker: antares Tags: -- sql -- database - cross-platform +- database +- sql +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fabio286/antares/0.3.2/Fabio286.antares.yaml b/manifests/f/Fabio286/antares/0.3.2/Fabio286.antares.yaml index 5f548e02fb027..edec1f57acab1 100644 --- a/manifests/f/Fabio286/antares/0.3.2/Fabio286.antares.yaml +++ b/manifests/f/Fabio286/antares/0.3.2/Fabio286.antares.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: Fabio286.antares PackageVersion: 0.3.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fabio286/antares/0.3.3/Fabio286.antares.installer.yaml b/manifests/f/Fabio286/antares/0.3.3/Fabio286.antares.installer.yaml index 49d3fac193433..c2d5c06739aa9 100644 --- a/manifests/f/Fabio286/antares/0.3.3/Fabio286.antares.installer.yaml +++ b/manifests/f/Fabio286/antares/0.3.3/Fabio286.antares.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: Fabio286.antares PackageVersion: 0.3.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/Fabio286/antares/releases/download/v0.3.3/Antares-0.3.3-win_x64.exe InstallerSha256: 1642122C1C408EE096DB13334921F8BEDA615E7FB35F9F275A1361CAB838A05C - UpgradeBehavior: install ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fabio286/antares/0.3.3/Fabio286.antares.locale.en-US.yaml b/manifests/f/Fabio286/antares/0.3.3/Fabio286.antares.locale.en-US.yaml index 104ae617b20ae..0ff70ad9ec1e2 100644 --- a/manifests/f/Fabio286/antares/0.3.3/Fabio286.antares.locale.en-US.yaml +++ b/manifests/f/Fabio286/antares/0.3.3/Fabio286.antares.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: Fabio286.antares PackageVersion: 0.3.3 @@ -7,6 +7,7 @@ PackageLocale: en-US Publisher: Fabio Di Stasio PublisherUrl: https://github.com/Fabio286/antares PublisherSupportUrl: https://github.com/Fabio286/antares/issues +# PrivacyUrl: Author: Fabio Di Stasio PackageName: Antares PackageUrl: https://github.com/Fabio286/antares @@ -15,10 +16,16 @@ LicenseUrl: https://raw.githubusercontent.com/Fabio286/antares/master/LICENSE Copyright: Copyright (c) 2020 Fabio Di Stasio CopyrightUrl: https://raw.githubusercontent.com/Fabio286/antares/master/LICENSE ShortDescription: A modern, fast and productivity driven SQL client with a focus in UX. +# Description: Moniker: antares Tags: -- sql -- database - cross-platform +- database +- sql +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fabio286/antares/0.3.3/Fabio286.antares.yaml b/manifests/f/Fabio286/antares/0.3.3/Fabio286.antares.yaml index 439f7a4eb1d00..61ec433297c54 100644 --- a/manifests/f/Fabio286/antares/0.3.3/Fabio286.antares.yaml +++ b/manifests/f/Fabio286/antares/0.3.3/Fabio286.antares.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: Fabio286.antares PackageVersion: 0.3.3 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fabio286/antares/0.3.5/Fabio286.antares.installer.yaml b/manifests/f/Fabio286/antares/0.3.5/Fabio286.antares.installer.yaml index 9eba5cb29c386..621d60d80d8a7 100644 --- a/manifests/f/Fabio286/antares/0.3.5/Fabio286.antares.installer.yaml +++ b/manifests/f/Fabio286/antares/0.3.5/Fabio286.antares.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: Fabio286.antares PackageVersion: 0.3.5 +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/Fabio286/antares/releases/download/v0.3.5/Antares-0.3.5-win_x64.exe InstallerSha256: F2409229043A18FC9FF855BA8175C6823253E036124FBAED42CBC9FC124E2A17 - UpgradeBehavior: install ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fabio286/antares/0.3.5/Fabio286.antares.locale.en-US.yaml b/manifests/f/Fabio286/antares/0.3.5/Fabio286.antares.locale.en-US.yaml index 49f1ff7925233..1d43cfdfe597b 100644 --- a/manifests/f/Fabio286/antares/0.3.5/Fabio286.antares.locale.en-US.yaml +++ b/manifests/f/Fabio286/antares/0.3.5/Fabio286.antares.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: Fabio286.antares PackageVersion: 0.3.5 @@ -7,6 +7,7 @@ PackageLocale: en-US Publisher: Fabio Di Stasio PublisherUrl: https://github.com/Fabio286/antares PublisherSupportUrl: https://github.com/Fabio286/antares/issues +# PrivacyUrl: Author: Fabio Di Stasio PackageName: Antares PackageUrl: https://github.com/Fabio286/antares @@ -15,10 +16,16 @@ LicenseUrl: https://raw.githubusercontent.com/Fabio286/antares/master/LICENSE Copyright: Copyright (c) 2020 Fabio Di Stasio CopyrightUrl: https://raw.githubusercontent.com/Fabio286/antares/master/LICENSE ShortDescription: A modern, fast and productivity driven SQL client with a focus in UX. +# Description: Moniker: antares Tags: -- sql -- database - cross-platform +- database +- sql +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fabio286/antares/0.3.5/Fabio286.antares.yaml b/manifests/f/Fabio286/antares/0.3.5/Fabio286.antares.yaml index 18b607b69cb18..947fd7d9e331f 100644 --- a/manifests/f/Fabio286/antares/0.3.5/Fabio286.antares.yaml +++ b/manifests/f/Fabio286/antares/0.3.5/Fabio286.antares.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: Fabio286.antares PackageVersion: 0.3.5 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fabio286/antares/0.3.6/Fabio286.antares.installer.yaml b/manifests/f/Fabio286/antares/0.3.6/Fabio286.antares.installer.yaml index b36e2734f22ef..960327d7c195d 100644 --- a/manifests/f/Fabio286/antares/0.3.6/Fabio286.antares.installer.yaml +++ b/manifests/f/Fabio286/antares/0.3.6/Fabio286.antares.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: Fabio286.antares PackageVersion: 0.3.6 @@ -16,4 +16,4 @@ Installers: InstallerUrl: https://github.com/Fabio286/antares/releases/download/v0.3.6/Antares-0.3.6-win_x64.exe InstallerSha256: 4D66883E795F0770AD1149A90D2564BD55F2AB6559A1ED652ED984D6ADA35319 ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fabio286/antares/0.3.6/Fabio286.antares.locale.en-US.yaml b/manifests/f/Fabio286/antares/0.3.6/Fabio286.antares.locale.en-US.yaml index e8076cb3c086e..e99a1849f7e59 100644 --- a/manifests/f/Fabio286/antares/0.3.6/Fabio286.antares.locale.en-US.yaml +++ b/manifests/f/Fabio286/antares/0.3.6/Fabio286.antares.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: Fabio286.antares PackageVersion: 0.3.6 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Fabio Di Stasio PublisherUrl: https://github.com/Fabio286/antares PublisherSupportUrl: https://github.com/Fabio286/antares/issues -# PrivacyUrl: +# PrivacyUrl: Author: Fabio Di Stasio PackageName: Antares PackageUrl: https://github.com/Fabio286/antares @@ -16,11 +16,16 @@ LicenseUrl: https://raw.githubusercontent.com/Fabio286/antares/master/LICENSE Copyright: Copyright (c) 2020 Fabio Di Stasio CopyrightUrl: https://raw.githubusercontent.com/Fabio286/antares/master/LICENSE ShortDescription: A modern, fast and productivity driven SQL client with a focus in UX. -# Description: +# Description: Moniker: antares Tags: -- sql -- database - cross-platform +- database +- sql +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fabio286/antares/0.3.6/Fabio286.antares.yaml b/manifests/f/Fabio286/antares/0.3.6/Fabio286.antares.yaml index f49ddcbe30ee1..aa69837a12e06 100644 --- a/manifests/f/Fabio286/antares/0.3.6/Fabio286.antares.yaml +++ b/manifests/f/Fabio286/antares/0.3.6/Fabio286.antares.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: Fabio286.antares PackageVersion: 0.3.6 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fabio286/antares/0.3.7/Fabio286.antares.installer.yaml b/manifests/f/Fabio286/antares/0.3.7/Fabio286.antares.installer.yaml index c6c0098381ad3..d3ed9e968b815 100644 --- a/manifests/f/Fabio286/antares/0.3.7/Fabio286.antares.installer.yaml +++ b/manifests/f/Fabio286/antares/0.3.7/Fabio286.antares.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: Fabio286.antares PackageVersion: 0.3.7 @@ -16,4 +16,4 @@ Installers: InstallerUrl: https://github.com/Fabio286/antares/releases/download/v0.3.7/Antares-0.3.7-win_x64.exe InstallerSha256: 57786ADE65AA1FF64527CEFF1EA200931038DCB64AD741BED3D81C5796BF1A37 ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fabio286/antares/0.3.7/Fabio286.antares.locale.en-US.yaml b/manifests/f/Fabio286/antares/0.3.7/Fabio286.antares.locale.en-US.yaml index 38d3c37d373a3..de64d2dcd3314 100644 --- a/manifests/f/Fabio286/antares/0.3.7/Fabio286.antares.locale.en-US.yaml +++ b/manifests/f/Fabio286/antares/0.3.7/Fabio286.antares.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: Fabio286.antares PackageVersion: 0.3.7 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Fabio Di Stasio PublisherUrl: https://github.com/Fabio286/antares PublisherSupportUrl: https://github.com/Fabio286/antares/issues -# PrivacyUrl: +# PrivacyUrl: Author: Fabio Di Stasio PackageName: Antares PackageUrl: https://github.com/Fabio286/antares @@ -16,11 +16,16 @@ LicenseUrl: https://raw.githubusercontent.com/Fabio286/antares/master/LICENSE Copyright: Copyright (c) 2020 Fabio Di Stasio CopyrightUrl: https://raw.githubusercontent.com/Fabio286/antares/master/LICENSE ShortDescription: A modern, fast and productivity driven SQL client with a focus in UX. -# Description: +# Description: Moniker: antares Tags: -- sql -- database - cross-platform +- database +- sql +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fabio286/antares/0.3.7/Fabio286.antares.yaml b/manifests/f/Fabio286/antares/0.3.7/Fabio286.antares.yaml index de16e56de6e88..34901850df746 100644 --- a/manifests/f/Fabio286/antares/0.3.7/Fabio286.antares.yaml +++ b/manifests/f/Fabio286/antares/0.3.7/Fabio286.antares.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: Fabio286.antares PackageVersion: 0.3.7 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fabio286/antares/0.3.8/Fabio286.antares.installer.yaml b/manifests/f/Fabio286/antares/0.3.8/Fabio286.antares.installer.yaml index f6b74fbb0b23d..f8cacceb768e6 100644 --- a/manifests/f/Fabio286/antares/0.3.8/Fabio286.antares.installer.yaml +++ b/manifests/f/Fabio286/antares/0.3.8/Fabio286.antares.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: Fabio286.antares PackageVersion: 0.3.8 @@ -16,4 +16,4 @@ Installers: InstallerUrl: https://github.com/Fabio286/antares/releases/download/v0.3.8/Antares-0.3.8-win_x64.exe InstallerSha256: CD896B2BB70B7AE76DCB5B843E99EFA7039C9D2F1CDA249767D43C659C477FBA ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fabio286/antares/0.3.8/Fabio286.antares.locale.en-US.yaml b/manifests/f/Fabio286/antares/0.3.8/Fabio286.antares.locale.en-US.yaml index e4fdacec3ace3..f9c26aa4c36ff 100644 --- a/manifests/f/Fabio286/antares/0.3.8/Fabio286.antares.locale.en-US.yaml +++ b/manifests/f/Fabio286/antares/0.3.8/Fabio286.antares.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: Fabio286.antares PackageVersion: 0.3.8 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Fabio Di Stasio PublisherUrl: https://github.com/Fabio286/antares PublisherSupportUrl: https://github.com/Fabio286/antares/issues -# PrivacyUrl: +# PrivacyUrl: Author: Fabio Di Stasio PackageName: Antares PackageUrl: https://github.com/Fabio286/antares @@ -16,11 +16,16 @@ LicenseUrl: https://raw.githubusercontent.com/Fabio286/antares/master/LICENSE Copyright: Copyright (c) 2020 Fabio Di Stasio CopyrightUrl: https://raw.githubusercontent.com/Fabio286/antares/master/LICENSE ShortDescription: A modern, fast and productivity driven SQL client with a focus in UX. -# Description: +# Description: Moniker: antares Tags: -- sql -- database - cross-platform +- database +- sql +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fabio286/antares/0.3.8/Fabio286.antares.yaml b/manifests/f/Fabio286/antares/0.3.8/Fabio286.antares.yaml index 4cb0d86c81e34..0e7b75c1e3c5b 100644 --- a/manifests/f/Fabio286/antares/0.3.8/Fabio286.antares.yaml +++ b/manifests/f/Fabio286/antares/0.3.8/Fabio286.antares.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: Fabio286.antares PackageVersion: 0.3.8 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fabio286/antares/0.3.9/Fabio286.antares.installer.yaml b/manifests/f/Fabio286/antares/0.3.9/Fabio286.antares.installer.yaml index bee656135d8bd..28aec7a12e3d8 100644 --- a/manifests/f/Fabio286/antares/0.3.9/Fabio286.antares.installer.yaml +++ b/manifests/f/Fabio286/antares/0.3.9/Fabio286.antares.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: Fabio286.antares PackageVersion: 0.3.9 @@ -16,4 +16,4 @@ Installers: InstallerUrl: https://github.com/Fabio286/antares/releases/download/v0.3.9/Antares-0.3.9-win_x64.exe InstallerSha256: 7112AA5C1A662D6985C78EC6EC8A6B1E4ACB88F59C7C8F60F7942060AE4793C0 ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fabio286/antares/0.3.9/Fabio286.antares.locale.en-US.yaml b/manifests/f/Fabio286/antares/0.3.9/Fabio286.antares.locale.en-US.yaml index ea6e13ae67eed..b9449fea02b5d 100644 --- a/manifests/f/Fabio286/antares/0.3.9/Fabio286.antares.locale.en-US.yaml +++ b/manifests/f/Fabio286/antares/0.3.9/Fabio286.antares.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: Fabio286.antares PackageVersion: 0.3.9 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Fabio Di Stasio PublisherUrl: https://github.com/Fabio286/antares PublisherSupportUrl: https://github.com/Fabio286/antares/issues -# PrivacyUrl: +# PrivacyUrl: Author: Fabio Di Stasio PackageName: Antares PackageUrl: https://github.com/Fabio286/antares @@ -16,11 +16,16 @@ LicenseUrl: https://raw.githubusercontent.com/Fabio286/antares/master/LICENSE Copyright: Copyright (c) 2020 Fabio Di Stasio CopyrightUrl: https://raw.githubusercontent.com/Fabio286/antares/master/LICENSE ShortDescription: A modern, fast and productivity driven SQL client with a focus in UX. -# Description: +# Description: Moniker: antares Tags: -- sql -- database - cross-platform +- database +- sql +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fabio286/antares/0.3.9/Fabio286.antares.yaml b/manifests/f/Fabio286/antares/0.3.9/Fabio286.antares.yaml index 79bdbaf05f20f..1fa1613ff5fb9 100644 --- a/manifests/f/Fabio286/antares/0.3.9/Fabio286.antares.yaml +++ b/manifests/f/Fabio286/antares/0.3.9/Fabio286.antares.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: Fabio286.antares PackageVersion: 0.3.9 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fabio286/antares/0.4.0/Fabio286.antares.installer.yaml b/manifests/f/Fabio286/antares/0.4.0/Fabio286.antares.installer.yaml index db5c61e0e09f3..5ba87af0b46a0 100644 --- a/manifests/f/Fabio286/antares/0.4.0/Fabio286.antares.installer.yaml +++ b/manifests/f/Fabio286/antares/0.4.0/Fabio286.antares.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: Fabio286.antares PackageVersion: 0.4.0 @@ -16,4 +16,4 @@ Installers: InstallerUrl: https://github.com/Fabio286/antares/releases/download/v0.4.0/Antares-0.4.0-win_x64.exe InstallerSha256: 610C444720019C24544198400F34CDEF5DCDE5325975211290F9F91EFECBC365 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fabio286/antares/0.4.0/Fabio286.antares.locale.en-US.yaml b/manifests/f/Fabio286/antares/0.4.0/Fabio286.antares.locale.en-US.yaml index 118dd725f2406..82d86492d3f0a 100644 --- a/manifests/f/Fabio286/antares/0.4.0/Fabio286.antares.locale.en-US.yaml +++ b/manifests/f/Fabio286/antares/0.4.0/Fabio286.antares.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: Fabio286.antares PackageVersion: 0.4.0 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Fabio Di Stasio PublisherUrl: https://github.com/Fabio286/antares PublisherSupportUrl: https://github.com/Fabio286/antares/issues -# PrivacyUrl: +# PrivacyUrl: Author: Fabio Di Stasio PackageName: Antares PackageUrl: https://github.com/Fabio286/antares @@ -16,14 +16,16 @@ LicenseUrl: https://raw.githubusercontent.com/Fabio286/antares/master/LICENSE Copyright: Copyright (c) 2020 Fabio Di Stasio CopyrightUrl: https://raw.githubusercontent.com/Fabio286/antares/master/LICENSE ShortDescription: A modern, fast and productivity driven SQL client with a focus in UX. -# Description: +# Description: Moniker: antares Tags: -- sql -- database - cross-platform -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +- database +- sql +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fabio286/antares/0.4.0/Fabio286.antares.yaml b/manifests/f/Fabio286/antares/0.4.0/Fabio286.antares.yaml index 33df870f4048c..1d2214e993a5a 100644 --- a/manifests/f/Fabio286/antares/0.4.0/Fabio286.antares.yaml +++ b/manifests/f/Fabio286/antares/0.4.0/Fabio286.antares.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: Fabio286.antares PackageVersion: 0.4.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fabio286/antares/0.4.1/Fabio286.antares.installer.yaml b/manifests/f/Fabio286/antares/0.4.1/Fabio286.antares.installer.yaml index 5c88666dcd025..052f51914e16b 100644 --- a/manifests/f/Fabio286/antares/0.4.1/Fabio286.antares.installer.yaml +++ b/manifests/f/Fabio286/antares/0.4.1/Fabio286.antares.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: Fabio286.antares PackageVersion: 0.4.1 @@ -16,4 +16,4 @@ Installers: InstallerUrl: https://github.com/Fabio286/antares/releases/download/v0.4.1/Antares-0.4.1-win_x64.exe InstallerSha256: F8D9D99A699D0F1AFB1E7119B19E9528D00E66D2FC5993198307A3214F58DC09 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fabio286/antares/0.4.1/Fabio286.antares.locale.en-US.yaml b/manifests/f/Fabio286/antares/0.4.1/Fabio286.antares.locale.en-US.yaml index a01a413684251..ee5ff10609531 100644 --- a/manifests/f/Fabio286/antares/0.4.1/Fabio286.antares.locale.en-US.yaml +++ b/manifests/f/Fabio286/antares/0.4.1/Fabio286.antares.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: Fabio286.antares PackageVersion: 0.4.1 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Fabio Di Stasio PublisherUrl: https://github.com/Fabio286/antares PublisherSupportUrl: https://github.com/Fabio286/antares/issues -# PrivacyUrl: +# PrivacyUrl: Author: Fabio Di Stasio PackageName: Antares PackageUrl: https://github.com/Fabio286/antares @@ -16,14 +16,16 @@ LicenseUrl: https://raw.githubusercontent.com/Fabio286/antares/master/LICENSE Copyright: Copyright (c) 2020 Fabio Di Stasio CopyrightUrl: https://raw.githubusercontent.com/Fabio286/antares/master/LICENSE ShortDescription: A modern, fast and productivity driven SQL client with a focus in UX. -# Description: +# Description: Moniker: antares Tags: -- sql -- database - cross-platform -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +- database +- sql +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fabio286/antares/0.4.1/Fabio286.antares.yaml b/manifests/f/Fabio286/antares/0.4.1/Fabio286.antares.yaml index 9edafe6d47700..889690f789965 100644 --- a/manifests/f/Fabio286/antares/0.4.1/Fabio286.antares.yaml +++ b/manifests/f/Fabio286/antares/0.4.1/Fabio286.antares.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: Fabio286.antares PackageVersion: 0.4.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fabio286/antares/0.4.2/Fabio286.antares.installer.yaml b/manifests/f/Fabio286/antares/0.4.2/Fabio286.antares.installer.yaml index b9abc36e5f368..e1ba1a9b78bb8 100644 --- a/manifests/f/Fabio286/antares/0.4.2/Fabio286.antares.installer.yaml +++ b/manifests/f/Fabio286/antares/0.4.2/Fabio286.antares.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-5-0.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: Fabio286.antares PackageVersion: 0.4.2 @@ -16,4 +16,4 @@ Installers: InstallerUrl: https://github.com/Fabio286/antares/releases/download/v0.4.2/Antares-0.4.2-win_x64.exe InstallerSha256: F71FCD1BEAF31C31C6FA165933D69F57932527836BCBEB794830900A02A7D89C ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fabio286/antares/0.4.2/Fabio286.antares.locale.en-US.yaml b/manifests/f/Fabio286/antares/0.4.2/Fabio286.antares.locale.en-US.yaml index 66bc6e19ed6e4..4ba46afa6c54f 100644 --- a/manifests/f/Fabio286/antares/0.4.2/Fabio286.antares.locale.en-US.yaml +++ b/manifests/f/Fabio286/antares/0.4.2/Fabio286.antares.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-5-0.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: Fabio286.antares PackageVersion: 0.4.2 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Fabio Di Stasio PublisherUrl: https://github.com/Fabio286/antares PublisherSupportUrl: https://github.com/Fabio286/antares/issues -# PrivacyUrl: +# PrivacyUrl: Author: Fabio Di Stasio PackageName: Antares PackageUrl: https://github.com/Fabio286/antares @@ -16,14 +16,16 @@ LicenseUrl: https://raw.githubusercontent.com/Fabio286/antares/master/LICENSE Copyright: Copyright (c) 2020 Fabio Di Stasio CopyrightUrl: https://raw.githubusercontent.com/Fabio286/antares/master/LICENSE ShortDescription: A modern, fast and productivity driven SQL client with a focus in UX. -# Description: +# Description: Moniker: antares Tags: - cross-platform - database - sql -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fabio286/antares/0.4.2/Fabio286.antares.yaml b/manifests/f/Fabio286/antares/0.4.2/Fabio286.antares.yaml index de94637eacb6e..c35e8f2f26191 100644 --- a/manifests/f/Fabio286/antares/0.4.2/Fabio286.antares.yaml +++ b/manifests/f/Fabio286/antares/0.4.2/Fabio286.antares.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-5-0.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: Fabio286.antares PackageVersion: 0.4.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fabio286/antares/0.4.3/Fabio286.antares.installer.yaml b/manifests/f/Fabio286/antares/0.4.3/Fabio286.antares.installer.yaml index d6c802322e6c2..baae2dd9d08c6 100644 --- a/manifests/f/Fabio286/antares/0.4.3/Fabio286.antares.installer.yaml +++ b/manifests/f/Fabio286/antares/0.4.3/Fabio286.antares.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: Fabio286.antares PackageVersion: 0.4.3 @@ -16,4 +16,4 @@ Installers: InstallerUrl: https://github.com/Fabio286/antares/releases/download/v0.4.3/Antares-0.4.3-win_x64.exe InstallerSha256: A2C5E5B2C2D465C1C524D72006BBB4B2A47ACF31CFC9409F8B8E03657B8DA43C ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fabio286/antares/0.4.3/Fabio286.antares.locale.en-US.yaml b/manifests/f/Fabio286/antares/0.4.3/Fabio286.antares.locale.en-US.yaml index 13af396d11d31..2b379b512b107 100644 --- a/manifests/f/Fabio286/antares/0.4.3/Fabio286.antares.locale.en-US.yaml +++ b/manifests/f/Fabio286/antares/0.4.3/Fabio286.antares.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: Fabio286.antares PackageVersion: 0.4.3 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Fabio Di Stasio PublisherUrl: https://github.com/Fabio286/antares PublisherSupportUrl: https://github.com/Fabio286/antares/issues -# PrivacyUrl: +# PrivacyUrl: Author: Fabio Di Stasio PackageName: Antares PackageUrl: https://github.com/Fabio286/antares @@ -16,14 +16,16 @@ LicenseUrl: https://raw.githubusercontent.com/Fabio286/antares/master/LICENSE Copyright: Copyright (c) 2020 Fabio Di Stasio CopyrightUrl: https://raw.githubusercontent.com/Fabio286/antares/master/LICENSE ShortDescription: A modern, fast and productivity driven SQL client with a focus in UX. -# Description: +# Description: Moniker: antares Tags: - cross-platform - database - sql -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fabio286/antares/0.4.3/Fabio286.antares.yaml b/manifests/f/Fabio286/antares/0.4.3/Fabio286.antares.yaml index e937539c4e419..69d9bc287ffe6 100644 --- a/manifests/f/Fabio286/antares/0.4.3/Fabio286.antares.yaml +++ b/manifests/f/Fabio286/antares/0.4.3/Fabio286.antares.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: Fabio286.antares PackageVersion: 0.4.3 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fabio286/antares/0.4.4/Fabio286.antares.installer.yaml b/manifests/f/Fabio286/antares/0.4.4/Fabio286.antares.installer.yaml index d4bc16a07eb2d..ec1907e628e87 100644 --- a/manifests/f/Fabio286/antares/0.4.4/Fabio286.antares.installer.yaml +++ b/manifests/f/Fabio286/antares/0.4.4/Fabio286.antares.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: Fabio286.antares PackageVersion: 0.4.4 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://github.com/Fabio286/antares/releases/download/v0.4.4/Antares-0.4.4-win_x64.exe InstallerSha256: 82A78938B7F7AC6DADF100A2CF67668648C2AF83B1583EC4FDECDDE1EBAAC2FE ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fabio286/antares/0.4.4/Fabio286.antares.locale.en-US.yaml b/manifests/f/Fabio286/antares/0.4.4/Fabio286.antares.locale.en-US.yaml index 64f3e56a6ada8..af2263f140310 100644 --- a/manifests/f/Fabio286/antares/0.4.4/Fabio286.antares.locale.en-US.yaml +++ b/manifests/f/Fabio286/antares/0.4.4/Fabio286.antares.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: Fabio286.antares PackageVersion: 0.4.4 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Fabio Di Stasio PublisherUrl: https://github.com/Fabio286/antares PublisherSupportUrl: https://github.com/Fabio286/antares/issues -# PrivacyUrl: +# PrivacyUrl: Author: Fabio Di Stasio PackageName: Antares PackageUrl: https://github.com/Fabio286/antares @@ -16,14 +16,16 @@ LicenseUrl: https://raw.githubusercontent.com/Fabio286/antares/master/LICENSE Copyright: Copyright (c) 2020 Fabio Di Stasio CopyrightUrl: https://raw.githubusercontent.com/Fabio286/antares/master/LICENSE ShortDescription: A modern, fast and productivity driven SQL client with a focus in UX. -# Description: +# Description: Moniker: antares Tags: - cross-platform - database - sql -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/Fabio286/antares/releases/tag/v0.4.4 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fabio286/antares/0.4.4/Fabio286.antares.yaml b/manifests/f/Fabio286/antares/0.4.4/Fabio286.antares.yaml index fe8977cdf51e7..e7b96cff6b55b 100644 --- a/manifests/f/Fabio286/antares/0.4.4/Fabio286.antares.yaml +++ b/manifests/f/Fabio286/antares/0.4.4/Fabio286.antares.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: Fabio286.antares PackageVersion: 0.4.4 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fabio286/antares/0.5.0/Fabio286.antares.installer.yaml b/manifests/f/Fabio286/antares/0.5.0/Fabio286.antares.installer.yaml index 41cb1f732e2f4..8be7b25bff6dd 100644 --- a/manifests/f/Fabio286/antares/0.5.0/Fabio286.antares.installer.yaml +++ b/manifests/f/Fabio286/antares/0.5.0/Fabio286.antares.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: Fabio286.antares PackageVersion: 0.5.0 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://github.com/Fabio286/antares/releases/download/v0.5.0/Antares-0.5.0-win_x64.exe InstallerSha256: AACB66D00AE8370A00985D8FB87246B964E60CCA3C1D45BB3C066703DB9E62AC ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fabio286/antares/0.5.0/Fabio286.antares.locale.en-US.yaml b/manifests/f/Fabio286/antares/0.5.0/Fabio286.antares.locale.en-US.yaml index 900cf51427f3f..764bced7b58a9 100644 --- a/manifests/f/Fabio286/antares/0.5.0/Fabio286.antares.locale.en-US.yaml +++ b/manifests/f/Fabio286/antares/0.5.0/Fabio286.antares.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: Fabio286.antares PackageVersion: 0.5.0 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Fabio Di Stasio PublisherUrl: https://github.com/Fabio286/antares PublisherSupportUrl: https://github.com/Fabio286/antares/issues -# PrivacyUrl: +# PrivacyUrl: Author: Fabio Di Stasio PackageName: Antares PackageUrl: https://github.com/Fabio286/antares @@ -16,14 +16,16 @@ LicenseUrl: https://raw.githubusercontent.com/Fabio286/antares/master/LICENSE Copyright: Copyright (c) 2020 Fabio Di Stasio CopyrightUrl: https://raw.githubusercontent.com/Fabio286/antares/master/LICENSE ShortDescription: A modern, fast and productivity driven SQL client with a focus in UX. -# Description: +# Description: Moniker: antares Tags: - cross-platform - database - sql -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/Fabio286/antares/releases/tag/v0.5.0 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fabio286/antares/0.5.0/Fabio286.antares.yaml b/manifests/f/Fabio286/antares/0.5.0/Fabio286.antares.yaml index 2955bb19ecabb..ec6dceac972cc 100644 --- a/manifests/f/Fabio286/antares/0.5.0/Fabio286.antares.yaml +++ b/manifests/f/Fabio286/antares/0.5.0/Fabio286.antares.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: Fabio286.antares PackageVersion: 0.5.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fabio286/antares/0.5.1/Fabio286.antares.installer.yaml b/manifests/f/Fabio286/antares/0.5.1/Fabio286.antares.installer.yaml index c7b49f5fc231e..2b05fbe9f1201 100644 --- a/manifests/f/Fabio286/antares/0.5.1/Fabio286.antares.installer.yaml +++ b/manifests/f/Fabio286/antares/0.5.1/Fabio286.antares.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: Fabio286.antares PackageVersion: 0.5.1 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://github.com/Fabio286/antares/releases/download/v0.5.1/Antares-0.5.1-win_x64.exe InstallerSha256: 89C30B3730DC568BE557D97EDCA600980DE16DF3960851E1A7EB96A365BFE42C ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fabio286/antares/0.5.1/Fabio286.antares.locale.en-US.yaml b/manifests/f/Fabio286/antares/0.5.1/Fabio286.antares.locale.en-US.yaml index 11894206b91f1..44d3dc3d382ec 100644 --- a/manifests/f/Fabio286/antares/0.5.1/Fabio286.antares.locale.en-US.yaml +++ b/manifests/f/Fabio286/antares/0.5.1/Fabio286.antares.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: Fabio286.antares PackageVersion: 0.5.1 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Fabio Di Stasio PublisherUrl: https://github.com/Fabio286/antares PublisherSupportUrl: https://github.com/Fabio286/antares/issues -# PrivacyUrl: +# PrivacyUrl: Author: Fabio Di Stasio PackageName: Antares PackageUrl: https://github.com/Fabio286/antares @@ -16,14 +16,16 @@ LicenseUrl: https://raw.githubusercontent.com/Fabio286/antares/master/LICENSE Copyright: Copyright (c) 2020 Fabio Di Stasio CopyrightUrl: https://raw.githubusercontent.com/Fabio286/antares/master/LICENSE ShortDescription: A modern, fast and productivity driven SQL client with a focus in UX. -# Description: +# Description: Moniker: antares Tags: - cross-platform - database - sql -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/Fabio286/antares/releases/tag/v0.5.1 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fabio286/antares/0.5.1/Fabio286.antares.yaml b/manifests/f/Fabio286/antares/0.5.1/Fabio286.antares.yaml index cd9d1f3bfeb67..f7fa61a97ecbe 100644 --- a/manifests/f/Fabio286/antares/0.5.1/Fabio286.antares.yaml +++ b/manifests/f/Fabio286/antares/0.5.1/Fabio286.antares.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: Fabio286.antares PackageVersion: 0.5.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fabio286/antares/0.5.10/Fabio286.antares.installer.yaml b/manifests/f/Fabio286/antares/0.5.10/Fabio286.antares.installer.yaml index f86e9fc12517e..5335343401efa 100644 --- a/manifests/f/Fabio286/antares/0.5.10/Fabio286.antares.installer.yaml +++ b/manifests/f/Fabio286/antares/0.5.10/Fabio286.antares.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: Fabio286.antares PackageVersion: 0.5.10 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://github.com/antares-sql/antares/releases/download/v0.5.10/Antares-0.5.10-win_x64.exe InstallerSha256: 7ECCB3F2349981734263FF6C92AFC0240EB4F535DD628F240810F6FF2568AAEF ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fabio286/antares/0.5.10/Fabio286.antares.locale.en-US.yaml b/manifests/f/Fabio286/antares/0.5.10/Fabio286.antares.locale.en-US.yaml index 345b230f482be..8c1d3a0f5e89f 100644 --- a/manifests/f/Fabio286/antares/0.5.10/Fabio286.antares.locale.en-US.yaml +++ b/manifests/f/Fabio286/antares/0.5.10/Fabio286.antares.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: Fabio286.antares PackageVersion: 0.5.10 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Fabio Di Stasio PublisherUrl: https://github.com/Fabio286/antares PublisherSupportUrl: https://github.com/Fabio286/antares/issues -# PrivacyUrl: +# PrivacyUrl: Author: Fabio Di Stasio PackageName: Antares PackageUrl: https://github.com/Fabio286/antares @@ -16,14 +16,16 @@ LicenseUrl: https://raw.githubusercontent.com/Fabio286/antares/master/LICENSE Copyright: Copyright (c) 2020 Fabio Di Stasio CopyrightUrl: https://raw.githubusercontent.com/Fabio286/antares/master/LICENSE ShortDescription: A modern, fast and productivity driven SQL client with a focus in UX. -# Description: +# Description: Moniker: antares Tags: - cross-platform - database - sql -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/antares-sql/antares/releases/tag/v0.5.10 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fabio286/antares/0.5.10/Fabio286.antares.yaml b/manifests/f/Fabio286/antares/0.5.10/Fabio286.antares.yaml index f5caf6d2a8298..b49fb73264ea1 100644 --- a/manifests/f/Fabio286/antares/0.5.10/Fabio286.antares.yaml +++ b/manifests/f/Fabio286/antares/0.5.10/Fabio286.antares.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: Fabio286.antares PackageVersion: 0.5.10 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fabio286/antares/0.5.11/Fabio286.antares.installer.yaml b/manifests/f/Fabio286/antares/0.5.11/Fabio286.antares.installer.yaml index 044a66205a96f..7a99714c0eba3 100644 --- a/manifests/f/Fabio286/antares/0.5.11/Fabio286.antares.installer.yaml +++ b/manifests/f/Fabio286/antares/0.5.11/Fabio286.antares.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: Fabio286.antares PackageVersion: 0.5.11 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://github.com/antares-sql/antares/releases/download/v0.5.11/Antares-0.5.11-win_x64.exe InstallerSha256: 00EE42B16D8B381CA1A8F5E230958A18915CA4AE93919D245EE089FE0522EFAC ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fabio286/antares/0.5.11/Fabio286.antares.locale.en-US.yaml b/manifests/f/Fabio286/antares/0.5.11/Fabio286.antares.locale.en-US.yaml index 21c739f97f1f8..9ff109c7b0992 100644 --- a/manifests/f/Fabio286/antares/0.5.11/Fabio286.antares.locale.en-US.yaml +++ b/manifests/f/Fabio286/antares/0.5.11/Fabio286.antares.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: Fabio286.antares PackageVersion: 0.5.11 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Fabio Di Stasio PublisherUrl: https://github.com/Fabio286/antares PublisherSupportUrl: https://github.com/Fabio286/antares/issues -# PrivacyUrl: +# PrivacyUrl: Author: Fabio Di Stasio PackageName: Antares PackageUrl: https://github.com/Fabio286/antares @@ -16,14 +16,16 @@ LicenseUrl: https://raw.githubusercontent.com/Fabio286/antares/master/LICENSE Copyright: Copyright (c) 2020 Fabio Di Stasio CopyrightUrl: https://raw.githubusercontent.com/Fabio286/antares/master/LICENSE ShortDescription: A modern, fast and productivity driven SQL client with a focus in UX. -# Description: +# Description: Moniker: antares Tags: - cross-platform - database - sql -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/antares-sql/antares/releases/tag/v0.5.11 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fabio286/antares/0.5.11/Fabio286.antares.yaml b/manifests/f/Fabio286/antares/0.5.11/Fabio286.antares.yaml index 284a288f96ded..efc0184cf12eb 100644 --- a/manifests/f/Fabio286/antares/0.5.11/Fabio286.antares.yaml +++ b/manifests/f/Fabio286/antares/0.5.11/Fabio286.antares.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: Fabio286.antares PackageVersion: 0.5.11 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fabio286/antares/0.5.12/Fabio286.antares.installer.yaml b/manifests/f/Fabio286/antares/0.5.12/Fabio286.antares.installer.yaml index db0da67d65b17..7703e38c12fbb 100644 --- a/manifests/f/Fabio286/antares/0.5.12/Fabio286.antares.installer.yaml +++ b/manifests/f/Fabio286/antares/0.5.12/Fabio286.antares.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: Fabio286.antares PackageVersion: 0.5.12 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://github.com/antares-sql/antares/releases/download/v0.5.12/Antares-0.5.12-win_x64.exe InstallerSha256: 3056221B093D5B8451F8EDE90D411BCE0E41872C08BCE51D0F09D430451F070D ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fabio286/antares/0.5.12/Fabio286.antares.locale.en-US.yaml b/manifests/f/Fabio286/antares/0.5.12/Fabio286.antares.locale.en-US.yaml index 0ff5caf928cb6..47355ce5ef51f 100644 --- a/manifests/f/Fabio286/antares/0.5.12/Fabio286.antares.locale.en-US.yaml +++ b/manifests/f/Fabio286/antares/0.5.12/Fabio286.antares.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: Fabio286.antares PackageVersion: 0.5.12 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Fabio Di Stasio PublisherUrl: https://github.com/Fabio286/antares PublisherSupportUrl: https://github.com/Fabio286/antares/issues -# PrivacyUrl: +# PrivacyUrl: Author: Fabio Di Stasio PackageName: Antares PackageUrl: https://github.com/Fabio286/antares @@ -16,14 +16,16 @@ LicenseUrl: https://raw.githubusercontent.com/Fabio286/antares/master/LICENSE Copyright: Copyright (c) 2020 Fabio Di Stasio CopyrightUrl: https://raw.githubusercontent.com/Fabio286/antares/master/LICENSE ShortDescription: A modern, fast and productivity driven SQL client with a focus in UX. -# Description: +# Description: Moniker: antares Tags: - cross-platform - database - sql -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/antares-sql/antares/releases/tag/v0.5.12 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fabio286/antares/0.5.12/Fabio286.antares.yaml b/manifests/f/Fabio286/antares/0.5.12/Fabio286.antares.yaml index b1233bebf8866..af27471383009 100644 --- a/manifests/f/Fabio286/antares/0.5.12/Fabio286.antares.yaml +++ b/manifests/f/Fabio286/antares/0.5.12/Fabio286.antares.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: Fabio286.antares PackageVersion: 0.5.12 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fabio286/antares/0.5.16/Fabio286.antares.installer.yaml b/manifests/f/Fabio286/antares/0.5.16/Fabio286.antares.installer.yaml index 8798df87c28fc..db972d82c9d8b 100644 --- a/manifests/f/Fabio286/antares/0.5.16/Fabio286.antares.installer.yaml +++ b/manifests/f/Fabio286/antares/0.5.16/Fabio286.antares.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: Fabio286.antares PackageVersion: 0.5.16 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://github.com/antares-sql/antares/releases/download/v0.5.16/Antares-0.5.16-win_x64.exe InstallerSha256: 2FF1AD3B32179CEAC887891BCEC5AE6FA85556E8CCCA4E650E718E9C05C95F94 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fabio286/antares/0.5.16/Fabio286.antares.locale.en-US.yaml b/manifests/f/Fabio286/antares/0.5.16/Fabio286.antares.locale.en-US.yaml index 808f27ff5afd0..e515ec5f4db11 100644 --- a/manifests/f/Fabio286/antares/0.5.16/Fabio286.antares.locale.en-US.yaml +++ b/manifests/f/Fabio286/antares/0.5.16/Fabio286.antares.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: Fabio286.antares PackageVersion: 0.5.16 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Fabio Di Stasio PublisherUrl: https://github.com/Fabio286/antares PublisherSupportUrl: https://github.com/Fabio286/antares/issues -# PrivacyUrl: +# PrivacyUrl: Author: Fabio Di Stasio PackageName: Antares PackageUrl: https://github.com/Fabio286/antares @@ -16,17 +16,16 @@ LicenseUrl: https://raw.githubusercontent.com/Fabio286/antares/master/LICENSE Copyright: Copyright (c) 2020 Fabio Di Stasio CopyrightUrl: https://raw.githubusercontent.com/Fabio286/antares/master/LICENSE ShortDescription: A modern, fast and productivity driven SQL client with a focus in UX. -# Description: +# Description: Moniker: antares Tags: - cross-platform - database - sql -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/antares-sql/antares/releases/tag/v0.5.16 -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fabio286/antares/0.5.16/Fabio286.antares.yaml b/manifests/f/Fabio286/antares/0.5.16/Fabio286.antares.yaml index 30e04e0dc4882..5c93b27fa9b72 100644 --- a/manifests/f/Fabio286/antares/0.5.16/Fabio286.antares.yaml +++ b/manifests/f/Fabio286/antares/0.5.16/Fabio286.antares.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: Fabio286.antares PackageVersion: 0.5.16 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fabio286/antares/0.5.17/Fabio286.antares.installer.yaml b/manifests/f/Fabio286/antares/0.5.17/Fabio286.antares.installer.yaml index bda0a635f17b3..589aa696a1ddd 100644 --- a/manifests/f/Fabio286/antares/0.5.17/Fabio286.antares.installer.yaml +++ b/manifests/f/Fabio286/antares/0.5.17/Fabio286.antares.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: Fabio286.antares PackageVersion: 0.5.17 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://github.com/antares-sql/antares/releases/download/v0.5.17/Antares-0.5.17-win_x64.exe InstallerSha256: D09667456DECA52F98C781DAABCA2E5A1D8A981806B90CDA085FDCFE16DFC2DB ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fabio286/antares/0.5.17/Fabio286.antares.locale.en-US.yaml b/manifests/f/Fabio286/antares/0.5.17/Fabio286.antares.locale.en-US.yaml index fac60c1f2127a..cd5fa4349d044 100644 --- a/manifests/f/Fabio286/antares/0.5.17/Fabio286.antares.locale.en-US.yaml +++ b/manifests/f/Fabio286/antares/0.5.17/Fabio286.antares.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: Fabio286.antares PackageVersion: 0.5.17 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Fabio Di Stasio PublisherUrl: https://github.com/Fabio286/antares PublisherSupportUrl: https://github.com/Fabio286/antares/issues -# PrivacyUrl: +# PrivacyUrl: Author: Fabio Di Stasio PackageName: Antares PackageUrl: https://github.com/Fabio286/antares @@ -16,17 +16,16 @@ LicenseUrl: https://raw.githubusercontent.com/Fabio286/antares/master/LICENSE Copyright: Copyright (c) 2020 Fabio Di Stasio CopyrightUrl: https://raw.githubusercontent.com/Fabio286/antares/master/LICENSE ShortDescription: A modern, fast and productivity driven SQL client with a focus in UX. -# Description: +# Description: Moniker: antares Tags: - cross-platform - database - sql -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/antares-sql/antares/releases/tag/v0.5.17 -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fabio286/antares/0.5.17/Fabio286.antares.yaml b/manifests/f/Fabio286/antares/0.5.17/Fabio286.antares.yaml index 2889c77de2677..a2e9f2fe2ce0a 100644 --- a/manifests/f/Fabio286/antares/0.5.17/Fabio286.antares.yaml +++ b/manifests/f/Fabio286/antares/0.5.17/Fabio286.antares.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: Fabio286.antares PackageVersion: 0.5.17 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fabio286/antares/0.5.18/Fabio286.antares.installer.yaml b/manifests/f/Fabio286/antares/0.5.18/Fabio286.antares.installer.yaml index 289618150ad81..db439535a6ca7 100644 --- a/manifests/f/Fabio286/antares/0.5.18/Fabio286.antares.installer.yaml +++ b/manifests/f/Fabio286/antares/0.5.18/Fabio286.antares.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: Fabio286.antares PackageVersion: 0.5.18 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://github.com/antares-sql/antares/releases/download/v0.5.18/Antares-0.5.18-win_x64.exe InstallerSha256: 9E1B441E807D7040A9984B16217C0258AC8CAE7DD830049E1E4021A5219265EC ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fabio286/antares/0.5.18/Fabio286.antares.locale.en-US.yaml b/manifests/f/Fabio286/antares/0.5.18/Fabio286.antares.locale.en-US.yaml index d91485e1f28b1..33f3414848065 100644 --- a/manifests/f/Fabio286/antares/0.5.18/Fabio286.antares.locale.en-US.yaml +++ b/manifests/f/Fabio286/antares/0.5.18/Fabio286.antares.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: Fabio286.antares PackageVersion: 0.5.18 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Fabio Di Stasio PublisherUrl: https://github.com/Fabio286/antares PublisherSupportUrl: https://github.com/Fabio286/antares/issues -# PrivacyUrl: +# PrivacyUrl: Author: Fabio Di Stasio PackageName: Antares PackageUrl: https://github.com/Fabio286/antares @@ -16,17 +16,16 @@ LicenseUrl: https://raw.githubusercontent.com/Fabio286/antares/master/LICENSE Copyright: Copyright (c) 2020 Fabio Di Stasio CopyrightUrl: https://raw.githubusercontent.com/Fabio286/antares/master/LICENSE ShortDescription: A modern, fast and productivity driven SQL client with a focus in UX. -# Description: +# Description: Moniker: antares Tags: - cross-platform - database - sql -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/antares-sql/antares/releases/tag/v0.5.18 -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fabio286/antares/0.5.18/Fabio286.antares.yaml b/manifests/f/Fabio286/antares/0.5.18/Fabio286.antares.yaml index 521adf318d3b4..b6e33377b4883 100644 --- a/manifests/f/Fabio286/antares/0.5.18/Fabio286.antares.yaml +++ b/manifests/f/Fabio286/antares/0.5.18/Fabio286.antares.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: Fabio286.antares PackageVersion: 0.5.18 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fabio286/antares/0.5.19/Fabio286.antares.installer.yaml b/manifests/f/Fabio286/antares/0.5.19/Fabio286.antares.installer.yaml index 256443420cebf..8cb4acb3a7766 100644 --- a/manifests/f/Fabio286/antares/0.5.19/Fabio286.antares.installer.yaml +++ b/manifests/f/Fabio286/antares/0.5.19/Fabio286.antares.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: Fabio286.antares PackageVersion: 0.5.19 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://github.com/antares-sql/antares/releases/download/v0.5.19/Antares-0.5.19-win_x64.exe InstallerSha256: B0EEDE1FED89BF80C469A3C017E167B0168871436EDA32CFC811B37136E0B03E ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fabio286/antares/0.5.19/Fabio286.antares.locale.en-US.yaml b/manifests/f/Fabio286/antares/0.5.19/Fabio286.antares.locale.en-US.yaml index 1756bcc1c5a7e..4459f9df999c8 100644 --- a/manifests/f/Fabio286/antares/0.5.19/Fabio286.antares.locale.en-US.yaml +++ b/manifests/f/Fabio286/antares/0.5.19/Fabio286.antares.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: Fabio286.antares PackageVersion: 0.5.19 @@ -22,11 +22,10 @@ Tags: - cross-platform - database - sql -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://github.com/antares-sql/antares/releases/tag/v0.5.19 # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fabio286/antares/0.5.19/Fabio286.antares.yaml b/manifests/f/Fabio286/antares/0.5.19/Fabio286.antares.yaml index 2dd7866091c96..6435ba4b25d72 100644 --- a/manifests/f/Fabio286/antares/0.5.19/Fabio286.antares.yaml +++ b/manifests/f/Fabio286/antares/0.5.19/Fabio286.antares.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: Fabio286.antares PackageVersion: 0.5.19 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fabio286/antares/0.5.2/Fabio286.antares.installer.yaml b/manifests/f/Fabio286/antares/0.5.2/Fabio286.antares.installer.yaml index 6e385ec0942c1..331b73d693749 100644 --- a/manifests/f/Fabio286/antares/0.5.2/Fabio286.antares.installer.yaml +++ b/manifests/f/Fabio286/antares/0.5.2/Fabio286.antares.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: Fabio286.antares PackageVersion: 0.5.2 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://github.com/antares-sql/antares/releases/download/v0.5.2/Antares-0.5.2-win_x64.exe InstallerSha256: 9623937F248B07E860DA45CBCB7A3F55D46C5CC7CFA06A33C9C77A04E288AC0E ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fabio286/antares/0.5.2/Fabio286.antares.locale.en-US.yaml b/manifests/f/Fabio286/antares/0.5.2/Fabio286.antares.locale.en-US.yaml index 133f206a6aa39..8da90450f6386 100644 --- a/manifests/f/Fabio286/antares/0.5.2/Fabio286.antares.locale.en-US.yaml +++ b/manifests/f/Fabio286/antares/0.5.2/Fabio286.antares.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: Fabio286.antares PackageVersion: 0.5.2 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Fabio Di Stasio PublisherUrl: https://github.com/Fabio286/antares PublisherSupportUrl: https://github.com/Fabio286/antares/issues -# PrivacyUrl: +# PrivacyUrl: Author: Fabio Di Stasio PackageName: Antares PackageUrl: https://github.com/Fabio286/antares @@ -16,14 +16,16 @@ LicenseUrl: https://raw.githubusercontent.com/Fabio286/antares/master/LICENSE Copyright: Copyright (c) 2020 Fabio Di Stasio CopyrightUrl: https://raw.githubusercontent.com/Fabio286/antares/master/LICENSE ShortDescription: A modern, fast and productivity driven SQL client with a focus in UX. -# Description: +# Description: Moniker: antares Tags: - cross-platform - database - sql -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/antares-sql/antares/releases/tag/v0.5.2 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fabio286/antares/0.5.2/Fabio286.antares.yaml b/manifests/f/Fabio286/antares/0.5.2/Fabio286.antares.yaml index b1fbc84d255a2..9a572ece76db9 100644 --- a/manifests/f/Fabio286/antares/0.5.2/Fabio286.antares.yaml +++ b/manifests/f/Fabio286/antares/0.5.2/Fabio286.antares.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: Fabio286.antares PackageVersion: 0.5.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fabio286/antares/0.5.3/Fabio286.antares.installer.yaml b/manifests/f/Fabio286/antares/0.5.3/Fabio286.antares.installer.yaml index 088bbd039b511..b97db1bbb1b35 100644 --- a/manifests/f/Fabio286/antares/0.5.3/Fabio286.antares.installer.yaml +++ b/manifests/f/Fabio286/antares/0.5.3/Fabio286.antares.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: Fabio286.antares PackageVersion: 0.5.3 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://github.com/antares-sql/antares/releases/download/v0.5.3/Antares-0.5.3-win_x64.exe InstallerSha256: 6147B78EDBE05D39CE28345F75A3F3121F29B0A18903E2BDEFA0B208942FC6D5 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fabio286/antares/0.5.3/Fabio286.antares.locale.en-US.yaml b/manifests/f/Fabio286/antares/0.5.3/Fabio286.antares.locale.en-US.yaml index 254d3cb39b080..011aff7029896 100644 --- a/manifests/f/Fabio286/antares/0.5.3/Fabio286.antares.locale.en-US.yaml +++ b/manifests/f/Fabio286/antares/0.5.3/Fabio286.antares.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: Fabio286.antares PackageVersion: 0.5.3 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Fabio Di Stasio PublisherUrl: https://github.com/Fabio286/antares PublisherSupportUrl: https://github.com/Fabio286/antares/issues -# PrivacyUrl: +# PrivacyUrl: Author: Fabio Di Stasio PackageName: Antares PackageUrl: https://github.com/Fabio286/antares @@ -16,14 +16,16 @@ LicenseUrl: https://raw.githubusercontent.com/Fabio286/antares/master/LICENSE Copyright: Copyright (c) 2020 Fabio Di Stasio CopyrightUrl: https://raw.githubusercontent.com/Fabio286/antares/master/LICENSE ShortDescription: A modern, fast and productivity driven SQL client with a focus in UX. -# Description: +# Description: Moniker: antares Tags: - cross-platform - database - sql -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/antares-sql/antares/releases/tag/v0.5.3 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fabio286/antares/0.5.3/Fabio286.antares.yaml b/manifests/f/Fabio286/antares/0.5.3/Fabio286.antares.yaml index f6dd0494e23b4..b37dd5b4bd3f4 100644 --- a/manifests/f/Fabio286/antares/0.5.3/Fabio286.antares.yaml +++ b/manifests/f/Fabio286/antares/0.5.3/Fabio286.antares.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: Fabio286.antares PackageVersion: 0.5.3 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fabio286/antares/0.5.4/Fabio286.antares.installer.yaml b/manifests/f/Fabio286/antares/0.5.4/Fabio286.antares.installer.yaml index d2a33d8c4268a..ae38e8c13d9b9 100644 --- a/manifests/f/Fabio286/antares/0.5.4/Fabio286.antares.installer.yaml +++ b/manifests/f/Fabio286/antares/0.5.4/Fabio286.antares.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: Fabio286.antares PackageVersion: 0.5.4 @@ -15,6 +15,6 @@ ReleaseDate: 2022-05-10 Installers: - Architecture: x64 InstallerUrl: https://github.com/antares-sql/antares/releases/download/v0.5.4/Antares-0.5.4-win_x64.exe - InstallerSha256: 45ebc58e167cefdf5734235feb7b8e20d48693f002cbf0026273c90b67c1812f + InstallerSha256: 45EBC58E167CEFDF5734235FEB7B8E20D48693F002CBF0026273C90B67C1812F ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fabio286/antares/0.5.4/Fabio286.antares.locale.en-US.yaml b/manifests/f/Fabio286/antares/0.5.4/Fabio286.antares.locale.en-US.yaml index 0ad1274ce9352..45aa42d05db08 100644 --- a/manifests/f/Fabio286/antares/0.5.4/Fabio286.antares.locale.en-US.yaml +++ b/manifests/f/Fabio286/antares/0.5.4/Fabio286.antares.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: Fabio286.antares PackageVersion: 0.5.4 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Fabio Di Stasio PublisherUrl: https://github.com/Fabio286/antares PublisherSupportUrl: https://github.com/Fabio286/antares/issues -# PrivacyUrl: +# PrivacyUrl: Author: Fabio Di Stasio PackageName: Antares PackageUrl: https://github.com/Fabio286/antares @@ -16,14 +16,16 @@ LicenseUrl: https://raw.githubusercontent.com/Fabio286/antares/master/LICENSE Copyright: Copyright (c) 2020 Fabio Di Stasio CopyrightUrl: https://raw.githubusercontent.com/Fabio286/antares/master/LICENSE ShortDescription: A modern, fast and productivity driven SQL client with a focus in UX. -# Description: +# Description: Moniker: antares Tags: - cross-platform - database - sql -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/antares-sql/antares/releases/tag/v0.5.4 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fabio286/antares/0.5.4/Fabio286.antares.yaml b/manifests/f/Fabio286/antares/0.5.4/Fabio286.antares.yaml index f73173aeb2609..8f1b16e93a2ae 100644 --- a/manifests/f/Fabio286/antares/0.5.4/Fabio286.antares.yaml +++ b/manifests/f/Fabio286/antares/0.5.4/Fabio286.antares.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: Fabio286.antares PackageVersion: 0.5.4 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fabio286/antares/0.5.5/Fabio286.antares.installer.yaml b/manifests/f/Fabio286/antares/0.5.5/Fabio286.antares.installer.yaml index a1454ee99c508..45a1b7cd55554 100644 --- a/manifests/f/Fabio286/antares/0.5.5/Fabio286.antares.installer.yaml +++ b/manifests/f/Fabio286/antares/0.5.5/Fabio286.antares.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: Fabio286.antares PackageVersion: 0.5.5 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://github.com/antares-sql/antares/releases/download/v0.5.5/Antares-0.5.5-win_x64.exe InstallerSha256: 3FFFD0DABCD6C8FD66E5C76A90173921EC07E4D148E3C35B45F516FE04D36BCD ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fabio286/antares/0.5.5/Fabio286.antares.locale.en-US.yaml b/manifests/f/Fabio286/antares/0.5.5/Fabio286.antares.locale.en-US.yaml index 05ec202393724..1a335366b78d8 100644 --- a/manifests/f/Fabio286/antares/0.5.5/Fabio286.antares.locale.en-US.yaml +++ b/manifests/f/Fabio286/antares/0.5.5/Fabio286.antares.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: Fabio286.antares PackageVersion: 0.5.5 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Fabio Di Stasio PublisherUrl: https://github.com/Fabio286/antares PublisherSupportUrl: https://github.com/Fabio286/antares/issues -# PrivacyUrl: +# PrivacyUrl: Author: Fabio Di Stasio PackageName: Antares PackageUrl: https://github.com/Fabio286/antares @@ -16,14 +16,16 @@ LicenseUrl: https://raw.githubusercontent.com/Fabio286/antares/master/LICENSE Copyright: Copyright (c) 2020 Fabio Di Stasio CopyrightUrl: https://raw.githubusercontent.com/Fabio286/antares/master/LICENSE ShortDescription: A modern, fast and productivity driven SQL client with a focus in UX. -# Description: +# Description: Moniker: antares Tags: - cross-platform - database - sql -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/antares-sql/antares/releases/tag/v0.5.5 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fabio286/antares/0.5.5/Fabio286.antares.yaml b/manifests/f/Fabio286/antares/0.5.5/Fabio286.antares.yaml index ef53ee1f02752..d76c56dd9c329 100644 --- a/manifests/f/Fabio286/antares/0.5.5/Fabio286.antares.yaml +++ b/manifests/f/Fabio286/antares/0.5.5/Fabio286.antares.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: Fabio286.antares PackageVersion: 0.5.5 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fabio286/antares/0.5.6/Fabio286.antares.installer.yaml b/manifests/f/Fabio286/antares/0.5.6/Fabio286.antares.installer.yaml index 4943ffd5ffbc5..9407c467282c1 100644 --- a/manifests/f/Fabio286/antares/0.5.6/Fabio286.antares.installer.yaml +++ b/manifests/f/Fabio286/antares/0.5.6/Fabio286.antares.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: Fabio286.antares PackageVersion: 0.5.6 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://github.com/antares-sql/antares/releases/download/v0.5.6/Antares-0.5.6-win_x64.exe InstallerSha256: ED7CFCB0D25C0E640086B81F5962C32F1E2D5DD06440F844CA7C6028EED51E2C ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fabio286/antares/0.5.6/Fabio286.antares.locale.en-US.yaml b/manifests/f/Fabio286/antares/0.5.6/Fabio286.antares.locale.en-US.yaml index 42a0413cf980f..f89c9552a165b 100644 --- a/manifests/f/Fabio286/antares/0.5.6/Fabio286.antares.locale.en-US.yaml +++ b/manifests/f/Fabio286/antares/0.5.6/Fabio286.antares.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: Fabio286.antares PackageVersion: 0.5.6 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Fabio Di Stasio PublisherUrl: https://github.com/Fabio286/antares PublisherSupportUrl: https://github.com/Fabio286/antares/issues -# PrivacyUrl: +# PrivacyUrl: Author: Fabio Di Stasio PackageName: Antares PackageUrl: https://github.com/Fabio286/antares @@ -16,14 +16,16 @@ LicenseUrl: https://raw.githubusercontent.com/Fabio286/antares/master/LICENSE Copyright: Copyright (c) 2020 Fabio Di Stasio CopyrightUrl: https://raw.githubusercontent.com/Fabio286/antares/master/LICENSE ShortDescription: A modern, fast and productivity driven SQL client with a focus in UX. -# Description: +# Description: Moniker: antares Tags: - cross-platform - database - sql -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/antares-sql/antares/releases/tag/v0.5.6 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fabio286/antares/0.5.6/Fabio286.antares.yaml b/manifests/f/Fabio286/antares/0.5.6/Fabio286.antares.yaml index d147f2189fdc5..6bd831c34ed8b 100644 --- a/manifests/f/Fabio286/antares/0.5.6/Fabio286.antares.yaml +++ b/manifests/f/Fabio286/antares/0.5.6/Fabio286.antares.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: Fabio286.antares PackageVersion: 0.5.6 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fabio286/antares/0.5.7/Fabio286.antares.installer.yaml b/manifests/f/Fabio286/antares/0.5.7/Fabio286.antares.installer.yaml index f0ec8f2019869..3aeebb4af343d 100644 --- a/manifests/f/Fabio286/antares/0.5.7/Fabio286.antares.installer.yaml +++ b/manifests/f/Fabio286/antares/0.5.7/Fabio286.antares.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: Fabio286.antares PackageVersion: 0.5.7 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://github.com/antares-sql/antares/releases/download/v0.5.7/Antares-0.5.7-win_x64.exe InstallerSha256: 773916203D5464671C5F0FD730CC4A507B2C9DEE261E5C1CB9172893FFAD3773 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fabio286/antares/0.5.7/Fabio286.antares.locale.en-US.yaml b/manifests/f/Fabio286/antares/0.5.7/Fabio286.antares.locale.en-US.yaml index ee037739311c0..921cc26a004e7 100644 --- a/manifests/f/Fabio286/antares/0.5.7/Fabio286.antares.locale.en-US.yaml +++ b/manifests/f/Fabio286/antares/0.5.7/Fabio286.antares.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: Fabio286.antares PackageVersion: 0.5.7 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Fabio Di Stasio PublisherUrl: https://github.com/Fabio286/antares PublisherSupportUrl: https://github.com/Fabio286/antares/issues -# PrivacyUrl: +# PrivacyUrl: Author: Fabio Di Stasio PackageName: Antares PackageUrl: https://github.com/Fabio286/antares @@ -16,14 +16,16 @@ LicenseUrl: https://raw.githubusercontent.com/Fabio286/antares/master/LICENSE Copyright: Copyright (c) 2020 Fabio Di Stasio CopyrightUrl: https://raw.githubusercontent.com/Fabio286/antares/master/LICENSE ShortDescription: A modern, fast and productivity driven SQL client with a focus in UX. -# Description: +# Description: Moniker: antares Tags: - cross-platform - database - sql -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/antares-sql/antares/releases/tag/v0.5.7 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fabio286/antares/0.5.7/Fabio286.antares.yaml b/manifests/f/Fabio286/antares/0.5.7/Fabio286.antares.yaml index 5686ba9441750..6e657823f9d76 100644 --- a/manifests/f/Fabio286/antares/0.5.7/Fabio286.antares.yaml +++ b/manifests/f/Fabio286/antares/0.5.7/Fabio286.antares.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: Fabio286.antares PackageVersion: 0.5.7 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fabio286/antares/0.5.8/Fabio286.antares.installer.yaml b/manifests/f/Fabio286/antares/0.5.8/Fabio286.antares.installer.yaml index 18f68d9563321..507d1d2c1b6d8 100644 --- a/manifests/f/Fabio286/antares/0.5.8/Fabio286.antares.installer.yaml +++ b/manifests/f/Fabio286/antares/0.5.8/Fabio286.antares.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: Fabio286.antares PackageVersion: 0.5.8 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://github.com/antares-sql/antares/releases/download/v0.5.8/Antares-0.5.8-win_x64.exe InstallerSha256: 2C3687FD8521E5CCE76370B1A09ED9131F25804B09ACD3F54DB85FDA5D305859 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fabio286/antares/0.5.8/Fabio286.antares.locale.en-US.yaml b/manifests/f/Fabio286/antares/0.5.8/Fabio286.antares.locale.en-US.yaml index afa03cf0ed959..6f8830c05b9ad 100644 --- a/manifests/f/Fabio286/antares/0.5.8/Fabio286.antares.locale.en-US.yaml +++ b/manifests/f/Fabio286/antares/0.5.8/Fabio286.antares.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: Fabio286.antares PackageVersion: 0.5.8 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Fabio Di Stasio PublisherUrl: https://github.com/Fabio286/antares PublisherSupportUrl: https://github.com/Fabio286/antares/issues -# PrivacyUrl: +# PrivacyUrl: Author: Fabio Di Stasio PackageName: Antares PackageUrl: https://github.com/Fabio286/antares @@ -16,14 +16,16 @@ LicenseUrl: https://raw.githubusercontent.com/Fabio286/antares/master/LICENSE Copyright: Copyright (c) 2020 Fabio Di Stasio CopyrightUrl: https://raw.githubusercontent.com/Fabio286/antares/master/LICENSE ShortDescription: A modern, fast and productivity driven SQL client with a focus in UX. -# Description: +# Description: Moniker: antares Tags: - cross-platform - database - sql -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/antares-sql/antares/releases/tag/v0.5.8 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fabio286/antares/0.5.8/Fabio286.antares.yaml b/manifests/f/Fabio286/antares/0.5.8/Fabio286.antares.yaml index ecc82115b079f..cd44b0e9b1792 100644 --- a/manifests/f/Fabio286/antares/0.5.8/Fabio286.antares.yaml +++ b/manifests/f/Fabio286/antares/0.5.8/Fabio286.antares.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: Fabio286.antares PackageVersion: 0.5.8 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fabio286/antares/0.5.9/Fabio286.antares.installer.yaml b/manifests/f/Fabio286/antares/0.5.9/Fabio286.antares.installer.yaml index 3c51d90f83564..7a69e4d24f133 100644 --- a/manifests/f/Fabio286/antares/0.5.9/Fabio286.antares.installer.yaml +++ b/manifests/f/Fabio286/antares/0.5.9/Fabio286.antares.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: Fabio286.antares PackageVersion: 0.5.9 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://github.com/antares-sql/antares/releases/download/v0.5.9/Antares-0.5.9-win_x64.exe InstallerSha256: 5E9725554E58C09BEE6ABC7298AECF36F88E07ED8828C5B20AD4B3FF04D4C576 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fabio286/antares/0.5.9/Fabio286.antares.locale.en-US.yaml b/manifests/f/Fabio286/antares/0.5.9/Fabio286.antares.locale.en-US.yaml index 501f338ae4de2..3ddb9a69fd7e9 100644 --- a/manifests/f/Fabio286/antares/0.5.9/Fabio286.antares.locale.en-US.yaml +++ b/manifests/f/Fabio286/antares/0.5.9/Fabio286.antares.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: Fabio286.antares PackageVersion: 0.5.9 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Fabio Di Stasio PublisherUrl: https://github.com/Fabio286/antares PublisherSupportUrl: https://github.com/Fabio286/antares/issues -# PrivacyUrl: +# PrivacyUrl: Author: Fabio Di Stasio PackageName: Antares PackageUrl: https://github.com/Fabio286/antares @@ -16,14 +16,16 @@ LicenseUrl: https://raw.githubusercontent.com/Fabio286/antares/master/LICENSE Copyright: Copyright (c) 2020 Fabio Di Stasio CopyrightUrl: https://raw.githubusercontent.com/Fabio286/antares/master/LICENSE ShortDescription: A modern, fast and productivity driven SQL client with a focus in UX. -# Description: +# Description: Moniker: antares Tags: - cross-platform - database - sql -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/antares-sql/antares/releases/tag/v0.5.9 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fabio286/antares/0.5.9/Fabio286.antares.yaml b/manifests/f/Fabio286/antares/0.5.9/Fabio286.antares.yaml index 3490db163dc21..d9e5db7d47885 100644 --- a/manifests/f/Fabio286/antares/0.5.9/Fabio286.antares.yaml +++ b/manifests/f/Fabio286/antares/0.5.9/Fabio286.antares.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: Fabio286.antares PackageVersion: 0.5.9 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fabio286/antares/0.6.0/Fabio286.antares.installer.yaml b/manifests/f/Fabio286/antares/0.6.0/Fabio286.antares.installer.yaml index c1f2551f74e1a..5a87fbc4b37b0 100644 --- a/manifests/f/Fabio286/antares/0.6.0/Fabio286.antares.installer.yaml +++ b/manifests/f/Fabio286/antares/0.6.0/Fabio286.antares.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: Fabio286.antares PackageVersion: 0.6.0 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://github.com/antares-sql/antares/releases/download/v0.6.0/Antares-0.6.0-win_x64.exe InstallerSha256: E426FD1432CBEBE0F69F485F6033A8EB83485A6CDCF731415386185E7CC6D6F7 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fabio286/antares/0.6.0/Fabio286.antares.locale.en-US.yaml b/manifests/f/Fabio286/antares/0.6.0/Fabio286.antares.locale.en-US.yaml index ca00e945890c0..aeeebc5b746ef 100644 --- a/manifests/f/Fabio286/antares/0.6.0/Fabio286.antares.locale.en-US.yaml +++ b/manifests/f/Fabio286/antares/0.6.0/Fabio286.antares.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: Fabio286.antares PackageVersion: 0.6.0 @@ -22,11 +22,10 @@ Tags: - cross-platform - database - sql -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://github.com/antares-sql/antares/releases/tag/v0.6.0 # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fabio286/antares/0.6.0/Fabio286.antares.yaml b/manifests/f/Fabio286/antares/0.6.0/Fabio286.antares.yaml index d1b89514a2f71..d94b7aa98d6eb 100644 --- a/manifests/f/Fabio286/antares/0.6.0/Fabio286.antares.yaml +++ b/manifests/f/Fabio286/antares/0.6.0/Fabio286.antares.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: Fabio286.antares PackageVersion: 0.6.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fabio286/antares/0.7.0/Fabio286.antares.installer.yaml b/manifests/f/Fabio286/antares/0.7.0/Fabio286.antares.installer.yaml index 563620f883fc0..5b4018ff2feb2 100644 --- a/manifests/f/Fabio286/antares/0.7.0/Fabio286.antares.installer.yaml +++ b/manifests/f/Fabio286/antares/0.7.0/Fabio286.antares.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: Fabio286.antares PackageVersion: 0.7.0 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://github.com/antares-sql/antares/releases/download/v0.7.0/Antares-0.7.0-win_x64.exe InstallerSha256: 5FCE040901A3578A0F3AC403975D7CCFB017916C5DD36F1A49F505A004E6AF09 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fabio286/antares/0.7.0/Fabio286.antares.locale.en-US.yaml b/manifests/f/Fabio286/antares/0.7.0/Fabio286.antares.locale.en-US.yaml index ead869110a498..daebd09201f53 100644 --- a/manifests/f/Fabio286/antares/0.7.0/Fabio286.antares.locale.en-US.yaml +++ b/manifests/f/Fabio286/antares/0.7.0/Fabio286.antares.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: Fabio286.antares PackageVersion: 0.7.0 @@ -22,11 +22,10 @@ Tags: - cross-platform - database - sql -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://github.com/antares-sql/antares/releases/tag/v0.7.0 # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fabio286/antares/0.7.0/Fabio286.antares.yaml b/manifests/f/Fabio286/antares/0.7.0/Fabio286.antares.yaml index d03f3ec3d8854..20a6ff8b93305 100644 --- a/manifests/f/Fabio286/antares/0.7.0/Fabio286.antares.yaml +++ b/manifests/f/Fabio286/antares/0.7.0/Fabio286.antares.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: Fabio286.antares PackageVersion: 0.7.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fabio286/antares/0.7.1/Fabio286.antares.installer.yaml b/manifests/f/Fabio286/antares/0.7.1/Fabio286.antares.installer.yaml index c7dfdf34d424a..7cd9dc3c3b1e4 100644 --- a/manifests/f/Fabio286/antares/0.7.1/Fabio286.antares.installer.yaml +++ b/manifests/f/Fabio286/antares/0.7.1/Fabio286.antares.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: Fabio286.antares PackageVersion: 0.7.1 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://github.com/antares-sql/antares/releases/download/v0.7.1/Antares-0.7.1-win.exe InstallerSha256: D1BC47E625044D54DE06C56112D902085EFBBD5B017832E7D2328E572FB5BDFA ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fabio286/antares/0.7.1/Fabio286.antares.locale.en-US.yaml b/manifests/f/Fabio286/antares/0.7.1/Fabio286.antares.locale.en-US.yaml index df9906064c812..17f74f562315b 100644 --- a/manifests/f/Fabio286/antares/0.7.1/Fabio286.antares.locale.en-US.yaml +++ b/manifests/f/Fabio286/antares/0.7.1/Fabio286.antares.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: Fabio286.antares PackageVersion: 0.7.1 @@ -22,11 +22,10 @@ Tags: - cross-platform - database - sql -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://github.com/antares-sql/antares/releases/tag/v0.7.1 # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fabio286/antares/0.7.1/Fabio286.antares.yaml b/manifests/f/Fabio286/antares/0.7.1/Fabio286.antares.yaml index 4b2f559ff4437..402d0859018d6 100644 --- a/manifests/f/Fabio286/antares/0.7.1/Fabio286.antares.yaml +++ b/manifests/f/Fabio286/antares/0.7.1/Fabio286.antares.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: Fabio286.antares PackageVersion: 0.7.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fabio286/antares/0.7.11/Fabio286.antares.installer.yaml b/manifests/f/Fabio286/antares/0.7.11/Fabio286.antares.installer.yaml index ab793e464910c..31c00d3167cc8 100644 --- a/manifests/f/Fabio286/antares/0.7.11/Fabio286.antares.installer.yaml +++ b/manifests/f/Fabio286/antares/0.7.11/Fabio286.antares.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: Fabio286.antares PackageVersion: 0.7.11 @@ -16,4 +16,4 @@ Installers: InstallerUrl: https://github.com/antares-sql/antares/releases/download/v0.7.11/Antares-0.7.11-win.exe InstallerSha256: 1C5FC3A30222CF9C187D5444F82F3108EE0737DB39D3AC6D580C2F0B62DDC709 ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fabio286/antares/0.7.11/Fabio286.antares.locale.en-US.yaml b/manifests/f/Fabio286/antares/0.7.11/Fabio286.antares.locale.en-US.yaml index 1b6e225a2eee7..2c746b61b1aec 100644 --- a/manifests/f/Fabio286/antares/0.7.11/Fabio286.antares.locale.en-US.yaml +++ b/manifests/f/Fabio286/antares/0.7.11/Fabio286.antares.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: Fabio286.antares PackageVersion: 0.7.11 @@ -7,6 +7,7 @@ PackageLocale: en-US Publisher: Fabio Di Stasio PublisherUrl: https://github.com/Fabio286/antares PublisherSupportUrl: https://github.com/Fabio286/antares/issues +# PrivacyUrl: Author: Fabio Di Stasio PackageName: Antares PackageUrl: https://github.com/Fabio286/antares @@ -15,6 +16,7 @@ LicenseUrl: https://raw.githubusercontent.com/Fabio286/antares/master/LICENSE Copyright: Copyright (c) 2020 Fabio Di Stasio CopyrightUrl: https://raw.githubusercontent.com/Fabio286/antares/master/LICENSE ShortDescription: A modern, fast and productivity driven SQL client with a focus in UX. +# Description: Moniker: antares Tags: - cross-platform @@ -29,5 +31,8 @@ ReleaseNotes: |- - Unique keys not recognized in table settings on some MariaDB versions (4461998) - Weird behavior in some text area (22bdaac) ReleaseNotesUrl: https://github.com/antares-sql/antares/releases/tag/v0.7.11 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fabio286/antares/0.7.11/Fabio286.antares.yaml b/manifests/f/Fabio286/antares/0.7.11/Fabio286.antares.yaml index 42fee76e47159..166116107f9a8 100644 --- a/manifests/f/Fabio286/antares/0.7.11/Fabio286.antares.yaml +++ b/manifests/f/Fabio286/antares/0.7.11/Fabio286.antares.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: Fabio286.antares PackageVersion: 0.7.11 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fabio286/antares/0.7.14/Fabio286.antares.installer.yaml b/manifests/f/Fabio286/antares/0.7.14/Fabio286.antares.installer.yaml index 7949204d35026..1d469d0d85b44 100644 --- a/manifests/f/Fabio286/antares/0.7.14/Fabio286.antares.installer.yaml +++ b/manifests/f/Fabio286/antares/0.7.14/Fabio286.antares.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: Fabio286.antares PackageVersion: 0.7.14 @@ -16,4 +16,4 @@ Installers: InstallerUrl: https://github.com/antares-sql/antares/releases/download/v0.7.14/Antares-0.7.14-win.exe InstallerSha256: FBCF79ADD1E5A79472756468192B26FF364CE0132167C24FFD9E92D7B80BF997 ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fabio286/antares/0.7.14/Fabio286.antares.locale.en-US.yaml b/manifests/f/Fabio286/antares/0.7.14/Fabio286.antares.locale.en-US.yaml index c188ea879a218..d827de649cfcd 100644 --- a/manifests/f/Fabio286/antares/0.7.14/Fabio286.antares.locale.en-US.yaml +++ b/manifests/f/Fabio286/antares/0.7.14/Fabio286.antares.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: Fabio286.antares PackageVersion: 0.7.14 @@ -7,6 +7,7 @@ PackageLocale: en-US Publisher: Fabio Di Stasio PublisherUrl: https://github.com/Fabio286/antares PublisherSupportUrl: https://github.com/Fabio286/antares/issues +# PrivacyUrl: Author: Fabio Di Stasio PackageName: Antares PackageUrl: https://github.com/Fabio286/antares @@ -15,6 +16,7 @@ LicenseUrl: https://raw.githubusercontent.com/Fabio286/antares/master/LICENSE Copyright: Copyright (c) 2020 Fabio Di Stasio CopyrightUrl: https://raw.githubusercontent.com/Fabio286/antares/master/LICENSE ShortDescription: A modern, fast and productivity driven SQL client with a focus in UX. +# Description: Moniker: antares Tags: - cross-platform @@ -32,5 +34,8 @@ ReleaseNotes: |- - PostgreSQL: Unable to connect to database, fixes #614 (e808b86) - Unable to copy as sql inserts with BIT fileds, fixes #613 (6e01f0f) ReleaseNotesUrl: https://github.com/antares-sql/antares/releases/tag/v0.7.14 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fabio286/antares/0.7.14/Fabio286.antares.yaml b/manifests/f/Fabio286/antares/0.7.14/Fabio286.antares.yaml index 17105f54ee892..04a4cba55a100 100644 --- a/manifests/f/Fabio286/antares/0.7.14/Fabio286.antares.yaml +++ b/manifests/f/Fabio286/antares/0.7.14/Fabio286.antares.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: Fabio286.antares PackageVersion: 0.7.14 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fabio286/antares/0.7.15/Fabio286.antares.installer.yaml b/manifests/f/Fabio286/antares/0.7.15/Fabio286.antares.installer.yaml index 709b72206b6d2..ba4343a3bc583 100644 --- a/manifests/f/Fabio286/antares/0.7.15/Fabio286.antares.installer.yaml +++ b/manifests/f/Fabio286/antares/0.7.15/Fabio286.antares.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: Fabio286.antares PackageVersion: 0.7.15 @@ -16,4 +16,4 @@ Installers: InstallerUrl: https://github.com/antares-sql/antares/releases/download/v0.7.15/Antares-0.7.15-win.exe InstallerSha256: A6A761229511B60DC3AA67E18ADC5991EF4C332D2D90C59A7EAF302E1205951D ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fabio286/antares/0.7.15/Fabio286.antares.locale.en-US.yaml b/manifests/f/Fabio286/antares/0.7.15/Fabio286.antares.locale.en-US.yaml index f152fc1502b8c..76509b1f29a24 100644 --- a/manifests/f/Fabio286/antares/0.7.15/Fabio286.antares.locale.en-US.yaml +++ b/manifests/f/Fabio286/antares/0.7.15/Fabio286.antares.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: Fabio286.antares PackageVersion: 0.7.15 @@ -7,6 +7,7 @@ PackageLocale: en-US Publisher: Fabio Di Stasio PublisherUrl: https://github.com/Fabio286/antares PublisherSupportUrl: https://github.com/Fabio286/antares/issues +# PrivacyUrl: Author: Fabio Di Stasio PackageName: Antares PackageUrl: https://github.com/Fabio286/antares @@ -15,6 +16,7 @@ LicenseUrl: https://raw.githubusercontent.com/Fabio286/antares/master/LICENSE Copyright: Copyright (c) 2020 Fabio Di Stasio CopyrightUrl: https://raw.githubusercontent.com/Fabio286/antares/master/LICENSE ShortDescription: A modern, fast and productivity driven SQL client with a focus in UX. +# Description: Moniker: antares Tags: - cross-platform @@ -28,5 +30,8 @@ ReleaseNotes: |- - MySQL: Error inserting new fields with some MySQL configurations, fixes #360 (51b1419) - MySQL: Unable to set more than one value in SET fields (7c820b1) ReleaseNotesUrl: https://github.com/antares-sql/antares/releases/tag/v0.7.15 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fabio286/antares/0.7.15/Fabio286.antares.yaml b/manifests/f/Fabio286/antares/0.7.15/Fabio286.antares.yaml index 097c2f725c1cd..bc9a107cf5684 100644 --- a/manifests/f/Fabio286/antares/0.7.15/Fabio286.antares.yaml +++ b/manifests/f/Fabio286/antares/0.7.15/Fabio286.antares.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: Fabio286.antares PackageVersion: 0.7.15 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fabio286/antares/0.7.16/Fabio286.antares.installer.yaml b/manifests/f/Fabio286/antares/0.7.16/Fabio286.antares.installer.yaml index 0e95934742234..700fbfb89b5d1 100644 --- a/manifests/f/Fabio286/antares/0.7.16/Fabio286.antares.installer.yaml +++ b/manifests/f/Fabio286/antares/0.7.16/Fabio286.antares.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: Fabio286.antares PackageVersion: 0.7.16 @@ -16,4 +16,4 @@ Installers: InstallerUrl: https://github.com/antares-sql/antares/releases/download/v0.7.16/Antares-0.7.16-win.exe InstallerSha256: CB22BF4578A8A208E5669C86CAF0378399516681A9445305AB159026F6B6946A ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fabio286/antares/0.7.16/Fabio286.antares.locale.en-US.yaml b/manifests/f/Fabio286/antares/0.7.16/Fabio286.antares.locale.en-US.yaml index cf119d99f6bdf..2ac7c69b9163e 100644 --- a/manifests/f/Fabio286/antares/0.7.16/Fabio286.antares.locale.en-US.yaml +++ b/manifests/f/Fabio286/antares/0.7.16/Fabio286.antares.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: Fabio286.antares PackageVersion: 0.7.16 @@ -7,6 +7,7 @@ PackageLocale: en-US Publisher: Fabio Di Stasio PublisherUrl: https://github.com/Fabio286/antares PublisherSupportUrl: https://github.com/Fabio286/antares/issues +# PrivacyUrl: Author: Fabio Di Stasio PackageName: Antares PackageUrl: https://github.com/Fabio286/antares @@ -15,6 +16,7 @@ LicenseUrl: https://raw.githubusercontent.com/Fabio286/antares/master/LICENSE Copyright: Copyright (c) 2020 Fabio Di Stasio CopyrightUrl: https://raw.githubusercontent.com/Fabio286/antares/master/LICENSE ShortDescription: A modern, fast and productivity driven SQL client with a focus in UX. +# Description: Moniker: antares Tags: - cross-platform @@ -34,5 +36,8 @@ ReleaseNotes: |- - SQLite: Improved view body parsing (832aa75) - MySQL: Missing error details on mysql importer with some exceptions (7b1cb4f) ReleaseNotesUrl: https://github.com/antares-sql/antares/releases/tag/v0.7.16 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fabio286/antares/0.7.16/Fabio286.antares.yaml b/manifests/f/Fabio286/antares/0.7.16/Fabio286.antares.yaml index cf4b182d70187..6830798d37f54 100644 --- a/manifests/f/Fabio286/antares/0.7.16/Fabio286.antares.yaml +++ b/manifests/f/Fabio286/antares/0.7.16/Fabio286.antares.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: Fabio286.antares PackageVersion: 0.7.16 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fabio286/antares/0.7.17/Fabio286.antares.installer.yaml b/manifests/f/Fabio286/antares/0.7.17/Fabio286.antares.installer.yaml index 43b626f80b64f..395bb02a31097 100644 --- a/manifests/f/Fabio286/antares/0.7.17/Fabio286.antares.installer.yaml +++ b/manifests/f/Fabio286/antares/0.7.17/Fabio286.antares.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: Fabio286.antares PackageVersion: 0.7.17 @@ -16,4 +16,4 @@ Installers: InstallerUrl: https://github.com/antares-sql/antares/releases/download/v0.7.17/Antares-0.7.17-win.exe InstallerSha256: B19C546F9870FD81027978A70E58576AFBD098DA2790DCA09EAD26B986F8F52D ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fabio286/antares/0.7.17/Fabio286.antares.locale.en-US.yaml b/manifests/f/Fabio286/antares/0.7.17/Fabio286.antares.locale.en-US.yaml index 4505213d21ce8..15d447e340376 100644 --- a/manifests/f/Fabio286/antares/0.7.17/Fabio286.antares.locale.en-US.yaml +++ b/manifests/f/Fabio286/antares/0.7.17/Fabio286.antares.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: Fabio286.antares PackageVersion: 0.7.17 @@ -7,6 +7,7 @@ PackageLocale: en-US Publisher: Fabio Di Stasio PublisherUrl: https://github.com/Fabio286/antares PublisherSupportUrl: https://github.com/Fabio286/antares/issues +# PrivacyUrl: Author: Fabio Di Stasio PackageName: Antares PackageUrl: https://github.com/Fabio286/antares @@ -15,6 +16,7 @@ LicenseUrl: https://raw.githubusercontent.com/Fabio286/antares/master/LICENSE Copyright: Copyright (c) 2020 Fabio Di Stasio CopyrightUrl: https://raw.githubusercontent.com/Fabio286/antares/master/LICENSE ShortDescription: A modern, fast and productivity driven SQL client with a focus in UX. +# Description: Moniker: antares Tags: - cross-platform @@ -37,5 +39,8 @@ ReleaseNotes: |- - Improved ipc validation on Linux (9de5f67) - Migration from font icons to svg icons (e7bec0a) ReleaseNotesUrl: https://github.com/antares-sql/antares/releases/tag/v0.7.17 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fabio286/antares/0.7.17/Fabio286.antares.yaml b/manifests/f/Fabio286/antares/0.7.17/Fabio286.antares.yaml index 393d50f7fee18..13c2881647ada 100644 --- a/manifests/f/Fabio286/antares/0.7.17/Fabio286.antares.yaml +++ b/manifests/f/Fabio286/antares/0.7.17/Fabio286.antares.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: Fabio286.antares PackageVersion: 0.7.17 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fabio286/antares/0.7.2/Fabio286.antares.installer.yaml b/manifests/f/Fabio286/antares/0.7.2/Fabio286.antares.installer.yaml index 43ea6d7957c23..2aabf9f364c72 100644 --- a/manifests/f/Fabio286/antares/0.7.2/Fabio286.antares.installer.yaml +++ b/manifests/f/Fabio286/antares/0.7.2/Fabio286.antares.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: Fabio286.antares PackageVersion: 0.7.2 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://github.com/antares-sql/antares/releases/download/v0.7.2/Antares-0.7.2-win.exe InstallerSha256: 0037B9B541BBE231DF13CF175B4E65BBC8B56D9173DD95A1874F0B44D2C36A10 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fabio286/antares/0.7.2/Fabio286.antares.locale.en-US.yaml b/manifests/f/Fabio286/antares/0.7.2/Fabio286.antares.locale.en-US.yaml index acac5b61ff2c3..0d5f6cb65f33e 100644 --- a/manifests/f/Fabio286/antares/0.7.2/Fabio286.antares.locale.en-US.yaml +++ b/manifests/f/Fabio286/antares/0.7.2/Fabio286.antares.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: Fabio286.antares PackageVersion: 0.7.2 @@ -22,11 +22,10 @@ Tags: - cross-platform - database - sql -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://github.com/antares-sql/antares/releases/tag/v0.7.2 # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fabio286/antares/0.7.2/Fabio286.antares.yaml b/manifests/f/Fabio286/antares/0.7.2/Fabio286.antares.yaml index 7f1df6cedd2d8..735789c752766 100644 --- a/manifests/f/Fabio286/antares/0.7.2/Fabio286.antares.yaml +++ b/manifests/f/Fabio286/antares/0.7.2/Fabio286.antares.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: Fabio286.antares PackageVersion: 0.7.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fabio286/antares/0.7.20/Fabio286.antares.installer.yaml b/manifests/f/Fabio286/antares/0.7.20/Fabio286.antares.installer.yaml index 31eed12362224..311ca62fe960a 100644 --- a/manifests/f/Fabio286/antares/0.7.20/Fabio286.antares.installer.yaml +++ b/manifests/f/Fabio286/antares/0.7.20/Fabio286.antares.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: Fabio286.antares PackageVersion: 0.7.20 @@ -16,4 +16,4 @@ Installers: InstallerUrl: https://github.com/antares-sql/antares/releases/download/v0.7.20/Antares-0.7.20-win_x64.exe InstallerSha256: 6887A51318697EDB07B7F957CF76BC8D3E2584FC0349EE21E214C64CC2C76D28 ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fabio286/antares/0.7.20/Fabio286.antares.locale.en-US.yaml b/manifests/f/Fabio286/antares/0.7.20/Fabio286.antares.locale.en-US.yaml index 6a34f2aae910f..0833fd00ca2f6 100644 --- a/manifests/f/Fabio286/antares/0.7.20/Fabio286.antares.locale.en-US.yaml +++ b/manifests/f/Fabio286/antares/0.7.20/Fabio286.antares.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: Fabio286.antares PackageVersion: 0.7.20 @@ -7,6 +7,7 @@ PackageLocale: en-US Publisher: Fabio Di Stasio PublisherUrl: https://github.com/Fabio286/antares PublisherSupportUrl: https://github.com/Fabio286/antares/issues +# PrivacyUrl: Author: Fabio Di Stasio PackageName: Antares PackageUrl: https://github.com/Fabio286/antares @@ -15,6 +16,7 @@ LicenseUrl: https://raw.githubusercontent.com/Fabio286/antares/master/LICENSE Copyright: Copyright (c) 2020 Fabio Di Stasio CopyrightUrl: https://raw.githubusercontent.com/Fabio286/antares/master/LICENSE ShortDescription: A modern, fast and productivity driven SQL client with a focus in UX. +# Description: Moniker: antares Tags: - cross-platform @@ -32,5 +34,8 @@ ReleaseNotes: |- - Flatpak: import/export schema not working (e26809f) - Windows:: fixed issue with unauthorized process error ReleaseNotesUrl: https://github.com/antares-sql/antares/releases/tag/v0.7.20 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fabio286/antares/0.7.20/Fabio286.antares.yaml b/manifests/f/Fabio286/antares/0.7.20/Fabio286.antares.yaml index 87d1af03ca6cf..7e39ba83f1a3f 100644 --- a/manifests/f/Fabio286/antares/0.7.20/Fabio286.antares.yaml +++ b/manifests/f/Fabio286/antares/0.7.20/Fabio286.antares.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: Fabio286.antares PackageVersion: 0.7.20 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fabio286/antares/0.7.21/Fabio286.antares.installer.yaml b/manifests/f/Fabio286/antares/0.7.21/Fabio286.antares.installer.yaml index 7e500f6710bb5..8a125f6e69798 100644 --- a/manifests/f/Fabio286/antares/0.7.21/Fabio286.antares.installer.yaml +++ b/manifests/f/Fabio286/antares/0.7.21/Fabio286.antares.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: Fabio286.antares PackageVersion: 0.7.21 -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/antares-sql/antares/releases/download/v0.7.21/Antares-0.7.21-win_x64.exe - InstallerSha256: 1fdf4c2305280c108dffbe91aa7f3142e949339501956f694a1b1f0159ccc499 -ManifestType: installer -ManifestVersion: 1.5.0 Platform: - Windows.Desktop InstallerType: nullsoft @@ -17,4 +10,10 @@ Scope: user InstallModes: - silent UpgradeBehavior: install -ReleaseDate: "2024-01-13" +ReleaseDate: 2024-01-13 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/antares-sql/antares/releases/download/v0.7.21/Antares-0.7.21-win_x64.exe + InstallerSha256: 1FDF4C2305280C108DFFBE91AA7F3142E949339501956F694A1B1F0159CCC499 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fabio286/antares/0.7.21/Fabio286.antares.locale.en-US.yaml b/manifests/f/Fabio286/antares/0.7.21/Fabio286.antares.locale.en-US.yaml index 404965211b33c..400abdb34b5ef 100644 --- a/manifests/f/Fabio286/antares/0.7.21/Fabio286.antares.locale.en-US.yaml +++ b/manifests/f/Fabio286/antares/0.7.21/Fabio286.antares.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: Fabio286.antares PackageVersion: 0.7.21 @@ -8,6 +7,7 @@ PackageLocale: en-US Publisher: Fabio Di Stasio PublisherUrl: https://github.com/Fabio286/antares PublisherSupportUrl: https://github.com/Fabio286/antares/issues +# PrivacyUrl: Author: Fabio Di Stasio PackageName: Antares PackageUrl: https://github.com/Fabio286/antares @@ -16,11 +16,16 @@ LicenseUrl: https://raw.githubusercontent.com/Fabio286/antares/master/LICENSE Copyright: Copyright (c) 2020 Fabio Di Stasio CopyrightUrl: https://raw.githubusercontent.com/Fabio286/antares/master/LICENSE ShortDescription: A modern, fast and productivity driven SQL client with a focus in UX. +# Description: Moniker: antares Tags: - cross-platform - database - sql -ManifestType: defaultLocale -ManifestVersion: 1.5.0 +# ReleaseNotes: ReleaseNotesUrl: https://github.com/antares-sql/antares/releases/tag/v0.7.21 +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fabio286/antares/0.7.21/Fabio286.antares.yaml b/manifests/f/Fabio286/antares/0.7.21/Fabio286.antares.yaml index 377e64cf3a97f..6923ec7f2ef99 100644 --- a/manifests/f/Fabio286/antares/0.7.21/Fabio286.antares.yaml +++ b/manifests/f/Fabio286/antares/0.7.21/Fabio286.antares.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: Fabio286.antares PackageVersion: 0.7.21 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fabio286/antares/0.7.22/Fabio286.antares.installer.yaml b/manifests/f/Fabio286/antares/0.7.22/Fabio286.antares.installer.yaml index dcf307f1aeefe..d59e11fde1a77 100644 --- a/manifests/f/Fabio286/antares/0.7.22/Fabio286.antares.installer.yaml +++ b/manifests/f/Fabio286/antares/0.7.22/Fabio286.antares.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: Fabio286.antares PackageVersion: 0.7.22 @@ -10,10 +10,10 @@ Scope: user InstallModes: - silent UpgradeBehavior: install +ReleaseDate: 2024-02-27 Installers: - Architecture: x64 InstallerUrl: https://github.com/antares-sql/antares/releases/download/v0.7.22/Antares-0.7.22-win_x64.exe InstallerSha256: FBA2F48CE700745A1F6313F430C146272CE03F8558178A22787A847D943D5FE0 ManifestType: installer -ManifestVersion: 1.6.0 -ReleaseDate: 2024-02-27 +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fabio286/antares/0.7.22/Fabio286.antares.locale.en-US.yaml b/manifests/f/Fabio286/antares/0.7.22/Fabio286.antares.locale.en-US.yaml index 7fe085c4b7cc3..51a16de1854d1 100644 --- a/manifests/f/Fabio286/antares/0.7.22/Fabio286.antares.locale.en-US.yaml +++ b/manifests/f/Fabio286/antares/0.7.22/Fabio286.antares.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: Fabio286.antares PackageVersion: 0.7.22 @@ -7,6 +7,7 @@ PackageLocale: en-US Publisher: Fabio Di Stasio PublisherUrl: https://github.com/Fabio286/antares PublisherSupportUrl: https://github.com/Fabio286/antares/issues +# PrivacyUrl: Author: Fabio Di Stasio PackageName: Antares PackageUrl: https://github.com/Fabio286/antares @@ -15,10 +16,16 @@ LicenseUrl: https://github.com/antares-sql/antares/blob/HEAD/LICENSE Copyright: Copyright (c) 2020 Fabio Di Stasio CopyrightUrl: https://raw.githubusercontent.com/Fabio286/antares/master/LICENSE ShortDescription: A modern, fast and productivity driven SQL client with a focus in UX. +# Description: Moniker: antares Tags: - cross-platform - database - sql +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fabio286/antares/0.7.22/Fabio286.antares.yaml b/manifests/f/Fabio286/antares/0.7.22/Fabio286.antares.yaml index e98fb0d552c39..12bb2157717f5 100644 --- a/manifests/f/Fabio286/antares/0.7.22/Fabio286.antares.yaml +++ b/manifests/f/Fabio286/antares/0.7.22/Fabio286.antares.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: Fabio286.antares PackageVersion: 0.7.22 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fabio286/antares/0.7.23/Fabio286.antares.installer.yaml b/manifests/f/Fabio286/antares/0.7.23/Fabio286.antares.installer.yaml index 6b8aa133f1779..5a8f0f9759909 100644 --- a/manifests/f/Fabio286/antares/0.7.23/Fabio286.antares.installer.yaml +++ b/manifests/f/Fabio286/antares/0.7.23/Fabio286.antares.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: Fabio286.antares PackageVersion: 0.7.23 @@ -10,10 +10,10 @@ Scope: user InstallModes: - silent UpgradeBehavior: install +ReleaseDate: 2024-04-08 Installers: - Architecture: x64 InstallerUrl: https://github.com/antares-sql/antares/releases/download/v0.7.23/Antares-0.7.23-win_x64.exe InstallerSha256: 953E968D4B1EC4F5A056935BFA840C8571AA37479B98C117FE375A1205505234 ManifestType: installer -ManifestVersion: 1.6.0 -ReleaseDate: 2024-04-08 +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fabio286/antares/0.7.23/Fabio286.antares.locale.en-US.yaml b/manifests/f/Fabio286/antares/0.7.23/Fabio286.antares.locale.en-US.yaml index 22c3990ce3611..e46569a008e76 100644 --- a/manifests/f/Fabio286/antares/0.7.23/Fabio286.antares.locale.en-US.yaml +++ b/manifests/f/Fabio286/antares/0.7.23/Fabio286.antares.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: Fabio286.antares PackageVersion: 0.7.23 @@ -7,6 +7,7 @@ PackageLocale: en-US Publisher: Fabio Di Stasio PublisherUrl: https://github.com/Fabio286/antares PublisherSupportUrl: https://github.com/Fabio286/antares/issues +# PrivacyUrl: Author: Fabio Di Stasio PackageName: Antares PackageUrl: https://github.com/Fabio286/antares @@ -15,10 +16,16 @@ LicenseUrl: https://github.com/antares-sql/antares/blob/HEAD/LICENSE Copyright: Copyright (c) 2020 Fabio Di Stasio CopyrightUrl: https://raw.githubusercontent.com/Fabio286/antares/master/LICENSE ShortDescription: A modern, fast and productivity driven SQL client with a focus in UX. +# Description: Moniker: antares Tags: - cross-platform - database - sql +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fabio286/antares/0.7.23/Fabio286.antares.yaml b/manifests/f/Fabio286/antares/0.7.23/Fabio286.antares.yaml index f1b3f052114ff..399e12d3a2a91 100644 --- a/manifests/f/Fabio286/antares/0.7.23/Fabio286.antares.yaml +++ b/manifests/f/Fabio286/antares/0.7.23/Fabio286.antares.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: Fabio286.antares PackageVersion: 0.7.23 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fabio286/antares/0.7.24/Fabio286.antares.installer.yaml b/manifests/f/Fabio286/antares/0.7.24/Fabio286.antares.installer.yaml index 19d43696df040..1648a67f1fb71 100644 --- a/manifests/f/Fabio286/antares/0.7.24/Fabio286.antares.installer.yaml +++ b/manifests/f/Fabio286/antares/0.7.24/Fabio286.antares.installer.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Updater 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: Fabio286.antares PackageVersion: 0.7.24 @@ -16,4 +16,4 @@ Installers: InstallerUrl: https://github.com/antares-sql/antares/releases/download/v0.7.24/Antares-0.7.24-win_x64.exe InstallerSha256: 93D1E0DF0F2E918EC1235E7917EC75BB664738A9FCEA933A5ABF4B023565699D ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fabio286/antares/0.7.24/Fabio286.antares.locale.en-US.yaml b/manifests/f/Fabio286/antares/0.7.24/Fabio286.antares.locale.en-US.yaml index 0c97d2468648f..19a8399d88772 100644 --- a/manifests/f/Fabio286/antares/0.7.24/Fabio286.antares.locale.en-US.yaml +++ b/manifests/f/Fabio286/antares/0.7.24/Fabio286.antares.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Updater 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: Fabio286.antares PackageVersion: 0.7.24 @@ -7,6 +7,7 @@ PackageLocale: en-US Publisher: Fabio Di Stasio PublisherUrl: https://github.com/Fabio286/antares PublisherSupportUrl: https://github.com/Fabio286/antares/issues +# PrivacyUrl: Author: Fabio Di Stasio PackageName: Antares PackageUrl: https://github.com/Fabio286/antares @@ -15,6 +16,7 @@ LicenseUrl: https://github.com/antares-sql/antares/blob/HEAD/LICENSE Copyright: Copyright (c) 2020 Fabio Di Stasio CopyrightUrl: https://raw.githubusercontent.com/Fabio286/antares/master/LICENSE ShortDescription: A modern, fast and productivity driven SQL client with a focus in UX. +# Description: Moniker: antares Tags: - cross-platform @@ -37,5 +39,8 @@ ReleaseNotes: |- Download Get it from the Snap Store Get it from AUR Get it from Microsoft Store ReleaseNotesUrl: https://github.com/antares-sql/antares/releases/tag/v0.7.24 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fabio286/antares/0.7.24/Fabio286.antares.yaml b/manifests/f/Fabio286/antares/0.7.24/Fabio286.antares.yaml index 291ce8fb59767..56a6489cdde54 100644 --- a/manifests/f/Fabio286/antares/0.7.24/Fabio286.antares.yaml +++ b/manifests/f/Fabio286/antares/0.7.24/Fabio286.antares.yaml @@ -1,8 +1,8 @@ -# Created with WinGet Updater 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: Fabio286.antares PackageVersion: 0.7.24 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fabio286/antares/0.7.25/Fabio286.antares.installer.yaml b/manifests/f/Fabio286/antares/0.7.25/Fabio286.antares.installer.yaml index 8420db3d1f196..a8ec58715f6eb 100644 --- a/manifests/f/Fabio286/antares/0.7.25/Fabio286.antares.installer.yaml +++ b/manifests/f/Fabio286/antares/0.7.25/Fabio286.antares.installer.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Updater using 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: Fabio286.antares PackageVersion: 0.7.25 @@ -16,4 +16,4 @@ Installers: InstallerUrl: https://github.com/antares-sql/antares/releases/download/v0.7.25/Antares-0.7.25-win_x64.exe InstallerSha256: 1AC7F3D6CA0A98D79819380A6163B3BDC4F566786A327601E40D89189C19E9E4 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fabio286/antares/0.7.25/Fabio286.antares.locale.en-US.yaml b/manifests/f/Fabio286/antares/0.7.25/Fabio286.antares.locale.en-US.yaml index 9d285bb8f8c65..db22614c5cc80 100644 --- a/manifests/f/Fabio286/antares/0.7.25/Fabio286.antares.locale.en-US.yaml +++ b/manifests/f/Fabio286/antares/0.7.25/Fabio286.antares.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Updater using 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: Fabio286.antares PackageVersion: 0.7.25 @@ -7,6 +7,7 @@ PackageLocale: en-US Publisher: Fabio Di Stasio PublisherUrl: https://github.com/Fabio286/antares PublisherSupportUrl: https://github.com/Fabio286/antares/issues +# PrivacyUrl: Author: Fabio Di Stasio PackageName: Antares PackageUrl: https://github.com/Fabio286/antares @@ -15,6 +16,7 @@ LicenseUrl: https://github.com/antares-sql/antares/blob/HEAD/LICENSE Copyright: Copyright (c) 2020 Fabio Di Stasio CopyrightUrl: https://raw.githubusercontent.com/Fabio286/antares/master/LICENSE ShortDescription: A modern, fast and productivity driven SQL client with a focus in UX. +# Description: Moniker: antares Tags: - cross-platform @@ -36,5 +38,8 @@ ReleaseNotes: |- Download Get it from the Snap Store Get it from AUR Get it from Microsoft Store ReleaseNotesUrl: https://github.com/antares-sql/antares/releases/tag/v0.7.25 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fabio286/antares/0.7.25/Fabio286.antares.yaml b/manifests/f/Fabio286/antares/0.7.25/Fabio286.antares.yaml index c34bdbaf6a724..f82529d7f537f 100644 --- a/manifests/f/Fabio286/antares/0.7.25/Fabio286.antares.yaml +++ b/manifests/f/Fabio286/antares/0.7.25/Fabio286.antares.yaml @@ -1,8 +1,8 @@ -# Created with WinGet Updater using 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: Fabio286.antares PackageVersion: 0.7.25 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fabio286/antares/0.7.26/Fabio286.antares.installer.yaml b/manifests/f/Fabio286/antares/0.7.26/Fabio286.antares.installer.yaml index aaacc1f8f32b4..94a2a76971fe1 100644 --- a/manifests/f/Fabio286/antares/0.7.26/Fabio286.antares.installer.yaml +++ b/manifests/f/Fabio286/antares/0.7.26/Fabio286.antares.installer.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Updater using 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: Fabio286.antares PackageVersion: 0.7.26 @@ -16,4 +16,4 @@ Installers: InstallerUrl: https://github.com/antares-sql/antares/releases/download/v0.7.26/Antares-0.7.26-win_x64.exe InstallerSha256: 78A8073AB13D5B2D37E8ADFB64C8CDE6A0CE4A3CDD72E3BF49D6D6F4C4F271BC ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fabio286/antares/0.7.26/Fabio286.antares.locale.en-US.yaml b/manifests/f/Fabio286/antares/0.7.26/Fabio286.antares.locale.en-US.yaml index decc616e80b26..dfa69423d3ccb 100644 --- a/manifests/f/Fabio286/antares/0.7.26/Fabio286.antares.locale.en-US.yaml +++ b/manifests/f/Fabio286/antares/0.7.26/Fabio286.antares.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Updater using 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: Fabio286.antares PackageVersion: 0.7.26 @@ -7,6 +7,7 @@ PackageLocale: en-US Publisher: Fabio Di Stasio PublisherUrl: https://github.com/Fabio286/antares PublisherSupportUrl: https://github.com/Fabio286/antares/issues +# PrivacyUrl: Author: Fabio Di Stasio PackageName: Antares PackageUrl: https://github.com/Fabio286/antares @@ -15,6 +16,7 @@ LicenseUrl: https://github.com/antares-sql/antares/blob/HEAD/LICENSE Copyright: Copyright (c) 2020 Fabio Di Stasio CopyrightUrl: https://raw.githubusercontent.com/Fabio286/antares/master/LICENSE ShortDescription: A modern, fast and productivity driven SQL client with a focus in UX. +# Description: Moniker: antares Tags: - cross-platform @@ -34,5 +36,8 @@ ReleaseNotes: |- Download Get it from the Snap Store Get it from AUR Get it from Microsoft Store ReleaseNotesUrl: https://github.com/antares-sql/antares/releases/tag/v0.7.26 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fabio286/antares/0.7.26/Fabio286.antares.yaml b/manifests/f/Fabio286/antares/0.7.26/Fabio286.antares.yaml index a44f884c8da45..048c6d9887076 100644 --- a/manifests/f/Fabio286/antares/0.7.26/Fabio286.antares.yaml +++ b/manifests/f/Fabio286/antares/0.7.26/Fabio286.antares.yaml @@ -1,8 +1,8 @@ -# Created with WinGet Updater using 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: Fabio286.antares PackageVersion: 0.7.26 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fabio286/antares/0.7.27/Fabio286.antares.installer.yaml b/manifests/f/Fabio286/antares/0.7.27/Fabio286.antares.installer.yaml index 93f9b3ff45120..1984dfd737f4e 100644 --- a/manifests/f/Fabio286/antares/0.7.27/Fabio286.antares.installer.yaml +++ b/manifests/f/Fabio286/antares/0.7.27/Fabio286.antares.installer.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Updater using 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: Fabio286.antares PackageVersion: 0.7.27 @@ -16,4 +16,4 @@ Installers: InstallerUrl: https://github.com/antares-sql/antares/releases/download/v0.7.27/Antares-0.7.27-win_x64.exe InstallerSha256: 96DBD6C0E15C1DBFFF81B7E901FC82512B21127C2F7BC9CC5DACE5199A83CB2F ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fabio286/antares/0.7.27/Fabio286.antares.locale.en-US.yaml b/manifests/f/Fabio286/antares/0.7.27/Fabio286.antares.locale.en-US.yaml index 38dd45b2a194f..c626483757109 100644 --- a/manifests/f/Fabio286/antares/0.7.27/Fabio286.antares.locale.en-US.yaml +++ b/manifests/f/Fabio286/antares/0.7.27/Fabio286.antares.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Updater using 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: Fabio286.antares PackageVersion: 0.7.27 @@ -7,6 +7,7 @@ PackageLocale: en-US Publisher: Fabio Di Stasio PublisherUrl: https://github.com/Fabio286/antares PublisherSupportUrl: https://github.com/Fabio286/antares/issues +# PrivacyUrl: Author: Fabio Di Stasio PackageName: Antares PackageUrl: https://github.com/Fabio286/antares @@ -15,6 +16,7 @@ LicenseUrl: https://github.com/antares-sql/antares/blob/HEAD/LICENSE Copyright: Copyright (c) 2020 Fabio Di Stasio CopyrightUrl: https://raw.githubusercontent.com/Fabio286/antares/master/LICENSE ShortDescription: A modern, fast and productivity driven SQL client with a focus in UX. +# Description: Moniker: antares Tags: - cross-platform @@ -37,5 +39,8 @@ ReleaseNotes: |- Download Get it from the Snap Store Get it from AUR Get it from Microsoft Store ReleaseNotesUrl: https://github.com/antares-sql/antares/releases/tag/v0.7.27 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fabio286/antares/0.7.27/Fabio286.antares.yaml b/manifests/f/Fabio286/antares/0.7.27/Fabio286.antares.yaml index 1be3468ccbd25..021cbf9bc8f6b 100644 --- a/manifests/f/Fabio286/antares/0.7.27/Fabio286.antares.yaml +++ b/manifests/f/Fabio286/antares/0.7.27/Fabio286.antares.yaml @@ -1,8 +1,8 @@ -# Created with WinGet Updater using 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: Fabio286.antares PackageVersion: 0.7.27 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fabio286/antares/0.7.28/Fabio286.antares.installer.yaml b/manifests/f/Fabio286/antares/0.7.28/Fabio286.antares.installer.yaml index ece278239ba26..d7c6360c6efa2 100644 --- a/manifests/f/Fabio286/antares/0.7.28/Fabio286.antares.installer.yaml +++ b/manifests/f/Fabio286/antares/0.7.28/Fabio286.antares.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: Fabio286.antares PackageVersion: 0.7.28 @@ -10,10 +10,10 @@ Scope: user InstallModes: - silent UpgradeBehavior: install +ReleaseDate: 2024-08-21 Installers: - Architecture: x64 InstallerUrl: https://github.com/antares-sql/antares/releases/download/v0.7.28/Antares-0.7.28-win_x64.exe InstallerSha256: 9ADC3B42D2C27DE13280EAEC89DCA3721E3B9C5316B9660E593E656F27B64D74 ManifestType: installer -ManifestVersion: 1.6.0 -ReleaseDate: 2024-08-21 +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fabio286/antares/0.7.28/Fabio286.antares.locale.en-US.yaml b/manifests/f/Fabio286/antares/0.7.28/Fabio286.antares.locale.en-US.yaml index 295d45dde2e02..e676b6d562cb6 100644 --- a/manifests/f/Fabio286/antares/0.7.28/Fabio286.antares.locale.en-US.yaml +++ b/manifests/f/Fabio286/antares/0.7.28/Fabio286.antares.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: Fabio286.antares PackageVersion: 0.7.28 @@ -7,6 +7,7 @@ PackageLocale: en-US Publisher: Fabio Di Stasio PublisherUrl: https://github.com/Fabio286/antares PublisherSupportUrl: https://github.com/Fabio286/antares/issues +# PrivacyUrl: Author: Fabio Di Stasio PackageName: Antares PackageUrl: https://github.com/Fabio286/antares @@ -15,6 +16,7 @@ LicenseUrl: https://github.com/antares-sql/antares/blob/HEAD/LICENSE Copyright: Copyright (c) 2020 Fabio Di Stasio CopyrightUrl: https://raw.githubusercontent.com/Fabio286/antares/master/LICENSE ShortDescription: A modern, fast and productivity driven SQL client with a focus in UX. +# Description: Moniker: antares Tags: - cross-platform @@ -34,8 +36,10 @@ ReleaseNotes: |- Download Get it from the Snap Store Get it from AUR Get it from Microsoft Store ReleaseNotesUrl: https://github.com/antares-sql/antares/releases/tag/v0.7.28 +# PurchaseUrl: +# InstallationNotes: Documentations: - DocumentLabel: Wiki DocumentUrl: https://github.com/antares-sql/antares/wiki ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fabio286/antares/0.7.28/Fabio286.antares.yaml b/manifests/f/Fabio286/antares/0.7.28/Fabio286.antares.yaml index 6af1dabfb265d..560401a79ab09 100644 --- a/manifests/f/Fabio286/antares/0.7.28/Fabio286.antares.yaml +++ b/manifests/f/Fabio286/antares/0.7.28/Fabio286.antares.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: Fabio286.antares PackageVersion: 0.7.28 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fabio286/antares/0.7.29/Fabio286.antares.installer.yaml b/manifests/f/Fabio286/antares/0.7.29/Fabio286.antares.installer.yaml index 8b4b34dbf2bb3..e363e5224db64 100644 --- a/manifests/f/Fabio286/antares/0.7.29/Fabio286.antares.installer.yaml +++ b/manifests/f/Fabio286/antares/0.7.29/Fabio286.antares.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: Fabio286.antares PackageVersion: 0.7.29 @@ -10,10 +10,10 @@ Scope: user InstallModes: - silent UpgradeBehavior: install +ReleaseDate: 2024-10-14 Installers: - Architecture: x64 InstallerUrl: https://github.com/antares-sql/antares/releases/download/v0.7.29/Antares-0.7.29-win_x64.exe InstallerSha256: AD8C5FC56B832EEF088AD5D30C1244CBF3F3021FA6B4574410B94DC85041B8AB ManifestType: installer -ManifestVersion: 1.6.0 -ReleaseDate: 2024-10-14 +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fabio286/antares/0.7.29/Fabio286.antares.locale.en-US.yaml b/manifests/f/Fabio286/antares/0.7.29/Fabio286.antares.locale.en-US.yaml index 62d684270bcd1..b7052c7a24131 100644 --- a/manifests/f/Fabio286/antares/0.7.29/Fabio286.antares.locale.en-US.yaml +++ b/manifests/f/Fabio286/antares/0.7.29/Fabio286.antares.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: Fabio286.antares PackageVersion: 0.7.29 @@ -7,6 +7,7 @@ PackageLocale: en-US Publisher: Fabio Di Stasio PublisherUrl: https://github.com/Fabio286/antares PublisherSupportUrl: https://github.com/Fabio286/antares/issues +# PrivacyUrl: Author: Fabio Di Stasio PackageName: Antares PackageUrl: https://github.com/Fabio286/antares @@ -15,14 +16,18 @@ LicenseUrl: https://github.com/antares-sql/antares/blob/HEAD/LICENSE Copyright: Copyright (c) 2020 Fabio Di Stasio CopyrightUrl: https://raw.githubusercontent.com/Fabio286/antares/master/LICENSE ShortDescription: A modern, fast and productivity driven SQL client with a focus in UX. +# Description: Moniker: antares Tags: - cross-platform - database - sql +# ReleaseNotes: ReleaseNotesUrl: https://github.com/antares-sql/antares/releases/tag/v0.7.29 +# PurchaseUrl: +# InstallationNotes: Documentations: - DocumentLabel: Wiki DocumentUrl: https://github.com/antares-sql/antares/wiki ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fabio286/antares/0.7.29/Fabio286.antares.yaml b/manifests/f/Fabio286/antares/0.7.29/Fabio286.antares.yaml index c1f04ea0fc108..4c366ebd3e4b8 100644 --- a/manifests/f/Fabio286/antares/0.7.29/Fabio286.antares.yaml +++ b/manifests/f/Fabio286/antares/0.7.29/Fabio286.antares.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: Fabio286.antares PackageVersion: 0.7.29 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fabio286/antares/0.7.30/Fabio286.antares.installer.yaml b/manifests/f/Fabio286/antares/0.7.30/Fabio286.antares.installer.yaml index e3ca236f9e588..a0567b551d633 100644 --- a/manifests/f/Fabio286/antares/0.7.30/Fabio286.antares.installer.yaml +++ b/manifests/f/Fabio286/antares/0.7.30/Fabio286.antares.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: Fabio286.antares @@ -10,10 +10,10 @@ Scope: user InstallModes: - silent UpgradeBehavior: install +ReleaseDate: 2024-12-05 Installers: - Architecture: x64 InstallerUrl: https://github.com/antares-sql/antares/releases/download/v0.7.30/Antares-0.7.30-win_x64.exe InstallerSha256: 6597A73E45FE570E706E0DBA9D7537AE6712EC8D0987F0F91C1560F47522DB0F ManifestType: installer ManifestVersion: 1.9.0 -ReleaseDate: 2024-12-05 diff --git a/manifests/f/Fabio286/antares/0.7.30/Fabio286.antares.locale.en-US.yaml b/manifests/f/Fabio286/antares/0.7.30/Fabio286.antares.locale.en-US.yaml index cbba66940e8c3..635601bb2a62a 100644 --- a/manifests/f/Fabio286/antares/0.7.30/Fabio286.antares.locale.en-US.yaml +++ b/manifests/f/Fabio286/antares/0.7.30/Fabio286.antares.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: Fabio286.antares @@ -7,6 +7,7 @@ PackageLocale: en-US Publisher: Fabio Di Stasio PublisherUrl: https://github.com/Fabio286/antares PublisherSupportUrl: https://github.com/Fabio286/antares/issues +# PrivacyUrl: Author: Fabio Di Stasio PackageName: Antares PackageUrl: https://github.com/Fabio286/antares @@ -15,12 +16,16 @@ LicenseUrl: https://github.com/antares-sql/antares/blob/HEAD/LICENSE Copyright: Copyright (c) 2020 Fabio Di Stasio CopyrightUrl: https://raw.githubusercontent.com/Fabio286/antares/master/LICENSE ShortDescription: A modern, fast and productivity driven SQL client with a focus in UX. +# Description: Moniker: antares Tags: - cross-platform - database - sql +# ReleaseNotes: ReleaseNotesUrl: https://github.com/antares-sql/antares/releases/tag/v0.7.30 +# PurchaseUrl: +# InstallationNotes: Documentations: - DocumentLabel: Wiki DocumentUrl: https://github.com/antares-sql/antares/wiki diff --git a/manifests/f/Fabio286/antares/0.7.30/Fabio286.antares.yaml b/manifests/f/Fabio286/antares/0.7.30/Fabio286.antares.yaml index 6b2c9f3d00e23..9c97582fa4991 100644 --- a/manifests/f/Fabio286/antares/0.7.30/Fabio286.antares.yaml +++ b/manifests/f/Fabio286/antares/0.7.30/Fabio286.antares.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: Fabio286.antares diff --git a/manifests/f/Fabio286/antares/0.7.4/Fabio286.antares.installer.yaml b/manifests/f/Fabio286/antares/0.7.4/Fabio286.antares.installer.yaml index 8ff79c215d60d..40af93359463b 100644 --- a/manifests/f/Fabio286/antares/0.7.4/Fabio286.antares.installer.yaml +++ b/manifests/f/Fabio286/antares/0.7.4/Fabio286.antares.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: Fabio286.antares PackageVersion: 0.7.4 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://github.com/antares-sql/antares/releases/download/v0.7.4/Antares-0.7.4-win.exe InstallerSha256: 06DF54813598EBD2B6FB8C26D2725A000E933BCFC1A4039001003FA588263804 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fabio286/antares/0.7.4/Fabio286.antares.locale.en-US.yaml b/manifests/f/Fabio286/antares/0.7.4/Fabio286.antares.locale.en-US.yaml index e553b36a57c3e..435c579948199 100644 --- a/manifests/f/Fabio286/antares/0.7.4/Fabio286.antares.locale.en-US.yaml +++ b/manifests/f/Fabio286/antares/0.7.4/Fabio286.antares.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: Fabio286.antares PackageVersion: 0.7.4 @@ -22,11 +22,10 @@ Tags: - cross-platform - database - sql -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://github.com/antares-sql/antares/releases/tag/v0.7.4 # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fabio286/antares/0.7.4/Fabio286.antares.yaml b/manifests/f/Fabio286/antares/0.7.4/Fabio286.antares.yaml index 4548175dde041..2def3a06ebe25 100644 --- a/manifests/f/Fabio286/antares/0.7.4/Fabio286.antares.yaml +++ b/manifests/f/Fabio286/antares/0.7.4/Fabio286.antares.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: Fabio286.antares PackageVersion: 0.7.4 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fabio286/antares/0.7.6/Fabio286.antares.installer.yaml b/manifests/f/Fabio286/antares/0.7.6/Fabio286.antares.installer.yaml index a2532be618702..045ebd9fdc940 100644 --- a/manifests/f/Fabio286/antares/0.7.6/Fabio286.antares.installer.yaml +++ b/manifests/f/Fabio286/antares/0.7.6/Fabio286.antares.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: Fabio286.antares PackageVersion: 0.7.6 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://github.com/antares-sql/antares/releases/download/v0.7.6/Antares-0.7.6-win.exe InstallerSha256: 00FDD6B3FE3F2C0D9A261E377466D6E57631722B652F79B77A5AF2A4ED180331 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fabio286/antares/0.7.6/Fabio286.antares.locale.en-US.yaml b/manifests/f/Fabio286/antares/0.7.6/Fabio286.antares.locale.en-US.yaml index af0e6d3ddaa95..390f4c940f022 100644 --- a/manifests/f/Fabio286/antares/0.7.6/Fabio286.antares.locale.en-US.yaml +++ b/manifests/f/Fabio286/antares/0.7.6/Fabio286.antares.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: Fabio286.antares PackageVersion: 0.7.6 @@ -22,11 +22,10 @@ Tags: - cross-platform - database - sql -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://github.com/antares-sql/antares/releases/tag/v0.7.6 # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fabio286/antares/0.7.6/Fabio286.antares.yaml b/manifests/f/Fabio286/antares/0.7.6/Fabio286.antares.yaml index 7030995e9a41f..0ffea4fbf8ace 100644 --- a/manifests/f/Fabio286/antares/0.7.6/Fabio286.antares.yaml +++ b/manifests/f/Fabio286/antares/0.7.6/Fabio286.antares.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: Fabio286.antares PackageVersion: 0.7.6 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fabio286/antares/0.7.7/Fabio286.antares.installer.yaml b/manifests/f/Fabio286/antares/0.7.7/Fabio286.antares.installer.yaml index f7f858465f381..a6e7aff28cff2 100644 --- a/manifests/f/Fabio286/antares/0.7.7/Fabio286.antares.installer.yaml +++ b/manifests/f/Fabio286/antares/0.7.7/Fabio286.antares.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: Fabio286.antares PackageVersion: 0.7.7 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://github.com/antares-sql/antares/releases/download/v0.7.7/Antares-0.7.7-win.exe InstallerSha256: F8C356800B50DC7B8D1491F2D008A1C8FD331FA026087DDE7E1B664476915B11 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fabio286/antares/0.7.7/Fabio286.antares.locale.en-US.yaml b/manifests/f/Fabio286/antares/0.7.7/Fabio286.antares.locale.en-US.yaml index af487e9b6e7a3..c5383de601379 100644 --- a/manifests/f/Fabio286/antares/0.7.7/Fabio286.antares.locale.en-US.yaml +++ b/manifests/f/Fabio286/antares/0.7.7/Fabio286.antares.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: Fabio286.antares PackageVersion: 0.7.7 @@ -22,11 +22,10 @@ Tags: - cross-platform - database - sql -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://github.com/antares-sql/antares/releases/tag/v0.7.7 # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fabio286/antares/0.7.7/Fabio286.antares.yaml b/manifests/f/Fabio286/antares/0.7.7/Fabio286.antares.yaml index 007b78337f979..c17218f45356f 100644 --- a/manifests/f/Fabio286/antares/0.7.7/Fabio286.antares.yaml +++ b/manifests/f/Fabio286/antares/0.7.7/Fabio286.antares.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: Fabio286.antares PackageVersion: 0.7.7 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fabio286/antares/0.7.9/Fabio286.antares.installer.yaml b/manifests/f/Fabio286/antares/0.7.9/Fabio286.antares.installer.yaml index 0bbd851608f63..12704ad123303 100644 --- a/manifests/f/Fabio286/antares/0.7.9/Fabio286.antares.installer.yaml +++ b/manifests/f/Fabio286/antares/0.7.9/Fabio286.antares.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: Fabio286.antares PackageVersion: 0.7.9 @@ -16,4 +16,4 @@ Installers: InstallerUrl: https://github.com/antares-sql/antares/releases/download/v0.7.9/Antares-0.7.9-win.exe InstallerSha256: D3D424FBBEF23ED64908DAE7A9F5D4B91FB8CAEC8BAC958C2AB74C58732551C4 ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fabio286/antares/0.7.9/Fabio286.antares.locale.en-US.yaml b/manifests/f/Fabio286/antares/0.7.9/Fabio286.antares.locale.en-US.yaml index 317039332498a..48bfcecf612b0 100644 --- a/manifests/f/Fabio286/antares/0.7.9/Fabio286.antares.locale.en-US.yaml +++ b/manifests/f/Fabio286/antares/0.7.9/Fabio286.antares.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: Fabio286.antares PackageVersion: 0.7.9 @@ -7,6 +7,7 @@ PackageLocale: en-US Publisher: Fabio Di Stasio PublisherUrl: https://github.com/Fabio286/antares PublisherSupportUrl: https://github.com/Fabio286/antares/issues +# PrivacyUrl: Author: Fabio Di Stasio PackageName: Antares PackageUrl: https://github.com/Fabio286/antares @@ -15,6 +16,7 @@ LicenseUrl: https://raw.githubusercontent.com/Fabio286/antares/master/LICENSE Copyright: Copyright (c) 2020 Fabio Di Stasio CopyrightUrl: https://raw.githubusercontent.com/Fabio286/antares/master/LICENSE ShortDescription: A modern, fast and productivity driven SQL client with a focus in UX. +# Description: Moniker: antares Tags: - cross-platform @@ -30,5 +32,8 @@ ReleaseNotes: |- - Unable to delete rows with null values and no primary key (74c136f) - Vertical scrollbar does not reset after performing a search, fixes #567 (0cd55fb) ReleaseNotesUrl: https://github.com/antares-sql/antares/releases/tag/v0.7.9 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fabio286/antares/0.7.9/Fabio286.antares.yaml b/manifests/f/Fabio286/antares/0.7.9/Fabio286.antares.yaml index 62d2192c869b0..74a2256866946 100644 --- a/manifests/f/Fabio286/antares/0.7.9/Fabio286.antares.yaml +++ b/manifests/f/Fabio286/antares/0.7.9/Fabio286.antares.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: Fabio286.antares PackageVersion: 0.7.9 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fastfetch-cli/Fastfetch/2.36.0/Fastfetch-cli.Fastfetch.installer.yaml b/manifests/f/Fastfetch-cli/Fastfetch/2.36.0/Fastfetch-cli.Fastfetch.installer.yaml new file mode 100644 index 0000000000000..252253cd2ce31 --- /dev/null +++ b/manifests/f/Fastfetch-cli/Fastfetch/2.36.0/Fastfetch-cli.Fastfetch.installer.yaml @@ -0,0 +1,23 @@ +# Created with komac v2.10.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Fastfetch-cli.Fastfetch +PackageVersion: 2.36.0 +InstallerLocale: en-US +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: fastfetch.exe +- RelativeFilePath: flashfetch.exe +Commands: +- fastfetch +ReleaseDate: 2025-02-10 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/fastfetch-cli/fastfetch/releases/download/2.36.0/fastfetch-windows-amd64.zip + InstallerSha256: 646C7A54F8358606E2F75829FD4E4CC89FF992AE485E5C1FEF4D61011EA46266 +- Architecture: arm64 + InstallerUrl: https://github.com/fastfetch-cli/fastfetch/releases/download/2.36.0/fastfetch-windows-aarch64.zip + InstallerSha256: C607800D7A727C210525E67E5D2A2AC65A50A7070FE97B5B085AA455A63627EF +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fastfetch-cli/Fastfetch/2.36.0/Fastfetch-cli.Fastfetch.locale.en-US.yaml b/manifests/f/Fastfetch-cli/Fastfetch/2.36.0/Fastfetch-cli.Fastfetch.locale.en-US.yaml new file mode 100644 index 0000000000000..03204155752d0 --- /dev/null +++ b/manifests/f/Fastfetch-cli/Fastfetch/2.36.0/Fastfetch-cli.Fastfetch.locale.en-US.yaml @@ -0,0 +1,117 @@ +# Created with komac v2.10.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Fastfetch-cli.Fastfetch +PackageVersion: 2.36.0 +PackageLocale: en-US +Publisher: fastfetch-cli +PublisherUrl: https://github.com/fastfetch-cli +PublisherSupportUrl: https://github.com/fastfetch-cli/fastfetch/issues +PackageName: fastfetch +PackageUrl: https://github.com/fastfetch-cli/fastfetch +License: MIT +LicenseUrl: https://github.com/fastfetch-cli/fastfetch/blob/HEAD/LICENSE +ShortDescription: Like neofetch, but much faster because written mostly in C. +Tags: +- cli +- command-line +- cross-platform +- fastfetch +- fetch +- hardware +- neofetch +- screenfetch +- terminal +ReleaseNotes: |- + Bugfixes: + - Trim leading slash for login shells (Shell, OpenBSD) + - Prefer SOC name if available over CPU name (CPU, Linux) + Features: + - Use kernel API to detect sound devices (Sound, NetBSD) + - Use sndio for sound server detection on OpenBSD (Sound, OpenBSD) + - Add minimal implementation for Haiku (#1538, Haiku) + - Support CPU & GPU temperature detection for M4x (CPU / GPU, macOS) + - Support VMEM size detection for old Nvidia cards (GPU, Linux) + - Use recommendedMaxWorkingSetSize as total GPU mem size (GPU, macOS) + - Support Physical core count and CPU package count detection for loongarch (CPU, Linux) + - Split ID_LIKE when used for distro matching (#1540, Logo) + - Capitalize {type}'s first letter in custom format (#1543, Display) + - Support model name detection for s390x (CPU, Linux) + - Support more Armbian variants detection (#1547, OS, Linux) + - Support the syntax of {$ENV_VAR} in custom format, which will be replaced by the value of the environment variable ENV_VAR (#1541) + - This is another way to pass 3rd-party data to fastfetch besides Custom module. + - Improve performance of Tilix version detection (Terminal, Linux) + Logo: + - Update arch_old + - Add Nexa Linux + - Add filotimo + - Update some distro names + SHA256SUMs + 45d225c5e3651681502859b3da44531b162187fe79e6f8e116642839709135ea fastfetch-dragonfly-amd64/fastfetch-dragonfly-amd64.tar.gz + 11350db2b1bef59d687009d8dc26bc3e07fe718ea23f92a2bbf7d3428dbb8e27 fastfetch-dragonfly-amd64/fastfetch-dragonfly-amd64.zip + 32054fd8548b8e5a5c3df699240c7945e7986704f6b01299f396d956cd252ed3 fastfetch-freebsd-amd64/fastfetch-freebsd-amd64.tar.gz + 6eeaa740e69a017b4182fb81fcedc7c8f6da185cde32bfbe48629cef5afa4f2d fastfetch-freebsd-amd64/fastfetch-freebsd-amd64.zip + 8f9146a0addd1206cfd38fb128ca3005a8a802614ac74b2d59bb2adb65f8d9f9 fastfetch-linux-aarch64/fastfetch-linux-aarch64.deb + e41d968a8e9632bdb8e3240657cd9bab2bdc60e4dc76aaf12aa5e98b5992cbd8 fastfetch-linux-aarch64/fastfetch-linux-aarch64.rpm + 3f3b25b28e8f6ccefa75ff12a72b7ec95f9614aaa931cd5e6f0fb49476c45cd9 fastfetch-linux-aarch64/fastfetch-linux-aarch64.tar.gz + 97e2d21c8d9ba86459102b9787b11df0ef5b70ae60c252b11661259b546fe586 fastfetch-linux-aarch64/fastfetch-linux-aarch64.zip + 28eebccb28b1ffda3b3de83a732d37688c3fb81eba0219831c0cc58cf8d659d5 fastfetch-linux-amd64/fastfetch-linux-amd64.deb + cec421343d4f2c9814af499247e5672942be6a7b3171e5755f806e82aaadff64 fastfetch-linux-amd64/fastfetch-linux-amd64.rpm + 76e0aa5638b080f2def9ad1a4bcf8fc9dbd76c9da8f6b63ba5240a151721bff1 fastfetch-linux-amd64/fastfetch-linux-amd64.tar.gz + 15152df6f615562bad4070e8eb89358607f6253e699223f9b29dfaaf8939c867 fastfetch-linux-amd64/fastfetch-linux-amd64.zip + cd42bc21fe9490e60b4b28861438a1a5909343e51ff4b8b607ce3fb80f954cdc fastfetch-linux-armv6/fastfetch-linux-armv6l.deb + 6f8935fcdfff0ecb68c87061bfc74b5558351a434150851f9762b149997f08e5 fastfetch-linux-armv6/fastfetch-linux-armv6l.rpm + b204ce8c9ef2845c13b7d0c24782a7b920b1a69f1b5072cd2b42ff09e636c667 fastfetch-linux-armv6/fastfetch-linux-armv6l.tar.gz + 49ac89a3dbd5f2e64c22802ce919ba11dcdb089989e4fdfd3cca18892a1b67f4 fastfetch-linux-armv6/fastfetch-linux-armv6l.zip + aca75cf87647855a228770f693b6cd199650a53f8fd7b4320ccfab7d8c097b7e fastfetch-linux-armv7/fastfetch-linux-armv7l.deb + 964a5df7805eac5f0c2f1132c001252ea6634b19f2a6bafff2ed83172445d461 fastfetch-linux-armv7/fastfetch-linux-armv7l.rpm + 2f192dfa01c74a4e15ec2b5fb1fba2694c23e78e46650f43270fb7a1c07262cb fastfetch-linux-armv7/fastfetch-linux-armv7l.tar.gz + a394a763cfa73120611caa36cf1ebff8ab7687c7680e25576b45ce43beb24bef fastfetch-linux-armv7/fastfetch-linux-armv7l.zip + dea2fa7adeeaa5352315e10834541c559876a55345da19d7e5e1ed989e787605 fastfetch-linux-ppc64le/fastfetch-linux-ppc64le.deb + b59829a207a110d53bd8a8daf2976fca79b8994764c00628d9cefe45beb21911 fastfetch-linux-ppc64le/fastfetch-linux-ppc64le.rpm + 4952c4fa7c85c027f646d12f8775a7ecb2c88abd308283e5cb2a372251e6acbc fastfetch-linux-ppc64le/fastfetch-linux-ppc64le.tar.gz + 029bd0da1eccf89cfcd7edaacce2de7957f9d351aa66ebd5a880f43e558f43fb fastfetch-linux-ppc64le/fastfetch-linux-ppc64le.zip + 9c731bcef158bb5aaf053683bbb7eb793c9bab44f12603bac9f94890635abfde fastfetch-linux-riscv64/fastfetch-linux-riscv64.deb + 492612e19114177c4e3f746b2bfc2e809bf00af4d33e2231f6e971e7c71513a7 fastfetch-linux-riscv64/fastfetch-linux-riscv64.rpm + 1057796e1e7ece33030de693856d665204bfa99151de46c8621f39150a1972d8 fastfetch-linux-riscv64/fastfetch-linux-riscv64.tar.gz + c36f70ee82cafbaa0b0c92da1b4f7876c7c806d6c091fc5db1128f0298859acb fastfetch-linux-riscv64/fastfetch-linux-riscv64.zip + 58ed917b6762092160f29e033771d83d1659686f18438b1c77945ffe02dd78dc fastfetch-linux-s390x/fastfetch-linux-s390x.deb + bf3274af89928128f95a98a23b53f9d00851d65fbc8c4c939184d1793a129685 fastfetch-linux-s390x/fastfetch-linux-s390x.rpm + 17625368964a4a6440aab860579a39c1f31a68fccd94ac18fe3a6679a1bf187c fastfetch-linux-s390x/fastfetch-linux-s390x.tar.gz + 411eba16219d60f3cbfccf776265fecd1a806dd16d408ddd634897325775bd56 fastfetch-linux-s390x/fastfetch-linux-s390x.zip + e90cc34bddbff9ad82a783e2a3298c274e2ede3828b106ce9a7301ab3eafbeb7 fastfetch-macos-universal/fastfetch-macos-universal.tar.gz + afbfb33e911f0a58f3f70a155deb471094f36e41391e59a8e8172884ce730ab5 fastfetch-macos-universal/fastfetch-macos-universal.zip + b3a800749676011967aa3e6185436a04d6eac79e9d94839e589aee925bb92e1b fastfetch-musl-amd64/fastfetch-musl-amd64.tar.gz + 51b8e5f70583a8dff7e6f34b6bc9276f95d41dedd7cc58cfedcc94568b1c3a9e fastfetch-musl-amd64/fastfetch-musl-amd64.zip + b0a44fd60d70b28e0691b5f0a949d15cfe82a31e03ff2263007909ad88c230aa fastfetch-netbsd-amd64/fastfetch-netbsd-amd64.tar.gz + 3a761a5281d6a2b041631f291c5d7e26903d424a12f1552b0c1fe67fdea87f62 fastfetch-netbsd-amd64/fastfetch-netbsd-amd64.zip + 9104a6fc5c8ab8135cec1f5eeaa82fb43cfe00b1ef4cbbc2b797825efd024788 fastfetch-openbsd-amd64/fastfetch-openbsd-amd64.tar.gz + 07cde895aa6c3c7f16f533a49c48cb201de28ce9561899e580103302de80ce6c fastfetch-openbsd-amd64/fastfetch-openbsd-amd64.zip + bdbe5c7672aeacfec15ec7539f718e666c5206b1a3de9bbf8bd1b3d3c9c997e7 fastfetch-source/2.36.0.tar.gz + 28b721ed14144d9902c428e9c17df94829ebb4bf69de4b77a4ee54196ee44b18 fastfetch-source/2.36.0.zip + 0a2c06d8f7e804feaacdb2d3479507302061d300683c07ddf0c97e5f303dedd5 fastfetch-sunos-amd64/fastfetch-sunos-i386.tar.gz + b011e45762c64e487990ebeb63dc3934ac5804efd47fa697f20691123cf7d045 fastfetch-sunos-amd64/fastfetch-sunos-i386.zip + ff1656475f483ac07a650e849d0a4c76988028f750323055dd1d47b69132e447 fastfetch-windows-amd64/fastfetch-windows-amd64.7z + 646c7a54f8358606e2f75829fd4e4cc89ff992ae485e5c1fef4d61011ea46266 fastfetch-windows-amd64/fastfetch-windows-amd64.zip + SHA512SUMs + 79c15abe91c1fba6b2dc35a0a3e8919697e64ac7b4e278e5efd823f187456fbc7d2d6bf07bb6e7f6b11d8f510aff7287e41add567a33bbb38826a12019195763 fastfetch-dragonfly-amd64/fastfetch-dragonfly-amd64.tar.gz + 8c578b759b3274d0b1886310d35af05e2338c1cab11c456e66990f5aa77dffa25ca6edf0a4746aa3cdc94cc9dc691404633472c85e0e9e04e56bddb6263c9b37 fastfetch-dragonfly-amd64/fastfetch-dragonfly-amd64.zip + bb7f9d9a530839ef9f72f9f2bd5a75e440e861c85e7c051494bdcb0d2374e28845b80fbc266afa749871d1f67bea0475d394730baa1e79a3f8a4a232babc7720 fastfetch-freebsd-amd64/fastfetch-freebsd-amd64.tar.gz + 3f694f37e54ea690f4979c7901024fac79ee051b72a6260ee1614846b05f943b9c583ba178c6dc5a834ca3c639752b0a4dabaf67fa3f1da61e27b5b87e966e48 fastfetch-freebsd-amd64/fastfetch-freebsd-amd64.zip + a0ed9a6cea95b667ff04bcfee5976689dc5291bd8c9bccad8b8eac295af991d1c5a43f5b6f35ec44c280eda9e765cfc160dc6eecc9ae23b90ee0116e11eda8a0 fastfetch-linux-aarch64/fastfetch-linux-aarch64.deb + 097248b18fd90a858ffbae23d9ed30c8f76c72fb50003761c7d18bfa5beee8eb0f5879919617603e80d405dcdacdb5c823ba378fb444b293d2c90477ba0b1091 fastfetch-linux-aarch64/fastfetch-linux-aarch64.rpm + 8e2e5c7875420fb1aa0154fe58e803057a809bcc7a6e7e3ca439dfd251c0024b1a22a9a69726c618261557c9d1147e919fba46b9db08334374d20ebde5004dbf fastfetch-linux-aarch64/fastfetch-linux-aarch64.tar.gz + 19ccf23c572519d13ebd3182973d75805e265eb2c0c2badffaaaeed3cf44576fab125b4308d0b51a6a935867630eab6f8c6c576e91b00f41dd573cc0ecf766bc fastfetch-linux-aarch64/fastfetch-linux-aarch64.zip + a7ff619a6d9dafdff00f9b72237ddfb888723792463990fed4e5b8f3167bcb2325b5448243cd10a33092418ea99663fb46c202c1318f90ac724adc9d5cc35993 fastfetch-linux-amd64/fastfetch-linux-amd64.deb + 616b8bdbbb0140251ab93cf2898cfad161c47798e89b73eccd12d6784c9be884740651711671a4654c1a42e6e7b91dc044ec1a35bd319d8bef97c2b31ec96958 fastfetch-linux-amd64/fastfetch-linux-amd64.rpm + 91d1fbb06e5ac178483ba3843def576a633fa52ba6f37b2e3a441b98ccd4315d0369739ee390a1efe5b4cf803beafe08abd51a28e29e610d6a819dbb3be6c670 fastfetch-linux-amd64/fastfetch-linux-amd64.tar.gz + 7f006b491524a020b46e2074a9669dfcc1ac719bdaf01ac33c0a5f45e381d51ebb5c108a5e48444ac9df183bb0b485b3cabafa8612c13793319a341ab30bab4c fastfetch-linux-amd64/fastfetch-linux-amd64.zip + c703aab7b9c75828ac16e3476c23dba78c6f22790e955e75b00fa82769ba6d3ba5594892c0b928c8ecfa625d208bf0b6474ff759b1fb7df2d0f9ba1cc3e96833 fastfetch-linux-armv6/fastfetch-linux-armv6l.deb + ceba1a2f5fc9c2e89f80f6af2acefe1b95c59fc28a586955820432e14e27fab490b402210e2b21d9568114fecfd7faaaa26e94f3ef566c20c23cf5411f12c370 fastfetch-linux-armv6/fastfetch-linux-armv6l.rpm + 11563145885a90f5bff0bcdb961d46be8410b6cfe9b51770828d302d308131a0108a1efa3594ee1900bc232ec21c3b7075c4a392aae14873d780af439eb5607e fastfetch-linux-armv6/fastfetch-linux-armv6l.tar.gz + ffcda1755fe2e75d4f618217f9df90afa0327734a681f7fc0ff71848907d429ec9b3b40db0788aae0852a381e0e60591ff276797bbdc3d9648aa017dc5363b56 fastfetch-linux-armv6/fastfetch-linux-armv6l.zip + 6f0df8ba8533a9bfef29578962d66ed034e26b87acc7d9be0169e10d5a17f57b76c014cad501cf4540fd5f83c7ad54067439ca8c4b01ee3e70fdaf5ba0a3fdf5 fastfetch-linux-armv7/fastfetch-linux-armv7l.deb + 9070515e4d03d6984c0ffa1937861a3078ddc61c2f4b7c7a1c8bfecf4c0ceb99c0e7d6d5666090ff53b5318a7494d10150a29d92ac7fd041487ca5976b8da5f3 fastfetch-linux-armv7/fastfetch-linux-armv7l.rpm +ReleaseNotesUrl: https://github.com/fastfetch-cli/fastfetch/releases/tag/2.36.0 +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fastfetch-cli/Fastfetch/2.36.0/Fastfetch-cli.Fastfetch.yaml b/manifests/f/Fastfetch-cli/Fastfetch/2.36.0/Fastfetch-cli.Fastfetch.yaml new file mode 100644 index 0000000000000..4e075e8470e1a --- /dev/null +++ b/manifests/f/Fastfetch-cli/Fastfetch/2.36.0/Fastfetch-cli.Fastfetch.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: Fastfetch-cli.Fastfetch +PackageVersion: 2.36.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fastfetch-cli/Fastfetch/2.36.1/Fastfetch-cli.Fastfetch.installer.yaml b/manifests/f/Fastfetch-cli/Fastfetch/2.36.1/Fastfetch-cli.Fastfetch.installer.yaml new file mode 100644 index 0000000000000..974c9d8b6840f --- /dev/null +++ b/manifests/f/Fastfetch-cli/Fastfetch/2.36.1/Fastfetch-cli.Fastfetch.installer.yaml @@ -0,0 +1,23 @@ +# Created with komac v2.10.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Fastfetch-cli.Fastfetch +PackageVersion: 2.36.1 +InstallerLocale: en-US +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: fastfetch.exe +- RelativeFilePath: flashfetch.exe +Commands: +- fastfetch +ReleaseDate: 2025-02-11 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/fastfetch-cli/fastfetch/releases/download/2.36.1/fastfetch-windows-amd64.zip + InstallerSha256: 86C594F7E1F4D13794C227478F4E875BA7C2A8617781A5CEBE173B05AF4CB02D +- Architecture: arm64 + InstallerUrl: https://github.com/fastfetch-cli/fastfetch/releases/download/2.36.1/fastfetch-windows-aarch64.zip + InstallerSha256: 80BA574DCD7C26B1CACDD63142B2CA1E887BA5C26ECB2B9DA94216106C1B3EB0 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fastfetch-cli/Fastfetch/2.36.1/Fastfetch-cli.Fastfetch.locale.en-US.yaml b/manifests/f/Fastfetch-cli/Fastfetch/2.36.1/Fastfetch-cli.Fastfetch.locale.en-US.yaml new file mode 100644 index 0000000000000..770cc3a32d0ac --- /dev/null +++ b/manifests/f/Fastfetch-cli/Fastfetch/2.36.1/Fastfetch-cli.Fastfetch.locale.en-US.yaml @@ -0,0 +1,108 @@ +# Created with komac v2.10.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Fastfetch-cli.Fastfetch +PackageVersion: 2.36.1 +PackageLocale: en-US +Publisher: fastfetch-cli +PublisherUrl: https://github.com/fastfetch-cli +PublisherSupportUrl: https://github.com/fastfetch-cli/fastfetch/issues +PackageName: fastfetch +PackageUrl: https://github.com/fastfetch-cli/fastfetch +License: MIT +LicenseUrl: https://github.com/fastfetch-cli/fastfetch/blob/HEAD/LICENSE +ShortDescription: Like neofetch, but much faster because written mostly in C. +Tags: +- cli +- command-line +- cross-platform +- fastfetch +- fetch +- hardware +- neofetch +- screenfetch +- terminal +ReleaseNotes: |- + A hotfix release to fix a regression introduced in 2.36.0 + Changes: + - To use the native arm64 runner of Github Action, Linux aarch64 binary is now built with Ubuntu 22.04 (Glibc 2.35, Debian 12). + Bugfixes: + - Chimera Linux logo is now displayed correctly (#1554, Logo) + - Regression of 2.36.0 + - Fix building on Haiku + Logo: + - Fix ALT Linux + SHA256SUMs + 662cb054131aac2d33340f1d6b47012dd4eb470b198035561fd0a51871bc5aa4 fastfetch-dragonfly-amd64/fastfetch-dragonfly-amd64.tar.gz + f261ce86e0d83b42f877ea338b7caa1031bfbb029617212cac9e40e908ad661b fastfetch-dragonfly-amd64/fastfetch-dragonfly-amd64.zip + 3737e2b72ce025eba2108aac949f1f1120bea6d4dc78493e1b0a93f893958803 fastfetch-freebsd-amd64/fastfetch-freebsd-amd64.tar.gz + 6b13ad12fd1b66839b2e9e5cc3ab1ba77497e160c5d5c3773f711dfa0ecaaf28 fastfetch-freebsd-amd64/fastfetch-freebsd-amd64.zip + 26f21bfc76fcc52e3de47294b63a6065acf3085da98ffb445a139875c602b987 fastfetch-linux-aarch64/fastfetch-linux-aarch64.deb + a13a1557e07f4a35e369ed7fbbbf54df8dba448acadb2be8c04dcab801c45c54 fastfetch-linux-aarch64/fastfetch-linux-aarch64.rpm + c645912c74681ec9091e1eb8ec7ed450f5721e1ba18900457160c0e6929e1614 fastfetch-linux-aarch64/fastfetch-linux-aarch64.tar.gz + 257caa5987b37d4f75f8f7bc5183e0d17df1a358e7d25456ed288746d7519a51 fastfetch-linux-aarch64/fastfetch-linux-aarch64.zip + dd781479a4bfa02b5cde6152dab49c6e220a7b8a9cf8f7ff5ea16971cfc0a181 fastfetch-linux-amd64/fastfetch-linux-amd64.deb + 211287825b63244269056e30dd118bb0e829bca0e8b0748e5bbe223f3a3581ea fastfetch-linux-amd64/fastfetch-linux-amd64.rpm + 131d15bddb2e2eb418fe00a81aa673a75462c1f6bc21309fecc0a598dda8f798 fastfetch-linux-amd64/fastfetch-linux-amd64.tar.gz + 2e9f4605b1ba6194ee367817d8f3610734e0c62c002e482481e0d2a292642c2a fastfetch-linux-amd64/fastfetch-linux-amd64.zip + 447404f80f2edce8b29938e1175f9e62312977bcd00404b7b7364677520f4fa5 fastfetch-linux-armv6l/fastfetch-linux-armv6l.deb + a1865825d2138c24f6ca3f4b4604cddcae8b5664234820263c116a352bf91a34 fastfetch-linux-armv6l/fastfetch-linux-armv6l.rpm + 65a526958617a8d97a54539c970d43b9e28f256384258d741f649d6ca334f20c fastfetch-linux-armv6l/fastfetch-linux-armv6l.tar.gz + 5704804ab775d8b1df54d3414fddd5335bdec7357572e0c2d6d9ac4d4ec89a77 fastfetch-linux-armv6l/fastfetch-linux-armv6l.zip + 4eff29d0d1f0bf6b32a70eb9a81943d9fafa598904679e2be13d7bf3d8544666 fastfetch-linux-armv7l/fastfetch-linux-armv7l.deb + 84534291940ad0a2a2b44ad31e94c80ef3893e2f3ed576cfbeb83fcfe54b14b1 fastfetch-linux-armv7l/fastfetch-linux-armv7l.rpm + 90f144e5b6294de0987e3cc1cb0dc6a9d5e2954f0c97c2f42bdc20b3d1a6baeb fastfetch-linux-armv7l/fastfetch-linux-armv7l.tar.gz + 464c91d07d56c4a6378b94ddcc5489033554011e4e3da970e759b08c46e0d92c fastfetch-linux-armv7l/fastfetch-linux-armv7l.zip + 37bf467e2d2efa7478fdf8647aafb3c1ad4a9a4e2996377620699e2094f67d70 fastfetch-linux-ppc64le/fastfetch-linux-ppc64le.deb + a5b86b6f4392e11c7288a7047e14b9715a34975a6514d2fa9fbc7f7a9590cf0b fastfetch-linux-ppc64le/fastfetch-linux-ppc64le.rpm + 61a93a2962606f7c92a4564cc27b950ee857192d52755547115e1a5706221ef1 fastfetch-linux-ppc64le/fastfetch-linux-ppc64le.tar.gz + 712085754aca5aaabd6e31486d1340df6112d4b38a224368ed9c5664c77b7791 fastfetch-linux-ppc64le/fastfetch-linux-ppc64le.zip + 5ebf1ad1b21e1d285fc2f151ea35c63d77a708314473aa375130e931f975ec9d fastfetch-linux-riscv64/fastfetch-linux-riscv64.deb + 9b16727ba29f380e27e28f974fcae678ceec09059e065166595d68f35103f03e fastfetch-linux-riscv64/fastfetch-linux-riscv64.rpm + f86d209f4193e463bb785e9fb1fe53fbc491d256109e8ecfeda3789ae9251f91 fastfetch-linux-riscv64/fastfetch-linux-riscv64.tar.gz + 3c33b5f1b7a316639fb6ca21b047d259082d71990e9801f90ec48b6e40b151b0 fastfetch-linux-riscv64/fastfetch-linux-riscv64.zip + 9a7f201d0a4667fd42de36e2fc9abc77d8a14e5e40c64ec063c89dd546a03533 fastfetch-linux-s390x/fastfetch-linux-s390x.deb + 1107bfb74b60e6ad3d8396dc78d87a65a88f7debc44d5147e9c4630be134337b fastfetch-linux-s390x/fastfetch-linux-s390x.rpm + 73bdd59dbbafc89a71371a4d1cab709fbcf79925208af2a0a40f1f6c4bac6f19 fastfetch-linux-s390x/fastfetch-linux-s390x.tar.gz + 1c0763feabba90d4b97c3140c6f0d3a2138f6ed4644aaa84e332bfa30d7eab9e fastfetch-linux-s390x/fastfetch-linux-s390x.zip + 5e09282d4141a9c45b41821c7ec612d6e3363e3f45a615e73df287fd9a293442 fastfetch-macos-universal/fastfetch-macos-universal.tar.gz + 71ad434e826001c332722be8c7449556197a3896691b55d607908cc873064224 fastfetch-macos-universal/fastfetch-macos-universal.zip + 129e2724c0d3cf71437878ca3f470eaf56c8c938193e30ec689695d7411349d1 fastfetch-musl-amd64/fastfetch-musl-amd64.tar.gz + 6447a7b5f46685f6ac80983b48bcd09e0b0b852e21913908f815fc5dd4e29eb7 fastfetch-musl-amd64/fastfetch-musl-amd64.zip + c3f6bb0249a7cb2b2423e0bd12a2420da10b62d085c8ef28be09f9c9649e144c fastfetch-netbsd-amd64/fastfetch-netbsd-amd64.tar.gz + a439cd4258abeceea6431b039991dbf532a7ad512b6b37713036a5a935ac4fbb fastfetch-netbsd-amd64/fastfetch-netbsd-amd64.zip + 410604657f421578c37458bc5be4c49e4f19e5a62371a120c174da506e77db46 fastfetch-openbsd-amd64/fastfetch-openbsd-amd64.tar.gz + fd7fbf73a30bd7f9b39c5081f7d63e462b8737ed268d715c3b4419dd61cb170c fastfetch-openbsd-amd64/fastfetch-openbsd-amd64.zip + 490d5b971dd7fac4c31018354904fdd5e2c409924ba868157bda3bfe1fb5c485 fastfetch-source/2.36.1.tar.gz + d1ddac1aa59936e18a145127399c809fec4793ff739a8453c0210bdf23d40cc1 fastfetch-source/2.36.1.zip + 2c8add589607bf49cf6728328668e266c1ffd03e75113b50d42c1c13a16d16ed fastfetch-sunos-amd64/fastfetch-sunos-i386.tar.gz + cffaac7a05216c7a3c2228c3190349868ce20609136d48d086372594b53b9da9 fastfetch-sunos-amd64/fastfetch-sunos-i386.zip + e332f12832ae08d9863cf181a28044f88e430c78801001af7b394c2392c6e3c4 fastfetch-windows-amd64/fastfetch-windows-amd64.7z + 86c594f7e1f4d13794c227478f4e875ba7c2a8617781a5cebe173b05af4cb02d fastfetch-windows-amd64/fastfetch-windows-amd64.zip + SHA512SUMs + 355ea4f93729d1edbf67f1aeb3cd23b507c0069a7bb1f531919bd8db4dc65858f1f60939b5b660d3627b06d385b450081c883b0ee175d1ea378c0a83c117191f fastfetch-dragonfly-amd64/fastfetch-dragonfly-amd64.tar.gz + b76e11a327ed266855efaa898d88b1a411afa0d19f95c8182e7628bb09cb31b00636c909fa88cc93ec0e5aba827146b3f357061177964a6db32efea96965a392 fastfetch-dragonfly-amd64/fastfetch-dragonfly-amd64.zip + 8bb37bbc9e2617917983e916f82130d7c96e042f62491a90e96fb5367042d39a1d934bc6a413d7d46c01c5ac04ef24b3725a095d031e18bbbd78f1bf7f0525fd fastfetch-freebsd-amd64/fastfetch-freebsd-amd64.tar.gz + 4a1dfb941f28cddd27fe4063471604b15dda261bccd0d461fa4bb1f6a1784c8acf7a402dcb2d67c4909e1f295198db24d5bbfaa94904699e31d94070c2e68edc fastfetch-freebsd-amd64/fastfetch-freebsd-amd64.zip + 66b7a859cff9a7fdfb4308bf1517aaacefd41ba9434e8ff4edb265468033856d4cbfd341c17cfe30b39a4d6fa4aa66dd550b13a8837c0fae53310705b84c807f fastfetch-linux-aarch64/fastfetch-linux-aarch64.deb + fe0b35f2aea027bb4906d2ebfcfce6b43fee4005a32e8c8007331cacdf437f97ec1bb7bf89e3fad2cc0b8d809d2c37a616943025583652569957b013cb798b0e fastfetch-linux-aarch64/fastfetch-linux-aarch64.rpm + 1179587be382715408cabd51e8453b4bd33d915eb3c24a36ef9ac9ab17dacdcea95beb0651ad560cd9f97fb56705901e71e975702efe3c9ae9aa09a1d7832e26 fastfetch-linux-aarch64/fastfetch-linux-aarch64.tar.gz + f49725ff19175299c5bac32759d1f66e7134a216fcb0b83b10b9e73fdfcf709d04e257f6e0ecfcf3d6f71671b4458fdbc68bdc8af01c851f28c2e706a35a7b15 fastfetch-linux-aarch64/fastfetch-linux-aarch64.zip + 0d9a5ce5496cf28372a1b79b0cb838265639769ab7eeb8c3af661f5f0b59db8554093f2212490dccda30d16a6f7cc628aff2b2b1ea8da9f6f9a04be23bc197b0 fastfetch-linux-amd64/fastfetch-linux-amd64.deb + 28423074e0fa42696074910b895dce672ffd87fbe68b3db080326f746cc61850bda231abfee326af62ffcef59f9b4a3c045ad47e6f07ec6dbe64f61d68aba4a1 fastfetch-linux-amd64/fastfetch-linux-amd64.rpm + c705ec829877e9e95cfdfefe5b34e74da8070a84b68bb72331d3ee0feaafe4f900245a10032a195cb07774664dadbae0f7c2133a9c69e3277e709b429742fdcc fastfetch-linux-amd64/fastfetch-linux-amd64.tar.gz + 4b83a46fd0998885c69f697d090d37261ecfa78d948f2cf43a7d350e3033799afc2df199e908b311bc85d845698243ec8fd4f890dc94b88075541ce056be6b3c fastfetch-linux-amd64/fastfetch-linux-amd64.zip + be0d58f761f231078964f7bd98797eeff2243edb6db32afa167e1d3aed376ad47978a14df92eb4f1424a41099e40c8a8d46cfa8b74885c91ac4bfbbbac9edd8a fastfetch-linux-armv6l/fastfetch-linux-armv6l.deb + 3345c3a56cddf56f11d777891cc53f94699f38dadfc49e6e1a9e01dc4141c85c8cfddf897df7eb68079141616a815c9ae9fbbf9a302aa166cf932027ec9f62a8 fastfetch-linux-armv6l/fastfetch-linux-armv6l.rpm + 997ac6d30b89153f7be0a677b2df1d813af90cd3ef882082a9bd2167720522e0f99de90950f6679d824482f08722075d412c0097a64ae23b9c23057ff3b1b223 fastfetch-linux-armv6l/fastfetch-linux-armv6l.tar.gz + dfa824e4d66cce803445e662ff93edde68294ebde5ac117e2194fdfaa995ff4ab56ef6cb5d037c2adfade000fe3e8e07f2784c36e61c439f9833b784c47e1203 fastfetch-linux-armv6l/fastfetch-linux-armv6l.zip + da1594c778e98b01d3ff828a564e4e90e6974ae7634af39491416898e99809655fa46a4b58d2f59299a4637a31ea5e1ca74a2e69c4cd790cda8a1748ceffa656 fastfetch-linux-armv7l/fastfetch-linux-armv7l.deb + 1ef03216674f0c71800f7f95a9de90f090dde17203e7d49f4adefc97a3d1d06b3cfc9b228f137fecffc9b4ddfb4198d1dde38090cbc8089ac0dfba9619367d39 fastfetch-linux-armv7l/fastfetch-linux-armv7l.rpm + f85e19be48500949c8bcf60b7c25fa801dbf0f423f5a6b03e99b811f8537639490c053723e26255eaba0a175724ad06010012185100ff5610a61474ddb194977 fastfetch-linux-armv7l/fastfetch-linux-armv7l.tar.gz + aa553fae9e772edd14a84790861bfc0d580e1d214014612f158b7a9c1ac0238f033d6622961f8c33bcd5a6eb547e35fb735638312331d11bfa17343f4ccf18d5 fastfetch-linux-armv7l/fastfetch-linux-armv7l.zip + 60a3054d6c2bdb6d097603e37e31f1e5a2ae9bec72e504677a1da7d8d2a6a23552aefbc5a1ed0bdb4396e1da071165a893f311859bb1eee5f49c2679fb87989d fastfetch-linux-ppc64le/fastfetch-linux-ppc64le.deb + 8e1f402c2551ecd7530d28c39169bd1e8ebae157eb50648ebf19415d90dec97fba35d92fc043aef9d25f28720178d20a4b052b2bb8e47f00ff251883bae6baa0 fastfetch-linux-ppc64le/fastfetch-linux-ppc64le.rpm + 0561e69b50865d0d30c049d7e451ae7e1b7febab096596e00e9c4a23b00a239258cd3a1c1c7a338e4887ecdf75203e4fadfe109a46126d63117854c2dfab7e59 fastfetch-linux-ppc64le/fastfetch-linux-ppc64le.tar.gz +ReleaseNotesUrl: https://github.com/fastfetch-cli/fastfetch/releases/tag/2.36.1 +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fastfetch-cli/Fastfetch/2.36.1/Fastfetch-cli.Fastfetch.yaml b/manifests/f/Fastfetch-cli/Fastfetch/2.36.1/Fastfetch-cli.Fastfetch.yaml new file mode 100644 index 0000000000000..bdfd51fc9e26c --- /dev/null +++ b/manifests/f/Fastfetch-cli/Fastfetch/2.36.1/Fastfetch-cli.Fastfetch.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: Fastfetch-cli.Fastfetch +PackageVersion: 2.36.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/f/FelipeSantos/ClipboardSync/0.16.1/FelipeSantos.ClipboardSync.installer.yaml b/manifests/f/FelipeSantos/ClipboardSync/0.16.1/FelipeSantos.ClipboardSync.installer.yaml new file mode 100644 index 0000000000000..e268a188b4fc0 --- /dev/null +++ b/manifests/f/FelipeSantos/ClipboardSync/0.16.1/FelipeSantos.ClipboardSync.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: FelipeSantos.ClipboardSync +PackageVersion: 0.16.1 +InstallerType: exe +Scope: user +InstallerSwitches: + Silent: /s + SilentWithProgress: /s +UpgradeBehavior: install +ReleaseDate: 2025-01-06 +Installers: +- Architecture: neutral + InstallerUrl: https://github.com/felipecrs/clipboard-sync/releases/download/v0.16.1/Clipboard.Sync-0.16.1.Setup.exe + InstallerSha256: 310F6CE944BB8448602DBC104DE5578B2DFDB4CDB8230B125CDD6426AA7873C9 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/f/FelipeSantos/ClipboardSync/0.16.1/FelipeSantos.ClipboardSync.locale.en-US.yaml b/manifests/f/FelipeSantos/ClipboardSync/0.16.1/FelipeSantos.ClipboardSync.locale.en-US.yaml new file mode 100644 index 0000000000000..6b048e5b0b251 --- /dev/null +++ b/manifests/f/FelipeSantos/ClipboardSync/0.16.1/FelipeSantos.ClipboardSync.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with komac v2.10.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: FelipeSantos.ClipboardSync +PackageVersion: 0.16.1 +PackageLocale: en-US +Publisher: Felipe Santos +PublisherUrl: https://github.com/felipecrs/clipboard-sync +PublisherSupportUrl: https://github.com/felipecrs/clipboard-sync/issues +Author: Felipe Santos +PackageName: Clipboard Sync +PackageUrl: https://github.com/felipecrs/clipboard-sync +License: MIT +LicenseUrl: https://github.com/felipecrs/clipboard-sync/blob/HEAD/LICENSE +Copyright: Copyright (c) 2021 Felipe Santos +CopyrightUrl: https://github.com/felipecrs/clipboard-sync/blob/master/LICENSE +ShortDescription: A simple tool which helps to sync the clipboard between computers by using a shared folder +Moniker: clipboard-sync +Tags: +- clipboard +- clipboard-sync +ReleaseNotes: |- + What's Changed + - Update dependency fswin to ^3.24.829 by @renovate in #107 + - Update dependency follow-redirects to ^1.15.8 by @renovate in #109 + - Update dependency execa to ^9.5.2 by @renovate in #154 + - Update dependency electron-log to ^5.2.4 by @renovate in #153 + - Update dependency chokidar to ^4.0.3 by @renovate in #158 + - Update dependency electron to ^33.3.1 by @renovate in #159 + Full Changelog: v0.16.0...v0.16.1 +ReleaseNotesUrl: https://github.com/felipecrs/clipboard-sync/releases/tag/v0.16.1 +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/f/FelipeSantos/ClipboardSync/0.16.1/FelipeSantos.ClipboardSync.yaml b/manifests/f/FelipeSantos/ClipboardSync/0.16.1/FelipeSantos.ClipboardSync.yaml new file mode 100644 index 0000000000000..c78e516ad994a --- /dev/null +++ b/manifests/f/FelipeSantos/ClipboardSync/0.16.1/FelipeSantos.ClipboardSync.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: FelipeSantos.ClipboardSync +PackageVersion: 0.16.1 +DefaultLocale: en-US +ManifestType: version +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/Figma/Figma/125.0.8/Figma.Figma.installer.yaml b/manifests/f/Figma/Figma/125.0.8/Figma.Figma.installer.yaml new file mode 100644 index 0000000000000..70241656f13f1 --- /dev/null +++ b/manifests/f/Figma/Figma/125.0.8/Figma.Figma.installer.yaml @@ -0,0 +1,42 @@ +# Created with komac v2.10.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Figma.Figma +PackageVersion: 125.0.8 +UpgradeBehavior: install +Protocols: +- figma +FileExtensions: +- fig +ReleaseDate: 2025-02-07 +Installers: +- Architecture: x86 + InstallerType: exe + Scope: user + InstallerUrl: https://desktop.figma.com/win/build/Figma-125.0.8.exe + InstallerSha256: 27B4CDC7E2AE325477EB0959549CD30BE6784A09E1EA953178DC2B998E4FD3ED + 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.8.msi + InstallerSha256: AC744296F6FBFC8F6C9AC18816AA9533E7FA5B5E5F034486476CE7B08E4A4A8F + InstallerSwitches: + InstallLocation: APPLICATIONROOTDIRECTORY="" + ProductCode: '{4DDECB14-F10E-43CF-BC06-4C65C2E031DE}' + AppsAndFeaturesEntries: + - DisplayName: Figma (Machine - MSI) + Publisher: Figma Inc. + ProductCode: '{4DDECB14-F10E-43CF-BC06-4C65C2E031DE}' + UpgradeCode: '{9D7A175D-B6D6-4D27-A5F9-92C47EF25C92}' + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles(x86)%\Figma\app-125.0.8' +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/f/Figma/Figma/125.0.8/Figma.Figma.locale.en-US.yaml b/manifests/f/Figma/Figma/125.0.8/Figma.Figma.locale.en-US.yaml new file mode 100644 index 0000000000000..dfc35fad43846 --- /dev/null +++ b/manifests/f/Figma/Figma/125.0.8/Figma.Figma.locale.en-US.yaml @@ -0,0 +1,45 @@ +# Created with komac v2.10.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Figma.Figma +PackageVersion: 125.0.8 +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.8/Figma.Figma.locale.zh-CN.yaml b/manifests/f/Figma/Figma/125.0.8/Figma.Figma.locale.zh-CN.yaml new file mode 100644 index 0000000000000..c5221e2636899 --- /dev/null +++ b/manifests/f/Figma/Figma/125.0.8/Figma.Figma.locale.zh-CN.yaml @@ -0,0 +1,39 @@ +# Created with komac v2.10.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: Figma.Figma +PackageVersion: 125.0.8 +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.8/Figma.Figma.yaml b/manifests/f/Figma/Figma/125.0.8/Figma.Figma.yaml new file mode 100644 index 0000000000000..d40bd41444485 --- /dev/null +++ b/manifests/f/Figma/Figma/125.0.8/Figma.Figma.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: Figma.Figma +PackageVersion: 125.0.8 +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/FilenCloud/Filen-cli/0.0.29/FilenCloud.Filen-cli.installer.yaml b/manifests/f/FilenCloud/Filen-cli/0.0.29/FilenCloud.Filen-cli.installer.yaml new file mode 100644 index 0000000000000..c1d56efc68d1d --- /dev/null +++ b/manifests/f/FilenCloud/Filen-cli/0.0.29/FilenCloud.Filen-cli.installer.yaml @@ -0,0 +1,15 @@ +# Created with WinGet Updater using komac v2.10.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: FilenCloud.Filen-cli +PackageVersion: 0.0.29 +InstallerType: portable +Commands: +- filen +ReleaseDate: 2025-01-20 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/FilenCloudDienste/filen-cli/releases/download/v0.0.29/filen-cli-v0.0.29-win-x64.exe + InstallerSha256: D878D9A95B25AF0D5EE83654B80CB9458B5022D10F2211ECB5554CE4DF2ED40D +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/f/FilenCloud/Filen-cli/0.0.29/FilenCloud.Filen-cli.locale.en-US.yaml b/manifests/f/FilenCloud/Filen-cli/0.0.29/FilenCloud.Filen-cli.locale.en-US.yaml new file mode 100644 index 0000000000000..8a87704cd8f27 --- /dev/null +++ b/manifests/f/FilenCloud/Filen-cli/0.0.29/FilenCloud.Filen-cli.locale.en-US.yaml @@ -0,0 +1,35 @@ +# Created with WinGet Updater using komac v2.10.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: FilenCloud.Filen-cli +PackageVersion: 0.0.29 +PackageLocale: en-US +Publisher: Filen Cloud Dienste UG +PublisherUrl: https://github.com/FilenCloudDienste +PublisherSupportUrl: https://github.com/FilenCloudDienste/filen-cli/issues +PackageName: Filen CLI +PackageUrl: https://github.com/FilenCloudDienste/filen-cli +License: AGPL-3.0 +LicenseUrl: https://github.com/FilenCloudDienste/filen-cli/blob/HEAD/LICENSE +Copyright: © 2021 Filen Cloud Dienste UG +ShortDescription: The Filen CLI provides a set of useful tools for interacting with your filen account. +Tags: +- cli +- filen +- headless +- linux +- mac +- macos +- s3 +- server +- webdav +- windows +ReleaseNotes: |- + Features: + - installing the CLI by executing an install script via curl -sL https://filen.io/cli.sh | bash (which is a redirect to https://raw.githubusercontent.com/FilenCloudDienste/filen-cli/refs/heads/main/install.sh) + - installing the CLI from the NPM package @filen/cli via npm i -g @filen/cli and invoking it as filen + This release contains all latest improvements of Filen packages. + See the README for detailed information. +ReleaseNotesUrl: https://github.com/FilenCloudDienste/filen-cli/releases/tag/v0.0.29 +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/f/FilenCloud/Filen-cli/0.0.29/FilenCloud.Filen-cli.yaml b/manifests/f/FilenCloud/Filen-cli/0.0.29/FilenCloud.Filen-cli.yaml new file mode 100644 index 0000000000000..b13dad09b7628 --- /dev/null +++ b/manifests/f/FilenCloud/Filen-cli/0.0.29/FilenCloud.Filen-cli.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Updater using komac v2.10.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: FilenCloud.Filen-cli +PackageVersion: 0.0.29 +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.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/FireDaemon/FireDaemonPro/5.4.16/FireDaemon.FireDaemonPro.installer.yaml b/manifests/f/FireDaemon/FireDaemonPro/5.4.16/FireDaemon.FireDaemonPro.installer.yaml new file mode 100644 index 0000000000000..097d7d9607baa --- /dev/null +++ b/manifests/f/FireDaemon/FireDaemonPro/5.4.16/FireDaemon.FireDaemonPro.installer.yaml @@ -0,0 +1,29 @@ +# Created using wingetcreate 1.9.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: FireDaemon.FireDaemonPro +PackageVersion: 5.4.16 +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: '{58F2D522-B512-4A38-87BD-B51CBBA1C92D}' +ReleaseDate: 2024-12-31 +AppsAndFeaturesEntries: +- Publisher: FireDaemon Technologies Limited + InstallerType: msi +Installers: +- Architecture: x64 + InstallerUrl: https://download.firedaemon.com/FireDaemon-Pro/5.4.16/FireDaemon-Pro-x64-5.4.16.exe + InstallerSha256: 442EFB167401B84E0B2726A7945C0A6FFF351FEA2B2B4996E74BAE0D8BC6E1E7 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/f/FireDaemon/FireDaemonPro/5.4.13/FireDaemon.FireDaemonPro.locale.en-US.yaml b/manifests/f/FireDaemon/FireDaemonPro/5.4.16/FireDaemon.FireDaemonPro.locale.en-US.yaml similarity index 87% rename from manifests/f/FireDaemon/FireDaemonPro/5.4.13/FireDaemon.FireDaemonPro.locale.en-US.yaml rename to manifests/f/FireDaemon/FireDaemonPro/5.4.16/FireDaemon.FireDaemonPro.locale.en-US.yaml index b106d3eb35e56..2af17e9ae47e1 100644 --- a/manifests/f/FireDaemon/FireDaemonPro/5.4.13/FireDaemon.FireDaemonPro.locale.en-US.yaml +++ b/manifests/f/FireDaemon/FireDaemonPro/5.4.16/FireDaemon.FireDaemonPro.locale.en-US.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.6.5.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created using wingetcreate 1.9.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: FireDaemon.FireDaemonPro -PackageVersion: 5.4.13 +PackageVersion: 5.4.16 PackageLocale: en-US Publisher: FireDaemon Technologies Limited PublisherUrl: https://www.firedaemon.com @@ -12,17 +12,18 @@ Author: FireDaemon Technologies Limited PackageName: FireDaemon Pro PackageUrl: https://www.firedaemon.com/firedaemon-pro License: Proprietary -Copyright: Copyright (C) 2024 FireDaemon Technologies Limited +Copyright: Copyright (C) 2025 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 +- service-choreography - management-tools +PurchaseUrl: https://www.firedaemon.com/pricing ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/FireDaemon/FireDaemonPro/5.4.16/FireDaemon.FireDaemonPro.yaml b/manifests/f/FireDaemon/FireDaemonPro/5.4.16/FireDaemon.FireDaemonPro.yaml new file mode 100644 index 0000000000000..30cee04b6e493 --- /dev/null +++ b/manifests/f/FireDaemon/FireDaemonPro/5.4.16/FireDaemon.FireDaemonPro.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: FireDaemon.FireDaemonPro +PackageVersion: 5.4.16 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.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/FlightGear/FlightGear/2020.3.19/FlightGear.FlightGear.installer.yaml b/manifests/f/FlightGear/FlightGear/2020.3.19/FlightGear.FlightGear.installer.yaml index 8c0b0a27846e0..de5462a437c4e 100644 --- a/manifests/f/FlightGear/FlightGear/2020.3.19/FlightGear.FlightGear.installer.yaml +++ b/manifests/f/FlightGear/FlightGear/2020.3.19/FlightGear.FlightGear.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 DuckDuckStudio's Automation. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: FlightGear.FlightGear PackageVersion: 2020.3.19 @@ -7,7 +7,7 @@ InstallerType: inno ReleaseDate: 2023-10-18 Installers: - Architecture: x64 - InstallerUrl: https://download.flightgear.org/builds/2020.3/FlightGear-2020.3.19.exe + InstallerUrl: https://sourceforge.net/projects/flightgear/files/release-2020.3/FlightGear-2020.3.19.exe InstallerSha256: 02163CF0F28F5FE9597891F95488B8702B9D9EDC44A4BF992A085F55F59E69D0 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/FlightGear/FlightGear/2020.3.19/FlightGear.FlightGear.locale.en-US.yaml b/manifests/f/FlightGear/FlightGear/2020.3.19/FlightGear.FlightGear.locale.en-US.yaml index 4a934bb69fc71..5550d2504880a 100644 --- a/manifests/f/FlightGear/FlightGear/2020.3.19/FlightGear.FlightGear.locale.en-US.yaml +++ b/manifests/f/FlightGear/FlightGear/2020.3.19/FlightGear.FlightGear.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 DuckDuckStudio's Automation. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: FlightGear.FlightGear PackageVersion: 2020.3.19 @@ -12,4 +12,4 @@ LicenseUrl: http://wiki.flightgear.org/GNU_General_Public_License ShortDescription: FlightGear is an open-source flight simulator. Moniker: flightgear ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/FlightGear/FlightGear/2020.3.19/FlightGear.FlightGear.yaml b/manifests/f/FlightGear/FlightGear/2020.3.19/FlightGear.FlightGear.yaml index edfa6fb4cda94..ec1993ef94641 100644 --- a/manifests/f/FlightGear/FlightGear/2020.3.19/FlightGear.FlightGear.yaml +++ b/manifests/f/FlightGear/FlightGear/2020.3.19/FlightGear.FlightGear.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 DuckDuckStudio's Automation. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: FlightGear.FlightGear PackageVersion: 2020.3.19 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/FlightGear/FlightGear/2020.3.6/FlightGear.FlightGear.installer.yaml b/manifests/f/FlightGear/FlightGear/2020.3.6/FlightGear.FlightGear.installer.yaml deleted file mode 100644 index 2b0b63f1cc38e..0000000000000 --- a/manifests/f/FlightGear/FlightGear/2020.3.6/FlightGear.FlightGear.installer.yaml +++ /dev/null @@ -1,13 +0,0 @@ -# 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 - -PackageIdentifier: FlightGear.FlightGear -PackageVersion: 2020.3.6 -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Installers: -- Architecture: x64 - InstallerUrl: https://download.flightgear.org/builds/2020.3/FlightGear-2020.3.6.exe - InstallerSha256: 708C54325C91A664841DE22ADF19805D9D7D87C833283761B0A2C933ED38FD21 -ManifestType: installer -ManifestVersion: 1.1.0 diff --git a/manifests/f/FlightGear/FlightGear/2020.3.6/FlightGear.FlightGear.locale.en-US.yaml b/manifests/f/FlightGear/FlightGear/2020.3.6/FlightGear.FlightGear.locale.en-US.yaml deleted file mode 100644 index c34898fefb4f3..0000000000000 --- a/manifests/f/FlightGear/FlightGear/2020.3.6/FlightGear.FlightGear.locale.en-US.yaml +++ /dev/null @@ -1,26 +0,0 @@ -# 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 - -PackageIdentifier: FlightGear.FlightGear -PackageVersion: 2020.3.6 -PackageLocale: en-US -Publisher: FlightGear -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: -# Author: -PackageName: FlightGear Flight Simulator -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.6/FlightGear.FlightGear.yaml b/manifests/f/FlightGear/FlightGear/2020.3.6/FlightGear.FlightGear.yaml deleted file mode 100644 index dabf4c95cb410..0000000000000 --- a/manifests/f/FlightGear/FlightGear/2020.3.6/FlightGear.FlightGear.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# 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 - -PackageIdentifier: FlightGear.FlightGear -PackageVersion: 2020.3.6 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.1.0 diff --git a/manifests/f/FlightGear/FlightGear/2020.3.8/FlightGear.FlightGear.installer.yaml b/manifests/f/FlightGear/FlightGear/2020.3.8/FlightGear.FlightGear.installer.yaml index 7fcfcab21882f..ca9dea9f6fc83 100644 --- a/manifests/f/FlightGear/FlightGear/2020.3.8/FlightGear.FlightGear.installer.yaml +++ b/manifests/f/FlightGear/FlightGear/2020.3.8/FlightGear.FlightGear.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 DuckDuckStudio's Automation. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: FlightGear.FlightGear PackageVersion: 2020.3.8 @@ -7,7 +7,7 @@ MinimumOSVersion: 10.0.0.0 InstallerType: inno Installers: - Architecture: x64 - InstallerUrl: https://download.flightgear.org/builds/2020.3/FlightGear-2020.3.8.exe + InstallerUrl: https://sourceforge.net/projects/flightgear/files/release-2020.3/FlightGear-2020.3.8.exe InstallerSha256: B0687D49EAF854F6F34031025BBB1DA11D34ECC9FF3C98B894FF1C8DE91BC5B6 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/FlightGear/FlightGear/2020.3.8/FlightGear.FlightGear.locale.en-US.yaml b/manifests/f/FlightGear/FlightGear/2020.3.8/FlightGear.FlightGear.locale.en-US.yaml index ffd61e1443636..251e048667fb7 100644 --- a/manifests/f/FlightGear/FlightGear/2020.3.8/FlightGear.FlightGear.locale.en-US.yaml +++ b/manifests/f/FlightGear/FlightGear/2020.3.8/FlightGear.FlightGear.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 DuckDuckStudio's Automation. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: FlightGear.FlightGear PackageVersion: 2020.3.8 @@ -23,4 +23,4 @@ Moniker: flightgear # ReleaseNotes: # ReleaseNotesUrl: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/FlightGear/FlightGear/2020.3.8/FlightGear.FlightGear.yaml b/manifests/f/FlightGear/FlightGear/2020.3.8/FlightGear.FlightGear.yaml index 326874ce0401d..5e29aedae8ff3 100644 --- a/manifests/f/FlightGear/FlightGear/2020.3.8/FlightGear.FlightGear.yaml +++ b/manifests/f/FlightGear/FlightGear/2020.3.8/FlightGear.FlightGear.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 DuckDuckStudio's Automation. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: FlightGear.FlightGear PackageVersion: 2020.3.8 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/FlightGear/FlightGear/2020.3.9/FlightGear.FlightGear.installer.yaml b/manifests/f/FlightGear/FlightGear/2020.3.9/FlightGear.FlightGear.installer.yaml index 121ab227f8dfa..a76a8ab1653bb 100644 --- a/manifests/f/FlightGear/FlightGear/2020.3.9/FlightGear.FlightGear.installer.yaml +++ b/manifests/f/FlightGear/FlightGear/2020.3.9/FlightGear.FlightGear.installer.yaml @@ -1,13 +1,12 @@ -# Created using wingetcreate 0.2.0.29 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json +# Created with DuckDuckStudio's Automation. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: FlightGear.FlightGear PackageVersion: 2020.3.9 Installers: - Architecture: x64 InstallerType: inno - InstallerUrl: https://download.flightgear.org/builds/2020.3/FlightGear-2020.3.9.exe + InstallerUrl: https://sourceforge.net/projects/flightgear/files/release-2020.3/FlightGear-2020.3.9.exe InstallerSha256: 70F5E4195E64C33046EBF089D7F12A8AC477792AA6167AE6DA6D6B37E8C58BE3 ManifestType: installer -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/f/FlightGear/FlightGear/2020.3.9/FlightGear.FlightGear.locale.en-US.yaml b/manifests/f/FlightGear/FlightGear/2020.3.9/FlightGear.FlightGear.locale.en-US.yaml index 3a9bf330aad2e..76db2dc1230ad 100644 --- a/manifests/f/FlightGear/FlightGear/2020.3.9/FlightGear.FlightGear.locale.en-US.yaml +++ b/manifests/f/FlightGear/FlightGear/2020.3.9/FlightGear.FlightGear.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 DuckDuckStudio's Automation. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: FlightGear.FlightGear PackageVersion: 2020.3.9 @@ -12,4 +12,4 @@ LicenseUrl: http://wiki.flightgear.org/GNU_General_Public_License ShortDescription: FlightGear is an open-source flight simulator. Moniker: flightgear ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/FlightGear/FlightGear/2020.3.9/FlightGear.FlightGear.yaml b/manifests/f/FlightGear/FlightGear/2020.3.9/FlightGear.FlightGear.yaml index decffdc13faac..b747f057db408 100644 --- a/manifests/f/FlightGear/FlightGear/2020.3.9/FlightGear.FlightGear.yaml +++ b/manifests/f/FlightGear/FlightGear/2020.3.9/FlightGear.FlightGear.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 DuckDuckStudio's Automation. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: FlightGear.FlightGear PackageVersion: 2020.3.9 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/f/Flow-Launcher/Flow-Launcher/1.8.2/Flow-Launcher.Flow-Launcher.installer.yaml b/manifests/f/Flow-Launcher/Flow-Launcher/1.8.2/Flow-Launcher.Flow-Launcher.installer.yaml index d256f7f2ae193..0f04da07d4de6 100644 --- a/manifests/f/Flow-Launcher/Flow-Launcher/1.8.2/Flow-Launcher.Flow-Launcher.installer.yaml +++ b/manifests/f/Flow-Launcher/Flow-Launcher/1.8.2/Flow-Launcher.Flow-Launcher.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: Flow-Launcher.Flow-Launcher PackageVersion: 1.8.2 +InstallerLocale: en-US MinimumOSVersion: 10.0.0.0 +InstallerType: exe +Scope: user InstallModes: - silent +InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent +UpgradeBehavior: install Installers: -- InstallerLocale: en-US - Architecture: x64 - InstallerType: exe - Scope: user +- Architecture: x64 InstallerUrl: https://github.com/Flow-Launcher/Flow.Launcher/releases/download/v1.8.2/Flow-Launcher-Setup.exe InstallerSha256: 85D37572C2F808FB40BD3D93DF7CC256A4DB840496CEB810D09E22EE7ACA8549 - InstallerSwitches: - Silent: --silent - SilentWithProgress: --silent - UpgradeBehavior: install ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/Flow-Launcher/Flow-Launcher/1.8.2/Flow-Launcher.Flow-Launcher.locale.en-US.yaml b/manifests/f/Flow-Launcher/Flow-Launcher/1.8.2/Flow-Launcher.Flow-Launcher.locale.en-US.yaml index 4fd1afcd21000..fab1b3921ae1e 100644 --- a/manifests/f/Flow-Launcher/Flow-Launcher/1.8.2/Flow-Launcher.Flow-Launcher.locale.en-US.yaml +++ b/manifests/f/Flow-Launcher/Flow-Launcher/1.8.2/Flow-Launcher.Flow-Launcher.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: Flow-Launcher.Flow-Launcher PackageVersion: 1.8.2 @@ -7,6 +7,7 @@ PackageLocale: en-US Publisher: Flow-Launcher Team PublisherUrl: https://github.com/Flow-Launcher/Flow.Launcher PublisherSupportUrl: https://github.com/Flow-Launcher/Flow.Launcher/issues +# PrivacyUrl: Author: Flow-Launcher Team PackageName: Flow Launcher PackageUrl: https://github.com/Flow-Launcher/Flow.Launcher @@ -15,12 +16,19 @@ LicenseUrl: https://raw.githubusercontent.com/Flow-Launcher/Flow.Launcher/dev/LI Copyright: Copyright (c) 2019 Flow-Launcher CopyrightUrl: https://raw.githubusercontent.com/Flow-Launcher/Flow.Launcher/dev/LICENSE ShortDescription: Keystroke launcher for Windows to search, manage and launch files, folders bookmarks, websites and more. +# Description: +# Moniker: Tags: -- search -- launcher - bookmarks - calculator -- productivity +- launcher - plugins +- productivity +- search +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/Flow-Launcher/Flow-Launcher/1.8.2/Flow-Launcher.Flow-Launcher.yaml b/manifests/f/Flow-Launcher/Flow-Launcher/1.8.2/Flow-Launcher.Flow-Launcher.yaml index 33181749f36a5..792f3ed1c16f9 100644 --- a/manifests/f/Flow-Launcher/Flow-Launcher/1.8.2/Flow-Launcher.Flow-Launcher.yaml +++ b/manifests/f/Flow-Launcher/Flow-Launcher/1.8.2/Flow-Launcher.Flow-Launcher.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: Flow-Launcher.Flow-Launcher PackageVersion: 1.8.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/Flow-Launcher/Flow-Launcher/1.9.3/Flow-Launcher.Flow-Launcher.installer.yaml b/manifests/f/Flow-Launcher/Flow-Launcher/1.9.3/Flow-Launcher.Flow-Launcher.installer.yaml index 6a5542a6cb044..5d5ea77b9d5ef 100644 --- a/manifests/f/Flow-Launcher/Flow-Launcher/1.9.3/Flow-Launcher.Flow-Launcher.installer.yaml +++ b/manifests/f/Flow-Launcher/Flow-Launcher/1.9.3/Flow-Launcher.Flow-Launcher.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: Flow-Launcher.Flow-Launcher PackageVersion: 1.9.3 @@ -19,4 +19,4 @@ Installers: InstallerUrl: https://github.com/Flow-Launcher/Flow.Launcher/releases/download/v1.9.3/Flow-Launcher-Setup.exe InstallerSha256: 8AC79F290587B857EE1FD323C46BEA4FAD38E4E89166D2E323F54191B520CDC0 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/Flow-Launcher/Flow-Launcher/1.9.3/Flow-Launcher.Flow-Launcher.locale.en-US.yaml b/manifests/f/Flow-Launcher/Flow-Launcher/1.9.3/Flow-Launcher.Flow-Launcher.locale.en-US.yaml index 77925e27ff361..cca5a7da68a03 100644 --- a/manifests/f/Flow-Launcher/Flow-Launcher/1.9.3/Flow-Launcher.Flow-Launcher.locale.en-US.yaml +++ b/manifests/f/Flow-Launcher/Flow-Launcher/1.9.3/Flow-Launcher.Flow-Launcher.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: Flow-Launcher.Flow-Launcher PackageVersion: 1.9.3 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Flow-Launcher Team PublisherUrl: https://github.com/Flow-Launcher/Flow.Launcher PublisherSupportUrl: https://github.com/Flow-Launcher/Flow.Launcher/issues -# PrivacyUrl: +# PrivacyUrl: Author: Flow-Launcher Team PackageName: Flow Launcher PackageUrl: https://github.com/Flow-Launcher/Flow.Launcher @@ -16,8 +16,8 @@ LicenseUrl: https://raw.githubusercontent.com/Flow-Launcher/Flow.Launcher/dev/LI Copyright: Copyright (c) 2019 Flow-Launcher CopyrightUrl: https://raw.githubusercontent.com/Flow-Launcher/Flow.Launcher/dev/LICENSE ShortDescription: Keystroke launcher for Windows to search, manage and launch files, folders bookmarks, websites and more. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - bookmarks - calculator @@ -25,8 +25,10 @@ Tags: - plugins - productivity - search -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/Flow-Launcher/Flow.Launcher/releases/tag/v1.9.3 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/Flow-Launcher/Flow-Launcher/1.9.3/Flow-Launcher.Flow-Launcher.yaml b/manifests/f/Flow-Launcher/Flow-Launcher/1.9.3/Flow-Launcher.Flow-Launcher.yaml index d84c4309ac4cc..6fc365c4c121e 100644 --- a/manifests/f/Flow-Launcher/Flow-Launcher/1.9.3/Flow-Launcher.Flow-Launcher.yaml +++ b/manifests/f/Flow-Launcher/Flow-Launcher/1.9.3/Flow-Launcher.Flow-Launcher.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: Flow-Launcher.Flow-Launcher PackageVersion: 1.9.3 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/Flow-Launcher/Flow-Launcher/1.9.4/Flow-Launcher.Flow-Launcher.installer.yaml b/manifests/f/Flow-Launcher/Flow-Launcher/1.9.4/Flow-Launcher.Flow-Launcher.installer.yaml index aa0b65383931b..c7cd99c47e1cf 100644 --- a/manifests/f/Flow-Launcher/Flow-Launcher/1.9.4/Flow-Launcher.Flow-Launcher.installer.yaml +++ b/manifests/f/Flow-Launcher/Flow-Launcher/1.9.4/Flow-Launcher.Flow-Launcher.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: Flow-Launcher.Flow-Launcher PackageVersion: 1.9.4 @@ -19,4 +19,4 @@ Installers: InstallerUrl: https://github.com/Flow-Launcher/Flow.Launcher/releases/download/v1.9.4/Flow-Launcher-Setup.exe InstallerSha256: 4C091FB6E2523EA6A9F6AC8E8B4C84B2DCA19F167F31FC3DE38E31BA3AD24F89 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/Flow-Launcher/Flow-Launcher/1.9.4/Flow-Launcher.Flow-Launcher.locale.en-US.yaml b/manifests/f/Flow-Launcher/Flow-Launcher/1.9.4/Flow-Launcher.Flow-Launcher.locale.en-US.yaml index fa7c0eadf776a..10067d4de94af 100644 --- a/manifests/f/Flow-Launcher/Flow-Launcher/1.9.4/Flow-Launcher.Flow-Launcher.locale.en-US.yaml +++ b/manifests/f/Flow-Launcher/Flow-Launcher/1.9.4/Flow-Launcher.Flow-Launcher.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: Flow-Launcher.Flow-Launcher PackageVersion: 1.9.4 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Flow-Launcher Team PublisherUrl: https://github.com/Flow-Launcher/Flow.Launcher PublisherSupportUrl: https://github.com/Flow-Launcher/Flow.Launcher/issues -# PrivacyUrl: +# PrivacyUrl: Author: Flow-Launcher Team PackageName: Flow Launcher PackageUrl: https://github.com/Flow-Launcher/Flow.Launcher @@ -16,8 +16,8 @@ LicenseUrl: https://raw.githubusercontent.com/Flow-Launcher/Flow.Launcher/dev/LI Copyright: Copyright (c) 2019 Flow-Launcher CopyrightUrl: https://raw.githubusercontent.com/Flow-Launcher/Flow.Launcher/dev/LICENSE ShortDescription: Keystroke launcher for Windows to search, manage and launch files, folders bookmarks, websites and more. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - bookmarks - calculator @@ -25,11 +25,10 @@ Tags: - plugins - productivity - search -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/Flow-Launcher/Flow.Launcher/releases/tag/v1.9.4 -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/Flow-Launcher/Flow-Launcher/1.9.4/Flow-Launcher.Flow-Launcher.yaml b/manifests/f/Flow-Launcher/Flow-Launcher/1.9.4/Flow-Launcher.Flow-Launcher.yaml index de296e7331b43..34d289a9a24ee 100644 --- a/manifests/f/Flow-Launcher/Flow-Launcher/1.9.4/Flow-Launcher.Flow-Launcher.yaml +++ b/manifests/f/Flow-Launcher/Flow-Launcher/1.9.4/Flow-Launcher.Flow-Launcher.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: Flow-Launcher.Flow-Launcher PackageVersion: 1.9.4 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/Flow-Launcher/Flow-Launcher/1.9.5/Flow-Launcher.Flow-Launcher.installer.yaml b/manifests/f/Flow-Launcher/Flow-Launcher/1.9.5/Flow-Launcher.Flow-Launcher.installer.yaml index ef08109a63c76..843584e82c2c7 100644 --- a/manifests/f/Flow-Launcher/Flow-Launcher/1.9.5/Flow-Launcher.Flow-Launcher.installer.yaml +++ b/manifests/f/Flow-Launcher/Flow-Launcher/1.9.5/Flow-Launcher.Flow-Launcher.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: Flow-Launcher.Flow-Launcher PackageVersion: 1.9.5 @@ -19,4 +19,4 @@ Installers: InstallerUrl: https://github.com/Flow-Launcher/Flow.Launcher/releases/download/v1.9.5/Flow-Launcher-Setup.exe InstallerSha256: E5255E6D538C8AB3441E76433DD0D178AECCE55931809FA17FE36BB326F0D113 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/Flow-Launcher/Flow-Launcher/1.9.5/Flow-Launcher.Flow-Launcher.locale.en-US.yaml b/manifests/f/Flow-Launcher/Flow-Launcher/1.9.5/Flow-Launcher.Flow-Launcher.locale.en-US.yaml index 6b40340047550..31903654c8b2e 100644 --- a/manifests/f/Flow-Launcher/Flow-Launcher/1.9.5/Flow-Launcher.Flow-Launcher.locale.en-US.yaml +++ b/manifests/f/Flow-Launcher/Flow-Launcher/1.9.5/Flow-Launcher.Flow-Launcher.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: Flow-Launcher.Flow-Launcher PackageVersion: 1.9.5 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Flow-Launcher Team PublisherUrl: https://github.com/Flow-Launcher/Flow.Launcher PublisherSupportUrl: https://github.com/Flow-Launcher/Flow.Launcher/issues -# PrivacyUrl: +# PrivacyUrl: Author: Flow-Launcher Team PackageName: Flow Launcher PackageUrl: https://github.com/Flow-Launcher/Flow.Launcher @@ -16,8 +16,8 @@ LicenseUrl: https://raw.githubusercontent.com/Flow-Launcher/Flow.Launcher/dev/LI Copyright: Copyright (c) 2019 Flow-Launcher CopyrightUrl: https://raw.githubusercontent.com/Flow-Launcher/Flow.Launcher/dev/LICENSE ShortDescription: Keystroke launcher for Windows to search, manage and launch files, folders bookmarks, websites and more. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - bookmarks - calculator @@ -25,11 +25,10 @@ Tags: - plugins - productivity - search -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/Flow-Launcher/Flow.Launcher/releases/tag/v1.9.5 -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/f/Flow-Launcher/Flow-Launcher/1.9.5/Flow-Launcher.Flow-Launcher.yaml b/manifests/f/Flow-Launcher/Flow-Launcher/1.9.5/Flow-Launcher.Flow-Launcher.yaml index aef196ab58526..d16da5a228038 100644 --- a/manifests/f/Flow-Launcher/Flow-Launcher/1.9.5/Flow-Launcher.Flow-Launcher.yaml +++ b/manifests/f/Flow-Launcher/Flow-Launcher/1.9.5/Flow-Launcher.Flow-Launcher.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: Flow-Launcher.Flow-Launcher PackageVersion: 1.9.5 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.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/Fly-io/flyctl/0.3.77/Fly-io.flyctl.installer.yaml b/manifests/f/Fly-io/flyctl/0.3.77/Fly-io.flyctl.installer.yaml new file mode 100644 index 0000000000000..fc8aa85f03141 --- /dev/null +++ b/manifests/f/Fly-io/flyctl/0.3.77/Fly-io.flyctl.installer.yaml @@ -0,0 +1,19 @@ +# Created with komac v2.10.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Fly-io.flyctl +PackageVersion: 0.3.77 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: flyctl.exe +ReleaseDate: 2025-02-10 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/superfly/flyctl/releases/download/v0.3.77/flyctl_0.3.77_Windows_x86_64.zip + InstallerSha256: 5D5E7727F7E9B1BB6F19B26A864D4DAC54B8466B2BCFA6A882D81C91A39AC038 +- Architecture: arm64 + InstallerUrl: https://github.com/superfly/flyctl/releases/download/v0.3.77/flyctl_0.3.77_Windows_arm64.zip + InstallerSha256: C781A7768200CE601E53EE509D54D103B55F5EEEADD63A5FEF8DBEBB01252A61 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fly-io/flyctl/0.3.77/Fly-io.flyctl.locale.en-US.yaml b/manifests/f/Fly-io/flyctl/0.3.77/Fly-io.flyctl.locale.en-US.yaml new file mode 100644 index 0000000000000..0ea6ec7c1c5a5 --- /dev/null +++ b/manifests/f/Fly-io/flyctl/0.3.77/Fly-io.flyctl.locale.en-US.yaml @@ -0,0 +1,28 @@ +# Created with komac v2.10.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Fly-io.flyctl +PackageVersion: 0.3.77 +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 + - cd05a97 Bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.75.4 to 1.76.0 in the aws-sdk group (#4210) + - b249980 Bump golang.org/x/crypto from 0.32.0 to 0.33.0 in the golangx group (#4211) + - d7a4c87 Bump github.com/cenkalti/backoff/v5 from 5.0.1 to 5.0.2 (#4212) + - 225918d fix: keep the digest of an image on fly m create (#4195) +ReleaseNotesUrl: https://github.com/superfly/flyctl/releases/tag/v0.3.77 +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fly-io/flyctl/0.3.77/Fly-io.flyctl.locale.ko-KR.yaml b/manifests/f/Fly-io/flyctl/0.3.77/Fly-io.flyctl.locale.ko-KR.yaml new file mode 100644 index 0000000000000..90eff9d514c58 --- /dev/null +++ b/manifests/f/Fly-io/flyctl/0.3.77/Fly-io.flyctl.locale.ko-KR.yaml @@ -0,0 +1,26 @@ +# Created with komac v2.10.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: Fly-io.flyctl +PackageVersion: 0.3.77 +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.77/Fly-io.flyctl.yaml b/manifests/f/Fly-io/flyctl/0.3.77/Fly-io.flyctl.yaml new file mode 100644 index 0000000000000..101bea4c11234 --- /dev/null +++ b/manifests/f/Fly-io/flyctl/0.3.77/Fly-io.flyctl.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: Fly-io.flyctl +PackageVersion: 0.3.77 +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/ForensiT/Transwiz/1.19.1099/ForensiT.Transwiz.installer.yaml b/manifests/f/ForensiT/Transwiz/1.19.1099/ForensiT.Transwiz.installer.yaml new file mode 100644 index 0000000000000..65b41e49aeced --- /dev/null +++ b/manifests/f/ForensiT/Transwiz/1.19.1099/ForensiT.Transwiz.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: ForensiT.Transwiz +PackageVersion: 1.19.1099 +InstallerLocale: en-US +InstallerType: msi +ProductCode: '{383D9D2E-C4B5-4684-A0A2-CF80B7110354}' +Installers: +- Architecture: x86 + InstallerUrl: https://www.forensit.com/Downloads/Transwiz.msi + InstallerSha256: 511C2C0908883BC9D05295E5145B767F2633461C93A31D1CB8D765EE09CDD801 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/f/ForensiT/Transwiz/1.19.1099/ForensiT.Transwiz.locale.en-US.yaml b/manifests/f/ForensiT/Transwiz/1.19.1099/ForensiT.Transwiz.locale.en-US.yaml new file mode 100644 index 0000000000000..3dce978e2d605 --- /dev/null +++ b/manifests/f/ForensiT/Transwiz/1.19.1099/ForensiT.Transwiz.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: ForensiT.Transwiz +PackageVersion: 1.19.1099 +PackageLocale: en-US +Publisher: ForensiT +PublisherUrl: https://www.forensit.com/ +PublisherSupportUrl: https://www.forensit.com/support.html +PrivacyUrl: https://www.forensit.com/privacy_statement.html +PackageName: ForensiT Transwiz +PackageUrl: https://www.forensit.com/move-computer.html +License: Freeware +LicenseUrl: https://www.forensit.com/Move/END-USER%20LICENSE%20AGREEMENT.rtf +Copyright: Copyright © ForensiT Software Ltd. All rights reserved. +CopyrightUrl: https://www.forensit.com/company.html +ShortDescription: Transwiz - User Profile Transfer Wizard - makes it easy to transfer your personal data and settings to a new computer. +Description: Transwiz enables you to move a user's profile and assign it to any user account on any domain in any language. By separating the user account from the user data, Transwiz enables you to move user accounts as well as computers. +Moniker: transwiz +Tags: +- transfer +- backup +- profile +- migration +- restore +- data +Documentations: +- DocumentLabel: User Guide + DocumentUrl: https://www.forensit.com/Downloads/Transwiz%20User%20Guide.pdf +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/f/ForensiT/Transwiz/1.19.1099/ForensiT.Transwiz.yaml b/manifests/f/ForensiT/Transwiz/1.19.1099/ForensiT.Transwiz.yaml new file mode 100644 index 0000000000000..43a3e4ccdd2e4 --- /dev/null +++ b/manifests/f/ForensiT/Transwiz/1.19.1099/ForensiT.Transwiz.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: ForensiT.Transwiz +PackageVersion: 1.19.1099 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fork/Fork/2.4.3/Fork.Fork.installer.yaml b/manifests/f/Fork/Fork/2.4.3/Fork.Fork.installer.yaml new file mode 100644 index 0000000000000..694d3e982eab7 --- /dev/null +++ b/manifests/f/Fork/Fork/2.4.3/Fork.Fork.installer.yaml @@ -0,0 +1,24 @@ +# Created with komac v2.10.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Fork.Fork +PackageVersion: 2.4.3 +InstallerLocale: en-US +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Silent: /s + SilentWithProgress: /s +UpgradeBehavior: install +ReleaseDate: 2025-01-30 +RequireExplicitUpgrade: true +Installers: +- Architecture: neutral + InstallerUrl: https://cdn.fork.dev/win/Fork-2.4.3.exe + InstallerSha256: 15E090D2D80475E2942DE0A599987A779FC3C5A4A8310D7AB1B36765AA8862F6 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fork/Fork/2.4.3/Fork.Fork.locale.en-US.yaml b/manifests/f/Fork/Fork/2.4.3/Fork.Fork.locale.en-US.yaml new file mode 100644 index 0000000000000..37bbeb9bc2f7c --- /dev/null +++ b/manifests/f/Fork/Fork/2.4.3/Fork.Fork.locale.en-US.yaml @@ -0,0 +1,21 @@ +# Created with komac v2.10.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Fork.Fork +PackageVersion: 2.4.3 +PackageLocale: en-US +Publisher: Fork +PublisherUrl: https://fork.dev/ +Author: Fork +PackageName: Fork - a fast and friendly git client +PackageUrl: https://fork.dev/ +License: Proprietary +LicenseUrl: https://fork.dev/license +Copyright: Copyright © 2021 Danil Pristupov +CopyrightUrl: https://fork.dev/license +ShortDescription: A fast and friendly git client for Mac and Windows. +Moniker: git-fork +Tags: +- git +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/f/Fork/Fork/2.4.3/Fork.Fork.yaml b/manifests/f/Fork/Fork/2.4.3/Fork.Fork.yaml new file mode 100644 index 0000000000000..fc6a903ebf5c9 --- /dev/null +++ b/manifests/f/Fork/Fork/2.4.3/Fork.Fork.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: Fork.Fork +PackageVersion: 2.4.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/f/Formlabs/PreForm/3.44.1.478/Formlabs.PreForm.installer.yaml b/manifests/f/Formlabs/PreForm/3.44.1.478/Formlabs.PreForm.installer.yaml new file mode 100644 index 0000000000000..e5fe22ad884a6 --- /dev/null +++ b/manifests/f/Formlabs/PreForm/3.44.1.478/Formlabs.PreForm.installer.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Formlabs.PreForm +PackageVersion: 3.44.1.478 +InstallerType: burn +Scope: machine +ProductCode: '{2c7b21f3-be05-4161-9c99-c5927ba01777}' +Installers: +- Architecture: x64 + InstallerUrl: https://downloads.formlabs.com/PreForm/Release/3.44.1/PreForm_win_3.44.1_release_releaser_478_73450.exe + InstallerSha256: E84C921244481D689812E7B6F2DE0356C9038DD8B3844500EBDF20A48566396F +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/f/Formlabs/PreForm/3.44.1.478/Formlabs.PreForm.locale.en-US.yaml b/manifests/f/Formlabs/PreForm/3.44.1.478/Formlabs.PreForm.locale.en-US.yaml new file mode 100644 index 0000000000000..6c002daa649ac --- /dev/null +++ b/manifests/f/Formlabs/PreForm/3.44.1.478/Formlabs.PreForm.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: Formlabs.PreForm +PackageVersion: 3.44.1.478 +PackageLocale: en-US +Publisher: Formlabs +PublisherUrl: https://formlabs.com/ +PrivacyUrl: https://formlabs.com/privacy-policy/ +PackageName: PreForm +License: Proprietary +LicenseUrl: https://formlabs.com/terms-of-service/ +Copyright: Copyright (c) Formlabs. All rights reserved. +ShortDescription: PreForm is a printing preparation software for Formlabs SLA printers. +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://support.formlabs.com/s/article/PreForm?language=en_US +- DocumentLabel: Forum + DocumentUrl: https://forum.formlabs.com/ +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/f/Formlabs/PreForm/3.44.1.478/Formlabs.PreForm.yaml b/manifests/f/Formlabs/PreForm/3.44.1.478/Formlabs.PreForm.yaml new file mode 100644 index 0000000000000..b046f31661170 --- /dev/null +++ b/manifests/f/Formlabs/PreForm/3.44.1.478/Formlabs.PreForm.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: Formlabs.PreForm +PackageVersion: 3.44.1.478 +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/FredEmmott/OpenKneeboard/1.10.4/FredEmmott.OpenKneeboard.installer.yaml b/manifests/f/FredEmmott/OpenKneeboard/1.10.4/FredEmmott.OpenKneeboard.installer.yaml new file mode 100644 index 0000000000000..0fae0b6895a49 --- /dev/null +++ b/manifests/f/FredEmmott/OpenKneeboard/1.10.4/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.4 +InstallerLocale: en-US +InstallerType: wix +ProductCode: '{05F2FAE6-982E-49E5-AF82-C0AF8B2EA4DC}' +ReleaseDate: 2025-02-08 +AppsAndFeaturesEntries: +- DisplayVersion: 1.10.4.2602 + UpgradeCode: '{843C9331-0610-4AB1-9CF9-5305C896FB5B}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/OpenKneeboard/OpenKneeboard/releases/download/v1.10.4/OpenKneeboard-v1.10.4.msi + InstallerSha256: 4DF4FF91F3A6A4278773EE8726E8EB8E7AF3C536E17EC8572CFFB75E5D598B7B +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/f/FredEmmott/OpenKneeboard/1.10.4/FredEmmott.OpenKneeboard.locale.en-US.yaml b/manifests/f/FredEmmott/OpenKneeboard/1.10.4/FredEmmott.OpenKneeboard.locale.en-US.yaml new file mode 100644 index 0000000000000..339f08d2dfd52 --- /dev/null +++ b/manifests/f/FredEmmott/OpenKneeboard/1.10.4/FredEmmott.OpenKneeboard.locale.en-US.yaml @@ -0,0 +1,38 @@ +# 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.4 +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.4.msi; the documentation is on OpenKneeboard.com.- For changes between v1.8 and v1.10, see the announcement for v1.10.0 + - For changes between v1.10.0 and v1.10.2, see the announcement for v1.10.2 + Bug Fixes + - 🐛 Force Chromium onto the same GPU as OpenKneeboard; this is needed for efficient VRAM copying + - this fixes a crash on some multi-GPU systems (including integrated graphics), where Chromium may select an alternative GPU even if no monitors are attached to it + - 🐛 Fix crash when turning off VR for the first view, if settings have been reset to default or were not migrated from v1.8 + - 🐛 Fixed crash when migrating profiles with no settings from v1.8 + Other Improvements + If the profiles settings file has been manually edited and multiple profiles have the same GUID, duplicate GUIDs will now be replaced with random GUIDs. If you are using remote controls or the API to switch profiles, this may change which profile is switched to.Editing OpenKneeboard's settings file except via the OpenKneeboard app remains unsupported, and may lead to OpenKneeboard crashing or other problems. As editing the settings files outside of OpenKneeboard is not supported, any issues encountered are not considered bugs; I've added support for this particularly common incorrect edit as a one-off exception. +ReleaseNotesUrl: https://github.com/OpenKneeboard/OpenKneeboard/releases/tag/v1.10.4 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/f/FredEmmott/OpenKneeboard/1.10.4/FredEmmott.OpenKneeboard.yaml b/manifests/f/FredEmmott/OpenKneeboard/1.10.4/FredEmmott.OpenKneeboard.yaml new file mode 100644 index 0000000000000..11a2b5e4da165 --- /dev/null +++ b/manifests/f/FredEmmott/OpenKneeboard/1.10.4/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.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/f/Freelensapp/Freelens/0.1.4/Freelensapp.Freelens.installer.yaml b/manifests/f/Freelensapp/Freelens/0.1.4/Freelensapp.Freelens.installer.yaml new file mode 100644 index 0000000000000..305f52bd66bd3 --- /dev/null +++ b/manifests/f/Freelensapp/Freelens/0.1.4/Freelensapp.Freelens.installer.yaml @@ -0,0 +1,24 @@ +# 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: Freelensapp.Freelens +PackageVersion: 0.1.4 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +InstallModes: +- silent +ProductCode: '{FD8FB1CE-D0F8-47B3-9088-34627E634B5F}' +ReleaseDate: 2025-02-10 +AppsAndFeaturesEntries: +- DisplayVersion: 0.1.4.0 + ProductCode: '{FD8FB1CE-D0F8-47B3-9088-34627E634B5F}' + UpgradeCode: '{A32550D9-3BC4-58AA-97E6-1195F6B61C2A}' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%/freelens' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/freelensapp/freelens/releases/download/v0.1.4/Freelens-0.1.4-windows-amd64.msi + InstallerSha256: A76E42DE148A3A6B08CFC44E97AC039881D4423D8E0FB5585CA336EC5573D7E6 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/f/Freelensapp/Freelens/0.1.4/Freelensapp.Freelens.locale.en-US.yaml b/manifests/f/Freelensapp/Freelens/0.1.4/Freelensapp.Freelens.locale.en-US.yaml new file mode 100644 index 0000000000000..a56074b0d28ad --- /dev/null +++ b/manifests/f/Freelensapp/Freelens/0.1.4/Freelensapp.Freelens.locale.en-US.yaml @@ -0,0 +1,33 @@ +# 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: Freelensapp.Freelens +PackageVersion: 0.1.4 +PackageLocale: en-US +Publisher: Freelens Authors +PublisherUrl: https://freelens.app/ +PublisherSupportUrl: https://github.com/freelensapp/freelens/issues +PackageName: Freelens +PackageUrl: https://github.com/freelensapp/freelens +License: MIT +LicenseUrl: https://github.com/freelensapp/freelens/blob/HEAD/LICENSE +ShortDescription: FOSS IDE for Kubernetes +Tags: +- cloud-native +- containers +- devops +- kubernetes +- kubernetes-dashboard +- kubernetes-ui +ReleaseNotes: |- + What's Changed + - node-pod-menu extension is a part of the main application by @mariomamo in #134 + - Signed Windows MSI and EXE by @dex4er in #137 + - Regenerated icons for all OSes by @dex4er in #128 + - Linux metainfo fixes by @dex4er in #120 + - Changed protocol name for deep links by @dex4er in #122 + - Update dependency freelensapp/freelens-k8s-proxy to v1.2.2 by @renovate in #123 + Full Changelog: https://github.com/freelensapp/freelens/compare/v0.1.3...v0.1.4 +ReleaseNotesUrl: https://github.com/freelensapp/freelens/releases/tag/v0.1.4 +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/f/Freelensapp/Freelens/0.1.4/Freelensapp.Freelens.yaml b/manifests/f/Freelensapp/Freelens/0.1.4/Freelensapp.Freelens.yaml new file mode 100644 index 0000000000000..cc6f96093118b --- /dev/null +++ b/manifests/f/Freelensapp/Freelens/0.1.4/Freelensapp.Freelens.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: Freelensapp.Freelens +PackageVersion: 0.1.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.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/FunRoutine/WorkFlowy/4.0.2502101800/FunRoutine.WorkFlowy.installer.yaml b/manifests/f/FunRoutine/WorkFlowy/4.0.2502101800/FunRoutine.WorkFlowy.installer.yaml new file mode 100644 index 0000000000000..e73e1bee53c89 --- /dev/null +++ b/manifests/f/FunRoutine/WorkFlowy/4.0.2502101800/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.2502101800 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- workflowy +ProductCode: 338bed7b-1324-505d-8cb6-5c266cbaa6b3 +ReleaseDate: 2025-02-11 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/workflowy/desktop/releases/download/v4.0.2502101800/WorkFlowy-Installer.exe + InstallerSha256: 7797362D46F7173D527CED6E1874610C551637733E1872E0E80AAF589C89C7D0 +- Architecture: x64 + InstallerUrl: https://github.com/workflowy/desktop/releases/download/v4.0.2502101800/WorkFlowy-Installer.exe + InstallerSha256: 7797362D46F7173D527CED6E1874610C551637733E1872E0E80AAF589C89C7D0 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/f/FunRoutine/WorkFlowy/4.0.2502101800/FunRoutine.WorkFlowy.locale.en-US.yaml b/manifests/f/FunRoutine/WorkFlowy/4.0.2502101800/FunRoutine.WorkFlowy.locale.en-US.yaml new file mode 100644 index 0000000000000..b78dad956e08d --- /dev/null +++ b/manifests/f/FunRoutine/WorkFlowy/4.0.2502101800/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.2502101800 +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.2502101800 +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.2502101800/FunRoutine.WorkFlowy.locale.zh-CN.yaml b/manifests/f/FunRoutine/WorkFlowy/4.0.2502101800/FunRoutine.WorkFlowy.locale.zh-CN.yaml new file mode 100644 index 0000000000000..17527db464551 --- /dev/null +++ b/manifests/f/FunRoutine/WorkFlowy/4.0.2502101800/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.2502101800 +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.2502101800 +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.2502101800/FunRoutine.WorkFlowy.yaml b/manifests/f/FunRoutine/WorkFlowy/4.0.2502101800/FunRoutine.WorkFlowy.yaml new file mode 100644 index 0000000000000..e847c722c722b --- /dev/null +++ b/manifests/f/FunRoutine/WorkFlowy/4.0.2502101800/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.2502101800 +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.14.0/filips.FirefoxPWA.installer.yaml b/manifests/f/filips/FirefoxPWA/2.14.0/filips.FirefoxPWA.installer.yaml new file mode 100644 index 0000000000000..a564705ccf51a --- /dev/null +++ b/manifests/f/filips/FirefoxPWA/2.14.0/filips.FirefoxPWA.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: filips.FirefoxPWA +PackageVersion: 2.14.0 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +AppsAndFeaturesEntries: +- UpgradeCode: '{E1CD921B-369E-47CB-AD2E-3BCA94142512}' +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/filips123/PWAsForFirefox/releases/download/v2.14.0/firefoxpwa-2.14.0-x86.msi + InstallerSha256: DF68C66C38A775A53374438A9C891A3518098EB09A17E95761D0AEC4767CC6F5 + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x86 + ProductCode: '{5A1018D9-98FF-47BF-98CA-C70C7BD83C5E}' +- Architecture: x64 + InstallerUrl: https://github.com/filips123/PWAsForFirefox/releases/download/v2.14.0/firefoxpwa-2.14.0-x86_64.msi + InstallerSha256: A71657ECD3DFFA7C8ADCFF041AB7B0EC5D120A41AB0DA0656B099068F48D6DEA + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 + ProductCode: '{15B9F7AB-EB99-4FD7-85C7-5FF9FECD02E0}' +ManifestType: installer +ManifestVersion: 1.9.0 +ReleaseDate: 2025-02-11 diff --git a/manifests/f/filips/FirefoxPWA/2.14.0/filips.FirefoxPWA.locale.en-US.yaml b/manifests/f/filips/FirefoxPWA/2.14.0/filips.FirefoxPWA.locale.en-US.yaml new file mode 100644 index 0000000000000..04a7edfd7ce23 --- /dev/null +++ b/manifests/f/filips/FirefoxPWA/2.14.0/filips.FirefoxPWA.locale.en-US.yaml @@ -0,0 +1,36 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: filips.FirefoxPWA +PackageVersion: 2.14.0 +PackageLocale: en-US +Publisher: filips +PublisherUrl: https://pwasforfirefox.filips.si +PublisherSupportUrl: https://pwasforfirefox.filips.si +Author: filips +PackageName: PWAsForFirefox +PackageUrl: https://pwasforfirefox.filips.si +License: MPL-2.0 +LicenseUrl: https://github.com/filips123/PWAsForFirefox/blob/main/LICENSE +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. + 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 +- foss +- open-source +- progressive-web-app +- web +- webapp +ReleaseNotesUrl: https://github.com/filips123/PWAsForFirefox/releases/tag/v2.14.0 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/filips123/PWAsForFirefox/wiki +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/f/filips/FirefoxPWA/2.14.0/filips.FirefoxPWA.yaml b/manifests/f/filips/FirefoxPWA/2.14.0/filips.FirefoxPWA.yaml new file mode 100644 index 0000000000000..732ec949691d9 --- /dev/null +++ b/manifests/f/filips/FirefoxPWA/2.14.0/filips.FirefoxPWA.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: filips.FirefoxPWA +PackageVersion: 2.14.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 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/flawiddsouza/Restfox/0.35.0/flawiddsouza.Restfox.installer.yaml b/manifests/f/flawiddsouza/Restfox/0.35.0/flawiddsouza.Restfox.installer.yaml new file mode 100644 index 0000000000000..56574760c0fbf --- /dev/null +++ b/manifests/f/flawiddsouza/Restfox/0.35.0/flawiddsouza.Restfox.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: flawiddsouza.Restfox +PackageVersion: 0.35.0 +InstallerType: exe +InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent +ReleaseDate: 2025-01-08 +Installers: +- Architecture: neutral + InstallerUrl: https://github.com/flawiddsouza/Restfox/releases/download/v0.35.0/Restfox-0.35.0.Setup.exe + InstallerSha256: 1E4766B3A33A04C9D4D13B7CB11D80265D5A501EA97974DBF36FC4347333B035 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/f/flawiddsouza/Restfox/0.35.0/flawiddsouza.Restfox.locale.en-US.yaml b/manifests/f/flawiddsouza/Restfox/0.35.0/flawiddsouza.Restfox.locale.en-US.yaml new file mode 100644 index 0000000000000..b70b58cfc3e50 --- /dev/null +++ b/manifests/f/flawiddsouza/Restfox/0.35.0/flawiddsouza.Restfox.locale.en-US.yaml @@ -0,0 +1,46 @@ +# Created with komac v2.10.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: flawiddsouza.Restfox +PackageVersion: 0.35.0 +PackageLocale: en-US +Publisher: Flawid D'Souza +PublisherUrl: https://github.com/flawiddsouza +PublisherSupportUrl: https://github.com/flawiddsouza/Restfox/issues +PackageName: Restfox +PackageUrl: https://github.com/flawiddsouza/Restfox +License: MIT +LicenseUrl: https://github.com/flawiddsouza/Restfox/blob/HEAD/LICENSE +Copyright: Copyright © 2024 Flawid D'Souza +ShortDescription: Restfox +Tags: +- api-client +- api-testing +- developer-tools +- graphql-client +- hacktoberfest +- http +- http-client +- pwa +- rest-api +- rest-client +- testing-tools +- vue +- websocket +ReleaseNotes: |- + Fixes + - ContextMenu component leaks native click event causing to receive pointer event as value at times - example, when you right click inside the open context menu item and click outside, the @click of ContextMenu receives pointer event as value + - Multipart Form Data requests not working + Packages + For Ubuntu, snap can be installed using: + sudo snap install restfox + For macOS, the app can be installed using homebrew: + brew install restfox + For Windows, the app can be installed using: + scoop bucket add extras + scoop install restfox + NOTE: Not all the builds have been tested properly, so please create an issue if you encounter any problems. + Full Changelog: v0.34.0...v0.35.0 +ReleaseNotesUrl: https://github.com/flawiddsouza/Restfox/releases/tag/v0.35.0 +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/f/flawiddsouza/Restfox/0.35.0/flawiddsouza.Restfox.yaml b/manifests/f/flawiddsouza/Restfox/0.35.0/flawiddsouza.Restfox.yaml new file mode 100644 index 0000000000000..24eb6eefa1695 --- /dev/null +++ b/manifests/f/flawiddsouza/Restfox/0.35.0/flawiddsouza.Restfox.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: flawiddsouza.Restfox +PackageVersion: 0.35.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/f/flyingpie/windows-terminal-quake/2.0.13/flyingpie.windows-terminal-quake.installer.yaml b/manifests/f/flyingpie/windows-terminal-quake/2.0.13/flyingpie.windows-terminal-quake.installer.yaml new file mode 100644 index 0000000000000..7fb3ecd16a11d --- /dev/null +++ b/manifests/f/flyingpie/windows-terminal-quake/2.0.13/flyingpie.windows-terminal-quake.installer.yaml @@ -0,0 +1,16 @@ +PackageIdentifier: flyingpie.windows-terminal-quake +PackageVersion: 2.0.13 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: wtq.exe + PortableCommandAlias: wtq +Commands: +- wtq +ReleaseDate: 2025-02-07 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/flyingpie/windows-terminal-quake/releases/download/v2.0.13/win-x64_self-contained.zip + InstallerSha256: 964795921fde6729a811d434433def15f81862b31276eca50c7d0e56d9523c39 +ManifestType: installer +ManifestVersion: 1.5.0 diff --git a/manifests/f/flyingpie/windows-terminal-quake/2.0.13/flyingpie.windows-terminal-quake.locale.en-US.yaml b/manifests/f/flyingpie/windows-terminal-quake/2.0.13/flyingpie.windows-terminal-quake.locale.en-US.yaml new file mode 100644 index 0000000000000..b825fccb8a63b --- /dev/null +++ b/manifests/f/flyingpie/windows-terminal-quake/2.0.13/flyingpie.windows-terminal-quake.locale.en-US.yaml @@ -0,0 +1,13 @@ +PackageIdentifier: flyingpie.windows-terminal-quake +PackageVersion: 2.0.13 +PackageLocale: en-US +Publisher: Flyingpie +PublisherUrl: http://flyingpie.nl/ +PackageName: windows-terminal-quake +PackageUrl: https://github.com/flyingpie/windows-terminal-quake +License: MIT +LicenseUrl: https://github.com/flyingpie/windows-terminal-quake/blob/master/LICENSE +ShortDescription: Turn any app into a Quake-style toggleable app. +Moniker: windows-terminal-quake +ManifestType: defaultLocale +ManifestVersion: 1.5.0 diff --git a/manifests/f/flyingpie/windows-terminal-quake/2.0.13/flyingpie.windows-terminal-quake.yaml b/manifests/f/flyingpie/windows-terminal-quake/2.0.13/flyingpie.windows-terminal-quake.yaml new file mode 100644 index 0000000000000..c19da09121867 --- /dev/null +++ b/manifests/f/flyingpie/windows-terminal-quake/2.0.13/flyingpie.windows-terminal-quake.yaml @@ -0,0 +1,5 @@ +PackageIdentifier: flyingpie.windows-terminal-quake +PackageVersion: 2.0.13 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.5.0 diff --git a/manifests/f/foldynl/QLog/0.38.0/foldynl.QLog.installer.yaml b/manifests/f/foldynl/QLog/0.38.0/foldynl.QLog.installer.yaml deleted file mode 100644 index 23d8d584cee28..0000000000000 --- a/manifests/f/foldynl/QLog/0.38.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.38.0 -InstallerType: exe -InstallModes: -- interactive -- silent -InstallerSwitches: - Silent: in -c - SilentWithProgress: in -c - InstallLocation: -t -Dependencies: - PackageDependencies: - - PackageIdentifier: Microsoft.VCRedist.2015+.x64 -ReleaseDate: 2024-08-29 -AppsAndFeaturesEntries: -- Publisher: OK1MLG - DisplayVersion: 0.38.0-1 - ProductCode: '{342c8578-ef64-47ed-a3ca-348927f5b502}' -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/foldynl/QLog/releases/download/v0.38.0/qlog-installer0.38.0.exe - InstallerSha256: 1A5D63F8F533BFD80A81717ECB388637A6D82CED48A9ABC8C915FC965B2231FF -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/f/foldynl/QLog/0.38.0/foldynl.QLog.locale.en-US.yaml b/manifests/f/foldynl/QLog/0.38.0/foldynl.QLog.locale.en-US.yaml deleted file mode 100644 index 3668151433401..0000000000000 --- a/manifests/f/foldynl/QLog/0.38.0/foldynl.QLog.locale.en-US.yaml +++ /dev/null @@ -1,39 +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.38.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] - Logbook - Added Send DX Spot to the QSO Context Menu\n- [NEW] - DX Filter - Added Dedup Time/Freq difference setting (@aa5sh)\n- [NEW] - Rig Setting - Added RTS/DTR PTT Type support (issue #353)\n- [NEW] - Bandmap - Scrollbar position is saved per band (issue #415)\n- [NEW] - New Contact - Added a dynamic value completer for SIG field (issue #425)\n- [NEW] - Awards - Added SOTA/POTA/WWFF (@aa5sh issue #311)\n- [NEW] - Awards - Added Not-Worked Filter\n- [NEW] - New Contact - Added Long Path Azimuth info\n- [NEW] - POTA Fields allow a comma-delimited list of one or more POTA Refs\n- [NEW] - WSJTX tunes freq/mode like Rig if rig is disconnected\n- [CHANGED] - Alert Widget is a Dock Widget (issue #399)\n- [CHANGED] - QLog adds more information from callbook for WSJTX QSOs (issues #403 #405 #420)\n- [CHANGED] - File Open dialogs are not a native dialog under Linux (issue #427)\n- [CHANGED] - Profiles transferred to DB\n- [CHANGED] - LOV last_dates transferred to DB\n- [CHANGED] - DX Cluster - Login Callsign is always the base Callsign\n- [REMOVED] - Setting DXCC Date\n- Fix for MacOS Layout Geometry Restore (@aa5sh)\n- Fixed TQSL does not block GUI thread\n- Fixed MacOS build process (@aa5sh)\nFull Changelog: https://github.com/foldynl/QLog/compare/v0.37.2...v0.38.0WINDOWS 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:\nQt 6.6.3\nopenssl 3.3.1\nhamlib 4.5.5\nqtkeychain 0.13.2Timezone DB: 2024a (Binaries:\nWindows: below\nFedora 39: below\nFedora 40: below\nUbuntu 20.04, 22.04, 24.04: via PPA (https://launchpad.net/~foldyna/+archive/ubuntu/qlog)\nMacOS DMG: \nFlatpak package is available via Flathub. The package contains built-in Trusted QSL." -ReleaseNotesUrl: https://github.com/foldynl/QLog/releases/tag/v0.38.0 -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/f/foldynl/QLog/0.38.0/foldynl.QLog.yaml b/manifests/f/foldynl/QLog/0.38.0/foldynl.QLog.yaml deleted file mode 100644 index 95004d3795edd..0000000000000 --- a/manifests/f/foldynl/QLog/0.38.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.38.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.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/f/foldynl/QLog/0.40.1/foldynl.QLog.installer.yaml b/manifests/f/foldynl/QLog/0.40.1/foldynl.QLog.installer.yaml deleted file mode 100644 index 79e149f7a74d8..0000000000000 --- a/manifests/f/foldynl/QLog/0.40.1/foldynl.QLog.installer.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Created with komac v2.7.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json - -PackageIdentifier: foldynl.QLog -PackageVersion: 0.40.1 -InstallerType: exe -InstallModes: -- interactive -- silent -InstallerSwitches: - Silent: in -c - SilentWithProgress: in -c - InstallLocation: -t -Dependencies: - PackageDependencies: - - PackageIdentifier: Microsoft.VCRedist.2015+.x64 -ReleaseDate: 2024-11-29 -AppsAndFeaturesEntries: -- Publisher: OK1MLG - DisplayVersion: 0.40.0-1 - ProductCode: '{5c0348ca-1d82-4527-bc32-d52707e1e2da}' -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/foldynl/QLog/releases/download/v0.40.1/qlog-installer0.40.1.exe - InstallerSha256: B4EDE3346B4161A4163567060F549A349FFCA55AB95E88B82CC2521723712F19 -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/f/foldynl/QLog/0.40.1/foldynl.QLog.locale.en-US.yaml b/manifests/f/foldynl/QLog/0.40.1/foldynl.QLog.locale.en-US.yaml deleted file mode 100644 index a8160c8db8b54..0000000000000 --- a/manifests/f/foldynl/QLog/0.40.1/foldynl.QLog.locale.en-US.yaml +++ /dev/null @@ -1,57 +0,0 @@ -# Created with komac v2.7.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: foldynl.QLog -PackageVersion: 0.40.1 -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: |- - - Fixed Bands - Added missing 8m band (issue #515) - - Fixed CW Console - EXCSTR does not work properly (issue #517) - - Fixed Activity Manager - Missing Propagation Mode None (issue #519) - - Fixed QSO Filter - filter fields with random order (PR #525 @aa5sh) - - Fixed TCI error when you change Rig (issue #526) - - Fixed NewContact - satellite mode too wide (issue #527) - Full Changelog: https://github.com/foldynl/QLog/compare/v0.40.0...v0.40.1WINDOWS 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: 2024b (Binaries: - Windows: below - Fedora 39: below - Fedora 40: below - Fedora 41: 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.40.1 -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/f/foldynl/QLog/0.40.1/foldynl.QLog.yaml b/manifests/f/foldynl/QLog/0.40.1/foldynl.QLog.yaml deleted file mode 100644 index 4d1d139ed1eea..0000000000000 --- a/manifests/f/foldynl/QLog/0.40.1/foldynl.QLog.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with komac v2.7.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json - -PackageIdentifier: foldynl.QLog -PackageVersion: 0.40.1 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.0 diff --git a/manifests/f/freifunkMUC/FreifunkMeet/2025.1.1/freifunkMUC.FreifunkMeet.installer.yaml b/manifests/f/freifunkMUC/FreifunkMeet/2025.1.1/freifunkMUC.FreifunkMeet.installer.yaml new file mode 100644 index 0000000000000..7aea8398864ef --- /dev/null +++ b/manifests/f/freifunkMUC/FreifunkMeet/2025.1.1/freifunkMUC.FreifunkMeet.installer.yaml @@ -0,0 +1,23 @@ +# Created with komac v2.10.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: freifunkMUC.FreifunkMeet +PackageVersion: 2025.1.1 +InstallerLocale: en-US +InstallerType: nullsoft +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: a8637bf9-ca4c-588c-9e85-5a4f2068a371 +ReleaseDate: 2025-02-08 +AppsAndFeaturesEntries: +- DisplayName: FreifunkMeet 2025.1.1 + ProductCode: a8637bf9-ca4c-588c-9e85-5a4f2068a371 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/freifunkMUC/jitsi-meet-electron/releases/download/v2025.1.1/ffmuc-meet.exe + InstallerSha256: 2BB6D4EDC53B833F49195DBFBE3DB3DFFEB8F1101CA20217369C5F8ECA022E95 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/f/freifunkMUC/FreifunkMeet/2025.1.1/freifunkMUC.FreifunkMeet.locale.en-US.yaml b/manifests/f/freifunkMUC/FreifunkMeet/2025.1.1/freifunkMUC.FreifunkMeet.locale.en-US.yaml new file mode 100644 index 0000000000000..79eda77150dc2 --- /dev/null +++ b/manifests/f/freifunkMUC/FreifunkMeet/2025.1.1/freifunkMUC.FreifunkMeet.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created with komac v2.10.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: freifunkMUC.FreifunkMeet +PackageVersion: 2025.1.1 +PackageLocale: en-US +Publisher: Freifunk Muenchen +PublisherUrl: https://ffmuc.net/ +PublisherSupportUrl: https://github.com/freifunkMuc/jitsi-meet-electron/issues +PrivacyUrl: https://ffmuc.net/privacy/ +PackageName: FreifunkMeet +PackageUrl: https://github.com/freifunkMUC/jitsi-meet-electron +License: Apache-2.0 +LicenseUrl: https://github.com/freifunkMUC/jitsi-meet-electron/blob/HEAD/LICENSE +Copyright: Copyright © 2024 Freifunk Muenchen +ShortDescription: 'Jitsi Meet desktop application powered by :electron:' +Tags: +- chat +- jitsi +- jitsi-meet +- meeting +- video +ReleaseNotes: |- + What's Changed + - add Winget Installation Option by @T0biii in #77 + New Contributors + - @T0biii made their first contribution in #77 + Full Changelog: v2024.3.0...v2025.1.1 +ReleaseNotesUrl: https://github.com/freifunkMUC/jitsi-meet-electron/releases/tag/v2025.1.1 +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/f/freifunkMUC/FreifunkMeet/2025.1.1/freifunkMUC.FreifunkMeet.yaml b/manifests/f/freifunkMUC/FreifunkMeet/2025.1.1/freifunkMUC.FreifunkMeet.yaml new file mode 100644 index 0000000000000..0970c7033d24d --- /dev/null +++ b/manifests/f/freifunkMUC/FreifunkMeet/2025.1.1/freifunkMUC.FreifunkMeet.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: freifunkMUC.FreifunkMeet +PackageVersion: 2025.1.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.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/GAM-Team/gam/7.03.05/GAM-Team.gam.installer.yaml b/manifests/g/GAM-Team/gam/7.03.05/GAM-Team.gam.installer.yaml new file mode 100644 index 0000000000000..eff917d7a615e --- /dev/null +++ b/manifests/g/GAM-Team/gam/7.03.05/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.05 +InstallerLocale: en-US +InstallerType: wix +ProductCode: '{56648D5E-D5EA-4B3E-A25C-21E06AB83C39}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/GAM-team/GAM/releases/download/v7.03.05/gam-7.03.05-windows-x86_64.msi + InstallerSha256: B0C2335F34F3731CC21B4E56FF45CAFDFA04D2082D78755740F281D0BF8A3585 +ManifestType: installer +ManifestVersion: 1.9.0 +ReleaseDate: 2025-02-06 diff --git a/manifests/g/GAM-Team/gam/7.03.05/GAM-Team.gam.locale.en-US.yaml b/manifests/g/GAM-Team/gam/7.03.05/GAM-Team.gam.locale.en-US.yaml new file mode 100644 index 0000000000000..e6bf2b5023612 --- /dev/null +++ b/manifests/g/GAM-Team/gam/7.03.05/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.05 +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.05 +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.05/GAM-Team.gam.yaml b/manifests/g/GAM-Team/gam/7.03.05/GAM-Team.gam.yaml new file mode 100644 index 0000000000000..48e02d2d040d3 --- /dev/null +++ b/manifests/g/GAM-Team/gam/7.03.05/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.05 +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/GNU/Octave/9.4.0/GNU.Octave.installer.yaml b/manifests/g/GNU/Octave/9.4.0/GNU.Octave.installer.yaml new file mode 100644 index 0000000000000..575c491e00d1b --- /dev/null +++ b/manifests/g/GNU/Octave/9.4.0/GNU.Octave.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: GNU.Octave +PackageVersion: 9.4.0 +InstallerType: nullsoft +UpgradeBehavior: uninstallPrevious +FileExtensions: +- m +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://ftpmirror.gnu.org/octave/windows/octave-9.4.0-w64-installer.exe + InstallerSha256: EA26F0ACFE93181A61950B94AA0485D45851A751952358DB53384D2EA35DB203 + InstallerSwitches: + Custom: /CurrentUser + ProductCode: Octave-9.4.0 (Local) +- Architecture: x64 + Scope: machine + InstallerUrl: https://ftpmirror.gnu.org/octave/windows/octave-9.4.0-w64-installer.exe + InstallerSha256: EA26F0ACFE93181A61950B94AA0485D45851A751952358DB53384D2EA35DB203 + InstallerSwitches: + Custom: /AllUsers + ProductCode: Octave-9.4.0 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/g/GNU/Octave/9.4.0/GNU.Octave.locale.en-US.yaml b/manifests/g/GNU/Octave/9.4.0/GNU.Octave.locale.en-US.yaml new file mode 100644 index 0000000000000..654d08428efb2 --- /dev/null +++ b/manifests/g/GNU/Octave/9.4.0/GNU.Octave.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: GNU.Octave +PackageVersion: 9.4.0 +PackageLocale: en-US +Publisher: GNU Octave +PublisherUrl: https://www.gnu.org +PublisherSupportUrl: https://octave.org/support +Author: John W. Eaton +PackageName: Octave +PackageUrl: https://octave.org +License: GPL-3.0 +LicenseUrl: https://www.gnu.org/licenses/gpl-3.0.html +Copyright: Copyright (C) 1993-2024 The Octave Project Developers. +CopyrightUrl: https://octave.org/copyright +ShortDescription: Scientific Programming Language +Description: GNU Octave is a high-level language, primarily intended for numerical computations. It provides a convenient command line interface for solving linear and nonlinear problems numerically, and for performing other numerical experiments using a language that is mostly compatible with Matlab. It may also be used as a batch-oriented language. +Moniker: octave +Tags: +- data +- data-science +- math +- mathematics +- matlab +- numerical-computation +- programming +ReleaseNotesUrl: https://octave.org/news.html +Documentations: +- DocumentLabel: Manual + DocumentUrl: https://docs.octave.org/latest/ +- DocumentLabel: FAQ + DocumentUrl: https://wiki.octave.org/FAQ +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/g/GNU/Octave/9.4.0/GNU.Octave.locale.zh-CN.yaml b/manifests/g/GNU/Octave/9.4.0/GNU.Octave.locale.zh-CN.yaml new file mode 100644 index 0000000000000..4a85a56ccbec4 --- /dev/null +++ b/manifests/g/GNU/Octave/9.4.0/GNU.Octave.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: GNU.Octave +PackageVersion: 9.4.0 +PackageLocale: zh-CN +Publisher: GNU Octave +PublisherUrl: https://www.gnu.org +PublisherSupportUrl: https://octave.org/support +Author: John W. Eaton +PackageName: Octave +PackageUrl: https://octave.org +License: GPL-3.0 +LicenseUrl: https://www.gnu.org/licenses/gpl-3.0.html +Copyright: Copyright (C) 1993-2024 The Octave Project Developers. +CopyrightUrl: https://octave.org/copyright +ShortDescription: 科学编程语言 +Description: GNU Octave 是一种高级语言,主要用于数值计算。它提供了一个方便的命令行界面,可用于数值求解线性和非线性问题,并使用与 Matlab 基本兼容的语言进行其它数值实验,同时也可用作面向批处理的语言。 +Tags: +- matlab +- 数学 +- 数学计算 +- 数据 +- 数据科学 +- 编程 +ReleaseNotesUrl: https://octave.org/news.html +Documentations: +- DocumentLabel: 手册 + DocumentUrl: https://docs.octave.org/latest/ +- DocumentLabel: 常见问题 + DocumentUrl: https://wiki.octave.org/FAQ +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/g/GNU/Octave/9.4.0/GNU.Octave.yaml b/manifests/g/GNU/Octave/9.4.0/GNU.Octave.yaml new file mode 100644 index 0000000000000..f9e44345007f3 --- /dev/null +++ b/manifests/g/GNU/Octave/9.4.0/GNU.Octave.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: GNU.Octave +PackageVersion: 9.4.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 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/GaetanSencie/ContabilidadAnual/1.8.0.0/GaetanSencie.ContabilidadAnual.installer.yaml b/manifests/g/GaetanSencie/ContabilidadAnual/1.8.0.0/GaetanSencie.ContabilidadAnual.installer.yaml new file mode 100644 index 0000000000000..c6c59b8fa75cc --- /dev/null +++ b/manifests/g/GaetanSencie/ContabilidadAnual/1.8.0.0/GaetanSencie.ContabilidadAnual.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.ContabilidadAnual +PackageVersion: 1.8.0.0 +InstallerType: inno +InstallModes: +- interactive +- silentWithProgress +FileExtensions: +- exe +- md +- dat +Scope: user +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/STENS66/Contabilidad-anual/releases/download/V1.8.0.0/installer_contabilidad_anual_V1.8.exe + InstallerSha256: 41F2173C9E6EEF6D9C6D86687AB3D8C6A2AF88CE24842AC0423258A7EDAFBA13 +ManifestType: installer +ManifestVersion: 1.9.0 +ReleaseDate: 2025-02-04 +Agreements: +- AgreementLabel: License Agreement + AgreementUrl: https://github.com/STENS66/Contabilidad-anual/releases/download/V1.8.0.0/License.txt diff --git a/manifests/g/GaetanSencie/ContabilidadAnual/1.8.0.0/GaetanSencie.ContabilidadAnual.locale.es-ES.yaml b/manifests/g/GaetanSencie/ContabilidadAnual/1.8.0.0/GaetanSencie.ContabilidadAnual.locale.es-ES.yaml new file mode 100644 index 0000000000000..d948754f8ab21 --- /dev/null +++ b/manifests/g/GaetanSencie/ContabilidadAnual/1.8.0.0/GaetanSencie.ContabilidadAnual.locale.es-ES.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: GaetanSencie.ContabilidadAnual +PackageVersion: 1.8.0.0 +PackageLocale: es-ES +Publisher: Gaëtan Sencie +PublisherUrl: https://github.com/STENS66 +PublisherSupportUrl: https://github.com/STENS66/Contabilidad-anual/issues +PackageName: Contabilidad anual +PackageUrl: https://github.com/STENS66/Contabilidad-anual +License: Proprietary +Copyright: © Gaëtan Sencie 2023 Todos los derechos reservados +ShortDescription: Contabilidad anual Setup es un software de contabilidad sencillo y ligero codificado en Python. +ReleaseNotesUrl: https://github.com/STENS66/Contabilidad-anual/releases/tag/V1.8.0.0 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/STENS66/Contabilidad-anual/wiki +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/g/GaetanSencie/ContabilidadAnual/1.8.0.0/GaetanSencie.ContabilidadAnual.yaml b/manifests/g/GaetanSencie/ContabilidadAnual/1.8.0.0/GaetanSencie.ContabilidadAnual.yaml new file mode 100644 index 0000000000000..6fcb3b6feb021 --- /dev/null +++ b/manifests/g/GaetanSencie/ContabilidadAnual/1.8.0.0/GaetanSencie.ContabilidadAnual.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.ContabilidadAnual +PackageVersion: 1.8.0.0 +DefaultLocale: es-ES +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/Genymobile/Genymotion/3.2.1/Genymobile.Genymotion.installer.yaml b/manifests/g/Genymobile/Genymotion/3.2.1/Genymobile.Genymotion.installer.yaml deleted file mode 100644 index 34d4f8e48e3ef..0000000000000 --- a/manifests/g/Genymobile/Genymotion/3.2.1/Genymobile.Genymotion.installer.yaml +++ /dev/null @@ -1,22 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.6 $debug=NVS1.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json - -PackageIdentifier: Genymobile.Genymotion -PackageVersion: 3.2.1 -Platform: -- Windows.Desktop -MinimumOSVersion: 10.0.0.0 -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ReleaseDate: 2021-04-20 -Installers: -- Architecture: x64 - InstallerUrl: https://dl.genymotion.com/releases/genymotion-3.2.1/genymotion-3.2.1.exe - InstallerSha256: 1DE2D5AB9FD28460EAAEFC8CEAF63D85F156D285B6BE4DC89FB583AB0998E6C5 -ManifestType: installer -ManifestVersion: 1.1.0 diff --git a/manifests/g/Genymobile/Genymotion/3.2.1/Genymobile.Genymotion.locale.en-US.yaml b/manifests/g/Genymobile/Genymotion/3.2.1/Genymobile.Genymotion.locale.en-US.yaml deleted file mode 100644 index 3e7d9e2e72961..0000000000000 --- a/manifests/g/Genymobile/Genymotion/3.2.1/Genymobile.Genymotion.locale.en-US.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.6 $debug=NVS1.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json - -PackageIdentifier: Genymobile.Genymotion -PackageVersion: 3.2.1 -PackageLocale: en-US -Publisher: Genymobile -PublisherUrl: https://www.genymotion.com/ -# PublisherSupportUrl: -# PrivacyUrl: -Author: Genymobile -PackageName: Genymotion -PackageUrl: https://www.genymotion.com/download/ -License: Proprietary -LicenseUrl: https://www.genymotion.com/genymotion-device-image-eula/ -Copyright: Copyright © 2014 – 2022 Genymobile. -CopyrightUrl: https://www.genymotion.com/genymotion-device-image-eula/ -ShortDescription: Android emulator with over 3.000 Android configurations. -# Description: -# Moniker: -Tags: -- android -# Agreements: -ReleaseNotes: |- - Bug Fixes - • gmtool: The ‘gmtool admin list’ command now displays the right IP for each listed device instead of 0.0.0.0 (this was a regression introduced in 3.2.0 by a change meant to improve performance). - • application sharing: On Android 10, foreground application detection was not working, making application sharing not possible. It is fixed now. - • player: Improved device startup reliability on slow computers. Also, Player window stays in place after performing an ‘adb reboot’. Finally, device reconnection issues for Android 9 have been fixed. - • zsh: Fix gmtool zsh completion when installing Genymotion as root. -ReleaseNotesUrl: https://www.genymotion.com/blog/release-note/genymotion-desktop-3-2-1-apr-20-2021/ -ManifestType: defaultLocale -ManifestVersion: 1.1.0 diff --git a/manifests/g/Genymobile/Genymotion/3.2.1/Genymobile.Genymotion.yaml b/manifests/g/Genymobile/Genymotion/3.2.1/Genymobile.Genymotion.yaml deleted file mode 100644 index 1b9a493869178..0000000000000 --- a/manifests/g/Genymobile/Genymotion/3.2.1/Genymobile.Genymotion.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.0.6 $debug=NVS1.7-2-1 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json - -PackageIdentifier: Genymobile.Genymotion -PackageVersion: 3.2.1 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.1.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.868/GeoGebra.Classic.installer.yaml b/manifests/g/GeoGebra/Classic/6.0.868/GeoGebra.Classic.installer.yaml deleted file mode 100644 index c36117112bfd8..0000000000000 --- a/manifests/g/GeoGebra/Classic/6.0.868/GeoGebra.Classic.installer.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.installer.1.6.0.schema.json - -PackageIdentifier: GeoGebra.Classic -PackageVersion: 6.0.868 -FileExtensions: -- ggb -Installers: -- Architecture: x86 - InstallerType: exe - Scope: user - InstallerUrl: https://download.geogebra.org/installers/6.0/GeoGebra-Windows-Installer-6-0-868-0.exe - InstallerSha256: 5E4068D17A20230AA54724F2F311788A52FA0DDF3B8A0D5EFF55A7FF929E0563 - 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-868-0.msi - InstallerSha256: 08AC620889BF20B2650A68A3E94E309FEBA1E90CED404746D206235966D0FC0B - 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.868/GeoGebra.Classic.locale.en-US.yaml b/manifests/g/GeoGebra/Classic/6.0.868/GeoGebra.Classic.locale.en-US.yaml deleted file mode 100644 index 2655ab1ffc343..0000000000000 --- a/manifests/g/GeoGebra/Classic/6.0.868/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-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: GeoGebra.Classic -PackageVersion: 6.0.868 -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.868/GeoGebra.Classic.locale.zh-CN.yaml b/manifests/g/GeoGebra/Classic/6.0.868/GeoGebra.Classic.locale.zh-CN.yaml deleted file mode 100644 index a0e50ee98dece..0000000000000 --- a/manifests/g/GeoGebra/Classic/6.0.868/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-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: GeoGebra.Classic -PackageVersion: 6.0.868 -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.868/GeoGebra.Classic.yaml b/manifests/g/GeoGebra/Classic/6.0.868/GeoGebra.Classic.yaml deleted file mode 100644 index a01a220c48d7b..0000000000000 --- a/manifests/g/GeoGebra/Classic/6.0.868/GeoGebra.Classic.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: GeoGebra.Classic -PackageVersion: 6.0.868 -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.868/GeoGebra.Geometry.installer.yaml b/manifests/g/GeoGebra/Geometry/6.0.868/GeoGebra.Geometry.installer.yaml deleted file mode 100644 index 178e76ffee534..0000000000000 --- a/manifests/g/GeoGebra/Geometry/6.0.868/GeoGebra.Geometry.installer.yaml +++ /dev/null @@ -1,23 +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: GeoGebra.Geometry -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/geometry/GeoGebraGeometry-Windows-Installer-6-0-868-0.exe - InstallerSha256: 8A3B3D55F7005181CE098723DA483F03CAFAD55603D126926C769739BAB12AF8 - ProductCode: GeoGebra_Geometry -ManifestType: installer -ManifestVersion: 1.6.0 diff --git a/manifests/g/GeoGebra/Geometry/6.0.868/GeoGebra.Geometry.locale.en-US.yaml b/manifests/g/GeoGebra/Geometry/6.0.868/GeoGebra.Geometry.locale.en-US.yaml deleted file mode 100644 index c2acd83153ea4..0000000000000 --- a/manifests/g/GeoGebra/Geometry/6.0.868/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-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json - -PackageIdentifier: GeoGebra.Geometry -PackageVersion: 6.0.868 -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.868/GeoGebra.Geometry.locale.zh-CN.yaml b/manifests/g/GeoGebra/Geometry/6.0.868/GeoGebra.Geometry.locale.zh-CN.yaml deleted file mode 100644 index 0589d05225576..0000000000000 --- a/manifests/g/GeoGebra/Geometry/6.0.868/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-6.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json - -PackageIdentifier: GeoGebra.Geometry -PackageVersion: 6.0.868 -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.868/GeoGebra.Geometry.yaml b/manifests/g/GeoGebra/Geometry/6.0.868/GeoGebra.Geometry.yaml deleted file mode 100644 index 5cebc61645d43..0000000000000 --- a/manifests/g/GeoGebra/Geometry/6.0.868/GeoGebra.Geometry.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: GeoGebra.Geometry -PackageVersion: 6.0.868 -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/.validation b/manifests/g/Giorgiotani/Peazip/.validation index a9718e0877436..c0f6b69ca1e6d 100644 --- a/manifests/g/Giorgiotani/Peazip/.validation +++ b/manifests/g/Giorgiotani/Peazip/.validation @@ -1 +1 @@ -{"ValidationVersion":"1.0.0","Waivers":[{"WaiverId":"eb75b33c-d4ba-4c05-9fb0-ae8844c0a8fb","TestPlan":"Validation-Unapproved-URL","PackagePath":"manifests/g/Giorgiotani/Peazip/7.3.2","CommitId":"58577c5240420d08a6066965e5ab7eba49a5faee"}]} \ No newline at end of file +{"ValidationVersion":"1.0.0","Waivers":[{"WaiverId":"eb75b33c-d4ba-4c05-9fb0-ae8844c0a8fb","TestPlan":"Validation-Unapproved-URL","PackagePath":"manifests/g/Giorgiotani/Peazip/7.3.2","CommitId":"58577c5240420d08a6066965e5ab7eba49a5faee"},{"WaiverId":"8d0743d0-29e1-4af7-b061-207f58b1d60a","TestPlan":"Validation-Unapproved-URL","PackagePath":"manifests/g/Giorgiotani/Peazip/7.3.1","CommitId":"16d23517d18f3bd5d9734dc868558a32af37f9f7"}],"InstallationVerification":{"Executables":[]}} \ No newline at end of file diff --git a/manifests/g/Giorgiotani/Peazip/10.0.0/Giorgiotani.Peazip.installer.yaml b/manifests/g/Giorgiotani/Peazip/10.0.0/Giorgiotani.Peazip.installer.yaml index aef0c43d4d117..48e337944c850 100644 --- a/manifests/g/Giorgiotani/Peazip/10.0.0/Giorgiotani.Peazip.installer.yaml +++ b/manifests/g/Giorgiotani/Peazip/10.0.0/Giorgiotani.Peazip.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: Giorgiotani.Peazip PackageVersion: 10.0.0 @@ -25,6 +25,7 @@ FileExtensions: - wim - zip - zipx +ReleaseDate: 2024-10-26 Installers: - Architecture: x86 InstallerUrl: https://github.com/peazip/PeaZip/releases/download/10.0.0/peazip-10.0.0.WINDOWS.exe @@ -33,5 +34,4 @@ Installers: InstallerUrl: https://github.com/peazip/PeaZip/releases/download/10.0.0/peazip-10.0.0.WIN64.exe InstallerSha256: 3C823C6BDE5A6ED0FC4795963E0CAA4CCFA1B773AC42942C676519FFE7E1D574 ManifestType: installer -ManifestVersion: 1.6.0 -ReleaseDate: 2024-10-26 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Giorgiotani/Peazip/10.0.0/Giorgiotani.Peazip.locale.en-US.yaml b/manifests/g/Giorgiotani/Peazip/10.0.0/Giorgiotani.Peazip.locale.en-US.yaml index c342b344bc0ff..19036c9096a0e 100644 --- a/manifests/g/Giorgiotani/Peazip/10.0.0/Giorgiotani.Peazip.locale.en-US.yaml +++ b/manifests/g/Giorgiotani/Peazip/10.0.0/Giorgiotani.Peazip.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: Giorgiotani.Peazip PackageVersion: 10.0.0 @@ -13,6 +13,8 @@ PackageName: PeaZip PackageUrl: https://peazip.github.io/ License: LGPL-3.0 LicenseUrl: https://github.com/peazip/PeaZip/blob/HEAD/LICENSE +# Copyright: +# CopyrightUrl: 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 @@ -25,9 +27,12 @@ Tags: - open-source - unzip - zip +# ReleaseNotes: ReleaseNotesUrl: https://github.com/peazip/PeaZip/releases/tag/10.0.0 +# PurchaseUrl: +# InstallationNotes: Documentations: - DocumentLabel: Wiki DocumentUrl: https://github.com/peazip/PeaZip/wiki ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Giorgiotani/Peazip/10.0.0/Giorgiotani.Peazip.yaml b/manifests/g/Giorgiotani/Peazip/10.0.0/Giorgiotani.Peazip.yaml index 992e04799805a..b8198a529f03e 100644 --- a/manifests/g/Giorgiotani/Peazip/10.0.0/Giorgiotani.Peazip.yaml +++ b/manifests/g/Giorgiotani/Peazip/10.0.0/Giorgiotani.Peazip.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: Giorgiotani.Peazip PackageVersion: 10.0.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Giorgiotani/Peazip/10.1.0/Giorgiotani.Peazip.installer.yaml b/manifests/g/Giorgiotani/Peazip/10.1.0/Giorgiotani.Peazip.installer.yaml index 34b9e0b164d48..a5666bf65e9b4 100644 --- a/manifests/g/Giorgiotani/Peazip/10.1.0/Giorgiotani.Peazip.installer.yaml +++ b/manifests/g/Giorgiotani/Peazip/10.1.0/Giorgiotani.Peazip.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: Giorgiotani.Peazip PackageVersion: 10.1.0 @@ -25,6 +25,7 @@ FileExtensions: - wim - zip - zipx +ReleaseDate: 2024-11-12 Installers: - Architecture: x86 InstallerUrl: https://github.com/peazip/PeaZip/releases/download/10.1.0/peazip-10.1.0.WINDOWS.exe @@ -33,5 +34,4 @@ Installers: InstallerUrl: https://github.com/peazip/PeaZip/releases/download/10.1.0/peazip-10.1.0.WIN64.exe InstallerSha256: FA73C94AA875FD59BA871CF7AFF05AC198D1DC2085C37A74C00BA665014A5569 ManifestType: installer -ManifestVersion: 1.6.0 -ReleaseDate: 2024-11-12 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Giorgiotani/Peazip/10.1.0/Giorgiotani.Peazip.locale.en-US.yaml b/manifests/g/Giorgiotani/Peazip/10.1.0/Giorgiotani.Peazip.locale.en-US.yaml index 9d7893ec343da..d0f4b4d35b6bd 100644 --- a/manifests/g/Giorgiotani/Peazip/10.1.0/Giorgiotani.Peazip.locale.en-US.yaml +++ b/manifests/g/Giorgiotani/Peazip/10.1.0/Giorgiotani.Peazip.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: Giorgiotani.Peazip PackageVersion: 10.1.0 @@ -13,6 +13,8 @@ PackageName: PeaZip PackageUrl: https://peazip.github.io/ License: LGPL-3.0 LicenseUrl: https://github.com/peazip/PeaZip/blob/HEAD/LICENSE +# Copyright: +# CopyrightUrl: 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 @@ -25,9 +27,12 @@ Tags: - open-source - unzip - zip +# ReleaseNotes: ReleaseNotesUrl: https://github.com/peazip/PeaZip/releases/tag/10.1.0 +# PurchaseUrl: +# InstallationNotes: Documentations: - DocumentLabel: Wiki DocumentUrl: https://github.com/peazip/PeaZip/wiki ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Giorgiotani/Peazip/10.1.0/Giorgiotani.Peazip.yaml b/manifests/g/Giorgiotani/Peazip/10.1.0/Giorgiotani.Peazip.yaml index de6e8c689177b..4f64255bd6a7b 100644 --- a/manifests/g/Giorgiotani/Peazip/10.1.0/Giorgiotani.Peazip.yaml +++ b/manifests/g/Giorgiotani/Peazip/10.1.0/Giorgiotani.Peazip.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: Giorgiotani.Peazip PackageVersion: 10.1.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Giorgiotani/Peazip/10.2.0/Giorgiotani.Peazip.installer.yaml b/manifests/g/Giorgiotani/Peazip/10.2.0/Giorgiotani.Peazip.installer.yaml index b12a52ee5e075..f44602824721e 100644 --- a/manifests/g/Giorgiotani/Peazip/10.2.0/Giorgiotani.Peazip.installer.yaml +++ b/manifests/g/Giorgiotani/Peazip/10.2.0/Giorgiotani.Peazip.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: Giorgiotani.Peazip @@ -25,6 +25,7 @@ FileExtensions: - wim - zip - zipx +ReleaseDate: 2025-01-01 Installers: - Architecture: x86 InstallerUrl: https://github.com/peazip/PeaZip/releases/download/10.2.0/peazip-10.2.0.WINDOWS.exe @@ -34,4 +35,3 @@ Installers: InstallerSha256: 5DC7E37307E482F85F964AEDE96555FA5608118402AFDBCB68D71DCAE1E39E0F ManifestType: installer ManifestVersion: 1.9.0 -ReleaseDate: 2025-01-01 diff --git a/manifests/g/Giorgiotani/Peazip/10.2.0/Giorgiotani.Peazip.locale.en-US.yaml b/manifests/g/Giorgiotani/Peazip/10.2.0/Giorgiotani.Peazip.locale.en-US.yaml index 09faae410d1b4..f5322a6e16fac 100644 --- a/manifests/g/Giorgiotani/Peazip/10.2.0/Giorgiotani.Peazip.locale.en-US.yaml +++ b/manifests/g/Giorgiotani/Peazip/10.2.0/Giorgiotani.Peazip.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: Giorgiotani.Peazip @@ -13,6 +13,8 @@ PackageName: PeaZip PackageUrl: https://peazip.github.io/ License: LGPL-3.0 LicenseUrl: https://github.com/peazip/PeaZip/blob/HEAD/LICENSE +# Copyright: +# CopyrightUrl: 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 @@ -25,7 +27,10 @@ Tags: - open-source - unzip - zip +# ReleaseNotes: ReleaseNotesUrl: https://github.com/peazip/PeaZip/releases/tag/10.2.0 +# PurchaseUrl: +# InstallationNotes: Documentations: - DocumentLabel: Wiki DocumentUrl: https://github.com/peazip/PeaZip/wiki diff --git a/manifests/g/Giorgiotani/Peazip/10.2.0/Giorgiotani.Peazip.yaml b/manifests/g/Giorgiotani/Peazip/10.2.0/Giorgiotani.Peazip.yaml index 63a8dd94b85ba..b3118532fcbb9 100644 --- a/manifests/g/Giorgiotani/Peazip/10.2.0/Giorgiotani.Peazip.yaml +++ b/manifests/g/Giorgiotani/Peazip/10.2.0/Giorgiotani.Peazip.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: Giorgiotani.Peazip diff --git a/manifests/g/Giorgiotani/Peazip/7.2.1/Giorgiotani.Peazip.installer.yaml b/manifests/g/Giorgiotani/Peazip/7.2.1/Giorgiotani.Peazip.installer.yaml index 39b155208aef9..eef627a0d04de 100644 --- a/manifests/g/Giorgiotani/Peazip/7.2.1/Giorgiotani.Peazip.installer.yaml +++ b/manifests/g/Giorgiotani/Peazip/7.2.1/Giorgiotani.Peazip.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: Giorgiotani.Peazip PackageVersion: 7.2.1 @@ -14,4 +14,4 @@ Installers: InstallerUrl: https://sourceforge.net/projects/peazip/files/7.2.1/peazip-7.2.1.WIN64.exe/download InstallerSha256: F3EB7F3078FBA99C31A8BB6F171B5B03428C6B0F0873F511D6F87C657CE46E65 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Giorgiotani/Peazip/7.2.1/Giorgiotani.Peazip.locale.en-US.yaml b/manifests/g/Giorgiotani/Peazip/7.2.1/Giorgiotani.Peazip.locale.en-US.yaml index 2c1de0638c764..4794d40db34fb 100644 --- a/manifests/g/Giorgiotani/Peazip/7.2.1/Giorgiotani.Peazip.locale.en-US.yaml +++ b/manifests/g/Giorgiotani/Peazip/7.2.1/Giorgiotani.Peazip.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: Giorgiotani.Peazip PackageVersion: 7.2.1 PackageLocale: en-US Publisher: Giorgio Tani -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: Author: Giorgio Tani PackageName: peazip -# PackageUrl: https://www.peazip.org/ +# PackageUrl: License: Open Source license LGPLv3 -# LicenseUrl: https://www.peazip.org/peazip-tos-privacy.html#software_copyright -# Copyright: -# CopyrightUrl: +# LicenseUrl: +# Copyright: +# CopyrightUrl: ShortDescription: Giorgiotani.Peazip -# Description: +# Description: Moniker: peazip Tags: - compressed @@ -26,8 +26,10 @@ Tags: - peazip - tani - zip -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Giorgiotani/Peazip/7.2.1/Giorgiotani.Peazip.yaml b/manifests/g/Giorgiotani/Peazip/7.2.1/Giorgiotani.Peazip.yaml index 4fc83f3642a54..edf8c521e1974 100644 --- a/manifests/g/Giorgiotani/Peazip/7.2.1/Giorgiotani.Peazip.yaml +++ b/manifests/g/Giorgiotani/Peazip/7.2.1/Giorgiotani.Peazip.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: Giorgiotani.Peazip PackageVersion: 7.2.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Giorgiotani/Peazip/7.3.1/Giorgiotani.Peazip.installer.yaml b/manifests/g/Giorgiotani/Peazip/7.3.1/Giorgiotani.Peazip.installer.yaml index 773e4c9caefef..c72fdec7a4a41 100644 --- a/manifests/g/Giorgiotani/Peazip/7.3.1/Giorgiotani.Peazip.installer.yaml +++ b/manifests/g/Giorgiotani/Peazip/7.3.1/Giorgiotani.Peazip.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: Giorgiotani.Peazip PackageVersion: 7.3.1 @@ -14,4 +14,4 @@ Installers: InstallerUrl: https://sourceforge.net/projects/peazip/files/7.3.1/peazip-7.3.1.WIN64.exe/download InstallerSha256: ADD0B459E76DCE7ACA7F7366FB56AE01A4B851E7EB2A6DB2C7D8C0A2FDBF0B94 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Giorgiotani/Peazip/7.3.1/Giorgiotani.Peazip.locale.en-US.yaml b/manifests/g/Giorgiotani/Peazip/7.3.1/Giorgiotani.Peazip.locale.en-US.yaml index c298550052090..2767cb48dc4fc 100644 --- a/manifests/g/Giorgiotani/Peazip/7.3.1/Giorgiotani.Peazip.locale.en-US.yaml +++ b/manifests/g/Giorgiotani/Peazip/7.3.1/Giorgiotani.Peazip.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: Giorgiotani.Peazip PackageVersion: 7.3.1 PackageLocale: en-US Publisher: Giorgio Tani -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: Author: Giorgio Tani PackageName: peazip -# PackageUrl: https://www.peazip.org/ +# PackageUrl: License: Open Source license LGPLv3 -# LicenseUrl: https://www.peazip.org/peazip-tos-privacy.html#software_copyright -# Copyright: -# CopyrightUrl: +# LicenseUrl: +# Copyright: +# CopyrightUrl: ShortDescription: Giorgiotani.Peazip -# Description: +# Description: Moniker: peazip Tags: - compressed @@ -26,8 +26,10 @@ Tags: - peazip - tani - zip -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Giorgiotani/Peazip/7.3.1/Giorgiotani.Peazip.yaml b/manifests/g/Giorgiotani/Peazip/7.3.1/Giorgiotani.Peazip.yaml index 32a5fdd236259..b93ea87e6f2ec 100644 --- a/manifests/g/Giorgiotani/Peazip/7.3.1/Giorgiotani.Peazip.yaml +++ b/manifests/g/Giorgiotani/Peazip/7.3.1/Giorgiotani.Peazip.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: Giorgiotani.Peazip PackageVersion: 7.3.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Giorgiotani/Peazip/7.3.2/Giorgiotani.Peazip.installer.yaml b/manifests/g/Giorgiotani/Peazip/7.3.2/Giorgiotani.Peazip.installer.yaml index 6642fc4f6fcaf..b1d6005a53522 100644 --- a/manifests/g/Giorgiotani/Peazip/7.3.2/Giorgiotani.Peazip.installer.yaml +++ b/manifests/g/Giorgiotani/Peazip/7.3.2/Giorgiotani.Peazip.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: Giorgiotani.Peazip PackageVersion: 7.3.2 @@ -8,6 +8,6 @@ InstallerType: inno Installers: - Architecture: x64 InstallerUrl: https://github.com/peazip/PeaZip/releases/download/7.3.2/peazip-7.3.2.WIN64.exe - InstallerSha256: f0811de054b7c36d3a41820f97d20f8561e1fec74102e82b205c2e0f76a7f8fd + InstallerSha256: F0811DE054B7C36D3A41820F97D20F8561E1FEC74102E82B205C2E0F76A7F8FD ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Giorgiotani/Peazip/7.3.2/Giorgiotani.Peazip.locale.en-US.yaml b/manifests/g/Giorgiotani/Peazip/7.3.2/Giorgiotani.Peazip.locale.en-US.yaml index 247363b832f22..cfd10e13237b2 100644 --- a/manifests/g/Giorgiotani/Peazip/7.3.2/Giorgiotani.Peazip.locale.en-US.yaml +++ b/manifests/g/Giorgiotani/Peazip/7.3.2/Giorgiotani.Peazip.locale.en-US.yaml @@ -1,20 +1,20 @@ -# 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: Giorgiotani.Peazip PackageVersion: 7.3.2 PackageLocale: en-US Publisher: Giorgio Tani -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: Author: Giorgio Tani PackageName: Peazip -# PackageUrl: https://www.peazip.org +# PackageUrl: License: Open Source license LGPLv3 -# LicenseUrl: https://www.peazip.org/peazip-tos-privacy.html#software_copyright -# Copyright: -# CopyrightUrl: +# LicenseUrl: +# Copyright: +# CopyrightUrl: ShortDescription: Giorgiotani.Peazip Description: PeaZip is a free and open-source file manager and file archiver for Microsoft Windows, Linux and BSD made by Giorgio Tani. It supports its native PEA archive format and other mainstream formats, with special focus on handling open formats. It supports 210 file extensions. Moniker: peazip @@ -26,8 +26,10 @@ Tags: - peazip - tani - zip -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Giorgiotani/Peazip/7.3.2/Giorgiotani.Peazip.yaml b/manifests/g/Giorgiotani/Peazip/7.3.2/Giorgiotani.Peazip.yaml index ba9af0cd60696..fb8ada449c658 100644 --- a/manifests/g/Giorgiotani/Peazip/7.3.2/Giorgiotani.Peazip.yaml +++ b/manifests/g/Giorgiotani/Peazip/7.3.2/Giorgiotani.Peazip.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: Giorgiotani.Peazip PackageVersion: 7.3.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Giorgiotani/Peazip/7.5.0.0/Giorgiotani.Peazip.installer.yaml b/manifests/g/Giorgiotani/Peazip/7.5.0.0/Giorgiotani.Peazip.installer.yaml index 4cc65a0519558..58d9feb89c0e4 100644 --- a/manifests/g/Giorgiotani/Peazip/7.5.0.0/Giorgiotani.Peazip.installer.yaml +++ b/manifests/g/Giorgiotani/Peazip/7.5.0.0/Giorgiotani.Peazip.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: Giorgiotani.Peazip PackageVersion: 7.5.0.0 @@ -10,4 +10,4 @@ Installers: InstallerUrl: https://github.com/peazip/PeaZip/releases/download/7.5.0/peazip-7.5.0.WIN64.exe InstallerSha256: 4C40B9F3DC56047C13F9B5C983F4B0F0FC5B997597ABBCCA17D0895DB88A557D ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Giorgiotani/Peazip/7.5.0.0/Giorgiotani.Peazip.locale.en-US.yaml b/manifests/g/Giorgiotani/Peazip/7.5.0.0/Giorgiotani.Peazip.locale.en-US.yaml index 60f3f4e2d58fa..089d3c9aee721 100644 --- a/manifests/g/Giorgiotani/Peazip/7.5.0.0/Giorgiotani.Peazip.locale.en-US.yaml +++ b/manifests/g/Giorgiotani/Peazip/7.5.0.0/Giorgiotani.Peazip.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: Giorgiotani.Peazip PackageVersion: 7.5.0.0 PackageLocale: en-US Publisher: GiorgioTani -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: -# Author: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: PeaZip PackageUrl: https://peazip.github.io/ License: LGPL3 -# LicenseUrl: -# Copyright: -# CopyrightUrl: +# LicenseUrl: +# Copyright: +# CopyrightUrl: ShortDescription: Free archiver utility -# Description: -# Moniker: +# Description: +# Moniker: Tags: - zip -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Giorgiotani/Peazip/7.5.0.0/Giorgiotani.Peazip.yaml b/manifests/g/Giorgiotani/Peazip/7.5.0.0/Giorgiotani.Peazip.yaml index e383cb8aae485..f96f5f6364126 100644 --- a/manifests/g/Giorgiotani/Peazip/7.5.0.0/Giorgiotani.Peazip.yaml +++ b/manifests/g/Giorgiotani/Peazip/7.5.0.0/Giorgiotani.Peazip.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: Giorgiotani.Peazip PackageVersion: 7.5.0.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Giorgiotani/Peazip/7.7.1/Giorgiotani.Peazip.installer.yaml b/manifests/g/Giorgiotani/Peazip/7.7.1/Giorgiotani.Peazip.installer.yaml index cf310d75fd909..57c47dbc02a37 100644 --- a/manifests/g/Giorgiotani/Peazip/7.7.1/Giorgiotani.Peazip.installer.yaml +++ b/manifests/g/Giorgiotani/Peazip/7.7.1/Giorgiotani.Peazip.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: Giorgiotani.Peazip PackageVersion: 7.7.1 @@ -25,4 +25,4 @@ Installers: InstallerUrl: https://github.com/peazip/PeaZip/releases/download/7.7.1/peazip-7.7.1.WIN64.exe InstallerSha256: 4C70F3DB0DAEFEB2DE850C7E8AD3B1C462792A671D44CDF6DF8FE2EB6BA79155 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Giorgiotani/Peazip/7.7.1/Giorgiotani.Peazip.locale.en-US.yaml b/manifests/g/Giorgiotani/Peazip/7.7.1/Giorgiotani.Peazip.locale.en-US.yaml index ad1ce63845e75..6fec6109db743 100644 --- a/manifests/g/Giorgiotani/Peazip/7.7.1/Giorgiotani.Peazip.locale.en-US.yaml +++ b/manifests/g/Giorgiotani/Peazip/7.7.1/Giorgiotani.Peazip.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: Giorgiotani.Peazip PackageVersion: 7.7.1 PackageLocale: en-US Publisher: GiorgioTani -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: Author: GiorgioTani PackageName: PeaZip PackageUrl: https://peazip.github.io/ License: LGPL3 -# LicenseUrl: -# Copyright: -# CopyrightUrl: +# LicenseUrl: +# Copyright: +# CopyrightUrl: 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: -# Moniker: +# Description: +# Moniker: Tags: - archive - extract - unzip - zip -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Giorgiotani/Peazip/7.7.1/Giorgiotani.Peazip.yaml b/manifests/g/Giorgiotani/Peazip/7.7.1/Giorgiotani.Peazip.yaml index 5c153575a86bd..65e212fe5fb05 100644 --- a/manifests/g/Giorgiotani/Peazip/7.7.1/Giorgiotani.Peazip.yaml +++ b/manifests/g/Giorgiotani/Peazip/7.7.1/Giorgiotani.Peazip.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: Giorgiotani.Peazip PackageVersion: 7.7.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Giorgiotani/Peazip/7.8.0/Giorgiotani.Peazip.installer.yaml b/manifests/g/Giorgiotani/Peazip/7.8.0/Giorgiotani.Peazip.installer.yaml index c07a7d0b63fc0..7d39d60e610c0 100644 --- a/manifests/g/Giorgiotani/Peazip/7.8.0/Giorgiotani.Peazip.installer.yaml +++ b/manifests/g/Giorgiotani/Peazip/7.8.0/Giorgiotani.Peazip.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: Giorgiotani.Peazip PackageVersion: 7.8.0 @@ -25,4 +25,4 @@ Installers: InstallerUrl: https://github.com/peazip/PeaZip/releases/download/7.8.0/peazip-7.8.0.WIN64.exe InstallerSha256: 1D89648FFA4E2CE0682C6B748C96C575DF832097313865A6805D93AD51C261A6 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Giorgiotani/Peazip/7.8.0/Giorgiotani.Peazip.locale.en-US.yaml b/manifests/g/Giorgiotani/Peazip/7.8.0/Giorgiotani.Peazip.locale.en-US.yaml index 4739fdfb7f95c..e8c078668816e 100644 --- a/manifests/g/Giorgiotani/Peazip/7.8.0/Giorgiotani.Peazip.locale.en-US.yaml +++ b/manifests/g/Giorgiotani/Peazip/7.8.0/Giorgiotani.Peazip.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: Giorgiotani.Peazip PackageVersion: 7.8.0 PackageLocale: en-US Publisher: GiorgioTani -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: Author: GiorgioTani PackageName: PeaZip PackageUrl: https://peazip.github.io/ License: LGPL3 -# LicenseUrl: -# Copyright: -# CopyrightUrl: +# LicenseUrl: +# Copyright: +# CopyrightUrl: 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: -# Moniker: +# Description: +# Moniker: Tags: - archive - extract - unzip - zip -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Giorgiotani/Peazip/7.8.0/Giorgiotani.Peazip.yaml b/manifests/g/Giorgiotani/Peazip/7.8.0/Giorgiotani.Peazip.yaml index 8f548a63b718e..2803e8a899d64 100644 --- a/manifests/g/Giorgiotani/Peazip/7.8.0/Giorgiotani.Peazip.yaml +++ b/manifests/g/Giorgiotani/Peazip/7.8.0/Giorgiotani.Peazip.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: Giorgiotani.Peazip PackageVersion: 7.8.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Giorgiotani/Peazip/7.9.0/Giorgiotani.Peazip.installer.yaml b/manifests/g/Giorgiotani/Peazip/7.9.0/Giorgiotani.Peazip.installer.yaml index b7ae689299d8a..f5a878d01471d 100644 --- a/manifests/g/Giorgiotani/Peazip/7.9.0/Giorgiotani.Peazip.installer.yaml +++ b/manifests/g/Giorgiotani/Peazip/7.9.0/Giorgiotani.Peazip.installer.yaml @@ -1,38 +1,37 @@ -# 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: Giorgiotani.Peazip PackageVersion: 7.9.0 MinimumOSVersion: 10.0.0.0 -FileExtensions: - - 7z - - ace - - arc - - bz2 - - cab - - gz - - iso - - paq - - pea - - rar - - tar - - wim - - zip - - zipx +InstallerType: inno +Scope: machine InstallModes: - - interactive - - silent - - silentWithProgress +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +FileExtensions: +- 7z +- ace +- arc +- bz2 +- cab +- gz +- iso +- paq +- pea +- rar +- tar +- wim +- zip +- zipx Installers: - - Architecture: x64 - InstallerType: inno - InstallerUrl: https://github.com/peazip/PeaZip/releases/download/7.9.0/peazip-7.9.0.WIN64.exe - InstallerSha256: DE5ABC28D9DCCFA5A031D675AC9CF1E5CC4DB2C5EEF3BC1626EF491ED0656C9C - Scope: machine - UpgradeBehavior: install - - Architecture: x86 - InstallerType: inno - InstallerUrl: https://github.com/peazip/PeaZip/releases/download/7.9.0/peazip-7.9.0.WINDOWS.exe - InstallerSha256: 5B753CD64020F2EDB26A5C37B721E1A5BA7D8D8F8A970E5B8F2DDDC9A16248A8 - Scope: machine - UpgradeBehavior: install +- Architecture: x64 + InstallerUrl: https://github.com/peazip/PeaZip/releases/download/7.9.0/peazip-7.9.0.WIN64.exe + InstallerSha256: DE5ABC28D9DCCFA5A031D675AC9CF1E5CC4DB2C5EEF3BC1626EF491ED0656C9C +- Architecture: x86 + InstallerUrl: https://github.com/peazip/PeaZip/releases/download/7.9.0/peazip-7.9.0.WINDOWS.exe + InstallerSha256: 5B753CD64020F2EDB26A5C37B721E1A5BA7D8D8F8A970E5B8F2DDDC9A16248A8 ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Giorgiotani/Peazip/7.9.0/Giorgiotani.Peazip.locale.en-US.yaml b/manifests/g/Giorgiotani/Peazip/7.9.0/Giorgiotani.Peazip.locale.en-US.yaml index 931f8e6474f85..edd9467c5c271 100644 --- a/manifests/g/Giorgiotani/Peazip/7.9.0/Giorgiotani.Peazip.locale.en-US.yaml +++ b/manifests/g/Giorgiotani/Peazip/7.9.0/Giorgiotani.Peazip.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: Giorgiotani.Peazip PackageVersion: 7.9.0 PackageLocale: en-US @@ -14,16 +16,21 @@ LicenseUrl: https://github.com/peazip/PeaZip/blob/welcome/LICENSE Copyright: Copyright (C) 2007 Free Software Foundation, Inc. CopyrightUrl: https://github.com/peazip/PeaZip/blob/welcome/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: +# Description: Moniker: peazip Tags: - - zip - - archive - - unzip - - extract - - compression - - encryption - - foss - - open-source +- archive +- compression +- encryption +- extract +- foss +- open-source +- unzip +- zip +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Giorgiotani/Peazip/7.9.0/Giorgiotani.Peazip.yaml b/manifests/g/Giorgiotani/Peazip/7.9.0/Giorgiotani.Peazip.yaml index 63af4596b0926..560d0a779f06c 100644 --- a/manifests/g/Giorgiotani/Peazip/7.9.0/Giorgiotani.Peazip.yaml +++ b/manifests/g/Giorgiotani/Peazip/7.9.0/Giorgiotani.Peazip.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: Giorgiotani.Peazip PackageVersion: 7.9.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Giorgiotani/Peazip/8.0.0/Giorgiotani.Peazip.installer.yaml b/manifests/g/Giorgiotani/Peazip/8.0.0/Giorgiotani.Peazip.installer.yaml index cc04ca2096591..5269ddfb655c4 100644 --- a/manifests/g/Giorgiotani/Peazip/8.0.0/Giorgiotani.Peazip.installer.yaml +++ b/manifests/g/Giorgiotani/Peazip/8.0.0/Giorgiotani.Peazip.installer.yaml @@ -1,13 +1,16 @@ -# 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: Giorgiotani.Peazip PackageVersion: 8.0.0 MinimumOSVersion: 10.0.0.0 +InstallerType: inno +Scope: machine InstallModes: - interactive - silent - silentWithProgress +UpgradeBehavior: install FileExtensions: - 7z - ace @@ -25,16 +28,10 @@ FileExtensions: - zipx Installers: - Architecture: x64 - InstallerType: inno - Scope: machine InstallerUrl: https://github.com/peazip/PeaZip/releases/download/8.0.0/peazip-8.0.0.WIN64.exe InstallerSha256: E984C22DF5B9FEA22C263ECFCCBF7BB4A76C176EF72253A68FEBFF7AFCC95E03 - UpgradeBehavior: install - Architecture: x86 - InstallerType: inno - Scope: machine InstallerUrl: https://github.com/peazip/PeaZip/releases/download/8.0.0/peazip-8.0.0.WINDOWS.exe InstallerSha256: 1E9F294B46E01D32136F8D638E13135EFCDD49ECC48A1B9957734FABE3F75ED0 - UpgradeBehavior: install ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Giorgiotani/Peazip/8.0.0/Giorgiotani.Peazip.locale.en-US.yaml b/manifests/g/Giorgiotani/Peazip/8.0.0/Giorgiotani.Peazip.locale.en-US.yaml index 022716e3a8315..1c8ea92c1b22a 100644 --- a/manifests/g/Giorgiotani/Peazip/8.0.0/Giorgiotani.Peazip.locale.en-US.yaml +++ b/manifests/g/Giorgiotani/Peazip/8.0.0/Giorgiotani.Peazip.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: Giorgiotani.Peazip PackageVersion: 8.0.0 @@ -16,15 +16,21 @@ LicenseUrl: https://github.com/peazip/PeaZip/blob/welcome/LICENSE Copyright: Copyright (C) 2007 Free Software Foundation, Inc. CopyrightUrl: https://github.com/peazip/PeaZip/blob/welcome/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: Moniker: peazip Tags: -- zip - archive -- unzip -- extract - compression - encryption +- extract - foss - open-source +- unzip +- zip +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Giorgiotani/Peazip/8.0.0/Giorgiotani.Peazip.yaml b/manifests/g/Giorgiotani/Peazip/8.0.0/Giorgiotani.Peazip.yaml index 67c7ad3ac1d6b..147e5501cef6e 100644 --- a/manifests/g/Giorgiotani/Peazip/8.0.0/Giorgiotani.Peazip.yaml +++ b/manifests/g/Giorgiotani/Peazip/8.0.0/Giorgiotani.Peazip.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: Giorgiotani.Peazip PackageVersion: 8.0.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Giorgiotani/Peazip/8.1.0/Giorgiotani.Peazip.installer.yaml b/manifests/g/Giorgiotani/Peazip/8.1.0/Giorgiotani.Peazip.installer.yaml index 42caa900f01d8..492d199bc64c8 100644 --- a/manifests/g/Giorgiotani/Peazip/8.1.0/Giorgiotani.Peazip.installer.yaml +++ b/manifests/g/Giorgiotani/Peazip/8.1.0/Giorgiotani.Peazip.installer.yaml @@ -1,13 +1,15 @@ -# 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: Giorgiotani.Peazip PackageVersion: 8.1.0 MinimumOSVersion: 10.0.0.0 +Scope: machine InstallModes: - interactive - silent - silentWithProgress +UpgradeBehavior: install FileExtensions: - 7z - ace @@ -26,30 +28,21 @@ FileExtensions: Installers: - Architecture: x64 InstallerType: inno - Scope: machine InstallerUrl: https://github.com/peazip/PeaZip/releases/download/8.1.0/peazip-8.1.0.WIN64.exe InstallerSha256: 225D9E7F0E95F5A5112C79651E8DC42F535E59127DDA966E13B8B7CA942F9D74 - UpgradeBehavior: install - Architecture: x86 InstallerType: inno - Scope: machine InstallerUrl: https://github.com/peazip/PeaZip/releases/download/8.1.0/peazip-8.1.0.WINDOWS.exe InstallerSha256: B9A3A018912470A08B911F63512083972DE1B4AC4E65956BEA1EE6A7DC01E8D1 - UpgradeBehavior: install - Architecture: x64 InstallerType: msi - Scope: machine InstallerUrl: https://github.com/peazip/PeaZip/releases/download/8.1.0/peazip-8.1.0.WIN64.msi InstallerSha256: E43CAD907EE12F03A5BDEDDAC9585EB4740D92BA466E9B9EA6CDDCF0EC19122B - UpgradeBehavior: install ProductCode: '{44874907-07F0-4BD8-B7CB-A4A09CB02570}' - Architecture: x86 InstallerType: msi - Scope: machine InstallerUrl: https://github.com/peazip/PeaZip/releases/download/8.1.0/peazip-8.1.0.WINDOWS.msi InstallerSha256: DDCE69F304290932C58CA5D3540ADC8696D119AE9DBA91C9CE8F51155CA68049 - UpgradeBehavior: install ProductCode: '{CA10D93A-593A-46A7-9034-A39DD2E8EEA5}' ManifestType: installer -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/g/Giorgiotani/Peazip/8.1.0/Giorgiotani.Peazip.locale.en-US.yaml b/manifests/g/Giorgiotani/Peazip/8.1.0/Giorgiotani.Peazip.locale.en-US.yaml index 7d2b0d0c4ddb5..eb546437845f9 100644 --- a/manifests/g/Giorgiotani/Peazip/8.1.0/Giorgiotani.Peazip.locale.en-US.yaml +++ b/manifests/g/Giorgiotani/Peazip/8.1.0/Giorgiotani.Peazip.locale.en-US.yaml @@ -1,5 +1,5 @@ -# 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: Giorgiotani.Peazip PackageVersion: 8.1.0 @@ -16,16 +16,21 @@ LicenseUrl: https://github.com/peazip/PeaZip/blob/welcome/LICENSE Copyright: Copyright (C) 2007 Free Software Foundation, Inc. CopyrightUrl: https://github.com/peazip/PeaZip/blob/welcome/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: Moniker: peazip Tags: -- zip - archive -- unzip -- extract - compression - encryption +- extract - foss - open-source +- unzip +- zip +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/g/Giorgiotani/Peazip/8.1.0/Giorgiotani.Peazip.yaml b/manifests/g/Giorgiotani/Peazip/8.1.0/Giorgiotani.Peazip.yaml index 61b33347891d9..07e4aadd27d3d 100644 --- a/manifests/g/Giorgiotani/Peazip/8.1.0/Giorgiotani.Peazip.yaml +++ b/manifests/g/Giorgiotani/Peazip/8.1.0/Giorgiotani.Peazip.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: Giorgiotani.Peazip PackageVersion: 8.1.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/g/Giorgiotani/Peazip/8.2.0/Giorgiotani.Peazip.installer.yaml b/manifests/g/Giorgiotani/Peazip/8.2.0/Giorgiotani.Peazip.installer.yaml index afd9824018548..64c7257e2a513 100644 --- a/manifests/g/Giorgiotani/Peazip/8.2.0/Giorgiotani.Peazip.installer.yaml +++ b/manifests/g/Giorgiotani/Peazip/8.2.0/Giorgiotani.Peazip.installer.yaml @@ -1,13 +1,15 @@ -# Created using wingetcreate 0.3.0.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: Giorgiotani.Peazip PackageVersion: 8.2.0 MinimumOSVersion: 10.0.0.0 +Scope: machine InstallModes: - interactive - silent - silentWithProgress +UpgradeBehavior: install FileExtensions: - 7z - ace @@ -26,30 +28,21 @@ FileExtensions: Installers: - Architecture: x64 InstallerType: inno - Scope: machine InstallerUrl: https://github.com/peazip/PeaZip/releases/download/8.2.0/peazip-8.2.0.WIN64.exe - InstallerSha256: 9e5c9f1d42dbc5634eab54ac3ebef32ade89632031f4bbed88449e98eb789dce - UpgradeBehavior: install + InstallerSha256: 9E5C9F1D42DBC5634EAB54AC3EBEF32ADE89632031F4BBED88449E98EB789DCE - Architecture: x86 InstallerType: inno - Scope: machine InstallerUrl: https://github.com/peazip/PeaZip/releases/download/8.2.0/peazip-8.2.0.WINDOWS.exe - InstallerSha256: 2212a2aceaf7780a0003d53b380873f6562930f9959e4a7468d57231adb69978 - UpgradeBehavior: install + InstallerSha256: 2212A2ACEAF7780A0003D53B380873F6562930F9959E4A7468D57231ADB69978 - Architecture: x64 InstallerType: msi - Scope: machine InstallerUrl: https://github.com/peazip/PeaZip/releases/download/8.2.0/peazip-8.2.0.WIN64.msi - InstallerSha256: ba4e155397a896b5bf9ffda7790c10b47459ba047385a53e7eb4838537b8a9dc - UpgradeBehavior: install + InstallerSha256: BA4E155397A896B5BF9FFDA7790C10B47459BA047385A53E7EB4838537B8A9DC ProductCode: '{AD6DE75D-39F8-42AC-AB33-249F7A8E27C4}' - Architecture: x86 InstallerType: msi - Scope: machine InstallerUrl: https://github.com/peazip/PeaZip/releases/download/8.2.0/peazip-8.2.0.WINDOWS.msi - InstallerSha256: 944cfeaa90cff6b698c3cc5606b271d5f3b131c74c02bb64d362596219306b1d - UpgradeBehavior: install + InstallerSha256: 944CFEAA90CFF6B698C3CC5606B271D5F3B131C74C02BB64D362596219306B1D ProductCode: '{F8CC876F-BC6E-4A51-BD64-F7FA94086F4C}' ManifestType: installer -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/g/Giorgiotani/Peazip/8.2.0/Giorgiotani.Peazip.locale.en-US.yaml b/manifests/g/Giorgiotani/Peazip/8.2.0/Giorgiotani.Peazip.locale.en-US.yaml index f2abf5e25183a..7dfb92b6899ad 100644 --- a/manifests/g/Giorgiotani/Peazip/8.2.0/Giorgiotani.Peazip.locale.en-US.yaml +++ b/manifests/g/Giorgiotani/Peazip/8.2.0/Giorgiotani.Peazip.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 0.3.0.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: Giorgiotani.Peazip PackageVersion: 8.2.0 @@ -16,16 +16,21 @@ LicenseUrl: https://github.com/peazip/PeaZip/blob/welcome/LICENSE Copyright: Copyright (C) 2007 Free Software Foundation, Inc. CopyrightUrl: https://github.com/peazip/PeaZip/blob/welcome/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: Moniker: peazip Tags: -- zip - archive -- unzip -- extract - compression - encryption +- extract - foss - open-source +- unzip +- zip +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/g/Giorgiotani/Peazip/8.2.0/Giorgiotani.Peazip.yaml b/manifests/g/Giorgiotani/Peazip/8.2.0/Giorgiotani.Peazip.yaml index c03c2aaff0745..d269b5ca5d7b1 100644 --- a/manifests/g/Giorgiotani/Peazip/8.2.0/Giorgiotani.Peazip.yaml +++ b/manifests/g/Giorgiotani/Peazip/8.2.0/Giorgiotani.Peazip.yaml @@ -1,9 +1,8 @@ -# Created using wingetcreate 0.3.0.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: Giorgiotani.Peazip PackageVersion: 8.2.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/g/Giorgiotani/Peazip/8.3.0/Giorgiotani.Peazip.installer.yaml b/manifests/g/Giorgiotani/Peazip/8.3.0/Giorgiotani.Peazip.installer.yaml index 8f52a121b6061..4c85eb84c17f9 100644 --- a/manifests/g/Giorgiotani/Peazip/8.3.0/Giorgiotani.Peazip.installer.yaml +++ b/manifests/g/Giorgiotani/Peazip/8.3.0/Giorgiotani.Peazip.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=AUSU.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: Giorgiotani.Peazip PackageVersion: 8.3.0 @@ -38,5 +38,6 @@ Installers: InstallerType: msi InstallerUrl: https://github.com/peazip/PeaZip/releases/download/8.3.0/peazip-8.3.0.WIN64.msi InstallerSha256: 70069AE32081289C724002F4E20A9D762F8CA2B51246DB2ACDA13427EE892BF0 + ProductCode: '{07DC95F8-8159-4C0C-B5F3-B6D675361345}' ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Giorgiotani/Peazip/8.3.0/Giorgiotani.Peazip.locale.en-US.yaml b/manifests/g/Giorgiotani/Peazip/8.3.0/Giorgiotani.Peazip.locale.en-US.yaml index 1ea45572488a4..0e84d1782cd1b 100644 --- a/manifests/g/Giorgiotani/Peazip/8.3.0/Giorgiotani.Peazip.locale.en-US.yaml +++ b/manifests/g/Giorgiotani/Peazip/8.3.0/Giorgiotani.Peazip.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=AUSU.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: Giorgiotani.Peazip PackageVersion: 8.3.0 @@ -16,16 +16,21 @@ LicenseUrl: https://github.com/peazip/PeaZip/blob/welcome/LICENSE Copyright: Copyright (C) 2007 Free Software Foundation, Inc. CopyrightUrl: https://github.com/peazip/PeaZip/blob/welcome/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: +# Description: Moniker: peazip Tags: -- zip - archive -- unzip -- extract - compression - encryption +- extract - foss - open-source +- unzip +- zip +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Giorgiotani/Peazip/8.3.0/Giorgiotani.Peazip.yaml b/manifests/g/Giorgiotani/Peazip/8.3.0/Giorgiotani.Peazip.yaml index f367d9d94701f..655fb7b6091ee 100644 --- a/manifests/g/Giorgiotani/Peazip/8.3.0/Giorgiotani.Peazip.yaml +++ b/manifests/g/Giorgiotani/Peazip/8.3.0/Giorgiotani.Peazip.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=AUSU.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: Giorgiotani.Peazip PackageVersion: 8.3.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Giorgiotani/Peazip/8.4.0/Giorgiotani.Peazip.installer.yaml b/manifests/g/Giorgiotani/Peazip/8.4.0/Giorgiotani.Peazip.installer.yaml index b06743a829768..23e0fd7a8dbc2 100644 --- a/manifests/g/Giorgiotani/Peazip/8.4.0/Giorgiotani.Peazip.installer.yaml +++ b/manifests/g/Giorgiotani/Peazip/8.4.0/Giorgiotani.Peazip.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: Giorgiotani.Peazip PackageVersion: 8.4.0 @@ -34,9 +34,10 @@ Installers: InstallerType: msi InstallerUrl: https://github.com/peazip/PeaZip/releases/download/8.4.0/peazip-8.4.0.WIN64.msi InstallerSha256: 6E3818E72E3751DD919A5366B5D191896D8EEF8B644A002C7644DADD00BCDDBC + ProductCode: '{02963E2B-9673-4B25-B27F-8440B669BAA0}' - Architecture: x86 InstallerType: inno InstallerUrl: https://github.com/peazip/PeaZip/releases/download/8.4.0/peazip-8.4.0.WINDOWS.exe InstallerSha256: 03D7B50F22D815468E47E6B58ACF008C94247E2E781232E26E4B466149DB5583 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Giorgiotani/Peazip/8.4.0/Giorgiotani.Peazip.locale.en-US.yaml b/manifests/g/Giorgiotani/Peazip/8.4.0/Giorgiotani.Peazip.locale.en-US.yaml index 18ac8dbbf1069..d4d139d71d652 100644 --- a/manifests/g/Giorgiotani/Peazip/8.4.0/Giorgiotani.Peazip.locale.en-US.yaml +++ b/manifests/g/Giorgiotani/Peazip/8.4.0/Giorgiotani.Peazip.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: Giorgiotani.Peazip PackageVersion: 8.4.0 @@ -16,8 +16,7 @@ LicenseUrl: https://github.com/peazip/PeaZip/blob/welcome/LICENSE Copyright: Copyright (C) 2007 Free Software Foundation, Inc. CopyrightUrl: https://github.com/peazip/PeaZip/blob/welcome/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. +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 @@ -28,8 +27,10 @@ Tags: - open-source - unzip - zip -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Giorgiotani/Peazip/8.4.0/Giorgiotani.Peazip.yaml b/manifests/g/Giorgiotani/Peazip/8.4.0/Giorgiotani.Peazip.yaml index 92e254c983669..5e0fc6aeca446 100644 --- a/manifests/g/Giorgiotani/Peazip/8.4.0/Giorgiotani.Peazip.yaml +++ b/manifests/g/Giorgiotani/Peazip/8.4.0/Giorgiotani.Peazip.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: Giorgiotani.Peazip PackageVersion: 8.4.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Giorgiotani/Peazip/8.5.0/Giorgiotani.Peazip.installer.yaml b/manifests/g/Giorgiotani/Peazip/8.5.0/Giorgiotani.Peazip.installer.yaml index a292dc16969cf..3dc2752942e91 100644 --- a/manifests/g/Giorgiotani/Peazip/8.5.0/Giorgiotani.Peazip.installer.yaml +++ b/manifests/g/Giorgiotani/Peazip/8.5.0/Giorgiotani.Peazip.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: Giorgiotani.Peazip PackageVersion: 8.5.0 @@ -40,5 +40,4 @@ Installers: InstallerUrl: https://github.com/peazip/PeaZip/releases/download/8.5.0/peazip-8.5.0.WINDOWS.exe InstallerSha256: AB43008E3EC4C2E5A6086066FE740C758B00C3B2F658C43767A7FA6CCEA82974 ManifestType: installer -ManifestVersion: 1.1.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/g/Giorgiotani/Peazip/8.5.0/Giorgiotani.Peazip.locale.en-US.yaml b/manifests/g/Giorgiotani/Peazip/8.5.0/Giorgiotani.Peazip.locale.en-US.yaml index 0d212e4759921..592c873ce323b 100644 --- a/manifests/g/Giorgiotani/Peazip/8.5.0/Giorgiotani.Peazip.locale.en-US.yaml +++ b/manifests/g/Giorgiotani/Peazip/8.5.0/Giorgiotani.Peazip.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: Giorgiotani.Peazip PackageVersion: 8.5.0 @@ -16,7 +16,7 @@ LicenseUrl: https://github.com/peazip/PeaZip/blob/welcome/LICENSE Copyright: Copyright (C) 2007 Free Software Foundation, Inc. CopyrightUrl: https://github.com/peazip/PeaZip/blob/welcome/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: > +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: @@ -28,6 +28,10 @@ Tags: - open-source - unzip - zip +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/g/Giorgiotani/Peazip/8.5.0/Giorgiotani.Peazip.yaml b/manifests/g/Giorgiotani/Peazip/8.5.0/Giorgiotani.Peazip.yaml index 834b4879deb4b..c60e4c8a21459 100644 --- a/manifests/g/Giorgiotani/Peazip/8.5.0/Giorgiotani.Peazip.yaml +++ b/manifests/g/Giorgiotani/Peazip/8.5.0/Giorgiotani.Peazip.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: Giorgiotani.Peazip PackageVersion: 8.5.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/g/Giorgiotani/Peazip/8.6.0/Giorgiotani.Peazip.installer.yaml b/manifests/g/Giorgiotani/Peazip/8.6.0/Giorgiotani.Peazip.installer.yaml index 16364b8c4a82a..41b07c41b9f63 100644 --- a/manifests/g/Giorgiotani/Peazip/8.6.0/Giorgiotani.Peazip.installer.yaml +++ b/manifests/g/Giorgiotani/Peazip/8.6.0/Giorgiotani.Peazip.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: Giorgiotani.Peazip PackageVersion: 8.6.0 @@ -41,4 +41,4 @@ Installers: InstallerUrl: https://github.com/peazip/PeaZip/releases/download/8.6.0/peazip-8.6.0.WINDOWS.exe InstallerSha256: F2C95FA2C806226822CD7FEE0966A08912F5E89DF93F9A6ACD005EACEB160E57 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Giorgiotani/Peazip/8.6.0/Giorgiotani.Peazip.locale.en-US.yaml b/manifests/g/Giorgiotani/Peazip/8.6.0/Giorgiotani.Peazip.locale.en-US.yaml index 3cf13107c3130..315b8e11f0fe5 100644 --- a/manifests/g/Giorgiotani/Peazip/8.6.0/Giorgiotani.Peazip.locale.en-US.yaml +++ b/manifests/g/Giorgiotani/Peazip/8.6.0/Giorgiotani.Peazip.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: Giorgiotani.Peazip PackageVersion: 8.6.0 @@ -16,8 +16,7 @@ LicenseUrl: https://github.com/peazip/PeaZip/blob/welcome/LICENSE Copyright: Copyright (C) 2007 Free Software Foundation, Inc. CopyrightUrl: https://github.com/peazip/PeaZip/blob/welcome/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. +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 @@ -28,11 +27,13 @@ Tags: - open-source - unzip - zip -# Agreements: ReleaseNotes: |- PeaZip 8.6.0 release comes with new themes and improved, easier to customize UI layout. It is now possible to use custom compression pre-sets (either built-in or user defined) from command line and scripts, and to set immediate execution for custom compression pre-sets. Updated backends: Pea 1.07, and (Linux) Zstd 1.5.2. ReleaseNotesUrl: https://github.com/peazip/PeaZip/releases/tag/8.6.0 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Giorgiotani/Peazip/8.6.0/Giorgiotani.Peazip.yaml b/manifests/g/Giorgiotani/Peazip/8.6.0/Giorgiotani.Peazip.yaml index 1af48fe530396..10c32cb94ca50 100644 --- a/manifests/g/Giorgiotani/Peazip/8.6.0/Giorgiotani.Peazip.yaml +++ b/manifests/g/Giorgiotani/Peazip/8.6.0/Giorgiotani.Peazip.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: Giorgiotani.Peazip PackageVersion: 8.6.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Giorgiotani/Peazip/8.7.0/Giorgiotani.Peazip.installer.yaml b/manifests/g/Giorgiotani/Peazip/8.7.0/Giorgiotani.Peazip.installer.yaml index 2ea7c0867d882..8fe27e8eb7c27 100644 --- a/manifests/g/Giorgiotani/Peazip/8.7.0/Giorgiotani.Peazip.installer.yaml +++ b/manifests/g/Giorgiotani/Peazip/8.7.0/Giorgiotani.Peazip.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: Giorgiotani.Peazip PackageVersion: 8.7.0 @@ -41,4 +41,4 @@ Installers: InstallerUrl: https://github.com/peazip/PeaZip/releases/download/8.7.0/peazip-8.7.0.WINDOWS.exe InstallerSha256: D7E8C17D08C54AF3264828F95C80221D32ABB4D945B5EA0FF921B5A8D5B10A29 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Giorgiotani/Peazip/8.7.0/Giorgiotani.Peazip.locale.en-US.yaml b/manifests/g/Giorgiotani/Peazip/8.7.0/Giorgiotani.Peazip.locale.en-US.yaml index d1878b0818c5e..475a4ddec9456 100644 --- a/manifests/g/Giorgiotani/Peazip/8.7.0/Giorgiotani.Peazip.locale.en-US.yaml +++ b/manifests/g/Giorgiotani/Peazip/8.7.0/Giorgiotani.Peazip.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: Giorgiotani.Peazip PackageVersion: 8.7.0 @@ -27,8 +27,10 @@ Tags: - open-source - unzip - zip -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/peazip/PeaZip/releases/tag/8.7.0 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Giorgiotani/Peazip/8.7.0/Giorgiotani.Peazip.yaml b/manifests/g/Giorgiotani/Peazip/8.7.0/Giorgiotani.Peazip.yaml index cfbe6fbc5e0b5..dfc762805aa2b 100644 --- a/manifests/g/Giorgiotani/Peazip/8.7.0/Giorgiotani.Peazip.yaml +++ b/manifests/g/Giorgiotani/Peazip/8.7.0/Giorgiotani.Peazip.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: Giorgiotani.Peazip PackageVersion: 8.7.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Giorgiotani/Peazip/8.8.0/Giorgiotani.Peazip.installer.yaml b/manifests/g/Giorgiotani/Peazip/8.8.0/Giorgiotani.Peazip.installer.yaml index 319e9d0906595..24dd7ab183cce 100644 --- a/manifests/g/Giorgiotani/Peazip/8.8.0/Giorgiotani.Peazip.installer.yaml +++ b/manifests/g/Giorgiotani/Peazip/8.8.0/Giorgiotani.Peazip.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: Giorgiotani.Peazip PackageVersion: 8.8.0 @@ -41,4 +41,4 @@ Installers: InstallerUrl: https://github.com/peazip/PeaZip/releases/download/8.8.0/peazip-8.8.0.WINDOWS.exe InstallerSha256: B906C7053E1B5DB54743419691ACCDA3716462196F5ADD7B067CE122E19EE0F3 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Giorgiotani/Peazip/8.8.0/Giorgiotani.Peazip.locale.en-US.yaml b/manifests/g/Giorgiotani/Peazip/8.8.0/Giorgiotani.Peazip.locale.en-US.yaml index 065c9699c6427..411ba368fb566 100644 --- a/manifests/g/Giorgiotani/Peazip/8.8.0/Giorgiotani.Peazip.locale.en-US.yaml +++ b/manifests/g/Giorgiotani/Peazip/8.8.0/Giorgiotani.Peazip.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: Giorgiotani.Peazip PackageVersion: 8.8.0 @@ -27,11 +27,10 @@ Tags: - open-source - unzip - zip -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/peazip/PeaZip/releases/tag/8.8.0 -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Giorgiotani/Peazip/8.8.0/Giorgiotani.Peazip.yaml b/manifests/g/Giorgiotani/Peazip/8.8.0/Giorgiotani.Peazip.yaml index 305c0ec949924..948cd6a9cac0e 100644 --- a/manifests/g/Giorgiotani/Peazip/8.8.0/Giorgiotani.Peazip.yaml +++ b/manifests/g/Giorgiotani/Peazip/8.8.0/Giorgiotani.Peazip.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: Giorgiotani.Peazip PackageVersion: 8.8.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Giorgiotani/Peazip/9.0.0/Giorgiotani.Peazip.installer.yaml b/manifests/g/Giorgiotani/Peazip/9.0.0/Giorgiotani.Peazip.installer.yaml index 23f96b2df3ba2..c2e0e9c0f359c 100644 --- a/manifests/g/Giorgiotani/Peazip/9.0.0/Giorgiotani.Peazip.installer.yaml +++ b/manifests/g/Giorgiotani/Peazip/9.0.0/Giorgiotani.Peazip.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: Giorgiotani.Peazip PackageVersion: 9.0.0 MinimumOSVersion: 10.0.0.0 +InstallerType: inno Scope: machine InstallModes: - interactive @@ -25,16 +26,13 @@ FileExtensions: - wim - zip - zipx +ReleaseDate: 2022-08-20 Installers: - Architecture: x64 - InstallerType: inno InstallerUrl: https://github.com/peazip/PeaZip/releases/download/9.0.0/peazip-9.0.0.WIN64.exe InstallerSha256: 714E147B0DA63E745C5A99F5376D2A34A8EF73E4196E68C783C091F609B8A5BC - Architecture: x86 - InstallerType: inno InstallerUrl: https://github.com/peazip/PeaZip/releases/download/9.0.0/peazip-9.0.0.WINDOWS.exe InstallerSha256: DBE05A51B346C1AAA26C04667D0E8F5AEC673F769197558F41ECB55242604DFF ManifestType: installer -ManifestVersion: 1.2.0 -ReleaseDate: 2022-08-20 - +ManifestVersion: 1.9.0 diff --git a/manifests/g/Giorgiotani/Peazip/9.0.0/Giorgiotani.Peazip.locale.en-US.yaml b/manifests/g/Giorgiotani/Peazip/9.0.0/Giorgiotani.Peazip.locale.en-US.yaml index fcb6e48b967dd..198901cd68e40 100644 --- a/manifests/g/Giorgiotani/Peazip/9.0.0/Giorgiotani.Peazip.locale.en-US.yaml +++ b/manifests/g/Giorgiotani/Peazip/9.0.0/Giorgiotani.Peazip.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: Giorgiotani.Peazip PackageVersion: 9.0.0 @@ -13,6 +13,8 @@ PackageName: PeaZip PackageUrl: https://peazip.github.io License: LGPL3 LicenseUrl: https://github.com/peazip/PeaZip/blob/sources/LICENSE +# Copyright: +# CopyrightUrl: 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 @@ -25,11 +27,10 @@ Tags: - open-source - unzip - zip -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/peazip/PeaZip/releases/tag/9.0.0 -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Giorgiotani/Peazip/9.0.0/Giorgiotani.Peazip.yaml b/manifests/g/Giorgiotani/Peazip/9.0.0/Giorgiotani.Peazip.yaml index a16fc153c736d..189e6b066eebf 100644 --- a/manifests/g/Giorgiotani/Peazip/9.0.0/Giorgiotani.Peazip.yaml +++ b/manifests/g/Giorgiotani/Peazip/9.0.0/Giorgiotani.Peazip.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: Giorgiotani.Peazip PackageVersion: 9.0.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/g/Giorgiotani/Peazip/9.1.0/Giorgiotani.Peazip.installer.yaml b/manifests/g/Giorgiotani/Peazip/9.1.0/Giorgiotani.Peazip.installer.yaml index 04eba9f5032fd..6e4d45a5cc991 100644 --- a/manifests/g/Giorgiotani/Peazip/9.1.0/Giorgiotani.Peazip.installer.yaml +++ b/manifests/g/Giorgiotani/Peazip/9.1.0/Giorgiotani.Peazip.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: Giorgiotani.Peazip PackageVersion: 9.1.0 @@ -35,4 +35,4 @@ Installers: InstallerUrl: https://github.com/peazip/PeaZip/releases/download/9.1.0/peazip-9.1.0.WINDOWS.exe InstallerSha256: 4535722B3D475A841B835E6097E10F9786A95AB1CE10329E6B676F587A43F230 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Giorgiotani/Peazip/9.1.0/Giorgiotani.Peazip.locale.en-US.yaml b/manifests/g/Giorgiotani/Peazip/9.1.0/Giorgiotani.Peazip.locale.en-US.yaml index 9ee379613999e..f9485a34b23d2 100644 --- a/manifests/g/Giorgiotani/Peazip/9.1.0/Giorgiotani.Peazip.locale.en-US.yaml +++ b/manifests/g/Giorgiotani/Peazip/9.1.0/Giorgiotani.Peazip.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: Giorgiotani.Peazip PackageVersion: 9.1.0 @@ -27,11 +27,10 @@ Tags: - open-source - unzip - zip -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://github.com/peazip/PeaZip/releases/tag/9.1.0 # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Giorgiotani/Peazip/9.1.0/Giorgiotani.Peazip.yaml b/manifests/g/Giorgiotani/Peazip/9.1.0/Giorgiotani.Peazip.yaml index 8627a33c412a6..4eca24a4f1299 100644 --- a/manifests/g/Giorgiotani/Peazip/9.1.0/Giorgiotani.Peazip.yaml +++ b/manifests/g/Giorgiotani/Peazip/9.1.0/Giorgiotani.Peazip.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: Giorgiotani.Peazip PackageVersion: 9.1.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Giorgiotani/Peazip/9.2.0/Giorgiotani.Peazip.installer.yaml b/manifests/g/Giorgiotani/Peazip/9.2.0/Giorgiotani.Peazip.installer.yaml index 782d0ee974b11..4bca93c4b17ff 100644 --- a/manifests/g/Giorgiotani/Peazip/9.2.0/Giorgiotani.Peazip.installer.yaml +++ b/manifests/g/Giorgiotani/Peazip/9.2.0/Giorgiotani.Peazip.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: Giorgiotani.Peazip PackageVersion: 9.2.0 @@ -34,4 +34,4 @@ Installers: InstallerUrl: https://github.com/peazip/PeaZip/releases/download/9.2.0/peazip-9.2.0.WIN64.exe InstallerSha256: CC8E0967C2017AC8F7EF281C87E93A31BDAD87C8ADA1339423600B7D6FFA3997 ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Giorgiotani/Peazip/9.2.0/Giorgiotani.Peazip.locale.en-US.yaml b/manifests/g/Giorgiotani/Peazip/9.2.0/Giorgiotani.Peazip.locale.en-US.yaml index 98b9aeab2152c..bdb357eb8cf80 100644 --- a/manifests/g/Giorgiotani/Peazip/9.2.0/Giorgiotani.Peazip.locale.en-US.yaml +++ b/manifests/g/Giorgiotani/Peazip/9.2.0/Giorgiotani.Peazip.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: Giorgiotani.Peazip PackageVersion: 9.2.0 @@ -13,6 +13,8 @@ PackageName: PeaZip PackageUrl: https://peazip.github.io License: LGPL-3.0 LicenseUrl: https://github.com/peazip/PeaZip/blob/sources/LICENSE +# Copyright: +# CopyrightUrl: 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 @@ -25,6 +27,10 @@ Tags: - open-source - unzip - zip +# ReleaseNotes: ReleaseNotesUrl: https://github.com/peazip/PeaZip/releases/tag/9.2.0 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Giorgiotani/Peazip/9.2.0/Giorgiotani.Peazip.yaml b/manifests/g/Giorgiotani/Peazip/9.2.0/Giorgiotani.Peazip.yaml index 3eeae4b920dfc..b0b5832e46f6b 100644 --- a/manifests/g/Giorgiotani/Peazip/9.2.0/Giorgiotani.Peazip.yaml +++ b/manifests/g/Giorgiotani/Peazip/9.2.0/Giorgiotani.Peazip.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: Giorgiotani.Peazip PackageVersion: 9.2.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Giorgiotani/Peazip/9.3.0/Giorgiotani.Peazip.installer.yaml b/manifests/g/Giorgiotani/Peazip/9.3.0/Giorgiotani.Peazip.installer.yaml index d2b6bec9159cc..cfa8d7afa57c6 100644 --- a/manifests/g/Giorgiotani/Peazip/9.3.0/Giorgiotani.Peazip.installer.yaml +++ b/manifests/g/Giorgiotani/Peazip/9.3.0/Giorgiotani.Peazip.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: Giorgiotani.Peazip PackageVersion: 9.3.0 @@ -34,4 +34,4 @@ Installers: InstallerUrl: https://github.com/peazip/PeaZip/releases/download/9.3.0/peazip-9.3.0.WIN64.exe InstallerSha256: B45DEFB5B4CD0BE89BCCD046CE5EBFC8305E0C178160133B28215554204CCE4C ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Giorgiotani/Peazip/9.3.0/Giorgiotani.Peazip.locale.en-US.yaml b/manifests/g/Giorgiotani/Peazip/9.3.0/Giorgiotani.Peazip.locale.en-US.yaml index ad5f3a620fcac..bf56f578affcb 100644 --- a/manifests/g/Giorgiotani/Peazip/9.3.0/Giorgiotani.Peazip.locale.en-US.yaml +++ b/manifests/g/Giorgiotani/Peazip/9.3.0/Giorgiotani.Peazip.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: Giorgiotani.Peazip PackageVersion: 9.3.0 @@ -13,6 +13,8 @@ PackageName: PeaZip PackageUrl: https://peazip.github.io License: LGPL-3.0 LicenseUrl: https://github.com/peazip/PeaZip/blob/sources/LICENSE +# Copyright: +# CopyrightUrl: 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 @@ -25,6 +27,10 @@ Tags: - open-source - unzip - zip +# ReleaseNotes: ReleaseNotesUrl: https://github.com/peazip/PeaZip/releases/tag/9.3.0 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Giorgiotani/Peazip/9.3.0/Giorgiotani.Peazip.yaml b/manifests/g/Giorgiotani/Peazip/9.3.0/Giorgiotani.Peazip.yaml index 2fbc7fd6dce62..820b016104109 100644 --- a/manifests/g/Giorgiotani/Peazip/9.3.0/Giorgiotani.Peazip.yaml +++ b/manifests/g/Giorgiotani/Peazip/9.3.0/Giorgiotani.Peazip.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: Giorgiotani.Peazip PackageVersion: 9.3.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Giorgiotani/Peazip/9.4.0/Giorgiotani.Peazip.installer.yaml b/manifests/g/Giorgiotani/Peazip/9.4.0/Giorgiotani.Peazip.installer.yaml index c03aaecf12470..264905b8cca94 100644 --- a/manifests/g/Giorgiotani/Peazip/9.4.0/Giorgiotani.Peazip.installer.yaml +++ b/manifests/g/Giorgiotani/Peazip/9.4.0/Giorgiotani.Peazip.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: Giorgiotani.Peazip PackageVersion: 9.4.0 @@ -34,4 +34,4 @@ Installers: InstallerUrl: https://github.com/peazip/PeaZip/releases/download/9.4.0/peazip-9.4.0.WIN64.exe InstallerSha256: BC0AAC0B2C02B59236A5648B029118C0095E13AA77111D5DEA5911FC6D5ED275 ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Giorgiotani/Peazip/9.4.0/Giorgiotani.Peazip.locale.en-US.yaml b/manifests/g/Giorgiotani/Peazip/9.4.0/Giorgiotani.Peazip.locale.en-US.yaml index 144344e7c058e..bb38fdcc73705 100644 --- a/manifests/g/Giorgiotani/Peazip/9.4.0/Giorgiotani.Peazip.locale.en-US.yaml +++ b/manifests/g/Giorgiotani/Peazip/9.4.0/Giorgiotani.Peazip.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: Giorgiotani.Peazip PackageVersion: 9.4.0 @@ -13,6 +13,8 @@ PackageName: PeaZip PackageUrl: https://peazip.github.io License: LGPL-3.0 LicenseUrl: https://github.com/peazip/PeaZip/blob/sources/LICENSE +# Copyright: +# CopyrightUrl: 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 @@ -25,6 +27,10 @@ Tags: - open-source - unzip - zip +# ReleaseNotes: ReleaseNotesUrl: https://github.com/peazip/PeaZip/releases/tag/9.4.0 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Giorgiotani/Peazip/9.4.0/Giorgiotani.Peazip.yaml b/manifests/g/Giorgiotani/Peazip/9.4.0/Giorgiotani.Peazip.yaml index d03fc44ccdd23..2e1331dd6c8d8 100644 --- a/manifests/g/Giorgiotani/Peazip/9.4.0/Giorgiotani.Peazip.yaml +++ b/manifests/g/Giorgiotani/Peazip/9.4.0/Giorgiotani.Peazip.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: Giorgiotani.Peazip PackageVersion: 9.4.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Giorgiotani/Peazip/9.5.0/Giorgiotani.Peazip.installer.yaml b/manifests/g/Giorgiotani/Peazip/9.5.0/Giorgiotani.Peazip.installer.yaml index 4f194497f5a1c..32fb6ce2c8ec1 100644 --- a/manifests/g/Giorgiotani/Peazip/9.5.0/Giorgiotani.Peazip.installer.yaml +++ b/manifests/g/Giorgiotani/Peazip/9.5.0/Giorgiotani.Peazip.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: Giorgiotani.Peazip PackageVersion: 9.5.0 @@ -34,4 +34,4 @@ Installers: InstallerUrl: https://github.com/peazip/PeaZip/releases/download/9.5.0/peazip-9.5.0.WIN64.exe InstallerSha256: F64A758691278E509543C24DE02FBABF35ABF1F7EE2404856464C733D3EC43AF ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Giorgiotani/Peazip/9.5.0/Giorgiotani.Peazip.locale.en-US.yaml b/manifests/g/Giorgiotani/Peazip/9.5.0/Giorgiotani.Peazip.locale.en-US.yaml index 2650fcd8a3149..bbb4c238befa4 100644 --- a/manifests/g/Giorgiotani/Peazip/9.5.0/Giorgiotani.Peazip.locale.en-US.yaml +++ b/manifests/g/Giorgiotani/Peazip/9.5.0/Giorgiotani.Peazip.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: Giorgiotani.Peazip PackageVersion: 9.5.0 @@ -13,6 +13,8 @@ PackageName: PeaZip PackageUrl: https://peazip.github.io License: LGPL-3.0 LicenseUrl: https://github.com/peazip/PeaZip/blob/sources/LICENSE +# Copyright: +# CopyrightUrl: 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 @@ -25,6 +27,10 @@ Tags: - open-source - unzip - zip +# ReleaseNotes: ReleaseNotesUrl: https://github.com/peazip/PeaZip/releases/tag/9.5.0 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Giorgiotani/Peazip/9.5.0/Giorgiotani.Peazip.yaml b/manifests/g/Giorgiotani/Peazip/9.5.0/Giorgiotani.Peazip.yaml index 3f13c3acf777b..9f2dbb218e926 100644 --- a/manifests/g/Giorgiotani/Peazip/9.5.0/Giorgiotani.Peazip.yaml +++ b/manifests/g/Giorgiotani/Peazip/9.5.0/Giorgiotani.Peazip.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: Giorgiotani.Peazip PackageVersion: 9.5.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +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/Giorgiotani/Peazip/9.7.0/Giorgiotani.Peazip.installer.yaml b/manifests/g/Giorgiotani/Peazip/9.7.0/Giorgiotani.Peazip.installer.yaml index ac385aae85f72..0622f467147fc 100644 --- a/manifests/g/Giorgiotani/Peazip/9.7.0/Giorgiotani.Peazip.installer.yaml +++ b/manifests/g/Giorgiotani/Peazip/9.7.0/Giorgiotani.Peazip.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: Giorgiotani.Peazip PackageVersion: 9.7.0 @@ -34,4 +34,4 @@ Installers: InstallerUrl: https://github.com/peazip/PeaZip/releases/download/9.7.0/peazip-9.7.0.WIN64.exe InstallerSha256: 2DD48A46F1260DEA3E832B812706687735D9F0948B5CCD571878F7FFB0293913 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Giorgiotani/Peazip/9.7.0/Giorgiotani.Peazip.locale.en-US.yaml b/manifests/g/Giorgiotani/Peazip/9.7.0/Giorgiotani.Peazip.locale.en-US.yaml index 701e0a06f2f86..9be5a0b19fa76 100644 --- a/manifests/g/Giorgiotani/Peazip/9.7.0/Giorgiotani.Peazip.locale.en-US.yaml +++ b/manifests/g/Giorgiotani/Peazip/9.7.0/Giorgiotani.Peazip.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: Giorgiotani.Peazip PackageVersion: 9.7.0 @@ -13,6 +13,8 @@ PackageName: PeaZip PackageUrl: https://peazip.github.io/ License: LGPL-3.0 LicenseUrl: https://github.com/peazip/PeaZip/blob/HEAD/LICENSE +# Copyright: +# CopyrightUrl: 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 @@ -25,7 +27,10 @@ Tags: - open-source - unzip - zip -ReleaseNotes: 'PeaZip 9.7.0 release is primarily meant to update app''s foundations: sources are now built with Lazarus 3.0, Windows dark mode is now fully supported, and a native Linux aarch64 version is now available.Themes and scripting generation engine are improved, and the app now supports Brotli 1.1.0 and Zstd 1.5.5 backend.peazip-windows-darkmode' +ReleaseNotes: "PeaZip 9.7.0 release is primarily meant to update app's foundations: sources are now built with Lazarus 3.0, Windows dark mode is now fully supported, and a native Linux aarch64 version is now available.Themes and scripting generation engine are improved, and the app now supports Brotli 1.1.0 and Zstd 1.5.5 backend.peazip-windows-darkmode" ReleaseNotesUrl: https://github.com/peazip/PeaZip/releases/tag/9.7.0 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Giorgiotani/Peazip/9.7.0/Giorgiotani.Peazip.yaml b/manifests/g/Giorgiotani/Peazip/9.7.0/Giorgiotani.Peazip.yaml index 984a3f5bdb520..4ce3ffd8c932c 100644 --- a/manifests/g/Giorgiotani/Peazip/9.7.0/Giorgiotani.Peazip.yaml +++ b/manifests/g/Giorgiotani/Peazip/9.7.0/Giorgiotani.Peazip.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: Giorgiotani.Peazip PackageVersion: 9.7.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Giorgiotani/Peazip/9.7.1/Giorgiotani.Peazip.installer.yaml b/manifests/g/Giorgiotani/Peazip/9.7.1/Giorgiotani.Peazip.installer.yaml index c6cd3eef8269f..03598c8a9074b 100644 --- a/manifests/g/Giorgiotani/Peazip/9.7.1/Giorgiotani.Peazip.installer.yaml +++ b/manifests/g/Giorgiotani/Peazip/9.7.1/Giorgiotani.Peazip.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: Giorgiotani.Peazip PackageVersion: 9.7.1 @@ -34,4 +34,4 @@ Installers: InstallerUrl: https://github.com/peazip/PeaZip/releases/download/9.7.1/peazip-9.7.1.WIN64.exe InstallerSha256: DD80377D721CD7348BA9090107917D5880231EEFCF4ACC685CADA0EBBB8A5460 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Giorgiotani/Peazip/9.7.1/Giorgiotani.Peazip.locale.en-US.yaml b/manifests/g/Giorgiotani/Peazip/9.7.1/Giorgiotani.Peazip.locale.en-US.yaml index 2bdec9f83ed01..34fbc0864d4f4 100644 --- a/manifests/g/Giorgiotani/Peazip/9.7.1/Giorgiotani.Peazip.locale.en-US.yaml +++ b/manifests/g/Giorgiotani/Peazip/9.7.1/Giorgiotani.Peazip.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: Giorgiotani.Peazip PackageVersion: 9.7.1 @@ -13,6 +13,8 @@ PackageName: PeaZip PackageUrl: https://peazip.github.io/ License: LGPL-3.0 LicenseUrl: https://github.com/peazip/PeaZip/blob/HEAD/LICENSE +# Copyright: +# CopyrightUrl: 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 @@ -25,7 +27,10 @@ Tags: - open-source - unzip - zip -ReleaseNotes: 'PeaZip 9.7.1 provides bug fixes and updated language files.9.7 line is primarily meant to update app''s foundations: sources are now built with Lazarus 3.0, Windows dark mode is now fully supported, and a native Linux aarch64 version is now available.The scripting generation engine is improved, and the app now supports Brotli 1.1.0 and Zstd 1.5.5 backend.peazip-windows-darkmode' +ReleaseNotes: "PeaZip 9.7.1 provides bug fixes and updated language files.9.7 line is primarily meant to update app's foundations: sources are now built with Lazarus 3.0, Windows dark mode is now fully supported, and a native Linux aarch64 version is now available.The scripting generation engine is improved, and the app now supports Brotli 1.1.0 and Zstd 1.5.5 backend.peazip-windows-darkmode" ReleaseNotesUrl: https://github.com/peazip/PeaZip/releases/tag/9.7.1 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Giorgiotani/Peazip/9.7.1/Giorgiotani.Peazip.yaml b/manifests/g/Giorgiotani/Peazip/9.7.1/Giorgiotani.Peazip.yaml index ce7a97b4212fd..5c8ae9d079787 100644 --- a/manifests/g/Giorgiotani/Peazip/9.7.1/Giorgiotani.Peazip.yaml +++ b/manifests/g/Giorgiotani/Peazip/9.7.1/Giorgiotani.Peazip.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: Giorgiotani.Peazip PackageVersion: 9.7.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Giorgiotani/Peazip/9.8.0/Giorgiotani.Peazip.installer.yaml b/manifests/g/Giorgiotani/Peazip/9.8.0/Giorgiotani.Peazip.installer.yaml index ff432f159e1ac..0a5d7b4c221b6 100644 --- a/manifests/g/Giorgiotani/Peazip/9.8.0/Giorgiotani.Peazip.installer.yaml +++ b/manifests/g/Giorgiotani/Peazip/9.8.0/Giorgiotani.Peazip.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: Giorgiotani.Peazip PackageVersion: 9.8.0 @@ -33,4 +33,4 @@ Installers: InstallerUrl: https://github.com/peazip/PeaZip/releases/download/9.8.0/peazip-9.8.0.WIN64.exe InstallerSha256: F0637A8D40FB90F39EE156BD9C826E605A5A82F520D48931990B307AD08A0572 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Giorgiotani/Peazip/9.8.0/Giorgiotani.Peazip.locale.en-US.yaml b/manifests/g/Giorgiotani/Peazip/9.8.0/Giorgiotani.Peazip.locale.en-US.yaml index 371f24ecdf5a1..5eaae47879e32 100644 --- a/manifests/g/Giorgiotani/Peazip/9.8.0/Giorgiotani.Peazip.locale.en-US.yaml +++ b/manifests/g/Giorgiotani/Peazip/9.8.0/Giorgiotani.Peazip.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: Giorgiotani.Peazip PackageVersion: 9.8.0 @@ -13,6 +13,8 @@ PackageName: PeaZip PackageUrl: https://peazip.github.io/ License: LGPL-3.0 LicenseUrl: https://github.com/peazip/PeaZip/blob/HEAD/LICENSE +# Copyright: +# CopyrightUrl: 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 @@ -25,5 +27,10 @@ Tags: - open-source - unzip - zip +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Giorgiotani/Peazip/9.8.0/Giorgiotani.Peazip.yaml b/manifests/g/Giorgiotani/Peazip/9.8.0/Giorgiotani.Peazip.yaml index bbfc240a46d35..b2a9d4ce1c749 100644 --- a/manifests/g/Giorgiotani/Peazip/9.8.0/Giorgiotani.Peazip.yaml +++ b/manifests/g/Giorgiotani/Peazip/9.8.0/Giorgiotani.Peazip.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: Giorgiotani.Peazip PackageVersion: 9.8.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Giorgiotani/Peazip/9.9.0/Giorgiotani.Peazip.installer.yaml b/manifests/g/Giorgiotani/Peazip/9.9.0/Giorgiotani.Peazip.installer.yaml index d6debab4171e4..e1fd8496dbaf6 100644 --- a/manifests/g/Giorgiotani/Peazip/9.9.0/Giorgiotani.Peazip.installer.yaml +++ b/manifests/g/Giorgiotani/Peazip/9.9.0/Giorgiotani.Peazip.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: Giorgiotani.Peazip PackageVersion: 9.9.0 @@ -33,4 +33,4 @@ Installers: InstallerUrl: https://github.com/peazip/PeaZip/releases/download/9.9.0/peazip-9.9.0.WIN64.exe InstallerSha256: 59B2118A0BB33C33F0A89A8ED593FBB5C006DF99754C5AFE259AE9E71A2332E5 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Giorgiotani/Peazip/9.9.0/Giorgiotani.Peazip.locale.en-US.yaml b/manifests/g/Giorgiotani/Peazip/9.9.0/Giorgiotani.Peazip.locale.en-US.yaml index f1fdeb97dcdc2..7357d17f0456b 100644 --- a/manifests/g/Giorgiotani/Peazip/9.9.0/Giorgiotani.Peazip.locale.en-US.yaml +++ b/manifests/g/Giorgiotani/Peazip/9.9.0/Giorgiotani.Peazip.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: Giorgiotani.Peazip PackageVersion: 9.9.0 @@ -13,6 +13,8 @@ PackageName: PeaZip PackageUrl: https://peazip.github.io/ License: LGPL-3.0 LicenseUrl: https://github.com/peazip/PeaZip/blob/HEAD/LICENSE +# Copyright: +# CopyrightUrl: 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 @@ -25,5 +27,10 @@ Tags: - open-source - unzip - zip +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Giorgiotani/Peazip/9.9.0/Giorgiotani.Peazip.yaml b/manifests/g/Giorgiotani/Peazip/9.9.0/Giorgiotani.Peazip.yaml index 181e981af8b58..1077f7ed2b142 100644 --- a/manifests/g/Giorgiotani/Peazip/9.9.0/Giorgiotani.Peazip.yaml +++ b/manifests/g/Giorgiotani/Peazip/9.9.0/Giorgiotani.Peazip.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: Giorgiotani.Peazip PackageVersion: 9.9.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Giorgiotani/Peazip/9.9.1/Giorgiotani.Peazip.installer.yaml b/manifests/g/Giorgiotani/Peazip/9.9.1/Giorgiotani.Peazip.installer.yaml index 5df5f3b0cbe3d..3c1a178777711 100644 --- a/manifests/g/Giorgiotani/Peazip/9.9.1/Giorgiotani.Peazip.installer.yaml +++ b/manifests/g/Giorgiotani/Peazip/9.9.1/Giorgiotani.Peazip.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: Giorgiotani.Peazip PackageVersion: 9.9.1 @@ -25,6 +25,7 @@ FileExtensions: - wim - zip - zipx +ReleaseDate: 2024-08-18 Installers: - Architecture: x86 InstallerUrl: https://github.com/peazip/PeaZip/releases/download/9.9.1/peazip-9.9.1.WINDOWS.exe @@ -33,5 +34,4 @@ Installers: InstallerUrl: https://github.com/peazip/PeaZip/releases/download/9.9.1/peazip-9.9.1.WIN64.exe InstallerSha256: 7CFA0BE1225903A167BB26C7448C95291A61A9A1B1D22C6E8AB4E132EA3810FD ManifestType: installer -ManifestVersion: 1.6.0 -ReleaseDate: 2024-08-18 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Giorgiotani/Peazip/9.9.1/Giorgiotani.Peazip.locale.en-US.yaml b/manifests/g/Giorgiotani/Peazip/9.9.1/Giorgiotani.Peazip.locale.en-US.yaml index b38ba6bfd2d76..df8256fd59cfc 100644 --- a/manifests/g/Giorgiotani/Peazip/9.9.1/Giorgiotani.Peazip.locale.en-US.yaml +++ b/manifests/g/Giorgiotani/Peazip/9.9.1/Giorgiotani.Peazip.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: Giorgiotani.Peazip PackageVersion: 9.9.1 @@ -13,6 +13,8 @@ PackageName: PeaZip PackageUrl: https://peazip.github.io/ License: LGPL-3.0 LicenseUrl: https://github.com/peazip/PeaZip/blob/HEAD/LICENSE +# Copyright: +# CopyrightUrl: 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 @@ -25,9 +27,12 @@ Tags: - open-source - unzip - zip +# ReleaseNotes: ReleaseNotesUrl: https://github.com/peazip/PeaZip/releases/tag/9.9.1 +# PurchaseUrl: +# InstallationNotes: Documentations: - DocumentLabel: Wiki DocumentUrl: https://github.com/peazip/PeaZip/wiki ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Giorgiotani/Peazip/9.9.1/Giorgiotani.Peazip.yaml b/manifests/g/Giorgiotani/Peazip/9.9.1/Giorgiotani.Peazip.yaml index 7e20b2c8e1fd1..eff573ce11795 100644 --- a/manifests/g/Giorgiotani/Peazip/9.9.1/Giorgiotani.Peazip.yaml +++ b/manifests/g/Giorgiotani/Peazip/9.9.1/Giorgiotani.Peazip.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: Giorgiotani.Peazip PackageVersion: 9.9.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.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/Git/Git/2.25.1/Git.Git.installer.yaml b/manifests/g/Git/Git/2.25.1/Git.Git.installer.yaml index 6bfee0040253c..414bf6f23feb5 100644 --- a/manifests/g/Git/Git/2.25.1/Git.Git.installer.yaml +++ b/manifests/g/Git/Git/2.25.1/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.25.1 +InstallerType: inno Installers: - Architecture: x64 InstallerUrl: https://github.com/git-for-windows/git/releases/download/v2.25.1.windows.1/Git-2.25.1-64-bit.exe InstallerSha256: 9E442131F7DC0DE24DB1369A4FE02659C2D642BF60CE6D88E31340EEDAA18DA1 - InstallerType: inno - Architecture: x86 InstallerUrl: https://github.com/git-for-windows/git/releases/download/v2.25.1.windows.1/Git-2.25.1-32-bit.exe InstallerSha256: 4408525B8B314F2EC8CF8F3C00E8BAE27CB4071790AF23908E6C908A7D48E5E1 - InstallerType: inno ManifestType: installer -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/g/Git/Git/2.25.1/Git.Git.locale.en-US.yaml b/manifests/g/Git/Git/2.25.1/Git.Git.locale.en-US.yaml index 60ee6166b18a4..4ff92c8b588fe 100644 --- a/manifests/g/Git/Git/2.25.1/Git.Git.locale.en-US.yaml +++ b/manifests/g/Git/Git/2.25.1/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.25.1 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.25.1/Git.Git.yaml b/manifests/g/Git/Git/2.25.1/Git.Git.yaml index 86b1c919d1715..ba0df7cfd25ba 100644 --- a/manifests/g/Git/Git/2.25.1/Git.Git.yaml +++ b/manifests/g/Git/Git/2.25.1/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.25.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/g/Git/Git/2.26.2/Git.Git.installer.yaml b/manifests/g/Git/Git/2.26.2/Git.Git.installer.yaml index 6bab0da197bf3..5d285008f762e 100644 --- a/manifests/g/Git/Git/2.26.2/Git.Git.installer.yaml +++ b/manifests/g/Git/Git/2.26.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.26.2 +InstallerType: inno Installers: - Architecture: x64 InstallerUrl: https://github.com/git-for-windows/git/releases/download/v2.26.2.windows.1/Git-2.26.2-64-bit.exe InstallerSha256: CDF76510979DACE4D3F5368E2F55D4289C405E249399E7ED09049765489DA6E8 - InstallerType: inno - Architecture: x86 InstallerUrl: https://github.com/git-for-windows/git/releases/download/v2.26.2.windows.1/Git-2.26.2-32-bit.exe InstallerSha256: A7E470E7267D7CEAA94F8C5B0BEAFC86ABF3C7FEA66673E961EA48668B8E0B6C - InstallerType: inno ManifestType: installer -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/g/Git/Git/2.26.2/Git.Git.locale.en-US.yaml b/manifests/g/Git/Git/2.26.2/Git.Git.locale.en-US.yaml index f0b1e86051fd9..b440af1536347 100644 --- a/manifests/g/Git/Git/2.26.2/Git.Git.locale.en-US.yaml +++ b/manifests/g/Git/Git/2.26.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.26.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.26.2/Git.Git.yaml b/manifests/g/Git/Git/2.26.2/Git.Git.yaml index b9bc039f09e20..0c5e051ff97b6 100644 --- a/manifests/g/Git/Git/2.26.2/Git.Git.yaml +++ b/manifests/g/Git/Git/2.26.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.26.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/g/Git/Git/2.27.0/Git.Git.installer.yaml b/manifests/g/Git/Git/2.27.0/Git.Git.installer.yaml index bfdb205e70b02..8df6709e08be9 100644 --- a/manifests/g/Git/Git/2.27.0/Git.Git.installer.yaml +++ b/manifests/g/Git/Git/2.27.0/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.27.0 +InstallerType: inno Installers: - Architecture: x64 InstallerUrl: https://github.com/git-for-windows/git/releases/download/v2.27.0.windows.1/Git-2.27.0-64-bit.exe InstallerSha256: 5974DB8C52B32F5E575EE021E8B47948892CE0E760095EEF98C31E3BBD5167B6 - InstallerType: inno - Architecture: x86 InstallerUrl: https://github.com/git-for-windows/git/releases/download/v2.27.0.windows.1/Git-2.27.0-32-bit.exe InstallerSha256: 876EC8B8FC283DDBACAB424379EEB7263E4515C497A208419C4E893DA87499F8 - InstallerType: inno ManifestType: installer -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/g/Git/Git/2.27.0/Git.Git.locale.en-US.yaml b/manifests/g/Git/Git/2.27.0/Git.Git.locale.en-US.yaml index 31b963e2d108d..47d6ec4c18db4 100644 --- a/manifests/g/Git/Git/2.27.0/Git.Git.locale.en-US.yaml +++ b/manifests/g/Git/Git/2.27.0/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.27.0 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.27.0/Git.Git.yaml b/manifests/g/Git/Git/2.27.0/Git.Git.yaml index 1f42e49d3a5d9..87a3e04e3055d 100644 --- a/manifests/g/Git/Git/2.27.0/Git.Git.yaml +++ b/manifests/g/Git/Git/2.27.0/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.27.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/g/Git/Git/2.28.0/Git.Git.installer.yaml b/manifests/g/Git/Git/2.28.0/Git.Git.installer.yaml index f78836f28d5c0..b0eddaa63c887 100644 --- a/manifests/g/Git/Git/2.28.0/Git.Git.installer.yaml +++ b/manifests/g/Git/Git/2.28.0/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.28.0 +InstallerType: inno Installers: - Architecture: x64 InstallerUrl: https://github.com/git-for-windows/git/releases/download/v2.28.0.windows.1/Git-2.28.0-64-bit.exe InstallerSha256: A8EF3311AC0C8747BA2F5AEF3E475AD42FBC084ADA7E6FB5060481A78C1A9CF2 - InstallerType: inno - Architecture: x86 InstallerUrl: https://github.com/git-for-windows/git/releases/download/v2.28.0.windows.1/Git-2.28.0-32-bit.exe InstallerSha256: 9B83B16F1D73212492F21D9BFFE41C4B5CE8393A356AF96BF8271652C04DFE8F - InstallerType: inno ManifestType: installer -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/g/Git/Git/2.28.0/Git.Git.locale.en-US.yaml b/manifests/g/Git/Git/2.28.0/Git.Git.locale.en-US.yaml index 58449bbcf5aaf..6eb66219b6e12 100644 --- a/manifests/g/Git/Git/2.28.0/Git.Git.locale.en-US.yaml +++ b/manifests/g/Git/Git/2.28.0/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.28.0 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.28.0/Git.Git.yaml b/manifests/g/Git/Git/2.28.0/Git.Git.yaml index 9e5e5b05d47ee..d7844c828ebb6 100644 --- a/manifests/g/Git/Git/2.28.0/Git.Git.yaml +++ b/manifests/g/Git/Git/2.28.0/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.28.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/g/Git/Git/2.29.0/Git.Git.installer.yaml b/manifests/g/Git/Git/2.29.0/Git.Git.installer.yaml index 3d3e477dc707b..18da93c1eb45e 100644 --- a/manifests/g/Git/Git/2.29.0/Git.Git.installer.yaml +++ b/manifests/g/Git/Git/2.29.0/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.29.0 +InstallerType: inno Installers: - Architecture: x64 InstallerUrl: https://github.com/git-for-windows/git/releases/download/v2.29.0.windows.1/Git-2.29.0-64-bit.exe InstallerSha256: A87A5B2ABF44021CC61709218C6FFBB994A79126C5D3953368A45FECBC23CCE0 - InstallerType: inno - Architecture: x86 InstallerUrl: https://github.com/git-for-windows/git/releases/download/v2.29.0.windows.1/Git-2.29.0-32-bit.exe InstallerSha256: 0B212081CC42F7F07F2DD2B1CDC17C3CD8F33DC62A3F0C9EEF9E3D34A3D15BEA - InstallerType: inno ManifestType: installer -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/g/Git/Git/2.29.0/Git.Git.locale.en-US.yaml b/manifests/g/Git/Git/2.29.0/Git.Git.locale.en-US.yaml index fe293b3bc581a..c6d0c92fdd46e 100644 --- a/manifests/g/Git/Git/2.29.0/Git.Git.locale.en-US.yaml +++ b/manifests/g/Git/Git/2.29.0/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.29.0 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.29.0/Git.Git.yaml b/manifests/g/Git/Git/2.29.0/Git.Git.yaml index 15fc9c57e91cc..3633058e1babe 100644 --- a/manifests/g/Git/Git/2.29.0/Git.Git.yaml +++ b/manifests/g/Git/Git/2.29.0/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.29.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/g/Git/Git/2.29.2.2/Git.Git.installer.yaml b/manifests/g/Git/Git/2.29.2.2/Git.Git.installer.yaml index b4865e63178e4..3796b8451f59f 100644 --- a/manifests/g/Git/Git/2.29.2.2/Git.Git.installer.yaml +++ b/manifests/g/Git/Git/2.29.2.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.29.2.2 +InstallerType: inno Installers: - Architecture: x64 InstallerUrl: https://github.com/git-for-windows/git/releases/download/v2.29.2.windows.2/Git-2.29.2.2-64-bit.exe InstallerSha256: 9AB49D93166D430514B0AAF6DDA3FDC6B37E2FE1D0DF8ECC04403CD2BE40E78B - InstallerType: inno - Architecture: x86 InstallerUrl: https://github.com/git-for-windows/git/releases/download/v2.29.2.windows.2/Git-2.29.2.2-32-bit.exe InstallerSha256: 0A88D826CD4C66D949C054F5830667896FAE44FCB29C1698F7ED984DF8765029 - InstallerType: inno ManifestType: installer -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/g/Git/Git/2.29.2.2/Git.Git.locale.en-US.yaml b/manifests/g/Git/Git/2.29.2.2/Git.Git.locale.en-US.yaml index b878b50727ee0..a09029595f07a 100644 --- a/manifests/g/Git/Git/2.29.2.2/Git.Git.locale.en-US.yaml +++ b/manifests/g/Git/Git/2.29.2.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.29.2.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.29.2.2/Git.Git.yaml b/manifests/g/Git/Git/2.29.2.2/Git.Git.yaml index 65d691ce7e84f..856d2e23c8c05 100644 --- a/manifests/g/Git/Git/2.29.2.2/Git.Git.yaml +++ b/manifests/g/Git/Git/2.29.2.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.29.2.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/g/Git/Git/2.29.2.3/Git.Git.installer.yaml b/manifests/g/Git/Git/2.29.2.3/Git.Git.installer.yaml index b788aa448b747..fb13aeb4a4076 100644 --- a/manifests/g/Git/Git/2.29.2.3/Git.Git.installer.yaml +++ b/manifests/g/Git/Git/2.29.2.3/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.29.2.3 +InstallerType: inno Installers: - Architecture: x64 InstallerUrl: https://github.com/git-for-windows/git/releases/download/v2.29.2.windows.3/Git-2.29.2.3-64-bit.exe InstallerSha256: 7EA2CD77818FAAE28BA401D1E7D9467DA00E97BBD5E7FBB6788CE0CEFDD24D2D - InstallerType: inno - Architecture: x86 InstallerUrl: https://github.com/git-for-windows/git/releases/download/v2.29.2.windows.3/Git-2.29.2.3-32-bit.exe InstallerSha256: 6A753EAC3CCF41B3EDF577F3C8B7E5299BC78455552304E60E197F2D1FA117DE - InstallerType: inno ManifestType: installer -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/g/Git/Git/2.29.2.3/Git.Git.locale.en-US.yaml b/manifests/g/Git/Git/2.29.2.3/Git.Git.locale.en-US.yaml index f3af4aec5f677..0743d5ef80195 100644 --- a/manifests/g/Git/Git/2.29.2.3/Git.Git.locale.en-US.yaml +++ b/manifests/g/Git/Git/2.29.2.3/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.29.2.3 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.29.2.3/Git.Git.yaml b/manifests/g/Git/Git/2.29.2.3/Git.Git.yaml index f6c63741ea491..1cd945939b0b6 100644 --- a/manifests/g/Git/Git/2.29.2.3/Git.Git.yaml +++ b/manifests/g/Git/Git/2.29.2.3/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.29.2.3 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/g/Git/Git/2.30.0.2/Git.Git.installer.yaml b/manifests/g/Git/Git/2.30.0.2/Git.Git.installer.yaml index 6f543cc9a83e5..a81d2ec9a4606 100644 --- a/manifests/g/Git/Git/2.30.0.2/Git.Git.installer.yaml +++ b/manifests/g/Git/Git/2.30.0.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.30.0.2 +InstallerType: inno Installers: - Architecture: x64 InstallerUrl: https://github.com/git-for-windows/git/releases/download/v2.30.0.windows.2/Git-2.30.0.2-64-bit.exe InstallerSha256: 895B93AB5230CF15D9F7A268285767C52A452D5B4332A889D9B18EB62C2C0DFE - InstallerType: inno - Architecture: x86 InstallerUrl: https://github.com/git-for-windows/git/releases/download/v2.30.0.windows.2/Git-2.30.0.2-32-bit.exe InstallerSha256: 831CCCE8ABD7B00F2C3E15E7408673C612A5B13A202BE81CE96D7AB9DE13E8C4 - InstallerType: inno ManifestType: installer -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/g/Git/Git/2.30.0.2/Git.Git.locale.en-US.yaml b/manifests/g/Git/Git/2.30.0.2/Git.Git.locale.en-US.yaml index a847eba91bab8..fdebfac10d97d 100644 --- a/manifests/g/Git/Git/2.30.0.2/Git.Git.locale.en-US.yaml +++ b/manifests/g/Git/Git/2.30.0.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.30.0.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.30.0.2/Git.Git.yaml b/manifests/g/Git/Git/2.30.0.2/Git.Git.yaml index 138ec686a1fff..a8e998b30ae96 100644 --- a/manifests/g/Git/Git/2.30.0.2/Git.Git.yaml +++ b/manifests/g/Git/Git/2.30.0.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.30.0.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/g/Git/Git/2.30.1/Git.Git.installer.yaml b/manifests/g/Git/Git/2.30.1/Git.Git.installer.yaml index 1580f0b99f025..926a4601d744b 100644 --- a/manifests/g/Git/Git/2.30.1/Git.Git.installer.yaml +++ b/manifests/g/Git/Git/2.30.1/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.30.1 +InstallerType: inno Installers: - Architecture: x64 InstallerUrl: https://github.com/git-for-windows/git/releases/download/v2.30.1.windows.1/Git-2.30.1-64-bit.exe InstallerSha256: F1358EC93E8975FB4EAACBB71E010FADCB097FB00B8AF9AB6D003BA69C08367D - InstallerType: inno - Architecture: x86 InstallerUrl: https://github.com/git-for-windows/git/releases/download/v2.30.1.windows.1/Git-2.30.1-32-bit.exe InstallerSha256: CD0E3B2F468BE76FBF0F1E8B233C97A299726FC20F8122FD992E00097A76B17E - InstallerType: inno ManifestType: installer -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/g/Git/Git/2.30.1/Git.Git.locale.en-US.yaml b/manifests/g/Git/Git/2.30.1/Git.Git.locale.en-US.yaml index 9a3913ddf5800..76a6e47ca0f09 100644 --- a/manifests/g/Git/Git/2.30.1/Git.Git.locale.en-US.yaml +++ b/manifests/g/Git/Git/2.30.1/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.30.1 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.30.1/Git.Git.yaml b/manifests/g/Git/Git/2.30.1/Git.Git.yaml index 94335c14ff8b7..899cc81783b19 100644 --- a/manifests/g/Git/Git/2.30.1/Git.Git.yaml +++ b/manifests/g/Git/Git/2.30.1/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.30.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/g/Git/Git/2.30.2/Git.Git.installer.yaml b/manifests/g/Git/Git/2.30.2/Git.Git.installer.yaml index 459731e0da82e..b2ec7f00bf02d 100644 --- a/manifests/g/Git/Git/2.30.2/Git.Git.installer.yaml +++ b/manifests/g/Git/Git/2.30.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.30.2 +InstallerType: inno Installers: - Architecture: x64 InstallerUrl: https://github.com/git-for-windows/git/releases/download/v2.30.2.windows.1/Git-2.30.2-64-bit.exe InstallerSha256: AE84C1965034527158FB0FACA3E32430F51A34140A929135180E4DC0EDDF3C30 - InstallerType: inno - Architecture: x86 InstallerUrl: https://github.com/git-for-windows/git/releases/download/v2.30.2.windows.1/Git-2.30.2-32-bit.exe InstallerSha256: 5129A8073C74FDD42A47CAB0E0C421C4D51F36648B7EBD1E4E5771631D0AE1F7 - InstallerType: inno ManifestType: installer -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/g/Git/Git/2.30.2/Git.Git.locale.en-US.yaml b/manifests/g/Git/Git/2.30.2/Git.Git.locale.en-US.yaml index 035c2782b1d8a..6b6b249080d42 100644 --- a/manifests/g/Git/Git/2.30.2/Git.Git.locale.en-US.yaml +++ b/manifests/g/Git/Git/2.30.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.30.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.30.2/Git.Git.yaml b/manifests/g/Git/Git/2.30.2/Git.Git.yaml index 7db6553099478..7039e229ccbdf 100644 --- a/manifests/g/Git/Git/2.30.2/Git.Git.yaml +++ b/manifests/g/Git/Git/2.30.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.30.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/g/Git/Git/2.31.0/Git.Git.installer.yaml b/manifests/g/Git/Git/2.31.0/Git.Git.installer.yaml index ed894cb8e04db..d2d552d7e86d7 100644 --- a/manifests/g/Git/Git/2.31.0/Git.Git.installer.yaml +++ b/manifests/g/Git/Git/2.31.0/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.31.0 +InstallerType: inno Installers: - Architecture: x64 InstallerUrl: https://github.com/git-for-windows/git/releases/download/v2.31.0.windows.1/Git-2.31.0-64-bit.exe InstallerSha256: BAEDDE203F1D3F2AEA68981A9D8DA26F0F9EF77684E46E7D6708BADC91F6DEA0 - InstallerType: inno - Architecture: x86 InstallerUrl: https://github.com/git-for-windows/git/releases/download/v2.31.0.windows.1/Git-2.31.0-32-bit.exe InstallerSha256: 2D5E438154DEBCC24E4E97660CB98480E290A8934BE9A538D9C18AACC01A019D - InstallerType: inno ManifestType: installer -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/g/Git/Git/2.31.0/Git.Git.locale.en-US.yaml b/manifests/g/Git/Git/2.31.0/Git.Git.locale.en-US.yaml index 3f01fe939b7f2..5fa124ce76555 100644 --- a/manifests/g/Git/Git/2.31.0/Git.Git.locale.en-US.yaml +++ b/manifests/g/Git/Git/2.31.0/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.31.0 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.31.0/Git.Git.yaml b/manifests/g/Git/Git/2.31.0/Git.Git.yaml index e13fa2305e3f7..0a37ad90adc41 100644 --- a/manifests/g/Git/Git/2.31.0/Git.Git.yaml +++ b/manifests/g/Git/Git/2.31.0/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.31.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/g/Git/Git/2.31.1/Git.Git.installer.yaml b/manifests/g/Git/Git/2.31.1/Git.Git.installer.yaml index 5e803184a9efc..51bf8458b6e23 100644 --- a/manifests/g/Git/Git/2.31.1/Git.Git.installer.yaml +++ b/manifests/g/Git/Git/2.31.1/Git.Git.installer.yaml @@ -1,29 +1,25 @@ -# 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.31.1 +InstallerLocale: en-US MinimumOSVersion: 10.0.0.0 -Commands: - - git +InstallerType: inno +Scope: machine InstallModes: - - interactive - - silent - - silentWithProgress +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Commands: +- git Installers: - - Architecture: x64 - InstallerType: inno - InstallerUrl: https://github.com/git-for-windows/git/releases/download/v2.31.1.windows.1/Git-2.31.1-64-bit.exe - InstallerSha256: C43611EB73AD1F17F5C8CC82AE51C3041A2E7279E0197CCF5F739E9129CE426E - #ProductCode: - Scope: machine - InstallerLocale: en-US - UpgradeBehavior: install - - Architecture: x86 - InstallerType: inno - InstallerUrl: https://github.com/git-for-windows/git/releases/download/v2.31.1.windows.1/Git-2.31.1-32-bit.exe - InstallerSha256: 6ABC8C83945EE8046C7337D2376C4DCB1E4D63ED9614E161B42A30A5FE9DC6EC - #ProductCode: - Scope: machine - InstallerLocale: en-US - UpgradeBehavior: install +- Architecture: x64 + InstallerUrl: https://github.com/git-for-windows/git/releases/download/v2.31.1.windows.1/Git-2.31.1-64-bit.exe + InstallerSha256: C43611EB73AD1F17F5C8CC82AE51C3041A2E7279E0197CCF5F739E9129CE426E +- Architecture: x86 + InstallerUrl: https://github.com/git-for-windows/git/releases/download/v2.31.1.windows.1/Git-2.31.1-32-bit.exe + InstallerSha256: 6ABC8C83945EE8046C7337D2376C4DCB1E4D63ED9614E161B42A30A5FE9DC6EC ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Git/Git/2.31.1/Git.Git.locale.en-US.yaml b/manifests/g/Git/Git/2.31.1/Git.Git.locale.en-US.yaml index d721df64bc5fa..732528045f832 100644 --- a/manifests/g/Git/Git/2.31.1/Git.Git.locale.en-US.yaml +++ b/manifests/g/Git/Git/2.31.1/Git.Git.locale.en-US.yaml @@ -1,30 +1,37 @@ -# 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.31.1 PackageLocale: en-US Publisher: The Git Development Community PublisherUrl: https://gitforwindows.org PublisherSupportUrl: https://github.com/git-for-windows/git/issues -#PrivacyUrl: +# PrivacyUrl: Author: Johannes Schindelin PackageName: Git PackageUrl: https://gitforwindows.org/ License: GNU General Public License version 2 -LicenseUrl: 'https://github.com/git-for-windows/build-extra/blob/main/ReleaseNotes.md#licenses' -#Copyright: -#CopyrightUrl: +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: +# Description: Moniker: git Tags: - - vcs - - dvcs - - cli - - commandline - - cross-platform - - foss - - open source - - utility - - tool +- cli +- commandline +- cross-platform +- dvcs +- foss +- open-source +- tool +- utility +- vcs +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Git/Git/2.31.1/Git.Git.yaml b/manifests/g/Git/Git/2.31.1/Git.Git.yaml index b64f3688bd538..a38c13f013cca 100644 --- a/manifests/g/Git/Git/2.31.1/Git.Git.yaml +++ b/manifests/g/Git/Git/2.31.1/Git.Git.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: Git.Git PackageVersion: 2.31.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Git/Git/2.32.0.2/Git.Git.installer.yaml b/manifests/g/Git/Git/2.32.0.2/Git.Git.installer.yaml index 1c2d2779dae2f..be066ba24406d 100644 --- a/manifests/g/Git/Git/2.32.0.2/Git.Git.installer.yaml +++ b/manifests/g/Git/Git/2.32.0.2/Git.Git.installer.yaml @@ -1,28 +1,25 @@ -# 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.32.0.2 +InstallerLocale: en-US MinimumOSVersion: 10.0.0.0 -Commands: -- git +InstallerType: inno +Scope: machine InstallModes: - interactive - silent - silentWithProgress +UpgradeBehavior: install +Commands: +- git Installers: - Architecture: x64 - InstallerType: inno InstallerUrl: https://github.com/git-for-windows/git/releases/download/v2.32.0.windows.2/Git-2.32.0.2-64-bit.exe InstallerSha256: 266FB20B60D53ACD1BCEB5D02877614C510A9DFD39BED3434342B2187C7A0FC6 - Scope: machine - InstallerLocale: en-US - UpgradeBehavior: install - Architecture: x86 - InstallerType: inno InstallerUrl: https://github.com/git-for-windows/git/releases/download/v2.32.0.windows.2/Git-2.32.0.2-32-bit.exe InstallerSha256: 9CD78F6D86E33F1DB963FC544A25E50E6CA32BF01CF77EEC0D9146FEB29BA98D - Scope: machine - InstallerLocale: en-US - UpgradeBehavior: install ManifestType: installer -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/g/Git/Git/2.32.0.2/Git.Git.locale.en-US.yaml b/manifests/g/Git/Git/2.32.0.2/Git.Git.locale.en-US.yaml index 96e8f09626371..e9f15ed43ff3a 100644 --- a/manifests/g/Git/Git/2.32.0.2/Git.Git.locale.en-US.yaml +++ b/manifests/g/Git/Git/2.32.0.2/Git.Git.locale.en-US.yaml @@ -1,10 +1,13 @@ -# 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.32.0.2 PackageLocale: en-US Publisher: The Git Development Community PublisherUrl: https://gitforwindows.org PublisherSupportUrl: https://github.com/git-for-windows/git/issues +# PrivacyUrl: Author: Johannes Schindelin PackageName: Git PackageUrl: https://gitforwindows.org/ @@ -16,15 +19,19 @@ ShortDescription: Git for Windows focuses on offering a lightweight, native set Description: 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. Moniker: git Tags: -- vcs -- dvcs - cli - commandline - cross-platform +- dvcs - foss - open-source -- utility - tool +- utility +- vcs +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/g/Git/Git/2.32.0.2/Git.Git.yaml b/manifests/g/Git/Git/2.32.0.2/Git.Git.yaml index 791db3c7c4c03..47ce6babe6afe 100644 --- a/manifests/g/Git/Git/2.32.0.2/Git.Git.yaml +++ b/manifests/g/Git/Git/2.32.0.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.32.0.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/g/Git/Git/2.32.0/Git.Git.installer.yaml b/manifests/g/Git/Git/2.32.0/Git.Git.installer.yaml index 5a80800508ac3..dc99cc973cd57 100644 --- a/manifests/g/Git/Git/2.32.0/Git.Git.installer.yaml +++ b/manifests/g/Git/Git/2.32.0/Git.Git.installer.yaml @@ -1,27 +1,25 @@ -# 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.32.0 +InstallerLocale: en-US MinimumOSVersion: 10.0.0.0 -Commands: - - git +InstallerType: inno +Scope: machine InstallModes: - - interactive - - silent - - silentWithProgress +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Commands: +- git Installers: - - Architecture: x64 - InstallerType: inno - InstallerUrl: https://github.com/git-for-windows/git/releases/download/v2.32.0.windows.1/Git-2.32.0-64-bit.exe - InstallerSha256: EED601EF835C3DAC08D2E27F6F38B5DB7998747C753C87A45B326FBD6C710309 - Scope: machine - InstallerLocale: en-US - UpgradeBehavior: install - - Architecture: x86 - InstallerType: inno - InstallerUrl: https://github.com/git-for-windows/git/releases/download/v2.32.0.windows.1/Git-2.32.0-32-bit.exe - InstallerSha256: 5239B465B893EA595F6A73FDE20691BCFC9C65661FA1B74441D9CE7B98848ADE - Scope: machine - InstallerLocale: en-US - UpgradeBehavior: install +- Architecture: x64 + InstallerUrl: https://github.com/git-for-windows/git/releases/download/v2.32.0.windows.1/Git-2.32.0-64-bit.exe + InstallerSha256: EED601EF835C3DAC08D2E27F6F38B5DB7998747C753C87A45B326FBD6C710309 +- Architecture: x86 + InstallerUrl: https://github.com/git-for-windows/git/releases/download/v2.32.0.windows.1/Git-2.32.0-32-bit.exe + InstallerSha256: 5239B465B893EA595F6A73FDE20691BCFC9C65661FA1B74441D9CE7B98848ADE ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Git/Git/2.32.0/Git.Git.locale.en-US.yaml b/manifests/g/Git/Git/2.32.0/Git.Git.locale.en-US.yaml index 1400209c1be2c..0b8211b7a861e 100644 --- a/manifests/g/Git/Git/2.32.0/Git.Git.locale.en-US.yaml +++ b/manifests/g/Git/Git/2.32.0/Git.Git.locale.en-US.yaml @@ -1,10 +1,13 @@ -# 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.32.0 PackageLocale: en-US Publisher: The Git Development Community PublisherUrl: https://gitforwindows.org PublisherSupportUrl: https://github.com/git-for-windows/git/issues +# PrivacyUrl: Author: Johannes Schindelin PackageName: Git PackageUrl: https://gitforwindows.org/ @@ -16,14 +19,19 @@ ShortDescription: Git for Windows focuses on offering a lightweight, native set Description: 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. Moniker: git Tags: - - vcs - - dvcs - - cli - - commandline - - cross-platform - - foss - - open-source - - utility - - tool +- cli +- commandline +- cross-platform +- dvcs +- foss +- open-source +- tool +- utility +- vcs +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Git/Git/2.32.0/Git.Git.yaml b/manifests/g/Git/Git/2.32.0/Git.Git.yaml index 9a5671dd9adc4..2c14ffa77a45a 100644 --- a/manifests/g/Git/Git/2.32.0/Git.Git.yaml +++ b/manifests/g/Git/Git/2.32.0/Git.Git.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: Git.Git PackageVersion: 2.32.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Git/Git/2.33.0.2/Git.Git.installer.yaml b/manifests/g/Git/Git/2.33.0.2/Git.Git.installer.yaml index 846192f7e40cb..f668c5b4a760c 100644 --- a/manifests/g/Git/Git/2.33.0.2/Git.Git.installer.yaml +++ b/manifests/g/Git/Git/2.33.0.2/Git.Git.installer.yaml @@ -1,28 +1,25 @@ -# 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.33.0.2 +InstallerLocale: en-US MinimumOSVersion: 10.0.0.0 +InstallerType: inno +Scope: machine InstallModes: - interactive - silent - silentWithProgress +UpgradeBehavior: install Commands: - git Installers: -- InstallerLocale: en-US - Architecture: x64 - InstallerType: inno - Scope: machine +- Architecture: x64 InstallerUrl: https://github.com/git-for-windows/git/releases/download/v2.33.0.windows.2/Git-2.33.0.2-64-bit.exe InstallerSha256: A5704733C219E9A0C96BFEB0FEBEF62BC2518BDD4E358BC9519DBC5E63A3B5FE - UpgradeBehavior: install -- InstallerLocale: en-US - Architecture: x86 - InstallerType: inno - Scope: machine +- Architecture: x86 InstallerUrl: https://github.com/git-for-windows/git/releases/download/v2.33.0.windows.2/Git-2.33.0.2-32-bit.exe InstallerSha256: 764C153A9E16DD7121A78AE36DEB33FB07975D2FE9030C620E99050A97F6DCD8 - UpgradeBehavior: install ManifestType: installer -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/g/Git/Git/2.33.0.2/Git.Git.locale.en-US.yaml b/manifests/g/Git/Git/2.33.0.2/Git.Git.locale.en-US.yaml index c92ea4e4a12b9..e21e1f5840904 100644 --- a/manifests/g/Git/Git/2.33.0.2/Git.Git.locale.en-US.yaml +++ b/manifests/g/Git/Git/2.33.0.2/Git.Git.locale.en-US.yaml @@ -1,10 +1,13 @@ -# 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.33.0.2 PackageLocale: en-US Publisher: The Git Development Community PublisherUrl: https://gitforwindows.org PublisherSupportUrl: https://github.com/git-for-windows/git/issues +# PrivacyUrl: Author: Johannes Schindelin PackageName: Git PackageUrl: https://gitforwindows.org @@ -16,16 +19,20 @@ ShortDescription: Git for Windows focuses on offering a lightweight, native set Description: 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. Moniker: git Tags: -- vcs -- dvcs - cli -- commandline - command-line +- commandline - cross-platform +- dvcs - foss - open-source -- utility - tool +- utility +- vcs +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/g/Git/Git/2.33.0.2/Git.Git.yaml b/manifests/g/Git/Git/2.33.0.2/Git.Git.yaml index a3efe52ce7e81..7c03657ba5694 100644 --- a/manifests/g/Git/Git/2.33.0.2/Git.Git.yaml +++ b/manifests/g/Git/Git/2.33.0.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.33.0.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/g/Git/Git/2.33.0/Git.Git.installer.yaml b/manifests/g/Git/Git/2.33.0/Git.Git.installer.yaml index 80497f5317f88..644eae693492c 100644 --- a/manifests/g/Git/Git/2.33.0/Git.Git.installer.yaml +++ b/manifests/g/Git/Git/2.33.0/Git.Git.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: Git.Git PackageVersion: 2.33.0 +InstallerLocale: en-US MinimumOSVersion: 10.0.0.0 +InstallerType: inno +Scope: machine InstallModes: - interactive - silent - silentWithProgress +UpgradeBehavior: install Commands: - git Installers: -- InstallerLocale: en-US - Architecture: x64 - InstallerType: inno - Scope: machine +- Architecture: x64 InstallerUrl: https://github.com/git-for-windows/git/releases/download/v2.33.0.windows.1/Git-2.33.0-64-bit.exe InstallerSha256: 4E6E0EFBB7D35653907175F2735386F55B72D37D442B3A1BE9656C26F69C693D - UpgradeBehavior: install -- InstallerLocale: en-US - Architecture: x86 - InstallerType: inno - Scope: machine +- Architecture: x86 InstallerUrl: https://github.com/git-for-windows/git/releases/download/v2.33.0.windows.1/Git-2.33.0-32-bit.exe InstallerSha256: 715CFC104C249FEA591AB1FB6BA56F970405CDFCEBF11798EB02175A3178D879 - UpgradeBehavior: install ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Git/Git/2.33.0/Git.Git.locale.en-US.yaml b/manifests/g/Git/Git/2.33.0/Git.Git.locale.en-US.yaml index 1e0f32d3ea1f2..a0bc5051c269e 100644 --- a/manifests/g/Git/Git/2.33.0/Git.Git.locale.en-US.yaml +++ b/manifests/g/Git/Git/2.33.0/Git.Git.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: Git.Git PackageVersion: 2.33.0 @@ -7,6 +7,7 @@ PackageLocale: en-US Publisher: The Git Development Community PublisherUrl: https://gitforwindows.org PublisherSupportUrl: https://github.com/git-for-windows/git/issues +# PrivacyUrl: Author: Johannes Schindelin PackageName: Git PackageUrl: https://gitforwindows.org @@ -18,15 +19,20 @@ ShortDescription: Git for Windows focuses on offering a lightweight, native set Description: 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. Moniker: git Tags: -- vcs -- dvcs - cli -- commandline - command-line +- commandline - cross-platform +- dvcs - foss - open-source -- utility - tool +- utility +- vcs +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Git/Git/2.33.0/Git.Git.yaml b/manifests/g/Git/Git/2.33.0/Git.Git.yaml index ab0c689f062f6..6e7e8e79b85d8 100644 --- a/manifests/g/Git/Git/2.33.0/Git.Git.yaml +++ b/manifests/g/Git/Git/2.33.0/Git.Git.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: Git.Git PackageVersion: 2.33.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Git/Git/2.33.1/Git.Git.installer.yaml b/manifests/g/Git/Git/2.33.1/Git.Git.installer.yaml index 2aade7cc99266..262c3199ebfc0 100644 --- a/manifests/g/Git/Git/2.33.1/Git.Git.installer.yaml +++ b/manifests/g/Git/Git/2.33.1/Git.Git.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: Git.Git PackageVersion: 2.33.1 @@ -22,4 +22,4 @@ Installers: InstallerUrl: https://github.com/git-for-windows/git/releases/download/v2.33.1.windows.1/Git-2.33.1-64-bit.exe InstallerSha256: B1B69FCF56D50199536F7E6FC79B75AB16734D4D9A4B85C8E931596F02DD0688 ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Git/Git/2.33.1/Git.Git.locale.en-US.yaml b/manifests/g/Git/Git/2.33.1/Git.Git.locale.en-US.yaml index 6192f5b24af2a..518222dd9ed32 100644 --- a/manifests/g/Git/Git/2.33.1/Git.Git.locale.en-US.yaml +++ b/manifests/g/Git/Git/2.33.1/Git.Git.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: Git.Git PackageVersion: 2.33.1 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: The Git Development Community PublisherUrl: https://gitforwindows.org PublisherSupportUrl: https://github.com/git-for-windows/git/issues -# PrivacyUrl: +# PrivacyUrl: Author: Johannes Schindelin PackageName: Git PackageUrl: https://gitforwindows.org @@ -19,15 +19,20 @@ ShortDescription: Git for Windows focuses on offering a lightweight, native set Description: 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. Moniker: git Tags: -- vcs -- dvcs - cli -- commandline - command-line +- commandline - cross-platform +- dvcs - foss - open-source -- utility - tool +- utility +- vcs +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Git/Git/2.33.1/Git.Git.yaml b/manifests/g/Git/Git/2.33.1/Git.Git.yaml index d587b9bb5d90d..8b5fb2f9d9578 100644 --- a/manifests/g/Git/Git/2.33.1/Git.Git.yaml +++ b/manifests/g/Git/Git/2.33.1/Git.Git.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: Git.Git PackageVersion: 2.33.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Git/Git/2.34.0/Git.Git.installer.yaml b/manifests/g/Git/Git/2.34.0/Git.Git.installer.yaml index 67ff7ec5aa744..839700c9861c5 100644 --- a/manifests/g/Git/Git/2.34.0/Git.Git.installer.yaml +++ b/manifests/g/Git/Git/2.34.0/Git.Git.installer.yaml @@ -1,10 +1,11 @@ -# 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: Git.Git PackageVersion: 2.34.0 InstallerLocale: en-US MinimumOSVersion: 10.0.0.0 +InstallerType: inno Scope: machine InstallModes: - interactive @@ -15,13 +16,10 @@ Commands: - git Installers: - Architecture: x86 - InstallerType: inno InstallerUrl: https://github.com/git-for-windows/git/releases/download/v2.34.0.windows.1/Git-2.34.0-32-bit.exe InstallerSha256: E665D6D2E454BFE2A9172E326BECF00A8D82D0DE080CEBDAE4218D1727B1897E - Architecture: x64 - InstallerType: inno InstallerUrl: https://github.com/git-for-windows/git/releases/download/v2.34.0.windows.1/Git-2.34.0-64-bit.exe InstallerSha256: 2A833D15F97539E845B3883E375A8A152E8199B63AC345282D80F834F7D6A9B6 ManifestType: installer -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/g/Git/Git/2.34.0/Git.Git.locale.en-US.yaml b/manifests/g/Git/Git/2.34.0/Git.Git.locale.en-US.yaml index 9599729e3abaa..f2bd5a2668ea1 100644 --- a/manifests/g/Git/Git/2.34.0/Git.Git.locale.en-US.yaml +++ b/manifests/g/Git/Git/2.34.0/Git.Git.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: Git.Git PackageVersion: 2.34.0 @@ -7,6 +7,7 @@ PackageLocale: en-US Publisher: The Git Development Community PublisherUrl: https://gitforwindows.org PublisherSupportUrl: https://github.com/git-for-windows/git/issues +# PrivacyUrl: Author: Johannes Schindelin PackageName: Git PackageUrl: https://gitforwindows.org @@ -18,16 +19,20 @@ ShortDescription: Git for Windows focuses on offering a lightweight, native set Description: 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. Moniker: git Tags: -- vcs -- dvcs - cli -- commandline - command-line +- commandline - cross-platform +- dvcs - foss - open-source -- utility - tool +- utility +- vcs +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/g/Git/Git/2.34.0/Git.Git.yaml b/manifests/g/Git/Git/2.34.0/Git.Git.yaml index 3cf82a8f2ecf8..cfcb9b06b2946 100644 --- a/manifests/g/Git/Git/2.34.0/Git.Git.yaml +++ b/manifests/g/Git/Git/2.34.0/Git.Git.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: Git.Git PackageVersion: 2.34.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/g/Git/Git/2.34.1/Git.Git.installer.yaml b/manifests/g/Git/Git/2.34.1/Git.Git.installer.yaml index ae91fd03c668f..e4eaf7782e798 100644 --- a/manifests/g/Git/Git/2.34.1/Git.Git.installer.yaml +++ b/manifests/g/Git/Git/2.34.1/Git.Git.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: Git.Git PackageVersion: 2.34.1 @@ -22,4 +22,4 @@ Installers: InstallerUrl: https://github.com/git-for-windows/git/releases/download/v2.34.1.windows.1/Git-2.34.1-64-bit.exe InstallerSha256: D8769A1D90B2F1F7D85AE91E724C8DAD16F340C5B130D49368A308DD086A5F52 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Git/Git/2.34.1/Git.Git.locale.en-US.yaml b/manifests/g/Git/Git/2.34.1/Git.Git.locale.en-US.yaml index 4538bbc89ccb6..155eeb993d690 100644 --- a/manifests/g/Git/Git/2.34.1/Git.Git.locale.en-US.yaml +++ b/manifests/g/Git/Git/2.34.1/Git.Git.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: Git.Git PackageVersion: 2.34.1 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: The Git Development Community PublisherUrl: https://gitforwindows.org PublisherSupportUrl: https://github.com/git-for-windows/git/issues -# PrivacyUrl: +# PrivacyUrl: Author: Johannes Schindelin PackageName: Git PackageUrl: https://gitforwindows.org @@ -19,18 +19,20 @@ ShortDescription: Git for Windows focuses on offering a lightweight, native set Description: 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. Moniker: git Tags: -- vcs -- dvcs - cli -- commandline - command-line +- commandline - cross-platform +- dvcs - foss - open-source -- utility - tool -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +- utility +- vcs +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Git/Git/2.34.1/Git.Git.yaml b/manifests/g/Git/Git/2.34.1/Git.Git.yaml index 3ba392af470f8..05f17a8bdb743 100644 --- a/manifests/g/Git/Git/2.34.1/Git.Git.yaml +++ b/manifests/g/Git/Git/2.34.1/Git.Git.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: Git.Git PackageVersion: 2.34.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Git/Git/2.35.0/Git.Git.installer.yaml b/manifests/g/Git/Git/2.35.0/Git.Git.installer.yaml index 47ee1a504b290..25aa53e0bb5d1 100644 --- a/manifests/g/Git/Git/2.35.0/Git.Git.installer.yaml +++ b/manifests/g/Git/Git/2.35.0/Git.Git.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: Git.Git PackageVersion: 2.35.0 @@ -24,4 +24,4 @@ Installers: InstallerUrl: https://github.com/git-for-windows/git/releases/download/v2.35.0.windows.1/Git-2.35.0-64-bit.exe InstallerSha256: 1F59A96CA29C98260C36CCAC594CF5C362160D442E0C7197D36CC99ECC6C3447 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Git/Git/2.35.0/Git.Git.locale.en-US.yaml b/manifests/g/Git/Git/2.35.0/Git.Git.locale.en-US.yaml index a8525b2ddb214..3961730e0d00b 100644 --- a/manifests/g/Git/Git/2.35.0/Git.Git.locale.en-US.yaml +++ b/manifests/g/Git/Git/2.35.0/Git.Git.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: Git.Git PackageVersion: 2.35.0 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: The Git Development Community PublisherUrl: https://gitforwindows.org PublisherSupportUrl: https://github.com/git-for-windows/git/issues -# PrivacyUrl: +# PrivacyUrl: Author: Johannes Schindelin PackageName: Git PackageUrl: https://gitforwindows.org @@ -29,7 +29,6 @@ Tags: - tool - utility - vcs -# Agreements: ReleaseNotes: |- New Features • Comes with Git v2.35.0. @@ -43,5 +42,8 @@ ReleaseNotes: |- Bug Fixes • A bug which caused crashes when running git log with custom date formats in 32-bit builds was fixed. ReleaseNotesUrl: https://github.com/git-for-windows/git/releases/tag/v2.35.0.windows.1 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Git/Git/2.35.0/Git.Git.yaml b/manifests/g/Git/Git/2.35.0/Git.Git.yaml index c52a017199102..d67ad9b3b64a9 100644 --- a/manifests/g/Git/Git/2.35.0/Git.Git.yaml +++ b/manifests/g/Git/Git/2.35.0/Git.Git.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: Git.Git PackageVersion: 2.35.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Git/Git/2.35.1.2/Git.Git.installer.yaml b/manifests/g/Git/Git/2.35.1.2/Git.Git.installer.yaml index 95e310de71091..8e386500140ca 100644 --- a/manifests/g/Git/Git/2.35.1.2/Git.Git.installer.yaml +++ b/manifests/g/Git/Git/2.35.1.2/Git.Git.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: Git.Git PackageVersion: 2.35.1.2 @@ -24,4 +24,4 @@ Installers: InstallerUrl: https://github.com/git-for-windows/git/releases/download/v2.35.1.windows.2/Git-2.35.1.2-64-bit.exe InstallerSha256: 77768D0D1B01E84E8570D54264BE87194AA424EC7E527883280B9DA9761F0A2A ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Git/Git/2.35.1.2/Git.Git.locale.en-US.yaml b/manifests/g/Git/Git/2.35.1.2/Git.Git.locale.en-US.yaml index 4aeeaf7a7d385..29c9fa1b7e7e2 100644 --- a/manifests/g/Git/Git/2.35.1.2/Git.Git.locale.en-US.yaml +++ b/manifests/g/Git/Git/2.35.1.2/Git.Git.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: Git.Git PackageVersion: 2.35.1.2 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: The Git Development Community PublisherUrl: https://gitforwindows.org PublisherSupportUrl: https://github.com/git-for-windows/git/issues -# PrivacyUrl: +# PrivacyUrl: Author: Johannes Schindelin PackageName: Git PackageUrl: https://gitforwindows.org @@ -20,8 +20,8 @@ Description: Git for Windows focuses on offering a lightweight, native set of to Moniker: git Tags: - cli -- commandline - command-line +- commandline - cross-platform - dvcs - foss @@ -29,8 +29,10 @@ Tags: - tool - utility - vcs -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Git/Git/2.35.1.2/Git.Git.yaml b/manifests/g/Git/Git/2.35.1.2/Git.Git.yaml index 9775519decf94..db476b39c1ac6 100644 --- a/manifests/g/Git/Git/2.35.1.2/Git.Git.yaml +++ b/manifests/g/Git/Git/2.35.1.2/Git.Git.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: Git.Git PackageVersion: 2.35.1.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Git/Git/2.35.1/Git.Git.installer.yaml b/manifests/g/Git/Git/2.35.1/Git.Git.installer.yaml index a39f1bb6a7d96..91574f7f37691 100644 --- a/manifests/g/Git/Git/2.35.1/Git.Git.installer.yaml +++ b/manifests/g/Git/Git/2.35.1/Git.Git.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: Git.Git PackageVersion: 2.35.1 @@ -23,4 +23,4 @@ Installers: InstallerUrl: https://github.com/git-for-windows/git/releases/download/v2.35.1.windows.1/Git-2.35.1-64-bit.exe InstallerSha256: 5D66948E7ADA0AB184B2745FDF6E11843443A97655891C3C6268B5985B88BF4F ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Git/Git/2.35.1/Git.Git.locale.en-US.yaml b/manifests/g/Git/Git/2.35.1/Git.Git.locale.en-US.yaml index 3390515f4fea7..b81de48374827 100644 --- a/manifests/g/Git/Git/2.35.1/Git.Git.locale.en-US.yaml +++ b/manifests/g/Git/Git/2.35.1/Git.Git.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: Git.Git PackageVersion: 2.35.1 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: The Git Development Community PublisherUrl: https://gitforwindows.org PublisherSupportUrl: https://github.com/git-for-windows/git/issues -# PrivacyUrl: +# PrivacyUrl: Author: Johannes Schindelin PackageName: Git PackageUrl: https://gitforwindows.org @@ -20,8 +20,8 @@ Description: Git for Windows focuses on offering a lightweight, native set of to Moniker: git Tags: - cli -- commandline - command-line +- commandline - cross-platform - dvcs - foss @@ -29,8 +29,10 @@ Tags: - tool - utility - vcs -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Git/Git/2.35.1/Git.Git.yaml b/manifests/g/Git/Git/2.35.1/Git.Git.yaml index baaebd223fb63..e5af762021f80 100644 --- a/manifests/g/Git/Git/2.35.1/Git.Git.yaml +++ b/manifests/g/Git/Git/2.35.1/Git.Git.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: Git.Git PackageVersion: 2.35.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Git/Git/2.35.2/Git.Git.installer.yaml b/manifests/g/Git/Git/2.35.2/Git.Git.installer.yaml index c748b7b77b805..f0f9a2f1a5243 100644 --- a/manifests/g/Git/Git/2.35.2/Git.Git.installer.yaml +++ b/manifests/g/Git/Git/2.35.2/Git.Git.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.2 $debug=QUSU.5-1-22593-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: Git.Git PackageVersion: 2.35.2 @@ -23,4 +23,4 @@ Installers: InstallerUrl: https://github.com/git-for-windows/git/releases/download/v2.35.2.windows.1/Git-2.35.2-64-bit.exe InstallerSha256: 8D33512F097E79ADF7910D917653E630B3A4446B25FE258F6C3A21BDBDE410CA ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Git/Git/2.35.2/Git.Git.locale.en-US.yaml b/manifests/g/Git/Git/2.35.2/Git.Git.locale.en-US.yaml index c4ec1b23ba731..4a38e3b90643d 100644 --- a/manifests/g/Git/Git/2.35.2/Git.Git.locale.en-US.yaml +++ b/manifests/g/Git/Git/2.35.2/Git.Git.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.2 $debug=QUSU.5-1-22593-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: Git.Git PackageVersion: 2.35.2 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: The Git Development Community PublisherUrl: https://gitforwindows.org PublisherSupportUrl: https://github.com/git-for-windows/git/issues -# PrivacyUrl: +# PrivacyUrl: Author: Johannes Schindelin PackageName: Git PackageUrl: https://gitforwindows.org @@ -20,8 +20,8 @@ Description: Git for Windows focuses on offering a lightweight, native set of to Moniker: git Tags: - cli -- commandline - command-line +- commandline - cross-platform - dvcs - foss @@ -29,8 +29,10 @@ Tags: - tool - utility - vcs -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Git/Git/2.35.2/Git.Git.yaml b/manifests/g/Git/Git/2.35.2/Git.Git.yaml index 03df0fd1e6033..f4c1acd82236c 100644 --- a/manifests/g/Git/Git/2.35.2/Git.Git.yaml +++ b/manifests/g/Git/Git/2.35.2/Git.Git.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.2 $debug=QUSU.5-1-22593-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: Git.Git PackageVersion: 2.35.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Git/Git/2.35.3/Git.Git.installer.yaml b/manifests/g/Git/Git/2.35.3/Git.Git.installer.yaml index 402c8a48e5653..d4dc831b2034a 100644 --- a/manifests/g/Git/Git/2.35.3/Git.Git.installer.yaml +++ b/manifests/g/Git/Git/2.35.3/Git.Git.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: Git.Git PackageVersion: 2.35.3 @@ -23,4 +23,4 @@ Installers: InstallerUrl: https://github.com/git-for-windows/git/releases/download/v2.35.3.windows.1/Git-2.35.3-64-bit.exe InstallerSha256: 5862BD6F4F4619D3BFEB4F9C2CDFDF62FD45658650DEBD535C6AF10A8695E181 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Git/Git/2.35.3/Git.Git.locale.en-US.yaml b/manifests/g/Git/Git/2.35.3/Git.Git.locale.en-US.yaml index 5f8510a342294..d0ad1e551255d 100644 --- a/manifests/g/Git/Git/2.35.3/Git.Git.locale.en-US.yaml +++ b/manifests/g/Git/Git/2.35.3/Git.Git.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: Git.Git PackageVersion: 2.35.3 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: The Git Development Community PublisherUrl: https://gitforwindows.org PublisherSupportUrl: https://github.com/git-for-windows/git/issues -# PrivacyUrl: +# PrivacyUrl: Author: Johannes Schindelin PackageName: Git PackageUrl: https://gitforwindows.org @@ -29,8 +29,10 @@ Tags: - tool - utility - vcs -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Git/Git/2.35.3/Git.Git.yaml b/manifests/g/Git/Git/2.35.3/Git.Git.yaml index ee7c46fcc504f..0facf20d52353 100644 --- a/manifests/g/Git/Git/2.35.3/Git.Git.yaml +++ b/manifests/g/Git/Git/2.35.3/Git.Git.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: Git.Git PackageVersion: 2.35.3 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Git/Git/2.36.0/Git.Git.installer.yaml b/manifests/g/Git/Git/2.36.0/Git.Git.installer.yaml index a5a2f0ab7500d..f0a915b8be365 100644 --- a/manifests/g/Git/Git/2.36.0/Git.Git.installer.yaml +++ b/manifests/g/Git/Git/2.36.0/Git.Git.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: Git.Git PackageVersion: 2.36.0 Platform: - Windows.Desktop MinimumOSVersion: 10.0.0.0 +InstallerType: inno Scope: machine InstallModes: - interactive @@ -16,13 +17,10 @@ Commands: - git Installers: - Architecture: x86 - InstallerType: inno InstallerUrl: https://github.com/git-for-windows/git/releases/download/v2.36.0.windows.1/Git-2.36.0-32-bit.exe InstallerSha256: 5DE71F60CA0012E5EFC6E991696095D3EB5A80D156FB404C3FBE8317BA690313 - Architecture: x64 - InstallerType: inno InstallerUrl: https://github.com/git-for-windows/git/releases/download/v2.36.0.windows.1/Git-2.36.0-64-bit.exe InstallerSha256: 5196563BA07031257D972C0B3C2EBD3227D98A40587278E11930DBC2F78D4E69 ManifestType: installer -ManifestVersion: 1.1.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/g/Git/Git/2.36.0/Git.Git.locale.en-US.yaml b/manifests/g/Git/Git/2.36.0/Git.Git.locale.en-US.yaml index c8ef592d724e8..474eb1ad5e1c3 100644 --- a/manifests/g/Git/Git/2.36.0/Git.Git.locale.en-US.yaml +++ b/manifests/g/Git/Git/2.36.0/Git.Git.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: Git.Git PackageVersion: 2.36.0 @@ -7,6 +7,7 @@ PackageLocale: en-US Publisher: The Git Development Community PublisherUrl: https://gitforwindows.org PublisherSupportUrl: https://github.com/git-for-windows/git/issues +# PrivacyUrl: Author: Johannes Schindelin PackageName: Git PackageUrl: https://gitforwindows.org @@ -28,6 +29,10 @@ Tags: - tool - utility - vcs +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/g/Git/Git/2.36.0/Git.Git.yaml b/manifests/g/Git/Git/2.36.0/Git.Git.yaml index c59c985bbe1c3..c77a8200f765e 100644 --- a/manifests/g/Git/Git/2.36.0/Git.Git.yaml +++ b/manifests/g/Git/Git/2.36.0/Git.Git.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: Git.Git PackageVersion: 2.36.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/g/Git/Git/2.36.1/Git.Git.installer.yaml b/manifests/g/Git/Git/2.36.1/Git.Git.installer.yaml index cd7d041e1423a..3a0d9c670c35a 100644 --- a/manifests/g/Git/Git/2.36.1/Git.Git.installer.yaml +++ b/manifests/g/Git/Git/2.36.1/Git.Git.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: Git.Git PackageVersion: 2.36.1 @@ -24,4 +24,4 @@ Installers: InstallerUrl: https://github.com/git-for-windows/git/releases/download/v2.36.1.windows.1/Git-2.36.1-64-bit.exe InstallerSha256: 08A0C20374D13D1B448D2C5713222FF55DD1F4BFFA15093B85772CC0FC5F30E7 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Git/Git/2.36.1/Git.Git.locale.en-US.yaml b/manifests/g/Git/Git/2.36.1/Git.Git.locale.en-US.yaml index 84a39d81d9d96..da9e0d1d01e28 100644 --- a/manifests/g/Git/Git/2.36.1/Git.Git.locale.en-US.yaml +++ b/manifests/g/Git/Git/2.36.1/Git.Git.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: Git.Git PackageVersion: 2.36.1 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: The Git Development Community PublisherUrl: https://gitforwindows.org PublisherSupportUrl: https://github.com/git-for-windows/git/issues -# PrivacyUrl: +# PrivacyUrl: Author: Johannes Schindelin PackageName: Git PackageUrl: https://gitforwindows.org @@ -29,8 +29,10 @@ Tags: - tool - utility - vcs -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/git-for-windows/git/releases/tag/v2.36.1.windows.1 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Git/Git/2.36.1/Git.Git.yaml b/manifests/g/Git/Git/2.36.1/Git.Git.yaml index 3d2768424d9de..2f417864ab07c 100644 --- a/manifests/g/Git/Git/2.36.1/Git.Git.yaml +++ b/manifests/g/Git/Git/2.36.1/Git.Git.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: Git.Git PackageVersion: 2.36.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Git/Git/2.37.0/Git.Git.installer.yaml b/manifests/g/Git/Git/2.37.0/Git.Git.installer.yaml index a47537305e475..b8b5b4c4d3b1d 100644 --- a/manifests/g/Git/Git/2.37.0/Git.Git.installer.yaml +++ b/manifests/g/Git/Git/2.37.0/Git.Git.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: Git.Git PackageVersion: 2.37.0 @@ -7,7 +7,6 @@ Platform: - Windows.Desktop MinimumOSVersion: 10.0.0.0 InstallerType: inno -Scope: machine InstallModes: - interactive - silent @@ -18,20 +17,20 @@ Commands: ReleaseDate: 2022-06-27 Installers: - Architecture: x86 + Scope: machine InstallerUrl: https://github.com/git-for-windows/git/releases/download/v2.37.0.windows.1/Git-2.37.0-32-bit.exe InstallerSha256: 558C76CB118B6392F4A48D957E1062031A019FD80788D8DB71C5702173A8F2F5 - Scope: machine - Architecture: x64 + Scope: machine InstallerUrl: https://github.com/git-for-windows/git/releases/download/v2.37.0.windows.1/Git-2.37.0-64-bit.exe InstallerSha256: F234CBCB7BC123B8219BC1692B1A44ACC0FD805B1C6FCCACD1E28D4672499EF8 - Scope: machine - Architecture: x86 + Scope: user InstallerUrl: https://github.com/git-for-windows/git/releases/download/v2.37.0.windows.1/Git-2.37.0-32-bit.exe InstallerSha256: 558C76CB118B6392F4A48D957E1062031A019FD80788D8DB71C5702173A8F2F5 - Scope: user - Architecture: x64 + Scope: user InstallerUrl: https://github.com/git-for-windows/git/releases/download/v2.37.0.windows.1/Git-2.37.0-64-bit.exe InstallerSha256: F234CBCB7BC123B8219BC1692B1A44ACC0FD805B1C6FCCACD1E28D4672499EF8 - Scope: user ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Git/Git/2.37.0/Git.Git.locale.en-US.yaml b/manifests/g/Git/Git/2.37.0/Git.Git.locale.en-US.yaml index 89275cbce92a0..836e74ec132be 100644 --- a/manifests/g/Git/Git/2.37.0/Git.Git.locale.en-US.yaml +++ b/manifests/g/Git/Git/2.37.0/Git.Git.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: Git.Git PackageVersion: 2.37.0 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: The Git Development Community PublisherUrl: https://gitforwindows.org PublisherSupportUrl: https://github.com/git-for-windows/git/issues -# PrivacyUrl: +# PrivacyUrl: Author: Johannes Schindelin PackageName: Git PackageUrl: https://gitforwindows.org @@ -29,8 +29,10 @@ Tags: - tool - utility - vcs -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/git-for-windows/git/releases/tag/v2.37.0.windows.1 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Git/Git/2.37.0/Git.Git.yaml b/manifests/g/Git/Git/2.37.0/Git.Git.yaml index a23d3572da4bd..fbc0e1bd73864 100644 --- a/manifests/g/Git/Git/2.37.0/Git.Git.yaml +++ b/manifests/g/Git/Git/2.37.0/Git.Git.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: Git.Git PackageVersion: 2.37.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Git/Git/2.37.1/Git.Git.installer.yaml b/manifests/g/Git/Git/2.37.1/Git.Git.installer.yaml index 953edc1b4d57a..679c56f26ed6e 100644 --- a/manifests/g/Git/Git/2.37.1/Git.Git.installer.yaml +++ b/manifests/g/Git/Git/2.37.1/Git.Git.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: Git.Git PackageVersion: 2.37.1 @@ -7,7 +7,6 @@ Platform: - Windows.Desktop MinimumOSVersion: 10.0.0.0 InstallerType: inno -Scope: machine InstallModes: - interactive - silent @@ -18,20 +17,20 @@ Commands: ReleaseDate: 2022-07-12 Installers: - Architecture: x86 + Scope: machine InstallerUrl: https://github.com/git-for-windows/git/releases/download/v2.37.1.windows.1/Git-2.37.1-32-bit.exe InstallerSha256: 714069FE4291C4CA7A51F7E7E81B0C94038590294F3B9E0981456A664C92966B - Scope: machine - Architecture: x86 + Scope: user InstallerUrl: https://github.com/git-for-windows/git/releases/download/v2.37.1.windows.1/Git-2.37.1-32-bit.exe InstallerSha256: 714069FE4291C4CA7A51F7E7E81B0C94038590294F3B9E0981456A664C92966B - Scope: user - Architecture: x64 + Scope: machine InstallerUrl: https://github.com/git-for-windows/git/releases/download/v2.37.1.windows.1/Git-2.37.1-64-bit.exe InstallerSha256: 1966761AD2C9E4CBD38F9E583B1125949B011A5A250A99D65E9BB21958E6EF8B - Scope: machine - Architecture: x64 + Scope: user InstallerUrl: https://github.com/git-for-windows/git/releases/download/v2.37.1.windows.1/Git-2.37.1-64-bit.exe InstallerSha256: 1966761AD2C9E4CBD38F9E583B1125949B011A5A250A99D65E9BB21958E6EF8B - Scope: user ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Git/Git/2.37.1/Git.Git.locale.en-US.yaml b/manifests/g/Git/Git/2.37.1/Git.Git.locale.en-US.yaml index 2bc1636bf9a94..9489bfed36c4b 100644 --- a/manifests/g/Git/Git/2.37.1/Git.Git.locale.en-US.yaml +++ b/manifests/g/Git/Git/2.37.1/Git.Git.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: Git.Git PackageVersion: 2.37.1 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: The Git Development Community PublisherUrl: https://gitforwindows.org PublisherSupportUrl: https://github.com/git-for-windows/git/issues -# PrivacyUrl: +# PrivacyUrl: Author: Johannes Schindelin PackageName: Git PackageUrl: https://gitforwindows.org @@ -29,8 +29,10 @@ Tags: - tool - utility - vcs -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/git-for-windows/git/releases/tag/v2.37.1.windows.1 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Git/Git/2.37.1/Git.Git.yaml b/manifests/g/Git/Git/2.37.1/Git.Git.yaml index 25cf3db332be9..dd1d166b0d29d 100644 --- a/manifests/g/Git/Git/2.37.1/Git.Git.yaml +++ b/manifests/g/Git/Git/2.37.1/Git.Git.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: Git.Git PackageVersion: 2.37.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Git/Git/2.37.2.2/Git.Git.installer.yaml b/manifests/g/Git/Git/2.37.2.2/Git.Git.installer.yaml index 00a70dc262627..68acef5948f13 100644 --- a/manifests/g/Git/Git/2.37.2.2/Git.Git.installer.yaml +++ b/manifests/g/Git/Git/2.37.2.2/Git.Git.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: Git.Git PackageVersion: 2.37.2.2 @@ -33,4 +33,4 @@ Installers: InstallerUrl: https://github.com/git-for-windows/git/releases/download/v2.37.2.windows.2/Git-2.37.2.2-64-bit.exe InstallerSha256: 6F91F1BB28B222F30C13F905A5E9B0AD491E67C28A37A238000DEF19F86E0A2F ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Git/Git/2.37.2.2/Git.Git.locale.en-US.yaml b/manifests/g/Git/Git/2.37.2.2/Git.Git.locale.en-US.yaml index 3acc66c16b7e2..60db9d94228dc 100644 --- a/manifests/g/Git/Git/2.37.2.2/Git.Git.locale.en-US.yaml +++ b/manifests/g/Git/Git/2.37.2.2/Git.Git.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: Git.Git PackageVersion: 2.37.2.2 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: The Git Development Community PublisherUrl: https://gitforwindows.org PublisherSupportUrl: https://github.com/git-for-windows/git/issues -# PrivacyUrl: +# PrivacyUrl: Author: Johannes Schindelin PackageName: Git PackageUrl: https://gitforwindows.org @@ -29,11 +29,10 @@ Tags: - tool - utility - vcs -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/git-for-windows/git/releases/tag/v2.37.2.windows.2 -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Git/Git/2.37.2.2/Git.Git.yaml b/manifests/g/Git/Git/2.37.2.2/Git.Git.yaml index 44d17f7cd8e85..bd56bd0f7602a 100644 --- a/manifests/g/Git/Git/2.37.2.2/Git.Git.yaml +++ b/manifests/g/Git/Git/2.37.2.2/Git.Git.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: Git.Git PackageVersion: 2.37.2.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Git/Git/2.37.3/Git.Git.installer.yaml b/manifests/g/Git/Git/2.37.3/Git.Git.installer.yaml index 55ba954a2bb22..0b4d86f7ce7b5 100644 --- a/manifests/g/Git/Git/2.37.3/Git.Git.installer.yaml +++ b/manifests/g/Git/Git/2.37.3/Git.Git.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: Git.Git PackageVersion: 2.37.3 @@ -33,4 +33,4 @@ Installers: InstallerUrl: https://github.com/git-for-windows/git/releases/download/v2.37.3.windows.1/Git-2.37.3-64-bit.exe InstallerSha256: B0442F1B8EA40B6F94EF9A611121D2C204F6AA7F29C54315D2CE59876C3D134E ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Git/Git/2.37.3/Git.Git.locale.en-US.yaml b/manifests/g/Git/Git/2.37.3/Git.Git.locale.en-US.yaml index 85f95d5c22313..22b876d50e45c 100644 --- a/manifests/g/Git/Git/2.37.3/Git.Git.locale.en-US.yaml +++ b/manifests/g/Git/Git/2.37.3/Git.Git.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: Git.Git PackageVersion: 2.37.3 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: The Git Development Community PublisherUrl: https://gitforwindows.org PublisherSupportUrl: https://github.com/git-for-windows/git/issues -# PrivacyUrl: +# PrivacyUrl: Author: Johannes Schindelin PackageName: Git PackageUrl: https://gitforwindows.org @@ -29,11 +29,10 @@ Tags: - tool - utility - vcs -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/git-for-windows/git/releases/tag/v2.37.3.windows.1 -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Git/Git/2.37.3/Git.Git.yaml b/manifests/g/Git/Git/2.37.3/Git.Git.yaml index 7fe3ea5e88354..97d98e1dd429a 100644 --- a/manifests/g/Git/Git/2.37.3/Git.Git.yaml +++ b/manifests/g/Git/Git/2.37.3/Git.Git.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: Git.Git PackageVersion: 2.37.3 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Git/Git/2.38.0/Git.Git.installer.yaml b/manifests/g/Git/Git/2.38.0/Git.Git.installer.yaml index d77b58404fead..40c91c4a76339 100644 --- a/manifests/g/Git/Git/2.38.0/Git.Git.installer.yaml +++ b/manifests/g/Git/Git/2.38.0/Git.Git.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: Git.Git PackageVersion: 2.38.0 @@ -33,4 +33,4 @@ Installers: InstallerUrl: https://github.com/git-for-windows/git/releases/download/v2.38.0.windows.1/Git-2.38.0-64-bit.exe InstallerSha256: 49FA8D1F151E83B89C84E0CB9E400EE0D543D238960F506E487B5A39889FA2C8 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Git/Git/2.38.0/Git.Git.locale.en-US.yaml b/manifests/g/Git/Git/2.38.0/Git.Git.locale.en-US.yaml index b5ca4cdb9b720..cfe5b43692de8 100644 --- a/manifests/g/Git/Git/2.38.0/Git.Git.locale.en-US.yaml +++ b/manifests/g/Git/Git/2.38.0/Git.Git.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: Git.Git PackageVersion: 2.38.0 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: The Git Development Community PublisherUrl: https://gitforwindows.org PublisherSupportUrl: https://github.com/git-for-windows/git/issues -# PrivacyUrl: +# PrivacyUrl: Author: Johannes Schindelin PackageName: Git PackageUrl: https://gitforwindows.org @@ -29,11 +29,10 @@ Tags: - tool - utility - vcs -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/git-for-windows/git/releases/tag/v2.38.0.windows.1 -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Git/Git/2.38.0/Git.Git.yaml b/manifests/g/Git/Git/2.38.0/Git.Git.yaml index e924a4a5eb9a6..ebcb6aa3b3c36 100644 --- a/manifests/g/Git/Git/2.38.0/Git.Git.yaml +++ b/manifests/g/Git/Git/2.38.0/Git.Git.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: Git.Git PackageVersion: 2.38.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Git/Git/2.38.1/Git.Git.installer.yaml b/manifests/g/Git/Git/2.38.1/Git.Git.installer.yaml index a08001f01b7f1..8b13e2021e00b 100644 --- a/manifests/g/Git/Git/2.38.1/Git.Git.installer.yaml +++ b/manifests/g/Git/Git/2.38.1/Git.Git.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: Git.Git PackageVersion: 2.38.1 @@ -33,4 +33,4 @@ Installers: InstallerUrl: https://github.com/git-for-windows/git/releases/download/v2.38.1.windows.1/Git-2.38.1-64-bit.exe InstallerSha256: F3FE05E65CD7E9A9126784D4AD57FDF979D30D5987FE849AF4348DBE3E284DF6 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Git/Git/2.38.1/Git.Git.locale.en-US.yaml b/manifests/g/Git/Git/2.38.1/Git.Git.locale.en-US.yaml index 3dbfff8acaee8..ceb48ca386b98 100644 --- a/manifests/g/Git/Git/2.38.1/Git.Git.locale.en-US.yaml +++ b/manifests/g/Git/Git/2.38.1/Git.Git.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: Git.Git PackageVersion: 2.38.1 @@ -29,11 +29,10 @@ Tags: - tool - utility - vcs -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://github.com/git-for-windows/git/releases/tag/v2.38.1.windows.1 # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Git/Git/2.38.1/Git.Git.yaml b/manifests/g/Git/Git/2.38.1/Git.Git.yaml index a4757a9584e4b..304c63aae4b17 100644 --- a/manifests/g/Git/Git/2.38.1/Git.Git.yaml +++ b/manifests/g/Git/Git/2.38.1/Git.Git.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: Git.Git PackageVersion: 2.38.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Git/Git/2.39.0.2/Git.Git.installer.yaml b/manifests/g/Git/Git/2.39.0.2/Git.Git.installer.yaml index b5fd37872ba39..45e1a9f26602b 100644 --- a/manifests/g/Git/Git/2.39.0.2/Git.Git.installer.yaml +++ b/manifests/g/Git/Git/2.39.0.2/Git.Git.installer.yaml @@ -1,11 +1,12 @@ -# 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: Git.Git PackageVersion: 2.39.0.2 Platform: - Windows.Desktop MinimumOSVersion: 10.0.0.0 +InstallerType: inno InstallModes: - interactive - silent @@ -13,28 +14,23 @@ InstallModes: UpgradeBehavior: install Commands: - git +ReleaseDate: 2022-12-12 Installers: - Architecture: x86 - InstallerType: inno Scope: machine InstallerUrl: https://github.com/git-for-windows/git/releases/download/v2.39.0.windows.2/Git-2.39.0.2-32-bit.exe InstallerSha256: EB5A8BD17995117A3BCDB0B9FCEC74141AE6B1A74FE960FD0C9192A2B1D9C903 - Architecture: x86 - InstallerType: inno Scope: user InstallerUrl: https://github.com/git-for-windows/git/releases/download/v2.39.0.windows.2/Git-2.39.0.2-32-bit.exe InstallerSha256: EB5A8BD17995117A3BCDB0B9FCEC74141AE6B1A74FE960FD0C9192A2B1D9C903 - Architecture: x64 - InstallerType: inno Scope: machine InstallerUrl: https://github.com/git-for-windows/git/releases/download/v2.39.0.windows.2/Git-2.39.0.2-64-bit.exe InstallerSha256: 8CF0EE3EFAABE8A9B9B6B6889AE0ED369D9F1C85696AD637E715959921ED71C3 - Architecture: x64 - InstallerType: inno Scope: user InstallerUrl: https://github.com/git-for-windows/git/releases/download/v2.39.0.windows.2/Git-2.39.0.2-64-bit.exe InstallerSha256: 8CF0EE3EFAABE8A9B9B6B6889AE0ED369D9F1C85696AD637E715959921ED71C3 ManifestType: installer -ManifestVersion: 1.2.0 -ReleaseDate: 2022-12-12 - +ManifestVersion: 1.9.0 diff --git a/manifests/g/Git/Git/2.39.0.2/Git.Git.locale.en-US.yaml b/manifests/g/Git/Git/2.39.0.2/Git.Git.locale.en-US.yaml index 123828f48b356..bed165189d67f 100644 --- a/manifests/g/Git/Git/2.39.0.2/Git.Git.locale.en-US.yaml +++ b/manifests/g/Git/Git/2.39.0.2/Git.Git.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: Git.Git PackageVersion: 2.39.0.2 @@ -7,6 +7,7 @@ PackageLocale: en-US Publisher: The Git Development Community PublisherUrl: https://gitforwindows.org PublisherSupportUrl: https://github.com/git-for-windows/git/issues +# PrivacyUrl: Author: Johannes Schindelin PackageName: Git PackageUrl: https://gitforwindows.org @@ -28,7 +29,10 @@ Tags: - tool - utility - vcs +# ReleaseNotes: ReleaseNotesUrl: https://github.com/git-for-windows/git/releases/tag/v2.39.0.windows.2 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/g/Git/Git/2.39.0.2/Git.Git.yaml b/manifests/g/Git/Git/2.39.0.2/Git.Git.yaml index fa785b38dea37..7912729e1f717 100644 --- a/manifests/g/Git/Git/2.39.0.2/Git.Git.yaml +++ b/manifests/g/Git/Git/2.39.0.2/Git.Git.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: Git.Git PackageVersion: 2.39.0.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/g/Git/Git/2.39.0/Git.Git.installer.yaml b/manifests/g/Git/Git/2.39.0/Git.Git.installer.yaml index 2002822671b72..764b516918939 100644 --- a/manifests/g/Git/Git/2.39.0/Git.Git.installer.yaml +++ b/manifests/g/Git/Git/2.39.0/Git.Git.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: Git.Git PackageVersion: 2.39.0 @@ -33,4 +33,4 @@ Installers: InstallerUrl: https://github.com/git-for-windows/git/releases/download/v2.39.0.windows.1/Git-2.39.0-64-bit.exe InstallerSha256: 2EABA567E17784654BE77BA997329742D87845C6F15E33C9620F9A331C69A976 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Git/Git/2.39.0/Git.Git.locale.en-US.yaml b/manifests/g/Git/Git/2.39.0/Git.Git.locale.en-US.yaml index ebed3ea184761..ceaf3987459b2 100644 --- a/manifests/g/Git/Git/2.39.0/Git.Git.locale.en-US.yaml +++ b/manifests/g/Git/Git/2.39.0/Git.Git.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: Git.Git PackageVersion: 2.39.0 @@ -29,11 +29,10 @@ Tags: - tool - utility - vcs -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://github.com/git-for-windows/git/releases/tag/v2.39.0.windows.1 # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Git/Git/2.39.0/Git.Git.yaml b/manifests/g/Git/Git/2.39.0/Git.Git.yaml index 5d70fd3640543..f1cb5c951069b 100644 --- a/manifests/g/Git/Git/2.39.0/Git.Git.yaml +++ b/manifests/g/Git/Git/2.39.0/Git.Git.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: Git.Git PackageVersion: 2.39.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Git/Git/2.39.1/Git.Git.installer.yaml b/manifests/g/Git/Git/2.39.1/Git.Git.installer.yaml index 79b509fec1fa5..755a5a0b4ffd0 100644 --- a/manifests/g/Git/Git/2.39.1/Git.Git.installer.yaml +++ b/manifests/g/Git/Git/2.39.1/Git.Git.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: Git.Git PackageVersion: 2.39.1 @@ -33,4 +33,4 @@ Installers: InstallerUrl: https://github.com/git-for-windows/git/releases/download/v2.39.1.windows.1/Git-2.39.1-64-bit.exe InstallerSha256: 82D088233144054D14D8CC890870544F1AC6AC73AEBADE87C4D96C97B55D8508 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Git/Git/2.39.1/Git.Git.locale.en-US.yaml b/manifests/g/Git/Git/2.39.1/Git.Git.locale.en-US.yaml index dd7eaab350723..e681804c5f778 100644 --- a/manifests/g/Git/Git/2.39.1/Git.Git.locale.en-US.yaml +++ b/manifests/g/Git/Git/2.39.1/Git.Git.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: Git.Git PackageVersion: 2.39.1 @@ -29,11 +29,10 @@ Tags: - tool - utility - vcs -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://github.com/git-for-windows/git/releases/tag/v2.39.1.windows.1 # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Git/Git/2.39.1/Git.Git.yaml b/manifests/g/Git/Git/2.39.1/Git.Git.yaml index 3c42c8ccb84c0..1655cc75c957c 100644 --- a/manifests/g/Git/Git/2.39.1/Git.Git.yaml +++ b/manifests/g/Git/Git/2.39.1/Git.Git.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: Git.Git PackageVersion: 2.39.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Git/Git/2.39.2/Git.Git.installer.yaml b/manifests/g/Git/Git/2.39.2/Git.Git.installer.yaml index 701e78b916cea..85c8d44b98477 100644 --- a/manifests/g/Git/Git/2.39.2/Git.Git.installer.yaml +++ b/manifests/g/Git/Git/2.39.2/Git.Git.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: Git.Git PackageVersion: 2.39.2 @@ -33,4 +33,4 @@ Installers: InstallerUrl: https://github.com/git-for-windows/git/releases/download/v2.39.2.windows.1/Git-2.39.2-64-bit.exe InstallerSha256: D7608FBD854B3689102FF48B03C8CC77B35138F9F7350D134306DA0BA5751464 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Git/Git/2.39.2/Git.Git.locale.en-US.yaml b/manifests/g/Git/Git/2.39.2/Git.Git.locale.en-US.yaml index 6779588327857..3db972588d82b 100644 --- a/manifests/g/Git/Git/2.39.2/Git.Git.locale.en-US.yaml +++ b/manifests/g/Git/Git/2.39.2/Git.Git.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: Git.Git PackageVersion: 2.39.2 @@ -29,11 +29,10 @@ Tags: - tool - utility - vcs -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://github.com/git-for-windows/git/releases/tag/v2.39.2.windows.1 # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Git/Git/2.39.2/Git.Git.yaml b/manifests/g/Git/Git/2.39.2/Git.Git.yaml index 936f4d96267f4..65df747bd9397 100644 --- a/manifests/g/Git/Git/2.39.2/Git.Git.yaml +++ b/manifests/g/Git/Git/2.39.2/Git.Git.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: Git.Git PackageVersion: 2.39.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Git/Git/2.40.0/Git.Git.installer.yaml b/manifests/g/Git/Git/2.40.0/Git.Git.installer.yaml index 001b5327290c2..292ffc0b42b3f 100644 --- a/manifests/g/Git/Git/2.40.0/Git.Git.installer.yaml +++ b/manifests/g/Git/Git/2.40.0/Git.Git.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: Git.Git PackageVersion: 2.40.0 @@ -11,22 +11,21 @@ InstallModes: - interactive - silent - silentWithProgress +InstallerSwitches: + Custom: /SUPPRESSMSGBOXES UpgradeBehavior: install Commands: - git ReleaseDate: 2023-03-14 -InstallerSwitches: - Custom: /SUPPRESSMSGBOXES +ElevationRequirement: elevatesSelf Installers: - Architecture: x64 Scope: machine InstallerUrl: https://github.com/git-for-windows/git/releases/download/v2.40.0.windows.1/Git-2.40.0-64-bit.exe InstallerSha256: FF8954AFB29814821E9E3759A761BDAC49186085E916FA354BF8706E3C7FE7A2 - ElevationRequirement: elevatesSelf - Architecture: x64 Scope: user InstallerUrl: https://github.com/git-for-windows/git/releases/download/v2.40.0.windows.1/Git-2.40.0-64-bit.exe InstallerSha256: FF8954AFB29814821E9E3759A761BDAC49186085E916FA354BF8706E3C7FE7A2 - ElevationRequirement: elevatesSelf ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Git/Git/2.40.0/Git.Git.locale.en-US.yaml b/manifests/g/Git/Git/2.40.0/Git.Git.locale.en-US.yaml index fc05c6b942f63..0266a677d56cf 100644 --- a/manifests/g/Git/Git/2.40.0/Git.Git.locale.en-US.yaml +++ b/manifests/g/Git/Git/2.40.0/Git.Git.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: Git.Git PackageVersion: 2.40.0 @@ -29,11 +29,10 @@ Tags: - tool - utility - vcs -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://github.com/git-for-windows/git/releases/tag/v2.40.0.windows.1 # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Git/Git/2.40.0/Git.Git.yaml b/manifests/g/Git/Git/2.40.0/Git.Git.yaml index 3285fb315d5e8..a36db8c57234b 100644 --- a/manifests/g/Git/Git/2.40.0/Git.Git.yaml +++ b/manifests/g/Git/Git/2.40.0/Git.Git.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: Git.Git PackageVersion: 2.40.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Git/Git/2.40.1/Git.Git.installer.yaml b/manifests/g/Git/Git/2.40.1/Git.Git.installer.yaml index f60aa68ee57a5..15abb4658c7bf 100644 --- a/manifests/g/Git/Git/2.40.1/Git.Git.installer.yaml +++ b/manifests/g/Git/Git/2.40.1/Git.Git.installer.yaml @@ -1,3 +1,6 @@ +# Created with YamlCreate.ps1 v2.4.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.40.1 Platform: @@ -8,22 +11,21 @@ InstallModes: - interactive - silent - silentWithProgress +InstallerSwitches: + Custom: /SUPPRESSMSGBOXES UpgradeBehavior: install Commands: - git ReleaseDate: 2023-04-25 -InstallerSwitches: - Custom: /SUPPRESSMSGBOXES +ElevationRequirement: elevatesSelf Installers: - Architecture: x64 Scope: machine InstallerUrl: https://github.com/git-for-windows/git/releases/download/v2.40.1.windows.1/Git-2.40.1-64-bit.exe InstallerSha256: D2F0FBF9D84622B2AA4AED401DAF6DEDB8AC89BB388AF02078BA375496A873DC - ElevationRequirement: elevatesSelf - Architecture: x64 Scope: user InstallerUrl: https://github.com/git-for-windows/git/releases/download/v2.40.1.windows.1/Git-2.40.1-64-bit.exe InstallerSha256: D2F0FBF9D84622B2AA4AED401DAF6DEDB8AC89BB388AF02078BA375496A873DC - ElevationRequirement: elevatesSelf ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Git/Git/2.40.1/Git.Git.locale.en-US.yaml b/manifests/g/Git/Git/2.40.1/Git.Git.locale.en-US.yaml index 91e9a7acb9580..c3759ba29865b 100644 --- a/manifests/g/Git/Git/2.40.1/Git.Git.locale.en-US.yaml +++ b/manifests/g/Git/Git/2.40.1/Git.Git.locale.en-US.yaml @@ -1,3 +1,6 @@ +# Created with YamlCreate.ps1 v2.4.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.40.1 PackageLocale: en-US @@ -26,11 +29,10 @@ Tags: - tool - utility - vcs -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://github.com/git-for-windows/git/releases/tag/v2.40.1.windows.1 # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Git/Git/2.40.1/Git.Git.yaml b/manifests/g/Git/Git/2.40.1/Git.Git.yaml index 12bd7965c46d5..4b75891ac3c62 100644 --- a/manifests/g/Git/Git/2.40.1/Git.Git.yaml +++ b/manifests/g/Git/Git/2.40.1/Git.Git.yaml @@ -1,5 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.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.40.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Git/Git/2.41.0.2/Git.Git.installer.yaml b/manifests/g/Git/Git/2.41.0.2/Git.Git.installer.yaml index 85b8c25335467..2742a3f2e9727 100644 --- a/manifests/g/Git/Git/2.41.0.2/Git.Git.installer.yaml +++ b/manifests/g/Git/Git/2.41.0.2/Git.Git.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.8 $debug=QUSU.CRLF.7-3-5.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: Git.Git PackageVersion: 2.41.0.2 @@ -27,4 +27,4 @@ Installers: InstallerUrl: https://github.com/git-for-windows/git/releases/download/v2.41.0.windows.2/Git-2.41.0.2-64-bit.exe InstallerSha256: 23599B8A8E2C4E87A94A524B5CE9147B8E3FE1780384E2D8642517D022993190 ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Git/Git/2.41.0.2/Git.Git.locale.en-US.yaml b/manifests/g/Git/Git/2.41.0.2/Git.Git.locale.en-US.yaml index d2d51338bc605..b95d8ae721522 100644 --- a/manifests/g/Git/Git/2.41.0.2/Git.Git.locale.en-US.yaml +++ b/manifests/g/Git/Git/2.41.0.2/Git.Git.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.8 $debug=QUSU.CRLF.7-3-5.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: Git.Git PackageVersion: 2.41.0.2 @@ -35,4 +35,4 @@ Tags: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Git/Git/2.41.0.2/Git.Git.yaml b/manifests/g/Git/Git/2.41.0.2/Git.Git.yaml index 6bd1b6e911e72..d5d831346efd4 100644 --- a/manifests/g/Git/Git/2.41.0.2/Git.Git.yaml +++ b/manifests/g/Git/Git/2.41.0.2/Git.Git.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.8 $debug=QUSU.CRLF.7-3-5.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: Git.Git PackageVersion: 2.41.0.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Git/Git/2.41.0.3/Git.Git.installer.yaml b/manifests/g/Git/Git/2.41.0.3/Git.Git.installer.yaml index 43789f40dfcf9..711b61e82b8e8 100644 --- a/manifests/g/Git/Git/2.41.0.3/Git.Git.installer.yaml +++ b/manifests/g/Git/Git/2.41.0.3/Git.Git.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: Git.Git PackageVersion: 2.41.0.3 @@ -27,4 +27,4 @@ Installers: InstallerUrl: https://github.com/git-for-windows/git/releases/download/v2.41.0.windows.3/Git-2.41.0.3-64-bit.exe InstallerSha256: D7059A66B4598384CCD7DF4556AD59A516EE99A722C0D38E5DE75C1BAD39BA6C ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Git/Git/2.41.0.3/Git.Git.locale.en-US.yaml b/manifests/g/Git/Git/2.41.0.3/Git.Git.locale.en-US.yaml index 9d9195e0eb480..0eb6f56e3ceab 100644 --- a/manifests/g/Git/Git/2.41.0.3/Git.Git.locale.en-US.yaml +++ b/manifests/g/Git/Git/2.41.0.3/Git.Git.locale.en-US.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.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: Git.Git PackageVersion: 2.41.0.3 @@ -35,4 +35,4 @@ Tags: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Git/Git/2.41.0.3/Git.Git.yaml b/manifests/g/Git/Git/2.41.0.3/Git.Git.yaml index 1a06b0464e443..61d20e323b1c5 100644 --- a/manifests/g/Git/Git/2.41.0.3/Git.Git.yaml +++ b/manifests/g/Git/Git/2.41.0.3/Git.Git.yaml @@ -1,8 +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: Git.Git PackageVersion: 2.41.0.3 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Git/Git/2.41.0/Git.Git.installer.yaml b/manifests/g/Git/Git/2.41.0/Git.Git.installer.yaml index f954770699e61..f864ade0ed459 100644 --- a/manifests/g/Git/Git/2.41.0/Git.Git.installer.yaml +++ b/manifests/g/Git/Git/2.41.0/Git.Git.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: Git.Git PackageVersion: 2.41.0 @@ -27,4 +27,4 @@ Installers: InstallerUrl: https://github.com/git-for-windows/git/releases/download/v2.41.0.windows.3/Git-2.41.0.3-64-bit.exe InstallerSha256: D7059A66B4598384CCD7DF4556AD59A516EE99A722C0D38E5DE75C1BAD39BA6C ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Git/Git/2.41.0/Git.Git.locale.en-US.yaml b/manifests/g/Git/Git/2.41.0/Git.Git.locale.en-US.yaml index b82fc49e25fff..fde6df520586d 100644 --- a/manifests/g/Git/Git/2.41.0/Git.Git.locale.en-US.yaml +++ b/manifests/g/Git/Git/2.41.0/Git.Git.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: Git.Git PackageVersion: 2.41.0 @@ -7,6 +7,7 @@ PackageLocale: en-US Publisher: The Git Development Community PublisherUrl: https://gitforwindows.org PublisherSupportUrl: https://github.com/git-for-windows/git/issues +# PrivacyUrl: Author: Johannes Schindelin PackageName: Git PackageUrl: https://gitforwindows.org @@ -32,5 +33,8 @@ ReleaseNotes: |- New Features - Comes with Git Credential Manager v2.2.2. ReleaseNotesUrl: https://github.com/git-for-windows/git/releases/tag/v2.41.0.windows.3 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Git/Git/2.41.0/Git.Git.yaml b/manifests/g/Git/Git/2.41.0/Git.Git.yaml index c1781b708ee8b..7489b3eadbe4b 100644 --- a/manifests/g/Git/Git/2.41.0/Git.Git.yaml +++ b/manifests/g/Git/Git/2.41.0/Git.Git.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: Git.Git PackageVersion: 2.41.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Git/Git/2.42.0.2/Git.Git.installer.yaml b/manifests/g/Git/Git/2.42.0.2/Git.Git.installer.yaml index b01f5a6f2f2a0..0669be7f1bd37 100644 --- a/manifests/g/Git/Git/2.42.0.2/Git.Git.installer.yaml +++ b/manifests/g/Git/Git/2.42.0.2/Git.Git.installer.yaml @@ -1,5 +1,5 @@ -# Created with 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: Git.Git PackageVersion: 2.42.0.2 @@ -27,4 +27,4 @@ Installers: InstallerUrl: https://github.com/git-for-windows/git/releases/download/v2.42.0.windows.2/Git-2.42.0.2-64-bit.exe InstallerSha256: BD9B41641A258FD16D99BEECEC66132160331D685DFB4C714CEA2BCC78D63BDB ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Git/Git/2.42.0.2/Git.Git.locale.en-US.yaml b/manifests/g/Git/Git/2.42.0.2/Git.Git.locale.en-US.yaml index aa9e5ad5f56d4..63277317c4b20 100644 --- a/manifests/g/Git/Git/2.42.0.2/Git.Git.locale.en-US.yaml +++ b/manifests/g/Git/Git/2.42.0.2/Git.Git.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with 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: Git.Git PackageVersion: 2.42.0.2 @@ -7,6 +7,7 @@ PackageLocale: en-US Publisher: The Git Development Community PublisherUrl: https://gitforwindows.org PublisherSupportUrl: https://github.com/git-for-windows/git/issues +# PrivacyUrl: Author: Johannes Schindelin PackageName: Git PackageUrl: https://gitforwindows.org @@ -35,5 +36,8 @@ ReleaseNotes: |- - Some Git commands (those producing paged output, for example) experienced a significant slow-down under certain circumstances, when running on a machine joined to a domain controller, which has been fixed. - As of Git for Windows v2.41.0, when installed into a location whose path contains non-ASCII characters, it was no longer possible to fetch from/push to remote repositories via https://, which has been fixed. ReleaseNotesUrl: https://github.com/git-for-windows/git/releases/tag/v2.42.0.windows.2 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Git/Git/2.42.0.2/Git.Git.yaml b/manifests/g/Git/Git/2.42.0.2/Git.Git.yaml index 45c37eae067aa..0db0a4e7d54b6 100644 --- a/manifests/g/Git/Git/2.42.0.2/Git.Git.yaml +++ b/manifests/g/Git/Git/2.42.0.2/Git.Git.yaml @@ -1,8 +1,8 @@ -# Created with 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: Git.Git PackageVersion: 2.42.0.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Git/Git/2.42.0/Git.Git.installer.yaml b/manifests/g/Git/Git/2.42.0/Git.Git.installer.yaml index f6f093b178deb..56598a188faf7 100644 --- a/manifests/g/Git/Git/2.42.0/Git.Git.installer.yaml +++ b/manifests/g/Git/Git/2.42.0/Git.Git.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: Git.Git PackageVersion: 2.42.0 @@ -27,4 +27,4 @@ Installers: InstallerUrl: https://github.com/git-for-windows/git/releases/download/v2.42.0.windows.2/Git-2.42.0.2-64-bit.exe InstallerSha256: BD9B41641A258FD16D99BEECEC66132160331D685DFB4C714CEA2BCC78D63BDB ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Git/Git/2.42.0/Git.Git.locale.en-US.yaml b/manifests/g/Git/Git/2.42.0/Git.Git.locale.en-US.yaml index 6a287fe5be0eb..2661602097588 100644 --- a/manifests/g/Git/Git/2.42.0/Git.Git.locale.en-US.yaml +++ b/manifests/g/Git/Git/2.42.0/Git.Git.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: Git.Git PackageVersion: 2.42.0 @@ -7,6 +7,7 @@ PackageLocale: en-US Publisher: The Git Development Community PublisherUrl: https://gitforwindows.org PublisherSupportUrl: https://github.com/git-for-windows/git/issues +# PrivacyUrl: Author: Johannes Schindelin PackageName: Git PackageUrl: https://gitforwindows.org @@ -35,5 +36,8 @@ ReleaseNotes: |- - Some Git commands (those producing paged output, for example) experienced a significant slow-down under certain circumstances, when running on a machine joined to a domain controller, which has been fixed. - As of Git for Windows v2.41.0, when installed into a location whose path contains non-ASCII characters, it was no longer possible to fetch from/push to remote repositories via https://, which has been fixed. ReleaseNotesUrl: https://github.com/git-for-windows/git/releases/tag/v2.42.0.windows.2 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Git/Git/2.42.0/Git.Git.yaml b/manifests/g/Git/Git/2.42.0/Git.Git.yaml index 618d85e5e6582..cb25ea5d59c9a 100644 --- a/manifests/g/Git/Git/2.42.0/Git.Git.yaml +++ b/manifests/g/Git/Git/2.42.0/Git.Git.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: Git.Git PackageVersion: 2.42.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Git/Git/2.43.0/Git.Git.installer.yaml b/manifests/g/Git/Git/2.43.0/Git.Git.installer.yaml index 6aa7ca181210d..e46d53124e0af 100644 --- a/manifests/g/Git/Git/2.43.0/Git.Git.installer.yaml +++ b/manifests/g/Git/Git/2.43.0/Git.Git.installer.yaml @@ -1,27 +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: Git.Git PackageVersion: 2.43.0 -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/git-for-windows/git/releases/download/v2.43.0.windows.1/Git-2.43.0-64-bit.exe - Scope: user - InstallerSha256: a6058d7c4c16bfa5bcd6fde051a92de8c68535fd7ebade55fc0ab1c41be3c8d5 -- Architecture: x64 - InstallerUrl: https://github.com/git-for-windows/git/releases/download/v2.43.0.windows.1/Git-2.43.0-64-bit.exe - Scope: machine - InstallerSha256: a6058d7c4c16bfa5bcd6fde051a92de8c68535fd7ebade55fc0ab1c41be3c8d5 -- Architecture: x86 - InstallerUrl: https://github.com/git-for-windows/git/releases/download/v2.43.0.windows.1/Git-2.43.0-32-bit.exe - Scope: user - InstallerSha256: aee1587a4004c6a57b614c81fdc2ae1fa33de0daaf6b650cf6467e4253e024a9 -- Architecture: x86 - InstallerUrl: https://github.com/git-for-windows/git/releases/download/v2.43.0.windows.1/Git-2.43.0-32-bit.exe - Scope: machine - InstallerSha256: aee1587a4004c6a57b614c81fdc2ae1fa33de0daaf6b650cf6467e4253e024a9 -ManifestType: installer -ManifestVersion: 1.5.0 Platform: - Windows.Desktop InstallerType: inno @@ -34,5 +15,24 @@ InstallerSwitches: UpgradeBehavior: install Commands: - git -ReleaseDate: "2023-11-20" +ReleaseDate: 2023-11-20 ElevationRequirement: elevatesSelf +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/git-for-windows/git/releases/download/v2.43.0.windows.1/Git-2.43.0-64-bit.exe + InstallerSha256: A6058D7C4C16BFA5BCD6FDE051A92DE8C68535FD7EBADE55FC0AB1C41BE3C8D5 +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/git-for-windows/git/releases/download/v2.43.0.windows.1/Git-2.43.0-64-bit.exe + InstallerSha256: A6058D7C4C16BFA5BCD6FDE051A92DE8C68535FD7EBADE55FC0AB1C41BE3C8D5 +- Architecture: x86 + Scope: user + InstallerUrl: https://github.com/git-for-windows/git/releases/download/v2.43.0.windows.1/Git-2.43.0-32-bit.exe + InstallerSha256: AEE1587A4004C6A57B614C81FDC2AE1FA33DE0DAAF6B650CF6467E4253E024A9 +- Architecture: x86 + Scope: machine + InstallerUrl: https://github.com/git-for-windows/git/releases/download/v2.43.0.windows.1/Git-2.43.0-32-bit.exe + InstallerSha256: AEE1587A4004C6A57B614C81FDC2AE1FA33DE0DAAF6B650CF6467E4253E024A9 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/g/Git/Git/2.43.0/Git.Git.locale.en-US.yaml b/manifests/g/Git/Git/2.43.0/Git.Git.locale.en-US.yaml index cf110d570b2c8..66c1a249ac235 100644 --- a/manifests/g/Git/Git/2.43.0/Git.Git.locale.en-US.yaml +++ b/manifests/g/Git/Git/2.43.0/Git.Git.locale.en-US.yaml @@ -1,5 +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: Git.Git PackageVersion: 2.43.0 @@ -7,6 +7,7 @@ PackageLocale: en-US Publisher: The Git Development Community PublisherUrl: https://gitforwindows.org PublisherSupportUrl: https://github.com/git-for-windows/git/issues +# PrivacyUrl: Author: Johannes Schindelin PackageName: Git PackageUrl: https://gitforwindows.org @@ -47,5 +48,8 @@ ReleaseNotes: |- - Git for Windows's installer is no longer confused by global GIT_* environment variables. - The installer no longer claims that "fast-forward or merge" is the default git pull behavior: The default behavior has changed in Git a while ago, to "fast-forward only". ReleaseNotesUrl: https://github.com/git-for-windows/git/releases/tag/v2.43.0.windows.1 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Git/Git/2.43.0/Git.Git.yaml b/manifests/g/Git/Git/2.43.0/Git.Git.yaml index be4c8489a245f..772c31aa4054a 100644 --- a/manifests/g/Git/Git/2.43.0/Git.Git.yaml +++ b/manifests/g/Git/Git/2.43.0/Git.Git.yaml @@ -1,8 +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: Git.Git PackageVersion: 2.43.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Git/Git/2.44.0/Git.Git.installer.yaml b/manifests/g/Git/Git/2.44.0/Git.Git.installer.yaml index 6d76c3fac13e5..e2f44f0040313 100644 --- a/manifests/g/Git/Git/2.44.0/Git.Git.installer.yaml +++ b/manifests/g/Git/Git/2.44.0/Git.Git.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: Git.Git PackageVersion: 2.44.0 @@ -34,4 +34,4 @@ Installers: InstallerUrl: https://github.com/git-for-windows/git/releases/download/v2.44.0.windows.1/Git-2.44.0-32-bit.exe InstallerSha256: 5BA23D73E861D872416175AC6A05304875D6EC420C08D0217329580CA1EA0FFF ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Git/Git/2.44.0/Git.Git.locale.en-US.yaml b/manifests/g/Git/Git/2.44.0/Git.Git.locale.en-US.yaml index 912e13617a772..7cef8259d1050 100644 --- a/manifests/g/Git/Git/2.44.0/Git.Git.locale.en-US.yaml +++ b/manifests/g/Git/Git/2.44.0/Git.Git.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: Git.Git PackageVersion: 2.44.0 @@ -7,6 +7,7 @@ PackageLocale: en-US Publisher: The Git Development Community PublisherUrl: https://gitforwindows.org PublisherSupportUrl: https://github.com/git-for-windows/git/issues +# PrivacyUrl: Author: Johannes Schindelin PackageName: Git PackageUrl: https://gitforwindows.org @@ -28,5 +29,10 @@ Tags: - tool - utility - vcs +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Git/Git/2.44.0/Git.Git.yaml b/manifests/g/Git/Git/2.44.0/Git.Git.yaml index 5baa82d16ef62..b2b27009e6568 100644 --- a/manifests/g/Git/Git/2.44.0/Git.Git.yaml +++ b/manifests/g/Git/Git/2.44.0/Git.Git.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: Git.Git PackageVersion: 2.44.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Git/Git/2.45.0/Git.Git.installer.yaml b/manifests/g/Git/Git/2.45.0/Git.Git.installer.yaml index 7944f0059a511..189e2ac3b11d9 100644 --- a/manifests/g/Git/Git/2.45.0/Git.Git.installer.yaml +++ b/manifests/g/Git/Git/2.45.0/Git.Git.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: Git.Git PackageVersion: 2.45.0 @@ -34,4 +34,4 @@ Installers: InstallerUrl: https://github.com/git-for-windows/git/releases/download/v2.45.0.windows.1/Git-2.45.0-32-bit.exe InstallerSha256: CC880827837E773835A51A32099CC919D37D10CE090734C183DC6713681DC382 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Git/Git/2.45.0/Git.Git.locale.en-US.yaml b/manifests/g/Git/Git/2.45.0/Git.Git.locale.en-US.yaml index cdbc94387e213..39ab1b2c36ab7 100644 --- a/manifests/g/Git/Git/2.45.0/Git.Git.locale.en-US.yaml +++ b/manifests/g/Git/Git/2.45.0/Git.Git.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: Git.Git PackageVersion: 2.45.0 @@ -7,6 +7,7 @@ PackageLocale: en-US Publisher: The Git Development Community PublisherUrl: https://gitforwindows.org PublisherSupportUrl: https://github.com/git-for-windows/git/issues +# PrivacyUrl: Author: Johannes Schindelin PackageName: Git PackageUrl: https://gitforwindows.org @@ -28,5 +29,10 @@ Tags: - tool - utility - vcs +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Git/Git/2.45.0/Git.Git.yaml b/manifests/g/Git/Git/2.45.0/Git.Git.yaml index b306440d4fd83..5ab74f17da1d2 100644 --- a/manifests/g/Git/Git/2.45.0/Git.Git.yaml +++ b/manifests/g/Git/Git/2.45.0/Git.Git.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: Git.Git PackageVersion: 2.45.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Git/Git/2.45.1/Git.Git.installer.yaml b/manifests/g/Git/Git/2.45.1/Git.Git.installer.yaml index 91a90359012e6..67e51ff62430a 100644 --- a/manifests/g/Git/Git/2.45.1/Git.Git.installer.yaml +++ b/manifests/g/Git/Git/2.45.1/Git.Git.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: Git.Git PackageVersion: 2.45.1 @@ -34,4 +34,4 @@ Installers: InstallerUrl: https://github.com/git-for-windows/git/releases/download/v2.45.1.windows.1/Git-2.45.1-32-bit.exe InstallerSha256: F46C2F013B6767FC5DA15783643D7243F037CBDF6E0B2779AD157AB0741318CA ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Git/Git/2.45.1/Git.Git.locale.en-US.yaml b/manifests/g/Git/Git/2.45.1/Git.Git.locale.en-US.yaml index 1541545a49caa..be474be39e6b7 100644 --- a/manifests/g/Git/Git/2.45.1/Git.Git.locale.en-US.yaml +++ b/manifests/g/Git/Git/2.45.1/Git.Git.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: Git.Git PackageVersion: 2.45.1 @@ -7,6 +7,7 @@ PackageLocale: en-US Publisher: The Git Development Community PublisherUrl: https://gitforwindows.org PublisherSupportUrl: https://github.com/git-for-windows/git/issues +# PrivacyUrl: Author: Johannes Schindelin PackageName: Git PackageUrl: https://gitforwindows.org @@ -28,5 +29,10 @@ Tags: - tool - utility - vcs +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Git/Git/2.45.1/Git.Git.yaml b/manifests/g/Git/Git/2.45.1/Git.Git.yaml index 34b65990e4aa5..f4c3ee838f7b3 100644 --- a/manifests/g/Git/Git/2.45.1/Git.Git.yaml +++ b/manifests/g/Git/Git/2.45.1/Git.Git.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: Git.Git PackageVersion: 2.45.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Git/Git/2.45.2/Git.Git.installer.yaml b/manifests/g/Git/Git/2.45.2/Git.Git.installer.yaml index 7f0719e5bf0df..0a82b314bc6d2 100644 --- a/manifests/g/Git/Git/2.45.2/Git.Git.installer.yaml +++ b/manifests/g/Git/Git/2.45.2/Git.Git.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: Git.Git PackageVersion: 2.45.2 @@ -34,4 +34,4 @@ Installers: InstallerUrl: https://github.com/git-for-windows/git/releases/download/v2.45.2.windows.1/Git-2.45.2-32-bit.exe InstallerSha256: B8E6DB9004C602D9DC375196244484399EB3E33AD71BA3C71455DDE4487B4CE6 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Git/Git/2.45.2/Git.Git.locale.en-US.yaml b/manifests/g/Git/Git/2.45.2/Git.Git.locale.en-US.yaml index e71598dd76689..b98c6566eafe3 100644 --- a/manifests/g/Git/Git/2.45.2/Git.Git.locale.en-US.yaml +++ b/manifests/g/Git/Git/2.45.2/Git.Git.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: Git.Git PackageVersion: 2.45.2 @@ -7,6 +7,7 @@ PackageLocale: en-US Publisher: The Git Development Community PublisherUrl: https://gitforwindows.org PublisherSupportUrl: https://github.com/git-for-windows/git/issues +# PrivacyUrl: Author: Johannes Schindelin PackageName: Git PackageUrl: https://gitforwindows.org @@ -28,5 +29,10 @@ Tags: - tool - utility - vcs +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Git/Git/2.45.2/Git.Git.yaml b/manifests/g/Git/Git/2.45.2/Git.Git.yaml index fd2111e464551..a51e4ec5a9ee3 100644 --- a/manifests/g/Git/Git/2.45.2/Git.Git.yaml +++ b/manifests/g/Git/Git/2.45.2/Git.Git.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: Git.Git PackageVersion: 2.45.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Git/Git/2.46.0/Git.Git.installer.yaml b/manifests/g/Git/Git/2.46.0/Git.Git.installer.yaml index 91651631dd2db..3257372b6175f 100644 --- a/manifests/g/Git/Git/2.46.0/Git.Git.installer.yaml +++ b/manifests/g/Git/Git/2.46.0/Git.Git.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: Git.Git PackageVersion: 2.46.0 @@ -36,4 +36,4 @@ Installers: InstallerUrl: https://github.com/git-for-windows/git/releases/download/v2.46.0.windows.1/Git-2.46.0-64-bit.exe InstallerSha256: E6337D172590CEA1F673ACFEEF218733E9352ADEB863A3A9E8FA20EE0719A40F ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Git/Git/2.46.0/Git.Git.locale.en-US.yaml b/manifests/g/Git/Git/2.46.0/Git.Git.locale.en-US.yaml index 93ec9adc12351..0c69acfd8e049 100644 --- a/manifests/g/Git/Git/2.46.0/Git.Git.locale.en-US.yaml +++ b/manifests/g/Git/Git/2.46.0/Git.Git.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: Git.Git PackageVersion: 2.46.0 @@ -49,4 +49,4 @@ Documentations: - DocumentLabel: Wiki DocumentUrl: https://github.com/git-for-windows/git/wiki ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Git/Git/2.46.0/Git.Git.locale.zh-CN.yaml b/manifests/g/Git/Git/2.46.0/Git.Git.locale.zh-CN.yaml index 8c0d4b3cd21d3..1a854cdb491eb 100644 --- a/manifests/g/Git/Git/2.46.0/Git.Git.locale.zh-CN.yaml +++ b/manifests/g/Git/Git/2.46.0/Git.Git.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: Git.Git PackageVersion: 2.46.0 @@ -31,4 +31,4 @@ Documentations: - DocumentLabel: 维基 DocumentUrl: https://github.com/git-for-windows/git/wiki ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Git/Git/2.46.0/Git.Git.yaml b/manifests/g/Git/Git/2.46.0/Git.Git.yaml index 50ae81ff88e7c..49e54eba4d939 100644 --- a/manifests/g/Git/Git/2.46.0/Git.Git.yaml +++ b/manifests/g/Git/Git/2.46.0/Git.Git.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: Git.Git PackageVersion: 2.46.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Git/Git/2.46.1/Git.Git.installer.yaml b/manifests/g/Git/Git/2.46.1/Git.Git.installer.yaml index 226b913797c32..72bcc028d8800 100644 --- a/manifests/g/Git/Git/2.46.1/Git.Git.installer.yaml +++ b/manifests/g/Git/Git/2.46.1/Git.Git.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: Git.Git PackageVersion: 2.46.1 @@ -36,4 +36,4 @@ Installers: InstallerUrl: https://github.com/git-for-windows/git/releases/download/v2.46.1.windows.1/Git-2.46.1-64-bit.exe InstallerSha256: AB47DFEB4F5EFFAC44FDC2C11B60EE055477AE752FBD0AAAFD91B7B0DEDD6396 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Git/Git/2.46.1/Git.Git.locale.en-US.yaml b/manifests/g/Git/Git/2.46.1/Git.Git.locale.en-US.yaml index acc6211e18e02..3dc4e9d6e595c 100644 --- a/manifests/g/Git/Git/2.46.1/Git.Git.locale.en-US.yaml +++ b/manifests/g/Git/Git/2.46.1/Git.Git.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: Git.Git PackageVersion: 2.46.1 @@ -41,4 +41,4 @@ Documentations: - DocumentLabel: Wiki DocumentUrl: https://github.com/git-for-windows/git/wiki ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Git/Git/2.46.1/Git.Git.locale.zh-CN.yaml b/manifests/g/Git/Git/2.46.1/Git.Git.locale.zh-CN.yaml index 8e63e605f3ee8..b67b541d8ae6c 100644 --- a/manifests/g/Git/Git/2.46.1/Git.Git.locale.zh-CN.yaml +++ b/manifests/g/Git/Git/2.46.1/Git.Git.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: Git.Git PackageVersion: 2.46.1 @@ -31,4 +31,4 @@ Documentations: - DocumentLabel: 维基 DocumentUrl: https://github.com/git-for-windows/git/wiki ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Git/Git/2.46.1/Git.Git.yaml b/manifests/g/Git/Git/2.46.1/Git.Git.yaml index b631e00d84516..89ed371cb3448 100644 --- a/manifests/g/Git/Git/2.46.1/Git.Git.yaml +++ b/manifests/g/Git/Git/2.46.1/Git.Git.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: Git.Git PackageVersion: 2.46.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Git/Git/2.46.2/Git.Git.installer.yaml b/manifests/g/Git/Git/2.46.2/Git.Git.installer.yaml index a6a66ff87d732..6d14fd1eef9e0 100644 --- a/manifests/g/Git/Git/2.46.2/Git.Git.installer.yaml +++ b/manifests/g/Git/Git/2.46.2/Git.Git.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: Git.Git PackageVersion: 2.46.2 @@ -36,4 +36,4 @@ Installers: InstallerUrl: https://github.com/git-for-windows/git/releases/download/v2.46.2.windows.1/Git-2.46.2-64-bit.exe InstallerSha256: EAC009616605EC7207FBE1990627F453B826A1F23A33D54D9B0BE8F4B0CB2094 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Git/Git/2.46.2/Git.Git.locale.en-US.yaml b/manifests/g/Git/Git/2.46.2/Git.Git.locale.en-US.yaml index 99d3cab536c48..0ad7ef652f99a 100644 --- a/manifests/g/Git/Git/2.46.2/Git.Git.locale.en-US.yaml +++ b/manifests/g/Git/Git/2.46.2/Git.Git.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: Git.Git PackageVersion: 2.46.2 @@ -38,4 +38,4 @@ Documentations: - DocumentLabel: Wiki DocumentUrl: https://github.com/git-for-windows/git/wiki ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Git/Git/2.46.2/Git.Git.locale.zh-CN.yaml b/manifests/g/Git/Git/2.46.2/Git.Git.locale.zh-CN.yaml index ec3e9c4d00dd1..a547f59b406c4 100644 --- a/manifests/g/Git/Git/2.46.2/Git.Git.locale.zh-CN.yaml +++ b/manifests/g/Git/Git/2.46.2/Git.Git.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: Git.Git PackageVersion: 2.46.2 @@ -31,4 +31,4 @@ Documentations: - DocumentLabel: 维基 DocumentUrl: https://github.com/git-for-windows/git/wiki ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Git/Git/2.46.2/Git.Git.yaml b/manifests/g/Git/Git/2.46.2/Git.Git.yaml index 83e96db2c0805..09285d8c2f1a8 100644 --- a/manifests/g/Git/Git/2.46.2/Git.Git.yaml +++ b/manifests/g/Git/Git/2.46.2/Git.Git.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: Git.Git PackageVersion: 2.46.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Git/Git/2.47.0.2/Git.Git.installer.yaml b/manifests/g/Git/Git/2.47.0.2/Git.Git.installer.yaml index 27931b42fc0f9..111ec412b2b04 100644 --- a/manifests/g/Git/Git/2.47.0.2/Git.Git.installer.yaml +++ b/manifests/g/Git/Git/2.47.0.2/Git.Git.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 $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: Git.Git PackageVersion: 2.47.0.2 @@ -36,4 +36,4 @@ Installers: InstallerUrl: https://github.com/git-for-windows/git/releases/download/v2.47.0.windows.2/Git-2.47.0.2-64-bit.exe InstallerSha256: 83C618DCC50B63F0F7AFC86A7A125169BD59559FF680683F1D915C45E05FF4CC ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Git/Git/2.47.0.2/Git.Git.locale.en-US.yaml b/manifests/g/Git/Git/2.47.0.2/Git.Git.locale.en-US.yaml index e6a558a9c37ae..f477f9c47a1e5 100644 --- a/manifests/g/Git/Git/2.47.0.2/Git.Git.locale.en-US.yaml +++ b/manifests/g/Git/Git/2.47.0.2/Git.Git.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 $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: Git.Git PackageVersion: 2.47.0.2 @@ -37,4 +37,4 @@ Documentations: - DocumentLabel: Wiki DocumentUrl: https://github.com/git-for-windows/git/wiki ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Git/Git/2.47.0.2/Git.Git.locale.zh-CN.yaml b/manifests/g/Git/Git/2.47.0.2/Git.Git.locale.zh-CN.yaml index 2863796951461..aea971a5a9ec2 100644 --- a/manifests/g/Git/Git/2.47.0.2/Git.Git.locale.zh-CN.yaml +++ b/manifests/g/Git/Git/2.47.0.2/Git.Git.locale.zh-CN.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 $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: Git.Git PackageVersion: 2.47.0.2 @@ -31,4 +31,4 @@ Documentations: - DocumentLabel: 维基 DocumentUrl: https://github.com/git-for-windows/git/wiki ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Git/Git/2.47.0.2/Git.Git.yaml b/manifests/g/Git/Git/2.47.0.2/Git.Git.yaml index 4947e657f4187..33b371b8682a2 100644 --- a/manifests/g/Git/Git/2.47.0.2/Git.Git.yaml +++ b/manifests/g/Git/Git/2.47.0.2/Git.Git.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.4.1 $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: Git.Git PackageVersion: 2.47.0.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Git/Git/2.47.0/Git.Git.installer.yaml b/manifests/g/Git/Git/2.47.0/Git.Git.installer.yaml index e3a8dd6fe3a41..e9f5c52eb1030 100644 --- a/manifests/g/Git/Git/2.47.0/Git.Git.installer.yaml +++ b/manifests/g/Git/Git/2.47.0/Git.Git.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: Git.Git PackageVersion: 2.47.0 @@ -36,4 +36,4 @@ Installers: InstallerUrl: https://github.com/git-for-windows/git/releases/download/v2.47.0.windows.1/Git-2.47.0-64-bit.exe InstallerSha256: 30E8585FD7055EB1417CA4472DBCFCF65DD80C355613D3A6E115D695E7DC31BD ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Git/Git/2.47.0/Git.Git.locale.en-US.yaml b/manifests/g/Git/Git/2.47.0/Git.Git.locale.en-US.yaml index be7afee8e8305..c71a489ac1137 100644 --- a/manifests/g/Git/Git/2.47.0/Git.Git.locale.en-US.yaml +++ b/manifests/g/Git/Git/2.47.0/Git.Git.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: Git.Git PackageVersion: 2.47.0 @@ -40,4 +40,4 @@ Documentations: - DocumentLabel: Wiki DocumentUrl: https://github.com/git-for-windows/git/wiki ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Git/Git/2.47.0/Git.Git.locale.zh-CN.yaml b/manifests/g/Git/Git/2.47.0/Git.Git.locale.zh-CN.yaml index 01b0850f57810..c29d6c2784b36 100644 --- a/manifests/g/Git/Git/2.47.0/Git.Git.locale.zh-CN.yaml +++ b/manifests/g/Git/Git/2.47.0/Git.Git.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: Git.Git PackageVersion: 2.47.0 @@ -31,4 +31,4 @@ Documentations: - DocumentLabel: 维基 DocumentUrl: https://github.com/git-for-windows/git/wiki ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Git/Git/2.47.0/Git.Git.yaml b/manifests/g/Git/Git/2.47.0/Git.Git.yaml index d3a01c9c6d702..715489e10860e 100644 --- a/manifests/g/Git/Git/2.47.0/Git.Git.yaml +++ b/manifests/g/Git/Git/2.47.0/Git.Git.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: Git.Git PackageVersion: 2.47.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Git/Git/2.47.1/Git.Git.installer.yaml b/manifests/g/Git/Git/2.47.1/Git.Git.installer.yaml index 21e198ef15512..906521e036d0f 100644 --- a/manifests/g/Git/Git/2.47.1/Git.Git.installer.yaml +++ b/manifests/g/Git/Git/2.47.1/Git.Git.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: Git.Git PackageVersion: 2.47.1 @@ -44,4 +44,4 @@ Installers: InstallerUrl: https://github.com/git-for-windows/git/releases/download/v2.47.1.windows.1/Git-2.47.1-arm64.exe InstallerSha256: 63950D69998CA184B0ADE0389A0E0B50E62F4A1EA8DA9752449193C9DCDA569F ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Git/Git/2.47.1/Git.Git.locale.en-US.yaml b/manifests/g/Git/Git/2.47.1/Git.Git.locale.en-US.yaml index e0a725f013123..019ac8d81eaf6 100644 --- a/manifests/g/Git/Git/2.47.1/Git.Git.locale.en-US.yaml +++ b/manifests/g/Git/Git/2.47.1/Git.Git.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: Git.Git PackageVersion: 2.47.1 @@ -7,11 +7,14 @@ PackageLocale: en-US Publisher: The Git Development Community PublisherUrl: https://gitforwindows.org/ PublisherSupportUrl: https://github.com/git-for-windows/git/issues +# PrivacyUrl: +# Author: PackageName: Git PackageUrl: https://gitforwindows.org/ License: GPL-2.0 LicenseUrl: https://github.com/git-for-windows/build-extra/blob/HEAD/LICENSE.txt Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc. +# CopyrightUrl: ShortDescription: A free and open source distributed version control system Description: |- Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency. @@ -32,8 +35,10 @@ ReleaseNotes: |- - A potential crash in Git Bash on Insider versions of Windows/ARM64 was fixed. - On Windows/ARM64, running the 64-bit version of Git for Windows could infrequently cause deadlocked threads (see e.g. this report or this one), which was addressed. ReleaseNotesUrl: https://github.com/git-for-windows/git/releases/tag/v2.47.1.windows.1 +# PurchaseUrl: +# InstallationNotes: Documentations: - DocumentLabel: Wiki DocumentUrl: https://github.com/git-for-windows/git/wiki ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Git/Git/2.47.1/Git.Git.locale.zh-CN.yaml b/manifests/g/Git/Git/2.47.1/Git.Git.locale.zh-CN.yaml index f48697473cd03..7831066b1bdac 100644 --- a/manifests/g/Git/Git/2.47.1/Git.Git.locale.zh-CN.yaml +++ b/manifests/g/Git/Git/2.47.1/Git.Git.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: Git.Git PackageVersion: 2.47.1 @@ -7,21 +7,28 @@ PackageLocale: zh-CN Publisher: The Git Development Community PublisherUrl: https://gitforwindows.org/ PublisherSupportUrl: https://github.com/git-for-windows/git/issues +# PrivacyUrl: +# Author: PackageName: Git PackageUrl: https://gitforwindows.org/ License: GPL-2.0 LicenseUrl: https://github.com/git-for-windows/build-extra/blob/HEAD/LICENSE.txt Copyright: Copyright (C) Free Software Foundation, Inc. +# CopyrightUrl: ShortDescription: 免费开源的分布式版本控制系统 Description: |- Git 是一个免费开源的分布式版本控制系统,旨在快速高效地处理从小型到超大型的各种项目。 Git for Windows 的重点是提供一套轻量级的本地工具,将 Git SCM 的全部功能集引入 Windows,同时为有经验的 Git 用户和新手提供合适的用户界面。 +# Moniker: Tags: - git - 版本控制系统 +# ReleaseNotes: ReleaseNotesUrl: https://github.com/git-for-windows/git/releases/tag/v2.47.1.windows.1 +# PurchaseUrl: +# InstallationNotes: Documentations: - DocumentLabel: 维基 DocumentUrl: https://github.com/git-for-windows/git/wiki ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/Git/Git/2.47.1/Git.Git.yaml b/manifests/g/Git/Git/2.47.1/Git.Git.yaml index 1f54ba4639bf8..82959f17f2ac2 100644 --- a/manifests/g/Git/Git/2.47.1/Git.Git.yaml +++ b/manifests/g/Git/Git/2.47.1/Git.Git.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: Git.Git PackageVersion: 2.47.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.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/GitLFS/1.4.0/GitHub.GitLFS.installer.yaml b/manifests/g/GitHub/GitLFS/1.4.0/GitHub.GitLFS.installer.yaml index 7d7bc70fb8709..906534c45eca2 100644 --- a/manifests/g/GitHub/GitLFS/1.4.0/GitHub.GitLFS.installer.yaml +++ b/manifests/g/GitHub/GitLFS/1.4.0/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.4.0 @@ -11,4 +11,4 @@ Installers: InstallerSha256: 1BD11628103ABF4F4DB64935A7D5E82CD42CFC87AB88F424B64B3D9336A9979C ProductCode: '{286391DE-F778-44EA-9375-1B21AAA04FF0}' ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/GitLFS/1.4.0/GitHub.GitLFS.locale.en-US.yaml b/manifests/g/GitHub/GitLFS/1.4.0/GitHub.GitLFS.locale.en-US.yaml index cd3df2e6782ed..0c9ed5e4c87e1 100644 --- a/manifests/g/GitHub/GitLFS/1.4.0/GitHub.GitLFS.locale.en-US.yaml +++ b/manifests/g/GitHub/GitLFS/1.4.0/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.4.0 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.4.0/GitHub.GitLFS.yaml b/manifests/g/GitHub/GitLFS/1.4.0/GitHub.GitLFS.yaml index b6aa108de0854..d987a20fcf2c5 100644 --- a/manifests/g/GitHub/GitLFS/1.4.0/GitHub.GitLFS.yaml +++ b/manifests/g/GitHub/GitLFS/1.4.0/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.4.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/GitLFS/1.4.1/GitHub.GitLFS.installer.yaml b/manifests/g/GitHub/GitLFS/1.4.1/GitHub.GitLFS.installer.yaml index 991d29cf25897..72fb49f088722 100644 --- a/manifests/g/GitHub/GitLFS/1.4.1/GitHub.GitLFS.installer.yaml +++ b/manifests/g/GitHub/GitLFS/1.4.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.4.1 @@ -11,4 +11,4 @@ Installers: InstallerSha256: 72FB10EFFC6AE5C3067A3E836AA01D5DF2A72EC5C2B33561874FC553C08D3379 ProductCode: '{286391DE-F778-44EA-9375-1B21AAA04FF0}' ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/GitLFS/1.4.1/GitHub.GitLFS.locale.en-US.yaml b/manifests/g/GitHub/GitLFS/1.4.1/GitHub.GitLFS.locale.en-US.yaml index 2cd13d22238b9..3f2cd094ed10b 100644 --- a/manifests/g/GitHub/GitLFS/1.4.1/GitHub.GitLFS.locale.en-US.yaml +++ b/manifests/g/GitHub/GitLFS/1.4.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.4.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.4.1/GitHub.GitLFS.yaml b/manifests/g/GitHub/GitLFS/1.4.1/GitHub.GitLFS.yaml index 5acffd8da4457..02393518a3cfe 100644 --- a/manifests/g/GitHub/GitLFS/1.4.1/GitHub.GitLFS.yaml +++ b/manifests/g/GitHub/GitLFS/1.4.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.4.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/GitLFS/1.4.2/GitHub.GitLFS.installer.yaml b/manifests/g/GitHub/GitLFS/1.4.2/GitHub.GitLFS.installer.yaml index 8428feab8e8fd..4a15ced45d270 100644 --- a/manifests/g/GitHub/GitLFS/1.4.2/GitHub.GitLFS.installer.yaml +++ b/manifests/g/GitHub/GitLFS/1.4.2/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.4.2 @@ -11,4 +11,4 @@ Installers: InstallerSha256: 28C1F92F6930DB4371431C62C94FA289E6E49261C53DB20CDC87B9C2D064DE90 ProductCode: '{286391DE-F778-44EA-9375-1B21AAA04FF0}' ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/GitLFS/1.4.2/GitHub.GitLFS.locale.en-US.yaml b/manifests/g/GitHub/GitLFS/1.4.2/GitHub.GitLFS.locale.en-US.yaml index 1f1a548dbda6a..28498c2c27446 100644 --- a/manifests/g/GitHub/GitLFS/1.4.2/GitHub.GitLFS.locale.en-US.yaml +++ b/manifests/g/GitHub/GitLFS/1.4.2/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.4.2 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.4.2/GitHub.GitLFS.yaml b/manifests/g/GitHub/GitLFS/1.4.2/GitHub.GitLFS.yaml index 28b8afbf38284..8958a5bda783e 100644 --- a/manifests/g/GitHub/GitLFS/1.4.2/GitHub.GitLFS.yaml +++ b/manifests/g/GitHub/GitLFS/1.4.2/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.4.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/GitLFS/1.4.3/GitHub.GitLFS.installer.yaml b/manifests/g/GitHub/GitLFS/1.4.3/GitHub.GitLFS.installer.yaml index 9681a18968cdc..4670d3d7d2930 100644 --- a/manifests/g/GitHub/GitLFS/1.4.3/GitHub.GitLFS.installer.yaml +++ b/manifests/g/GitHub/GitLFS/1.4.3/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.4.3 @@ -11,4 +11,4 @@ Installers: InstallerSha256: E673C2D6528484B9021DE37B6D0958B6229E97FC2EED579DEBB86AA3D5A4CBAE ProductCode: '{286391DE-F778-44EA-9375-1B21AAA04FF0}' ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/GitLFS/1.4.3/GitHub.GitLFS.locale.en-US.yaml b/manifests/g/GitHub/GitLFS/1.4.3/GitHub.GitLFS.locale.en-US.yaml index 8faab6b584c25..0cc1037b5eaa3 100644 --- a/manifests/g/GitHub/GitLFS/1.4.3/GitHub.GitLFS.locale.en-US.yaml +++ b/manifests/g/GitHub/GitLFS/1.4.3/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.4.3 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.4.3/GitHub.GitLFS.yaml b/manifests/g/GitHub/GitLFS/1.4.3/GitHub.GitLFS.yaml index 7eb379bccede2..f0e9a7c131c95 100644 --- a/manifests/g/GitHub/GitLFS/1.4.3/GitHub.GitLFS.yaml +++ b/manifests/g/GitHub/GitLFS/1.4.3/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.4.3 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/GitLFS/1.4.4/GitHub.GitLFS.installer.yaml b/manifests/g/GitHub/GitLFS/1.4.4/GitHub.GitLFS.installer.yaml index b8c8007c1ba3e..00bd57c11eadf 100644 --- a/manifests/g/GitHub/GitLFS/1.4.4/GitHub.GitLFS.installer.yaml +++ b/manifests/g/GitHub/GitLFS/1.4.4/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.4.4 @@ -11,4 +11,4 @@ Installers: InstallerSha256: 2E089B672B0241BA0C3474C345A63A627DAD93B3C0863B8C28A9C8FABF684ABD ProductCode: '{286391DE-F778-44EA-9375-1B21AAA04FF0}' ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/GitLFS/1.4.4/GitHub.GitLFS.locale.en-US.yaml b/manifests/g/GitHub/GitLFS/1.4.4/GitHub.GitLFS.locale.en-US.yaml index c0a492e348ba6..689a5eec230fb 100644 --- a/manifests/g/GitHub/GitLFS/1.4.4/GitHub.GitLFS.locale.en-US.yaml +++ b/manifests/g/GitHub/GitLFS/1.4.4/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.4.4 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.4.4/GitHub.GitLFS.yaml b/manifests/g/GitHub/GitLFS/1.4.4/GitHub.GitLFS.yaml index dc6b00a3e3c9d..a6e0808d8d4fe 100644 --- a/manifests/g/GitHub/GitLFS/1.4.4/GitHub.GitLFS.yaml +++ b/manifests/g/GitHub/GitLFS/1.4.4/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.4.4 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/GitLFS/1.5.0/GitHub.GitLFS.installer.yaml b/manifests/g/GitHub/GitLFS/1.5.0/GitHub.GitLFS.installer.yaml index db9b187d291e0..4f89249b22bbe 100644 --- a/manifests/g/GitHub/GitLFS/1.5.0/GitHub.GitLFS.installer.yaml +++ b/manifests/g/GitHub/GitLFS/1.5.0/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.5.0 @@ -11,4 +11,4 @@ Installers: InstallerSha256: 1B1B93A834BEE02074EE7AFD00C03D09DFAAAFEEAA69368C36B520B389B1CDED ProductCode: '{286391DE-F778-44EA-9375-1B21AAA04FF0}' ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/GitLFS/1.5.0/GitHub.GitLFS.locale.en-US.yaml b/manifests/g/GitHub/GitLFS/1.5.0/GitHub.GitLFS.locale.en-US.yaml index 6b62fb52a3b26..e3ca1372a38ef 100644 --- a/manifests/g/GitHub/GitLFS/1.5.0/GitHub.GitLFS.locale.en-US.yaml +++ b/manifests/g/GitHub/GitLFS/1.5.0/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.5.0 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.5.0/GitHub.GitLFS.yaml b/manifests/g/GitHub/GitLFS/1.5.0/GitHub.GitLFS.yaml index b8ac95dcc4b34..1066297fd77a8 100644 --- a/manifests/g/GitHub/GitLFS/1.5.0/GitHub.GitLFS.yaml +++ b/manifests/g/GitHub/GitLFS/1.5.0/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.5.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/GitLFS/1.5.1/GitHub.GitLFS.installer.yaml b/manifests/g/GitHub/GitLFS/1.5.1/GitHub.GitLFS.installer.yaml index 1f02a95e3358e..9bbb4af864259 100644 --- a/manifests/g/GitHub/GitLFS/1.5.1/GitHub.GitLFS.installer.yaml +++ b/manifests/g/GitHub/GitLFS/1.5.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.5.1 @@ -11,4 +11,4 @@ Installers: InstallerSha256: 71BFEF853F651AABA3788124A9430324C679923F6C48D3FB72C11CD327B4D1C9 ProductCode: '{286391DE-F778-44EA-9375-1B21AAA04FF0}' ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/GitLFS/1.5.1/GitHub.GitLFS.locale.en-US.yaml b/manifests/g/GitHub/GitLFS/1.5.1/GitHub.GitLFS.locale.en-US.yaml index c1cc47611254f..0e71a3dec1da7 100644 --- a/manifests/g/GitHub/GitLFS/1.5.1/GitHub.GitLFS.locale.en-US.yaml +++ b/manifests/g/GitHub/GitLFS/1.5.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.5.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.5.1/GitHub.GitLFS.yaml b/manifests/g/GitHub/GitLFS/1.5.1/GitHub.GitLFS.yaml index bf1f5d9c6ece6..c9c4f02d6b397 100644 --- a/manifests/g/GitHub/GitLFS/1.5.1/GitHub.GitLFS.yaml +++ b/manifests/g/GitHub/GitLFS/1.5.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.5.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/GitLFS/1.5.2/GitHub.GitLFS.installer.yaml b/manifests/g/GitHub/GitLFS/1.5.2/GitHub.GitLFS.installer.yaml index 93d3f4a9cd959..2b5f7f4b09b98 100644 --- a/manifests/g/GitHub/GitLFS/1.5.2/GitHub.GitLFS.installer.yaml +++ b/manifests/g/GitHub/GitLFS/1.5.2/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.5.2 @@ -11,4 +11,4 @@ Installers: InstallerSha256: 0DF926CCB2440CF685FFEEFEB410FEDD219CCF83F5729B62F63C6DB75198D150 ProductCode: '{286391DE-F778-44EA-9375-1B21AAA04FF0}' ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/GitLFS/1.5.2/GitHub.GitLFS.locale.en-US.yaml b/manifests/g/GitHub/GitLFS/1.5.2/GitHub.GitLFS.locale.en-US.yaml index c0dd532728f24..7ae1bd25069b0 100644 --- a/manifests/g/GitHub/GitLFS/1.5.2/GitHub.GitLFS.locale.en-US.yaml +++ b/manifests/g/GitHub/GitLFS/1.5.2/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.5.2 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.5.2/GitHub.GitLFS.yaml b/manifests/g/GitHub/GitLFS/1.5.2/GitHub.GitLFS.yaml index 610c4d3d96391..017fb0724ff86 100644 --- a/manifests/g/GitHub/GitLFS/1.5.2/GitHub.GitLFS.yaml +++ b/manifests/g/GitHub/GitLFS/1.5.2/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.5.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/GitLFS/1.5.3/GitHub.GitLFS.installer.yaml b/manifests/g/GitHub/GitLFS/1.5.3/GitHub.GitLFS.installer.yaml index 8657175cd673f..d53f43a32ea6c 100644 --- a/manifests/g/GitHub/GitLFS/1.5.3/GitHub.GitLFS.installer.yaml +++ b/manifests/g/GitHub/GitLFS/1.5.3/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.5.3 @@ -11,4 +11,4 @@ Installers: InstallerSha256: 5BFC22D5D370C128A772C72EA73FA343643BF2C4B9DE9C081E192FA829AAE983 ProductCode: '{286391DE-F778-44EA-9375-1B21AAA04FF0}' ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/GitLFS/1.5.3/GitHub.GitLFS.locale.en-US.yaml b/manifests/g/GitHub/GitLFS/1.5.3/GitHub.GitLFS.locale.en-US.yaml index d34a64f164122..1604f8eedb0e3 100644 --- a/manifests/g/GitHub/GitLFS/1.5.3/GitHub.GitLFS.locale.en-US.yaml +++ b/manifests/g/GitHub/GitLFS/1.5.3/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.5.3 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.5.3/GitHub.GitLFS.yaml b/manifests/g/GitHub/GitLFS/1.5.3/GitHub.GitLFS.yaml index cad137800a2bf..a73ab085a1577 100644 --- a/manifests/g/GitHub/GitLFS/1.5.3/GitHub.GitLFS.yaml +++ b/manifests/g/GitHub/GitLFS/1.5.3/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.5.3 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/GitLFS/1.5.4/GitHub.GitLFS.installer.yaml b/manifests/g/GitHub/GitLFS/1.5.4/GitHub.GitLFS.installer.yaml index 803cf4b946e69..05a4cb9f179b1 100644 --- a/manifests/g/GitHub/GitLFS/1.5.4/GitHub.GitLFS.installer.yaml +++ b/manifests/g/GitHub/GitLFS/1.5.4/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.5.4 @@ -11,4 +11,4 @@ Installers: InstallerSha256: EEFB302FADB4926692EA887320A5DA8D15E1DE13D352DB79E69894FF283211A0 ProductCode: '{286391DE-F778-44EA-9375-1B21AAA04FF0}' ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/GitLFS/1.5.4/GitHub.GitLFS.locale.en-US.yaml b/manifests/g/GitHub/GitLFS/1.5.4/GitHub.GitLFS.locale.en-US.yaml index d502b079a0154..e0546f2d833fe 100644 --- a/manifests/g/GitHub/GitLFS/1.5.4/GitHub.GitLFS.locale.en-US.yaml +++ b/manifests/g/GitHub/GitLFS/1.5.4/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.5.4 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.5.4/GitHub.GitLFS.yaml b/manifests/g/GitHub/GitLFS/1.5.4/GitHub.GitLFS.yaml index 0cb5036f13f14..bc52c3711fcb4 100644 --- a/manifests/g/GitHub/GitLFS/1.5.4/GitHub.GitLFS.yaml +++ b/manifests/g/GitHub/GitLFS/1.5.4/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.5.4 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/GitLFS/1.5.5/GitHub.GitLFS.installer.yaml b/manifests/g/GitHub/GitLFS/1.5.5/GitHub.GitLFS.installer.yaml index 09fcb9bb00464..d93c811681338 100644 --- a/manifests/g/GitHub/GitLFS/1.5.5/GitHub.GitLFS.installer.yaml +++ b/manifests/g/GitHub/GitLFS/1.5.5/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.5.5 @@ -11,4 +11,4 @@ Installers: InstallerSha256: DC7ACCE143590D38EEF7985A6741CD9E5EB2CF6E758C9D4CCB416F7BD5B0851C ProductCode: '{286391DE-F778-44EA-9375-1B21AAA04FF0}' ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/GitLFS/1.5.5/GitHub.GitLFS.locale.en-US.yaml b/manifests/g/GitHub/GitLFS/1.5.5/GitHub.GitLFS.locale.en-US.yaml index 1c3d7dc7614ae..e4452285b224f 100644 --- a/manifests/g/GitHub/GitLFS/1.5.5/GitHub.GitLFS.locale.en-US.yaml +++ b/manifests/g/GitHub/GitLFS/1.5.5/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.5.5 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.5.5/GitHub.GitLFS.yaml b/manifests/g/GitHub/GitLFS/1.5.5/GitHub.GitLFS.yaml index 89e2d4d46c552..a3030ebb6744d 100644 --- a/manifests/g/GitHub/GitLFS/1.5.5/GitHub.GitLFS.yaml +++ b/manifests/g/GitHub/GitLFS/1.5.5/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.5.5 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/GitLFS/1.5.6/GitHub.GitLFS.installer.yaml b/manifests/g/GitHub/GitLFS/1.5.6/GitHub.GitLFS.installer.yaml index 169ad8abc8c0c..0d23bba905528 100644 --- a/manifests/g/GitHub/GitLFS/1.5.6/GitHub.GitLFS.installer.yaml +++ b/manifests/g/GitHub/GitLFS/1.5.6/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.5.6 @@ -11,4 +11,4 @@ Installers: InstallerSha256: FFCECA5DB94D19D1FCA86802C1F59673DC191D30ADBD4CCF4577081A38C740A0 ProductCode: '{286391DE-F778-44EA-9375-1B21AAA04FF0}' ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/GitLFS/1.5.6/GitHub.GitLFS.locale.en-US.yaml b/manifests/g/GitHub/GitLFS/1.5.6/GitHub.GitLFS.locale.en-US.yaml index 7ee02ed933332..e5e2b6cc5fa7d 100644 --- a/manifests/g/GitHub/GitLFS/1.5.6/GitHub.GitLFS.locale.en-US.yaml +++ b/manifests/g/GitHub/GitLFS/1.5.6/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.5.6 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.5.6/GitHub.GitLFS.yaml b/manifests/g/GitHub/GitLFS/1.5.6/GitHub.GitLFS.yaml index a5e8297881918..bd05d51b22a36 100644 --- a/manifests/g/GitHub/GitLFS/1.5.6/GitHub.GitLFS.yaml +++ b/manifests/g/GitHub/GitLFS/1.5.6/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.5.6 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/GitLFS/2.0.0/GitHub.GitLFS.installer.yaml b/manifests/g/GitHub/GitLFS/2.0.0/GitHub.GitLFS.installer.yaml index 01b6b70d06ed9..9c0f1e51d810f 100644 --- a/manifests/g/GitHub/GitLFS/2.0.0/GitHub.GitLFS.installer.yaml +++ b/manifests/g/GitHub/GitLFS/2.0.0/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: 2.0.0 @@ -11,4 +11,4 @@ Installers: InstallerSha256: DA7196B21A76A8F6AC23A6B0D8F283D979178C9BEF84F2BA2CCA9A2DFF32C589 ProductCode: '{286391DE-F778-44EA-9375-1B21AAA04FF0}' ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/GitLFS/2.0.0/GitHub.GitLFS.locale.en-US.yaml b/manifests/g/GitHub/GitLFS/2.0.0/GitHub.GitLFS.locale.en-US.yaml index 3c6c5f31f1644..a39c031c10827 100644 --- a/manifests/g/GitHub/GitLFS/2.0.0/GitHub.GitLFS.locale.en-US.yaml +++ b/manifests/g/GitHub/GitLFS/2.0.0/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: 2.0.0 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/2.0.0/GitHub.GitLFS.yaml b/manifests/g/GitHub/GitLFS/2.0.0/GitHub.GitLFS.yaml index ad41ad10e6a56..f75dd199922c9 100644 --- a/manifests/g/GitHub/GitLFS/2.0.0/GitHub.GitLFS.yaml +++ b/manifests/g/GitHub/GitLFS/2.0.0/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: 2.0.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/GitLFS/2.0.1/GitHub.GitLFS.installer.yaml b/manifests/g/GitHub/GitLFS/2.0.1/GitHub.GitLFS.installer.yaml index da9a9aed1a078..c47612ef83c49 100644 --- a/manifests/g/GitHub/GitLFS/2.0.1/GitHub.GitLFS.installer.yaml +++ b/manifests/g/GitHub/GitLFS/2.0.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: 2.0.1 @@ -11,4 +11,4 @@ Installers: InstallerSha256: 803BBDDB4739215137144C01C28ED3DFBC1776376D8030AA4871D63E3BAA369B ProductCode: '{286391DE-F778-44EA-9375-1B21AAA04FF0}' ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/GitLFS/2.0.1/GitHub.GitLFS.locale.en-US.yaml b/manifests/g/GitHub/GitLFS/2.0.1/GitHub.GitLFS.locale.en-US.yaml index ae4be4f970d3a..a04550a27de63 100644 --- a/manifests/g/GitHub/GitLFS/2.0.1/GitHub.GitLFS.locale.en-US.yaml +++ b/manifests/g/GitHub/GitLFS/2.0.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: 2.0.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/2.0.1/GitHub.GitLFS.yaml b/manifests/g/GitHub/GitLFS/2.0.1/GitHub.GitLFS.yaml index 7af0a3eec448c..cdae373d85b18 100644 --- a/manifests/g/GitHub/GitLFS/2.0.1/GitHub.GitLFS.yaml +++ b/manifests/g/GitHub/GitLFS/2.0.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: 2.0.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/GitLFS/2.0.2/GitHub.GitLFS.installer.yaml b/manifests/g/GitHub/GitLFS/2.0.2/GitHub.GitLFS.installer.yaml index 88f00e1aa7d8d..d09be3b01c000 100644 --- a/manifests/g/GitHub/GitLFS/2.0.2/GitHub.GitLFS.installer.yaml +++ b/manifests/g/GitHub/GitLFS/2.0.2/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: 2.0.2 @@ -11,4 +11,4 @@ Installers: InstallerSha256: 7D0B81370BEC0B042445EFB4B5192FBA371BB4E12DC4766D7C67CAB7419E5F8F ProductCode: '{286391DE-F778-44EA-9375-1B21AAA04FF0}' ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/GitLFS/2.0.2/GitHub.GitLFS.locale.en-US.yaml b/manifests/g/GitHub/GitLFS/2.0.2/GitHub.GitLFS.locale.en-US.yaml index abdc9c6cd5d17..0672c059ffcdd 100644 --- a/manifests/g/GitHub/GitLFS/2.0.2/GitHub.GitLFS.locale.en-US.yaml +++ b/manifests/g/GitHub/GitLFS/2.0.2/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: 2.0.2 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/2.0.2/GitHub.GitLFS.yaml b/manifests/g/GitHub/GitLFS/2.0.2/GitHub.GitLFS.yaml index 1b7cb0741341d..7cc52e427c63a 100644 --- a/manifests/g/GitHub/GitLFS/2.0.2/GitHub.GitLFS.yaml +++ b/manifests/g/GitHub/GitLFS/2.0.2/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: 2.0.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/GitLFS/2.1.0/GitHub.GitLFS.installer.yaml b/manifests/g/GitHub/GitLFS/2.1.0/GitHub.GitLFS.installer.yaml index d6ac38ceef040..d25516552f812 100644 --- a/manifests/g/GitHub/GitLFS/2.1.0/GitHub.GitLFS.installer.yaml +++ b/manifests/g/GitHub/GitLFS/2.1.0/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: 2.1.0 @@ -11,4 +11,4 @@ Installers: InstallerSha256: D08DAC4A5EB4F713B193D5ADDA9FDCCFB5D3F5F6461366D3BC6607EA2F6D13FF ProductCode: '{286391DE-F778-44EA-9375-1B21AAA04FF0}' ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/GitLFS/2.1.0/GitHub.GitLFS.locale.en-US.yaml b/manifests/g/GitHub/GitLFS/2.1.0/GitHub.GitLFS.locale.en-US.yaml index 936074f210b32..68606a752d89d 100644 --- a/manifests/g/GitHub/GitLFS/2.1.0/GitHub.GitLFS.locale.en-US.yaml +++ b/manifests/g/GitHub/GitLFS/2.1.0/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: 2.1.0 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/2.1.0/GitHub.GitLFS.yaml b/manifests/g/GitHub/GitLFS/2.1.0/GitHub.GitLFS.yaml index 2e40a728ec2bf..c8c92947f46e0 100644 --- a/manifests/g/GitHub/GitLFS/2.1.0/GitHub.GitLFS.yaml +++ b/manifests/g/GitHub/GitLFS/2.1.0/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: 2.1.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/GitLFS/2.1.1/GitHub.GitLFS.installer.yaml b/manifests/g/GitHub/GitLFS/2.1.1/GitHub.GitLFS.installer.yaml index 59fa13610a86b..61c62929afa2b 100644 --- a/manifests/g/GitHub/GitLFS/2.1.1/GitHub.GitLFS.installer.yaml +++ b/manifests/g/GitHub/GitLFS/2.1.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: 2.1.1 @@ -11,4 +11,4 @@ Installers: InstallerSha256: 6CE151CE4577DE5C9F237614B2B7BEC66F619C5F2341FE361F31BA9BD14CFCA4 ProductCode: '{286391DE-F778-44EA-9375-1B21AAA04FF0}' ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/GitLFS/2.1.1/GitHub.GitLFS.locale.en-US.yaml b/manifests/g/GitHub/GitLFS/2.1.1/GitHub.GitLFS.locale.en-US.yaml index 042a682a94a16..731c8c232d20f 100644 --- a/manifests/g/GitHub/GitLFS/2.1.1/GitHub.GitLFS.locale.en-US.yaml +++ b/manifests/g/GitHub/GitLFS/2.1.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: 2.1.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/2.1.1/GitHub.GitLFS.yaml b/manifests/g/GitHub/GitLFS/2.1.1/GitHub.GitLFS.yaml index 8ec145a2af3df..b00f1bcf6d3c8 100644 --- a/manifests/g/GitHub/GitLFS/2.1.1/GitHub.GitLFS.yaml +++ b/manifests/g/GitHub/GitLFS/2.1.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: 2.1.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/GitLFS/2.10.0/GitHub.GitLFS.installer.yaml b/manifests/g/GitHub/GitLFS/2.10.0/GitHub.GitLFS.installer.yaml index 44b39b90adac2..bdef30c0866ee 100644 --- a/manifests/g/GitHub/GitLFS/2.10.0/GitHub.GitLFS.installer.yaml +++ b/manifests/g/GitHub/GitLFS/2.10.0/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: 2.10.0 @@ -11,4 +11,4 @@ Installers: InstallerSha256: EAB94D193B0781047DF753A22935B7B2406367E3D4944685ABF1E47435BC1A84 ProductCode: '{286391DE-F778-44EA-9375-1B21AAA04FF0}' ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/GitLFS/2.10.0/GitHub.GitLFS.locale.en-US.yaml b/manifests/g/GitHub/GitLFS/2.10.0/GitHub.GitLFS.locale.en-US.yaml index 149882f53c91b..2964b70cee2ad 100644 --- a/manifests/g/GitHub/GitLFS/2.10.0/GitHub.GitLFS.locale.en-US.yaml +++ b/manifests/g/GitHub/GitLFS/2.10.0/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: 2.10.0 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/2.10.0/GitHub.GitLFS.yaml b/manifests/g/GitHub/GitLFS/2.10.0/GitHub.GitLFS.yaml index ebb0d29f92865..5631978cf2649 100644 --- a/manifests/g/GitHub/GitLFS/2.10.0/GitHub.GitLFS.yaml +++ b/manifests/g/GitHub/GitLFS/2.10.0/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: 2.10.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/GitLFS/2.11.0/GitHub.GitLFS.installer.yaml b/manifests/g/GitHub/GitLFS/2.11.0/GitHub.GitLFS.installer.yaml index b7fe42ef6b566..47c31d1162e41 100644 --- a/manifests/g/GitHub/GitLFS/2.11.0/GitHub.GitLFS.installer.yaml +++ b/manifests/g/GitHub/GitLFS/2.11.0/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: 2.11.0 @@ -10,4 +10,4 @@ Installers: InstallerUrl: https://github.com/git-lfs/git-lfs/releases/download/v2.11.0/git-lfs-windows-v2.11.0.exe InstallerSha256: BD314F1857D429A144CD7110F135743EFE310E90AC56A2F182CAD8E33C299DA1 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/GitLFS/2.11.0/GitHub.GitLFS.locale.en-US.yaml b/manifests/g/GitHub/GitLFS/2.11.0/GitHub.GitLFS.locale.en-US.yaml index dcebc6ee5bd14..af4879e3aaac7 100644 --- a/manifests/g/GitHub/GitLFS/2.11.0/GitHub.GitLFS.locale.en-US.yaml +++ b/manifests/g/GitHub/GitLFS/2.11.0/GitHub.GitLFS.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: GitHub.GitLFS PackageVersion: 2.11.0 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: -# 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/g/GitHub/GitLFS/2.11.0/GitHub.GitLFS.yaml b/manifests/g/GitHub/GitLFS/2.11.0/GitHub.GitLFS.yaml index 6c1dacc17764b..1e5ac63e882e3 100644 --- a/manifests/g/GitHub/GitLFS/2.11.0/GitHub.GitLFS.yaml +++ b/manifests/g/GitHub/GitLFS/2.11.0/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: 2.11.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/GitLFS/2.12.0/GitHub.GitLFS.installer.yaml b/manifests/g/GitHub/GitLFS/2.12.0/GitHub.GitLFS.installer.yaml index 7e88bfdf19b40..4a25b200ba877 100644 --- a/manifests/g/GitHub/GitLFS/2.12.0/GitHub.GitLFS.installer.yaml +++ b/manifests/g/GitHub/GitLFS/2.12.0/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: 2.12.0 @@ -11,4 +11,4 @@ Installers: InstallerSha256: 92BA19D77F67DD06FC971D57DE7883888AA20FCD6F09E1118C83B99D4F02318B ProductCode: '{286391DE-F778-44EA-9375-1B21AAA04FF0}' ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/GitLFS/2.12.0/GitHub.GitLFS.locale.en-US.yaml b/manifests/g/GitHub/GitLFS/2.12.0/GitHub.GitLFS.locale.en-US.yaml index ac5170237f83d..532ea9de1e285 100644 --- a/manifests/g/GitHub/GitLFS/2.12.0/GitHub.GitLFS.locale.en-US.yaml +++ b/manifests/g/GitHub/GitLFS/2.12.0/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: 2.12.0 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/2.12.0/GitHub.GitLFS.yaml b/manifests/g/GitHub/GitLFS/2.12.0/GitHub.GitLFS.yaml index 8497c0e455809..7f9c770b1123f 100644 --- a/manifests/g/GitHub/GitLFS/2.12.0/GitHub.GitLFS.yaml +++ b/manifests/g/GitHub/GitLFS/2.12.0/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: 2.12.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/GitLFS/2.12.1/GitHub.GitLFS.installer.yaml b/manifests/g/GitHub/GitLFS/2.12.1/GitHub.GitLFS.installer.yaml index 78c567404f6ab..0d18b917ea5d2 100644 --- a/manifests/g/GitHub/GitLFS/2.12.1/GitHub.GitLFS.installer.yaml +++ b/manifests/g/GitHub/GitLFS/2.12.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: 2.12.1 @@ -11,4 +11,4 @@ Installers: InstallerSha256: 4A0118684F8E1445433A91A8ECD3176A201B5A90793F240FB9C61207FDB96E20 ProductCode: '{286391DE-F778-44EA-9375-1B21AAA04FF0}' ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/GitLFS/2.12.1/GitHub.GitLFS.locale.en-US.yaml b/manifests/g/GitHub/GitLFS/2.12.1/GitHub.GitLFS.locale.en-US.yaml index f8ee0c33c9623..1f33b4d3791b9 100644 --- a/manifests/g/GitHub/GitLFS/2.12.1/GitHub.GitLFS.locale.en-US.yaml +++ b/manifests/g/GitHub/GitLFS/2.12.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: 2.12.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/2.12.1/GitHub.GitLFS.yaml b/manifests/g/GitHub/GitLFS/2.12.1/GitHub.GitLFS.yaml index 9fc02276cc403..7c847fca88a4a 100644 --- a/manifests/g/GitHub/GitLFS/2.12.1/GitHub.GitLFS.yaml +++ b/manifests/g/GitHub/GitLFS/2.12.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: 2.12.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/GitLFS/2.13.1/GitHub.GitLFS.installer.yaml b/manifests/g/GitHub/GitLFS/2.13.1/GitHub.GitLFS.installer.yaml index c5a5252fb0a3a..6ffa4d18449e6 100644 --- a/manifests/g/GitHub/GitLFS/2.13.1/GitHub.GitLFS.installer.yaml +++ b/manifests/g/GitHub/GitLFS/2.13.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: 2.13.1 @@ -11,4 +11,4 @@ Installers: InstallerSha256: 7A3D5924766926E15FA8BCDDB11EE71D2BBC19BEAA872CD9B09AC73AAA704AC7 ProductCode: '{286391DE-F778-44EA-9375-1B21AAA04FF0}' ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/GitLFS/2.13.1/GitHub.GitLFS.locale.en-US.yaml b/manifests/g/GitHub/GitLFS/2.13.1/GitHub.GitLFS.locale.en-US.yaml index fd11b331e9381..52c51765029df 100644 --- a/manifests/g/GitHub/GitLFS/2.13.1/GitHub.GitLFS.locale.en-US.yaml +++ b/manifests/g/GitHub/GitLFS/2.13.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: 2.13.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/2.13.1/GitHub.GitLFS.yaml b/manifests/g/GitHub/GitLFS/2.13.1/GitHub.GitLFS.yaml index c05347397ee7d..b6d5b4c208298 100644 --- a/manifests/g/GitHub/GitLFS/2.13.1/GitHub.GitLFS.yaml +++ b/manifests/g/GitHub/GitLFS/2.13.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: 2.13.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/GitLFS/2.13.2/GitHub.GitLFS.installer.yaml b/manifests/g/GitHub/GitLFS/2.13.2/GitHub.GitLFS.installer.yaml index ccdbd2a3c9e52..63e4ebc2daaff 100644 --- a/manifests/g/GitHub/GitLFS/2.13.2/GitHub.GitLFS.installer.yaml +++ b/manifests/g/GitHub/GitLFS/2.13.2/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: 2.13.2 @@ -11,4 +11,4 @@ Installers: InstallerSha256: F9DA82F94AD447B307002222E0B7FAAB046C162B33A0962CCE7F2BDAC1E8A443 ProductCode: '{286391DE-F778-44EA-9375-1B21AAA04FF0}' ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/GitLFS/2.13.2/GitHub.GitLFS.locale.en-US.yaml b/manifests/g/GitHub/GitLFS/2.13.2/GitHub.GitLFS.locale.en-US.yaml index 93dc0b599fb10..f2895d89b2e3a 100644 --- a/manifests/g/GitHub/GitLFS/2.13.2/GitHub.GitLFS.locale.en-US.yaml +++ b/manifests/g/GitHub/GitLFS/2.13.2/GitHub.GitLFS.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: GitHub.GitLFS PackageVersion: 2.13.2 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: -# 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/g/GitHub/GitLFS/2.13.2/GitHub.GitLFS.yaml b/manifests/g/GitHub/GitLFS/2.13.2/GitHub.GitLFS.yaml index 59eb070cb1c71..50467c0ab18fc 100644 --- a/manifests/g/GitHub/GitLFS/2.13.2/GitHub.GitLFS.yaml +++ b/manifests/g/GitHub/GitLFS/2.13.2/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: 2.13.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/GitLFS/2.13.3/GitHub.GitLFS.installer.yaml b/manifests/g/GitHub/GitLFS/2.13.3/GitHub.GitLFS.installer.yaml index 1521874d97d0c..107bdfca81046 100644 --- a/manifests/g/GitHub/GitLFS/2.13.3/GitHub.GitLFS.installer.yaml +++ b/manifests/g/GitHub/GitLFS/2.13.3/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: 2.13.3 @@ -11,4 +11,4 @@ Installers: InstallerSha256: DBB53E845A1264DD898DC682D06F890A9D703C843A8A0F8BE646EFCDC7BC940B ProductCode: '{286391DE-F778-44EA-9375-1B21AAA04FF0}' ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/GitLFS/2.13.3/GitHub.GitLFS.locale.en-US.yaml b/manifests/g/GitHub/GitLFS/2.13.3/GitHub.GitLFS.locale.en-US.yaml index bfce389c11ddc..0a311ab5e509b 100644 --- a/manifests/g/GitHub/GitLFS/2.13.3/GitHub.GitLFS.locale.en-US.yaml +++ b/manifests/g/GitHub/GitLFS/2.13.3/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: 2.13.3 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/2.13.3/GitHub.GitLFS.yaml b/manifests/g/GitHub/GitLFS/2.13.3/GitHub.GitLFS.yaml index 9999f00ffb575..1faba80f29df3 100644 --- a/manifests/g/GitHub/GitLFS/2.13.3/GitHub.GitLFS.yaml +++ b/manifests/g/GitHub/GitLFS/2.13.3/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: 2.13.3 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/GitLFS/2.2.0/GitHub.GitLFS.installer.yaml b/manifests/g/GitHub/GitLFS/2.2.0/GitHub.GitLFS.installer.yaml index e8734e763b812..53bbb4d7b9de4 100644 --- a/manifests/g/GitHub/GitLFS/2.2.0/GitHub.GitLFS.installer.yaml +++ b/manifests/g/GitHub/GitLFS/2.2.0/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: 2.2.0 @@ -11,4 +11,4 @@ Installers: InstallerSha256: 3916D7AA5B82E6BCCDABBB9876A8B41D24065A153733583B94184D0D97750965 ProductCode: '{286391DE-F778-44EA-9375-1B21AAA04FF0}' ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/GitLFS/2.2.0/GitHub.GitLFS.locale.en-US.yaml b/manifests/g/GitHub/GitLFS/2.2.0/GitHub.GitLFS.locale.en-US.yaml index ee151236f0c54..09fa6860f7415 100644 --- a/manifests/g/GitHub/GitLFS/2.2.0/GitHub.GitLFS.locale.en-US.yaml +++ b/manifests/g/GitHub/GitLFS/2.2.0/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: 2.2.0 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/2.2.0/GitHub.GitLFS.yaml b/manifests/g/GitHub/GitLFS/2.2.0/GitHub.GitLFS.yaml index c645da82eb995..469db87e57b2f 100644 --- a/manifests/g/GitHub/GitLFS/2.2.0/GitHub.GitLFS.yaml +++ b/manifests/g/GitHub/GitLFS/2.2.0/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: 2.2.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/GitLFS/2.2.1/GitHub.GitLFS.installer.yaml b/manifests/g/GitHub/GitLFS/2.2.1/GitHub.GitLFS.installer.yaml index b3305332f6f34..5f8af175f272f 100644 --- a/manifests/g/GitHub/GitLFS/2.2.1/GitHub.GitLFS.installer.yaml +++ b/manifests/g/GitHub/GitLFS/2.2.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: 2.2.1 @@ -11,4 +11,4 @@ Installers: InstallerSha256: 0F70B16BA9A42FAB51C72A1A8E02A30971BC6921F485FB940547B41EAB3DC7DD ProductCode: '{286391DE-F778-44EA-9375-1B21AAA04FF0}' ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/GitLFS/2.2.1/GitHub.GitLFS.locale.en-US.yaml b/manifests/g/GitHub/GitLFS/2.2.1/GitHub.GitLFS.locale.en-US.yaml index fbe170391cec4..bae08b9816126 100644 --- a/manifests/g/GitHub/GitLFS/2.2.1/GitHub.GitLFS.locale.en-US.yaml +++ b/manifests/g/GitHub/GitLFS/2.2.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: 2.2.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/2.2.1/GitHub.GitLFS.yaml b/manifests/g/GitHub/GitLFS/2.2.1/GitHub.GitLFS.yaml index 7b31ce39f5b6a..1d97ec52e7722 100644 --- a/manifests/g/GitHub/GitLFS/2.2.1/GitHub.GitLFS.yaml +++ b/manifests/g/GitHub/GitLFS/2.2.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: 2.2.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/GitLFS/2.3.0/GitHub.GitLFS.installer.yaml b/manifests/g/GitHub/GitLFS/2.3.0/GitHub.GitLFS.installer.yaml index 242709d504034..ee33265bac9b2 100644 --- a/manifests/g/GitHub/GitLFS/2.3.0/GitHub.GitLFS.installer.yaml +++ b/manifests/g/GitHub/GitLFS/2.3.0/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: 2.3.0 @@ -11,4 +11,4 @@ Installers: InstallerSha256: 086BF4141CFF018A45559F179603D6F90C8660319D79E2AA16EB3FB9B3228521 ProductCode: '{286391DE-F778-44EA-9375-1B21AAA04FF0}' ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/GitLFS/2.3.0/GitHub.GitLFS.locale.en-US.yaml b/manifests/g/GitHub/GitLFS/2.3.0/GitHub.GitLFS.locale.en-US.yaml index 2f72395bb86b9..016903ce7998e 100644 --- a/manifests/g/GitHub/GitLFS/2.3.0/GitHub.GitLFS.locale.en-US.yaml +++ b/manifests/g/GitHub/GitLFS/2.3.0/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: 2.3.0 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/2.3.0/GitHub.GitLFS.yaml b/manifests/g/GitHub/GitLFS/2.3.0/GitHub.GitLFS.yaml index 4262f7c72dece..7e34f9690af18 100644 --- a/manifests/g/GitHub/GitLFS/2.3.0/GitHub.GitLFS.yaml +++ b/manifests/g/GitHub/GitLFS/2.3.0/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: 2.3.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/GitLFS/2.3.1/GitHub.GitLFS.installer.yaml b/manifests/g/GitHub/GitLFS/2.3.1/GitHub.GitLFS.installer.yaml index 3c8dc7fecc1e7..91dde8df93fe4 100644 --- a/manifests/g/GitHub/GitLFS/2.3.1/GitHub.GitLFS.installer.yaml +++ b/manifests/g/GitHub/GitLFS/2.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: 2.3.1 @@ -11,4 +11,4 @@ Installers: InstallerSha256: 5B8C75868DD7235FE953AE83E2ACA89737AD2F97ABFBE5F8F36351602FFE4E9B ProductCode: '{286391DE-F778-44EA-9375-1B21AAA04FF0}' ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/GitLFS/2.3.1/GitHub.GitLFS.locale.en-US.yaml b/manifests/g/GitHub/GitLFS/2.3.1/GitHub.GitLFS.locale.en-US.yaml index 832d533b7bd0b..e9b82aac3dd0b 100644 --- a/manifests/g/GitHub/GitLFS/2.3.1/GitHub.GitLFS.locale.en-US.yaml +++ b/manifests/g/GitHub/GitLFS/2.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: 2.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/2.3.1/GitHub.GitLFS.yaml b/manifests/g/GitHub/GitLFS/2.3.1/GitHub.GitLFS.yaml index 76511cad73cd2..a84c57f3ed3a0 100644 --- a/manifests/g/GitHub/GitLFS/2.3.1/GitHub.GitLFS.yaml +++ b/manifests/g/GitHub/GitLFS/2.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: 2.3.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/GitLFS/2.3.2/GitHub.GitLFS.installer.yaml b/manifests/g/GitHub/GitLFS/2.3.2/GitHub.GitLFS.installer.yaml index 001c0f83fb376..ee3fea475d915 100644 --- a/manifests/g/GitHub/GitLFS/2.3.2/GitHub.GitLFS.installer.yaml +++ b/manifests/g/GitHub/GitLFS/2.3.2/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: 2.3.2 @@ -11,4 +11,4 @@ Installers: InstallerSha256: 8B6F02EB1AECFCFEE92EB284AABE38C14B7CA787B0336E27EDCBD5372E5BF165 ProductCode: '{286391DE-F778-44EA-9375-1B21AAA04FF0}' ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/GitLFS/2.3.2/GitHub.GitLFS.locale.en-US.yaml b/manifests/g/GitHub/GitLFS/2.3.2/GitHub.GitLFS.locale.en-US.yaml index 871282ca9190d..642a0f368ab54 100644 --- a/manifests/g/GitHub/GitLFS/2.3.2/GitHub.GitLFS.locale.en-US.yaml +++ b/manifests/g/GitHub/GitLFS/2.3.2/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: 2.3.2 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/2.3.2/GitHub.GitLFS.yaml b/manifests/g/GitHub/GitLFS/2.3.2/GitHub.GitLFS.yaml index a51dc960f1c72..c11807b65aa1e 100644 --- a/manifests/g/GitHub/GitLFS/2.3.2/GitHub.GitLFS.yaml +++ b/manifests/g/GitHub/GitLFS/2.3.2/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: 2.3.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/GitLFS/2.3.3/GitHub.GitLFS.installer.yaml b/manifests/g/GitHub/GitLFS/2.3.3/GitHub.GitLFS.installer.yaml index 086e8aa3a91a9..63bee9b0a5275 100644 --- a/manifests/g/GitHub/GitLFS/2.3.3/GitHub.GitLFS.installer.yaml +++ b/manifests/g/GitHub/GitLFS/2.3.3/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: 2.3.3 @@ -11,4 +11,4 @@ Installers: InstallerSha256: 30D3A464222A0DD04B79CC2217C6CEF46FCF3389994D37FBA1B49E7FCF84B586 ProductCode: '{286391DE-F778-44EA-9375-1B21AAA04FF0}' ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/GitLFS/2.3.3/GitHub.GitLFS.locale.en-US.yaml b/manifests/g/GitHub/GitLFS/2.3.3/GitHub.GitLFS.locale.en-US.yaml index b54a5f73a2d60..e909afdc2c736 100644 --- a/manifests/g/GitHub/GitLFS/2.3.3/GitHub.GitLFS.locale.en-US.yaml +++ b/manifests/g/GitHub/GitLFS/2.3.3/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: 2.3.3 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/2.3.3/GitHub.GitLFS.yaml b/manifests/g/GitHub/GitLFS/2.3.3/GitHub.GitLFS.yaml index 2c116a392a044..84aef981be1d8 100644 --- a/manifests/g/GitHub/GitLFS/2.3.3/GitHub.GitLFS.yaml +++ b/manifests/g/GitHub/GitLFS/2.3.3/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: 2.3.3 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/GitLFS/2.3.4/GitHub.GitLFS.installer.yaml b/manifests/g/GitHub/GitLFS/2.3.4/GitHub.GitLFS.installer.yaml index c3452023c0499..ef3a30965a8b6 100644 --- a/manifests/g/GitHub/GitLFS/2.3.4/GitHub.GitLFS.installer.yaml +++ b/manifests/g/GitHub/GitLFS/2.3.4/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: 2.3.4 @@ -11,4 +11,4 @@ Installers: InstallerSha256: F11EE43EAE6AE33C258418E6E4EE221EB87D2E98955C498F572EFA7B607F9F9B ProductCode: '{286391DE-F778-44EA-9375-1B21AAA04FF0}' ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/GitLFS/2.3.4/GitHub.GitLFS.locale.en-US.yaml b/manifests/g/GitHub/GitLFS/2.3.4/GitHub.GitLFS.locale.en-US.yaml index 40c544aa22ab7..3c3ba96cbdaee 100644 --- a/manifests/g/GitHub/GitLFS/2.3.4/GitHub.GitLFS.locale.en-US.yaml +++ b/manifests/g/GitHub/GitLFS/2.3.4/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: 2.3.4 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/2.3.4/GitHub.GitLFS.yaml b/manifests/g/GitHub/GitLFS/2.3.4/GitHub.GitLFS.yaml index ac8744aa285fa..16d367f54a367 100644 --- a/manifests/g/GitHub/GitLFS/2.3.4/GitHub.GitLFS.yaml +++ b/manifests/g/GitHub/GitLFS/2.3.4/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: 2.3.4 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/GitLFS/2.4.0/GitHub.GitLFS.installer.yaml b/manifests/g/GitHub/GitLFS/2.4.0/GitHub.GitLFS.installer.yaml index 9a6bd39a7f3eb..b8990f46e9b74 100644 --- a/manifests/g/GitHub/GitLFS/2.4.0/GitHub.GitLFS.installer.yaml +++ b/manifests/g/GitHub/GitLFS/2.4.0/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: 2.4.0 @@ -11,4 +11,4 @@ Installers: InstallerSha256: 345034FC91459579370737201E991C7A2E8ACABBB24D15577ECF588D071B1949 ProductCode: '{286391DE-F778-44EA-9375-1B21AAA04FF0}' ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/GitLFS/2.4.0/GitHub.GitLFS.locale.en-US.yaml b/manifests/g/GitHub/GitLFS/2.4.0/GitHub.GitLFS.locale.en-US.yaml index 86d5f25697f64..a948d64f364ea 100644 --- a/manifests/g/GitHub/GitLFS/2.4.0/GitHub.GitLFS.locale.en-US.yaml +++ b/manifests/g/GitHub/GitLFS/2.4.0/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: 2.4.0 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/2.4.0/GitHub.GitLFS.yaml b/manifests/g/GitHub/GitLFS/2.4.0/GitHub.GitLFS.yaml index ae48012dd1f45..69d696e0c2e6d 100644 --- a/manifests/g/GitHub/GitLFS/2.4.0/GitHub.GitLFS.yaml +++ b/manifests/g/GitHub/GitLFS/2.4.0/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: 2.4.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/GitLFS/2.4.1/GitHub.GitLFS.installer.yaml b/manifests/g/GitHub/GitLFS/2.4.1/GitHub.GitLFS.installer.yaml index af8e8096434c5..65e0316a2aa9c 100644 --- a/manifests/g/GitHub/GitLFS/2.4.1/GitHub.GitLFS.installer.yaml +++ b/manifests/g/GitHub/GitLFS/2.4.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: 2.4.1 @@ -11,4 +11,4 @@ Installers: InstallerSha256: 8D69A79EC48A63A02E02FA5B34023CD49B108FF4BAD8A5526F543987C9DF8371 ProductCode: '{286391DE-F778-44EA-9375-1B21AAA04FF0}' ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/GitLFS/2.4.1/GitHub.GitLFS.locale.en-US.yaml b/manifests/g/GitHub/GitLFS/2.4.1/GitHub.GitLFS.locale.en-US.yaml index 24a3e6ede2ae5..0ea2120c79966 100644 --- a/manifests/g/GitHub/GitLFS/2.4.1/GitHub.GitLFS.locale.en-US.yaml +++ b/manifests/g/GitHub/GitLFS/2.4.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: 2.4.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/2.4.1/GitHub.GitLFS.yaml b/manifests/g/GitHub/GitLFS/2.4.1/GitHub.GitLFS.yaml index e41881fa6c55a..58483abfbebf8 100644 --- a/manifests/g/GitHub/GitLFS/2.4.1/GitHub.GitLFS.yaml +++ b/manifests/g/GitHub/GitLFS/2.4.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: 2.4.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/GitLFS/2.4.2/GitHub.GitLFS.installer.yaml b/manifests/g/GitHub/GitLFS/2.4.2/GitHub.GitLFS.installer.yaml index 41f94709920e1..5780ef074ec67 100644 --- a/manifests/g/GitHub/GitLFS/2.4.2/GitHub.GitLFS.installer.yaml +++ b/manifests/g/GitHub/GitLFS/2.4.2/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: 2.4.2 @@ -11,4 +11,4 @@ Installers: InstallerSha256: C3ACB7D24D06DD4B9458DCFABA0E322775C4DE8CE955C8682CDD53F5E79049A3 ProductCode: '{286391DE-F778-44EA-9375-1B21AAA04FF0}' ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/GitLFS/2.4.2/GitHub.GitLFS.locale.en-US.yaml b/manifests/g/GitHub/GitLFS/2.4.2/GitHub.GitLFS.locale.en-US.yaml index ffd3617ce83b8..7ec52d73a8b6f 100644 --- a/manifests/g/GitHub/GitLFS/2.4.2/GitHub.GitLFS.locale.en-US.yaml +++ b/manifests/g/GitHub/GitLFS/2.4.2/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: 2.4.2 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/2.4.2/GitHub.GitLFS.yaml b/manifests/g/GitHub/GitLFS/2.4.2/GitHub.GitLFS.yaml index ddf4691beb55e..8d6e23c55c8f4 100644 --- a/manifests/g/GitHub/GitLFS/2.4.2/GitHub.GitLFS.yaml +++ b/manifests/g/GitHub/GitLFS/2.4.2/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: 2.4.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/GitLFS/2.5.0/GitHub.GitLFS.installer.yaml b/manifests/g/GitHub/GitLFS/2.5.0/GitHub.GitLFS.installer.yaml index 90d465fab8e9b..20813587b5b7a 100644 --- a/manifests/g/GitHub/GitLFS/2.5.0/GitHub.GitLFS.installer.yaml +++ b/manifests/g/GitHub/GitLFS/2.5.0/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: 2.5.0 @@ -11,4 +11,4 @@ Installers: InstallerSha256: F4974208ADE2097F9CE2C2D30AB18924D135FBB8275635A5AABAB9C03BB8F493 ProductCode: '{286391DE-F778-44EA-9375-1B21AAA04FF0}' ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/GitLFS/2.5.0/GitHub.GitLFS.locale.en-US.yaml b/manifests/g/GitHub/GitLFS/2.5.0/GitHub.GitLFS.locale.en-US.yaml index b96c73613392c..5af80aff0cfa5 100644 --- a/manifests/g/GitHub/GitLFS/2.5.0/GitHub.GitLFS.locale.en-US.yaml +++ b/manifests/g/GitHub/GitLFS/2.5.0/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: 2.5.0 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/2.5.0/GitHub.GitLFS.yaml b/manifests/g/GitHub/GitLFS/2.5.0/GitHub.GitLFS.yaml index dddc82784af2d..6962f9da89d71 100644 --- a/manifests/g/GitHub/GitLFS/2.5.0/GitHub.GitLFS.yaml +++ b/manifests/g/GitHub/GitLFS/2.5.0/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: 2.5.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/GitLFS/2.5.1/GitHub.GitLFS.installer.yaml b/manifests/g/GitHub/GitLFS/2.5.1/GitHub.GitLFS.installer.yaml index 264d84aa7848e..3048995b64655 100644 --- a/manifests/g/GitHub/GitLFS/2.5.1/GitHub.GitLFS.installer.yaml +++ b/manifests/g/GitHub/GitLFS/2.5.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: 2.5.1 @@ -11,4 +11,4 @@ Installers: InstallerSha256: 596DE98971F5084D7F249A324C5D935F2171D62445BEB1D95F15D78C6E4CE0DC ProductCode: '{286391DE-F778-44EA-9375-1B21AAA04FF0}' ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/GitLFS/2.5.1/GitHub.GitLFS.locale.en-US.yaml b/manifests/g/GitHub/GitLFS/2.5.1/GitHub.GitLFS.locale.en-US.yaml index 028f866636a17..d49a77598ac06 100644 --- a/manifests/g/GitHub/GitLFS/2.5.1/GitHub.GitLFS.locale.en-US.yaml +++ b/manifests/g/GitHub/GitLFS/2.5.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: 2.5.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/2.5.1/GitHub.GitLFS.yaml b/manifests/g/GitHub/GitLFS/2.5.1/GitHub.GitLFS.yaml index 37fa820458f03..6823909108e14 100644 --- a/manifests/g/GitHub/GitLFS/2.5.1/GitHub.GitLFS.yaml +++ b/manifests/g/GitHub/GitLFS/2.5.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: 2.5.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/GitLFS/2.5.2/GitHub.GitLFS.installer.yaml b/manifests/g/GitHub/GitLFS/2.5.2/GitHub.GitLFS.installer.yaml index ae0251eb58adf..5ef8c473c60b4 100644 --- a/manifests/g/GitHub/GitLFS/2.5.2/GitHub.GitLFS.installer.yaml +++ b/manifests/g/GitHub/GitLFS/2.5.2/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: 2.5.2 @@ -11,4 +11,4 @@ Installers: InstallerSha256: 0428979BF5EC6D3E9008456E43B7DD72F04DB353485BCC1175CAB32E8C83110E ProductCode: '{286391DE-F778-44EA-9375-1B21AAA04FF0}' ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/GitLFS/2.5.2/GitHub.GitLFS.locale.en-US.yaml b/manifests/g/GitHub/GitLFS/2.5.2/GitHub.GitLFS.locale.en-US.yaml index d46bde9ad572c..8927c5f573cbc 100644 --- a/manifests/g/GitHub/GitLFS/2.5.2/GitHub.GitLFS.locale.en-US.yaml +++ b/manifests/g/GitHub/GitLFS/2.5.2/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: 2.5.2 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/2.5.2/GitHub.GitLFS.yaml b/manifests/g/GitHub/GitLFS/2.5.2/GitHub.GitLFS.yaml index a2b284ac7f840..e7d628715ced8 100644 --- a/manifests/g/GitHub/GitLFS/2.5.2/GitHub.GitLFS.yaml +++ b/manifests/g/GitHub/GitLFS/2.5.2/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: 2.5.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/GitLFS/2.6.0/GitHub.GitLFS.installer.yaml b/manifests/g/GitHub/GitLFS/2.6.0/GitHub.GitLFS.installer.yaml index a2a2b79bae585..eba3389979dad 100644 --- a/manifests/g/GitHub/GitLFS/2.6.0/GitHub.GitLFS.installer.yaml +++ b/manifests/g/GitHub/GitLFS/2.6.0/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: 2.6.0 @@ -11,4 +11,4 @@ Installers: InstallerSha256: 4C277AA36164BE6555B93CD3017966C40102ED511322A0917A4C36BAA3BF3366 ProductCode: '{286391DE-F778-44EA-9375-1B21AAA04FF0}' ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/GitLFS/2.6.0/GitHub.GitLFS.locale.en-US.yaml b/manifests/g/GitHub/GitLFS/2.6.0/GitHub.GitLFS.locale.en-US.yaml index aa2719542eaaa..4e0facb48e6f0 100644 --- a/manifests/g/GitHub/GitLFS/2.6.0/GitHub.GitLFS.locale.en-US.yaml +++ b/manifests/g/GitHub/GitLFS/2.6.0/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: 2.6.0 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/2.6.0/GitHub.GitLFS.yaml b/manifests/g/GitHub/GitLFS/2.6.0/GitHub.GitLFS.yaml index aa5d78f9125c3..5465a0cc55bbc 100644 --- a/manifests/g/GitHub/GitLFS/2.6.0/GitHub.GitLFS.yaml +++ b/manifests/g/GitHub/GitLFS/2.6.0/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: 2.6.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/GitLFS/2.6.1/GitHub.GitLFS.installer.yaml b/manifests/g/GitHub/GitLFS/2.6.1/GitHub.GitLFS.installer.yaml index 68cdb527ff11f..612a5bb3e492c 100644 --- a/manifests/g/GitHub/GitLFS/2.6.1/GitHub.GitLFS.installer.yaml +++ b/manifests/g/GitHub/GitLFS/2.6.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: 2.6.1 @@ -11,4 +11,4 @@ Installers: InstallerSha256: 6A5C78FE5FBBA3A23D739B4C3C19C9047B0DFB8EB008013745F6CBF6875F3C55 ProductCode: '{286391DE-F778-44EA-9375-1B21AAA04FF0}' ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/GitLFS/2.6.1/GitHub.GitLFS.locale.en-US.yaml b/manifests/g/GitHub/GitLFS/2.6.1/GitHub.GitLFS.locale.en-US.yaml index efcb8c0a64581..95896f515c897 100644 --- a/manifests/g/GitHub/GitLFS/2.6.1/GitHub.GitLFS.locale.en-US.yaml +++ b/manifests/g/GitHub/GitLFS/2.6.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: 2.6.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/2.6.1/GitHub.GitLFS.yaml b/manifests/g/GitHub/GitLFS/2.6.1/GitHub.GitLFS.yaml index 312597eeaec64..7c1662288a205 100644 --- a/manifests/g/GitHub/GitLFS/2.6.1/GitHub.GitLFS.yaml +++ b/manifests/g/GitHub/GitLFS/2.6.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: 2.6.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/GitLFS/2.7.0/GitHub.GitLFS.installer.yaml b/manifests/g/GitHub/GitLFS/2.7.0/GitHub.GitLFS.installer.yaml index 61ca091f84b87..5bcd4fd3dc83d 100644 --- a/manifests/g/GitHub/GitLFS/2.7.0/GitHub.GitLFS.installer.yaml +++ b/manifests/g/GitHub/GitLFS/2.7.0/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: 2.7.0 @@ -11,4 +11,4 @@ Installers: InstallerSha256: F66D7F603E04244FD2007528351DB0BB11E2B286AB261A6983BC3972171CC989 ProductCode: '{286391DE-F778-44EA-9375-1B21AAA04FF0}' ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/GitLFS/2.7.0/GitHub.GitLFS.locale.en-US.yaml b/manifests/g/GitHub/GitLFS/2.7.0/GitHub.GitLFS.locale.en-US.yaml index 5fbd267f0988c..e992ecca320fb 100644 --- a/manifests/g/GitHub/GitLFS/2.7.0/GitHub.GitLFS.locale.en-US.yaml +++ b/manifests/g/GitHub/GitLFS/2.7.0/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: 2.7.0 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/2.7.0/GitHub.GitLFS.yaml b/manifests/g/GitHub/GitLFS/2.7.0/GitHub.GitLFS.yaml index c0d28bbc479cb..bee194fa3b25c 100644 --- a/manifests/g/GitHub/GitLFS/2.7.0/GitHub.GitLFS.yaml +++ b/manifests/g/GitHub/GitLFS/2.7.0/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: 2.7.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/GitLFS/2.7.1/GitHub.GitLFS.installer.yaml b/manifests/g/GitHub/GitLFS/2.7.1/GitHub.GitLFS.installer.yaml index 7b5524656bda6..0026c0cd8fe2e 100644 --- a/manifests/g/GitHub/GitLFS/2.7.1/GitHub.GitLFS.installer.yaml +++ b/manifests/g/GitHub/GitLFS/2.7.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: 2.7.1 @@ -11,4 +11,4 @@ Installers: InstallerSha256: 43DB9E0B63CA69F3AA36B34FAD5EECFB70FB2AE36CA160ECD03AC7CFC5F3422D ProductCode: '{286391DE-F778-44EA-9375-1B21AAA04FF0}' ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/GitLFS/2.7.1/GitHub.GitLFS.locale.en-US.yaml b/manifests/g/GitHub/GitLFS/2.7.1/GitHub.GitLFS.locale.en-US.yaml index ca6519f0d051d..8f0a3bce7593a 100644 --- a/manifests/g/GitHub/GitLFS/2.7.1/GitHub.GitLFS.locale.en-US.yaml +++ b/manifests/g/GitHub/GitLFS/2.7.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: 2.7.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/2.7.1/GitHub.GitLFS.yaml b/manifests/g/GitHub/GitLFS/2.7.1/GitHub.GitLFS.yaml index 7021684ad6a4f..49ceaae24b679 100644 --- a/manifests/g/GitHub/GitLFS/2.7.1/GitHub.GitLFS.yaml +++ b/manifests/g/GitHub/GitLFS/2.7.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: 2.7.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/GitLFS/2.7.2/GitHub.GitLFS.installer.yaml b/manifests/g/GitHub/GitLFS/2.7.2/GitHub.GitLFS.installer.yaml index 9fd4d0f05e63f..4d02edbc6c96d 100644 --- a/manifests/g/GitHub/GitLFS/2.7.2/GitHub.GitLFS.installer.yaml +++ b/manifests/g/GitHub/GitLFS/2.7.2/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: 2.7.2 @@ -11,4 +11,4 @@ Installers: InstallerSha256: 67CD17D3F4B8FBA4886D0AC29E6C9E56E6B88997DE56928C8C96EB602C0B7735 ProductCode: '{286391DE-F778-44EA-9375-1B21AAA04FF0}' ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/GitLFS/2.7.2/GitHub.GitLFS.locale.en-US.yaml b/manifests/g/GitHub/GitLFS/2.7.2/GitHub.GitLFS.locale.en-US.yaml index 267bdcc44876a..5532b02198dd8 100644 --- a/manifests/g/GitHub/GitLFS/2.7.2/GitHub.GitLFS.locale.en-US.yaml +++ b/manifests/g/GitHub/GitLFS/2.7.2/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: 2.7.2 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/2.7.2/GitHub.GitLFS.yaml b/manifests/g/GitHub/GitLFS/2.7.2/GitHub.GitLFS.yaml index efe4ffdcfb837..8211adc716558 100644 --- a/manifests/g/GitHub/GitLFS/2.7.2/GitHub.GitLFS.yaml +++ b/manifests/g/GitHub/GitLFS/2.7.2/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: 2.7.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/GitLFS/2.8.0/GitHub.GitLFS.installer.yaml b/manifests/g/GitHub/GitLFS/2.8.0/GitHub.GitLFS.installer.yaml index d380288bf0352..193bc9ddb9bc9 100644 --- a/manifests/g/GitHub/GitLFS/2.8.0/GitHub.GitLFS.installer.yaml +++ b/manifests/g/GitHub/GitLFS/2.8.0/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: 2.8.0 @@ -11,4 +11,4 @@ Installers: InstallerSha256: B416379939B9EEAEC5CAE3565DD641858C72D8D2788E57F3518C6D67007585A8 ProductCode: '{286391DE-F778-44EA-9375-1B21AAA04FF0}' ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/GitLFS/2.8.0/GitHub.GitLFS.locale.en-US.yaml b/manifests/g/GitHub/GitLFS/2.8.0/GitHub.GitLFS.locale.en-US.yaml index 3d2eaa8910673..e4532c1cebb8c 100644 --- a/manifests/g/GitHub/GitLFS/2.8.0/GitHub.GitLFS.locale.en-US.yaml +++ b/manifests/g/GitHub/GitLFS/2.8.0/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: 2.8.0 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/2.8.0/GitHub.GitLFS.yaml b/manifests/g/GitHub/GitLFS/2.8.0/GitHub.GitLFS.yaml index acbfa42baaeea..f9cb73d23b9cc 100644 --- a/manifests/g/GitHub/GitLFS/2.8.0/GitHub.GitLFS.yaml +++ b/manifests/g/GitHub/GitLFS/2.8.0/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: 2.8.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/GitLFS/2.9.0/GitHub.GitLFS.installer.yaml b/manifests/g/GitHub/GitLFS/2.9.0/GitHub.GitLFS.installer.yaml index 1414a3c9402a0..37e82e63153d4 100644 --- a/manifests/g/GitHub/GitLFS/2.9.0/GitHub.GitLFS.installer.yaml +++ b/manifests/g/GitHub/GitLFS/2.9.0/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: 2.9.0 @@ -11,4 +11,4 @@ Installers: InstallerSha256: F4842E31113F8D9BFC1EA811757F10A5470943501657C3AEFF1B5D8340E9A002 ProductCode: '{286391DE-F778-44EA-9375-1B21AAA04FF0}' ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/GitLFS/2.9.0/GitHub.GitLFS.locale.en-US.yaml b/manifests/g/GitHub/GitLFS/2.9.0/GitHub.GitLFS.locale.en-US.yaml index 4275fb587bc89..2d2c6f6bdd5db 100644 --- a/manifests/g/GitHub/GitLFS/2.9.0/GitHub.GitLFS.locale.en-US.yaml +++ b/manifests/g/GitHub/GitLFS/2.9.0/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: 2.9.0 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/2.9.0/GitHub.GitLFS.yaml b/manifests/g/GitHub/GitLFS/2.9.0/GitHub.GitLFS.yaml index 300f77ab20206..0bc8a70c95b67 100644 --- a/manifests/g/GitHub/GitLFS/2.9.0/GitHub.GitLFS.yaml +++ b/manifests/g/GitHub/GitLFS/2.9.0/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: 2.9.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/GitLFS/2.9.1/GitHub.GitLFS.installer.yaml b/manifests/g/GitHub/GitLFS/2.9.1/GitHub.GitLFS.installer.yaml index d4688fa5c71f8..78b3d56cc12e5 100644 --- a/manifests/g/GitHub/GitLFS/2.9.1/GitHub.GitLFS.installer.yaml +++ b/manifests/g/GitHub/GitLFS/2.9.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: 2.9.1 @@ -11,4 +11,4 @@ Installers: InstallerSha256: EC424624AE85EA4145D65CC3D2AAE80CC4A880292713F78BE2E08789775CD17D ProductCode: '{286391DE-F778-44EA-9375-1B21AAA04FF0}' ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/GitLFS/2.9.1/GitHub.GitLFS.locale.en-US.yaml b/manifests/g/GitHub/GitLFS/2.9.1/GitHub.GitLFS.locale.en-US.yaml index 7d02f89770540..959c0565bc4df 100644 --- a/manifests/g/GitHub/GitLFS/2.9.1/GitHub.GitLFS.locale.en-US.yaml +++ b/manifests/g/GitHub/GitLFS/2.9.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: 2.9.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/2.9.1/GitHub.GitLFS.yaml b/manifests/g/GitHub/GitLFS/2.9.1/GitHub.GitLFS.yaml index 365187491a137..9c3a946300c06 100644 --- a/manifests/g/GitHub/GitLFS/2.9.1/GitHub.GitLFS.yaml +++ b/manifests/g/GitHub/GitLFS/2.9.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: 2.9.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/GitLFS/2.9.2/GitHub.GitLFS.installer.yaml b/manifests/g/GitHub/GitLFS/2.9.2/GitHub.GitLFS.installer.yaml index 166964683641e..d01be941dcdf7 100644 --- a/manifests/g/GitHub/GitLFS/2.9.2/GitHub.GitLFS.installer.yaml +++ b/manifests/g/GitHub/GitLFS/2.9.2/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: 2.9.2 @@ -11,4 +11,4 @@ Installers: InstallerSha256: 73BC2B6D6F6EC57911414926F9F032976C345E8CE7A3DF019E4E846F21156F95 ProductCode: '{286391DE-F778-44EA-9375-1B21AAA04FF0}' ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/GitLFS/2.9.2/GitHub.GitLFS.locale.en-US.yaml b/manifests/g/GitHub/GitLFS/2.9.2/GitHub.GitLFS.locale.en-US.yaml index 4f2877a5106a9..8ebb47ac5a0be 100644 --- a/manifests/g/GitHub/GitLFS/2.9.2/GitHub.GitLFS.locale.en-US.yaml +++ b/manifests/g/GitHub/GitLFS/2.9.2/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: 2.9.2 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/2.9.2/GitHub.GitLFS.yaml b/manifests/g/GitHub/GitLFS/2.9.2/GitHub.GitLFS.yaml index 182dcde24e625..a0a8ff3e127dd 100644 --- a/manifests/g/GitHub/GitLFS/2.9.2/GitHub.GitLFS.yaml +++ b/manifests/g/GitHub/GitLFS/2.9.2/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: 2.9.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/GitLFS/3.0.1/GitHub.GitLFS.installer.yaml b/manifests/g/GitHub/GitLFS/3.0.1/GitHub.GitLFS.installer.yaml index 5f97ade1d09a0..cf54d973802b1 100644 --- a/manifests/g/GitHub/GitLFS/3.0.1/GitHub.GitLFS.installer.yaml +++ b/manifests/g/GitHub/GitLFS/3.0.1/GitHub.GitLFS.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: GitHub.GitLFS PackageVersion: 3.0.1 @@ -7,11 +7,11 @@ Platform: - Windows.Desktop MinimumOSVersion: 10.0.0.0 InstallerType: inno -ProductCode: '{286391DE-F778-44EA-9375-1B21AAA04FF0}_is1' Scope: machine Installers: - Architecture: x64 InstallerUrl: https://github.com/git-lfs/git-lfs/releases/download/v3.0.1/git-lfs-windows-v3.0.1.exe InstallerSha256: AE85A9953983264ACEEB6DB770F74E397123F7C0C4F356588F18E1D47A0922B8 + ProductCode: '{286391DE-F778-44EA-9375-1B21AAA04FF0}_is1' ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/GitLFS/3.0.1/GitHub.GitLFS.locale.en-US.yaml b/manifests/g/GitHub/GitLFS/3.0.1/GitHub.GitLFS.locale.en-US.yaml index 1686be25782e5..efc1cc1b10a13 100644 --- a/manifests/g/GitHub/GitLFS/3.0.1/GitHub.GitLFS.locale.en-US.yaml +++ b/manifests/g/GitHub/GitLFS/3.0.1/GitHub.GitLFS.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: GitHub.GitLFS PackageVersion: 3.0.1 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: GitHub, Inc. PublisherUrl: https://github.com/git-lfs/git-lfs PublisherSupportUrl: https://github.com/git-lfs/git-lfs/issues -# PrivacyUrl: +# PrivacyUrl: Author: Github, Inc. PackageName: Git LFS PackageUrl: https://github.com/git-lfs @@ -16,14 +16,19 @@ LicenseUrl: https://github.com/git-lfs/git-lfs/raw/main/LICENSE.md Copyright: Copyright (c) 2014-2021 GitHub, Inc. and Git LFS contributors CopyrightUrl: https://github.com/git-lfs/git-lfs/raw/main/LICENSE.md ShortDescription: Git Large File Storage is a command line extension and specification for managing large files with Git. -# Description: +# Description: Moniker: gitlfs Tags: -- go -- golang +- command-line +- file-storage - git - github -- file-storage -- command line +- go +- golang +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/GitLFS/3.0.1/GitHub.GitLFS.yaml b/manifests/g/GitHub/GitLFS/3.0.1/GitHub.GitLFS.yaml index fb4e748f21919..1bb40560e8f95 100644 --- a/manifests/g/GitHub/GitLFS/3.0.1/GitHub.GitLFS.yaml +++ b/manifests/g/GitHub/GitLFS/3.0.1/GitHub.GitLFS.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: GitHub.GitLFS PackageVersion: 3.0.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/GitLFS/3.0.2/GitHub.GitLFS.installer.yaml b/manifests/g/GitHub/GitLFS/3.0.2/GitHub.GitLFS.installer.yaml index 6a2c5d08cd975..170f9bfe34f6b 100644 --- a/manifests/g/GitHub/GitLFS/3.0.2/GitHub.GitLFS.installer.yaml +++ b/manifests/g/GitHub/GitLFS/3.0.2/GitHub.GitLFS.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: GitHub.GitLFS PackageVersion: 3.0.2 @@ -8,10 +8,10 @@ Platform: MinimumOSVersion: 10.0.0.0 InstallerType: inno Scope: machine -ProductCode: '{286391DE-F778-44EA-9375-1B21AAA04FF0}_is1' Installers: - Architecture: x64 InstallerUrl: https://github.com/git-lfs/git-lfs/releases/download/v3.0.2/git-lfs-windows-v3.0.2.exe InstallerSha256: 4D26A4963EA77DF6C041C92797B333FB47084E9127DF0A43D12B2F2C39793408 + ProductCode: '{286391DE-F778-44EA-9375-1B21AAA04FF0}_is1' ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/GitLFS/3.0.2/GitHub.GitLFS.locale.en-US.yaml b/manifests/g/GitHub/GitLFS/3.0.2/GitHub.GitLFS.locale.en-US.yaml index 2ceb007bd2c46..8f19c7ddaa2a7 100644 --- a/manifests/g/GitHub/GitLFS/3.0.2/GitHub.GitLFS.locale.en-US.yaml +++ b/manifests/g/GitHub/GitLFS/3.0.2/GitHub.GitLFS.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: GitHub.GitLFS PackageVersion: 3.0.2 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: GitHub, Inc. PublisherUrl: https://github.com/git-lfs/git-lfs PublisherSupportUrl: https://github.com/git-lfs/git-lfs/issues -# PrivacyUrl: +# PrivacyUrl: Author: Github, Inc. PackageName: Git LFS PackageUrl: https://github.com/git-lfs @@ -16,14 +16,19 @@ LicenseUrl: https://github.com/git-lfs/git-lfs/raw/main/LICENSE.md Copyright: Copyright (c) 2014-2021 GitHub, Inc. and Git LFS contributors CopyrightUrl: https://github.com/git-lfs/git-lfs/raw/main/LICENSE.md ShortDescription: Git Large File Storage is a command line extension and specification for managing large files with Git. -# Description: +# Description: Moniker: gitlfs Tags: -- go -- golang +- command-line +- file-storage - git - github -- file-storage -- command line +- go +- golang +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/GitLFS/3.0.2/GitHub.GitLFS.yaml b/manifests/g/GitHub/GitLFS/3.0.2/GitHub.GitLFS.yaml index e2cc320d60eaa..918059c347ca3 100644 --- a/manifests/g/GitHub/GitLFS/3.0.2/GitHub.GitLFS.yaml +++ b/manifests/g/GitHub/GitLFS/3.0.2/GitHub.GitLFS.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: GitHub.GitLFS PackageVersion: 3.0.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/GitLFS/3.1.1/GitHub.GitLFS.installer.yaml b/manifests/g/GitHub/GitLFS/3.1.1/GitHub.GitLFS.installer.yaml index 94d46f70a6691..1824790f59b40 100644 --- a/manifests/g/GitHub/GitLFS/3.1.1/GitHub.GitLFS.installer.yaml +++ b/manifests/g/GitHub/GitLFS/3.1.1/GitHub.GitLFS.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: GitHub.GitLFS PackageVersion: 3.1.1 @@ -15,4 +15,4 @@ Installers: InstallerSha256: 43AF4EC4C2FDAA05083BD2E7AD31E062C39D1138FDEE1FAF500CD93D96E71AFA ProductCode: '{286391DE-F778-44EA-9375-1B21AAA04FF0}_is1' ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/GitLFS/3.1.1/GitHub.GitLFS.locale.en-US.yaml b/manifests/g/GitHub/GitLFS/3.1.1/GitHub.GitLFS.locale.en-US.yaml index 6f3a2c9050910..91b0afa8b5c31 100644 --- a/manifests/g/GitHub/GitLFS/3.1.1/GitHub.GitLFS.locale.en-US.yaml +++ b/manifests/g/GitHub/GitLFS/3.1.1/GitHub.GitLFS.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: GitHub.GitLFS PackageVersion: 3.1.1 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: GitHub, Inc. PublisherUrl: https://github.com/git-lfs/git-lfs PublisherSupportUrl: https://github.com/git-lfs/git-lfs/issues -# PrivacyUrl: +# PrivacyUrl: Author: Github, Inc. PackageName: Git LFS PackageUrl: https://github.com/git-lfs @@ -16,7 +16,7 @@ LicenseUrl: https://github.com/git-lfs/git-lfs/raw/main/LICENSE.md Copyright: Copyright (c) 2014-2021 GitHub, Inc. and Git LFS contributors CopyrightUrl: https://github.com/git-lfs/git-lfs/raw/main/LICENSE.md ShortDescription: Git Large File Storage is a command line extension and specification for managing large files with Git. -# Description: +# Description: Moniker: gitlfs Tags: - command-line @@ -25,8 +25,10 @@ Tags: - github - go - golang -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/git-lfs/git-lfs/releases/tag/v3.1.1 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/GitLFS/3.1.1/GitHub.GitLFS.yaml b/manifests/g/GitHub/GitLFS/3.1.1/GitHub.GitLFS.yaml index 9b7f23d7d951f..5f3b2ac4a83df 100644 --- a/manifests/g/GitHub/GitLFS/3.1.1/GitHub.GitLFS.yaml +++ b/manifests/g/GitHub/GitLFS/3.1.1/GitHub.GitLFS.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: GitHub.GitLFS PackageVersion: 3.1.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/GitLFS/3.1.2/GitHub.GitLFS.installer.yaml b/manifests/g/GitHub/GitLFS/3.1.2/GitHub.GitLFS.installer.yaml index 1de579287c397..0d3dff548bd4b 100644 --- a/manifests/g/GitHub/GitLFS/3.1.2/GitHub.GitLFS.installer.yaml +++ b/manifests/g/GitHub/GitLFS/3.1.2/GitHub.GitLFS.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: GitHub.GitLFS PackageVersion: 3.1.2 @@ -15,4 +15,4 @@ Installers: InstallerSha256: 85FD933EDF5E0CB54474C9C04C91675E58FB8EFA2DAF9A5F5173584016731173 ProductCode: '{286391DE-F778-44EA-9375-1B21AAA04FF0}_is1' ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/GitLFS/3.1.2/GitHub.GitLFS.locale.en-US.yaml b/manifests/g/GitHub/GitLFS/3.1.2/GitHub.GitLFS.locale.en-US.yaml index 5607ee3cdc0a8..fc081c830a173 100644 --- a/manifests/g/GitHub/GitLFS/3.1.2/GitHub.GitLFS.locale.en-US.yaml +++ b/manifests/g/GitHub/GitLFS/3.1.2/GitHub.GitLFS.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: GitHub.GitLFS PackageVersion: 3.1.2 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: GitHub, Inc. PublisherUrl: https://github.com/git-lfs/git-lfs PublisherSupportUrl: https://github.com/git-lfs/git-lfs/issues -# PrivacyUrl: +# PrivacyUrl: Author: Github, Inc. PackageName: Git LFS PackageUrl: https://github.com/git-lfs @@ -16,7 +16,7 @@ LicenseUrl: https://github.com/git-lfs/git-lfs/raw/main/LICENSE.md Copyright: Copyright (c) 2014-2021 GitHub, Inc. and Git LFS contributors CopyrightUrl: https://github.com/git-lfs/git-lfs/raw/main/LICENSE.md ShortDescription: Git Large File Storage is a command line extension and specification for managing large files with Git. -# Description: +# Description: Moniker: gitlfs Tags: - command-line @@ -25,8 +25,10 @@ Tags: - github - go - golang -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/git-lfs/git-lfs/releases/tag/v3.1.2 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/GitLFS/3.1.2/GitHub.GitLFS.yaml b/manifests/g/GitHub/GitLFS/3.1.2/GitHub.GitLFS.yaml index 77b758b401a3d..0e9a2d022e073 100644 --- a/manifests/g/GitHub/GitLFS/3.1.2/GitHub.GitLFS.yaml +++ b/manifests/g/GitHub/GitLFS/3.1.2/GitHub.GitLFS.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: GitHub.GitLFS PackageVersion: 3.1.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/GitLFS/3.1.4/GitHub.GitLFS.installer.yaml b/manifests/g/GitHub/GitLFS/3.1.4/GitHub.GitLFS.installer.yaml index 4696b7b13d8f2..963699a9ac8e2 100644 --- a/manifests/g/GitHub/GitLFS/3.1.4/GitHub.GitLFS.installer.yaml +++ b/manifests/g/GitHub/GitLFS/3.1.4/GitHub.GitLFS.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: GitHub.GitLFS PackageVersion: 3.1.4 @@ -15,4 +15,4 @@ Installers: InstallerSha256: 02E5101300A8AD5D0FBEFBE63244239240E067B567929A22BBDF7363FD262E8B ProductCode: '{286391DE-F778-44EA-9375-1B21AAA04FF0}_is1' ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/GitLFS/3.1.4/GitHub.GitLFS.locale.en-US.yaml b/manifests/g/GitHub/GitLFS/3.1.4/GitHub.GitLFS.locale.en-US.yaml index 1072fcd560ffb..1c9c7511d640b 100644 --- a/manifests/g/GitHub/GitLFS/3.1.4/GitHub.GitLFS.locale.en-US.yaml +++ b/manifests/g/GitHub/GitLFS/3.1.4/GitHub.GitLFS.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: GitHub.GitLFS PackageVersion: 3.1.4 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: GitHub, Inc. PublisherUrl: https://github.com/git-lfs/git-lfs PublisherSupportUrl: https://github.com/git-lfs/git-lfs/issues -# PrivacyUrl: +# PrivacyUrl: Author: Github, Inc. PackageName: Git LFS PackageUrl: https://github.com/git-lfs @@ -16,7 +16,7 @@ LicenseUrl: https://github.com/git-lfs/git-lfs/raw/main/LICENSE.md Copyright: Copyright (c) 2014-2021 GitHub, Inc. and Git LFS contributors CopyrightUrl: https://github.com/git-lfs/git-lfs/raw/main/LICENSE.md ShortDescription: Git Large File Storage is a command line extension and specification for managing large files with Git. -# Description: +# Description: Moniker: gitlfs Tags: - command-line @@ -25,8 +25,10 @@ Tags: - github - go - golang -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/git-lfs/git-lfs/releases/tag/v3.1.4 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/GitLFS/3.1.4/GitHub.GitLFS.yaml b/manifests/g/GitHub/GitLFS/3.1.4/GitHub.GitLFS.yaml index 92b9ee673d54e..8e0497825a92f 100644 --- a/manifests/g/GitHub/GitLFS/3.1.4/GitHub.GitLFS.yaml +++ b/manifests/g/GitHub/GitLFS/3.1.4/GitHub.GitLFS.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: GitHub.GitLFS PackageVersion: 3.1.4 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/GitLFS/3.3.0/GitHub.GitLFS.installer.yaml b/manifests/g/GitHub/GitLFS/3.3.0/GitHub.GitLFS.installer.yaml index c29e27d639925..f9f28aa7225c5 100644 --- a/manifests/g/GitHub/GitLFS/3.3.0/GitHub.GitLFS.installer.yaml +++ b/manifests/g/GitHub/GitLFS/3.3.0/GitHub.GitLFS.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: GitHub.GitLFS PackageVersion: 3.3.0 @@ -8,14 +8,14 @@ Platform: MinimumOSVersion: 10.0.0.0 InstallerType: inno Scope: machine -ReleaseDate: 2022-11-30 Dependencies: PackageDependencies: - - PackageIdentifier: Git.Git + - PackageIdentifier: Git.Git +ReleaseDate: 2022-11-30 Installers: - Architecture: x64 InstallerUrl: https://github.com/git-lfs/git-lfs/releases/download/v3.3.0/git-lfs-windows-v3.3.0.exe InstallerSha256: 81B28B59A100AB5023E62E7BC99E25C33FADF2E106A8C3A36F535B05E52DD76B ProductCode: '{286391DE-F778-44EA-9375-1B21AAA04FF0}_is1' ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/GitLFS/3.3.0/GitHub.GitLFS.locale.en-US.yaml b/manifests/g/GitHub/GitLFS/3.3.0/GitHub.GitLFS.locale.en-US.yaml index c213343bb7850..f3a10eedb7fd1 100644 --- a/manifests/g/GitHub/GitLFS/3.3.0/GitHub.GitLFS.locale.en-US.yaml +++ b/manifests/g/GitHub/GitLFS/3.3.0/GitHub.GitLFS.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: GitHub.GitLFS PackageVersion: 3.3.0 @@ -25,11 +25,10 @@ Tags: - github - go - golang -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://github.com/git-lfs/git-lfs/releases/tag/v3.3.0 # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/GitLFS/3.3.0/GitHub.GitLFS.yaml b/manifests/g/GitHub/GitLFS/3.3.0/GitHub.GitLFS.yaml index 1127085a9439b..e5393bed1798f 100644 --- a/manifests/g/GitHub/GitLFS/3.3.0/GitHub.GitLFS.yaml +++ b/manifests/g/GitHub/GitLFS/3.3.0/GitHub.GitLFS.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: GitHub.GitLFS PackageVersion: 3.3.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/GitLFS/3.4.0/GitHub.GitLFS.installer.yaml b/manifests/g/GitHub/GitLFS/3.4.0/GitHub.GitLFS.installer.yaml index 65e756960c982..b3d25dd796a39 100644 --- a/manifests/g/GitHub/GitLFS/3.4.0/GitHub.GitLFS.installer.yaml +++ b/manifests/g/GitHub/GitLFS/3.4.0/GitHub.GitLFS.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.10 $debug=QUSU.CRLF.5-1-19041-3031.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: GitHub.GitLFS PackageVersion: 3.4.0 @@ -17,4 +17,4 @@ Installers: InstallerSha256: AA509667D1D259DD506D52FF131E5889796696508B5EBC345E88FCAE8228C99E ProductCode: '{286391DE-F778-44EA-9375-1B21AAA04FF0}_is1' ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/GitLFS/3.4.0/GitHub.GitLFS.locale.en-US.yaml b/manifests/g/GitHub/GitLFS/3.4.0/GitHub.GitLFS.locale.en-US.yaml index f90abdfb98702..3ca5c62d304a1 100644 --- a/manifests/g/GitHub/GitLFS/3.4.0/GitHub.GitLFS.locale.en-US.yaml +++ b/manifests/g/GitHub/GitLFS/3.4.0/GitHub.GitLFS.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.10 $debug=QUSU.CRLF.5-1-19041-3031.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: GitHub.GitLFS PackageVersion: 3.4.0 @@ -31,4 +31,4 @@ Tags: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/GitLFS/3.4.0/GitHub.GitLFS.yaml b/manifests/g/GitHub/GitLFS/3.4.0/GitHub.GitLFS.yaml index 1676489ec9880..1e204c9bf0118 100644 --- a/manifests/g/GitHub/GitLFS/3.4.0/GitHub.GitLFS.yaml +++ b/manifests/g/GitHub/GitLFS/3.4.0/GitHub.GitLFS.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.10 $debug=QUSU.CRLF.5-1-19041-3031.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: GitHub.GitLFS PackageVersion: 3.4.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/GitLFS/3.4.1/GitHub.GitLFS.installer.yaml b/manifests/g/GitHub/GitLFS/3.4.1/GitHub.GitLFS.installer.yaml index 144f0c2ad4d02..54fae3ea17f96 100644 --- a/manifests/g/GitHub/GitLFS/3.4.1/GitHub.GitLFS.installer.yaml +++ b/manifests/g/GitHub/GitLFS/3.4.1/GitHub.GitLFS.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: GitHub.GitLFS PackageVersion: 3.4.1 -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/git-lfs/git-lfs/releases/download/v3.4.1/git-lfs-windows-v3.4.1.exe - InstallerSha256: 0a7e5a4b8d3ed3e2732a783f89f79d7ee931603f9ca36b822f5938599482dc5f -ManifestType: installer -ManifestVersion: 1.5.0 Platform: - Windows.Desktop InstallerType: inno @@ -17,5 +10,11 @@ Scope: machine Dependencies: PackageDependencies: - PackageIdentifier: Git.Git -ProductCode: '{286391DE-F778-44EA-9375-1B21AAA04FF0}_is1' -ReleaseDate: "2023-12-13" +ReleaseDate: 2023-12-13 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/git-lfs/git-lfs/releases/download/v3.4.1/git-lfs-windows-v3.4.1.exe + InstallerSha256: 0A7E5A4B8D3ED3E2732A783F89F79D7EE931603F9CA36B822F5938599482DC5F + ProductCode: '{286391DE-F778-44EA-9375-1B21AAA04FF0}_is1' +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/GitLFS/3.4.1/GitHub.GitLFS.locale.en-US.yaml b/manifests/g/GitHub/GitLFS/3.4.1/GitHub.GitLFS.locale.en-US.yaml index 0782a40f10355..ac87a537a8de0 100644 --- a/manifests/g/GitHub/GitLFS/3.4.1/GitHub.GitLFS.locale.en-US.yaml +++ b/manifests/g/GitHub/GitLFS/3.4.1/GitHub.GitLFS.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: GitHub.GitLFS PackageVersion: 3.4.1 @@ -8,6 +7,7 @@ PackageLocale: en-US Publisher: GitHub, Inc. PublisherUrl: https://github.com/git-lfs/git-lfs PublisherSupportUrl: https://github.com/git-lfs/git-lfs/issues +# PrivacyUrl: Author: Github, Inc. PackageName: Git LFS PackageUrl: https://github.com/git-lfs @@ -16,6 +16,7 @@ LicenseUrl: https://github.com/git-lfs/git-lfs/raw/main/LICENSE.md Copyright: Copyright (c) 2014-2021 GitHub, Inc. and Git LFS contributors CopyrightUrl: https://github.com/git-lfs/git-lfs/raw/main/LICENSE.md ShortDescription: Git Large File Storage is a command line extension and specification for managing large files with Git. +# Description: Moniker: gitlfs Tags: - command-line @@ -28,5 +29,8 @@ ReleaseNotes: |- Bugs - Fix a panic in the credential code #5490 (@bk2204) ReleaseNotesUrl: https://github.com/git-lfs/git-lfs/releases/tag/v3.4.1 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/GitLFS/3.4.1/GitHub.GitLFS.yaml b/manifests/g/GitHub/GitLFS/3.4.1/GitHub.GitLFS.yaml index dfb942205164d..2a362c3f8f992 100644 --- a/manifests/g/GitHub/GitLFS/3.4.1/GitHub.GitLFS.yaml +++ b/manifests/g/GitHub/GitLFS/3.4.1/GitHub.GitLFS.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: GitHub.GitLFS PackageVersion: 3.4.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/GitLFS/3.5.1/GitHub.GitLFS.installer.yaml b/manifests/g/GitHub/GitLFS/3.5.1/GitHub.GitLFS.installer.yaml index c9d6cb9195a64..afc8341516e7f 100644 --- a/manifests/g/GitHub/GitLFS/3.5.1/GitHub.GitLFS.installer.yaml +++ b/manifests/g/GitHub/GitLFS/3.5.1/GitHub.GitLFS.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: GitHub.GitLFS PackageVersion: 3.5.1 @@ -10,11 +10,11 @@ Scope: machine Dependencies: PackageDependencies: - PackageIdentifier: Git.Git -ProductCode: '{286391DE-F778-44EA-9375-1B21AAA04FF0}_is1' +ReleaseDate: 2024-03-07 Installers: - Architecture: x86 InstallerUrl: https://github.com/git-lfs/git-lfs/releases/download/v3.5.1/git-lfs-windows-v3.5.1.exe InstallerSha256: E87727BB6F32E75EB6CAB435A4A74A5146117AB5C0FAE7360A4BE26D68B3E613 + ProductCode: '{286391DE-F778-44EA-9375-1B21AAA04FF0}_is1' ManifestType: installer -ManifestVersion: 1.6.0 -ReleaseDate: 2024-03-07 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/GitLFS/3.5.1/GitHub.GitLFS.locale.en-US.yaml b/manifests/g/GitHub/GitLFS/3.5.1/GitHub.GitLFS.locale.en-US.yaml index 993528663b663..5c2b9f6a51265 100644 --- a/manifests/g/GitHub/GitLFS/3.5.1/GitHub.GitLFS.locale.en-US.yaml +++ b/manifests/g/GitHub/GitLFS/3.5.1/GitHub.GitLFS.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: GitHub.GitLFS PackageVersion: 3.5.1 @@ -7,6 +7,7 @@ PackageLocale: en-US Publisher: GitHub, Inc. PublisherUrl: https://github.com/git-lfs/git-lfs PublisherSupportUrl: https://github.com/git-lfs/git-lfs/issues +# PrivacyUrl: Author: Github, Inc. PackageName: Git LFS PackageUrl: https://github.com/git-lfs @@ -15,6 +16,7 @@ LicenseUrl: https://github.com/git-lfs/git-lfs/blob/HEAD/LICENSE.md Copyright: Copyright (c) 2014-2021 GitHub, Inc. and Git LFS contributors CopyrightUrl: https://github.com/git-lfs/git-lfs/raw/main/LICENSE.md ShortDescription: Git Large File Storage is a command line extension and specification for managing large files with Git. +# Description: Moniker: gitlfs Tags: - command-line @@ -58,8 +60,10 @@ ReleaseNotes: |- b293f228e06f2aa2cca413c0d2892de2a37eb983348bf9162c42ef37fa2f25ecsha256sums.asc 7645729850327019e8150fa09707ed562fdfb6230f3f6e242d434021cfe1942d ReleaseNotesUrl: https://github.com/git-lfs/git-lfs/releases/tag/v3.5.1 +# PurchaseUrl: +# InstallationNotes: Documentations: - DocumentLabel: Wiki DocumentUrl: https://github.com/git-lfs/git-lfs/wiki ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/GitLFS/3.5.1/GitHub.GitLFS.yaml b/manifests/g/GitHub/GitLFS/3.5.1/GitHub.GitLFS.yaml index 988e9b0d57fcb..c13c976e9bb8e 100644 --- a/manifests/g/GitHub/GitLFS/3.5.1/GitHub.GitLFS.yaml +++ b/manifests/g/GitHub/GitLFS/3.5.1/GitHub.GitLFS.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: GitHub.GitLFS PackageVersion: 3.5.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/GitLFS/3.6.0/GitHub.GitLFS.installer.yaml b/manifests/g/GitHub/GitLFS/3.6.0/GitHub.GitLFS.installer.yaml index e14e28bc6c2c0..77a9c161814cf 100644 --- a/manifests/g/GitHub/GitLFS/3.6.0/GitHub.GitLFS.installer.yaml +++ b/manifests/g/GitHub/GitLFS/3.6.0/GitHub.GitLFS.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: GitHub.GitLFS PackageVersion: 3.6.0 @@ -10,11 +10,11 @@ Scope: machine Dependencies: PackageDependencies: - PackageIdentifier: Git.Git -ProductCode: '{286391DE-F778-44EA-9375-1B21AAA04FF0}_is1' +ReleaseDate: 2024-11-21 Installers: - Architecture: x86 InstallerUrl: https://github.com/git-lfs/git-lfs/releases/download/v3.6.0/git-lfs-windows-v3.6.0.exe InstallerSha256: CA1C562D22439D3D6A80957D2B21F6633611DB494F1251A46D18D7FA7AEA52CD + ProductCode: '{286391DE-F778-44EA-9375-1B21AAA04FF0}_is1' ManifestType: installer -ManifestVersion: 1.6.0 -ReleaseDate: 2024-11-21 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/GitLFS/3.6.0/GitHub.GitLFS.locale.en-US.yaml b/manifests/g/GitHub/GitLFS/3.6.0/GitHub.GitLFS.locale.en-US.yaml index 9eeaff343695e..a57fa7c10b243 100644 --- a/manifests/g/GitHub/GitLFS/3.6.0/GitHub.GitLFS.locale.en-US.yaml +++ b/manifests/g/GitHub/GitLFS/3.6.0/GitHub.GitLFS.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: GitHub.GitLFS PackageVersion: 3.6.0 @@ -7,6 +7,7 @@ PackageLocale: en-US Publisher: GitHub, Inc. PublisherUrl: https://github.com/git-lfs/git-lfs PublisherSupportUrl: https://github.com/git-lfs/git-lfs/issues +# PrivacyUrl: Author: Github, Inc. PackageName: Git LFS PackageUrl: https://github.com/git-lfs @@ -15,6 +16,7 @@ LicenseUrl: https://github.com/git-lfs/git-lfs/blob/HEAD/LICENSE.md Copyright: Copyright (c) 2014-2021 GitHub, Inc. and Git LFS contributors CopyrightUrl: https://github.com/git-lfs/git-lfs/raw/main/LICENSE.md ShortDescription: Git Large File Storage is a command line extension and specification for managing large files with Git. +# Description: Moniker: gitlfs Tags: - command-line @@ -23,9 +25,12 @@ Tags: - github - go - golang +# ReleaseNotes: ReleaseNotesUrl: https://github.com/git-lfs/git-lfs/releases/tag/v3.6.0 +# PurchaseUrl: +# InstallationNotes: Documentations: - DocumentLabel: Wiki DocumentUrl: https://github.com/git-lfs/git-lfs/wiki ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/GitLFS/3.6.0/GitHub.GitLFS.yaml b/manifests/g/GitHub/GitLFS/3.6.0/GitHub.GitLFS.yaml index 8e9edbbde5eed..39f2a34c8eb60 100644 --- a/manifests/g/GitHub/GitLFS/3.6.0/GitHub.GitLFS.yaml +++ b/manifests/g/GitHub/GitLFS/3.6.0/GitHub.GitLFS.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: GitHub.GitLFS PackageVersion: 3.6.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/GitLFS/3.6.1/GitHub.GitLFS.installer.yaml b/manifests/g/GitHub/GitLFS/3.6.1/GitHub.GitLFS.installer.yaml index afa19ab7999bb..f8cd5285e7014 100644 --- a/manifests/g/GitHub/GitLFS/3.6.1/GitHub.GitLFS.installer.yaml +++ b/manifests/g/GitHub/GitLFS/3.6.1/GitHub.GitLFS.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: GitHub.GitLFS @@ -10,11 +10,11 @@ Scope: machine Dependencies: PackageDependencies: - PackageIdentifier: Git.Git -ProductCode: '{286391DE-F778-44EA-9375-1B21AAA04FF0}_is1' +ReleaseDate: 2025-01-14 Installers: - Architecture: x86 InstallerUrl: https://github.com/git-lfs/git-lfs/releases/download/v3.6.1/git-lfs-windows-v3.6.1.exe InstallerSha256: 5492BD2D7B37FCB821F48CAC17895FEB2506D26AD4CDE996A30940E86DFECC27 + ProductCode: '{286391DE-F778-44EA-9375-1B21AAA04FF0}_is1' ManifestType: installer ManifestVersion: 1.9.0 -ReleaseDate: 2025-01-14 diff --git a/manifests/g/GitHub/GitLFS/3.6.1/GitHub.GitLFS.locale.en-US.yaml b/manifests/g/GitHub/GitLFS/3.6.1/GitHub.GitLFS.locale.en-US.yaml index 0ffd9460cc787..998ac915f9b77 100644 --- a/manifests/g/GitHub/GitLFS/3.6.1/GitHub.GitLFS.locale.en-US.yaml +++ b/manifests/g/GitHub/GitLFS/3.6.1/GitHub.GitLFS.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: GitHub.GitLFS @@ -7,6 +7,7 @@ PackageLocale: en-US Publisher: GitHub, Inc. PublisherUrl: https://github.com/git-lfs/git-lfs PublisherSupportUrl: https://github.com/git-lfs/git-lfs/issues +# PrivacyUrl: Author: Github, Inc. PackageName: Git LFS PackageUrl: https://github.com/git-lfs @@ -15,6 +16,7 @@ LicenseUrl: https://github.com/git-lfs/git-lfs/blob/HEAD/LICENSE.md Copyright: Copyright (c) 2014-2021 GitHub, Inc. and Git LFS contributors CopyrightUrl: https://github.com/git-lfs/git-lfs/raw/main/LICENSE.md ShortDescription: Git Large File Storage is a command line extension and specification for managing large files with Git. +# Description: Moniker: gitlfs Tags: - command-line @@ -23,7 +25,10 @@ Tags: - github - go - golang +# ReleaseNotes: ReleaseNotesUrl: https://github.com/git-lfs/git-lfs/releases/tag/v3.6.1 +# PurchaseUrl: +# InstallationNotes: Documentations: - DocumentLabel: Wiki DocumentUrl: https://github.com/git-lfs/git-lfs/wiki diff --git a/manifests/g/GitHub/GitLFS/3.6.1/GitHub.GitLFS.yaml b/manifests/g/GitHub/GitLFS/3.6.1/GitHub.GitLFS.yaml index 2481f8d861cfd..add3df5d89bed 100644 --- a/manifests/g/GitHub/GitLFS/3.6.1/GitHub.GitLFS.yaml +++ b/manifests/g/GitHub/GitLFS/3.6.1/GitHub.GitLFS.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: GitHub.GitLFS diff --git a/manifests/g/GitHub/cli/1.10.0/GitHub.cli.installer.yaml b/manifests/g/GitHub/cli/1.10.0/GitHub.cli.installer.yaml index 92b94619c573d..aba929c0206a8 100644 --- a/manifests/g/GitHub/cli/1.10.0/GitHub.cli.installer.yaml +++ b/manifests/g/GitHub/cli/1.10.0/GitHub.cli.installer.yaml @@ -1,21 +1,23 @@ -# 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: GitHub.cli PackageVersion: 1.10.0 +InstallerLocale: en-US MinimumOSVersion: 10.0.0.0 -Commands: - - gh +InstallerType: wix +Scope: machine InstallModes: - - interactive - - silent - - silentWithProgress +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Commands: +- gh Installers: - - Architecture: x64 - InstallerType: msi - InstallerUrl: https://github.com/cli/cli/releases/download/v1.10.0/gh_1.10.0_windows_amd64.msi - InstallerSha256: 5212e7c16ff208c6ebcf1d32154fbb34e7e64803185f67a4746b3aa349ff3918 - ProductCode: "{E6AFDEB0-B162-4024-B8A8-D3ACCA596630}" - Scope: machine - InstallerLocale: en-US - UpgradeBehavior: install +- Architecture: x64 + InstallerUrl: https://github.com/cli/cli/releases/download/v1.10.0/gh_1.10.0_windows_amd64.msi + InstallerSha256: 5212E7C16FF208C6EBCF1D32154FBB34E7E64803185F67A4746B3AA349FF3918 + ProductCode: '{E6AFDEB0-B162-4024-B8A8-D3ACCA596630}' ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/1.10.0/GitHub.cli.locale.en-US.yaml b/manifests/g/GitHub/cli/1.10.0/GitHub.cli.locale.en-US.yaml index a1cc21d16a4eb..c73629ed2f6f3 100644 --- a/manifests/g/GitHub/cli/1.10.0/GitHub.cli.locale.en-US.yaml +++ b/manifests/g/GitHub/cli/1.10.0/GitHub.cli.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: GitHub.cli PackageVersion: 1.10.0 PackageLocale: en-US @@ -14,16 +16,20 @@ LicenseUrl: https://github.com/cli/cli/blob/HEAD/LICENSE Copyright: Copyright (c) 2019 GitHub Inc. CopyrightUrl: https://github.com/cli/cli/blob/trunk/LICENSE ShortDescription: GitHubs official command-line tool. -#Description: +# Description: Moniker: gh Tags: - - cli - - command-line - - command line - - commandline - - utility - - tool - - foss - - open source +- cli +- command-line +- commandline +- foss +- open-source +- tool +- utility +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/1.10.0/GitHub.cli.yaml b/manifests/g/GitHub/cli/1.10.0/GitHub.cli.yaml index d20a7838bcd17..0612d14f5d20c 100644 --- a/manifests/g/GitHub/cli/1.10.0/GitHub.cli.yaml +++ b/manifests/g/GitHub/cli/1.10.0/GitHub.cli.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: GitHub.cli PackageVersion: 1.10.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/1.10.1/GitHub.cli.installer.yaml b/manifests/g/GitHub/cli/1.10.1/GitHub.cli.installer.yaml index 147cfa8f34b01..aa92c0c9d9e15 100644 --- a/manifests/g/GitHub/cli/1.10.1/GitHub.cli.installer.yaml +++ b/manifests/g/GitHub/cli/1.10.1/GitHub.cli.installer.yaml @@ -1,22 +1,23 @@ -# 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: GitHub.cli PackageVersion: 1.10.1 +InstallerLocale: en-US MinimumOSVersion: 10.0.0.0 -Commands: -- gh +InstallerType: wix +Scope: machine InstallModes: - interactive - silent - silentWithProgress +UpgradeBehavior: install +Commands: +- gh Installers: - Architecture: x64 - InstallerType: msi InstallerUrl: https://github.com/cli/cli/releases/download/v1.10.1/gh_1.10.1_windows_amd64.msi InstallerSha256: B0F7224750B64B09BFCE9B7D4257DA0C2C41A6B8590D69FCB8F820DC5137FB24 - ProductCode: "{20930863-77A1-41B4-90A8-1EE33A201A04}" - Scope: machine - InstallerLocale: en-US - UpgradeBehavior: install + ProductCode: '{20930863-77A1-41B4-90A8-1EE33A201A04}' ManifestType: installer -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/1.10.1/GitHub.cli.locale.en-US.yaml b/manifests/g/GitHub/cli/1.10.1/GitHub.cli.locale.en-US.yaml index 572b95ec987cb..d444d1b658e80 100644 --- a/manifests/g/GitHub/cli/1.10.1/GitHub.cli.locale.en-US.yaml +++ b/manifests/g/GitHub/cli/1.10.1/GitHub.cli.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: GitHub.cli PackageVersion: 1.10.1 PackageLocale: en-US @@ -14,16 +16,20 @@ LicenseUrl: https://github.com/cli/cli/blob/HEAD/LICENSE Copyright: Copyright (c) 2019 GitHub Inc. CopyrightUrl: https://github.com/cli/cli/blob/trunk/LICENSE ShortDescription: GitHubs official command-line tool. +# Description: Moniker: gh Tags: - cli - command-line -- command line - commandline -- utility -- tool - foss -- open source +- open-source +- tool +- utility +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/1.10.1/GitHub.cli.yaml b/manifests/g/GitHub/cli/1.10.1/GitHub.cli.yaml index 1b58fa08c2ec9..ed93d5f483340 100644 --- a/manifests/g/GitHub/cli/1.10.1/GitHub.cli.yaml +++ b/manifests/g/GitHub/cli/1.10.1/GitHub.cli.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: GitHub.cli PackageVersion: 1.10.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/1.10.2/GitHub.cli.installer.yaml b/manifests/g/GitHub/cli/1.10.2/GitHub.cli.installer.yaml index 2711e21114018..9896df132db16 100644 --- a/manifests/g/GitHub/cli/1.10.2/GitHub.cli.installer.yaml +++ b/manifests/g/GitHub/cli/1.10.2/GitHub.cli.installer.yaml @@ -1,22 +1,23 @@ -# 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: GitHub.cli PackageVersion: 1.10.2 +InstallerLocale: en-US MinimumOSVersion: 10.0.0.0 -Commands: -- gh +InstallerType: wix +Scope: machine InstallModes: - interactive - silent - silentWithProgress +UpgradeBehavior: install +Commands: +- gh Installers: - Architecture: x64 - InstallerType: msi InstallerUrl: https://github.com/cli/cli/releases/download/v1.10.2/gh_1.10.2_windows_amd64.msi InstallerSha256: C2433B0CD092B51EC6F9CE03A386D7BDE0465BDDA73AFAF3E2AD5B027F3B65A7 - ProductCode: "{98975229-8B11-48B0-9B85-1C3EBD349315}" - Scope: machine - InstallerLocale: en-US - UpgradeBehavior: install + ProductCode: '{98975229-8B11-48B0-9B85-1C3EBD349315}' ManifestType: installer -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/1.10.2/GitHub.cli.locale.en-US.yaml b/manifests/g/GitHub/cli/1.10.2/GitHub.cli.locale.en-US.yaml index 7421c7051bba4..3d959247ebd37 100644 --- a/manifests/g/GitHub/cli/1.10.2/GitHub.cli.locale.en-US.yaml +++ b/manifests/g/GitHub/cli/1.10.2/GitHub.cli.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: GitHub.cli PackageVersion: 1.10.2 PackageLocale: en-US @@ -14,16 +16,20 @@ LicenseUrl: https://github.com/cli/cli/blob/HEAD/LICENSE Copyright: Copyright (c) 2019 GitHub Inc. CopyrightUrl: https://github.com/cli/cli/blob/trunk/LICENSE ShortDescription: GitHubs official command-line tool. +# Description: Moniker: gh Tags: - cli - command-line -- command line - commandline -- utility -- tool - foss -- open source +- open-source +- tool +- utility +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/1.10.2/GitHub.cli.yaml b/manifests/g/GitHub/cli/1.10.2/GitHub.cli.yaml index cb085eddf7b16..c545021f63bc2 100644 --- a/manifests/g/GitHub/cli/1.10.2/GitHub.cli.yaml +++ b/manifests/g/GitHub/cli/1.10.2/GitHub.cli.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: GitHub.cli PackageVersion: 1.10.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/1.10.3/GitHub.cli.installer.yaml b/manifests/g/GitHub/cli/1.10.3/GitHub.cli.installer.yaml index d6cf522e3590e..8e67dc0e1db6e 100644 --- a/manifests/g/GitHub/cli/1.10.3/GitHub.cli.installer.yaml +++ b/manifests/g/GitHub/cli/1.10.3/GitHub.cli.installer.yaml @@ -1,22 +1,23 @@ -# 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: GitHub.cli PackageVersion: 1.10.3 +InstallerLocale: en-US MinimumOSVersion: 10.0.0.0 -Commands: -- gh +InstallerType: wix +Scope: machine InstallModes: - interactive - silent - silentWithProgress +UpgradeBehavior: install +Commands: +- gh Installers: - Architecture: x64 - InstallerType: msi InstallerUrl: https://github.com/cli/cli/releases/download/v1.10.3/gh_1.10.3_windows_amd64.msi - InstallerSha256: 7209cf2aed0e8efcf4772b7f1421614fa6e037723000e7a4d3dd5f4eff41d859 - ProductCode: "{0EC3621B-F804-4480-BF78-6C8D12A46D02}" - Scope: machine - InstallerLocale: en-US - UpgradeBehavior: install + InstallerSha256: 7209CF2AED0E8EFCF4772B7F1421614FA6E037723000E7A4D3DD5F4EFF41D859 + ProductCode: '{0EC3621B-F804-4480-BF78-6C8D12A46D02}' ManifestType: installer -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/1.10.3/GitHub.cli.locale.en-US.yaml b/manifests/g/GitHub/cli/1.10.3/GitHub.cli.locale.en-US.yaml index 072c3934115fe..60ad3e6d30f5d 100644 --- a/manifests/g/GitHub/cli/1.10.3/GitHub.cli.locale.en-US.yaml +++ b/manifests/g/GitHub/cli/1.10.3/GitHub.cli.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: GitHub.cli PackageVersion: 1.10.3 PackageLocale: en-US @@ -14,16 +16,20 @@ LicenseUrl: https://github.com/cli/cli/blob/HEAD/LICENSE Copyright: Copyright (c) 2019 GitHub Inc. CopyrightUrl: https://github.com/cli/cli/blob/trunk/LICENSE ShortDescription: GitHubs official command-line tool. +# Description: Moniker: gh Tags: - cli - command-line -- command line - commandline -- utility -- tool - foss -- open source +- open-source +- tool +- utility +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/1.10.3/GitHub.cli.yaml b/manifests/g/GitHub/cli/1.10.3/GitHub.cli.yaml index aa731fc2e342d..466bca7e1beda 100644 --- a/manifests/g/GitHub/cli/1.10.3/GitHub.cli.yaml +++ b/manifests/g/GitHub/cli/1.10.3/GitHub.cli.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: GitHub.cli PackageVersion: 1.10.3 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/1.11.0/GitHub.cli.installer.yaml b/manifests/g/GitHub/cli/1.11.0/GitHub.cli.installer.yaml index f09a61f5cf30d..ea1ce8c849131 100644 --- a/manifests/g/GitHub/cli/1.11.0/GitHub.cli.installer.yaml +++ b/manifests/g/GitHub/cli/1.11.0/GitHub.cli.installer.yaml @@ -1,22 +1,23 @@ -# 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: GitHub.cli PackageVersion: 1.11.0 +InstallerLocale: en-US MinimumOSVersion: 10.0.0.0 -Commands: -- gh +InstallerType: wix +Scope: machine InstallModes: - interactive - silent - silentWithProgress +UpgradeBehavior: install +Commands: +- gh Installers: - Architecture: x64 - InstallerType: msi InstallerUrl: https://github.com/cli/cli/releases/download/v1.11.0/gh_1.11.0_windows_amd64.msi InstallerSha256: 5211C3281416BF441BF82567B2F5E1FE7C703BB7EC884BF78C96780E09EA47A8 - ProductCode: "{3BE5325F-4514-4D14-BF04-9BC7039E312B}" - Scope: machine - InstallerLocale: en-US - UpgradeBehavior: install + ProductCode: '{3BE5325F-4514-4D14-BF04-9BC7039E312B}' ManifestType: installer -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/1.11.0/GitHub.cli.locale.en-US.yaml b/manifests/g/GitHub/cli/1.11.0/GitHub.cli.locale.en-US.yaml index 91d891a8b445c..4674052909829 100644 --- a/manifests/g/GitHub/cli/1.11.0/GitHub.cli.locale.en-US.yaml +++ b/manifests/g/GitHub/cli/1.11.0/GitHub.cli.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: GitHub.cli PackageVersion: 1.11.0 PackageLocale: en-US @@ -14,15 +16,20 @@ LicenseUrl: https://github.com/cli/cli/blob/HEAD/LICENSE Copyright: Copyright (c) 2019 GitHub Inc. CopyrightUrl: https://github.com/cli/cli/blob/trunk/LICENSE ShortDescription: GitHubs official command-line tool. +# Description: Moniker: gh Tags: - cli - command-line -- command line - commandline -- utility -- tool - foss -- open source +- open-source +- tool +- utility +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/1.11.0/GitHub.cli.yaml b/manifests/g/GitHub/cli/1.11.0/GitHub.cli.yaml index 6e818a595100a..1ddd55d53e0ed 100644 --- a/manifests/g/GitHub/cli/1.11.0/GitHub.cli.yaml +++ b/manifests/g/GitHub/cli/1.11.0/GitHub.cli.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: GitHub.cli PackageVersion: 1.11.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/1.12.0/GitHub.cli.installer.yaml b/manifests/g/GitHub/cli/1.12.0/GitHub.cli.installer.yaml index 4d80f8c00d89f..9d476be35fe28 100644 --- a/manifests/g/GitHub/cli/1.12.0/GitHub.cli.installer.yaml +++ b/manifests/g/GitHub/cli/1.12.0/GitHub.cli.installer.yaml @@ -1,24 +1,23 @@ -# 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: GitHub.cli PackageVersion: 1.12.0 +InstallerLocale: en-US MinimumOSVersion: 10.0.0.0 +InstallerType: wix +Scope: machine InstallModes: - interactive - silent - silentWithProgress +UpgradeBehavior: install Commands: - gh Installers: -- InstallerLocale: en-US - Architecture: x64 - InstallerType: msi - Scope: machine +- Architecture: x64 InstallerUrl: https://github.com/cli/cli/releases/download/v1.12.0/gh_1.12.0_windows_amd64.msi InstallerSha256: FAC00E147DC8462E18AE92F419B52FCDE7E5A6E3E8DBA468F26CB5C161E5C3BC - UpgradeBehavior: install ProductCode: '{99A4D2AB-7EB8-48EB-AF53-CEA93FDF0D4A}' ManifestType: installer -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/1.12.0/GitHub.cli.locale.en-US.yaml b/manifests/g/GitHub/cli/1.12.0/GitHub.cli.locale.en-US.yaml index acf7d25b1282c..1e732414bc1fc 100644 --- a/manifests/g/GitHub/cli/1.12.0/GitHub.cli.locale.en-US.yaml +++ b/manifests/g/GitHub/cli/1.12.0/GitHub.cli.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: GitHub.cli PackageVersion: 1.12.0 @@ -16,16 +16,20 @@ LicenseUrl: https://github.com/cli/cli/blob/HEAD/LICENSE Copyright: Copyright (c) 2019 GitHub Inc. CopyrightUrl: https://github.com/cli/cli/blob/trunk/LICENSE ShortDescription: GitHubs official command-line tool. +# Description: Moniker: gh Tags: - cli - command-line -- command line - commandline -- utility -- tool - foss -- open source +- open-source +- tool +- utility +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/1.12.0/GitHub.cli.yaml b/manifests/g/GitHub/cli/1.12.0/GitHub.cli.yaml index 2571fed04c7ff..dd8a018416d39 100644 --- a/manifests/g/GitHub/cli/1.12.0/GitHub.cli.yaml +++ b/manifests/g/GitHub/cli/1.12.0/GitHub.cli.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: GitHub.cli PackageVersion: 1.12.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/1.12.1/GitHub.cli.installer.yaml b/manifests/g/GitHub/cli/1.12.1/GitHub.cli.installer.yaml index 06e4bd8c36f78..378f8430355be 100644 --- a/manifests/g/GitHub/cli/1.12.1/GitHub.cli.installer.yaml +++ b/manifests/g/GitHub/cli/1.12.1/GitHub.cli.installer.yaml @@ -1,24 +1,23 @@ -# 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: GitHub.cli PackageVersion: 1.12.1 +InstallerLocale: en-US MinimumOSVersion: 10.0.0.0 +InstallerType: wix +Scope: machine InstallModes: - interactive - silent - silentWithProgress +UpgradeBehavior: install Commands: - gh Installers: -- InstallerLocale: en-US - Architecture: x64 - InstallerType: msi - Scope: machine +- Architecture: x64 InstallerUrl: https://github.com/cli/cli/releases/download/v1.12.1/gh_1.12.1_windows_amd64.msi InstallerSha256: 9E1118AE83FD634CB8105CA274D429B19C5494F3370AC954305761DE7FA29BC8 - UpgradeBehavior: install ProductCode: '{C7B57338-8235-4A98-9542-3B31005A5926}' ManifestType: installer -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/1.12.1/GitHub.cli.locale.en-US.yaml b/manifests/g/GitHub/cli/1.12.1/GitHub.cli.locale.en-US.yaml index 1939c15947d61..2d4fc84a4cab3 100644 --- a/manifests/g/GitHub/cli/1.12.1/GitHub.cli.locale.en-US.yaml +++ b/manifests/g/GitHub/cli/1.12.1/GitHub.cli.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: GitHub.cli PackageVersion: 1.12.1 @@ -16,16 +16,20 @@ LicenseUrl: https://github.com/cli/cli/blob/HEAD/LICENSE Copyright: Copyright (c) 2019 GitHub Inc. CopyrightUrl: https://github.com/cli/cli/blob/trunk/LICENSE ShortDescription: GitHubs official command-line tool. +# Description: Moniker: gh Tags: - cli - command-line -- command line - commandline -- utility -- tool - foss -- open source +- open-source +- tool +- utility +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/1.12.1/GitHub.cli.yaml b/manifests/g/GitHub/cli/1.12.1/GitHub.cli.yaml index d05ebb1f6d43c..dd22fb081244e 100644 --- a/manifests/g/GitHub/cli/1.12.1/GitHub.cli.yaml +++ b/manifests/g/GitHub/cli/1.12.1/GitHub.cli.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: GitHub.cli PackageVersion: 1.12.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/1.13.0/GitHub.cli.installer.yaml b/manifests/g/GitHub/cli/1.13.0/GitHub.cli.installer.yaml index ff3b730056964..c27a4eb8e168a 100644 --- a/manifests/g/GitHub/cli/1.13.0/GitHub.cli.installer.yaml +++ b/manifests/g/GitHub/cli/1.13.0/GitHub.cli.installer.yaml @@ -1,24 +1,23 @@ -# 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: GitHub.cli PackageVersion: 1.13.0 +InstallerLocale: en-US MinimumOSVersion: 10.0.0.0 +InstallerType: wix +Scope: machine InstallModes: - interactive - silent - silentWithProgress +UpgradeBehavior: install Commands: - gh Installers: -- InstallerLocale: en-US - Architecture: x64 - InstallerType: msi - Scope: machine +- Architecture: x64 InstallerUrl: https://github.com/cli/cli/releases/download/v1.13.0/gh_1.13.0_windows_amd64.msi InstallerSha256: 935A485005F8453593BBC60810AEB87CB0FE87616061418F68712660583BD8E9 - UpgradeBehavior: install ProductCode: '{E3514982-3FB3-40D4-BC27-12CC8D083D40}' ManifestType: installer -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/1.13.0/GitHub.cli.locale.en-US.yaml b/manifests/g/GitHub/cli/1.13.0/GitHub.cli.locale.en-US.yaml index ce81352d421f0..f331dc95cab8e 100644 --- a/manifests/g/GitHub/cli/1.13.0/GitHub.cli.locale.en-US.yaml +++ b/manifests/g/GitHub/cli/1.13.0/GitHub.cli.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: GitHub.cli PackageVersion: 1.13.0 @@ -16,16 +16,20 @@ LicenseUrl: https://github.com/cli/cli/blob/HEAD/LICENSE Copyright: Copyright (c) 2019 GitHub Inc. CopyrightUrl: https://github.com/cli/cli/blob/trunk/LICENSE ShortDescription: GitHubs official command-line tool. +# Description: Moniker: gh Tags: - cli - command-line -- command line - commandline -- utility -- tool - foss -- open source +- open-source +- tool +- utility +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/1.13.0/GitHub.cli.yaml b/manifests/g/GitHub/cli/1.13.0/GitHub.cli.yaml index 04c8469731fae..8df309ebf2623 100644 --- a/manifests/g/GitHub/cli/1.13.0/GitHub.cli.yaml +++ b/manifests/g/GitHub/cli/1.13.0/GitHub.cli.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: GitHub.cli PackageVersion: 1.13.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/1.13.1/GitHub.cli.installer.yaml b/manifests/g/GitHub/cli/1.13.1/GitHub.cli.installer.yaml index 7428128ed5a72..50662ac46367e 100644 --- a/manifests/g/GitHub/cli/1.13.1/GitHub.cli.installer.yaml +++ b/manifests/g/GitHub/cli/1.13.1/GitHub.cli.installer.yaml @@ -1,24 +1,23 @@ -# 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: GitHub.cli PackageVersion: 1.13.1 +InstallerLocale: en-US MinimumOSVersion: 10.0.0.0 +InstallerType: wix +Scope: machine InstallModes: - interactive - silent - silentWithProgress +UpgradeBehavior: install Commands: - gh Installers: -- InstallerLocale: en-US - Architecture: x64 - InstallerType: msi - Scope: machine +- Architecture: x64 InstallerUrl: https://github.com/cli/cli/releases/download/v1.13.1/gh_1.13.1_windows_amd64.msi InstallerSha256: 9A95AFC506127412FBA5E1A45F70817CCE195F75C22AD5350BCAB82E7273FAE5 - UpgradeBehavior: install ProductCode: '{194E4F87-A59B-4AA1-B175-2DAF2152C7BA}' ManifestType: installer -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/1.13.1/GitHub.cli.locale.en-US.yaml b/manifests/g/GitHub/cli/1.13.1/GitHub.cli.locale.en-US.yaml index 591f9e7f59047..4223f8f966658 100644 --- a/manifests/g/GitHub/cli/1.13.1/GitHub.cli.locale.en-US.yaml +++ b/manifests/g/GitHub/cli/1.13.1/GitHub.cli.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: GitHub.cli PackageVersion: 1.13.1 @@ -16,16 +16,20 @@ LicenseUrl: https://github.com/cli/cli/blob/HEAD/LICENSE Copyright: Copyright (c) 2019 GitHub Inc. CopyrightUrl: https://github.com/cli/cli/blob/trunk/LICENSE ShortDescription: GitHubs official command-line tool. +# Description: Moniker: gh Tags: - cli - command-line -- command line - commandline -- utility -- tool - foss -- open source +- open-source +- tool +- utility +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/1.13.1/GitHub.cli.yaml b/manifests/g/GitHub/cli/1.13.1/GitHub.cli.yaml index 0a342e29d3d72..210d204a98856 100644 --- a/manifests/g/GitHub/cli/1.13.1/GitHub.cli.yaml +++ b/manifests/g/GitHub/cli/1.13.1/GitHub.cli.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: GitHub.cli PackageVersion: 1.13.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/1.14.0/GitHub.cli.installer.yaml b/manifests/g/GitHub/cli/1.14.0/GitHub.cli.installer.yaml index 3da73af738461..f0fd67d191714 100644 --- a/manifests/g/GitHub/cli/1.14.0/GitHub.cli.installer.yaml +++ b/manifests/g/GitHub/cli/1.14.0/GitHub.cli.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.5 $debug=AUSU.5-1-22538-1000 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.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.cli PackageVersion: 1.14.0 @@ -20,4 +20,4 @@ Installers: InstallerSha256: EDC3568A37689AE3D435C68972FD12CC4EC9F55EF857003F043CD88AE23719E0 ProductCode: '{8E002431-24B5-4DEB-B175-17D6A74D5574}' ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/1.14.0/GitHub.cli.locale.en-US.yaml b/manifests/g/GitHub/cli/1.14.0/GitHub.cli.locale.en-US.yaml index 92d1c1af933a1..f9f9c625aeae6 100644 --- a/manifests/g/GitHub/cli/1.14.0/GitHub.cli.locale.en-US.yaml +++ b/manifests/g/GitHub/cli/1.14.0/GitHub.cli.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.5 $debug=AUSU.5-1-22538-1000 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.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.cli PackageVersion: 1.14.0 @@ -16,7 +16,7 @@ LicenseUrl: https://github.com/cli/cli/blob/HEAD/LICENSE Copyright: Copyright (c) 2019 GitHub Inc. CopyrightUrl: https://github.com/cli/cli/blob/trunk/LICENSE ShortDescription: GitHubs official command-line tool. -# Description: +# Description: Moniker: gh Tags: - cli @@ -25,8 +25,10 @@ Tags: - open-source - 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/GitHub/cli/1.14.0/GitHub.cli.yaml b/manifests/g/GitHub/cli/1.14.0/GitHub.cli.yaml index 8db37661f6977..370ed27abd2dc 100644 --- a/manifests/g/GitHub/cli/1.14.0/GitHub.cli.yaml +++ b/manifests/g/GitHub/cli/1.14.0/GitHub.cli.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.5 $debug=AUSU.5-1-22538-1000 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.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.cli PackageVersion: 1.14.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/1.2.1/GitHub.cli.installer.yaml b/manifests/g/GitHub/cli/1.2.1/GitHub.cli.installer.yaml index 1488256c88ed4..b8a5be86101b4 100644 --- a/manifests/g/GitHub/cli/1.2.1/GitHub.cli.installer.yaml +++ b/manifests/g/GitHub/cli/1.2.1/GitHub.cli.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.5 $debug=AUSU.5-1-22538-1000 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.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.cli PackageVersion: 1.2.1 @@ -11,4 +11,4 @@ Installers: InstallerSha256: 8250E6AB6E0D1A68130F214B6371600ECC07CD1525ACFE0A886584CE8E7D49E7 ProductCode: '{092E1A5A-2A12-4224-B0B6-50CBF47B2C2B}' ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/1.2.1/GitHub.cli.locale.en-US.yaml b/manifests/g/GitHub/cli/1.2.1/GitHub.cli.locale.en-US.yaml index e3265eb257409..2f251cb6eeec0 100644 --- a/manifests/g/GitHub/cli/1.2.1/GitHub.cli.locale.en-US.yaml +++ b/manifests/g/GitHub/cli/1.2.1/GitHub.cli.locale.en-US.yaml @@ -1,22 +1,22 @@ -# Created with YamlCreate.ps1 v2.0.5 $debug=AUSU.5-1-22538-1000 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.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.cli PackageVersion: 1.2.1 PackageLocale: en-US Publisher: Github Inc. -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: Author: GitHub PackageName: GitHub CLI PackageUrl: https://github.com/cli/cli License: Copyright (c) 2019 GitHub Inc. - MIT LicenseUrl: https://github.com/cli/cli/blob/HEAD/LICENSE -# Copyright: -# CopyrightUrl: +# Copyright: +# CopyrightUrl: ShortDescription: GitHub's official command-line tool. -# Description: +# Description: Moniker: gh Tags: - cli @@ -26,8 +26,10 @@ Tags: - official - 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/GitHub/cli/1.2.1/GitHub.cli.yaml b/manifests/g/GitHub/cli/1.2.1/GitHub.cli.yaml index e7a5b2d0e4ad1..9e712b334108c 100644 --- a/manifests/g/GitHub/cli/1.2.1/GitHub.cli.yaml +++ b/manifests/g/GitHub/cli/1.2.1/GitHub.cli.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.5 $debug=AUSU.5-1-22538-1000 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.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.cli PackageVersion: 1.2.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/1.3.0/GitHub.cli.installer.yaml b/manifests/g/GitHub/cli/1.3.0/GitHub.cli.installer.yaml index df63863f34b89..26b354d31c952 100644 --- a/manifests/g/GitHub/cli/1.3.0/GitHub.cli.installer.yaml +++ b/manifests/g/GitHub/cli/1.3.0/GitHub.cli.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.5 $debug=AUSU.5-1-22538-1000 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.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.cli PackageVersion: 1.3.0 @@ -11,4 +11,4 @@ Installers: InstallerSha256: 0AE384E4069F1F0FB35CCCC00408988CD6927F09DA0FAEA88E22A85F80C5D722 ProductCode: '{3317E4B6-D2A0-488C-BE87-2CAC3E7CC4C6}' ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/1.3.0/GitHub.cli.locale.en-US.yaml b/manifests/g/GitHub/cli/1.3.0/GitHub.cli.locale.en-US.yaml index 717fa2e06d20e..2f29c26fafba9 100644 --- a/manifests/g/GitHub/cli/1.3.0/GitHub.cli.locale.en-US.yaml +++ b/manifests/g/GitHub/cli/1.3.0/GitHub.cli.locale.en-US.yaml @@ -1,22 +1,22 @@ -# Created with YamlCreate.ps1 v2.0.5 $debug=AUSU.5-1-22538-1000 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.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.cli PackageVersion: 1.3.0 PackageLocale: en-US Publisher: Github Inc. -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: Author: GitHub PackageName: GitHub CLI PackageUrl: https://github.com/cli/cli License: Copyright (c) 2019 GitHub Inc. - MIT LicenseUrl: https://github.com/cli/cli/blob/HEAD/LICENSE -# Copyright: -# CopyrightUrl: +# Copyright: +# CopyrightUrl: ShortDescription: GitHub's official command-line tool. -# Description: +# Description: Moniker: gh Tags: - cli @@ -26,8 +26,10 @@ Tags: - official - 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/GitHub/cli/1.3.0/GitHub.cli.yaml b/manifests/g/GitHub/cli/1.3.0/GitHub.cli.yaml index 1671d278436c8..ee2038f7711c1 100644 --- a/manifests/g/GitHub/cli/1.3.0/GitHub.cli.yaml +++ b/manifests/g/GitHub/cli/1.3.0/GitHub.cli.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.5 $debug=AUSU.5-1-22538-1000 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.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.cli PackageVersion: 1.3.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/1.3.1/GitHub.cli.installer.yaml b/manifests/g/GitHub/cli/1.3.1/GitHub.cli.installer.yaml index 08dac144a8025..8b6b6a1057b9c 100644 --- a/manifests/g/GitHub/cli/1.3.1/GitHub.cli.installer.yaml +++ b/manifests/g/GitHub/cli/1.3.1/GitHub.cli.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.5 $debug=AUSU.5-1-22538-1000 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.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.cli PackageVersion: 1.3.1 @@ -11,4 +11,4 @@ Installers: InstallerSha256: 7ADB0A2C7786DCEFDF0F53A97CDC523D6E6ADEDC593CCA0D13D1D73D977ECF19 ProductCode: '{220131F0-CD9E-4C59-88B6-5E0B60DF0417}' ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/1.3.1/GitHub.cli.locale.en-US.yaml b/manifests/g/GitHub/cli/1.3.1/GitHub.cli.locale.en-US.yaml index 68c6bf06615d4..4bf5a3779eec5 100644 --- a/manifests/g/GitHub/cli/1.3.1/GitHub.cli.locale.en-US.yaml +++ b/manifests/g/GitHub/cli/1.3.1/GitHub.cli.locale.en-US.yaml @@ -1,22 +1,22 @@ -# Created with YamlCreate.ps1 v2.0.5 $debug=AUSU.5-1-22538-1000 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.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.cli PackageVersion: 1.3.1 PackageLocale: en-US Publisher: Github Inc. -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: Author: GitHub PackageName: GitHub CLI PackageUrl: https://github.com/cli/cli License: Copyright (c) 2019 GitHub Inc. - MIT LicenseUrl: https://github.com/cli/cli/blob/HEAD/LICENSE -# Copyright: -# CopyrightUrl: +# Copyright: +# CopyrightUrl: ShortDescription: GitHub's official command-line tool. -# Description: +# Description: Moniker: gh Tags: - cli @@ -26,8 +26,10 @@ Tags: - official - 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/GitHub/cli/1.3.1/GitHub.cli.yaml b/manifests/g/GitHub/cli/1.3.1/GitHub.cli.yaml index 12979e75df4a6..842eecff1158a 100644 --- a/manifests/g/GitHub/cli/1.3.1/GitHub.cli.yaml +++ b/manifests/g/GitHub/cli/1.3.1/GitHub.cli.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.5 $debug=AUSU.5-1-22538-1000 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.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.cli PackageVersion: 1.3.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/1.4.0/GitHub.cli.installer.yaml b/manifests/g/GitHub/cli/1.4.0/GitHub.cli.installer.yaml index bbef400d04d97..6b68d52b662c8 100644 --- a/manifests/g/GitHub/cli/1.4.0/GitHub.cli.installer.yaml +++ b/manifests/g/GitHub/cli/1.4.0/GitHub.cli.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.5 $debug=AUSU.5-1-22538-1000 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.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.cli PackageVersion: 1.4.0 @@ -11,4 +11,4 @@ Installers: InstallerSha256: 9677F8E29C039A59086D07440A4A549878274A9485C1EAB9DEC41FB2F41235EA ProductCode: '{6B10EA1B-8E30-4661-9295-872B94E3A881}' ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/1.4.0/GitHub.cli.locale.en-US.yaml b/manifests/g/GitHub/cli/1.4.0/GitHub.cli.locale.en-US.yaml index 76b3563955971..9cfa063f1c8f4 100644 --- a/manifests/g/GitHub/cli/1.4.0/GitHub.cli.locale.en-US.yaml +++ b/manifests/g/GitHub/cli/1.4.0/GitHub.cli.locale.en-US.yaml @@ -1,22 +1,22 @@ -# Created with YamlCreate.ps1 v2.0.5 $debug=AUSU.5-1-22538-1000 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.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.cli PackageVersion: 1.4.0 PackageLocale: en-US Publisher: Github Inc. -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: Author: GitHub PackageName: GitHub CLI PackageUrl: https://github.com/cli/cli License: Copyright (c) 2019 GitHub Inc. - MIT LicenseUrl: https://github.com/cli/cli/blob/HEAD/LICENSE -# Copyright: -# CopyrightUrl: +# Copyright: +# CopyrightUrl: ShortDescription: GitHub's official command-line tool. -# Description: +# Description: Moniker: gh Tags: - cli @@ -26,8 +26,10 @@ Tags: - official - 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/GitHub/cli/1.4.0/GitHub.cli.yaml b/manifests/g/GitHub/cli/1.4.0/GitHub.cli.yaml index 87bcdcb56becc..79f86de7e6bb0 100644 --- a/manifests/g/GitHub/cli/1.4.0/GitHub.cli.yaml +++ b/manifests/g/GitHub/cli/1.4.0/GitHub.cli.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.5 $debug=AUSU.5-1-22538-1000 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.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.cli PackageVersion: 1.4.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/1.5.0/GitHub.cli.installer.yaml b/manifests/g/GitHub/cli/1.5.0/GitHub.cli.installer.yaml index ad809c7667941..7f44fd6885297 100644 --- a/manifests/g/GitHub/cli/1.5.0/GitHub.cli.installer.yaml +++ b/manifests/g/GitHub/cli/1.5.0/GitHub.cli.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.5 $debug=AUSU.5-1-22538-1000 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.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.cli PackageVersion: 1.5.0 @@ -11,4 +11,4 @@ Installers: InstallerSha256: 9A5FE347AC12F93D4CEC6044CC2543D6D2DC9FB00AC97A132287875103CC2728 ProductCode: '{3CDC7D34-BB1B-4C92-BB72-A085F06D37DF}' ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/1.5.0/GitHub.cli.locale.en-US.yaml b/manifests/g/GitHub/cli/1.5.0/GitHub.cli.locale.en-US.yaml index 42d905ce9b7b4..13bbe75de73f3 100644 --- a/manifests/g/GitHub/cli/1.5.0/GitHub.cli.locale.en-US.yaml +++ b/manifests/g/GitHub/cli/1.5.0/GitHub.cli.locale.en-US.yaml @@ -1,22 +1,22 @@ -# Created with YamlCreate.ps1 v2.0.5 $debug=AUSU.5-1-22538-1000 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.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.cli PackageVersion: 1.5.0 PackageLocale: en-US Publisher: Github Inc. -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: Author: GitHub PackageName: GitHub CLI PackageUrl: https://github.com/cli/cli License: Copyright (c) 2019 GitHub Inc. - MIT LicenseUrl: https://github.com/cli/cli/blob/HEAD/LICENSE -# Copyright: -# CopyrightUrl: +# Copyright: +# CopyrightUrl: ShortDescription: GitHub's official command-line tool. -# Description: +# Description: Moniker: gh Tags: - cli @@ -26,8 +26,10 @@ Tags: - official - 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/GitHub/cli/1.5.0/GitHub.cli.yaml b/manifests/g/GitHub/cli/1.5.0/GitHub.cli.yaml index 272e0b4a21963..f634942dbf08f 100644 --- a/manifests/g/GitHub/cli/1.5.0/GitHub.cli.yaml +++ b/manifests/g/GitHub/cli/1.5.0/GitHub.cli.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.5 $debug=AUSU.5-1-22538-1000 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.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.cli PackageVersion: 1.5.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/1.6.0/GitHub.cli.installer.yaml b/manifests/g/GitHub/cli/1.6.0/GitHub.cli.installer.yaml index bbb8a0fab9d8e..3be4d20595152 100644 --- a/manifests/g/GitHub/cli/1.6.0/GitHub.cli.installer.yaml +++ b/manifests/g/GitHub/cli/1.6.0/GitHub.cli.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.5 $debug=AUSU.5-1-22538-1000 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.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.cli PackageVersion: 1.6.0 @@ -11,4 +11,4 @@ Installers: InstallerSha256: AFD9B08DF43FCCCE905ACCBB164CD89E960F9FA0DA62EEE848D336BC6F2B1D53 ProductCode: '{A687B01A-113A-48AF-911B-F66BD2873D6B}' ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/1.6.0/GitHub.cli.locale.en-US.yaml b/manifests/g/GitHub/cli/1.6.0/GitHub.cli.locale.en-US.yaml index 2e3ed7be6be09..1c2187884faef 100644 --- a/manifests/g/GitHub/cli/1.6.0/GitHub.cli.locale.en-US.yaml +++ b/manifests/g/GitHub/cli/1.6.0/GitHub.cli.locale.en-US.yaml @@ -1,22 +1,22 @@ -# Created with YamlCreate.ps1 v2.0.5 $debug=AUSU.5-1-22538-1000 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.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.cli PackageVersion: 1.6.0 PackageLocale: en-US Publisher: Github Inc. -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: Author: GitHub PackageName: GitHub CLI PackageUrl: https://github.com/cli/cli License: Copyright (c) 2019 GitHub Inc. - MIT LicenseUrl: https://github.com/cli/cli/blob/HEAD/LICENSE -# Copyright: -# CopyrightUrl: +# Copyright: +# CopyrightUrl: ShortDescription: GitHub's official command-line tool. -# Description: +# Description: Moniker: gh Tags: - cli @@ -26,8 +26,10 @@ Tags: - official - 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/GitHub/cli/1.6.0/GitHub.cli.yaml b/manifests/g/GitHub/cli/1.6.0/GitHub.cli.yaml index deac9a018bbc3..fb37f2984d683 100644 --- a/manifests/g/GitHub/cli/1.6.0/GitHub.cli.yaml +++ b/manifests/g/GitHub/cli/1.6.0/GitHub.cli.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.5 $debug=AUSU.5-1-22538-1000 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.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.cli PackageVersion: 1.6.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/1.6.1/GitHub.cli.installer.yaml b/manifests/g/GitHub/cli/1.6.1/GitHub.cli.installer.yaml index 13fbd9f04a7eb..15319b3c2a987 100644 --- a/manifests/g/GitHub/cli/1.6.1/GitHub.cli.installer.yaml +++ b/manifests/g/GitHub/cli/1.6.1/GitHub.cli.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.5 $debug=AUSU.5-1-22538-1000 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.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.cli PackageVersion: 1.6.1 @@ -11,4 +11,4 @@ Installers: InstallerSha256: B675D171F7F1411E99F71553A23FCA24D76E34D27073A94CC7B1077F69415DFE ProductCode: '{55A671B0-49DF-4C3F-819F-4722F585DADE}' ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/1.6.1/GitHub.cli.locale.en-US.yaml b/manifests/g/GitHub/cli/1.6.1/GitHub.cli.locale.en-US.yaml index a696b43d25481..92308ae38bdef 100644 --- a/manifests/g/GitHub/cli/1.6.1/GitHub.cli.locale.en-US.yaml +++ b/manifests/g/GitHub/cli/1.6.1/GitHub.cli.locale.en-US.yaml @@ -1,22 +1,22 @@ -# Created with YamlCreate.ps1 v2.0.5 $debug=AUSU.5-1-22538-1000 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.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.cli PackageVersion: 1.6.1 PackageLocale: en-US Publisher: Github Inc. -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: Author: GitHub PackageName: GitHub CLI PackageUrl: https://github.com/cli/cli License: Copyright (c) 2019 GitHub Inc. - MIT LicenseUrl: https://github.com/cli/cli/blob/HEAD/LICENSE -# Copyright: -# CopyrightUrl: +# Copyright: +# CopyrightUrl: ShortDescription: GitHub's official command-line tool. -# Description: +# Description: Moniker: gh Tags: - cli @@ -26,8 +26,10 @@ Tags: - official - 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/GitHub/cli/1.6.1/GitHub.cli.yaml b/manifests/g/GitHub/cli/1.6.1/GitHub.cli.yaml index ac58f85b54ab5..e028c29eacfee 100644 --- a/manifests/g/GitHub/cli/1.6.1/GitHub.cli.yaml +++ b/manifests/g/GitHub/cli/1.6.1/GitHub.cli.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.5 $debug=AUSU.5-1-22538-1000 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.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.cli PackageVersion: 1.6.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/1.6.2/GitHub.cli.installer.yaml b/manifests/g/GitHub/cli/1.6.2/GitHub.cli.installer.yaml index 210af7b365939..a81546090d5c9 100644 --- a/manifests/g/GitHub/cli/1.6.2/GitHub.cli.installer.yaml +++ b/manifests/g/GitHub/cli/1.6.2/GitHub.cli.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.5 $debug=AUSU.5-1-22538-1000 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.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.cli PackageVersion: 1.6.2 @@ -11,4 +11,4 @@ Installers: InstallerSha256: DF3B446AACC8ADED212C267BA6F4E6E663E939C93351CF13928C8CE5C59723AD ProductCode: '{776052B2-954D-4B0C-B7FC-A4336E07D0E0}' ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/1.6.2/GitHub.cli.locale.en-US.yaml b/manifests/g/GitHub/cli/1.6.2/GitHub.cli.locale.en-US.yaml index fda7a8f0c6ad3..35744747809e0 100644 --- a/manifests/g/GitHub/cli/1.6.2/GitHub.cli.locale.en-US.yaml +++ b/manifests/g/GitHub/cli/1.6.2/GitHub.cli.locale.en-US.yaml @@ -1,22 +1,22 @@ -# Created with YamlCreate.ps1 v2.0.5 $debug=AUSU.5-1-22538-1000 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.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.cli PackageVersion: 1.6.2 PackageLocale: en-US Publisher: Github Inc. -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: Author: GitHub PackageName: GitHub CLI PackageUrl: https://github.com/cli/cli License: Copyright (c) 2019 GitHub Inc. - MIT LicenseUrl: https://github.com/cli/cli/blob/HEAD/LICENSE -# Copyright: -# CopyrightUrl: +# Copyright: +# CopyrightUrl: ShortDescription: GitHub's official command-line tool. -# Description: +# Description: Moniker: gh Tags: - cli @@ -26,8 +26,10 @@ Tags: - official - 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/GitHub/cli/1.6.2/GitHub.cli.yaml b/manifests/g/GitHub/cli/1.6.2/GitHub.cli.yaml index 6a536af708fc3..094691ba6569f 100644 --- a/manifests/g/GitHub/cli/1.6.2/GitHub.cli.yaml +++ b/manifests/g/GitHub/cli/1.6.2/GitHub.cli.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.5 $debug=AUSU.5-1-22538-1000 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.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.cli PackageVersion: 1.6.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/1.7.0/GitHub.cli.installer.yaml b/manifests/g/GitHub/cli/1.7.0/GitHub.cli.installer.yaml index 6efd8c839e973..20ded47713507 100644 --- a/manifests/g/GitHub/cli/1.7.0/GitHub.cli.installer.yaml +++ b/manifests/g/GitHub/cli/1.7.0/GitHub.cli.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.5 $debug=AUSU.5-1-22538-1000 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.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.cli PackageVersion: 1.7.0 @@ -11,4 +11,4 @@ Installers: InstallerSha256: 1DF51472AE593FC05DBF12DFE4A2FEBF930582B4AB1A92858E1832B267513704 ProductCode: '{390527D5-9CA6-472A-8BC5-DD938DFB7A5D}' ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/1.7.0/GitHub.cli.locale.en-US.yaml b/manifests/g/GitHub/cli/1.7.0/GitHub.cli.locale.en-US.yaml index ba68edebc8b5c..8b4a41e0f04cd 100644 --- a/manifests/g/GitHub/cli/1.7.0/GitHub.cli.locale.en-US.yaml +++ b/manifests/g/GitHub/cli/1.7.0/GitHub.cli.locale.en-US.yaml @@ -1,22 +1,22 @@ -# Created with YamlCreate.ps1 v2.0.5 $debug=AUSU.5-1-22538-1000 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.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.cli PackageVersion: 1.7.0 PackageLocale: en-US Publisher: Github Inc. -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: Author: GitHub PackageName: GitHub CLI PackageUrl: https://github.com/cli/cli License: Copyright (c) 2019 GitHub Inc. - MIT LicenseUrl: https://github.com/cli/cli/blob/HEAD/LICENSE -# Copyright: -# CopyrightUrl: +# Copyright: +# CopyrightUrl: ShortDescription: GitHub"s official command-line tool. -# Description: +# Description: Moniker: gh Tags: - cli @@ -26,8 +26,10 @@ Tags: - official - 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/GitHub/cli/1.7.0/GitHub.cli.yaml b/manifests/g/GitHub/cli/1.7.0/GitHub.cli.yaml index de06a07f2bb74..7e1f757ae3132 100644 --- a/manifests/g/GitHub/cli/1.7.0/GitHub.cli.yaml +++ b/manifests/g/GitHub/cli/1.7.0/GitHub.cli.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.5 $debug=AUSU.5-1-22538-1000 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.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.cli PackageVersion: 1.7.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/1.8.0/GitHub.cli.installer.yaml b/manifests/g/GitHub/cli/1.8.0/GitHub.cli.installer.yaml index b2a106b629a21..0be2c553a6a8a 100644 --- a/manifests/g/GitHub/cli/1.8.0/GitHub.cli.installer.yaml +++ b/manifests/g/GitHub/cli/1.8.0/GitHub.cli.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.5 $debug=AUSU.5-1-22538-1000 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.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.cli PackageVersion: 1.8.0 @@ -11,4 +11,4 @@ Installers: InstallerSha256: 1C84CD3CAEA6426DBA5E10DA93789AD05F4A2AE98C444561915070DC7B709F09 ProductCode: '{1E2907DD-7ECF-46DC-A55A-B403D03EE3A8}' ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/1.8.0/GitHub.cli.locale.en-US.yaml b/manifests/g/GitHub/cli/1.8.0/GitHub.cli.locale.en-US.yaml index 18ebc3eb86c81..098705c5f424d 100644 --- a/manifests/g/GitHub/cli/1.8.0/GitHub.cli.locale.en-US.yaml +++ b/manifests/g/GitHub/cli/1.8.0/GitHub.cli.locale.en-US.yaml @@ -1,22 +1,22 @@ -# Created with YamlCreate.ps1 v2.0.5 $debug=AUSU.5-1-22538-1000 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.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.cli PackageVersion: 1.8.0 PackageLocale: en-US Publisher: Github Inc. -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: Author: GitHub PackageName: GitHub CLI PackageUrl: https://github.com/cli/cli License: Copyright (c) 2019 GitHub Inc. - MIT LicenseUrl: https://github.com/cli/cli/blob/HEAD/LICENSE -# Copyright: -# CopyrightUrl: +# Copyright: +# CopyrightUrl: ShortDescription: GitHub"s official command-line tool. -# Description: +# Description: Moniker: gh Tags: - cli @@ -26,8 +26,10 @@ Tags: - official - 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/GitHub/cli/1.8.0/GitHub.cli.yaml b/manifests/g/GitHub/cli/1.8.0/GitHub.cli.yaml index bf18ef6506032..0be71cc82d5b1 100644 --- a/manifests/g/GitHub/cli/1.8.0/GitHub.cli.yaml +++ b/manifests/g/GitHub/cli/1.8.0/GitHub.cli.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.5 $debug=AUSU.5-1-22538-1000 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.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.cli PackageVersion: 1.8.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/1.8.1/GitHub.cli.installer.yaml b/manifests/g/GitHub/cli/1.8.1/GitHub.cli.installer.yaml index d46f8397b3fc1..8584f66711c6e 100644 --- a/manifests/g/GitHub/cli/1.8.1/GitHub.cli.installer.yaml +++ b/manifests/g/GitHub/cli/1.8.1/GitHub.cli.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.5 $debug=AUSU.5-1-22538-1000 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.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.cli PackageVersion: 1.8.1 @@ -11,4 +11,4 @@ Installers: InstallerSha256: 2C18CCAB2105A88F1E2812314CFAFF0E1C8CC3E3C3F41DDC810646EA79424582 ProductCode: '{AA034C20-8EFE-4520-8360-E395C987C580}' ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/1.8.1/GitHub.cli.locale.en-US.yaml b/manifests/g/GitHub/cli/1.8.1/GitHub.cli.locale.en-US.yaml index e133cd53f6b92..8276d8bfe59ea 100644 --- a/manifests/g/GitHub/cli/1.8.1/GitHub.cli.locale.en-US.yaml +++ b/manifests/g/GitHub/cli/1.8.1/GitHub.cli.locale.en-US.yaml @@ -1,22 +1,22 @@ -# Created with YamlCreate.ps1 v2.0.5 $debug=AUSU.5-1-22538-1000 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.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.cli PackageVersion: 1.8.1 PackageLocale: en-US Publisher: Github Inc. -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: Author: GitHub PackageName: GitHub CLI PackageUrl: https://github.com/cli/cli License: Copyright (c) 2019 GitHub Inc. - MIT LicenseUrl: https://github.com/cli/cli/blob/HEAD/LICENSE -# Copyright: -# CopyrightUrl: +# Copyright: +# CopyrightUrl: ShortDescription: GitHub"s official command-line tool. -# Description: +# Description: Moniker: gh Tags: - cli @@ -26,8 +26,10 @@ Tags: - official - 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/GitHub/cli/1.8.1/GitHub.cli.yaml b/manifests/g/GitHub/cli/1.8.1/GitHub.cli.yaml index f679f8e207f39..1f97b95a544ea 100644 --- a/manifests/g/GitHub/cli/1.8.1/GitHub.cli.yaml +++ b/manifests/g/GitHub/cli/1.8.1/GitHub.cli.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.5 $debug=AUSU.5-1-22538-1000 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.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.cli PackageVersion: 1.8.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/1.9.0/GitHub.cli.installer.yaml b/manifests/g/GitHub/cli/1.9.0/GitHub.cli.installer.yaml index 865c7e4773339..1826a24b005fb 100644 --- a/manifests/g/GitHub/cli/1.9.0/GitHub.cli.installer.yaml +++ b/manifests/g/GitHub/cli/1.9.0/GitHub.cli.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.5 $debug=AUSU.5-1-22538-1000 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.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.cli PackageVersion: 1.9.0 @@ -11,4 +11,4 @@ Installers: InstallerSha256: C100C7AB91FE203671AB7D5A5FF18B2210E8E2359C3FEE72EA5A39739F9F6AF2 ProductCode: '{B88B61BE-30C9-46B4-8295-04F5D470E28D}' ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/1.9.0/GitHub.cli.locale.en-US.yaml b/manifests/g/GitHub/cli/1.9.0/GitHub.cli.locale.en-US.yaml index 41ba1253a92db..81cfee401c3f3 100644 --- a/manifests/g/GitHub/cli/1.9.0/GitHub.cli.locale.en-US.yaml +++ b/manifests/g/GitHub/cli/1.9.0/GitHub.cli.locale.en-US.yaml @@ -1,22 +1,22 @@ -# Created with YamlCreate.ps1 v2.0.5 $debug=AUSU.5-1-22538-1000 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.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.cli PackageVersion: 1.9.0 PackageLocale: en-US Publisher: Github Inc. -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: Author: GitHub PackageName: GitHub CLI PackageUrl: https://github.com/cli/cli License: Copyright (c) 2019 GitHub Inc. - MIT LicenseUrl: https://github.com/cli/cli/blob/HEAD/LICENSE -# Copyright: -# CopyrightUrl: +# Copyright: +# CopyrightUrl: ShortDescription: GitHub"s official command-line tool. -# Description: +# Description: Moniker: gh Tags: - cli @@ -26,8 +26,10 @@ Tags: - official - 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/GitHub/cli/1.9.0/GitHub.cli.yaml b/manifests/g/GitHub/cli/1.9.0/GitHub.cli.yaml index 0f72202167939..030a98a8fb839 100644 --- a/manifests/g/GitHub/cli/1.9.0/GitHub.cli.yaml +++ b/manifests/g/GitHub/cli/1.9.0/GitHub.cli.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.5 $debug=AUSU.5-1-22538-1000 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.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.cli PackageVersion: 1.9.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/1.9.1/GitHub.cli.installer.yaml b/manifests/g/GitHub/cli/1.9.1/GitHub.cli.installer.yaml index f5e8037c5c50d..e025f42dc6d11 100644 --- a/manifests/g/GitHub/cli/1.9.1/GitHub.cli.installer.yaml +++ b/manifests/g/GitHub/cli/1.9.1/GitHub.cli.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.5 $debug=AUSU.5-1-22538-1000 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.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.cli PackageVersion: 1.9.1 @@ -11,4 +11,4 @@ Installers: InstallerSha256: 1D28A7A16FFA1B338CBA3CBE70D0ACBDAAE53E0B331E38C003D15893D1F10759 ProductCode: '{B37A1DCF-344F-47E9-8F5D-30DAE8C25C89}' ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/1.9.1/GitHub.cli.locale.en-US.yaml b/manifests/g/GitHub/cli/1.9.1/GitHub.cli.locale.en-US.yaml index 49066d393f9e1..58443986b2a1c 100644 --- a/manifests/g/GitHub/cli/1.9.1/GitHub.cli.locale.en-US.yaml +++ b/manifests/g/GitHub/cli/1.9.1/GitHub.cli.locale.en-US.yaml @@ -1,22 +1,22 @@ -# Created with YamlCreate.ps1 v2.0.5 $debug=AUSU.5-1-22538-1000 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.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.cli PackageVersion: 1.9.1 PackageLocale: en-US Publisher: Github Inc. -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: Author: GitHub PackageName: GitHub CLI PackageUrl: https://github.com/cli/cli License: Copyright (c) 2019 GitHub Inc. - MIT LicenseUrl: https://github.com/cli/cli/blob/HEAD/LICENSE -# Copyright: -# CopyrightUrl: +# Copyright: +# CopyrightUrl: ShortDescription: GitHub"s official command-line tool. -# Description: +# Description: Moniker: gh Tags: - cli @@ -26,8 +26,10 @@ Tags: - official - 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/GitHub/cli/1.9.1/GitHub.cli.yaml b/manifests/g/GitHub/cli/1.9.1/GitHub.cli.yaml index 7d09eb95e473d..d1368ed900ee1 100644 --- a/manifests/g/GitHub/cli/1.9.1/GitHub.cli.yaml +++ b/manifests/g/GitHub/cli/1.9.1/GitHub.cli.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.5 $debug=AUSU.5-1-22538-1000 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.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.cli PackageVersion: 1.9.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/1.9.2/GitHub.cli.installer.yaml b/manifests/g/GitHub/cli/1.9.2/GitHub.cli.installer.yaml index 0eb67452f3fce..c6e8bf51da478 100644 --- a/manifests/g/GitHub/cli/1.9.2/GitHub.cli.installer.yaml +++ b/manifests/g/GitHub/cli/1.9.2/GitHub.cli.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.5 $debug=AUSU.5-1-22538-1000 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.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.cli PackageVersion: 1.9.2 @@ -20,4 +20,4 @@ Installers: InstallerSha256: AD251BF2103648796C18173CFC52A9A1B6DB8EDD6405173615A2663EB336316F ProductCode: '{F74F2123-FB6F-4983-BB93-AAD08A0F8E05}' ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/1.9.2/GitHub.cli.locale.en-US.yaml b/manifests/g/GitHub/cli/1.9.2/GitHub.cli.locale.en-US.yaml index e8442e610ab07..b076cea524c54 100644 --- a/manifests/g/GitHub/cli/1.9.2/GitHub.cli.locale.en-US.yaml +++ b/manifests/g/GitHub/cli/1.9.2/GitHub.cli.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.5 $debug=AUSU.5-1-22538-1000 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.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.cli PackageVersion: 1.9.2 @@ -16,7 +16,7 @@ LicenseUrl: https://github.com/cli/cli/blob/HEAD/LICENSE Copyright: Copyright (c) 2019 GitHub Inc. CopyrightUrl: https://github.com/cli/cli/blob/trunk/LICENSE ShortDescription: GitHubs official command-line tool. -# Description: +# Description: Moniker: gh Tags: - cli @@ -25,8 +25,10 @@ Tags: - open-source - 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/GitHub/cli/1.9.2/GitHub.cli.yaml b/manifests/g/GitHub/cli/1.9.2/GitHub.cli.yaml index 0db0940f3245b..7ad8c464358b2 100644 --- a/manifests/g/GitHub/cli/1.9.2/GitHub.cli.yaml +++ b/manifests/g/GitHub/cli/1.9.2/GitHub.cli.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.5 $debug=AUSU.5-1-22538-1000 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.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.cli PackageVersion: 1.9.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.0.0/GitHub.cli.installer.yaml b/manifests/g/GitHub/cli/2.0.0/GitHub.cli.installer.yaml index f3deef1582b70..d739ff1acd444 100644 --- a/manifests/g/GitHub/cli/2.0.0/GitHub.cli.installer.yaml +++ b/manifests/g/GitHub/cli/2.0.0/GitHub.cli.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.5 $debug=AUSU.5-1-22538-1000 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.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.cli PackageVersion: 2.0.0 @@ -20,4 +20,4 @@ Installers: InstallerSha256: 09761EBFCF1A294B79CF5C820D2A51EDCA9D5E515CBD1036C45862C462B36189 ProductCode: '{9D2DB17D-1F8D-48B5-8FD1-A9C0DE14976B}' ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.0.0/GitHub.cli.locale.en-US.yaml b/manifests/g/GitHub/cli/2.0.0/GitHub.cli.locale.en-US.yaml index ff4105a639b60..9732aed3b5678 100644 --- a/manifests/g/GitHub/cli/2.0.0/GitHub.cli.locale.en-US.yaml +++ b/manifests/g/GitHub/cli/2.0.0/GitHub.cli.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.5 $debug=AUSU.5-1-22538-1000 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.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.cli PackageVersion: 2.0.0 @@ -16,18 +16,20 @@ LicenseUrl: https://github.com/cli/cli/blob/HEAD/LICENSE Copyright: Copyright (c) 2019 GitHub Inc. CopyrightUrl: https://github.com/cli/cli/blob/trunk/LICENSE ShortDescription: GitHubs official command-line tool. -# Description: +# Description: Moniker: gh Tags: - cli -- commandline - command-line +- commandline - foss - open-source - 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/GitHub/cli/2.0.0/GitHub.cli.yaml b/manifests/g/GitHub/cli/2.0.0/GitHub.cli.yaml index 1877781be0618..5a77e9ddf97cd 100644 --- a/manifests/g/GitHub/cli/2.0.0/GitHub.cli.yaml +++ b/manifests/g/GitHub/cli/2.0.0/GitHub.cli.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.5 $debug=AUSU.5-1-22538-1000 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.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.cli PackageVersion: 2.0.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.1.0/GitHub.cli.installer.yaml b/manifests/g/GitHub/cli/2.1.0/GitHub.cli.installer.yaml index 75a26c505755b..d4acb38290fb0 100644 --- a/manifests/g/GitHub/cli/2.1.0/GitHub.cli.installer.yaml +++ b/manifests/g/GitHub/cli/2.1.0/GitHub.cli.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.5 $debug=AUSU.5-1-22538-1000 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.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.cli PackageVersion: 2.1.0 @@ -20,4 +20,4 @@ Installers: InstallerSha256: 1333A7DAE999500EDF7DFC853FC6F0FF4AB60CD6145FCEFA749635772FE4CED5 ProductCode: '{7B2B5232-3377-484A-BF8F-CE09AAEEF48E}' ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.1.0/GitHub.cli.locale.en-US.yaml b/manifests/g/GitHub/cli/2.1.0/GitHub.cli.locale.en-US.yaml index dc2450c037c65..e5b910f8bab78 100644 --- a/manifests/g/GitHub/cli/2.1.0/GitHub.cli.locale.en-US.yaml +++ b/manifests/g/GitHub/cli/2.1.0/GitHub.cli.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.5 $debug=AUSU.5-1-22538-1000 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.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.cli PackageVersion: 2.1.0 @@ -16,7 +16,7 @@ LicenseUrl: https://github.com/cli/cli/blob/HEAD/LICENSE Copyright: Copyright (c) 2019 GitHub Inc. CopyrightUrl: https://github.com/cli/cli/blob/trunk/LICENSE ShortDescription: GitHubs official command-line tool. -# Description: +# Description: Moniker: gh Tags: - cli @@ -25,8 +25,10 @@ Tags: - open-source - 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/GitHub/cli/2.1.0/GitHub.cli.yaml b/manifests/g/GitHub/cli/2.1.0/GitHub.cli.yaml index 2a29c211c710a..c238d0fd7a19e 100644 --- a/manifests/g/GitHub/cli/2.1.0/GitHub.cli.yaml +++ b/manifests/g/GitHub/cli/2.1.0/GitHub.cli.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.5 $debug=AUSU.5-1-22538-1000 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.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.cli PackageVersion: 2.1.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.10.1/GitHub.cli.installer.yaml b/manifests/g/GitHub/cli/2.10.1/GitHub.cli.installer.yaml index d98083ad47139..6169a474eed50 100644 --- a/manifests/g/GitHub/cli/2.10.1/GitHub.cli.installer.yaml +++ b/manifests/g/GitHub/cli/2.10.1/GitHub.cli.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: GitHub.cli PackageVersion: 2.10.1 @@ -22,4 +22,4 @@ Installers: InstallerSha256: 32318902A735AC0F738A861BF7F425C1278C994145708181562C9C7D727C1225 ProductCode: '{6E9B412F-42F0-4819-BDFF-3BFE1A28F531}' ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.10.1/GitHub.cli.locale.en-US.yaml b/manifests/g/GitHub/cli/2.10.1/GitHub.cli.locale.en-US.yaml index 04805d85f48e8..7888159dd0aed 100644 --- a/manifests/g/GitHub/cli/2.10.1/GitHub.cli.locale.en-US.yaml +++ b/manifests/g/GitHub/cli/2.10.1/GitHub.cli.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: GitHub.cli PackageVersion: 2.10.1 @@ -25,8 +25,10 @@ Tags: - open-source - tool - utility -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/cli/cli/releases/tag/v2.10.1 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.10.1/GitHub.cli.yaml b/manifests/g/GitHub/cli/2.10.1/GitHub.cli.yaml index e752174de537c..4a81de1c4be24 100644 --- a/manifests/g/GitHub/cli/2.10.1/GitHub.cli.yaml +++ b/manifests/g/GitHub/cli/2.10.1/GitHub.cli.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: GitHub.cli PackageVersion: 2.10.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.11.0/GitHub.cli.installer.yaml b/manifests/g/GitHub/cli/2.11.0/GitHub.cli.installer.yaml index b038ed5471c37..76039575016f4 100644 --- a/manifests/g/GitHub/cli/2.11.0/GitHub.cli.installer.yaml +++ b/manifests/g/GitHub/cli/2.11.0/GitHub.cli.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: GitHub.cli PackageVersion: 2.11.0 @@ -22,4 +22,4 @@ Installers: InstallerSha256: C6129FA0303319073DF887D8C62C10AECF0627CBBB3FBE1AAED41074EBCFB5CD ProductCode: '{69E1881F-DBFB-4334-96FE-8792BB482F52}' ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.11.0/GitHub.cli.locale.en-US.yaml b/manifests/g/GitHub/cli/2.11.0/GitHub.cli.locale.en-US.yaml index cb2f1afd3582d..daa2485dae158 100644 --- a/manifests/g/GitHub/cli/2.11.0/GitHub.cli.locale.en-US.yaml +++ b/manifests/g/GitHub/cli/2.11.0/GitHub.cli.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: GitHub.cli PackageVersion: 2.11.0 @@ -25,8 +25,10 @@ Tags: - open-source - tool - utility -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/cli/cli/releases/tag/v2.11.0 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.11.0/GitHub.cli.yaml b/manifests/g/GitHub/cli/2.11.0/GitHub.cli.yaml index a33b1fdd4b34f..07b5f37423abf 100644 --- a/manifests/g/GitHub/cli/2.11.0/GitHub.cli.yaml +++ b/manifests/g/GitHub/cli/2.11.0/GitHub.cli.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: GitHub.cli PackageVersion: 2.11.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.11.1/GitHub.cli.installer.yaml b/manifests/g/GitHub/cli/2.11.1/GitHub.cli.installer.yaml index 952ccbde024a1..77843a3ff65e5 100644 --- a/manifests/g/GitHub/cli/2.11.1/GitHub.cli.installer.yaml +++ b/manifests/g/GitHub/cli/2.11.1/GitHub.cli.installer.yaml @@ -1,4 +1,6 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.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.cli PackageVersion: 2.11.1 Platform: @@ -18,7 +20,6 @@ Installers: - Architecture: x64 InstallerUrl: https://github.com/cli/cli/releases/download/v2.11.1/gh_2.11.1_windows_amd64.msi InstallerSha256: F5799CA7A4290C8B57687C64F3B0B40CEF625A8594C9E0DF8A2BF132345F8BF9 - ProductCode: "{B1E80266-DE58-4062-A385-4A148BF56BE6}" + ProductCode: '{B1E80266-DE58-4062-A385-4A148BF56BE6}' ManifestType: installer -ManifestVersion: 1.1.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.11.1/GitHub.cli.locale.en-US.yaml b/manifests/g/GitHub/cli/2.11.1/GitHub.cli.locale.en-US.yaml index fca340b3cc228..2a2ea8814735b 100644 --- a/manifests/g/GitHub/cli/2.11.1/GitHub.cli.locale.en-US.yaml +++ b/manifests/g/GitHub/cli/2.11.1/GitHub.cli.locale.en-US.yaml @@ -1,4 +1,6 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultlocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.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.cli PackageVersion: 2.11.1 PackageLocale: en-US @@ -23,7 +25,10 @@ Tags: - open-source - tool - utility +# ReleaseNotes: ReleaseNotesUrl: https://github.com/cli/cli/releases/tag/v2.11.1 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.11.1/GitHub.cli.yaml b/manifests/g/GitHub/cli/2.11.1/GitHub.cli.yaml index 582fed87596db..a5eb892ec26a7 100644 --- a/manifests/g/GitHub/cli/2.11.1/GitHub.cli.yaml +++ b/manifests/g/GitHub/cli/2.11.1/GitHub.cli.yaml @@ -1,7 +1,8 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.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.cli PackageVersion: 2.11.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.11.3/GitHub.cli.installer.yaml b/manifests/g/GitHub/cli/2.11.3/GitHub.cli.installer.yaml index 0b3d8fd1819e7..5bc836ca6b791 100644 --- a/manifests/g/GitHub/cli/2.11.3/GitHub.cli.installer.yaml +++ b/manifests/g/GitHub/cli/2.11.3/GitHub.cli.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: GitHub.cli PackageVersion: 2.11.3 @@ -22,4 +22,4 @@ Installers: InstallerSha256: E2ADF113102ED45CC65DF00F5F777623022478D9AD3F78B5AEA6B8F2FF85B928 ProductCode: '{68D93873-D711-4D3F-9D34-3EC1C2F3E2D2}' ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.11.3/GitHub.cli.locale.en-US.yaml b/manifests/g/GitHub/cli/2.11.3/GitHub.cli.locale.en-US.yaml index 56b329e855195..632b0f4115f95 100644 --- a/manifests/g/GitHub/cli/2.11.3/GitHub.cli.locale.en-US.yaml +++ b/manifests/g/GitHub/cli/2.11.3/GitHub.cli.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: GitHub.cli PackageVersion: 2.11.3 @@ -25,8 +25,10 @@ Tags: - open-source - tool - utility -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/cli/cli/releases/tag/v2.11.3 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.11.3/GitHub.cli.yaml b/manifests/g/GitHub/cli/2.11.3/GitHub.cli.yaml index 3389b3f7d1f36..f5af153b51b91 100644 --- a/manifests/g/GitHub/cli/2.11.3/GitHub.cli.yaml +++ b/manifests/g/GitHub/cli/2.11.3/GitHub.cli.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: GitHub.cli PackageVersion: 2.11.3 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.12.0/GitHub.cli.installer.yaml b/manifests/g/GitHub/cli/2.12.0/GitHub.cli.installer.yaml index 4f42eb08ddb73..867a484e53469 100644 --- a/manifests/g/GitHub/cli/2.12.0/GitHub.cli.installer.yaml +++ b/manifests/g/GitHub/cli/2.12.0/GitHub.cli.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: GitHub.cli PackageVersion: 2.12.0 @@ -22,4 +22,4 @@ Installers: InstallerSha256: D098B0B631821D282F787465E906F620E739B019D0A884E6307EEA16B3294E54 ProductCode: '{5AAD7018-EC34-4E7D-9139-DEEC894D83B1}' ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.12.0/GitHub.cli.locale.en-US.yaml b/manifests/g/GitHub/cli/2.12.0/GitHub.cli.locale.en-US.yaml index 91173da8f5c62..57fb89f68a065 100644 --- a/manifests/g/GitHub/cli/2.12.0/GitHub.cli.locale.en-US.yaml +++ b/manifests/g/GitHub/cli/2.12.0/GitHub.cli.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: GitHub.cli PackageVersion: 2.12.0 @@ -25,8 +25,10 @@ Tags: - open-source - tool - utility -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/cli/cli/releases/tag/v2.12.0 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.12.0/GitHub.cli.yaml b/manifests/g/GitHub/cli/2.12.0/GitHub.cli.yaml index d01cf6af1c182..3805ad8ba21b1 100644 --- a/manifests/g/GitHub/cli/2.12.0/GitHub.cli.yaml +++ b/manifests/g/GitHub/cli/2.12.0/GitHub.cli.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: GitHub.cli PackageVersion: 2.12.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.12.1/GitHub.cli.installer.yaml b/manifests/g/GitHub/cli/2.12.1/GitHub.cli.installer.yaml index f1ee3beb84d7b..ec65feea2b691 100644 --- a/manifests/g/GitHub/cli/2.12.1/GitHub.cli.installer.yaml +++ b/manifests/g/GitHub/cli/2.12.1/GitHub.cli.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: GitHub.cli PackageVersion: 2.12.1 @@ -22,4 +22,4 @@ Installers: InstallerSha256: D9AEED9CBBA4C8BB923EEC80AC2AE986323E8D29517ECAED454F767ECC836F9B ProductCode: '{260FF05E-B80A-49D4-AAE7-7E76995692CB}' ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.12.1/GitHub.cli.locale.en-US.yaml b/manifests/g/GitHub/cli/2.12.1/GitHub.cli.locale.en-US.yaml index b0136ac02ee97..d076f6380063d 100644 --- a/manifests/g/GitHub/cli/2.12.1/GitHub.cli.locale.en-US.yaml +++ b/manifests/g/GitHub/cli/2.12.1/GitHub.cli.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: GitHub.cli PackageVersion: 2.12.1 @@ -25,8 +25,10 @@ Tags: - open-source - tool - utility -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/cli/cli/releases/tag/v2.12.1 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.12.1/GitHub.cli.yaml b/manifests/g/GitHub/cli/2.12.1/GitHub.cli.yaml index 4cf3707ae3612..e250bbdf92904 100644 --- a/manifests/g/GitHub/cli/2.12.1/GitHub.cli.yaml +++ b/manifests/g/GitHub/cli/2.12.1/GitHub.cli.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: GitHub.cli PackageVersion: 2.12.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.13.0/GitHub.cli.installer.yaml b/manifests/g/GitHub/cli/2.13.0/GitHub.cli.installer.yaml index 6e554752c6448..2ae1aed0bc100 100644 --- a/manifests/g/GitHub/cli/2.13.0/GitHub.cli.installer.yaml +++ b/manifests/g/GitHub/cli/2.13.0/GitHub.cli.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: GitHub.cli PackageVersion: 2.13.0 @@ -22,4 +22,4 @@ Installers: InstallerSha256: 35DE663692A37A7A3EEDFA3B0497F3D666E1A0011AD36FCA65F5D6813ABBB335 ProductCode: '{E4A3080C-0E6C-441F-8293-A61ED0B79C75}' ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.13.0/GitHub.cli.locale.en-US.yaml b/manifests/g/GitHub/cli/2.13.0/GitHub.cli.locale.en-US.yaml index b44811e9bde47..07738b0d0f015 100644 --- a/manifests/g/GitHub/cli/2.13.0/GitHub.cli.locale.en-US.yaml +++ b/manifests/g/GitHub/cli/2.13.0/GitHub.cli.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: GitHub.cli PackageVersion: 2.13.0 @@ -25,8 +25,10 @@ Tags: - open-source - tool - utility -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/cli/cli/releases/tag/v2.13.0 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.13.0/GitHub.cli.yaml b/manifests/g/GitHub/cli/2.13.0/GitHub.cli.yaml index 7dc00ae75b107..2b08106087a8d 100644 --- a/manifests/g/GitHub/cli/2.13.0/GitHub.cli.yaml +++ b/manifests/g/GitHub/cli/2.13.0/GitHub.cli.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: GitHub.cli PackageVersion: 2.13.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.14.1/GitHub.cli.installer.yaml b/manifests/g/GitHub/cli/2.14.1/GitHub.cli.installer.yaml index ac94cc61b7bfe..296ffaf2de64d 100644 --- a/manifests/g/GitHub/cli/2.14.1/GitHub.cli.installer.yaml +++ b/manifests/g/GitHub/cli/2.14.1/GitHub.cli.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: GitHub.cli PackageVersion: 2.14.1 @@ -22,4 +22,4 @@ Installers: InstallerSha256: 3AE4C1DC12A97C296F9E6158B9B8A4857818ABC3BD9AEF413BD0F2A5CC0AB0BD ProductCode: '{C46BF491-D804-4695-867D-554A899E3C31}' ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.14.1/GitHub.cli.locale.en-US.yaml b/manifests/g/GitHub/cli/2.14.1/GitHub.cli.locale.en-US.yaml index fb782e9bd93bd..db30437acb5e3 100644 --- a/manifests/g/GitHub/cli/2.14.1/GitHub.cli.locale.en-US.yaml +++ b/manifests/g/GitHub/cli/2.14.1/GitHub.cli.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: GitHub.cli PackageVersion: 2.14.1 @@ -25,8 +25,10 @@ Tags: - open-source - tool - utility -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/cli/cli/releases/tag/v2.14.1 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.14.1/GitHub.cli.yaml b/manifests/g/GitHub/cli/2.14.1/GitHub.cli.yaml index 001ae910d2ede..10035b7e9cc03 100644 --- a/manifests/g/GitHub/cli/2.14.1/GitHub.cli.yaml +++ b/manifests/g/GitHub/cli/2.14.1/GitHub.cli.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: GitHub.cli PackageVersion: 2.14.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.14.2/GitHub.cli.installer.yaml b/manifests/g/GitHub/cli/2.14.2/GitHub.cli.installer.yaml index 13b54f6125a3e..6ebf5dc810e4c 100644 --- a/manifests/g/GitHub/cli/2.14.2/GitHub.cli.installer.yaml +++ b/manifests/g/GitHub/cli/2.14.2/GitHub.cli.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: GitHub.cli PackageVersion: 2.14.2 @@ -22,4 +22,4 @@ Installers: InstallerSha256: A4C2D594981CFC0C0F02DBC9CBDFFA878B00B26C3E5BD3265290BF66CAEA07CB ProductCode: '{FD839A1A-FEFD-4436-825F-FC3EDB09ECC0}' ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.14.2/GitHub.cli.locale.en-US.yaml b/manifests/g/GitHub/cli/2.14.2/GitHub.cli.locale.en-US.yaml index 98e494222acce..bad451fe9bc63 100644 --- a/manifests/g/GitHub/cli/2.14.2/GitHub.cli.locale.en-US.yaml +++ b/manifests/g/GitHub/cli/2.14.2/GitHub.cli.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: GitHub.cli PackageVersion: 2.14.2 @@ -25,8 +25,10 @@ Tags: - open-source - tool - utility -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/cli/cli/releases/tag/v2.14.2 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.14.2/GitHub.cli.yaml b/manifests/g/GitHub/cli/2.14.2/GitHub.cli.yaml index 3a03085fe5428..42730bc2f981a 100644 --- a/manifests/g/GitHub/cli/2.14.2/GitHub.cli.yaml +++ b/manifests/g/GitHub/cli/2.14.2/GitHub.cli.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: GitHub.cli PackageVersion: 2.14.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.14.3/GitHub.cli.installer.yaml b/manifests/g/GitHub/cli/2.14.3/GitHub.cli.installer.yaml index ed4603a342d25..0a7353f572328 100644 --- a/manifests/g/GitHub/cli/2.14.3/GitHub.cli.installer.yaml +++ b/manifests/g/GitHub/cli/2.14.3/GitHub.cli.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: GitHub.cli PackageVersion: 2.14.3 @@ -22,4 +22,4 @@ Installers: InstallerSha256: 7F35A6AB1CB9D6A3F4C1C42834B7B163FC71A9D8506187A29B3A3770854D030B ProductCode: '{5787E29A-8403-4428-8333-D5BD2B155C20}' ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.14.3/GitHub.cli.locale.en-US.yaml b/manifests/g/GitHub/cli/2.14.3/GitHub.cli.locale.en-US.yaml index 2421b20bdc4f0..5053c415eca81 100644 --- a/manifests/g/GitHub/cli/2.14.3/GitHub.cli.locale.en-US.yaml +++ b/manifests/g/GitHub/cli/2.14.3/GitHub.cli.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: GitHub.cli PackageVersion: 2.14.3 @@ -25,8 +25,10 @@ Tags: - open-source - tool - utility -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/cli/cli/releases/tag/v2.14.3 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.14.3/GitHub.cli.yaml b/manifests/g/GitHub/cli/2.14.3/GitHub.cli.yaml index 437e9f434ecc8..8251e9e256d5b 100644 --- a/manifests/g/GitHub/cli/2.14.3/GitHub.cli.yaml +++ b/manifests/g/GitHub/cli/2.14.3/GitHub.cli.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: GitHub.cli PackageVersion: 2.14.3 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.14.4/GitHub.cli.installer.yaml b/manifests/g/GitHub/cli/2.14.4/GitHub.cli.installer.yaml index bea42d7e56155..a2d80eea1d203 100644 --- a/manifests/g/GitHub/cli/2.14.4/GitHub.cli.installer.yaml +++ b/manifests/g/GitHub/cli/2.14.4/GitHub.cli.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: GitHub.cli PackageVersion: 2.14.4 @@ -21,4 +21,4 @@ Installers: InstallerSha256: 6A19814886BE96750677444EF8E27284993B73FDADED43FB497E6308AD72E2B7 ProductCode: '{FC3CEC8E-408E-4A57-AAD8-636A82E00DD3}' ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.14.4/GitHub.cli.locale.en-US.yaml b/manifests/g/GitHub/cli/2.14.4/GitHub.cli.locale.en-US.yaml index d41905a12c8d4..217b31f626a1a 100644 --- a/manifests/g/GitHub/cli/2.14.4/GitHub.cli.locale.en-US.yaml +++ b/manifests/g/GitHub/cli/2.14.4/GitHub.cli.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: GitHub.cli PackageVersion: 2.14.4 @@ -25,11 +25,10 @@ Tags: - open-source - tool - utility -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/cli/cli/releases/tag/v2.14.4 -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.14.4/GitHub.cli.yaml b/manifests/g/GitHub/cli/2.14.4/GitHub.cli.yaml index 778afadd83987..5fa242d603300 100644 --- a/manifests/g/GitHub/cli/2.14.4/GitHub.cli.yaml +++ b/manifests/g/GitHub/cli/2.14.4/GitHub.cli.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: GitHub.cli PackageVersion: 2.14.4 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.14.6/GitHub.cli.installer.yaml b/manifests/g/GitHub/cli/2.14.6/GitHub.cli.installer.yaml index efb85144311bb..398e0bbfa9c6b 100644 --- a/manifests/g/GitHub/cli/2.14.6/GitHub.cli.installer.yaml +++ b/manifests/g/GitHub/cli/2.14.6/GitHub.cli.installer.yaml @@ -1,4 +1,6 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.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.cli PackageVersion: 2.14.6 Platform: @@ -17,7 +19,6 @@ Installers: - Architecture: x64 InstallerUrl: https://github.com/cli/cli/releases/download/v2.14.6/gh_2.14.6_windows_amd64.msi InstallerSha256: 5AD13935E32712C53E573A5BC43BEA30567D2D68852C95BD9E758C84F9CEFA08 - ProductCode: "{4830DC1C-A1E2-4998-8C69-6397854E4F96}" + ProductCode: '{4830DC1C-A1E2-4998-8C69-6397854E4F96}' ManifestType: installer -ManifestVersion: 1.1.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.14.6/GitHub.cli.locale.en-US.yaml b/manifests/g/GitHub/cli/2.14.6/GitHub.cli.locale.en-US.yaml index 38ecf808074c1..91dff614bde2c 100644 --- a/manifests/g/GitHub/cli/2.14.6/GitHub.cli.locale.en-US.yaml +++ b/manifests/g/GitHub/cli/2.14.6/GitHub.cli.locale.en-US.yaml @@ -1,4 +1,6 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultlocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.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.cli PackageVersion: 2.14.6 PackageLocale: en-US @@ -23,7 +25,10 @@ Tags: - open-source - tool - utility +# ReleaseNotes: ReleaseNotesUrl: https://github.com/cli/cli/releases/tag/v2.14.6 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.14.6/GitHub.cli.yaml b/manifests/g/GitHub/cli/2.14.6/GitHub.cli.yaml index 1a4695044f386..11a9988d7e8d1 100644 --- a/manifests/g/GitHub/cli/2.14.6/GitHub.cli.yaml +++ b/manifests/g/GitHub/cli/2.14.6/GitHub.cli.yaml @@ -1,7 +1,8 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.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.cli PackageVersion: 2.14.6 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.14.7/GitHub.cli.installer.yaml b/manifests/g/GitHub/cli/2.14.7/GitHub.cli.installer.yaml index 169b23293af26..24ea6d5254e6a 100644 --- a/manifests/g/GitHub/cli/2.14.7/GitHub.cli.installer.yaml +++ b/manifests/g/GitHub/cli/2.14.7/GitHub.cli.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: GitHub.cli PackageVersion: 2.14.7 @@ -22,4 +22,4 @@ Installers: InstallerSha256: ED8792A47A22CE0EF3CA4A8CBBA9594318EECE2DBB5AE599C9CC31B18B900DD1 ProductCode: '{0BF1E50B-DC29-4A1B-9E1B-10AE6B2235CD}' ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.14.7/GitHub.cli.locale.en-US.yaml b/manifests/g/GitHub/cli/2.14.7/GitHub.cli.locale.en-US.yaml index 7f3a8b8578dc7..0ea78ece2323a 100644 --- a/manifests/g/GitHub/cli/2.14.7/GitHub.cli.locale.en-US.yaml +++ b/manifests/g/GitHub/cli/2.14.7/GitHub.cli.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: GitHub.cli PackageVersion: 2.14.7 @@ -25,11 +25,10 @@ Tags: - open-source - tool - utility -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/cli/cli/releases/tag/v2.14.7 -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.14.7/GitHub.cli.yaml b/manifests/g/GitHub/cli/2.14.7/GitHub.cli.yaml index 921c0a636a405..65248df35ec43 100644 --- a/manifests/g/GitHub/cli/2.14.7/GitHub.cli.yaml +++ b/manifests/g/GitHub/cli/2.14.7/GitHub.cli.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: GitHub.cli PackageVersion: 2.14.7 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.15.0/GitHub.cli.installer.yaml b/manifests/g/GitHub/cli/2.15.0/GitHub.cli.installer.yaml index 51ae71664c6c8..70d42872f42e1 100644 --- a/manifests/g/GitHub/cli/2.15.0/GitHub.cli.installer.yaml +++ b/manifests/g/GitHub/cli/2.15.0/GitHub.cli.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: GitHub.cli PackageVersion: 2.15.0 @@ -22,4 +22,4 @@ Installers: InstallerSha256: B6B95C9EBF4414AA231CEB1FF80C805B83B4464FF7F857C3B76CC6FEAA92E5F8 ProductCode: '{272A2DFC-9653-4DB7-BDFC-DB9AF82CDFF9}' ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.15.0/GitHub.cli.locale.en-US.yaml b/manifests/g/GitHub/cli/2.15.0/GitHub.cli.locale.en-US.yaml index d44cf8b9e589b..0a398d08a5bf2 100644 --- a/manifests/g/GitHub/cli/2.15.0/GitHub.cli.locale.en-US.yaml +++ b/manifests/g/GitHub/cli/2.15.0/GitHub.cli.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: GitHub.cli PackageVersion: 2.15.0 @@ -25,11 +25,10 @@ Tags: - open-source - tool - utility -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/cli/cli/releases/tag/v2.15.0 -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.15.0/GitHub.cli.yaml b/manifests/g/GitHub/cli/2.15.0/GitHub.cli.yaml index c1ae38a60ef84..b3c5822afc336 100644 --- a/manifests/g/GitHub/cli/2.15.0/GitHub.cli.yaml +++ b/manifests/g/GitHub/cli/2.15.0/GitHub.cli.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: GitHub.cli PackageVersion: 2.15.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.16.0/GitHub.cli.installer.yaml b/manifests/g/GitHub/cli/2.16.0/GitHub.cli.installer.yaml index bae5b2560bf7c..70388e3af8be5 100644 --- a/manifests/g/GitHub/cli/2.16.0/GitHub.cli.installer.yaml +++ b/manifests/g/GitHub/cli/2.16.0/GitHub.cli.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: GitHub.cli PackageVersion: 2.16.0 @@ -22,4 +22,4 @@ Installers: InstallerSha256: 64EE515E7652A6A75B9EB351EF073418091A1614FA44483FAD13BEA9E3DFBBA3 ProductCode: '{96FE80FC-5411-4629-A2CA-0A49BD6D0F43}' ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.16.0/GitHub.cli.locale.en-US.yaml b/manifests/g/GitHub/cli/2.16.0/GitHub.cli.locale.en-US.yaml index 26573ef9cc2d4..6fbd3c217f777 100644 --- a/manifests/g/GitHub/cli/2.16.0/GitHub.cli.locale.en-US.yaml +++ b/manifests/g/GitHub/cli/2.16.0/GitHub.cli.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: GitHub.cli PackageVersion: 2.16.0 @@ -25,11 +25,10 @@ Tags: - open-source - tool - utility -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/cli/cli/releases/tag/v2.16.0 -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.16.0/GitHub.cli.yaml b/manifests/g/GitHub/cli/2.16.0/GitHub.cli.yaml index ca8a721f02205..b1bcc9ebbd7b8 100644 --- a/manifests/g/GitHub/cli/2.16.0/GitHub.cli.yaml +++ b/manifests/g/GitHub/cli/2.16.0/GitHub.cli.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: GitHub.cli PackageVersion: 2.16.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.16.1/GitHub.cli.installer.yaml b/manifests/g/GitHub/cli/2.16.1/GitHub.cli.installer.yaml index d8fea5919c96b..415e6061e9f61 100644 --- a/manifests/g/GitHub/cli/2.16.1/GitHub.cli.installer.yaml +++ b/manifests/g/GitHub/cli/2.16.1/GitHub.cli.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: GitHub.cli PackageVersion: 2.16.1 @@ -22,4 +22,4 @@ Installers: InstallerSha256: 1B176CB4AFC809E0321E1B25040FA0FBA0E6F55A7F8DCFBE099411DF6AC0A3D7 ProductCode: '{3D3704BD-2F87-4AE9-B268-42AD31C9CBD4}' ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.16.1/GitHub.cli.locale.en-US.yaml b/manifests/g/GitHub/cli/2.16.1/GitHub.cli.locale.en-US.yaml index 2f0a424ea90b0..71b3875d2a5c7 100644 --- a/manifests/g/GitHub/cli/2.16.1/GitHub.cli.locale.en-US.yaml +++ b/manifests/g/GitHub/cli/2.16.1/GitHub.cli.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: GitHub.cli PackageVersion: 2.16.1 @@ -25,11 +25,10 @@ Tags: - open-source - tool - utility -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/cli/cli/releases/tag/v2.16.1 -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.16.1/GitHub.cli.yaml b/manifests/g/GitHub/cli/2.16.1/GitHub.cli.yaml index 4fb15967b7bda..cfacb7fff9bc1 100644 --- a/manifests/g/GitHub/cli/2.16.1/GitHub.cli.yaml +++ b/manifests/g/GitHub/cli/2.16.1/GitHub.cli.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: GitHub.cli PackageVersion: 2.16.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.17.0/GitHub.cli.installer.yaml b/manifests/g/GitHub/cli/2.17.0/GitHub.cli.installer.yaml index 83c09064f6183..2c59a980442b8 100644 --- a/manifests/g/GitHub/cli/2.17.0/GitHub.cli.installer.yaml +++ b/manifests/g/GitHub/cli/2.17.0/GitHub.cli.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: GitHub.cli PackageVersion: 2.17.0 @@ -22,4 +22,4 @@ Installers: InstallerSha256: B0123BBD0C67EBDAB5E7E01C9DD3015D8DF68F28923EAF28D86137FD888DBDEF ProductCode: '{43973375-8763-424C-9A59-87216825E196}' ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.17.0/GitHub.cli.locale.en-US.yaml b/manifests/g/GitHub/cli/2.17.0/GitHub.cli.locale.en-US.yaml index b4bb2485dd2b7..7e70debbdd9f8 100644 --- a/manifests/g/GitHub/cli/2.17.0/GitHub.cli.locale.en-US.yaml +++ b/manifests/g/GitHub/cli/2.17.0/GitHub.cli.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: GitHub.cli PackageVersion: 2.17.0 @@ -25,11 +25,10 @@ Tags: - open-source - tool - utility -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/cli/cli/releases/tag/v2.17.0 -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.17.0/GitHub.cli.yaml b/manifests/g/GitHub/cli/2.17.0/GitHub.cli.yaml index 18c30934bcb35..36f166be91c98 100644 --- a/manifests/g/GitHub/cli/2.17.0/GitHub.cli.yaml +++ b/manifests/g/GitHub/cli/2.17.0/GitHub.cli.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: GitHub.cli PackageVersion: 2.17.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.18.0/GitHub.cli.installer.yaml b/manifests/g/GitHub/cli/2.18.0/GitHub.cli.installer.yaml index 5267ba261a7cb..2c089102c2e9d 100644 --- a/manifests/g/GitHub/cli/2.18.0/GitHub.cli.installer.yaml +++ b/manifests/g/GitHub/cli/2.18.0/GitHub.cli.installer.yaml @@ -1,4 +1,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: GitHub.cli PackageVersion: 2.18.0 Platform: @@ -18,7 +20,6 @@ Installers: - Architecture: x64 InstallerUrl: https://github.com/cli/cli/releases/download/v2.18.0/gh_2.18.0_windows_amd64.msi InstallerSha256: 839C3E9E2C3D399C2B5F0777E7F3F1C71DB9A4D7C79BE84E1C74A26A9158674D - ProductCode: "{B00A8096-EC61-4F37-8093-04C0AB761A76}" + ProductCode: '{B00A8096-EC61-4F37-8093-04C0AB761A76}' ManifestType: installer -ManifestVersion: 1.2.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.18.0/GitHub.cli.locale.en-US.yaml b/manifests/g/GitHub/cli/2.18.0/GitHub.cli.locale.en-US.yaml index 89fb78fccb822..7abf328ffd2fc 100644 --- a/manifests/g/GitHub/cli/2.18.0/GitHub.cli.locale.en-US.yaml +++ b/manifests/g/GitHub/cli/2.18.0/GitHub.cli.locale.en-US.yaml @@ -1,4 +1,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: GitHub.cli PackageVersion: 2.18.0 PackageLocale: en-US @@ -23,7 +25,10 @@ Tags: - open-source - tool - utility +# ReleaseNotes: ReleaseNotesUrl: https://github.com/cli/cli/releases/tag/v2.18.0 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.18.0/GitHub.cli.yaml b/manifests/g/GitHub/cli/2.18.0/GitHub.cli.yaml index cc85017bf9909..0830bcc7aa008 100644 --- a/manifests/g/GitHub/cli/2.18.0/GitHub.cli.yaml +++ b/manifests/g/GitHub/cli/2.18.0/GitHub.cli.yaml @@ -1,7 +1,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: GitHub.cli PackageVersion: 2.18.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.18.1/GitHub.cli.installer.yaml b/manifests/g/GitHub/cli/2.18.1/GitHub.cli.installer.yaml index 918fb40630a7b..1e691baf12abd 100644 --- a/manifests/g/GitHub/cli/2.18.1/GitHub.cli.installer.yaml +++ b/manifests/g/GitHub/cli/2.18.1/GitHub.cli.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: GitHub.cli PackageVersion: 2.18.1 @@ -22,4 +22,4 @@ Installers: InstallerSha256: 5CA41ACF83329C8C9AF3A495F1284745ACB40B4671C4DCFC1F34D98A4DCFE4CF ProductCode: '{2654AD32-69DE-4785-9D9E-1A9B27D70B04}' ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.18.1/GitHub.cli.locale.en-US.yaml b/manifests/g/GitHub/cli/2.18.1/GitHub.cli.locale.en-US.yaml index 00ea6fe1d8d05..065d78f84d31e 100644 --- a/manifests/g/GitHub/cli/2.18.1/GitHub.cli.locale.en-US.yaml +++ b/manifests/g/GitHub/cli/2.18.1/GitHub.cli.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: GitHub.cli PackageVersion: 2.18.1 @@ -25,11 +25,10 @@ Tags: - open-source - tool - utility -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/cli/cli/releases/tag/v2.18.1 -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.18.1/GitHub.cli.yaml b/manifests/g/GitHub/cli/2.18.1/GitHub.cli.yaml index cc975bb966a4b..09b7b873c99b4 100644 --- a/manifests/g/GitHub/cli/2.18.1/GitHub.cli.yaml +++ b/manifests/g/GitHub/cli/2.18.1/GitHub.cli.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: GitHub.cli PackageVersion: 2.18.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.19.0/GitHub.cli.installer.yaml b/manifests/g/GitHub/cli/2.19.0/GitHub.cli.installer.yaml index c3c7b4aef6e5b..a1f51a4781fb3 100644 --- a/manifests/g/GitHub/cli/2.19.0/GitHub.cli.installer.yaml +++ b/manifests/g/GitHub/cli/2.19.0/GitHub.cli.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: GitHub.cli PackageVersion: 2.19.0 @@ -22,4 +22,4 @@ Installers: InstallerSha256: A4539FB1B9708A9208C496E3637EA36414450057B25E188A57C377061E018467 ProductCode: '{3BFB6284-C435-4319-8796-5668D328256D}' ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.19.0/GitHub.cli.locale.en-US.yaml b/manifests/g/GitHub/cli/2.19.0/GitHub.cli.locale.en-US.yaml index 7ba6d71a985fc..49329a5bc700f 100644 --- a/manifests/g/GitHub/cli/2.19.0/GitHub.cli.locale.en-US.yaml +++ b/manifests/g/GitHub/cli/2.19.0/GitHub.cli.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: GitHub.cli PackageVersion: 2.19.0 @@ -25,11 +25,10 @@ Tags: - open-source - tool - utility -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://github.com/cli/cli/releases/tag/v2.19.0 # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.19.0/GitHub.cli.yaml b/manifests/g/GitHub/cli/2.19.0/GitHub.cli.yaml index 8aac997902164..279919b768069 100644 --- a/manifests/g/GitHub/cli/2.19.0/GitHub.cli.yaml +++ b/manifests/g/GitHub/cli/2.19.0/GitHub.cli.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: GitHub.cli PackageVersion: 2.19.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.2.0/GitHub.cli.installer.yaml b/manifests/g/GitHub/cli/2.2.0/GitHub.cli.installer.yaml index f08211b7b7e36..fa361dff361c2 100644 --- a/manifests/g/GitHub/cli/2.2.0/GitHub.cli.installer.yaml +++ b/manifests/g/GitHub/cli/2.2.0/GitHub.cli.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.5 $debug=AUSU.5-1-22538-1000 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.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.cli PackageVersion: 2.2.0 @@ -20,4 +20,4 @@ Installers: InstallerSha256: 4A0D7B0C90B0A82A7C41BCCC28CA6C8AF8B94B6027A00781902349DA420B4F82 ProductCode: '{FFC8847D-596C-4736-9CB3-36882120D768}' ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.2.0/GitHub.cli.locale.en-US.yaml b/manifests/g/GitHub/cli/2.2.0/GitHub.cli.locale.en-US.yaml index 1aef3c6ca57bf..5c83edd825b52 100644 --- a/manifests/g/GitHub/cli/2.2.0/GitHub.cli.locale.en-US.yaml +++ b/manifests/g/GitHub/cli/2.2.0/GitHub.cli.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.5 $debug=AUSU.5-1-22538-1000 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.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.cli PackageVersion: 2.2.0 @@ -16,7 +16,7 @@ LicenseUrl: https://github.com/cli/cli/blob/HEAD/LICENSE Copyright: Copyright (c) 2019 GitHub Inc. CopyrightUrl: https://github.com/cli/cli/blob/trunk/LICENSE ShortDescription: GitHubs official command-line tool. -# Description: +# Description: Moniker: gh Tags: - cli @@ -25,8 +25,10 @@ Tags: - open-source - 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/GitHub/cli/2.2.0/GitHub.cli.yaml b/manifests/g/GitHub/cli/2.2.0/GitHub.cli.yaml index c708b4526052e..86d3cd484f320 100644 --- a/manifests/g/GitHub/cli/2.2.0/GitHub.cli.yaml +++ b/manifests/g/GitHub/cli/2.2.0/GitHub.cli.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.5 $debug=AUSU.5-1-22538-1000 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.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.cli PackageVersion: 2.2.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.20.0/GitHub.cli.installer.yaml b/manifests/g/GitHub/cli/2.20.0/GitHub.cli.installer.yaml index 79f33656ba00a..206376123eba9 100644 --- a/manifests/g/GitHub/cli/2.20.0/GitHub.cli.installer.yaml +++ b/manifests/g/GitHub/cli/2.20.0/GitHub.cli.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: GitHub.cli PackageVersion: 2.20.0 @@ -22,4 +22,4 @@ Installers: InstallerSha256: A97045955DBBF8443AA0AE4230CC359FC85B6A7FE762BA75ABD81D60F7AB1F88 ProductCode: '{C318C6F7-F119-4B59-8DF0-3BF81DEC881C}' ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.20.0/GitHub.cli.locale.en-US.yaml b/manifests/g/GitHub/cli/2.20.0/GitHub.cli.locale.en-US.yaml index acb2542faaf68..8e07e9409aaeb 100644 --- a/manifests/g/GitHub/cli/2.20.0/GitHub.cli.locale.en-US.yaml +++ b/manifests/g/GitHub/cli/2.20.0/GitHub.cli.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: GitHub.cli PackageVersion: 2.20.0 @@ -25,11 +25,10 @@ Tags: - open-source - tool - utility -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://github.com/cli/cli/releases/tag/v2.20.0 # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.20.0/GitHub.cli.yaml b/manifests/g/GitHub/cli/2.20.0/GitHub.cli.yaml index a763689a61a1d..a5d32d48b6822 100644 --- a/manifests/g/GitHub/cli/2.20.0/GitHub.cli.yaml +++ b/manifests/g/GitHub/cli/2.20.0/GitHub.cli.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: GitHub.cli PackageVersion: 2.20.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.20.2/GitHub.cli.installer.yaml b/manifests/g/GitHub/cli/2.20.2/GitHub.cli.installer.yaml index 6e25445bfe959..f7aca58eacb32 100644 --- a/manifests/g/GitHub/cli/2.20.2/GitHub.cli.installer.yaml +++ b/manifests/g/GitHub/cli/2.20.2/GitHub.cli.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: GitHub.cli PackageVersion: 2.20.2 @@ -22,4 +22,4 @@ Installers: InstallerSha256: EBFABCAFB3D53C6D8A2E318A39873010975C2BB875AFEA7808747A25407BC0BE ProductCode: '{AFA6DE48-99C1-4F80-B81D-90DB416930AF}' ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.20.2/GitHub.cli.locale.en-US.yaml b/manifests/g/GitHub/cli/2.20.2/GitHub.cli.locale.en-US.yaml index 4dc51072f3e18..275b3413fc207 100644 --- a/manifests/g/GitHub/cli/2.20.2/GitHub.cli.locale.en-US.yaml +++ b/manifests/g/GitHub/cli/2.20.2/GitHub.cli.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: GitHub.cli PackageVersion: 2.20.2 @@ -25,7 +25,6 @@ Tags: - open-source - tool - utility -# Agreements: ReleaseNotes: |- What's Changed - Fix up Linux packaging regression by @samcoe in #6621 @@ -34,4 +33,4 @@ ReleaseNotesUrl: https://github.com/cli/cli/releases/tag/v2.20.2 # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.20.2/GitHub.cli.yaml b/manifests/g/GitHub/cli/2.20.2/GitHub.cli.yaml index 789d98ad259ad..d42b457d2aa0d 100644 --- a/manifests/g/GitHub/cli/2.20.2/GitHub.cli.yaml +++ b/manifests/g/GitHub/cli/2.20.2/GitHub.cli.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: GitHub.cli PackageVersion: 2.20.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.21.1/GitHub.cli.installer.yaml b/manifests/g/GitHub/cli/2.21.1/GitHub.cli.installer.yaml index f45b0ec72ac90..8fc2ff9205351 100644 --- a/manifests/g/GitHub/cli/2.21.1/GitHub.cli.installer.yaml +++ b/manifests/g/GitHub/cli/2.21.1/GitHub.cli.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: GitHub.cli PackageVersion: 2.21.1 @@ -22,4 +22,4 @@ Installers: InstallerSha256: 02430A9CA26650034D4F86342DC4C2672CB81FA4AC9C624A436D9583034CBF9B ProductCode: '{D2990B90-FB95-41A7-B7E8-948E2B95B707}' ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.21.1/GitHub.cli.locale.en-US.yaml b/manifests/g/GitHub/cli/2.21.1/GitHub.cli.locale.en-US.yaml index 5b2e7ca9434e0..9d2989825d781 100644 --- a/manifests/g/GitHub/cli/2.21.1/GitHub.cli.locale.en-US.yaml +++ b/manifests/g/GitHub/cli/2.21.1/GitHub.cli.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: GitHub.cli PackageVersion: 2.21.1 @@ -25,11 +25,10 @@ Tags: - open-source - tool - utility -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://github.com/cli/cli/releases/tag/v2.21.1 # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.21.1/GitHub.cli.yaml b/manifests/g/GitHub/cli/2.21.1/GitHub.cli.yaml index 21df36ee13b4f..0843fbfe2c19a 100644 --- a/manifests/g/GitHub/cli/2.21.1/GitHub.cli.yaml +++ b/manifests/g/GitHub/cli/2.21.1/GitHub.cli.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: GitHub.cli PackageVersion: 2.21.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.21.2/GitHub.cli.installer.yaml b/manifests/g/GitHub/cli/2.21.2/GitHub.cli.installer.yaml index 2d6212df24610..62ed8b526cbc6 100644 --- a/manifests/g/GitHub/cli/2.21.2/GitHub.cli.installer.yaml +++ b/manifests/g/GitHub/cli/2.21.2/GitHub.cli.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: GitHub.cli PackageVersion: 2.21.2 @@ -22,4 +22,4 @@ Installers: InstallerSha256: CDF6EF446617DD6859064C46963C50D739F60F6F3221900173C6DC9D6DC3D134 ProductCode: '{B2135538-5D10-4419-A476-3106F403E8E3}' ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.21.2/GitHub.cli.locale.en-US.yaml b/manifests/g/GitHub/cli/2.21.2/GitHub.cli.locale.en-US.yaml index 49e98edd8bfd8..441e89462b230 100644 --- a/manifests/g/GitHub/cli/2.21.2/GitHub.cli.locale.en-US.yaml +++ b/manifests/g/GitHub/cli/2.21.2/GitHub.cli.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: GitHub.cli PackageVersion: 2.21.2 @@ -25,11 +25,10 @@ Tags: - open-source - tool - utility -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://github.com/cli/cli/releases/tag/v2.21.2 # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.21.2/GitHub.cli.yaml b/manifests/g/GitHub/cli/2.21.2/GitHub.cli.yaml index f2ad8ab85c732..b209f0591be8d 100644 --- a/manifests/g/GitHub/cli/2.21.2/GitHub.cli.yaml +++ b/manifests/g/GitHub/cli/2.21.2/GitHub.cli.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: GitHub.cli PackageVersion: 2.21.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.22.0/GitHub.cli.installer.yaml b/manifests/g/GitHub/cli/2.22.0/GitHub.cli.installer.yaml index 1571c4965d7a5..30a694edc0688 100644 --- a/manifests/g/GitHub/cli/2.22.0/GitHub.cli.installer.yaml +++ b/manifests/g/GitHub/cli/2.22.0/GitHub.cli.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: GitHub.cli PackageVersion: 2.22.0 @@ -22,4 +22,4 @@ Installers: InstallerSha256: 873FAAE065A8411D4A058C366C923A231871502521E1E6ACF60F6F42E37E2829 ProductCode: '{F47A6336-C92F-487C-AA2D-F714C861E9BF}' ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.22.0/GitHub.cli.locale.en-US.yaml b/manifests/g/GitHub/cli/2.22.0/GitHub.cli.locale.en-US.yaml index 360b4da3a862f..4ffb10ca65e15 100644 --- a/manifests/g/GitHub/cli/2.22.0/GitHub.cli.locale.en-US.yaml +++ b/manifests/g/GitHub/cli/2.22.0/GitHub.cli.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: GitHub.cli PackageVersion: 2.22.0 @@ -25,11 +25,10 @@ Tags: - open-source - tool - utility -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://github.com/cli/cli/releases/tag/v2.22.0 # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.22.0/GitHub.cli.yaml b/manifests/g/GitHub/cli/2.22.0/GitHub.cli.yaml index 0ffa0d1da288c..1eb27d23626d1 100644 --- a/manifests/g/GitHub/cli/2.22.0/GitHub.cli.yaml +++ b/manifests/g/GitHub/cli/2.22.0/GitHub.cli.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: GitHub.cli PackageVersion: 2.22.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.22.1/GitHub.cli.installer.yaml b/manifests/g/GitHub/cli/2.22.1/GitHub.cli.installer.yaml index 7d38f7ddd7600..e7d4dea13dc2a 100644 --- a/manifests/g/GitHub/cli/2.22.1/GitHub.cli.installer.yaml +++ b/manifests/g/GitHub/cli/2.22.1/GitHub.cli.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: GitHub.cli PackageVersion: 2.22.1 @@ -22,4 +22,4 @@ Installers: InstallerSha256: 0FFABB4BC44D9EB9AC790B383646D64E985B9F063E0A109CF72A0FFC3EA55342 ProductCode: '{D0625E35-AFF3-4F2E-B5C6-BA44322DBA74}' ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.22.1/GitHub.cli.locale.en-US.yaml b/manifests/g/GitHub/cli/2.22.1/GitHub.cli.locale.en-US.yaml index 0b2678557853a..fe7c90dd713ae 100644 --- a/manifests/g/GitHub/cli/2.22.1/GitHub.cli.locale.en-US.yaml +++ b/manifests/g/GitHub/cli/2.22.1/GitHub.cli.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: GitHub.cli PackageVersion: 2.22.1 @@ -25,11 +25,10 @@ Tags: - open-source - tool - utility -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://github.com/cli/cli/releases/tag/v2.22.1 # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.22.1/GitHub.cli.yaml b/manifests/g/GitHub/cli/2.22.1/GitHub.cli.yaml index 31c96f22c2443..86885e932dae3 100644 --- a/manifests/g/GitHub/cli/2.22.1/GitHub.cli.yaml +++ b/manifests/g/GitHub/cli/2.22.1/GitHub.cli.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: GitHub.cli PackageVersion: 2.22.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.23.0/GitHub.cli.installer.yaml b/manifests/g/GitHub/cli/2.23.0/GitHub.cli.installer.yaml index 8ae171d244ccc..6c8bbe190701d 100644 --- a/manifests/g/GitHub/cli/2.23.0/GitHub.cli.installer.yaml +++ b/manifests/g/GitHub/cli/2.23.0/GitHub.cli.installer.yaml @@ -1,11 +1,12 @@ -# 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: GitHub.cli PackageVersion: 2.23.0 Platform: - Windows.Desktop MinimumOSVersion: 10.0.0.0 +InstallerType: wix Scope: machine InstallModes: - interactive @@ -16,10 +17,8 @@ Commands: - gh Installers: - Architecture: x64 - InstallerType: wix InstallerUrl: https://github.com/cli/cli/releases/download/v2.23.0/gh_2.23.0_windows_amd64.msi InstallerSha256: 085EE5DA59DEA3B92B7B532725B5EB0430DBA0B8AFC001DF84E8E9B346253178 ProductCode: '{47FF9C56-A895-48C0-97FB-30FAD5221E57}' ManifestType: installer -ManifestVersion: 1.2.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.23.0/GitHub.cli.locale.en-US.yaml b/manifests/g/GitHub/cli/2.23.0/GitHub.cli.locale.en-US.yaml index e1988c64f14b8..ff9ac71d50dfc 100644 --- a/manifests/g/GitHub/cli/2.23.0/GitHub.cli.locale.en-US.yaml +++ b/manifests/g/GitHub/cli/2.23.0/GitHub.cli.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: GitHub.cli PackageVersion: 2.23.0 @@ -25,6 +25,10 @@ Tags: - open-source - tool - utility +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.23.0/GitHub.cli.yaml b/manifests/g/GitHub/cli/2.23.0/GitHub.cli.yaml index 5ed7aabed10ef..95adfd273dfd0 100644 --- a/manifests/g/GitHub/cli/2.23.0/GitHub.cli.yaml +++ b/manifests/g/GitHub/cli/2.23.0/GitHub.cli.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: GitHub.cli PackageVersion: 2.23.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.24.0/GitHub.cli.installer.yaml b/manifests/g/GitHub/cli/2.24.0/GitHub.cli.installer.yaml index c01c18e2fc2dd..bb05ecc391870 100644 --- a/manifests/g/GitHub/cli/2.24.0/GitHub.cli.installer.yaml +++ b/manifests/g/GitHub/cli/2.24.0/GitHub.cli.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: GitHub.cli PackageVersion: 2.24.0 @@ -22,4 +22,4 @@ Installers: InstallerSha256: AE4EF8CF05A5A8D2E13396BDF9D2700CA5B82EC382D7C77D64A8D8430170009C ProductCode: '{5996ECBD-7068-484B-89F7-8FE21CD7CCFB}' ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.24.0/GitHub.cli.locale.en-US.yaml b/manifests/g/GitHub/cli/2.24.0/GitHub.cli.locale.en-US.yaml index 02f6ab83990b3..d2c74be616d5c 100644 --- a/manifests/g/GitHub/cli/2.24.0/GitHub.cli.locale.en-US.yaml +++ b/manifests/g/GitHub/cli/2.24.0/GitHub.cli.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: GitHub.cli PackageVersion: 2.24.0 @@ -25,11 +25,10 @@ Tags: - open-source - tool - utility -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://github.com/cli/cli/releases/tag/v2.24.0 # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.24.0/GitHub.cli.yaml b/manifests/g/GitHub/cli/2.24.0/GitHub.cli.yaml index 46f8708627c21..970b992d346bd 100644 --- a/manifests/g/GitHub/cli/2.24.0/GitHub.cli.yaml +++ b/manifests/g/GitHub/cli/2.24.0/GitHub.cli.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: GitHub.cli PackageVersion: 2.24.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.24.3/GitHub.cli.installer.yaml b/manifests/g/GitHub/cli/2.24.3/GitHub.cli.installer.yaml index d5ce2c7293205..6ca72b190638e 100644 --- a/manifests/g/GitHub/cli/2.24.3/GitHub.cli.installer.yaml +++ b/manifests/g/GitHub/cli/2.24.3/GitHub.cli.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: GitHub.cli PackageVersion: 2.24.3 @@ -22,4 +22,4 @@ Installers: InstallerSha256: EB654D9A2DE0ED8F6CB8209A37AD25E48E4FAE7D6E6DF1C6F85D46FBAC79E416 ProductCode: '{34C75CE3-9F08-43F4-A029-6ED8D5194A89}' ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.24.3/GitHub.cli.locale.en-US.yaml b/manifests/g/GitHub/cli/2.24.3/GitHub.cli.locale.en-US.yaml index 5b53aebe5800d..555fb2629803f 100644 --- a/manifests/g/GitHub/cli/2.24.3/GitHub.cli.locale.en-US.yaml +++ b/manifests/g/GitHub/cli/2.24.3/GitHub.cli.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: GitHub.cli PackageVersion: 2.24.3 @@ -25,11 +25,10 @@ Tags: - open-source - tool - utility -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://github.com/cli/cli/releases/tag/v2.24.3 # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.24.3/GitHub.cli.yaml b/manifests/g/GitHub/cli/2.24.3/GitHub.cli.yaml index 5d74eb14d57fe..f1a8c5f31bebd 100644 --- a/manifests/g/GitHub/cli/2.24.3/GitHub.cli.yaml +++ b/manifests/g/GitHub/cli/2.24.3/GitHub.cli.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: GitHub.cli PackageVersion: 2.24.3 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.25.0/GitHub.cli.installer.yaml b/manifests/g/GitHub/cli/2.25.0/GitHub.cli.installer.yaml index 75dfd89ed71cb..2cffda7f30a87 100644 --- a/manifests/g/GitHub/cli/2.25.0/GitHub.cli.installer.yaml +++ b/manifests/g/GitHub/cli/2.25.0/GitHub.cli.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: GitHub.cli PackageVersion: 2.25.0 @@ -22,4 +22,4 @@ Installers: InstallerSha256: AA85423DF17A5542682FDFC3D86D8023B9B6DF12A90BFA8FF69DEF07FC1595AB ProductCode: '{4FA361FF-630F-47CB-84C3-CDE97828D6DF}' ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.25.0/GitHub.cli.locale.en-US.yaml b/manifests/g/GitHub/cli/2.25.0/GitHub.cli.locale.en-US.yaml index 373dd95a77510..120d2b8f547bb 100644 --- a/manifests/g/GitHub/cli/2.25.0/GitHub.cli.locale.en-US.yaml +++ b/manifests/g/GitHub/cli/2.25.0/GitHub.cli.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: GitHub.cli PackageVersion: 2.25.0 @@ -25,11 +25,10 @@ Tags: - open-source - tool - utility -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://github.com/cli/cli/releases/tag/v2.25.0 # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.25.0/GitHub.cli.yaml b/manifests/g/GitHub/cli/2.25.0/GitHub.cli.yaml index 10e1b8d9d64f2..d5a056681cd15 100644 --- a/manifests/g/GitHub/cli/2.25.0/GitHub.cli.yaml +++ b/manifests/g/GitHub/cli/2.25.0/GitHub.cli.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: GitHub.cli PackageVersion: 2.25.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.25.1/GitHub.cli.installer.yaml b/manifests/g/GitHub/cli/2.25.1/GitHub.cli.installer.yaml index 3dcbb51e2ceca..1c098963be126 100644 --- a/manifests/g/GitHub/cli/2.25.1/GitHub.cli.installer.yaml +++ b/manifests/g/GitHub/cli/2.25.1/GitHub.cli.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: GitHub.cli PackageVersion: 2.25.1 @@ -22,4 +22,4 @@ Installers: InstallerSha256: A4B1351ACCEADE1A53C1E50AB0414D15527475FD80AE9FFAE33EAC5BCDA34092 ProductCode: '{73046861-DF8A-4980-81BC-608CD0BDB9A4}' ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.25.1/GitHub.cli.locale.en-US.yaml b/manifests/g/GitHub/cli/2.25.1/GitHub.cli.locale.en-US.yaml index 84b3a47c38f28..f495f74b66dd8 100644 --- a/manifests/g/GitHub/cli/2.25.1/GitHub.cli.locale.en-US.yaml +++ b/manifests/g/GitHub/cli/2.25.1/GitHub.cli.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: GitHub.cli PackageVersion: 2.25.1 @@ -25,11 +25,10 @@ Tags: - open-source - tool - utility -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://github.com/cli/cli/releases/tag/v2.25.1 # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.25.1/GitHub.cli.yaml b/manifests/g/GitHub/cli/2.25.1/GitHub.cli.yaml index 9106085058ab1..b63458baf7d3a 100644 --- a/manifests/g/GitHub/cli/2.25.1/GitHub.cli.yaml +++ b/manifests/g/GitHub/cli/2.25.1/GitHub.cli.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: GitHub.cli PackageVersion: 2.25.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.26.0/GitHub.cli.installer.yaml b/manifests/g/GitHub/cli/2.26.0/GitHub.cli.installer.yaml index 7aa678f42bbd2..b8f4eb8ffc8ac 100644 --- a/manifests/g/GitHub/cli/2.26.0/GitHub.cli.installer.yaml +++ b/manifests/g/GitHub/cli/2.26.0/GitHub.cli.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: GitHub.cli PackageVersion: 2.26.0 @@ -22,4 +22,4 @@ Installers: InstallerSha256: 18ABF76C18BAE0A69F8A389313134045A2E9AB65B110DB47242DDCBAFF2077F3 ProductCode: '{7956C963-F63F-476D-91AB-44674381FB34}' ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.26.0/GitHub.cli.locale.en-US.yaml b/manifests/g/GitHub/cli/2.26.0/GitHub.cli.locale.en-US.yaml index bb3b9ea5404a3..96b1ab4b7af8f 100644 --- a/manifests/g/GitHub/cli/2.26.0/GitHub.cli.locale.en-US.yaml +++ b/manifests/g/GitHub/cli/2.26.0/GitHub.cli.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: GitHub.cli PackageVersion: 2.26.0 @@ -25,11 +25,10 @@ Tags: - open-source - tool - utility -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://github.com/cli/cli/releases/tag/v2.26.0 # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.26.0/GitHub.cli.yaml b/manifests/g/GitHub/cli/2.26.0/GitHub.cli.yaml index 8e528f5d1f1f9..b0f83e84de9a2 100644 --- a/manifests/g/GitHub/cli/2.26.0/GitHub.cli.yaml +++ b/manifests/g/GitHub/cli/2.26.0/GitHub.cli.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: GitHub.cli PackageVersion: 2.26.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.26.1/GitHub.cli.installer.yaml b/manifests/g/GitHub/cli/2.26.1/GitHub.cli.installer.yaml index eab6a74ba902e..7a342bfc73436 100644 --- a/manifests/g/GitHub/cli/2.26.1/GitHub.cli.installer.yaml +++ b/manifests/g/GitHub/cli/2.26.1/GitHub.cli.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: GitHub.cli PackageVersion: 2.26.1 @@ -22,4 +22,4 @@ Installers: InstallerSha256: 41E1492BE4D5C26FC8F9F3EB641402179CA836CDE97CBBB9ED9B16551290A703 ProductCode: '{2ED7E64D-A754-4129-9C69-974EE56507AE}' ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.26.1/GitHub.cli.locale.en-US.yaml b/manifests/g/GitHub/cli/2.26.1/GitHub.cli.locale.en-US.yaml index e5ed8178b729d..2d6a3d69f30b6 100644 --- a/manifests/g/GitHub/cli/2.26.1/GitHub.cli.locale.en-US.yaml +++ b/manifests/g/GitHub/cli/2.26.1/GitHub.cli.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: GitHub.cli PackageVersion: 2.26.1 @@ -25,11 +25,10 @@ Tags: - open-source - tool - utility -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://github.com/cli/cli/releases/tag/v2.26.1 # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.26.1/GitHub.cli.yaml b/manifests/g/GitHub/cli/2.26.1/GitHub.cli.yaml index a6770123c7425..7bd9a748c08f4 100644 --- a/manifests/g/GitHub/cli/2.26.1/GitHub.cli.yaml +++ b/manifests/g/GitHub/cli/2.26.1/GitHub.cli.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: GitHub.cli PackageVersion: 2.26.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.27.0/GitHub.cli.installer.yaml b/manifests/g/GitHub/cli/2.27.0/GitHub.cli.installer.yaml index 260b21c4e9b63..effd2364d3f47 100644 --- a/manifests/g/GitHub/cli/2.27.0/GitHub.cli.installer.yaml +++ b/manifests/g/GitHub/cli/2.27.0/GitHub.cli.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: GitHub.cli PackageVersion: 2.27.0 @@ -22,4 +22,4 @@ Installers: InstallerSha256: 447F368D47E7161AF32DA212A4DE79BE2CA6E524C43C5723AC5794FE30B38417 ProductCode: '{BC117F7C-AE76-4637-8B79-9B349987CDE3}' ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.27.0/GitHub.cli.locale.en-US.yaml b/manifests/g/GitHub/cli/2.27.0/GitHub.cli.locale.en-US.yaml index 92b590e3da4cd..ccd23117c9b19 100644 --- a/manifests/g/GitHub/cli/2.27.0/GitHub.cli.locale.en-US.yaml +++ b/manifests/g/GitHub/cli/2.27.0/GitHub.cli.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: GitHub.cli PackageVersion: 2.27.0 @@ -25,11 +25,10 @@ Tags: - open-source - tool - utility -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://github.com/cli/cli/releases/tag/v2.27.0 # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.27.0/GitHub.cli.yaml b/manifests/g/GitHub/cli/2.27.0/GitHub.cli.yaml index 39e191b673dd5..f37f3ed1992ba 100644 --- a/manifests/g/GitHub/cli/2.27.0/GitHub.cli.yaml +++ b/manifests/g/GitHub/cli/2.27.0/GitHub.cli.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: GitHub.cli PackageVersion: 2.27.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.28.0/GitHub.cli.installer.yaml b/manifests/g/GitHub/cli/2.28.0/GitHub.cli.installer.yaml index 56c3f749ceebb..6a1fe5f1e1138 100644 --- a/manifests/g/GitHub/cli/2.28.0/GitHub.cli.installer.yaml +++ b/manifests/g/GitHub/cli/2.28.0/GitHub.cli.installer.yaml @@ -1,11 +1,12 @@ -# 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: GitHub.cli PackageVersion: 2.28.0 Platform: - Windows.Desktop MinimumOSVersion: 10.0.0.0 +InstallerType: wix Scope: machine InstallModes: - interactive @@ -16,9 +17,8 @@ Commands: - gh Installers: - Architecture: x64 - InstallerType: wix InstallerUrl: https://github.com/cli/cli/releases/download/v2.28.0/gh_2.28.0_windows_amd64.msi InstallerSha256: 41576DE0CD1935EA9AEBCBA3D9F3F44F31BDDF5C28D7E66EEB4E01BB63BFE9DF ProductCode: '{5043AE2F-D858-4469-B922-7CEE4E4920EB}' ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.28.0/GitHub.cli.locale.en-US.yaml b/manifests/g/GitHub/cli/2.28.0/GitHub.cli.locale.en-US.yaml index 85d0f332654d6..3c21b40634080 100644 --- a/manifests/g/GitHub/cli/2.28.0/GitHub.cli.locale.en-US.yaml +++ b/manifests/g/GitHub/cli/2.28.0/GitHub.cli.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: GitHub.cli PackageVersion: 2.28.0 @@ -25,5 +25,10 @@ Tags: - open-source - tool - utility +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.28.0/GitHub.cli.yaml b/manifests/g/GitHub/cli/2.28.0/GitHub.cli.yaml index b0fd47bd2fdab..48a4add347564 100644 --- a/manifests/g/GitHub/cli/2.28.0/GitHub.cli.yaml +++ b/manifests/g/GitHub/cli/2.28.0/GitHub.cli.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: GitHub.cli PackageVersion: 2.28.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.29.0/GitHub.cli.installer.yaml b/manifests/g/GitHub/cli/2.29.0/GitHub.cli.installer.yaml index 71bf67d5a2c72..d866bcd102c11 100644 --- a/manifests/g/GitHub/cli/2.29.0/GitHub.cli.installer.yaml +++ b/manifests/g/GitHub/cli/2.29.0/GitHub.cli.installer.yaml @@ -1,9 +1,12 @@ -# 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: GitHub.cli PackageVersion: 2.29.0 Platform: - Windows.Desktop MinimumOSVersion: 10.0.0.0 +InstallerType: wix Scope: machine InstallModes: - interactive @@ -14,10 +17,8 @@ Commands: - gh Installers: - Architecture: x64 - InstallerType: wix InstallerUrl: https://github.com/cli/cli/releases/download/v2.29.0/gh_2.29.0_windows_amd64.msi InstallerSha256: 729D15329218FC1C41A989CE0093AB1F42DE59AFBF2D340B174A07728C0E47BC - ProductCode: "{BAA91B01-78F4-46C8-9C1E-3B0D54A58686}" + ProductCode: '{BAA91B01-78F4-46C8-9C1E-3B0D54A58686}' ManifestType: installer -ManifestVersion: 1.4.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.29.0/GitHub.cli.locale.en-US.yaml b/manifests/g/GitHub/cli/2.29.0/GitHub.cli.locale.en-US.yaml index 17db14847eb19..ec1e96188211a 100644 --- a/manifests/g/GitHub/cli/2.29.0/GitHub.cli.locale.en-US.yaml +++ b/manifests/g/GitHub/cli/2.29.0/GitHub.cli.locale.en-US.yaml @@ -1,4 +1,6 @@ -# 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: GitHub.cli PackageVersion: 2.29.0 PackageLocale: en-US @@ -23,6 +25,10 @@ Tags: - open-source - tool - utility +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.29.0/GitHub.cli.yaml b/manifests/g/GitHub/cli/2.29.0/GitHub.cli.yaml index f35ac60a8acf6..2868773a86a22 100644 --- a/manifests/g/GitHub/cli/2.29.0/GitHub.cli.yaml +++ b/manifests/g/GitHub/cli/2.29.0/GitHub.cli.yaml @@ -1,7 +1,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: GitHub.cli PackageVersion: 2.29.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.3.0/GitHub.cli.installer.yaml b/manifests/g/GitHub/cli/2.3.0/GitHub.cli.installer.yaml index 207614df40bad..d58e01abae52b 100644 --- a/manifests/g/GitHub/cli/2.3.0/GitHub.cli.installer.yaml +++ b/manifests/g/GitHub/cli/2.3.0/GitHub.cli.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.5 $debug=AUSU.5-1-22538-1000 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.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.cli PackageVersion: 2.3.0 @@ -20,4 +20,4 @@ Installers: InstallerSha256: A9F4E35C491F13B740D89DD129C903D2387B2CEAC59578A4B9C0A7BB9D5EACD1 ProductCode: '{1E497751-7A4E-4C32-A332-DCAB727BC089}' ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.3.0/GitHub.cli.locale.en-US.yaml b/manifests/g/GitHub/cli/2.3.0/GitHub.cli.locale.en-US.yaml index 811bf3d6612fa..fa4dce35e3b79 100644 --- a/manifests/g/GitHub/cli/2.3.0/GitHub.cli.locale.en-US.yaml +++ b/manifests/g/GitHub/cli/2.3.0/GitHub.cli.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.5 $debug=AUSU.5-1-22538-1000 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.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.cli PackageVersion: 2.3.0 @@ -16,7 +16,7 @@ LicenseUrl: https://github.com/cli/cli/blob/HEAD/LICENSE Copyright: Copyright (c) 2019 GitHub Inc. CopyrightUrl: https://github.com/cli/cli/blob/trunk/LICENSE ShortDescription: GitHubs official command-line tool. -# Description: +# Description: Moniker: gh Tags: - cli @@ -25,8 +25,10 @@ Tags: - open-source - 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/GitHub/cli/2.3.0/GitHub.cli.yaml b/manifests/g/GitHub/cli/2.3.0/GitHub.cli.yaml index 8fc8ab182cbb9..94ca798a6da92 100644 --- a/manifests/g/GitHub/cli/2.3.0/GitHub.cli.yaml +++ b/manifests/g/GitHub/cli/2.3.0/GitHub.cli.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.5 $debug=AUSU.5-1-22538-1000 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.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.cli PackageVersion: 2.3.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.30.0/GitHub.cli.installer.yaml b/manifests/g/GitHub/cli/2.30.0/GitHub.cli.installer.yaml index 2d16faee36096..e6dec72828f69 100644 --- a/manifests/g/GitHub/cli/2.30.0/GitHub.cli.installer.yaml +++ b/manifests/g/GitHub/cli/2.30.0/GitHub.cli.installer.yaml @@ -1,9 +1,12 @@ -# 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: GitHub.cli PackageVersion: 2.30.0 Platform: - Windows.Desktop MinimumOSVersion: 10.0.0.0 +InstallerType: wix Scope: machine InstallModes: - interactive @@ -14,10 +17,8 @@ Commands: - gh Installers: - Architecture: x64 - InstallerType: wix InstallerUrl: https://github.com/cli/cli/releases/download/v2.30.0/gh_2.30.0_windows_amd64.msi InstallerSha256: 481752782D9026B259EDE4970F48BFFAC47458F6B3DADB9806010E3D36917299 - ProductCode: "{D241446D-2B25-49D1-A7B8-FF2E19840615}" + ProductCode: '{D241446D-2B25-49D1-A7B8-FF2E19840615}' ManifestType: installer -ManifestVersion: 1.4.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.30.0/GitHub.cli.locale.en-US.yaml b/manifests/g/GitHub/cli/2.30.0/GitHub.cli.locale.en-US.yaml index 2534cb1e90210..1c52df7c34e57 100644 --- a/manifests/g/GitHub/cli/2.30.0/GitHub.cli.locale.en-US.yaml +++ b/manifests/g/GitHub/cli/2.30.0/GitHub.cli.locale.en-US.yaml @@ -1,4 +1,6 @@ -# 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: GitHub.cli PackageVersion: 2.30.0 PackageLocale: en-US @@ -23,6 +25,10 @@ Tags: - open-source - tool - utility +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.30.0/GitHub.cli.yaml b/manifests/g/GitHub/cli/2.30.0/GitHub.cli.yaml index d3db9f46fdf0e..ea7c1351ce7dd 100644 --- a/manifests/g/GitHub/cli/2.30.0/GitHub.cli.yaml +++ b/manifests/g/GitHub/cli/2.30.0/GitHub.cli.yaml @@ -1,7 +1,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: GitHub.cli PackageVersion: 2.30.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.31.0/GitHub.cli.installer.yaml b/manifests/g/GitHub/cli/2.31.0/GitHub.cli.installer.yaml index a7ec6cf23a4a1..1a78a50dff62c 100644 --- a/manifests/g/GitHub/cli/2.31.0/GitHub.cli.installer.yaml +++ b/manifests/g/GitHub/cli/2.31.0/GitHub.cli.installer.yaml @@ -1,9 +1,12 @@ -# 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: GitHub.cli PackageVersion: 2.31.0 Platform: - Windows.Desktop MinimumOSVersion: 10.0.0.0 +InstallerType: wix Scope: machine InstallModes: - interactive @@ -14,10 +17,8 @@ Commands: - gh Installers: - Architecture: x64 - InstallerType: wix InstallerUrl: https://github.com/cli/cli/releases/download/v2.31.0/gh_2.31.0_windows_amd64.msi InstallerSha256: E9D8728B112FDD24F0C22DABB6FF742A6C4D4319CA436115C2CDF1C68696C868 - ProductCode: "{E9CDC474-F3A0-40C4-BC15-8A9553A1A293}" + ProductCode: '{E9CDC474-F3A0-40C4-BC15-8A9553A1A293}' ManifestType: installer -ManifestVersion: 1.4.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.31.0/GitHub.cli.locale.en-US.yaml b/manifests/g/GitHub/cli/2.31.0/GitHub.cli.locale.en-US.yaml index 7447f6a4e5c74..7e19012a4a822 100644 --- a/manifests/g/GitHub/cli/2.31.0/GitHub.cli.locale.en-US.yaml +++ b/manifests/g/GitHub/cli/2.31.0/GitHub.cli.locale.en-US.yaml @@ -1,4 +1,6 @@ -# 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: GitHub.cli PackageVersion: 2.31.0 PackageLocale: en-US @@ -23,6 +25,10 @@ Tags: - open-source - tool - utility +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.31.0/GitHub.cli.yaml b/manifests/g/GitHub/cli/2.31.0/GitHub.cli.yaml index 303a86b7f39ad..47a9cad1103b3 100644 --- a/manifests/g/GitHub/cli/2.31.0/GitHub.cli.yaml +++ b/manifests/g/GitHub/cli/2.31.0/GitHub.cli.yaml @@ -1,7 +1,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: GitHub.cli PackageVersion: 2.31.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.32.0/GitHub.cli.installer.yaml b/manifests/g/GitHub/cli/2.32.0/GitHub.cli.installer.yaml index 57a57c4a2fa3a..f87567d59beca 100644 --- a/manifests/g/GitHub/cli/2.32.0/GitHub.cli.installer.yaml +++ b/manifests/g/GitHub/cli/2.32.0/GitHub.cli.installer.yaml @@ -1,9 +1,12 @@ -# 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: GitHub.cli PackageVersion: 2.32.0 Platform: - Windows.Desktop MinimumOSVersion: 10.0.0.0 +InstallerType: wix Scope: machine InstallModes: - interactive @@ -14,10 +17,8 @@ Commands: - gh Installers: - Architecture: x64 - InstallerType: wix InstallerUrl: https://github.com/cli/cli/releases/download/v2.32.0/gh_2.32.0_windows_amd64.msi InstallerSha256: AB528494DBA8E2351859A3AC8CF8C9A88ACE3C05BDA25DEA838320AB07F37BB0 - ProductCode: "{458E038F-D662-4964-A623-A30F9F88F9CE}" + ProductCode: '{458E038F-D662-4964-A623-A30F9F88F9CE}' ManifestType: installer -ManifestVersion: 1.4.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.32.0/GitHub.cli.locale.en-US.yaml b/manifests/g/GitHub/cli/2.32.0/GitHub.cli.locale.en-US.yaml index b640ab5d4ef92..a95a4dc7b830e 100644 --- a/manifests/g/GitHub/cli/2.32.0/GitHub.cli.locale.en-US.yaml +++ b/manifests/g/GitHub/cli/2.32.0/GitHub.cli.locale.en-US.yaml @@ -1,4 +1,6 @@ -# 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: GitHub.cli PackageVersion: 2.32.0 PackageLocale: en-US @@ -23,6 +25,10 @@ Tags: - open-source - tool - utility +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.32.0/GitHub.cli.yaml b/manifests/g/GitHub/cli/2.32.0/GitHub.cli.yaml index 1555048898948..30ff7cb7a92d2 100644 --- a/manifests/g/GitHub/cli/2.32.0/GitHub.cli.yaml +++ b/manifests/g/GitHub/cli/2.32.0/GitHub.cli.yaml @@ -1,7 +1,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: GitHub.cli PackageVersion: 2.32.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.32.1/GitHub.cli.installer.yaml b/manifests/g/GitHub/cli/2.32.1/GitHub.cli.installer.yaml index 82991cdbb7bc5..524d26cab5ab9 100644 --- a/manifests/g/GitHub/cli/2.32.1/GitHub.cli.installer.yaml +++ b/manifests/g/GitHub/cli/2.32.1/GitHub.cli.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: GitHub.cli PackageVersion: 2.32.1 @@ -14,11 +14,11 @@ InstallModes: UpgradeBehavior: install Commands: - gh -ProductCode: '{2BA87281-0973-42C6-8214-B2D516CCF05B}' ReleaseDate: 2023-07-24 Installers: - Architecture: x64 InstallerUrl: https://github.com/cli/cli/releases/download/v2.32.1/gh_2.32.1_windows_amd64.msi InstallerSha256: EF9318C0A66BFEF2A1ACEA763975B145128CC2A75963DBE56AF5A22A29606275 + ProductCode: '{2BA87281-0973-42C6-8214-B2D516CCF05B}' ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.32.1/GitHub.cli.locale.en-US.yaml b/manifests/g/GitHub/cli/2.32.1/GitHub.cli.locale.en-US.yaml index 1de264a5373d4..539ce656017d1 100644 --- a/manifests/g/GitHub/cli/2.32.1/GitHub.cli.locale.en-US.yaml +++ b/manifests/g/GitHub/cli/2.32.1/GitHub.cli.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: GitHub.cli PackageVersion: 2.32.1 @@ -37,5 +37,8 @@ ReleaseNotes: |- - auth: Do not add auth token to redirect requests which do not have the same host as the initial request by @samcoe in #7692 - Use asciisanitization package from go-gh by @samcoe in #7745 ReleaseNotesUrl: https://github.com/cli/cli/releases/tag/v2.32.1 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.32.1/GitHub.cli.yaml b/manifests/g/GitHub/cli/2.32.1/GitHub.cli.yaml index 261e018fcb499..2f53b25b1bed3 100644 --- a/manifests/g/GitHub/cli/2.32.1/GitHub.cli.yaml +++ b/manifests/g/GitHub/cli/2.32.1/GitHub.cli.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: GitHub.cli PackageVersion: 2.32.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.33.0/GitHub.cli.installer.yaml b/manifests/g/GitHub/cli/2.33.0/GitHub.cli.installer.yaml index 48d0cf7f5fe8a..a0f37d4c9d291 100644 --- a/manifests/g/GitHub/cli/2.33.0/GitHub.cli.installer.yaml +++ b/manifests/g/GitHub/cli/2.33.0/GitHub.cli.installer.yaml @@ -1,5 +1,5 @@ -# Created with 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: GitHub.cli PackageVersion: 2.33.0 @@ -15,7 +15,6 @@ InstallModes: UpgradeBehavior: install Commands: - gh -ProductCode: '{EE935FD5-9B8B-4D03-8286-39BEE3A2324F}' ReleaseDate: 2023-08-21 AppsAndFeaturesEntries: - UpgradeCode: '{8CFB9531-B959-4E1B-AA2E-4AF0FFCC4AF4}' @@ -23,5 +22,6 @@ Installers: - Architecture: x64 InstallerUrl: https://github.com/cli/cli/releases/download/v2.33.0/gh_2.33.0_windows_amd64.msi InstallerSha256: 7B5E16D7CD3F939F36CC861808DECC373E97E7E270695863C298FAAD04CD7967 + ProductCode: '{EE935FD5-9B8B-4D03-8286-39BEE3A2324F}' ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.33.0/GitHub.cli.locale.en-US.yaml b/manifests/g/GitHub/cli/2.33.0/GitHub.cli.locale.en-US.yaml index 5bad4a5b1d251..6a7932283888c 100644 --- a/manifests/g/GitHub/cli/2.33.0/GitHub.cli.locale.en-US.yaml +++ b/manifests/g/GitHub/cli/2.33.0/GitHub.cli.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with 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: GitHub.cli PackageVersion: 2.33.0 @@ -55,5 +55,8 @@ ReleaseNotes: |- - @jamietanna made their first contribution in #7841 - @azrsh made their first contribution in #7846 ReleaseNotesUrl: https://github.com/cli/cli/releases/tag/v2.33.0 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.33.0/GitHub.cli.yaml b/manifests/g/GitHub/cli/2.33.0/GitHub.cli.yaml index 44d98a1782dc9..37bf084092319 100644 --- a/manifests/g/GitHub/cli/2.33.0/GitHub.cli.yaml +++ b/manifests/g/GitHub/cli/2.33.0/GitHub.cli.yaml @@ -1,8 +1,8 @@ -# Created with 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: GitHub.cli PackageVersion: 2.33.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.34.0/GitHub.cli.installer.yaml b/manifests/g/GitHub/cli/2.34.0/GitHub.cli.installer.yaml index a10083117d456..a17c160749c15 100644 --- a/manifests/g/GitHub/cli/2.34.0/GitHub.cli.installer.yaml +++ b/manifests/g/GitHub/cli/2.34.0/GitHub.cli.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: GitHub.cli PackageVersion: 2.34.0 @@ -15,7 +15,6 @@ InstallModes: UpgradeBehavior: install Commands: - gh -ProductCode: '{DFBFB5D3-D4A5-4DD4-BD41-8C83080D7201}' ReleaseDate: 2023-09-06 AppsAndFeaturesEntries: - UpgradeCode: '{8CFB9531-B959-4E1B-AA2E-4AF0FFCC4AF4}' @@ -23,5 +22,6 @@ Installers: - Architecture: x64 InstallerUrl: https://github.com/cli/cli/releases/download/v2.34.0/gh_2.34.0_windows_amd64.msi InstallerSha256: 91B8106A31232405077C045D18ABB397892B4F59A168A733AE62E5D787B68ED2 + ProductCode: '{DFBFB5D3-D4A5-4DD4-BD41-8C83080D7201}' ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.34.0/GitHub.cli.locale.en-US.yaml b/manifests/g/GitHub/cli/2.34.0/GitHub.cli.locale.en-US.yaml index e29cc8e20894e..3ce83fb9ab7db 100644 --- a/manifests/g/GitHub/cli/2.34.0/GitHub.cli.locale.en-US.yaml +++ b/manifests/g/GitHub/cli/2.34.0/GitHub.cli.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: GitHub.cli PackageVersion: 2.34.0 @@ -50,5 +50,8 @@ ReleaseNotes: |- - @utouto97 made their first contribution in #7886 - @rwe made their first contribution in #7873 ReleaseNotesUrl: https://github.com/cli/cli/releases/tag/v2.34.0 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.34.0/GitHub.cli.yaml b/manifests/g/GitHub/cli/2.34.0/GitHub.cli.yaml index ab55c455ceb1e..2950e8222dea0 100644 --- a/manifests/g/GitHub/cli/2.34.0/GitHub.cli.yaml +++ b/manifests/g/GitHub/cli/2.34.0/GitHub.cli.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: GitHub.cli PackageVersion: 2.34.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.35.0/GitHub.cli.installer.yaml b/manifests/g/GitHub/cli/2.35.0/GitHub.cli.installer.yaml index ad5585eff0aca..0ae3f1619e7fe 100644 --- a/manifests/g/GitHub/cli/2.35.0/GitHub.cli.installer.yaml +++ b/manifests/g/GitHub/cli/2.35.0/GitHub.cli.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: GitHub.cli PackageVersion: 2.35.0 @@ -15,7 +15,6 @@ InstallModes: UpgradeBehavior: install Commands: - gh -ProductCode: '{5B0D70BE-3906-4EA5-8EB8-BB487B441744}' ReleaseDate: 2023-09-19 AppsAndFeaturesEntries: - UpgradeCode: '{8CFB9531-B959-4E1B-AA2E-4AF0FFCC4AF4}' @@ -23,5 +22,6 @@ Installers: - Architecture: x64 InstallerUrl: https://github.com/cli/cli/releases/download/v2.35.0/gh_2.35.0_windows_amd64.msi InstallerSha256: 31316E8709E5F5C8AB408B3317C51543B71C56A3E1BC6428CA8998F3E1727CAD + ProductCode: '{5B0D70BE-3906-4EA5-8EB8-BB487B441744}' ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.35.0/GitHub.cli.locale.en-US.yaml b/manifests/g/GitHub/cli/2.35.0/GitHub.cli.locale.en-US.yaml index 03dd92eb57c96..06d0dff56b39e 100644 --- a/manifests/g/GitHub/cli/2.35.0/GitHub.cli.locale.en-US.yaml +++ b/manifests/g/GitHub/cli/2.35.0/GitHub.cli.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: GitHub.cli PackageVersion: 2.35.0 @@ -42,5 +42,8 @@ ReleaseNotes: |- - @ncalteen made their first contribution in #7964 - @kbailey4444 made their first contribution in #7861 ReleaseNotesUrl: https://github.com/cli/cli/releases/tag/v2.35.0 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.35.0/GitHub.cli.yaml b/manifests/g/GitHub/cli/2.35.0/GitHub.cli.yaml index 227cd73dc6b89..d14b49dacd89d 100644 --- a/manifests/g/GitHub/cli/2.35.0/GitHub.cli.yaml +++ b/manifests/g/GitHub/cli/2.35.0/GitHub.cli.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: GitHub.cli PackageVersion: 2.35.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.36.0/GitHub.cli.installer.yaml b/manifests/g/GitHub/cli/2.36.0/GitHub.cli.installer.yaml index 2c29456381b81..43b4d59bb2ea6 100644 --- a/manifests/g/GitHub/cli/2.36.0/GitHub.cli.installer.yaml +++ b/manifests/g/GitHub/cli/2.36.0/GitHub.cli.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: GitHub.cli PackageVersion: 2.36.0 @@ -15,7 +15,6 @@ InstallModes: UpgradeBehavior: install Commands: - gh -ProductCode: '{44F2E603-8A69-4CB4-8DED-45BF4987EE7F}' ReleaseDate: 2023-10-03 AppsAndFeaturesEntries: - UpgradeCode: '{8CFB9531-B959-4E1B-AA2E-4AF0FFCC4AF4}' @@ -23,5 +22,6 @@ Installers: - Architecture: x64 InstallerUrl: https://github.com/cli/cli/releases/download/v2.36.0/gh_2.36.0_windows_amd64.msi InstallerSha256: 1BBE123E3773D4E4CD9FC1421CA6FA0FBC094C5B3757F825110DC2669FC0E973 + ProductCode: '{44F2E603-8A69-4CB4-8DED-45BF4987EE7F}' ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.36.0/GitHub.cli.locale.en-US.yaml b/manifests/g/GitHub/cli/2.36.0/GitHub.cli.locale.en-US.yaml index a3d23fa472015..7a2bb3a2e5544 100644 --- a/manifests/g/GitHub/cli/2.36.0/GitHub.cli.locale.en-US.yaml +++ b/manifests/g/GitHub/cli/2.36.0/GitHub.cli.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: GitHub.cli PackageVersion: 2.36.0 @@ -49,5 +49,8 @@ ReleaseNotes: |- - @peterramaldes made their first contribution in #8080 - @arunsathiya made their first contribution in #7831 ReleaseNotesUrl: https://github.com/cli/cli/releases/tag/v2.36.0 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.36.0/GitHub.cli.yaml b/manifests/g/GitHub/cli/2.36.0/GitHub.cli.yaml index ae49349b8e736..80ebf1e7c03fa 100644 --- a/manifests/g/GitHub/cli/2.36.0/GitHub.cli.yaml +++ b/manifests/g/GitHub/cli/2.36.0/GitHub.cli.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: GitHub.cli PackageVersion: 2.36.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.37.0/GitHub.cli.installer.yaml b/manifests/g/GitHub/cli/2.37.0/GitHub.cli.installer.yaml index 8495392ac910a..fc3b94f683ec6 100644 --- a/manifests/g/GitHub/cli/2.37.0/GitHub.cli.installer.yaml +++ b/manifests/g/GitHub/cli/2.37.0/GitHub.cli.installer.yaml @@ -1,4 +1,6 @@ -# 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: GitHub.cli PackageVersion: 2.37.0 InstallerLocale: en-US @@ -15,12 +17,11 @@ Commands: - gh ReleaseDate: 2023-10-23 AppsAndFeaturesEntries: -- UpgradeCode: "{8CFB9531-B959-4E1B-AA2E-4AF0FFCC4AF4}" +- UpgradeCode: '{8CFB9531-B959-4E1B-AA2E-4AF0FFCC4AF4}' Installers: - Architecture: x64 InstallerUrl: https://github.com/cli/cli/releases/download/v2.37.0/gh_2.37.0_windows_amd64.msi InstallerSha256: BE7880FA4F024BF29F50EC05347133461FB3876E535A96FBFC0BD9B35F5C179C - ProductCode: "{AACEDF21-ACF1-453B-83C2-0C51AD337726}" + ProductCode: '{AACEDF21-ACF1-453B-83C2-0C51AD337726}' ManifestType: installer -ManifestVersion: 1.5.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.37.0/GitHub.cli.locale.en-US.yaml b/manifests/g/GitHub/cli/2.37.0/GitHub.cli.locale.en-US.yaml index 2e00834913d1b..4ea24ff3993c8 100644 --- a/manifests/g/GitHub/cli/2.37.0/GitHub.cli.locale.en-US.yaml +++ b/manifests/g/GitHub/cli/2.37.0/GitHub.cli.locale.en-US.yaml @@ -1,4 +1,6 @@ -# 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: GitHub.cli PackageVersion: 2.37.0 PackageLocale: en-US @@ -47,6 +49,8 @@ ReleaseNotes: |- - @peterramaldes made their first contribution in #8080 - @arunsathiya made their first contribution in #7831 ReleaseNotesUrl: https://github.com/cli/cli/releases/tag/v2.36.0 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.37.0/GitHub.cli.yaml b/manifests/g/GitHub/cli/2.37.0/GitHub.cli.yaml index ca6db66ec7cf8..c49bc596e16a8 100644 --- a/manifests/g/GitHub/cli/2.37.0/GitHub.cli.yaml +++ b/manifests/g/GitHub/cli/2.37.0/GitHub.cli.yaml @@ -1,7 +1,8 @@ -# 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: GitHub.cli PackageVersion: 2.37.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.38.0/GitHub.cli.installer.yaml b/manifests/g/GitHub/cli/2.38.0/GitHub.cli.installer.yaml index 115c396b32fdd..2eb4f91696776 100644 --- a/manifests/g/GitHub/cli/2.38.0/GitHub.cli.installer.yaml +++ b/manifests/g/GitHub/cli/2.38.0/GitHub.cli.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: GitHub.cli PackageVersion: 2.38.0 @@ -15,7 +15,6 @@ InstallModes: UpgradeBehavior: install Commands: - gh -ProductCode: '{1C81B2A1-E2A6-43F9-BCAD-B07F39880D7A}' ReleaseDate: 2023-11-01 AppsAndFeaturesEntries: - UpgradeCode: '{8CFB9531-B959-4E1B-AA2E-4AF0FFCC4AF4}' @@ -23,5 +22,6 @@ Installers: - Architecture: x64 InstallerUrl: https://github.com/cli/cli/releases/download/v2.38.0/gh_2.38.0_windows_amd64.msi InstallerSha256: 06D617FDB113BEB75C8AF086FA9E152CA80E4958419B57A8E50B6059D3C311AE + ProductCode: '{1C81B2A1-E2A6-43F9-BCAD-B07F39880D7A}' ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.38.0/GitHub.cli.locale.en-US.yaml b/manifests/g/GitHub/cli/2.38.0/GitHub.cli.locale.en-US.yaml index 2ec4bb9d1bda7..31686e1d60703 100644 --- a/manifests/g/GitHub/cli/2.38.0/GitHub.cli.locale.en-US.yaml +++ b/manifests/g/GitHub/cli/2.38.0/GitHub.cli.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: GitHub.cli PackageVersion: 2.38.0 @@ -47,5 +47,8 @@ ReleaseNotes: |- - @Delta456 made their first contribution in #8211 - @adarshjhaa100 made their first contribution in #8180 ReleaseNotesUrl: https://github.com/cli/cli/releases/tag/v2.38.0 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.38.0/GitHub.cli.yaml b/manifests/g/GitHub/cli/2.38.0/GitHub.cli.yaml index 5e68d174fac92..905a96697da39 100644 --- a/manifests/g/GitHub/cli/2.38.0/GitHub.cli.yaml +++ b/manifests/g/GitHub/cli/2.38.0/GitHub.cli.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: GitHub.cli PackageVersion: 2.38.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.39.0/GitHub.cli.installer.yaml b/manifests/g/GitHub/cli/2.39.0/GitHub.cli.installer.yaml index 9f355899c9a22..b5bda33bb187a 100644 --- a/manifests/g/GitHub/cli/2.39.0/GitHub.cli.installer.yaml +++ b/manifests/g/GitHub/cli/2.39.0/GitHub.cli.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: GitHub.cli PackageVersion: 2.39.0 @@ -15,12 +15,12 @@ InstallModes: UpgradeBehavior: install Commands: - gh -ProductCode: '{F4DFBEC0-B009-46A1-BC51-30FD8E7C1013}' AppsAndFeaturesEntries: - UpgradeCode: '{8CFB9531-B959-4E1B-AA2E-4AF0FFCC4AF4}' Installers: - Architecture: x64 InstallerUrl: https://github.com/cli/cli/releases/download/v2.39.0/gh_2.39.0_windows_amd64.msi InstallerSha256: 2560B3D67AC2A5C7AC4BEBE5D4C009EB047A80BE13EE468FBDF6044CB84FCAE3 + ProductCode: '{F4DFBEC0-B009-46A1-BC51-30FD8E7C1013}' ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.39.0/GitHub.cli.locale.en-US.yaml b/manifests/g/GitHub/cli/2.39.0/GitHub.cli.locale.en-US.yaml index 30e2f44d4e56a..66cfc53624899 100644 --- a/manifests/g/GitHub/cli/2.39.0/GitHub.cli.locale.en-US.yaml +++ b/manifests/g/GitHub/cli/2.39.0/GitHub.cli.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: GitHub.cli PackageVersion: 2.39.0 @@ -27,5 +27,10 @@ Tags: - open-source - tool - utility +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.39.0/GitHub.cli.yaml b/manifests/g/GitHub/cli/2.39.0/GitHub.cli.yaml index 9d37bd377bd76..f2b48f4c27015 100644 --- a/manifests/g/GitHub/cli/2.39.0/GitHub.cli.yaml +++ b/manifests/g/GitHub/cli/2.39.0/GitHub.cli.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: GitHub.cli PackageVersion: 2.39.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.39.1/GitHub.cli.installer.yaml b/manifests/g/GitHub/cli/2.39.1/GitHub.cli.installer.yaml index 624b0e656e8de..c083a245830fd 100644 --- a/manifests/g/GitHub/cli/2.39.1/GitHub.cli.installer.yaml +++ b/manifests/g/GitHub/cli/2.39.1/GitHub.cli.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: GitHub.cli PackageVersion: 2.39.1 @@ -15,7 +15,6 @@ InstallModes: UpgradeBehavior: install Commands: - gh -ProductCode: '{313BACA8-E52A-4231-AA99-45DDE172D6D8}' ReleaseDate: 2023-11-14 AppsAndFeaturesEntries: - UpgradeCode: '{8CFB9531-B959-4E1B-AA2E-4AF0FFCC4AF4}' @@ -23,5 +22,6 @@ Installers: - Architecture: x64 InstallerUrl: https://github.com/cli/cli/releases/download/v2.39.1/gh_2.39.1_windows_amd64.msi InstallerSha256: 5A2BBACF7A3C3C3078867374FF671FFDEE7D61BF8A543AD655F406945A102C30 + ProductCode: '{313BACA8-E52A-4231-AA99-45DDE172D6D8}' ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.39.1/GitHub.cli.locale.en-US.yaml b/manifests/g/GitHub/cli/2.39.1/GitHub.cli.locale.en-US.yaml index 107b7f5f5ce74..3ca1ed863be65 100644 --- a/manifests/g/GitHub/cli/2.39.1/GitHub.cli.locale.en-US.yaml +++ b/manifests/g/GitHub/cli/2.39.1/GitHub.cli.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: GitHub.cli PackageVersion: 2.39.1 @@ -34,5 +34,8 @@ ReleaseNotes: |- New Contributors - @xqm32 made their first contribution in #8238 ReleaseNotesUrl: https://github.com/cli/cli/releases/tag/v2.39.1 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.39.1/GitHub.cli.yaml b/manifests/g/GitHub/cli/2.39.1/GitHub.cli.yaml index af5c93ace8c70..2788bb0d15781 100644 --- a/manifests/g/GitHub/cli/2.39.1/GitHub.cli.yaml +++ b/manifests/g/GitHub/cli/2.39.1/GitHub.cli.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: GitHub.cli PackageVersion: 2.39.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.39.2/GitHub.cli.installer.yaml b/manifests/g/GitHub/cli/2.39.2/GitHub.cli.installer.yaml index 9224edf8bde8d..384642d452561 100644 --- a/manifests/g/GitHub/cli/2.39.2/GitHub.cli.installer.yaml +++ b/manifests/g/GitHub/cli/2.39.2/GitHub.cli.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: GitHub.cli PackageVersion: 2.39.2 @@ -15,7 +15,6 @@ InstallModes: UpgradeBehavior: install Commands: - gh -ProductCode: '{77E62210-23E6-44D1-91CD-D6AAE724153E}' ReleaseDate: 2023-11-27 AppsAndFeaturesEntries: - UpgradeCode: '{8CFB9531-B959-4E1B-AA2E-4AF0FFCC4AF4}' @@ -23,5 +22,6 @@ Installers: - Architecture: x64 InstallerUrl: https://github.com/cli/cli/releases/download/v2.39.2/gh_2.39.2_windows_amd64.msi InstallerSha256: E8EB3774B1B383A7D2DF4F848E18899BD53E3C17A90B2A8BCCF41CA6FD060488 + ProductCode: '{77E62210-23E6-44D1-91CD-D6AAE724153E}' ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.39.2/GitHub.cli.locale.en-US.yaml b/manifests/g/GitHub/cli/2.39.2/GitHub.cli.locale.en-US.yaml index de9ed1597d152..40fe81592a4ec 100644 --- a/manifests/g/GitHub/cli/2.39.2/GitHub.cli.locale.en-US.yaml +++ b/manifests/g/GitHub/cli/2.39.2/GitHub.cli.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: GitHub.cli PackageVersion: 2.39.2 @@ -34,5 +34,8 @@ ReleaseNotes: |- - Update to latest go-gh by @samcoe in #8359 - Fix project status unmarshaling by @williammartin in #8384 ReleaseNotesUrl: https://github.com/cli/cli/releases/tag/v2.39.2 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.39.2/GitHub.cli.yaml b/manifests/g/GitHub/cli/2.39.2/GitHub.cli.yaml index 60e3fd0dabb52..9db740b5b026e 100644 --- a/manifests/g/GitHub/cli/2.39.2/GitHub.cli.yaml +++ b/manifests/g/GitHub/cli/2.39.2/GitHub.cli.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: GitHub.cli PackageVersion: 2.39.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.4.0/GitHub.cli.installer.yaml b/manifests/g/GitHub/cli/2.4.0/GitHub.cli.installer.yaml index 5881714684a51..ae04669e0c239 100644 --- a/manifests/g/GitHub/cli/2.4.0/GitHub.cli.installer.yaml +++ b/manifests/g/GitHub/cli/2.4.0/GitHub.cli.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.5 $debug=AUSU.5-1-22538-1000 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.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.cli PackageVersion: 2.4.0 @@ -20,4 +20,4 @@ Installers: InstallerSha256: 4D25B6C16B44646B986462F46A3C17A9F17FB87FC5862A8C1C41A726A68AEEF5 ProductCode: '{AF18E63F-0BA8-4D31-A480-82033CEB1FCC}' ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.4.0/GitHub.cli.locale.en-US.yaml b/manifests/g/GitHub/cli/2.4.0/GitHub.cli.locale.en-US.yaml index 444773544dff3..1df6fff0c271d 100644 --- a/manifests/g/GitHub/cli/2.4.0/GitHub.cli.locale.en-US.yaml +++ b/manifests/g/GitHub/cli/2.4.0/GitHub.cli.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.5 $debug=AUSU.5-1-22538-1000 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.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.cli PackageVersion: 2.4.0 @@ -16,7 +16,7 @@ LicenseUrl: https://github.com/cli/cli/blob/HEAD/LICENSE Copyright: Copyright (c) 2019 GitHub Inc. CopyrightUrl: https://github.com/cli/cli/blob/trunk/LICENSE ShortDescription: GitHubs official command-line tool. -# Description: +# Description: Moniker: gh Tags: - cli @@ -25,8 +25,10 @@ Tags: - open-source - 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/GitHub/cli/2.4.0/GitHub.cli.yaml b/manifests/g/GitHub/cli/2.4.0/GitHub.cli.yaml index 7ba4d107297f2..20a8a693c8ace 100644 --- a/manifests/g/GitHub/cli/2.4.0/GitHub.cli.yaml +++ b/manifests/g/GitHub/cli/2.4.0/GitHub.cli.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.5 $debug=AUSU.5-1-22538-1000 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.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.cli PackageVersion: 2.4.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.40.0/GitHub.cli.installer.yaml b/manifests/g/GitHub/cli/2.40.0/GitHub.cli.installer.yaml index 746646540bf07..99b07d68f39ca 100644 --- a/manifests/g/GitHub/cli/2.40.0/GitHub.cli.installer.yaml +++ b/manifests/g/GitHub/cli/2.40.0/GitHub.cli.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: GitHub.cli PackageVersion: 2.40.0 @@ -15,7 +15,6 @@ InstallModes: UpgradeBehavior: install Commands: - gh -ProductCode: '{718BA65F-A201-44D6-982B-D184F5853D70}' ReleaseDate: 2023-12-07 AppsAndFeaturesEntries: - UpgradeCode: '{8CFB9531-B959-4E1B-AA2E-4AF0FFCC4AF4}' @@ -23,5 +22,6 @@ Installers: - Architecture: x64 InstallerUrl: https://github.com/cli/cli/releases/download/v2.40.0/gh_2.40.0_windows_amd64.msi InstallerSha256: 2487DF5F864CC64E280CB152B67B56CF0065C046574213F34A142515B171D526 + ProductCode: '{718BA65F-A201-44D6-982B-D184F5853D70}' ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.40.0/GitHub.cli.locale.en-US.yaml b/manifests/g/GitHub/cli/2.40.0/GitHub.cli.locale.en-US.yaml index 48674e06affdb..55b7582620159 100644 --- a/manifests/g/GitHub/cli/2.40.0/GitHub.cli.locale.en-US.yaml +++ b/manifests/g/GitHub/cli/2.40.0/GitHub.cli.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: GitHub.cli PackageVersion: 2.40.0 @@ -51,5 +51,8 @@ ReleaseNotes: |- - @nelsonchen304 made their first contribution in #8350 - @steiza made their first contribution in #8411 ReleaseNotesUrl: https://github.com/cli/cli/releases/tag/v2.40.0 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.40.0/GitHub.cli.yaml b/manifests/g/GitHub/cli/2.40.0/GitHub.cli.yaml index 4ab47f798b652..d01d67441d7e8 100644 --- a/manifests/g/GitHub/cli/2.40.0/GitHub.cli.yaml +++ b/manifests/g/GitHub/cli/2.40.0/GitHub.cli.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: GitHub.cli PackageVersion: 2.40.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.40.1/GitHub.cli.installer.yaml b/manifests/g/GitHub/cli/2.40.1/GitHub.cli.installer.yaml index eba1862aab33b..fbed00257946d 100644 --- a/manifests/g/GitHub/cli/2.40.1/GitHub.cli.installer.yaml +++ b/manifests/g/GitHub/cli/2.40.1/GitHub.cli.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: GitHub.cli PackageVersion: 2.40.1 @@ -15,12 +15,12 @@ InstallModes: UpgradeBehavior: install Commands: - gh -ProductCode: '{D45912CB-A8EB-4EDB-A90A-BB43F64335C2}' AppsAndFeaturesEntries: - UpgradeCode: '{8CFB9531-B959-4E1B-AA2E-4AF0FFCC4AF4}' Installers: - Architecture: x64 InstallerUrl: https://github.com/cli/cli/releases/download/v2.40.1/gh_2.40.1_windows_amd64.msi InstallerSha256: 069C8A708D03B1FFCE8C4D460347CA1F97B3FBBD45667BD2DAA42D502D73C6EB + ProductCode: '{D45912CB-A8EB-4EDB-A90A-BB43F64335C2}' ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.40.1/GitHub.cli.locale.en-US.yaml b/manifests/g/GitHub/cli/2.40.1/GitHub.cli.locale.en-US.yaml index fa2e59bf9356c..5732bc202416b 100644 --- a/manifests/g/GitHub/cli/2.40.1/GitHub.cli.locale.en-US.yaml +++ b/manifests/g/GitHub/cli/2.40.1/GitHub.cli.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: GitHub.cli PackageVersion: 2.40.1 @@ -27,5 +27,10 @@ Tags: - open-source - tool - utility +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.40.1/GitHub.cli.yaml b/manifests/g/GitHub/cli/2.40.1/GitHub.cli.yaml index 70b235c601dc1..7e11bd6ac9378 100644 --- a/manifests/g/GitHub/cli/2.40.1/GitHub.cli.yaml +++ b/manifests/g/GitHub/cli/2.40.1/GitHub.cli.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: GitHub.cli PackageVersion: 2.40.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.41.0/GitHub.cli.installer.yaml b/manifests/g/GitHub/cli/2.41.0/GitHub.cli.installer.yaml index 4674dc98ca61e..8a868a65f4ade 100644 --- a/manifests/g/GitHub/cli/2.41.0/GitHub.cli.installer.yaml +++ b/manifests/g/GitHub/cli/2.41.0/GitHub.cli.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: GitHub.cli PackageVersion: 2.41.0 @@ -15,12 +15,12 @@ InstallModes: UpgradeBehavior: install Commands: - gh -ProductCode: '{905937F7-1DE9-4525-93FC-9A0E4E97AF17}' AppsAndFeaturesEntries: - UpgradeCode: '{8CFB9531-B959-4E1B-AA2E-4AF0FFCC4AF4}' Installers: - Architecture: x64 InstallerUrl: https://github.com/cli/cli/releases/download/v2.41.0/gh_2.41.0_windows_amd64.msi InstallerSha256: E97F3B988FF7E579B85DF5D8F5CAA17E33E32E74F2588B771C46A777E47BA25D + ProductCode: '{905937F7-1DE9-4525-93FC-9A0E4E97AF17}' ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.41.0/GitHub.cli.locale.en-US.yaml b/manifests/g/GitHub/cli/2.41.0/GitHub.cli.locale.en-US.yaml index 8ebd04269b84e..e9cf3526edd25 100644 --- a/manifests/g/GitHub/cli/2.41.0/GitHub.cli.locale.en-US.yaml +++ b/manifests/g/GitHub/cli/2.41.0/GitHub.cli.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: GitHub.cli PackageVersion: 2.41.0 @@ -27,5 +27,10 @@ Tags: - open-source - tool - utility +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.41.0/GitHub.cli.yaml b/manifests/g/GitHub/cli/2.41.0/GitHub.cli.yaml index 07c5acfe1cea0..a9723f6bd1f65 100644 --- a/manifests/g/GitHub/cli/2.41.0/GitHub.cli.yaml +++ b/manifests/g/GitHub/cli/2.41.0/GitHub.cli.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: GitHub.cli PackageVersion: 2.41.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.42.0/GitHub.cli.installer.yaml b/manifests/g/GitHub/cli/2.42.0/GitHub.cli.installer.yaml index b79d7e3410cf9..6e105454627c3 100644 --- a/manifests/g/GitHub/cli/2.42.0/GitHub.cli.installer.yaml +++ b/manifests/g/GitHub/cli/2.42.0/GitHub.cli.installer.yaml @@ -1,13 +1,8 @@ -# Created using WinGet Automation (CLI) +# Created with YamlCreate.ps1 v2.4.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.cli PackageVersion: 2.42.0 -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/cli/cli/releases/download/v2.42.0/gh_2.42.0_windows_amd64.msi - InstallerSha256: 9c7dd865e5c4cdee1f26f9e15073ff36bbd09295d39b1b5ae303e4e5a7951068 - UpgradeCode: "{8CFB9531-B959-4E1B-AA2E-4AF0FFCC4AF4}" -ManifestType: installer -ManifestVersion: 1.5.0 Platform: - Windows.Desktop MinimumOSVersion: 10.0.0.0 @@ -20,5 +15,11 @@ InstallModes: UpgradeBehavior: install Commands: - gh -ProductCode: "{DFE4D53E-1354-4601-AD4D-6FF5143B2ECD}" -ReleaseDate: "2024-01-11" +ReleaseDate: 2024-01-11 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/cli/cli/releases/download/v2.42.0/gh_2.42.0_windows_amd64.msi + InstallerSha256: 9C7DD865E5C4CDEE1F26F9E15073FF36BBD09295D39B1B5AE303E4E5A7951068 + ProductCode: '{DFE4D53E-1354-4601-AD4D-6FF5143B2ECD}' +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.42.0/GitHub.cli.locale.en-US.yaml b/manifests/g/GitHub/cli/2.42.0/GitHub.cli.locale.en-US.yaml index 866b1dc13986c..02b65708379cf 100644 --- a/manifests/g/GitHub/cli/2.42.0/GitHub.cli.locale.en-US.yaml +++ b/manifests/g/GitHub/cli/2.42.0/GitHub.cli.locale.en-US.yaml @@ -1,4 +1,6 @@ -# Created using WinGet Automation (CLI) +# Created with YamlCreate.ps1 v2.4.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.cli PackageVersion: 2.42.0 PackageLocale: en-US @@ -23,6 +25,10 @@ Tags: - open-source - tool - utility -ManifestType: defaultLocale -ManifestVersion: 1.5.0 +# ReleaseNotes: ReleaseNotesUrl: https://github.com/cli/cli/releases/tag/v2.42.0 +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.42.0/GitHub.cli.yaml b/manifests/g/GitHub/cli/2.42.0/GitHub.cli.yaml index 5f0eef3fe6b22..23081e717c721 100644 --- a/manifests/g/GitHub/cli/2.42.0/GitHub.cli.yaml +++ b/manifests/g/GitHub/cli/2.42.0/GitHub.cli.yaml @@ -1,6 +1,8 @@ -# Created using WinGet Automation (CLI) +# Created with YamlCreate.ps1 v2.4.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.cli PackageVersion: 2.42.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.42.1/GitHub.cli.installer.yaml b/manifests/g/GitHub/cli/2.42.1/GitHub.cli.installer.yaml index 4de823e4a803f..7b27f5743432d 100644 --- a/manifests/g/GitHub/cli/2.42.1/GitHub.cli.installer.yaml +++ b/manifests/g/GitHub/cli/2.42.1/GitHub.cli.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: GitHub.cli PackageVersion: 2.42.1 @@ -15,12 +15,12 @@ InstallModes: UpgradeBehavior: install Commands: - gh -ProductCode: '{3A39A10B-51BA-42A1-921B-DC9D2F235C0E}' AppsAndFeaturesEntries: - UpgradeCode: '{8CFB9531-B959-4E1B-AA2E-4AF0FFCC4AF4}' Installers: - Architecture: x64 InstallerUrl: https://github.com/cli/cli/releases/download/v2.42.1/gh_2.42.1_windows_amd64.msi InstallerSha256: 04AC5B75420B74C95B666A349315B2B9439ED918ADE00E3E8C916D60F442FFF8 + ProductCode: '{3A39A10B-51BA-42A1-921B-DC9D2F235C0E}' ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.42.1/GitHub.cli.locale.en-US.yaml b/manifests/g/GitHub/cli/2.42.1/GitHub.cli.locale.en-US.yaml index ef5efcfc024ab..6050d851a6da7 100644 --- a/manifests/g/GitHub/cli/2.42.1/GitHub.cli.locale.en-US.yaml +++ b/manifests/g/GitHub/cli/2.42.1/GitHub.cli.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: GitHub.cli PackageVersion: 2.42.1 @@ -27,5 +27,10 @@ Tags: - open-source - tool - utility +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.42.1/GitHub.cli.yaml b/manifests/g/GitHub/cli/2.42.1/GitHub.cli.yaml index 875b1dc026632..afbd20c9322ff 100644 --- a/manifests/g/GitHub/cli/2.42.1/GitHub.cli.yaml +++ b/manifests/g/GitHub/cli/2.42.1/GitHub.cli.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: GitHub.cli PackageVersion: 2.42.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.43.0/GitHub.cli.installer.yaml b/manifests/g/GitHub/cli/2.43.0/GitHub.cli.installer.yaml index 613c54b606b86..240e399372de1 100644 --- a/manifests/g/GitHub/cli/2.43.0/GitHub.cli.installer.yaml +++ b/manifests/g/GitHub/cli/2.43.0/GitHub.cli.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: GitHub.cli PackageVersion: 2.43.0 @@ -15,12 +15,12 @@ InstallModes: UpgradeBehavior: install Commands: - gh -ProductCode: '{429A400F-8DC3-4F7A-AADC-C2FDC8FE18E1}' AppsAndFeaturesEntries: - UpgradeCode: '{8CFB9531-B959-4E1B-AA2E-4AF0FFCC4AF4}' Installers: - Architecture: x64 InstallerUrl: https://github.com/cli/cli/releases/download/v2.43.0/gh_2.43.0_windows_amd64.msi InstallerSha256: 6F0557B18956652AE96A7DFA4F7261AC482DAF10678F14474CC920CE7541CFE2 + ProductCode: '{429A400F-8DC3-4F7A-AADC-C2FDC8FE18E1}' ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.43.0/GitHub.cli.locale.en-US.yaml b/manifests/g/GitHub/cli/2.43.0/GitHub.cli.locale.en-US.yaml index 43d33e6b83dd2..839c1a6e05056 100644 --- a/manifests/g/GitHub/cli/2.43.0/GitHub.cli.locale.en-US.yaml +++ b/manifests/g/GitHub/cli/2.43.0/GitHub.cli.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: GitHub.cli PackageVersion: 2.43.0 @@ -27,5 +27,10 @@ Tags: - open-source - tool - utility +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.43.0/GitHub.cli.yaml b/manifests/g/GitHub/cli/2.43.0/GitHub.cli.yaml index e25f0c6b4350c..b7be0360f4f4d 100644 --- a/manifests/g/GitHub/cli/2.43.0/GitHub.cli.yaml +++ b/manifests/g/GitHub/cli/2.43.0/GitHub.cli.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: GitHub.cli PackageVersion: 2.43.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.43.1/GitHub.cli.installer.yaml b/manifests/g/GitHub/cli/2.43.1/GitHub.cli.installer.yaml index ba64666df095d..fcf530aaf02d3 100644 --- a/manifests/g/GitHub/cli/2.43.1/GitHub.cli.installer.yaml +++ b/manifests/g/GitHub/cli/2.43.1/GitHub.cli.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: GitHub.cli PackageVersion: 2.43.1 @@ -15,12 +15,12 @@ InstallModes: UpgradeBehavior: install Commands: - gh -ProductCode: '{B4750A25-EF73-43EA-A9B2-607919649773}' AppsAndFeaturesEntries: - UpgradeCode: '{8CFB9531-B959-4E1B-AA2E-4AF0FFCC4AF4}' Installers: - Architecture: x64 InstallerUrl: https://github.com/cli/cli/releases/download/v2.43.1/gh_2.43.1_windows_amd64.msi InstallerSha256: 8D7B53401540FA4CF8E3EB6DA241F0C18FAFE168989B59C96C2EBCA4FFAADAF3 + ProductCode: '{B4750A25-EF73-43EA-A9B2-607919649773}' ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.43.1/GitHub.cli.locale.en-US.yaml b/manifests/g/GitHub/cli/2.43.1/GitHub.cli.locale.en-US.yaml index cf1f15930dbe8..1e20c25430491 100644 --- a/manifests/g/GitHub/cli/2.43.1/GitHub.cli.locale.en-US.yaml +++ b/manifests/g/GitHub/cli/2.43.1/GitHub.cli.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: GitHub.cli PackageVersion: 2.43.1 @@ -27,5 +27,10 @@ Tags: - open-source - tool - utility +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.43.1/GitHub.cli.yaml b/manifests/g/GitHub/cli/2.43.1/GitHub.cli.yaml index eeed865323f2b..dfdc204286b02 100644 --- a/manifests/g/GitHub/cli/2.43.1/GitHub.cli.yaml +++ b/manifests/g/GitHub/cli/2.43.1/GitHub.cli.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: GitHub.cli PackageVersion: 2.43.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.44.0/GitHub.cli.installer.yaml b/manifests/g/GitHub/cli/2.44.0/GitHub.cli.installer.yaml index c58801eff28b4..6bda53d4fb52a 100644 --- a/manifests/g/GitHub/cli/2.44.0/GitHub.cli.installer.yaml +++ b/manifests/g/GitHub/cli/2.44.0/GitHub.cli.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: GitHub.cli PackageVersion: 2.44.0 @@ -15,12 +15,12 @@ InstallModes: UpgradeBehavior: install Commands: - gh -ProductCode: '{7069C8CD-ED5E-40CF-B044-CB88D6DA1895}' AppsAndFeaturesEntries: - UpgradeCode: '{8CFB9531-B959-4E1B-AA2E-4AF0FFCC4AF4}' Installers: - Architecture: x64 InstallerUrl: https://github.com/cli/cli/releases/download/v2.44.0/gh_2.44.0_windows_amd64.msi InstallerSha256: FB28050BCD13D034D16352C55370DF874E2583BB175316129137DB3A94C387EE + ProductCode: '{7069C8CD-ED5E-40CF-B044-CB88D6DA1895}' ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.44.0/GitHub.cli.locale.en-US.yaml b/manifests/g/GitHub/cli/2.44.0/GitHub.cli.locale.en-US.yaml index 74ea8e080a9f3..048c212822f0a 100644 --- a/manifests/g/GitHub/cli/2.44.0/GitHub.cli.locale.en-US.yaml +++ b/manifests/g/GitHub/cli/2.44.0/GitHub.cli.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: GitHub.cli PackageVersion: 2.44.0 @@ -27,5 +27,10 @@ Tags: - open-source - tool - utility +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.44.0/GitHub.cli.yaml b/manifests/g/GitHub/cli/2.44.0/GitHub.cli.yaml index c85ccde8852f2..0a482006f3645 100644 --- a/manifests/g/GitHub/cli/2.44.0/GitHub.cli.yaml +++ b/manifests/g/GitHub/cli/2.44.0/GitHub.cli.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: GitHub.cli PackageVersion: 2.44.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.44.1/GitHub.cli.installer.yaml b/manifests/g/GitHub/cli/2.44.1/GitHub.cli.installer.yaml index 30321445a6a52..81466d0fa9d7a 100644 --- a/manifests/g/GitHub/cli/2.44.1/GitHub.cli.installer.yaml +++ b/manifests/g/GitHub/cli/2.44.1/GitHub.cli.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: GitHub.cli PackageVersion: 2.44.1 @@ -15,12 +15,12 @@ InstallModes: UpgradeBehavior: install Commands: - gh -ProductCode: '{D11C3B22-3DD4-40DE-9BBD-4B2600C28D7D}' AppsAndFeaturesEntries: - UpgradeCode: '{8CFB9531-B959-4E1B-AA2E-4AF0FFCC4AF4}' Installers: - Architecture: x64 InstallerUrl: https://github.com/cli/cli/releases/download/v2.44.1/gh_2.44.1_windows_amd64.msi InstallerSha256: DF2169ED70A9E7CEA9943790B79024A5270DDFD3742B79E3CDC03A7923516CAC + ProductCode: '{D11C3B22-3DD4-40DE-9BBD-4B2600C28D7D}' ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.44.1/GitHub.cli.locale.en-US.yaml b/manifests/g/GitHub/cli/2.44.1/GitHub.cli.locale.en-US.yaml index 1be549e5ef735..0f42017f0da56 100644 --- a/manifests/g/GitHub/cli/2.44.1/GitHub.cli.locale.en-US.yaml +++ b/manifests/g/GitHub/cli/2.44.1/GitHub.cli.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: GitHub.cli PackageVersion: 2.44.1 @@ -27,5 +27,10 @@ Tags: - open-source - tool - utility +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.44.1/GitHub.cli.yaml b/manifests/g/GitHub/cli/2.44.1/GitHub.cli.yaml index 355170179d898..9bf02dccc30e1 100644 --- a/manifests/g/GitHub/cli/2.44.1/GitHub.cli.yaml +++ b/manifests/g/GitHub/cli/2.44.1/GitHub.cli.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: GitHub.cli PackageVersion: 2.44.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.45.0/GitHub.cli.installer.yaml b/manifests/g/GitHub/cli/2.45.0/GitHub.cli.installer.yaml index 9fcc593e6148b..098b7fc0c2bd6 100644 --- a/manifests/g/GitHub/cli/2.45.0/GitHub.cli.installer.yaml +++ b/manifests/g/GitHub/cli/2.45.0/GitHub.cli.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: GitHub.cli PackageVersion: 2.45.0 @@ -15,12 +15,12 @@ InstallModes: UpgradeBehavior: install Commands: - gh -ProductCode: '{7BD3831A-BDD7-4B5B-8FFB-B574B3875DED}' AppsAndFeaturesEntries: - UpgradeCode: '{8CFB9531-B959-4E1B-AA2E-4AF0FFCC4AF4}' Installers: - Architecture: x64 InstallerUrl: https://github.com/cli/cli/releases/download/v2.45.0/gh_2.45.0_windows_amd64.msi InstallerSha256: C66BDABA745A11B51C073C8BCFEC6B6899618BCFEC18E394277855AF9F1B0038 + ProductCode: '{7BD3831A-BDD7-4B5B-8FFB-B574B3875DED}' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.45.0/GitHub.cli.locale.en-US.yaml b/manifests/g/GitHub/cli/2.45.0/GitHub.cli.locale.en-US.yaml index 210b4bf59dd2b..5b4276fe8f5f7 100644 --- a/manifests/g/GitHub/cli/2.45.0/GitHub.cli.locale.en-US.yaml +++ b/manifests/g/GitHub/cli/2.45.0/GitHub.cli.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: GitHub.cli PackageVersion: 2.45.0 @@ -27,5 +27,10 @@ Tags: - open-source - tool - utility +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.45.0/GitHub.cli.yaml b/manifests/g/GitHub/cli/2.45.0/GitHub.cli.yaml index 3084a098f2729..7615c377cfd86 100644 --- a/manifests/g/GitHub/cli/2.45.0/GitHub.cli.yaml +++ b/manifests/g/GitHub/cli/2.45.0/GitHub.cli.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: GitHub.cli PackageVersion: 2.45.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.46.0/GitHub.cli.installer.yaml b/manifests/g/GitHub/cli/2.46.0/GitHub.cli.installer.yaml index b4dc28491b559..685db4ad0269f 100644 --- a/manifests/g/GitHub/cli/2.46.0/GitHub.cli.installer.yaml +++ b/manifests/g/GitHub/cli/2.46.0/GitHub.cli.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: GitHub.cli PackageVersion: 2.46.0 @@ -24,4 +24,4 @@ Installers: InstallerSha256: 9A7EABEB886ED28F88FBF068EBE536899CB3BDE3A0B6862C11B8FBAD7F893755 ProductCode: '{3E14AE94-664D-45C5-8390-A7EC403023E3}' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.46.0/GitHub.cli.locale.en-US.yaml b/manifests/g/GitHub/cli/2.46.0/GitHub.cli.locale.en-US.yaml index eb9a9b3658477..aa0e74ec372b6 100644 --- a/manifests/g/GitHub/cli/2.46.0/GitHub.cli.locale.en-US.yaml +++ b/manifests/g/GitHub/cli/2.46.0/GitHub.cli.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: GitHub.cli PackageVersion: 2.46.0 @@ -53,4 +53,4 @@ ReleaseNotesUrl: https://github.com/cli/cli/releases/tag/v2.46.0 # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.46.0/GitHub.cli.yaml b/manifests/g/GitHub/cli/2.46.0/GitHub.cli.yaml index 87b143b6907bc..bc67daa1673f3 100644 --- a/manifests/g/GitHub/cli/2.46.0/GitHub.cli.yaml +++ b/manifests/g/GitHub/cli/2.46.0/GitHub.cli.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: GitHub.cli PackageVersion: 2.46.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.47.0/GitHub.cli.installer.yaml b/manifests/g/GitHub/cli/2.47.0/GitHub.cli.installer.yaml index 3dde4a2b16d42..72748bc388d69 100644 --- a/manifests/g/GitHub/cli/2.47.0/GitHub.cli.installer.yaml +++ b/manifests/g/GitHub/cli/2.47.0/GitHub.cli.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: GitHub.cli PackageVersion: 2.47.0 @@ -15,12 +15,12 @@ InstallModes: UpgradeBehavior: install Commands: - gh -ProductCode: '{57D7F2F9-B55D-43AB-9BA0-2EE3D2DB5D13}' AppsAndFeaturesEntries: - UpgradeCode: '{8CFB9531-B959-4E1B-AA2E-4AF0FFCC4AF4}' Installers: - Architecture: x64 InstallerUrl: https://github.com/cli/cli/releases/download/v2.47.0/gh_2.47.0_windows_amd64.msi InstallerSha256: D4B8C66E3BD2C0A8CED4461E29B4A94DC9B0FD4C5257131F453A16DAA5A0156B + ProductCode: '{57D7F2F9-B55D-43AB-9BA0-2EE3D2DB5D13}' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.47.0/GitHub.cli.locale.en-US.yaml b/manifests/g/GitHub/cli/2.47.0/GitHub.cli.locale.en-US.yaml index 63692d6435988..c0e7bfda00bcf 100644 --- a/manifests/g/GitHub/cli/2.47.0/GitHub.cli.locale.en-US.yaml +++ b/manifests/g/GitHub/cli/2.47.0/GitHub.cli.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: GitHub.cli PackageVersion: 2.47.0 @@ -27,5 +27,10 @@ Tags: - open-source - tool - utility +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.47.0/GitHub.cli.yaml b/manifests/g/GitHub/cli/2.47.0/GitHub.cli.yaml index 7b0331353d690..b2d2b79369a90 100644 --- a/manifests/g/GitHub/cli/2.47.0/GitHub.cli.yaml +++ b/manifests/g/GitHub/cli/2.47.0/GitHub.cli.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: GitHub.cli PackageVersion: 2.47.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.48.0/GitHub.cli.installer.yaml b/manifests/g/GitHub/cli/2.48.0/GitHub.cli.installer.yaml index 564c1dc2b1933..fb6bb1fdb8292 100644 --- a/manifests/g/GitHub/cli/2.48.0/GitHub.cli.installer.yaml +++ b/manifests/g/GitHub/cli/2.48.0/GitHub.cli.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: GitHub.cli PackageVersion: 2.48.0 @@ -14,8 +14,8 @@ InstallModes: UpgradeBehavior: install Commands: - gh -ElevationRequirement: elevatesSelf ReleaseDate: 2024-04-17 +ElevationRequirement: elevatesSelf Installers: - Architecture: x64 InstallerUrl: https://github.com/cli/cli/releases/download/v2.48.0/gh_2.48.0_windows_amd64.msi @@ -32,4 +32,4 @@ Installers: - ProductCode: '{875BCF8E-10DF-4785-AC4B-77D0B7DF058B}' UpgradeCode: '{767EC5D2-C8F0-4912-9901-45E21F59A284}' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.48.0/GitHub.cli.locale.en-US.yaml b/manifests/g/GitHub/cli/2.48.0/GitHub.cli.locale.en-US.yaml index fd568c50d678c..8298f5a3df968 100644 --- a/manifests/g/GitHub/cli/2.48.0/GitHub.cli.locale.en-US.yaml +++ b/manifests/g/GitHub/cli/2.48.0/GitHub.cli.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: GitHub.cli PackageVersion: 2.48.0 @@ -67,8 +67,10 @@ ReleaseNotes: |- Full Changelog: https://github.com/cli/cli/compare/v2.47.0...v2.48.0 ReleaseNotesUrl: https://github.com/cli/cli/releases/tag/v2.48.0 +# PurchaseUrl: +# InstallationNotes: Documentations: - DocumentLabel: Manual DocumentUrl: https://cli.github.com/manual/ ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.48.0/GitHub.cli.yaml b/manifests/g/GitHub/cli/2.48.0/GitHub.cli.yaml index ad88486121858..a290b08518364 100644 --- a/manifests/g/GitHub/cli/2.48.0/GitHub.cli.yaml +++ b/manifests/g/GitHub/cli/2.48.0/GitHub.cli.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: GitHub.cli PackageVersion: 2.48.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.49.0/GitHub.cli.installer.yaml b/manifests/g/GitHub/cli/2.49.0/GitHub.cli.installer.yaml index 61566aa13a436..dfb3dc383873b 100644 --- a/manifests/g/GitHub/cli/2.49.0/GitHub.cli.installer.yaml +++ b/manifests/g/GitHub/cli/2.49.0/GitHub.cli.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: GitHub.cli PackageVersion: 2.49.0 @@ -14,8 +14,8 @@ InstallModes: UpgradeBehavior: install Commands: - gh -ElevationRequirement: elevatesSelf ReleaseDate: 2024-04-30 +ElevationRequirement: elevatesSelf Installers: - Architecture: x64 InstallerUrl: https://github.com/cli/cli/releases/download/v2.49.0/gh_2.49.0_windows_amd64.msi @@ -32,4 +32,4 @@ Installers: - ProductCode: '{3FFCF412-E7DC-4D8E-9D2B-B0C8430AF451}' UpgradeCode: '{767EC5D2-C8F0-4912-9901-45E21F59A284}' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.49.0/GitHub.cli.locale.en-US.yaml b/manifests/g/GitHub/cli/2.49.0/GitHub.cli.locale.en-US.yaml index d5e1c72d22ec6..4ca80fcec595a 100644 --- a/manifests/g/GitHub/cli/2.49.0/GitHub.cli.locale.en-US.yaml +++ b/manifests/g/GitHub/cli/2.49.0/GitHub.cli.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: GitHub.cli PackageVersion: 2.49.0 @@ -64,8 +64,10 @@ ReleaseNotes: |- Full Changelog: https://github.com/cli/cli/compare/v2.48.0...v2.49.0 ReleaseNotesUrl: https://github.com/cli/cli/releases/tag/v2.49.0 +# PurchaseUrl: +# InstallationNotes: Documentations: - DocumentLabel: Manual DocumentUrl: https://cli.github.com/manual/ ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.49.0/GitHub.cli.yaml b/manifests/g/GitHub/cli/2.49.0/GitHub.cli.yaml index e14eee20ee75c..fe4e01b7339af 100644 --- a/manifests/g/GitHub/cli/2.49.0/GitHub.cli.yaml +++ b/manifests/g/GitHub/cli/2.49.0/GitHub.cli.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: GitHub.cli PackageVersion: 2.49.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.49.1/GitHub.cli.installer.yaml b/manifests/g/GitHub/cli/2.49.1/GitHub.cli.installer.yaml index 65307ee14e521..c7d591dc2b68c 100644 --- a/manifests/g/GitHub/cli/2.49.1/GitHub.cli.installer.yaml +++ b/manifests/g/GitHub/cli/2.49.1/GitHub.cli.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: GitHub.cli PackageVersion: 2.49.1 @@ -14,8 +14,8 @@ InstallModes: UpgradeBehavior: install Commands: - gh -ElevationRequirement: elevatesSelf ReleaseDate: 2024-05-08 +ElevationRequirement: elevatesSelf Installers: - Architecture: x64 InstallerUrl: https://github.com/cli/cli/releases/download/v2.49.1/gh_2.49.1_windows_amd64.msi @@ -32,4 +32,4 @@ Installers: - ProductCode: '{83FD64A3-44A7-40D4-9AF5-0C684707E21F}' UpgradeCode: '{767EC5D2-C8F0-4912-9901-45E21F59A284}' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.49.1/GitHub.cli.locale.en-US.yaml b/manifests/g/GitHub/cli/2.49.1/GitHub.cli.locale.en-US.yaml index 33d137cc05a43..d25fb9a8e24ee 100644 --- a/manifests/g/GitHub/cli/2.49.1/GitHub.cli.locale.en-US.yaml +++ b/manifests/g/GitHub/cli/2.49.1/GitHub.cli.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: GitHub.cli PackageVersion: 2.49.1 @@ -46,8 +46,10 @@ ReleaseNotes: |- Full Changelog: https://github.com/cli/cli/compare/v2.49.0...v2.49.1 ReleaseNotesUrl: https://github.com/cli/cli/releases/tag/v2.49.1 +# PurchaseUrl: +# InstallationNotes: Documentations: - DocumentLabel: Manual DocumentUrl: https://cli.github.com/manual/ ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.49.1/GitHub.cli.yaml b/manifests/g/GitHub/cli/2.49.1/GitHub.cli.yaml index ad069b8ae379d..b46b03726aba9 100644 --- a/manifests/g/GitHub/cli/2.49.1/GitHub.cli.yaml +++ b/manifests/g/GitHub/cli/2.49.1/GitHub.cli.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: GitHub.cli PackageVersion: 2.49.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.49.2/GitHub.cli.installer.yaml b/manifests/g/GitHub/cli/2.49.2/GitHub.cli.installer.yaml index 6cfefc79815f3..f06fca3282015 100644 --- a/manifests/g/GitHub/cli/2.49.2/GitHub.cli.installer.yaml +++ b/manifests/g/GitHub/cli/2.49.2/GitHub.cli.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: GitHub.cli PackageVersion: 2.49.2 @@ -14,8 +14,8 @@ InstallModes: UpgradeBehavior: install Commands: - gh -ElevationRequirement: elevatesSelf ReleaseDate: 2024-05-13 +ElevationRequirement: elevatesSelf Installers: - Architecture: x64 InstallerUrl: https://github.com/cli/cli/releases/download/v2.49.2/gh_2.49.2_windows_amd64.msi @@ -32,4 +32,4 @@ Installers: - ProductCode: '{34E766CE-B7DB-4931-8A61-C326BC5F5DA5}' UpgradeCode: '{767EC5D2-C8F0-4912-9901-45E21F59A284}' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.49.2/GitHub.cli.locale.en-US.yaml b/manifests/g/GitHub/cli/2.49.2/GitHub.cli.locale.en-US.yaml index 77b54a35f7735..5509116e0a2d9 100644 --- a/manifests/g/GitHub/cli/2.49.2/GitHub.cli.locale.en-US.yaml +++ b/manifests/g/GitHub/cli/2.49.2/GitHub.cli.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: GitHub.cli PackageVersion: 2.49.2 @@ -47,8 +47,10 @@ ReleaseNotes: |- Full Changelog: https://github.com/cli/cli/compare/v2.49.1...v2.49.2 ReleaseNotesUrl: https://github.com/cli/cli/releases/tag/v2.49.2 +# PurchaseUrl: +# InstallationNotes: Documentations: - DocumentLabel: Manual DocumentUrl: https://cli.github.com/manual/ ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.49.2/GitHub.cli.yaml b/manifests/g/GitHub/cli/2.49.2/GitHub.cli.yaml index 8457fb8686a00..9f6952560da77 100644 --- a/manifests/g/GitHub/cli/2.49.2/GitHub.cli.yaml +++ b/manifests/g/GitHub/cli/2.49.2/GitHub.cli.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: GitHub.cli PackageVersion: 2.49.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.5.0/GitHub.cli.installer.yaml b/manifests/g/GitHub/cli/2.5.0/GitHub.cli.installer.yaml index 389521ad5d61f..730ec3b3af63f 100644 --- a/manifests/g/GitHub/cli/2.5.0/GitHub.cli.installer.yaml +++ b/manifests/g/GitHub/cli/2.5.0/GitHub.cli.installer.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 0.2.0.29 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.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.cli PackageVersion: 2.5.0 @@ -20,5 +20,4 @@ Installers: InstallerSha256: 1D46F4A73AD7416C02491B5DBD415F045DC612FB6CDB6E325363FA099178CED6 ProductCode: '{25C819AA-71AF-4D7A-A5EE-7774B3E5DA29}' ManifestType: installer -ManifestVersion: 1.1.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.5.0/GitHub.cli.locale.en-US.yaml b/manifests/g/GitHub/cli/2.5.0/GitHub.cli.locale.en-US.yaml index c40b81b1e080c..66e72006dd3a9 100644 --- a/manifests/g/GitHub/cli/2.5.0/GitHub.cli.locale.en-US.yaml +++ b/manifests/g/GitHub/cli/2.5.0/GitHub.cli.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.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.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.cli PackageVersion: 2.5.0 @@ -16,6 +16,7 @@ LicenseUrl: https://github.com/cli/cli/blob/HEAD/LICENSE Copyright: Copyright (c) 2019 GitHub Inc. CopyrightUrl: https://github.com/cli/cli/blob/trunk/LICENSE ShortDescription: GitHubs official command-line tool. +# Description: Moniker: gh Tags: - cli @@ -24,6 +25,10 @@ Tags: - open-source - tool - utility +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.5.0/GitHub.cli.yaml b/manifests/g/GitHub/cli/2.5.0/GitHub.cli.yaml index acf36f041a5dc..4adff3e99dfb8 100644 --- a/manifests/g/GitHub/cli/2.5.0/GitHub.cli.yaml +++ b/manifests/g/GitHub/cli/2.5.0/GitHub.cli.yaml @@ -1,9 +1,8 @@ -# Created using wingetcreate 0.2.0.29 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.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.cli PackageVersion: 2.5.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.5.1/GitHub.cli.installer.yaml b/manifests/g/GitHub/cli/2.5.1/GitHub.cli.installer.yaml index 3e700223f31b1..99606dffde345 100644 --- a/manifests/g/GitHub/cli/2.5.1/GitHub.cli.installer.yaml +++ b/manifests/g/GitHub/cli/2.5.1/GitHub.cli.installer.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 0.2.0.29 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.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.cli PackageVersion: 2.5.1 @@ -20,5 +20,4 @@ Installers: InstallerSha256: FCE68036B308F470AD1E252668619501B66DE9E600E5A21D592B87D01FB5F6DB ProductCode: '{062231BF-4087-46C0-8594-FEA5E05AB974}' ManifestType: installer -ManifestVersion: 1.1.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.5.1/GitHub.cli.locale.en-US.yaml b/manifests/g/GitHub/cli/2.5.1/GitHub.cli.locale.en-US.yaml index 68e86786184d1..2494a5e7f2349 100644 --- a/manifests/g/GitHub/cli/2.5.1/GitHub.cli.locale.en-US.yaml +++ b/manifests/g/GitHub/cli/2.5.1/GitHub.cli.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.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.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.cli PackageVersion: 2.5.1 @@ -16,8 +16,8 @@ LicenseUrl: https://github.com/cli/cli/blob/HEAD/LICENSE Copyright: Copyright (c) 2019 GitHub Inc. CopyrightUrl: https://github.com/cli/cli/blob/trunk/LICENSE ShortDescription: GitHubs official command-line tool. +# Description: Moniker: gh -ReleaseNotesUrl: https://github.com/cli/cli/releases/v2.5.1 Tags: - cli - command-line @@ -25,6 +25,10 @@ Tags: - open-source - tool - utility +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/cli/cli/releases/v2.5.1 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.5.1/GitHub.cli.yaml b/manifests/g/GitHub/cli/2.5.1/GitHub.cli.yaml index 96bd875fc5f09..5cafa2739a0fa 100644 --- a/manifests/g/GitHub/cli/2.5.1/GitHub.cli.yaml +++ b/manifests/g/GitHub/cli/2.5.1/GitHub.cli.yaml @@ -1,9 +1,8 @@ -# Created using wingetcreate 0.2.0.29 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.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.cli PackageVersion: 2.5.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.5.2/GitHub.cli.installer.yaml b/manifests/g/GitHub/cli/2.5.2/GitHub.cli.installer.yaml index 46fe90849292a..0149d0c68a891 100644 --- a/manifests/g/GitHub/cli/2.5.2/GitHub.cli.installer.yaml +++ b/manifests/g/GitHub/cli/2.5.2/GitHub.cli.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: GitHub.cli PackageVersion: 2.5.2 @@ -21,4 +21,4 @@ Installers: InstallerSha256: A085F823EB9D8B6C725A1AEB4F7866A4665BD6A10E20C252D5DD825B22393B83 ProductCode: '{CD9B83A6-8529-4ABA-B9DA-938C3EDBDF6F}' ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.5.2/GitHub.cli.locale.en-US.yaml b/manifests/g/GitHub/cli/2.5.2/GitHub.cli.locale.en-US.yaml index ea3a75a0dc6a0..294fc201851d0 100644 --- a/manifests/g/GitHub/cli/2.5.2/GitHub.cli.locale.en-US.yaml +++ b/manifests/g/GitHub/cli/2.5.2/GitHub.cli.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: GitHub.cli PackageVersion: 2.5.2 @@ -16,7 +16,7 @@ LicenseUrl: https://github.com/cli/cli/blob/HEAD/LICENSE Copyright: Copyright (c) 2019 GitHub Inc. CopyrightUrl: https://github.com/cli/cli/blob/trunk/LICENSE ShortDescription: GitHubs official command-line tool. -# Description: +# Description: Moniker: gh Tags: - cli @@ -25,8 +25,10 @@ Tags: - open-source - tool - utility -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/cli/cli/releases/tag/v2.5.2 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.5.2/GitHub.cli.yaml b/manifests/g/GitHub/cli/2.5.2/GitHub.cli.yaml index 0214b317a0ec7..9130c1e2c2a9a 100644 --- a/manifests/g/GitHub/cli/2.5.2/GitHub.cli.yaml +++ b/manifests/g/GitHub/cli/2.5.2/GitHub.cli.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: GitHub.cli PackageVersion: 2.5.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.50.0/GitHub.cli.installer.yaml b/manifests/g/GitHub/cli/2.50.0/GitHub.cli.installer.yaml index fe48dbcee4baf..9c2422c106475 100644 --- a/manifests/g/GitHub/cli/2.50.0/GitHub.cli.installer.yaml +++ b/manifests/g/GitHub/cli/2.50.0/GitHub.cli.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: GitHub.cli PackageVersion: 2.50.0 @@ -14,8 +14,8 @@ InstallModes: UpgradeBehavior: install Commands: - gh -ElevationRequirement: elevatesSelf ReleaseDate: 2024-05-29 +ElevationRequirement: elevatesSelf Installers: - Architecture: x64 InstallerUrl: https://github.com/cli/cli/releases/download/v2.50.0/gh_2.50.0_windows_amd64.msi @@ -32,4 +32,4 @@ Installers: - ProductCode: '{E02D2D6D-6666-4EDA-A555-44497A8441AA}' UpgradeCode: '{767EC5D2-C8F0-4912-9901-45E21F59A284}' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.50.0/GitHub.cli.locale.en-US.yaml b/manifests/g/GitHub/cli/2.50.0/GitHub.cli.locale.en-US.yaml index 719efee21149e..01cac480fddb9 100644 --- a/manifests/g/GitHub/cli/2.50.0/GitHub.cli.locale.en-US.yaml +++ b/manifests/g/GitHub/cli/2.50.0/GitHub.cli.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: GitHub.cli PackageVersion: 2.50.0 @@ -59,8 +59,10 @@ ReleaseNotes: |- Full Changelog: https://github.com/cli/cli/compare/v2.49.2...v2.50.0 ReleaseNotesUrl: https://github.com/cli/cli/releases/tag/v2.50.0 +# PurchaseUrl: +# InstallationNotes: Documentations: - DocumentLabel: Manual DocumentUrl: https://cli.github.com/manual/ ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.50.0/GitHub.cli.yaml b/manifests/g/GitHub/cli/2.50.0/GitHub.cli.yaml index c7af43a1284ef..aca6458b96c45 100644 --- a/manifests/g/GitHub/cli/2.50.0/GitHub.cli.yaml +++ b/manifests/g/GitHub/cli/2.50.0/GitHub.cli.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: GitHub.cli PackageVersion: 2.50.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.51.0/GitHub.cli.installer.yaml b/manifests/g/GitHub/cli/2.51.0/GitHub.cli.installer.yaml index 206f4bd348aed..36165606e6ab4 100644 --- a/manifests/g/GitHub/cli/2.51.0/GitHub.cli.installer.yaml +++ b/manifests/g/GitHub/cli/2.51.0/GitHub.cli.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: GitHub.cli PackageVersion: 2.51.0 @@ -14,8 +14,8 @@ InstallModes: UpgradeBehavior: install Commands: - gh -ElevationRequirement: elevatesSelf ReleaseDate: 2024-06-13 +ElevationRequirement: elevatesSelf Installers: - Architecture: x64 InstallerUrl: https://github.com/cli/cli/releases/download/v2.51.0/gh_2.51.0_windows_amd64.msi @@ -32,4 +32,4 @@ Installers: - ProductCode: '{60AC5A1B-DE17-4237-BB78-C70166131E89}' UpgradeCode: '{767EC5D2-C8F0-4912-9901-45E21F59A284}' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.51.0/GitHub.cli.locale.en-US.yaml b/manifests/g/GitHub/cli/2.51.0/GitHub.cli.locale.en-US.yaml index 32f90183907f1..76e9e509c3f82 100644 --- a/manifests/g/GitHub/cli/2.51.0/GitHub.cli.locale.en-US.yaml +++ b/manifests/g/GitHub/cli/2.51.0/GitHub.cli.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: GitHub.cli PackageVersion: 2.51.0 @@ -51,8 +51,10 @@ ReleaseNotes: |- Full Changelog: https://github.com/cli/cli/compare/v2.50.0...v2.51.0 ReleaseNotesUrl: https://github.com/cli/cli/releases/tag/v2.51.0 +# PurchaseUrl: +# InstallationNotes: Documentations: - DocumentLabel: Manual DocumentUrl: https://cli.github.com/manual/ ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.51.0/GitHub.cli.yaml b/manifests/g/GitHub/cli/2.51.0/GitHub.cli.yaml index 2631750d8f67f..047eb60e78487 100644 --- a/manifests/g/GitHub/cli/2.51.0/GitHub.cli.yaml +++ b/manifests/g/GitHub/cli/2.51.0/GitHub.cli.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: GitHub.cli PackageVersion: 2.51.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.52.0/GitHub.cli.installer.yaml b/manifests/g/GitHub/cli/2.52.0/GitHub.cli.installer.yaml index 8a726d404b904..09ca72331ac38 100644 --- a/manifests/g/GitHub/cli/2.52.0/GitHub.cli.installer.yaml +++ b/manifests/g/GitHub/cli/2.52.0/GitHub.cli.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: GitHub.cli PackageVersion: 2.52.0 @@ -32,4 +32,4 @@ Installers: - ProductCode: '{49726E5C-33EF-436A-B093-223BEEA56EF5}' UpgradeCode: '{767EC5D2-C8F0-4912-9901-45E21F59A284}' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.52.0/GitHub.cli.locale.en-US.yaml b/manifests/g/GitHub/cli/2.52.0/GitHub.cli.locale.en-US.yaml index 6e14ff7757691..4286046ee45ff 100644 --- a/manifests/g/GitHub/cli/2.52.0/GitHub.cli.locale.en-US.yaml +++ b/manifests/g/GitHub/cli/2.52.0/GitHub.cli.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: GitHub.cli PackageVersion: 2.52.0 @@ -47,8 +47,10 @@ ReleaseNotes: |- Full Changelog: https://github.com/cli/cli/compare/v2.51.0...v2.52.0 ReleaseNotesUrl: https://github.com/cli/cli/releases/tag/v2.52.0 +# PurchaseUrl: +# InstallationNotes: Documentations: - DocumentLabel: Manual DocumentUrl: https://cli.github.com/manual/ ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.52.0/GitHub.cli.yaml b/manifests/g/GitHub/cli/2.52.0/GitHub.cli.yaml index 919e91af0a8af..3d456ac02d9d7 100644 --- a/manifests/g/GitHub/cli/2.52.0/GitHub.cli.yaml +++ b/manifests/g/GitHub/cli/2.52.0/GitHub.cli.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: GitHub.cli PackageVersion: 2.52.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.53.0/GitHub.cli.installer.yaml b/manifests/g/GitHub/cli/2.53.0/GitHub.cli.installer.yaml index 757d8d549c16c..8e7db75fdee5f 100644 --- a/manifests/g/GitHub/cli/2.53.0/GitHub.cli.installer.yaml +++ b/manifests/g/GitHub/cli/2.53.0/GitHub.cli.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: GitHub.cli PackageVersion: 2.53.0 @@ -22,14 +22,14 @@ Installers: InstallerSha256: 1C9D7286FA90A1A4E99C32E6502A70ABE3ADCAABD035CED888B918BEDA270173 ProductCode: '{3CE4D766-A1A6-4EE9-99B9-EE2901756C3A}' AppsAndFeaturesEntries: - - ProductCode: '{3CE4D766-A1A6-4EE9-99B9-EE2901756C3A}' - UpgradeCode: '{8CFB9531-B959-4E1B-AA2E-4AF0FFCC4AF4}' + - ProductCode: '{3CE4D766-A1A6-4EE9-99B9-EE2901756C3A}' + UpgradeCode: '{8CFB9531-B959-4E1B-AA2E-4AF0FFCC4AF4}' - Architecture: x86 InstallerUrl: https://github.com/cli/cli/releases/download/v2.53.0/gh_2.53.0_windows_386.msi InstallerSha256: 3175A92308BC2317BAB5922008DBE416764F5B41AAE963BA0E8C0B52772445D3 ProductCode: '{EFDD6038-944E-4B18-8968-DED351FE2871}' AppsAndFeaturesEntries: - - ProductCode: '{EFDD6038-944E-4B18-8968-DED351FE2871}' - UpgradeCode: '{767EC5D2-C8F0-4912-9901-45E21F59A284}' + - ProductCode: '{EFDD6038-944E-4B18-8968-DED351FE2871}' + UpgradeCode: '{767EC5D2-C8F0-4912-9901-45E21F59A284}' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.53.0/GitHub.cli.locale.en-US.yaml b/manifests/g/GitHub/cli/2.53.0/GitHub.cli.locale.en-US.yaml index 30f4b2f0e51d2..0e4f17967c33d 100644 --- a/manifests/g/GitHub/cli/2.53.0/GitHub.cli.locale.en-US.yaml +++ b/manifests/g/GitHub/cli/2.53.0/GitHub.cli.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: GitHub.cli PackageVersion: 2.53.0 @@ -53,8 +53,10 @@ ReleaseNotes: |- Full Changelog: https://github.com/cli/cli/compare/v2.52.0...v2.53.0 ReleaseNotesUrl: https://github.com/cli/cli/releases/tag/v2.53.0 +# PurchaseUrl: +# InstallationNotes: Documentations: - DocumentLabel: Manual DocumentUrl: https://cli.github.com/manual/ ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.53.0/GitHub.cli.yaml b/manifests/g/GitHub/cli/2.53.0/GitHub.cli.yaml index bd6ccc4c7814a..ab24cd52f0c27 100644 --- a/manifests/g/GitHub/cli/2.53.0/GitHub.cli.yaml +++ b/manifests/g/GitHub/cli/2.53.0/GitHub.cli.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: GitHub.cli PackageVersion: 2.53.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.54.0/GitHub.cli.installer.yaml b/manifests/g/GitHub/cli/2.54.0/GitHub.cli.installer.yaml index 82ebe8d5be1f2..b9bab0841e952 100644 --- a/manifests/g/GitHub/cli/2.54.0/GitHub.cli.installer.yaml +++ b/manifests/g/GitHub/cli/2.54.0/GitHub.cli.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: GitHub.cli PackageVersion: 2.54.0 @@ -32,4 +32,4 @@ Installers: - ProductCode: '{22B8B30F-3470-42CC-A4F8-2A2FCCEEC0BA}' UpgradeCode: '{767EC5D2-C8F0-4912-9901-45E21F59A284}' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.54.0/GitHub.cli.locale.en-US.yaml b/manifests/g/GitHub/cli/2.54.0/GitHub.cli.locale.en-US.yaml index 840bbd33b0b9b..9a64701e80058 100644 --- a/manifests/g/GitHub/cli/2.54.0/GitHub.cli.locale.en-US.yaml +++ b/manifests/g/GitHub/cli/2.54.0/GitHub.cli.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: GitHub.cli PackageVersion: 2.54.0 @@ -56,8 +56,10 @@ ReleaseNotes: |- Full Changelog: https://github.com/cli/cli/compare/v2.53.0...v2.54.0 ReleaseNotesUrl: https://github.com/cli/cli/releases/tag/v2.54.0 +# PurchaseUrl: +# InstallationNotes: Documentations: - DocumentLabel: Manual DocumentUrl: https://cli.github.com/manual/ ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.54.0/GitHub.cli.yaml b/manifests/g/GitHub/cli/2.54.0/GitHub.cli.yaml index 70c9d0bcabc55..b69fb2c3081ad 100644 --- a/manifests/g/GitHub/cli/2.54.0/GitHub.cli.yaml +++ b/manifests/g/GitHub/cli/2.54.0/GitHub.cli.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: GitHub.cli PackageVersion: 2.54.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.55.0/GitHub.cli.installer.yaml b/manifests/g/GitHub/cli/2.55.0/GitHub.cli.installer.yaml index 683c653b0ce3f..63b75d3fbbf7b 100644 --- a/manifests/g/GitHub/cli/2.55.0/GitHub.cli.installer.yaml +++ b/manifests/g/GitHub/cli/2.55.0/GitHub.cli.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: GitHub.cli PackageVersion: 2.55.0 @@ -32,4 +32,4 @@ Installers: - ProductCode: '{ADAA1108-A330-4BB8-886E-DA8450FF2D98}' UpgradeCode: '{767EC5D2-C8F0-4912-9901-45E21F59A284}' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.55.0/GitHub.cli.locale.en-US.yaml b/manifests/g/GitHub/cli/2.55.0/GitHub.cli.locale.en-US.yaml index 17ffbc07b85a9..85db466b5f1a3 100644 --- a/manifests/g/GitHub/cli/2.55.0/GitHub.cli.locale.en-US.yaml +++ b/manifests/g/GitHub/cli/2.55.0/GitHub.cli.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: GitHub.cli PackageVersion: 2.55.0 @@ -8,6 +8,7 @@ Publisher: GitHub, Inc. PublisherUrl: https://github.com/ PublisherSupportUrl: https://support.github.com/ PrivacyUrl: https://docs.github.com/site-policy/privacy-policies/github-general-privacy-statement +# Author: PackageName: GitHub CLI PackageUrl: https://cli.github.com/ License: MIT @@ -65,10 +66,12 @@ ReleaseNotes: |- Full Changelog: https://github.com/cli/cli/compare/v2.54.0...v2.55.0 ReleaseNotesUrl: https://github.com/cli/cli/releases/tag/v2.55.0 +# PurchaseUrl: +# InstallationNotes: Documentations: - DocumentLabel: Manual DocumentUrl: https://cli.github.com/manual/ - DocumentLabel: GitHub DocumentUrl: https://github.com/cli/cli ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.55.0/GitHub.cli.yaml b/manifests/g/GitHub/cli/2.55.0/GitHub.cli.yaml index a9404e63ca99f..71447b124f83c 100644 --- a/manifests/g/GitHub/cli/2.55.0/GitHub.cli.yaml +++ b/manifests/g/GitHub/cli/2.55.0/GitHub.cli.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: GitHub.cli PackageVersion: 2.55.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.56.0/GitHub.cli.installer.yaml b/manifests/g/GitHub/cli/2.56.0/GitHub.cli.installer.yaml index fc26261d9b198..f06f5f78ba8cc 100644 --- a/manifests/g/GitHub/cli/2.56.0/GitHub.cli.installer.yaml +++ b/manifests/g/GitHub/cli/2.56.0/GitHub.cli.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: GitHub.cli PackageVersion: 2.56.0 @@ -32,4 +32,4 @@ Installers: - ProductCode: '{3B3A5351-EAEF-4900-A4C3-E61C47DF39B2}' UpgradeCode: '{767EC5D2-C8F0-4912-9901-45E21F59A284}' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.56.0/GitHub.cli.locale.en-US.yaml b/manifests/g/GitHub/cli/2.56.0/GitHub.cli.locale.en-US.yaml index 0acbe9387542d..b17c2dccbbec7 100644 --- a/manifests/g/GitHub/cli/2.56.0/GitHub.cli.locale.en-US.yaml +++ b/manifests/g/GitHub/cli/2.56.0/GitHub.cli.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: GitHub.cli PackageVersion: 2.56.0 @@ -8,6 +8,7 @@ Publisher: GitHub, Inc. PublisherUrl: https://github.com/ PublisherSupportUrl: https://support.github.com/ PrivacyUrl: https://docs.github.com/site-policy/privacy-policies/github-general-privacy-statement +# Author: PackageName: GitHub CLI PackageUrl: https://cli.github.com/ License: MIT @@ -57,10 +58,12 @@ ReleaseNotes: |- Full Changelog: https://github.com/cli/cli/compare/v2.55.0...v2.56.0 ReleaseNotesUrl: https://github.com/cli/cli/releases/tag/v2.56.0 +# PurchaseUrl: +# InstallationNotes: Documentations: - DocumentLabel: Manual DocumentUrl: https://cli.github.com/manual/ - DocumentLabel: GitHub DocumentUrl: https://github.com/cli/cli ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.56.0/GitHub.cli.yaml b/manifests/g/GitHub/cli/2.56.0/GitHub.cli.yaml index ec1d7d8d335a8..b70deaf95ef5a 100644 --- a/manifests/g/GitHub/cli/2.56.0/GitHub.cli.yaml +++ b/manifests/g/GitHub/cli/2.56.0/GitHub.cli.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: GitHub.cli PackageVersion: 2.56.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.57.0/GitHub.cli.installer.yaml b/manifests/g/GitHub/cli/2.57.0/GitHub.cli.installer.yaml index b363efbf8bf86..e8e72f4ed24c9 100644 --- a/manifests/g/GitHub/cli/2.57.0/GitHub.cli.installer.yaml +++ b/manifests/g/GitHub/cli/2.57.0/GitHub.cli.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: GitHub.cli PackageVersion: 2.57.0 @@ -32,4 +32,4 @@ Installers: - ProductCode: '{15911602-D488-47DA-AC0F-141FE6B287FA}' UpgradeCode: '{767EC5D2-C8F0-4912-9901-45E21F59A284}' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.57.0/GitHub.cli.locale.en-US.yaml b/manifests/g/GitHub/cli/2.57.0/GitHub.cli.locale.en-US.yaml index cff92801a51fb..def3ec9097d98 100644 --- a/manifests/g/GitHub/cli/2.57.0/GitHub.cli.locale.en-US.yaml +++ b/manifests/g/GitHub/cli/2.57.0/GitHub.cli.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: GitHub.cli PackageVersion: 2.57.0 @@ -8,6 +8,7 @@ Publisher: GitHub, Inc. PublisherUrl: https://github.com/ PublisherSupportUrl: https://support.github.com/ PrivacyUrl: https://docs.github.com/site-policy/privacy-policies/github-general-privacy-statement +# Author: PackageName: GitHub CLI PackageUrl: https://cli.github.com/ License: MIT @@ -50,10 +51,12 @@ ReleaseNotes: |- Full Changelog: https://github.com/cli/cli/compare/v2.56.0...v2.57.0 ReleaseNotesUrl: https://github.com/cli/cli/releases/tag/v2.57.0 +# PurchaseUrl: +# InstallationNotes: Documentations: - DocumentLabel: Manual DocumentUrl: https://cli.github.com/manual/ - DocumentLabel: GitHub DocumentUrl: https://github.com/cli/cli ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.57.0/GitHub.cli.yaml b/manifests/g/GitHub/cli/2.57.0/GitHub.cli.yaml index 6efd8c5692469..52ce7c55ea6b0 100644 --- a/manifests/g/GitHub/cli/2.57.0/GitHub.cli.yaml +++ b/manifests/g/GitHub/cli/2.57.0/GitHub.cli.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: GitHub.cli PackageVersion: 2.57.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.58.0/GitHub.cli.installer.yaml b/manifests/g/GitHub/cli/2.58.0/GitHub.cli.installer.yaml index 4358702eea281..5f7fd865dcd0c 100644 --- a/manifests/g/GitHub/cli/2.58.0/GitHub.cli.installer.yaml +++ b/manifests/g/GitHub/cli/2.58.0/GitHub.cli.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: GitHub.cli PackageVersion: 2.58.0 @@ -32,4 +32,4 @@ Installers: - ProductCode: '{C96A2ADE-B268-4F5F-9ABA-48A5F0732D94}' UpgradeCode: '{767EC5D2-C8F0-4912-9901-45E21F59A284}' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.58.0/GitHub.cli.locale.en-US.yaml b/manifests/g/GitHub/cli/2.58.0/GitHub.cli.locale.en-US.yaml index 7392d4364980e..451b9ecccf5bb 100644 --- a/manifests/g/GitHub/cli/2.58.0/GitHub.cli.locale.en-US.yaml +++ b/manifests/g/GitHub/cli/2.58.0/GitHub.cli.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: GitHub.cli PackageVersion: 2.58.0 @@ -8,6 +8,7 @@ Publisher: GitHub, Inc. PublisherUrl: https://github.com/ PublisherSupportUrl: https://support.github.com/ PrivacyUrl: https://docs.github.com/site-policy/privacy-policies/github-general-privacy-statement +# Author: PackageName: GitHub CLI PackageUrl: https://cli.github.com/ License: MIT @@ -49,10 +50,12 @@ ReleaseNotes: |- Full Changelog: https://github.com/cli/cli/compare/v2.57.0...v2.58.0 ReleaseNotesUrl: https://github.com/cli/cli/releases/tag/v2.58.0 +# PurchaseUrl: +# InstallationNotes: Documentations: - DocumentLabel: Manual DocumentUrl: https://cli.github.com/manual/ - DocumentLabel: GitHub DocumentUrl: https://github.com/cli/cli ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.58.0/GitHub.cli.yaml b/manifests/g/GitHub/cli/2.58.0/GitHub.cli.yaml index 1c82d2d69f68c..1760275695ac7 100644 --- a/manifests/g/GitHub/cli/2.58.0/GitHub.cli.yaml +++ b/manifests/g/GitHub/cli/2.58.0/GitHub.cli.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: GitHub.cli PackageVersion: 2.58.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.59.0/GitHub.cli.installer.yaml b/manifests/g/GitHub/cli/2.59.0/GitHub.cli.installer.yaml index fdf0249aee3bf..5b3d39c0b6bb8 100644 --- a/manifests/g/GitHub/cli/2.59.0/GitHub.cli.installer.yaml +++ b/manifests/g/GitHub/cli/2.59.0/GitHub.cli.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: GitHub.cli PackageVersion: 2.59.0 @@ -32,4 +32,4 @@ Installers: - ProductCode: '{9AF0FAE1-26DA-4373-8596-63AA8AFF3CBA}' UpgradeCode: '{767EC5D2-C8F0-4912-9901-45E21F59A284}' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.59.0/GitHub.cli.locale.en-US.yaml b/manifests/g/GitHub/cli/2.59.0/GitHub.cli.locale.en-US.yaml index c05d96e2a6819..6bdfeab72ee81 100644 --- a/manifests/g/GitHub/cli/2.59.0/GitHub.cli.locale.en-US.yaml +++ b/manifests/g/GitHub/cli/2.59.0/GitHub.cli.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: GitHub.cli PackageVersion: 2.59.0 @@ -8,6 +8,7 @@ Publisher: GitHub, Inc. PublisherUrl: https://github.com/ PublisherSupportUrl: https://support.github.com/ PrivacyUrl: https://docs.github.com/site-policy/privacy-policies/github-general-privacy-statement +# Author: PackageName: GitHub CLI PackageUrl: https://cli.github.com/ License: MIT @@ -53,10 +54,12 @@ ReleaseNotes: |- Full Changelog: https://github.com/cli/cli/compare/v2.58.0...v2.59.0 ReleaseNotesUrl: https://github.com/cli/cli/releases/tag/v2.59.0 +# PurchaseUrl: +# InstallationNotes: Documentations: - DocumentLabel: Manual DocumentUrl: https://cli.github.com/manual/ - DocumentLabel: GitHub DocumentUrl: https://github.com/cli/cli ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.59.0/GitHub.cli.yaml b/manifests/g/GitHub/cli/2.59.0/GitHub.cli.yaml index 6b021ee245e1f..901a49e4f4fe6 100644 --- a/manifests/g/GitHub/cli/2.59.0/GitHub.cli.yaml +++ b/manifests/g/GitHub/cli/2.59.0/GitHub.cli.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: GitHub.cli PackageVersion: 2.59.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.6.0/GitHub.cli.installer.yaml b/manifests/g/GitHub/cli/2.6.0/GitHub.cli.installer.yaml index 9cffe21354d7d..1f3684f47a215 100644 --- a/manifests/g/GitHub/cli/2.6.0/GitHub.cli.installer.yaml +++ b/manifests/g/GitHub/cli/2.6.0/GitHub.cli.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: GitHub.cli PackageVersion: 2.6.0 @@ -22,4 +22,4 @@ Installers: InstallerSha256: 3D4440B469C9DE771F58083E9FCA5BC08C699AD857AA54A5E4D31D1BB27CAF15 ProductCode: '{B5B40F36-65F7-4206-9B00-B8D473C9CAEF}' ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.6.0/GitHub.cli.locale.en-US.yaml b/manifests/g/GitHub/cli/2.6.0/GitHub.cli.locale.en-US.yaml index 888dbec1eb427..db9d121775eee 100644 --- a/manifests/g/GitHub/cli/2.6.0/GitHub.cli.locale.en-US.yaml +++ b/manifests/g/GitHub/cli/2.6.0/GitHub.cli.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: GitHub.cli PackageVersion: 2.6.0 @@ -16,8 +16,7 @@ LicenseUrl: https://github.com/cli/cli/blob/HEAD/LICENSE Copyright: Copyright (c) 2019 GitHub Inc. CopyrightUrl: https://github.com/cli/cli/blob/trunk/LICENSE ShortDescription: GitHubs official command-line tool. -Description: |- - gh is GitHub on the command line. It brings pull requests, issues, and other GitHub concepts to the terminal next to where you are already working with git and your code. +Description: gh is GitHub on the command line. It brings pull requests, issues, and other GitHub concepts to the terminal next to where you are already working with git and your code. Moniker: gh Tags: - cli @@ -26,7 +25,6 @@ Tags: - open-source - tool - utility -# Agreements: ReleaseNotes: |- Codespaces Updates • Allow Editing Codespaces by @veverkap in #5211 @@ -51,5 +49,8 @@ ReleaseNotes: |- • Bump Cobra to eliminate Viper by @mislav in #5293 • Bump golangci-lint version by @mislav in #5298' ReleaseNotesUrl: https://github.com/cli/cli/releases/tag/v2.6.0 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.6.0/GitHub.cli.yaml b/manifests/g/GitHub/cli/2.6.0/GitHub.cli.yaml index 8a1dfdc28e453..e3729cc4592fe 100644 --- a/manifests/g/GitHub/cli/2.6.0/GitHub.cli.yaml +++ b/manifests/g/GitHub/cli/2.6.0/GitHub.cli.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: GitHub.cli PackageVersion: 2.6.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.60.0/GitHub.cli.installer.yaml b/manifests/g/GitHub/cli/2.60.0/GitHub.cli.installer.yaml index 0db8bb319140d..dd8d1e2d06386 100644 --- a/manifests/g/GitHub/cli/2.60.0/GitHub.cli.installer.yaml +++ b/manifests/g/GitHub/cli/2.60.0/GitHub.cli.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: GitHub.cli PackageVersion: 2.60.0 @@ -32,4 +32,4 @@ Installers: - ProductCode: '{B7886019-17DE-4A8D-AE1C-044E76FB60B7}' UpgradeCode: '{767EC5D2-C8F0-4912-9901-45E21F59A284}' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.60.0/GitHub.cli.locale.en-US.yaml b/manifests/g/GitHub/cli/2.60.0/GitHub.cli.locale.en-US.yaml index 21a2b4e66e807..dda38eac71f63 100644 --- a/manifests/g/GitHub/cli/2.60.0/GitHub.cli.locale.en-US.yaml +++ b/manifests/g/GitHub/cli/2.60.0/GitHub.cli.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: GitHub.cli PackageVersion: 2.60.0 @@ -8,6 +8,7 @@ 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 +# Author: PackageName: GitHub CLI PackageUrl: https://cli.github.com/ License: MIT @@ -63,6 +64,8 @@ ReleaseNotes: |- Full Changelog: https://github.com/cli/cli/compare/v2.59.0...v2.60.0 ReleaseNotesUrl: https://github.com/cli/cli/releases/tag/v2.60.0 +# PurchaseUrl: +# InstallationNotes: Documentations: - DocumentLabel: Manual DocumentUrl: https://cli.github.com/manual/ @@ -71,4 +74,4 @@ Documentations: - DocumentLabel: GitHub Docs DocumentUrl: https://docs.github.com/github-cli/github-cli/ ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.60.0/GitHub.cli.yaml b/manifests/g/GitHub/cli/2.60.0/GitHub.cli.yaml index 0ec9645c24e51..f1ea939c6acd9 100644 --- a/manifests/g/GitHub/cli/2.60.0/GitHub.cli.yaml +++ b/manifests/g/GitHub/cli/2.60.0/GitHub.cli.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: GitHub.cli PackageVersion: 2.60.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.60.1/GitHub.cli.installer.yaml b/manifests/g/GitHub/cli/2.60.1/GitHub.cli.installer.yaml index 017cea2dd802d..786a98010e580 100644 --- a/manifests/g/GitHub/cli/2.60.1/GitHub.cli.installer.yaml +++ b/manifests/g/GitHub/cli/2.60.1/GitHub.cli.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: GitHub.cli PackageVersion: 2.60.1 @@ -32,4 +32,4 @@ Installers: - ProductCode: '{CD1CC03D-955B-4B11-896F-77A5D27AA777}' UpgradeCode: '{767EC5D2-C8F0-4912-9901-45E21F59A284}' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.60.1/GitHub.cli.locale.en-US.yaml b/manifests/g/GitHub/cli/2.60.1/GitHub.cli.locale.en-US.yaml index f2afd7563a21f..356c83fbc3ad3 100644 --- a/manifests/g/GitHub/cli/2.60.1/GitHub.cli.locale.en-US.yaml +++ b/manifests/g/GitHub/cli/2.60.1/GitHub.cli.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: GitHub.cli PackageVersion: 2.60.1 @@ -8,6 +8,7 @@ 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 +# Author: PackageName: GitHub CLI PackageUrl: https://cli.github.com/ License: MIT @@ -37,6 +38,8 @@ ReleaseNotes: |- Full Changelog: https://github.com/cli/cli/compare/v2.60.0...v2.60.1 ReleaseNotesUrl: https://github.com/cli/cli/releases/tag/v2.60.1 +# PurchaseUrl: +# InstallationNotes: Documentations: - DocumentLabel: Manual DocumentUrl: https://cli.github.com/manual/ @@ -45,4 +48,4 @@ Documentations: - DocumentLabel: GitHub Docs DocumentUrl: https://docs.github.com/github-cli/github-cli/ ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.60.1/GitHub.cli.yaml b/manifests/g/GitHub/cli/2.60.1/GitHub.cli.yaml index 396110193f40f..90eeefb6ae548 100644 --- a/manifests/g/GitHub/cli/2.60.1/GitHub.cli.yaml +++ b/manifests/g/GitHub/cli/2.60.1/GitHub.cli.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: GitHub.cli PackageVersion: 2.60.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.61.0/GitHub.cli.installer.yaml b/manifests/g/GitHub/cli/2.61.0/GitHub.cli.installer.yaml index df3d2d277e72f..88747a9b9d59b 100644 --- a/manifests/g/GitHub/cli/2.61.0/GitHub.cli.installer.yaml +++ b/manifests/g/GitHub/cli/2.61.0/GitHub.cli.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: GitHub.cli PackageVersion: 2.61.0 @@ -32,4 +32,4 @@ Installers: - ProductCode: '{60D17376-33EA-4E63-8E9C-A5A605D4FB3E}' UpgradeCode: '{767EC5D2-C8F0-4912-9901-45E21F59A284}' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.61.0/GitHub.cli.locale.en-US.yaml b/manifests/g/GitHub/cli/2.61.0/GitHub.cli.locale.en-US.yaml index b5407b757516e..0df61deb2b9df 100644 --- a/manifests/g/GitHub/cli/2.61.0/GitHub.cli.locale.en-US.yaml +++ b/manifests/g/GitHub/cli/2.61.0/GitHub.cli.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: GitHub.cli PackageVersion: 2.61.0 @@ -8,6 +8,7 @@ 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 +# Author: PackageName: GitHub CLI PackageUrl: https://cli.github.com/ License: MIT @@ -62,6 +63,8 @@ ReleaseNotes: |- Full Changelog: https://github.com/cli/cli/compare/v2.60.1...v2.61.0 ReleaseNotesUrl: https://github.com/cli/cli/releases/tag/v2.61.0 +# PurchaseUrl: +# InstallationNotes: Documentations: - DocumentLabel: Manual DocumentUrl: https://cli.github.com/manual/ @@ -70,4 +73,4 @@ Documentations: - DocumentLabel: GitHub Docs DocumentUrl: https://docs.github.com/github-cli/github-cli/ ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.61.0/GitHub.cli.yaml b/manifests/g/GitHub/cli/2.61.0/GitHub.cli.yaml index 46200cf0b2560..2d7d2a29b6469 100644 --- a/manifests/g/GitHub/cli/2.61.0/GitHub.cli.yaml +++ b/manifests/g/GitHub/cli/2.61.0/GitHub.cli.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: GitHub.cli PackageVersion: 2.61.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.62.0/GitHub.cli.installer.yaml b/manifests/g/GitHub/cli/2.62.0/GitHub.cli.installer.yaml index 5933076384c5f..316f1724a75e7 100644 --- a/manifests/g/GitHub/cli/2.62.0/GitHub.cli.installer.yaml +++ b/manifests/g/GitHub/cli/2.62.0/GitHub.cli.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: GitHub.cli PackageVersion: 2.62.0 @@ -32,4 +32,4 @@ Installers: - ProductCode: '{8937394A-B572-4DB3-9ECC-CD82153E3754}' UpgradeCode: '{767EC5D2-C8F0-4912-9901-45E21F59A284}' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.62.0/GitHub.cli.locale.en-US.yaml b/manifests/g/GitHub/cli/2.62.0/GitHub.cli.locale.en-US.yaml index 749b9c0b8140c..78dc08664edfb 100644 --- a/manifests/g/GitHub/cli/2.62.0/GitHub.cli.locale.en-US.yaml +++ b/manifests/g/GitHub/cli/2.62.0/GitHub.cli.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: GitHub.cli PackageVersion: 2.62.0 @@ -8,6 +8,7 @@ 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 +# Author: PackageName: GitHub CLI PackageUrl: https://cli.github.com/ License: MIT @@ -53,6 +54,8 @@ ReleaseNotes: |- Extension authors should review their extensions and consider removing any custom logic previously implemented to notify users of new releases. ReleaseNotesUrl: https://github.com/cli/cli/releases/tag/v2.62.0 +# PurchaseUrl: +# InstallationNotes: Documentations: - DocumentLabel: Manual DocumentUrl: https://cli.github.com/manual/ @@ -61,4 +64,4 @@ Documentations: - DocumentLabel: GitHub Docs DocumentUrl: https://docs.github.com/github-cli/github-cli/ ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.62.0/GitHub.cli.yaml b/manifests/g/GitHub/cli/2.62.0/GitHub.cli.yaml index b8ea3933902fe..0f65bfffc79ee 100644 --- a/manifests/g/GitHub/cli/2.62.0/GitHub.cli.yaml +++ b/manifests/g/GitHub/cli/2.62.0/GitHub.cli.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: GitHub.cli PackageVersion: 2.62.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.63.0/GitHub.cli.installer.yaml b/manifests/g/GitHub/cli/2.63.0/GitHub.cli.installer.yaml index ad9f3bf9ab85c..83a4994635c80 100644 --- a/manifests/g/GitHub/cli/2.63.0/GitHub.cli.installer.yaml +++ b/manifests/g/GitHub/cli/2.63.0/GitHub.cli.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: GitHub.cli PackageVersion: 2.63.0 @@ -30,4 +30,4 @@ Installers: AppsAndFeaturesEntries: - UpgradeCode: '{767EC5D2-C8F0-4912-9901-45E21F59A284}' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.63.0/GitHub.cli.locale.en-US.yaml b/manifests/g/GitHub/cli/2.63.0/GitHub.cli.locale.en-US.yaml index 54481f7b6259c..d36259d8df062 100644 --- a/manifests/g/GitHub/cli/2.63.0/GitHub.cli.locale.en-US.yaml +++ b/manifests/g/GitHub/cli/2.63.0/GitHub.cli.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: GitHub.cli PackageVersion: 2.63.0 @@ -8,6 +8,7 @@ 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 +# Author: PackageName: GitHub CLI PackageUrl: https://cli.github.com/ License: MIT @@ -48,6 +49,8 @@ ReleaseNotes: |- New Contributors - @daliusd made their first contribution in #9938 ReleaseNotesUrl: https://github.com/cli/cli/releases/tag/v2.63.0 +# PurchaseUrl: +# InstallationNotes: Documentations: - DocumentLabel: Manual DocumentUrl: https://cli.github.com/manual/ @@ -56,4 +59,4 @@ Documentations: - DocumentLabel: GitHub Docs DocumentUrl: https://docs.github.com/github-cli/github-cli/ ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.63.0/GitHub.cli.yaml b/manifests/g/GitHub/cli/2.63.0/GitHub.cli.yaml index e5b8d0308065d..bd94e5ed514dc 100644 --- a/manifests/g/GitHub/cli/2.63.0/GitHub.cli.yaml +++ b/manifests/g/GitHub/cli/2.63.0/GitHub.cli.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: GitHub.cli PackageVersion: 2.63.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.63.1/GitHub.cli.installer.yaml b/manifests/g/GitHub/cli/2.63.1/GitHub.cli.installer.yaml index b6ead7e53d328..e8e73b8467c2f 100644 --- a/manifests/g/GitHub/cli/2.63.1/GitHub.cli.installer.yaml +++ b/manifests/g/GitHub/cli/2.63.1/GitHub.cli.installer.yaml @@ -1,4 +1,4 @@ -# Created using wingetcreate 1.6.5.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: GitHub.cli diff --git a/manifests/g/GitHub/cli/2.63.1/GitHub.cli.locale.en-US.yaml b/manifests/g/GitHub/cli/2.63.1/GitHub.cli.locale.en-US.yaml index abf36b136ff57..758f421a7d964 100644 --- a/manifests/g/GitHub/cli/2.63.1/GitHub.cli.locale.en-US.yaml +++ b/manifests/g/GitHub/cli/2.63.1/GitHub.cli.locale.en-US.yaml @@ -1,4 +1,4 @@ -# Created using wingetcreate 1.6.5.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: GitHub.cli @@ -8,6 +8,7 @@ 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 +# Author: PackageName: GitHub CLI PackageUrl: https://cli.github.com/ License: MIT @@ -43,6 +44,8 @@ ReleaseNotes: |- Full Changelog: https://github.com/cli/cli/compare/v2.63.0...v2.63.1 ReleaseNotesUrl: https://github.com/cli/cli/releases/tag/v2.63.1 +# PurchaseUrl: +# InstallationNotes: Documentations: - DocumentLabel: Manual DocumentUrl: https://cli.github.com/manual/ diff --git a/manifests/g/GitHub/cli/2.63.1/GitHub.cli.yaml b/manifests/g/GitHub/cli/2.63.1/GitHub.cli.yaml index 09f6fb4c058ad..86b552e3316c0 100644 --- a/manifests/g/GitHub/cli/2.63.1/GitHub.cli.yaml +++ b/manifests/g/GitHub/cli/2.63.1/GitHub.cli.yaml @@ -1,4 +1,4 @@ -# Created using wingetcreate 1.6.5.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: GitHub.cli diff --git a/manifests/g/GitHub/cli/2.63.2/GitHub.cli.installer.yaml b/manifests/g/GitHub/cli/2.63.2/GitHub.cli.installer.yaml index ac7cd24860e76..4a9a18d655fac 100644 --- a/manifests/g/GitHub/cli/2.63.2/GitHub.cli.installer.yaml +++ b/manifests/g/GitHub/cli/2.63.2/GitHub.cli.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: GitHub.cli @@ -14,6 +14,7 @@ InstallModes: UpgradeBehavior: install Commands: - gh +ReleaseDate: 2024-12-05 ElevationRequirement: elevatesSelf Installers: - Architecture: x64 @@ -30,4 +31,3 @@ Installers: - UpgradeCode: '{767EC5D2-C8F0-4912-9901-45E21F59A284}' ManifestType: installer ManifestVersion: 1.9.0 -ReleaseDate: 2024-12-05 diff --git a/manifests/g/GitHub/cli/2.63.2/GitHub.cli.locale.en-US.yaml b/manifests/g/GitHub/cli/2.63.2/GitHub.cli.locale.en-US.yaml index b88889640e7ed..cbf2cb886ce4c 100644 --- a/manifests/g/GitHub/cli/2.63.2/GitHub.cli.locale.en-US.yaml +++ b/manifests/g/GitHub/cli/2.63.2/GitHub.cli.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: GitHub.cli @@ -8,6 +8,7 @@ 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 +# Author: PackageName: GitHub CLI PackageUrl: https://cli.github.com/ License: MIT @@ -29,7 +30,10 @@ Tags: - tool - utility - workflow +# ReleaseNotes: ReleaseNotesUrl: https://github.com/cli/cli/releases/tag/v2.63.2 +# PurchaseUrl: +# InstallationNotes: Documentations: - DocumentLabel: Manual DocumentUrl: https://cli.github.com/manual/ diff --git a/manifests/g/GitHub/cli/2.63.2/GitHub.cli.yaml b/manifests/g/GitHub/cli/2.63.2/GitHub.cli.yaml index 02ad88143c209..5d891eeccdb1d 100644 --- a/manifests/g/GitHub/cli/2.63.2/GitHub.cli.yaml +++ b/manifests/g/GitHub/cli/2.63.2/GitHub.cli.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: GitHub.cli diff --git a/manifests/g/GitHub/cli/2.64.0/GitHub.cli.installer.yaml b/manifests/g/GitHub/cli/2.64.0/GitHub.cli.installer.yaml index 7e0af4f915738..91253cc1bda0f 100644 --- a/manifests/g/GitHub/cli/2.64.0/GitHub.cli.installer.yaml +++ b/manifests/g/GitHub/cli/2.64.0/GitHub.cli.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: GitHub.cli @@ -14,20 +14,20 @@ InstallModes: UpgradeBehavior: install Commands: - gh +ReleaseDate: 2024-12-20 ElevationRequirement: elevatesSelf Installers: - Architecture: x64 InstallerUrl: https://github.com/cli/cli/releases/download/v2.64.0/gh_2.64.0_windows_amd64.msi InstallerSha256: 2E4E0577988F957E2A5AA1A8A58D2AB4063479A15F960677B3E2175AE12B64F3 - ProductCode: '{30A5D2B7-AABA-47D0-A080-A062D55536D0}' + ProductCode: '{5978AFC1-CBAB-4528-B7EF-F135855DAA9D}' AppsAndFeaturesEntries: - UpgradeCode: '{8CFB9531-B959-4E1B-AA2E-4AF0FFCC4AF4}' - Architecture: x86 InstallerUrl: https://github.com/cli/cli/releases/download/v2.64.0/gh_2.64.0_windows_386.msi InstallerSha256: 31B376C147EBC5220B5027B82E820D7BCEAC821A5E2E342C8C40E182C53A8271 - ProductCode: '{783DFE63-B228-4BCA-939E-746E4CC45816}' + ProductCode: '{CF4BE487-A13F-458C-9BD7-2D7333711212}' AppsAndFeaturesEntries: - UpgradeCode: '{767EC5D2-C8F0-4912-9901-45E21F59A284}' ManifestType: installer ManifestVersion: 1.9.0 -ReleaseDate: 2024-12-20 diff --git a/manifests/g/GitHub/cli/2.64.0/GitHub.cli.locale.en-US.yaml b/manifests/g/GitHub/cli/2.64.0/GitHub.cli.locale.en-US.yaml index 5a9eef69b9462..043de7664ce8f 100644 --- a/manifests/g/GitHub/cli/2.64.0/GitHub.cli.locale.en-US.yaml +++ b/manifests/g/GitHub/cli/2.64.0/GitHub.cli.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: GitHub.cli @@ -8,6 +8,7 @@ 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 +# Author: PackageName: GitHub CLI PackageUrl: https://cli.github.com/ License: MIT @@ -29,7 +30,10 @@ Tags: - tool - utility - workflow +# ReleaseNotes: ReleaseNotesUrl: https://github.com/cli/cli/releases/tag/v2.64.0 +# PurchaseUrl: +# InstallationNotes: Documentations: - DocumentLabel: Manual DocumentUrl: https://cli.github.com/manual/ diff --git a/manifests/g/GitHub/cli/2.64.0/GitHub.cli.yaml b/manifests/g/GitHub/cli/2.64.0/GitHub.cli.yaml index 01bfb3b7e9850..b3f377a3a3e00 100644 --- a/manifests/g/GitHub/cli/2.64.0/GitHub.cli.yaml +++ b/manifests/g/GitHub/cli/2.64.0/GitHub.cli.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: GitHub.cli diff --git a/manifests/g/GitHub/cli/2.65.0/GitHub.cli.installer.yaml b/manifests/g/GitHub/cli/2.65.0/GitHub.cli.installer.yaml index 5816e35542959..644627c097bac 100644 --- a/manifests/g/GitHub/cli/2.65.0/GitHub.cli.installer.yaml +++ b/manifests/g/GitHub/cli/2.65.0/GitHub.cli.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: GitHub.cli @@ -14,6 +14,7 @@ InstallModes: UpgradeBehavior: install Commands: - gh +ReleaseDate: 2025-01-06 ElevationRequirement: elevatesSelf Installers: - Architecture: x64 @@ -30,4 +31,3 @@ Installers: - UpgradeCode: '{767EC5D2-C8F0-4912-9901-45E21F59A284}' ManifestType: installer ManifestVersion: 1.9.0 -ReleaseDate: 2025-01-06 diff --git a/manifests/g/GitHub/cli/2.65.0/GitHub.cli.locale.en-US.yaml b/manifests/g/GitHub/cli/2.65.0/GitHub.cli.locale.en-US.yaml index 89bcfecfc7b61..a07944d2d2bde 100644 --- a/manifests/g/GitHub/cli/2.65.0/GitHub.cli.locale.en-US.yaml +++ b/manifests/g/GitHub/cli/2.65.0/GitHub.cli.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: GitHub.cli @@ -8,6 +8,7 @@ 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 +# Author: PackageName: GitHub CLI PackageUrl: https://cli.github.com/ License: MIT @@ -29,7 +30,10 @@ Tags: - tool - utility - workflow +# ReleaseNotes: ReleaseNotesUrl: https://github.com/cli/cli/releases/tag/v2.65.0 +# PurchaseUrl: +# InstallationNotes: Documentations: - DocumentLabel: Manual DocumentUrl: https://cli.github.com/manual/ diff --git a/manifests/g/GitHub/cli/2.65.0/GitHub.cli.yaml b/manifests/g/GitHub/cli/2.65.0/GitHub.cli.yaml index 59431378b9e4a..08c7d70d49dae 100644 --- a/manifests/g/GitHub/cli/2.65.0/GitHub.cli.yaml +++ b/manifests/g/GitHub/cli/2.65.0/GitHub.cli.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: GitHub.cli 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/GitHub/cli/2.7.0/GitHub.cli.installer.yaml b/manifests/g/GitHub/cli/2.7.0/GitHub.cli.installer.yaml index 5793a5c8d624a..43666b1e5373f 100644 --- a/manifests/g/GitHub/cli/2.7.0/GitHub.cli.installer.yaml +++ b/manifests/g/GitHub/cli/2.7.0/GitHub.cli.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: GitHub.cli PackageVersion: 2.7.0 @@ -22,4 +22,4 @@ Installers: InstallerSha256: 1FE069AF49F94D5823AE096D001E2BB21FB0B0B9229092090A1B01BE2CBDF69B ProductCode: '{B8AE579D-4F69-4A1E-9472-A12B929ACD3F}' ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.7.0/GitHub.cli.locale.en-US.yaml b/manifests/g/GitHub/cli/2.7.0/GitHub.cli.locale.en-US.yaml index c37d06b1132ab..6ef6f45e100bd 100644 --- a/manifests/g/GitHub/cli/2.7.0/GitHub.cli.locale.en-US.yaml +++ b/manifests/g/GitHub/cli/2.7.0/GitHub.cli.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: GitHub.cli PackageVersion: 2.7.0 @@ -25,7 +25,6 @@ Tags: - open-source - tool - utility -# Agreements: ReleaseNotes: |- Find your work across repositories • Add gh status command @@ -54,5 +53,8 @@ ReleaseNotes: |- • Text editor: only add UTF-8 BOM on Windows • Bump github.com/AlecAivazis/survey/v2 from 2.3.2 to 2.3.4 ReleaseNotesUrl: https://github.com/cli/cli/releases/tag/v2.7.0 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.7.0/GitHub.cli.yaml b/manifests/g/GitHub/cli/2.7.0/GitHub.cli.yaml index 71d86be99cd58..8ec96d9a204c4 100644 --- a/manifests/g/GitHub/cli/2.7.0/GitHub.cli.yaml +++ b/manifests/g/GitHub/cli/2.7.0/GitHub.cli.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: GitHub.cli PackageVersion: 2.7.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.8.0/GitHub.cli.installer.yaml b/manifests/g/GitHub/cli/2.8.0/GitHub.cli.installer.yaml index a639fb55bb4cc..d1e0d06b8be3b 100644 --- a/manifests/g/GitHub/cli/2.8.0/GitHub.cli.installer.yaml +++ b/manifests/g/GitHub/cli/2.8.0/GitHub.cli.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: GitHub.cli PackageVersion: 2.8.0 @@ -22,4 +22,4 @@ Installers: InstallerSha256: A6BC60FDA2BB5864A76D94F9BD1836AF67309E5D06C902E9240115EFAAEDCA7C ProductCode: '{C58F74EB-9AD1-4D01-BD0B-B77D553D7F34}' ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.8.0/GitHub.cli.locale.en-US.yaml b/manifests/g/GitHub/cli/2.8.0/GitHub.cli.locale.en-US.yaml index 589dd83b86acb..0323be90d884b 100644 --- a/manifests/g/GitHub/cli/2.8.0/GitHub.cli.locale.en-US.yaml +++ b/manifests/g/GitHub/cli/2.8.0/GitHub.cli.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: GitHub.cli PackageVersion: 2.8.0 @@ -25,7 +25,6 @@ Tags: - open-source - tool - utility -# Agreements: ReleaseNotes: |- What's New • New release edit command @@ -53,5 +52,8 @@ ReleaseNotes: |- • Change issue close color from red to purple • Replace old search query builder ReleaseNotesUrl: https://github.com/cli/cli/releases/tag/v2.8.0 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.8.0/GitHub.cli.yaml b/manifests/g/GitHub/cli/2.8.0/GitHub.cli.yaml index 3e929c0adf670..438431abff013 100644 --- a/manifests/g/GitHub/cli/2.8.0/GitHub.cli.yaml +++ b/manifests/g/GitHub/cli/2.8.0/GitHub.cli.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: GitHub.cli PackageVersion: 2.8.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.9.0/GitHub.cli.installer.yaml b/manifests/g/GitHub/cli/2.9.0/GitHub.cli.installer.yaml index 87745ffa1cc1d..c14865df5a85d 100644 --- a/manifests/g/GitHub/cli/2.9.0/GitHub.cli.installer.yaml +++ b/manifests/g/GitHub/cli/2.9.0/GitHub.cli.installer.yaml @@ -1,4 +1,6 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.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.cli PackageVersion: 2.9.0 Platform: @@ -18,7 +20,6 @@ Installers: - Architecture: x64 InstallerUrl: https://github.com/cli/cli/releases/download/v2.9.0/gh_2.9.0_windows_amd64.msi InstallerSha256: DC10627DD158737EB36E6CC5D3CBF31CDC0C73D8FE8C439268102B927232AC5E - ProductCode: "{8EEB8B5B-F261-476D-B228-022C703CCBF6}" + ProductCode: '{8EEB8B5B-F261-476D-B228-022C703CCBF6}' ManifestType: installer -ManifestVersion: 1.1.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.9.0/GitHub.cli.locale.en-US.yaml b/manifests/g/GitHub/cli/2.9.0/GitHub.cli.locale.en-US.yaml index 6f174f78b4d32..4b837db885fd0 100644 --- a/manifests/g/GitHub/cli/2.9.0/GitHub.cli.locale.en-US.yaml +++ b/manifests/g/GitHub/cli/2.9.0/GitHub.cli.locale.en-US.yaml @@ -1,4 +1,6 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultlocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.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.cli PackageVersion: 2.9.0 PackageLocale: en-US @@ -41,6 +43,8 @@ ReleaseNotes: |- - Add tab completion descriptions for aliases and extensions by @rpadaki in #5447 - Replace deprecated ioutil package with io and os package replacements by @estensen in #5498 ReleaseNotesUrl: https://github.com/cli/cli/releases/tag/v2.9.0 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/g/GitHub/cli/2.9.0/GitHub.cli.yaml b/manifests/g/GitHub/cli/2.9.0/GitHub.cli.yaml index ff8bea8552dd6..3840747b03d75 100644 --- a/manifests/g/GitHub/cli/2.9.0/GitHub.cli.yaml +++ b/manifests/g/GitHub/cli/2.9.0/GitHub.cli.yaml @@ -1,7 +1,8 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.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.cli PackageVersion: 2.9.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 - +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/Gitify/Gitify/6.1.0/Gitify.Gitify.installer.yaml b/manifests/g/Gitify/Gitify/6.1.0/Gitify.Gitify.installer.yaml new file mode 100644 index 0000000000000..4a998fd0f1e7f --- /dev/null +++ b/manifests/g/Gitify/Gitify/6.1.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.1.0 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: ee7f0aba-2805-5f0b-bb30-6f309c385c39 +ReleaseDate: 2025-02-10 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/gitify-app/gitify/releases/download/v6.1.0/Gitify-Setup-6.1.0.exe + InstallerSha256: 985C0233D1C2EF1E44375271AD9E26F0BF2CA0900786AB55C6F964087B0EA9CA + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/gitify-app/gitify/releases/download/v6.1.0/Gitify-Setup-6.1.0.exe + InstallerSha256: 985C0233D1C2EF1E44375271AD9E26F0BF2CA0900786AB55C6F964087B0EA9CA + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/g/Gitify/Gitify/6.1.0/Gitify.Gitify.locale.en-US.yaml b/manifests/g/Gitify/Gitify/6.1.0/Gitify.Gitify.locale.en-US.yaml new file mode 100644 index 0000000000000..260dd897e03b3 --- /dev/null +++ b/manifests/g/Gitify/Gitify/6.1.0/Gitify.Gitify.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: Gitify.Gitify +PackageVersion: 6.1.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: |- + What's Changed + 🚀 Features + - feat: add user handle filters (include and exclude) by @setchy in https://github.com/gitify-app/gitify/pull/1813 + 🧼 Code Refactoring + - refactor: use primer components for notification metric tooltip by @setchy in https://github.com/gitify-app/gitify/pull/1814 + - refactor: fix issues identified by sonar by @setchy in https://github.com/gitify-app/gitify/pull/1818 + - refactor: further sonar issue fixes by @setchy in https://github.com/gitify-app/gitify/pull/1819 + - refactor: user type utils by @setchy in https://github.com/gitify-app/gitify/pull/1820 + - refactor: suppress math.random sonar warnings by @setchy in https://github.com/gitify-app/gitify/pull/1824 + - refactor: resolve sonar feedback re login fn by @setchy in https://github.com/gitify-app/gitify/pull/1823 + - refactor: resolve sonar feedback on regex patterns by @setchy in https://github.com/gitify-app/gitify/pull/1825 + 📦 Dependency Updates + - chore(deps): update pnpm to v9.15.5 by @renovate in https://github.com/gitify-app/gitify/pull/1807 + - chore(deps): update @types/node to v22.13.1 by @renovate in https://github.com/gitify-app/gitify/pull/1810 + - chore(deps): update semver to v7.7.1 by @renovate in https://github.com/gitify-app/gitify/pull/1811 + - chore(deps): update @primer/octicons-react to v19.15.0 by @renovate in https://github.com/gitify-app/gitify/pull/1812 + - chore(deps): update electron to v34.1.0 by @renovate in https://github.com/gitify-app/gitify/pull/1816 + - chore(deps): update styled-components to v6.1.15 by @renovate in https://github.com/gitify-app/gitify/pull/1815 + - chore(deps): update tailwindcss monorepo to v4.0.4 by @renovate in https://github.com/gitify-app/gitify/pull/1817 + - chore(deps): update electron to v34.1.1 by @renovate in https://github.com/gitify-app/gitify/pull/1821 + - chore(deps): update tailwindcss monorepo to v4.0.5 by @renovate in https://github.com/gitify-app/gitify/pull/1827 + - chore(deps): update tailwindcss monorepo to v4.0.6 by @renovate in https://github.com/gitify-app/gitify/pull/1828 + Full Changelog: https://github.com/gitify-app/gitify/compare/v6.0.0...v6.1.0 +ReleaseNotesUrl: https://github.com/gitify-app/gitify/releases/tag/v6.1.0 +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://www.gitify.io/faq/ +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/g/Gitify/Gitify/6.1.0/Gitify.Gitify.locale.zh-CN.yaml b/manifests/g/Gitify/Gitify/6.1.0/Gitify.Gitify.locale.zh-CN.yaml new file mode 100644 index 0000000000000..a173af59e3e81 --- /dev/null +++ b/manifests/g/Gitify/Gitify/6.1.0/Gitify.Gitify.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: Gitify.Gitify +PackageVersion: 6.1.0 +PackageLocale: zh-CN +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 通知 +Description: 有没有被 GitHub 的通知弄迷糊过?收到太多邮件?Gitify 能让您的生活更轻松。Gitify 位于菜单栏上,可通知您任何 GitHub 通知,不会让您觉得烦人,当然也没有广告,只负责完成工作。可与 GitHub 和 GitHub 企业版一起使用,甚至可以连接多个账户。 +Tags: +- github +ReleaseNotesUrl: https://github.com/gitify-app/gitify/releases/tag/v6.1.0 +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://www.gitify.io/faq/ +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/g/Gitify/Gitify/6.1.0/Gitify.Gitify.yaml b/manifests/g/Gitify/Gitify/6.1.0/Gitify.Gitify.yaml new file mode 100644 index 0000000000000..a8b3fe519ccf8 --- /dev/null +++ b/manifests/g/Gitify/Gitify/6.1.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.1.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.6969.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/134.0.6969.0/Google.Chrome.Canary.installer.yaml deleted file mode 100644 index b68b534a3b57e..0000000000000 --- a/manifests/g/Google/Chrome/Canary/134.0.6969.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.6969.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/mvnsmo6ruyrym24h2sluz4qwp4_134.0.6969.0/134.0.6969.0_chrome_installer.exe - InstallerSha256: 61FFAD5BFCE8C161D7F0B6141442FBD9F8DDC96748AD899B6F82BE3FEB9BBC3E -- Architecture: x64 - InstallerUrl: https://dl.google.com/release2/chrome/adqbcu2epjcib6ek5xnjhcbzvibq_134.0.6969.0/134.0.6969.0_chrome_installer.exe - InstallerSha256: 0D8653BFC26FD9CC1CF70CD44527BD94F1D80D15095190D931F1F0E2B9462788 -- Architecture: arm64 - InstallerUrl: https://dl.google.com/release2/chrome/adkwdubxrvwr56pzjrv5h2hpojwq_134.0.6969.0/134.0.6969.0_chrome_installer.exe - InstallerSha256: 27CADC33E6EAE5BC55BE6316D5C24C057294303472A799ADA3B4449AC53B6147 -ManifestType: installer -ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/134.0.6969.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/134.0.6969.0/Google.Chrome.Canary.locale.en-US.yaml deleted file mode 100644 index 6471f977438b3..0000000000000 --- a/manifests/g/Google/Chrome/Canary/134.0.6969.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.6969.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.6969.0/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/134.0.6969.0/Google.Chrome.Canary.locale.nb-NO.yaml deleted file mode 100644 index eea393ce5261e..0000000000000 --- a/manifests/g/Google/Chrome/Canary/134.0.6969.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.6969.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.6969.0/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/134.0.6969.0/Google.Chrome.Canary.locale.zh-CN.yaml deleted file mode 100644 index b0a2a3d9b6e1e..0000000000000 --- a/manifests/g/Google/Chrome/Canary/134.0.6969.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.6969.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.6969.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/134.0.6969.0/Google.Chrome.Canary.yaml deleted file mode 100644 index 8f52639de94f5..0000000000000 --- a/manifests/g/Google/Chrome/Canary/134.0.6969.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.6969.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/134.0.6970.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/134.0.6970.0/Google.Chrome.Canary.installer.yaml deleted file mode 100644 index 86f9ffecbd863..0000000000000 --- a/manifests/g/Google/Chrome/Canary/134.0.6970.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.6970.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/cntm2vo6qsq5qkzj346hf4llye_134.0.6970.0/134.0.6970.0_chrome_installer.exe - InstallerSha256: 762370498DF9091268C8E87B346454F5C3BCA4A29DF1EF7EC03889A7A346DD2F -- Architecture: x64 - InstallerUrl: https://dl.google.com/release2/chrome/adz4etihularw3ocxu2ekcuolgja_134.0.6970.0/134.0.6970.0_chrome_installer.exe - InstallerSha256: 4B9C52C943DDB156D69B9B375A160528AD4B9210DA85ED6EFE6F951C07E2DE49 -- Architecture: arm64 - InstallerUrl: https://dl.google.com/release2/chrome/ac56hkppvxc5xrvk4h4z746jwypa_134.0.6970.0/134.0.6970.0_chrome_installer.exe - InstallerSha256: 8690A3262C905648C56073A2703847C26B557B1C4E8866B9D1820E5773B2BA56 -ManifestType: installer -ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/134.0.6970.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/134.0.6970.0/Google.Chrome.Canary.locale.en-US.yaml deleted file mode 100644 index 8d1f1357a0a77..0000000000000 --- a/manifests/g/Google/Chrome/Canary/134.0.6970.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.6970.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.6970.0/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/134.0.6970.0/Google.Chrome.Canary.locale.nb-NO.yaml deleted file mode 100644 index b01e1df23925e..0000000000000 --- a/manifests/g/Google/Chrome/Canary/134.0.6970.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.6970.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.6970.0/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/134.0.6970.0/Google.Chrome.Canary.locale.zh-CN.yaml deleted file mode 100644 index e46c202f07db2..0000000000000 --- a/manifests/g/Google/Chrome/Canary/134.0.6970.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.6970.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.6970.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/134.0.6970.0/Google.Chrome.Canary.yaml deleted file mode 100644 index f49540a5a10b4..0000000000000 --- a/manifests/g/Google/Chrome/Canary/134.0.6970.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.6970.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/134.0.6970.2/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/134.0.6970.2/Google.Chrome.Canary.installer.yaml deleted file mode 100644 index c8402450a8862..0000000000000 --- a/manifests/g/Google/Chrome/Canary/134.0.6970.2/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.6970.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/lqtl4xocezq55cplhx5olibbyu_134.0.6970.2/134.0.6970.2_chrome_installer.exe - InstallerSha256: 27EBFB8E1108B732B9AD40C98AD625900CD7AEE3015D0CB5FE575FB9493038C3 -- Architecture: x64 - InstallerUrl: https://dl.google.com/release2/chrome/ksoen7znx4vfap2o6uk6hkiugq_134.0.6970.2/134.0.6970.2_chrome_installer.exe - InstallerSha256: D81BC566B0EE36AA091747BB98447565C3157179761881746730B99C34841A45 -- Architecture: arm64 - InstallerUrl: https://dl.google.com/release2/chrome/f5xpodvholq7uadmh75fhni5ye_134.0.6970.2/134.0.6970.2_chrome_installer.exe - InstallerSha256: DF1F43F21CF6C12CBD8C76FAC0BD8B3F310EBBFD5882C037EFEA6CB7557E5FF0 -ManifestType: installer -ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/134.0.6970.2/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/134.0.6970.2/Google.Chrome.Canary.locale.en-US.yaml deleted file mode 100644 index 9b9575d4fefad..0000000000000 --- a/manifests/g/Google/Chrome/Canary/134.0.6970.2/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.6970.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.6970.2/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/134.0.6970.2/Google.Chrome.Canary.locale.nb-NO.yaml deleted file mode 100644 index dc2926075c125..0000000000000 --- a/manifests/g/Google/Chrome/Canary/134.0.6970.2/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.6970.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.6970.2/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/134.0.6970.2/Google.Chrome.Canary.locale.zh-CN.yaml deleted file mode 100644 index fefdeaf19c8fd..0000000000000 --- a/manifests/g/Google/Chrome/Canary/134.0.6970.2/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.6970.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.6970.2/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/134.0.6970.2/Google.Chrome.Canary.yaml deleted file mode 100644 index 2b5ba4849d5a9..0000000000000 --- a/manifests/g/Google/Chrome/Canary/134.0.6970.2/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.6970.2 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/134.0.6971.2/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/134.0.6971.2/Google.Chrome.Canary.installer.yaml deleted file mode 100644 index 007f0230ebee8..0000000000000 --- a/manifests/g/Google/Chrome/Canary/134.0.6971.2/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.6971.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/dxtuewz5plpslwvcrszygaidtm_134.0.6971.2/134.0.6971.2_chrome_installer.exe - InstallerSha256: 3D6E7A34C00B3B80F1B1CBF468AD648258F6B888809FB98629A861D0369FCAA9 -- Architecture: x64 - InstallerUrl: https://dl.google.com/release2/chrome/ada5gf37fxnyjtjcks73g3an7rpq_134.0.6971.2/134.0.6971.2_chrome_installer.exe - InstallerSha256: 0E4B21E61691ABC8D6DF46421609DCC5F482E5E7EA80EEA07C0AB8FE1A9316CD -- Architecture: arm64 - InstallerUrl: https://dl.google.com/release2/chrome/adhhjdpcxolrnew3tcowr7f5fpla_134.0.6971.2/134.0.6971.2_chrome_installer.exe - InstallerSha256: 824458B898B9B5F0886E7BDFE02A012EA5839C67E9F068217871FC6F01940D73 -ManifestType: installer -ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/134.0.6971.2/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/134.0.6971.2/Google.Chrome.Canary.locale.en-US.yaml deleted file mode 100644 index 3f27d42c2f557..0000000000000 --- a/manifests/g/Google/Chrome/Canary/134.0.6971.2/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.6971.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.6971.2/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/134.0.6971.2/Google.Chrome.Canary.locale.nb-NO.yaml deleted file mode 100644 index 4a1c39ec9b9ac..0000000000000 --- a/manifests/g/Google/Chrome/Canary/134.0.6971.2/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.6971.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.6971.2/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/134.0.6971.2/Google.Chrome.Canary.locale.zh-CN.yaml deleted file mode 100644 index 0285f16980aa3..0000000000000 --- a/manifests/g/Google/Chrome/Canary/134.0.6971.2/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.6971.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.6971.2/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/134.0.6971.2/Google.Chrome.Canary.yaml deleted file mode 100644 index d34e83eb634aa..0000000000000 --- a/manifests/g/Google/Chrome/Canary/134.0.6971.2/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.6971.2 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/134.0.6972.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/134.0.6972.0/Google.Chrome.Canary.installer.yaml deleted file mode 100644 index 2085396964db9..0000000000000 --- a/manifests/g/Google/Chrome/Canary/134.0.6972.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.6972.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/p7d2tfq4vcdw45m46ilnaqsj7u_134.0.6972.0/134.0.6972.0_chrome_installer.exe - InstallerSha256: 330BCCF70CDBA42669E951787697488D91C2959F763065DDBA74062FE6819CD0 -- Architecture: x64 - InstallerUrl: https://dl.google.com/release2/chrome/l74vsd5s6bxeukcraf6nue7254_134.0.6972.0/134.0.6972.0_chrome_installer.exe - InstallerSha256: FE6AFFBBB01D0C5D845791880502B81F5D272C9388BB65A6233E412B5F4B7CFC -- Architecture: arm64 - InstallerUrl: https://dl.google.com/release2/chrome/durin64uugcevilu2zczuup7o4_134.0.6972.0/134.0.6972.0_chrome_installer.exe - InstallerSha256: 1B6D1A4DB56B42B16BF88F992AD018318B726B9D9B2E02AE4AA6AD87CC69C200 -ManifestType: installer -ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/134.0.6972.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/134.0.6972.0/Google.Chrome.Canary.locale.en-US.yaml deleted file mode 100644 index 52f404f06c3af..0000000000000 --- a/manifests/g/Google/Chrome/Canary/134.0.6972.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.6972.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.6972.0/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/134.0.6972.0/Google.Chrome.Canary.locale.nb-NO.yaml deleted file mode 100644 index 0fdab607778e1..0000000000000 --- a/manifests/g/Google/Chrome/Canary/134.0.6972.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.6972.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.6972.0/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/134.0.6972.0/Google.Chrome.Canary.locale.zh-CN.yaml deleted file mode 100644 index 4ede4d6a38420..0000000000000 --- a/manifests/g/Google/Chrome/Canary/134.0.6972.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.6972.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.6972.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/134.0.6972.0/Google.Chrome.Canary.yaml deleted file mode 100644 index 5201aa6f69ce3..0000000000000 --- a/manifests/g/Google/Chrome/Canary/134.0.6972.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.6972.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/134.0.6974.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/134.0.6974.0/Google.Chrome.Canary.installer.yaml deleted file mode 100644 index a443367386f92..0000000000000 --- a/manifests/g/Google/Chrome/Canary/134.0.6974.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.6974.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/actyvznvxz3lrsp2r3v67fkyvx6a_134.0.6974.0/134.0.6974.0_chrome_installer.exe - InstallerSha256: 9A4077C1C2F8D9C178B1AECBEB19616A0ACA4FC7C695E1D6F29B9D33EAD3E471 -- Architecture: x64 - InstallerUrl: https://dl.google.com/release2/chrome/ada2wivc5ifjuri5vveu3ypkvhqq_134.0.6974.0/134.0.6974.0_chrome_installer.exe - InstallerSha256: 779EF807D71177A684CBEA17E750A6771FE9907C66ACECB5B5DB43115D17C799 -- Architecture: arm64 - InstallerUrl: https://dl.google.com/release2/chrome/accwe7tihxnymuixonkssazlzdwq_134.0.6974.0/134.0.6974.0_chrome_installer.exe - InstallerSha256: 2A4ADAB09A74E6B2E227CFD554B30BEB74C14B4685AA4EA3BF3941C30648BEB0 -ManifestType: installer -ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/134.0.6974.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/134.0.6974.0/Google.Chrome.Canary.locale.en-US.yaml deleted file mode 100644 index b84573975c535..0000000000000 --- a/manifests/g/Google/Chrome/Canary/134.0.6974.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.6974.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.6974.0/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/134.0.6974.0/Google.Chrome.Canary.locale.nb-NO.yaml deleted file mode 100644 index 8050cd92d588e..0000000000000 --- a/manifests/g/Google/Chrome/Canary/134.0.6974.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.6974.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.6974.0/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/134.0.6974.0/Google.Chrome.Canary.locale.zh-CN.yaml deleted file mode 100644 index a67760e2802dd..0000000000000 --- a/manifests/g/Google/Chrome/Canary/134.0.6974.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.6974.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.6974.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/134.0.6974.0/Google.Chrome.Canary.yaml deleted file mode 100644 index f6f4a82cad224..0000000000000 --- a/manifests/g/Google/Chrome/Canary/134.0.6974.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.6974.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/134.0.6975.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/134.0.6975.0/Google.Chrome.Canary.installer.yaml deleted file mode 100644 index 81aed622b0b61..0000000000000 --- a/manifests/g/Google/Chrome/Canary/134.0.6975.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.6975.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/aceprmrh7i3soebqjhj43wibcjwq_134.0.6975.0/134.0.6975.0_chrome_installer.exe - InstallerSha256: FD5ADE0A39C346852CCE5DC4AAE6E570EAF7AD1DEB5BCB4FA7B24629779596A5 -- Architecture: x64 - InstallerUrl: https://dl.google.com/release2/chrome/jaztldsya7nvm63o5fagje3sle_134.0.6975.0/134.0.6975.0_chrome_installer.exe - InstallerSha256: 72D744035D38A4C03C35222D10E2E7760CD2490151ACE30C9D178E6FF2D60EA9 -- Architecture: arm64 - InstallerUrl: https://dl.google.com/release2/chrome/b4davnwjmwgx3dwbn6pnbp3s3i_134.0.6975.0/134.0.6975.0_chrome_installer.exe - InstallerSha256: 5EC471415E8CFD835AB0493648682AE149065DAD89546EA8F78164B0EFF233E5 -ManifestType: installer -ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/134.0.6975.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/134.0.6975.0/Google.Chrome.Canary.locale.en-US.yaml deleted file mode 100644 index 9c062baa917f8..0000000000000 --- a/manifests/g/Google/Chrome/Canary/134.0.6975.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.6975.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.6975.0/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/134.0.6975.0/Google.Chrome.Canary.locale.nb-NO.yaml deleted file mode 100644 index 82facde1569ce..0000000000000 --- a/manifests/g/Google/Chrome/Canary/134.0.6975.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.6975.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.6975.0/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/134.0.6975.0/Google.Chrome.Canary.locale.zh-CN.yaml deleted file mode 100644 index eacfede225705..0000000000000 --- a/manifests/g/Google/Chrome/Canary/134.0.6975.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.6975.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.6975.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/134.0.6975.0/Google.Chrome.Canary.yaml deleted file mode 100644 index ef0c51c2fe3b6..0000000000000 --- a/manifests/g/Google/Chrome/Canary/134.0.6975.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.6975.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/134.0.6976.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/134.0.6976.0/Google.Chrome.Canary.installer.yaml deleted file mode 100644 index 49a4702494d6b..0000000000000 --- a/manifests/g/Google/Chrome/Canary/134.0.6976.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.6976.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/adwiiuifxcxqopqizd7257o4lp7a_134.0.6976.0/134.0.6976.0_chrome_installer.exe - InstallerSha256: 04E2B914B9A0908DA169299F9C7CFB2249988B11FDAB9FB03E3A72BEDBAE083E -- Architecture: x64 - InstallerUrl: https://dl.google.com/release2/chrome/gazhbjlrciauiji4h7citbmspe_134.0.6976.0/134.0.6976.0_chrome_installer.exe - InstallerSha256: 0AC53A8582304D324F00DC173BB545FFDCC7B53598E2D95E1F454B496327093D -- Architecture: arm64 - InstallerUrl: https://dl.google.com/release2/chrome/adtnhjypiab322bfnzerj6nw5kmq_134.0.6976.0/134.0.6976.0_chrome_installer.exe - InstallerSha256: 764CFDB3BF76126A6BC07281BF431097DFD15E4A46D5844111DC7F23C19A5301 -ManifestType: installer -ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/134.0.6976.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/134.0.6976.0/Google.Chrome.Canary.locale.en-US.yaml deleted file mode 100644 index 05c784f736019..0000000000000 --- a/manifests/g/Google/Chrome/Canary/134.0.6976.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.6976.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.6976.0/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/134.0.6976.0/Google.Chrome.Canary.locale.nb-NO.yaml deleted file mode 100644 index 6157ae1a87681..0000000000000 --- a/manifests/g/Google/Chrome/Canary/134.0.6976.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.6976.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.6976.0/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/134.0.6976.0/Google.Chrome.Canary.locale.zh-CN.yaml deleted file mode 100644 index 9dfbdd17b0873..0000000000000 --- a/manifests/g/Google/Chrome/Canary/134.0.6976.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.6976.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.6976.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/134.0.6976.0/Google.Chrome.Canary.yaml deleted file mode 100644 index ef2fdfd364ffe..0000000000000 --- a/manifests/g/Google/Chrome/Canary/134.0.6976.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.6976.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/134.0.6977.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/134.0.6977.0/Google.Chrome.Canary.installer.yaml deleted file mode 100644 index f0ccd9b595a93..0000000000000 --- a/manifests/g/Google/Chrome/Canary/134.0.6977.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.6977.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/acktry7kxb2weu4hb67cqvtvetxq_134.0.6977.0/134.0.6977.0_chrome_installer.exe - InstallerSha256: C88C89F274828BB0BBEDB91E94B007B2DC43CB6E6043E6EDFCF912C88527CF12 -- Architecture: x64 - InstallerUrl: https://dl.google.com/release2/chrome/acjoz5b6uptx34342g4hqacegp3q_134.0.6977.0/134.0.6977.0_chrome_installer.exe - InstallerSha256: 3C1BAF35373FB6999498B58B0A90D8D40651F01538B5ED67F9A4D52444C7963A -- Architecture: arm64 - InstallerUrl: https://dl.google.com/release2/chrome/nwk6dqybfsshyia2vtte7xvs3e_134.0.6977.0/134.0.6977.0_chrome_installer.exe - InstallerSha256: FD872B997141537EF1F50585C99197E763FF66E3EFFC7FE292DDDB8B29302A50 -ManifestType: installer -ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/134.0.6977.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/134.0.6977.0/Google.Chrome.Canary.locale.en-US.yaml deleted file mode 100644 index f960bcfba0f07..0000000000000 --- a/manifests/g/Google/Chrome/Canary/134.0.6977.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.6977.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.6977.0/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/134.0.6977.0/Google.Chrome.Canary.locale.nb-NO.yaml deleted file mode 100644 index fa41a66625200..0000000000000 --- a/manifests/g/Google/Chrome/Canary/134.0.6977.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.6977.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.6977.0/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/134.0.6977.0/Google.Chrome.Canary.locale.zh-CN.yaml deleted file mode 100644 index b1ecd70f3ab42..0000000000000 --- a/manifests/g/Google/Chrome/Canary/134.0.6977.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.6977.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.6977.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/134.0.6977.0/Google.Chrome.Canary.yaml deleted file mode 100644 index 4b124210bba0d..0000000000000 --- a/manifests/g/Google/Chrome/Canary/134.0.6977.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.6977.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/134.0.6978.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/134.0.6978.0/Google.Chrome.Canary.installer.yaml deleted file mode 100644 index 7bcc69c670839..0000000000000 --- a/manifests/g/Google/Chrome/Canary/134.0.6978.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.6978.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/pfcrxxs4c3svopafzg7wrz5pei_134.0.6978.0/134.0.6978.0_chrome_installer.exe - InstallerSha256: B016758B2EAA37F860D15D60678B403136FA1503EFF5959B356E431E29B1BCD8 -- Architecture: x64 - InstallerUrl: https://dl.google.com/release2/chrome/mrxisz2if3wydjcktd7v2ntbqa_134.0.6978.0/134.0.6978.0_chrome_installer.exe - InstallerSha256: AD451FADBDC40061A36D8801FB2F5D68566CE95589CE2786098F228F0A2BA18F -- Architecture: arm64 - InstallerUrl: https://dl.google.com/release2/chrome/acythguafk45bk22gm7fx5rn3cqa_134.0.6978.0/134.0.6978.0_chrome_installer.exe - InstallerSha256: 8A1FBC57399C09AE76CB6729981D61EF4F3CD8E212855DBAE0BE288C83EDD683 -ManifestType: installer -ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/134.0.6978.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/134.0.6978.0/Google.Chrome.Canary.locale.en-US.yaml deleted file mode 100644 index c2d6a7feff61c..0000000000000 --- a/manifests/g/Google/Chrome/Canary/134.0.6978.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.6978.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.6978.0/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/134.0.6978.0/Google.Chrome.Canary.locale.nb-NO.yaml deleted file mode 100644 index caf759392bddc..0000000000000 --- a/manifests/g/Google/Chrome/Canary/134.0.6978.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.6978.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.6978.0/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/134.0.6978.0/Google.Chrome.Canary.locale.zh-CN.yaml deleted file mode 100644 index 9d7febc5e9f19..0000000000000 --- a/manifests/g/Google/Chrome/Canary/134.0.6978.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.6978.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.6978.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/134.0.6978.0/Google.Chrome.Canary.yaml deleted file mode 100644 index 4a1f3c549c9f3..0000000000000 --- a/manifests/g/Google/Chrome/Canary/134.0.6978.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.6978.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/134.0.6979.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/134.0.6979.0/Google.Chrome.Canary.installer.yaml deleted file mode 100644 index 8bbb5be92db13..0000000000000 --- a/manifests/g/Google/Chrome/Canary/134.0.6979.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.6979.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/jsohz6aegnewmbyt6r7hfb6b64_134.0.6979.0/134.0.6979.0_chrome_installer.exe - InstallerSha256: B5E78F657898DC9FC4CE3519EA0E391C66AA6990B9502F5935EAAB50EE1D5EE2 -- Architecture: x64 - InstallerUrl: https://dl.google.com/release2/chrome/en2bd5ztrzv5hgwh2a7djrtxf4_134.0.6979.0/134.0.6979.0_chrome_installer.exe - InstallerSha256: F768961D14D1F794F717B2176CA882F9A068E2FE98A6978254137BF0839642B8 -- Architecture: arm64 - InstallerUrl: https://dl.google.com/release2/chrome/fh3nq2i5ldlaqbzijdm437yscq_134.0.6979.0/134.0.6979.0_chrome_installer.exe - InstallerSha256: 2E7D7314122C56CBBD98E7C8055CD1D8592228808FAA0135EDBBC62EB212AA8F -ManifestType: installer -ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/134.0.6979.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/134.0.6979.0/Google.Chrome.Canary.locale.en-US.yaml deleted file mode 100644 index 3e3f4a44ba42e..0000000000000 --- a/manifests/g/Google/Chrome/Canary/134.0.6979.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.6979.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.6979.0/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/134.0.6979.0/Google.Chrome.Canary.locale.nb-NO.yaml deleted file mode 100644 index 1aff994fe688d..0000000000000 --- a/manifests/g/Google/Chrome/Canary/134.0.6979.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.6979.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.6979.0/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/134.0.6979.0/Google.Chrome.Canary.locale.zh-CN.yaml deleted file mode 100644 index f96d31e3979aa..0000000000000 --- a/manifests/g/Google/Chrome/Canary/134.0.6979.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.6979.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.6979.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/134.0.6979.0/Google.Chrome.Canary.yaml deleted file mode 100644 index 8e73629df5731..0000000000000 --- a/manifests/g/Google/Chrome/Canary/134.0.6979.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.6979.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/134.0.6980.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/134.0.6980.0/Google.Chrome.Canary.installer.yaml deleted file mode 100644 index 272f07209f892..0000000000000 --- a/manifests/g/Google/Chrome/Canary/134.0.6980.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.6980.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/ascqv2epfscuij2v7qlub2gtma_134.0.6980.0/134.0.6980.0_chrome_installer.exe - InstallerSha256: E99B2498CBD3B1F7D06C5AC3A0695E9AC959A8644EC9B670EBEAE45417EC6B2A -- Architecture: x64 - InstallerUrl: https://dl.google.com/release2/chrome/ary5m2pco6nbw44cde5k6hp2hu_134.0.6980.0/134.0.6980.0_chrome_installer.exe - InstallerSha256: 60627F91E8B511DB175A2F6FB4779AEFE64FA4C9C60334CE98CF756DF9518C2F -- Architecture: arm64 - InstallerUrl: https://dl.google.com/release2/chrome/mir23fnmrqfqhfxbigjxi7ws74_134.0.6980.0/134.0.6980.0_chrome_installer.exe - InstallerSha256: F28841C5013D0BE6AE83B4B504A103E1ECCADB6DBDAF80D3882374C5774D383C -ManifestType: installer -ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/134.0.6980.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/134.0.6980.0/Google.Chrome.Canary.locale.en-US.yaml deleted file mode 100644 index ee420c42ad141..0000000000000 --- a/manifests/g/Google/Chrome/Canary/134.0.6980.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.6980.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.6980.0/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/134.0.6980.0/Google.Chrome.Canary.locale.nb-NO.yaml deleted file mode 100644 index 29631e4904f6a..0000000000000 --- a/manifests/g/Google/Chrome/Canary/134.0.6980.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.6980.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.6980.0/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/134.0.6980.0/Google.Chrome.Canary.locale.zh-CN.yaml deleted file mode 100644 index eb4b059562ad8..0000000000000 --- a/manifests/g/Google/Chrome/Canary/134.0.6980.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.6980.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.6980.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/134.0.6980.0/Google.Chrome.Canary.yaml deleted file mode 100644 index c68dfb3c66ef1..0000000000000 --- a/manifests/g/Google/Chrome/Canary/134.0.6980.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.6980.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/134.0.6981.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/134.0.6981.0/Google.Chrome.Canary.installer.yaml deleted file mode 100644 index 5d6836245e7af..0000000000000 --- a/manifests/g/Google/Chrome/Canary/134.0.6981.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.6981.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/lcbqcs24mmrigzwick2x7xi53i_134.0.6981.0/134.0.6981.0_chrome_installer.exe - InstallerSha256: CA54C42351A7351EF74292F616F5A16D6893B52D8912F8B92E9B22FBF2423C8A -- Architecture: x64 - InstallerUrl: https://dl.google.com/release2/chrome/hon2bceu6qtlbemtc2kwsxbl6q_134.0.6981.0/134.0.6981.0_chrome_installer.exe - InstallerSha256: 3D75D7366E211DBE16511EA8C0BC47FFCC41DF3BAA874462FD7308F5A27FE1C5 -- Architecture: arm64 - InstallerUrl: https://dl.google.com/release2/chrome/acap7lfdgrvmmmgagx2j2tdlrqhq_134.0.6981.0/134.0.6981.0_chrome_installer.exe - InstallerSha256: CC654079555AFB37DE544DC4FC885199CC49836578E0D95FF9C93EFE5B2FFA64 -ManifestType: installer -ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/134.0.6981.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/134.0.6981.0/Google.Chrome.Canary.locale.en-US.yaml deleted file mode 100644 index 10cb8ab4441ad..0000000000000 --- a/manifests/g/Google/Chrome/Canary/134.0.6981.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.6981.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.6981.0/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/134.0.6981.0/Google.Chrome.Canary.locale.nb-NO.yaml deleted file mode 100644 index 74bd5f9239b67..0000000000000 --- a/manifests/g/Google/Chrome/Canary/134.0.6981.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.6981.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.6981.0/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/134.0.6981.0/Google.Chrome.Canary.locale.zh-CN.yaml deleted file mode 100644 index b7b77fd843ebd..0000000000000 --- a/manifests/g/Google/Chrome/Canary/134.0.6981.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.6981.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.6981.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/134.0.6981.0/Google.Chrome.Canary.yaml deleted file mode 100644 index a149eab88d61b..0000000000000 --- a/manifests/g/Google/Chrome/Canary/134.0.6981.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.6981.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/134.0.6982.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/134.0.6982.0/Google.Chrome.Canary.installer.yaml deleted file mode 100644 index 4beb7462945dd..0000000000000 --- a/manifests/g/Google/Chrome/Canary/134.0.6982.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.6982.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/l6rll4vfjtdc5fcakgtsfektxy_134.0.6982.0/134.0.6982.0_chrome_installer.exe - InstallerSha256: 569A90D930D5B35AA1062380E78F80E178C9ADDF283424FCE69AD3DFD48C7240 -- Architecture: x64 - InstallerUrl: https://dl.google.com/release2/chrome/fstyclbuujtslowy3a336x4dry_134.0.6982.0/134.0.6982.0_chrome_installer.exe - InstallerSha256: D7432276C5476A33454D22762751CB7B5AE3F8842DBDF7801340EF5774693B1E -- Architecture: arm64 - InstallerUrl: https://dl.google.com/release2/chrome/adjhtt32f3uu7mnrxn7q4csfrofa_134.0.6982.0/134.0.6982.0_chrome_installer.exe - InstallerSha256: 167DECE22BA9D093D11A12B74EC9B53DABB84B85CD5931155587B7EB57360545 -ManifestType: installer -ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/134.0.6982.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/134.0.6982.0/Google.Chrome.Canary.locale.en-US.yaml deleted file mode 100644 index 6a5d1158d4305..0000000000000 --- a/manifests/g/Google/Chrome/Canary/134.0.6982.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.6982.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.6982.0/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/134.0.6982.0/Google.Chrome.Canary.locale.nb-NO.yaml deleted file mode 100644 index 4e37a237e09d9..0000000000000 --- a/manifests/g/Google/Chrome/Canary/134.0.6982.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.6982.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.6982.0/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/134.0.6982.0/Google.Chrome.Canary.locale.zh-CN.yaml deleted file mode 100644 index 1a97b6e6f438b..0000000000000 --- a/manifests/g/Google/Chrome/Canary/134.0.6982.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.6982.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.6982.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/134.0.6982.0/Google.Chrome.Canary.yaml deleted file mode 100644 index 32208d7d4219f..0000000000000 --- a/manifests/g/Google/Chrome/Canary/134.0.6982.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.6982.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/134.0.6983.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/134.0.6983.0/Google.Chrome.Canary.installer.yaml deleted file mode 100644 index 63872ba95040c..0000000000000 --- a/manifests/g/Google/Chrome/Canary/134.0.6983.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.6983.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/gqcyc3uuse7ybmomszdexx3cue_134.0.6983.0/134.0.6983.0_chrome_installer.exe - InstallerSha256: 0153F3923CDA878095A6A2FDAD250AB2B6FCDBFD3C4D41BEAC3524202762D6BD -- Architecture: x64 - InstallerUrl: https://dl.google.com/release2/chrome/pyufuivsiofx4346kdefo25cxi_134.0.6983.0/134.0.6983.0_chrome_installer.exe - InstallerSha256: F747CE385C5EDE51C09705D3F22E52999FECC5BD0D6684A09E8F199E72E2E9CC -- Architecture: arm64 - InstallerUrl: https://dl.google.com/release2/chrome/acgmp7betusdltdmbu36audtxsza_134.0.6983.0/134.0.6983.0_chrome_installer.exe - InstallerSha256: 465FF04DF9B214FFE666F6A49CE4DDD35E846DE346610E80526763A54560006B -ManifestType: installer -ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/134.0.6983.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/134.0.6983.0/Google.Chrome.Canary.locale.en-US.yaml deleted file mode 100644 index e3847854251fa..0000000000000 --- a/manifests/g/Google/Chrome/Canary/134.0.6983.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.6983.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.6983.0/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/134.0.6983.0/Google.Chrome.Canary.locale.nb-NO.yaml deleted file mode 100644 index 5d6c45f7cdacf..0000000000000 --- a/manifests/g/Google/Chrome/Canary/134.0.6983.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.6983.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.6983.0/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/134.0.6983.0/Google.Chrome.Canary.locale.zh-CN.yaml deleted file mode 100644 index 111ffc26b3e83..0000000000000 --- a/manifests/g/Google/Chrome/Canary/134.0.6983.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.6983.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.6983.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/134.0.6983.0/Google.Chrome.Canary.yaml deleted file mode 100644 index 4c905ed451e6d..0000000000000 --- a/manifests/g/Google/Chrome/Canary/134.0.6983.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.6983.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/Canary/135.0.7004.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/135.0.7004.0/Google.Chrome.Canary.installer.yaml new file mode 100644 index 0000000000000..bb209231b05d0 --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/135.0.7004.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.7004.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/adj5wdgjpmxb7x6mdgd46ifoulhq_135.0.7004.0/135.0.7004.0_chrome_installer.exe + InstallerSha256: C59A6F5CF86AA5E26985748F973445F805B0DF733629749C3B45B1E0AEA6C063 +- Architecture: x64 + InstallerUrl: https://dl.google.com/release2/chrome/pftgo4c6cygsm2lpxaw4dtxps4_135.0.7004.0/135.0.7004.0_chrome_installer.exe + InstallerSha256: 47613F3C161F4E9831AE6B2BE66BF42CDF32D11BA9C4559ECD1B680E1108A0FD +- Architecture: arm64 + InstallerUrl: https://dl.google.com/release2/chrome/hzzxruskxrma5c6wtys2r2lwlm_135.0.7004.0/135.0.7004.0_chrome_installer.exe + InstallerSha256: E507A39DB7579AA7867D3032F8F1DD70D664A6FEE3D891F8C835866C5DA2CC63 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/135.0.7004.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/135.0.7004.0/Google.Chrome.Canary.locale.en-US.yaml new file mode 100644 index 0000000000000..89e7fd32e249b --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/135.0.7004.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.7004.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.7004.0/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/135.0.7004.0/Google.Chrome.Canary.locale.nb-NO.yaml new file mode 100644 index 0000000000000..2b537a4fe281a --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/135.0.7004.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.7004.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.7004.0/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/135.0.7004.0/Google.Chrome.Canary.locale.zh-CN.yaml new file mode 100644 index 0000000000000..cf572c7ae9e19 --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/135.0.7004.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.7004.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.7004.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/135.0.7004.0/Google.Chrome.Canary.yaml new file mode 100644 index 0000000000000..f450c6d0def1f --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/135.0.7004.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.7004.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/135.0.7005.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/135.0.7005.0/Google.Chrome.Canary.installer.yaml new file mode 100644 index 0000000000000..5b88c42c2c60a --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/135.0.7005.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.7005.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/adqsp5r3orfcu542iu3hzfhddqoq_135.0.7005.0/135.0.7005.0_chrome_installer.exe + InstallerSha256: C90C37D460E7CB1976D418C8FAA461D33760256CB1DD17E35A058695F418C842 +- Architecture: x64 + InstallerUrl: https://dl.google.com/release2/chrome/oj64db2aiivaltr7kexg3ap3ni_135.0.7005.0/135.0.7005.0_chrome_installer.exe + InstallerSha256: 542B8B79CC80EF3A6A940FC2060048DADE8AE424E609DA8B6DDC1F3E71B2E369 +- Architecture: arm64 + InstallerUrl: https://dl.google.com/release2/chrome/acy3g7eoaepuvhd5lrcgckxr5i7q_135.0.7005.0/135.0.7005.0_chrome_installer.exe + InstallerSha256: 1F34951FA90FD8EE55A9F0A9EE33B532B200B5C786A86CA546B32A829C1D851F +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/135.0.7005.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/135.0.7005.0/Google.Chrome.Canary.locale.en-US.yaml new file mode 100644 index 0000000000000..8e616557da838 --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/135.0.7005.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.7005.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.7005.0/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/135.0.7005.0/Google.Chrome.Canary.locale.nb-NO.yaml new file mode 100644 index 0000000000000..e687ee4cd1c8c --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/135.0.7005.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.7005.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.7005.0/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/135.0.7005.0/Google.Chrome.Canary.locale.zh-CN.yaml new file mode 100644 index 0000000000000..652fac435d0f3 --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/135.0.7005.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.7005.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.7005.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/135.0.7005.0/Google.Chrome.Canary.yaml new file mode 100644 index 0000000000000..3059693fd0583 --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/135.0.7005.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.7005.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/135.0.7006.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/135.0.7006.0/Google.Chrome.Canary.installer.yaml new file mode 100644 index 0000000000000..b1abd7cfc8fab --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/135.0.7006.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.7006.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/ac6pxbjbekrxnyzjis5p6jdfmrdq_135.0.7006.0/135.0.7006.0_chrome_installer.exe + InstallerSha256: 843DB8E7BC2143EF724F38DE2F2AA4427D33F4F9FF922240B3C44108E49D909F +- Architecture: x64 + InstallerUrl: https://dl.google.com/release2/chrome/mblf5dulnw5y2veulqsrhnotku_135.0.7006.0/135.0.7006.0_chrome_installer.exe + InstallerSha256: 93933A2F7D2F35C7E95419F8DE5F4BC9EC762105877E9A5CD44EEC96096BE978 +- Architecture: arm64 + InstallerUrl: https://dl.google.com/release2/chrome/mgjnfnqrxre7vavir5bmql2p6m_135.0.7006.0/135.0.7006.0_chrome_installer.exe + InstallerSha256: 7891EC4D00828B7A03E8A526463FF83BF7D8E5DDCC89F8147AECA06ECB02FD79 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/135.0.7006.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/135.0.7006.0/Google.Chrome.Canary.locale.en-US.yaml new file mode 100644 index 0000000000000..a7b660ef1fe2d --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/135.0.7006.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.7006.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.7006.0/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/135.0.7006.0/Google.Chrome.Canary.locale.nb-NO.yaml new file mode 100644 index 0000000000000..6c1cd819ecf2b --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/135.0.7006.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.7006.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.7006.0/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/135.0.7006.0/Google.Chrome.Canary.locale.zh-CN.yaml new file mode 100644 index 0000000000000..0dd1ca5a94d1f --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/135.0.7006.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.7006.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.7006.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/135.0.7006.0/Google.Chrome.Canary.yaml new file mode 100644 index 0000000000000..40c8ad1e29a64 --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/135.0.7006.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.7006.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/135.0.7007.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/135.0.7007.0/Google.Chrome.Canary.installer.yaml new file mode 100644 index 0000000000000..ce534d3ce07ee --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/135.0.7007.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.7007.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/j2ukx7ny46rw64amo4pse5txua_135.0.7007.0/135.0.7007.0_chrome_installer.exe + InstallerSha256: C33E832E1B63ED9722BFD718C0371DA5A58693DC4034F70E2C8C64A6E6340C6E +- Architecture: x64 + InstallerUrl: https://dl.google.com/release2/chrome/acf33bbp6voomn76fasegqsyuqjq_135.0.7007.0/135.0.7007.0_chrome_installer.exe + InstallerSha256: E894F49BF5DF16BD9F12E5C8C595B98783778A527648D6332124BD948834C27E +- Architecture: arm64 + InstallerUrl: https://dl.google.com/release2/chrome/acjyk24arqhl2zgs4mbhyo7odraa_135.0.7007.0/135.0.7007.0_chrome_installer.exe + InstallerSha256: C2907617B76B0BB4632F365D42CC3D0D3E138DF97B82255493BA8899D1817F2C +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/135.0.7007.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/135.0.7007.0/Google.Chrome.Canary.locale.en-US.yaml new file mode 100644 index 0000000000000..30a368433f663 --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/135.0.7007.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.7007.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.7007.0/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/135.0.7007.0/Google.Chrome.Canary.locale.nb-NO.yaml new file mode 100644 index 0000000000000..2304ca4b9f24c --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/135.0.7007.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.7007.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.7007.0/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/135.0.7007.0/Google.Chrome.Canary.locale.zh-CN.yaml new file mode 100644 index 0000000000000..8f344ccd6c4e5 --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/135.0.7007.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.7007.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.7007.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/135.0.7007.0/Google.Chrome.Canary.yaml new file mode 100644 index 0000000000000..e7ea404fd311e --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/135.0.7007.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.7007.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/135.0.7008.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/135.0.7008.0/Google.Chrome.Canary.installer.yaml new file mode 100644 index 0000000000000..aa40400b99ca5 --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/135.0.7008.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.7008.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/acjuzocoutfn552qsgstdctyp7la_135.0.7008.0/135.0.7008.0_chrome_installer.exe + InstallerSha256: C7CBDA21F19BA05295A5C44B365D553FF89D58EEA96E5723CB46D1E2305CDAF7 +- Architecture: x64 + InstallerUrl: https://dl.google.com/release2/chrome/aczikxae5bcgc7dxmtwtk6fmdnna_135.0.7008.0/135.0.7008.0_chrome_installer.exe + InstallerSha256: DA5D9FFCC1CDD44FC8CD3DF057F339283E8698FF51A6725FDA007D0C1E436BDD +- Architecture: arm64 + InstallerUrl: https://dl.google.com/release2/chrome/ada7hhkzmevpvjazy7s3ql6lrj4q_135.0.7008.0/135.0.7008.0_chrome_installer.exe + InstallerSha256: 11C77CD22A95B1CA1315B0D7259FFAF41F82F51EA9CC5CCB656364952FA97631 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/135.0.7008.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/135.0.7008.0/Google.Chrome.Canary.locale.en-US.yaml new file mode 100644 index 0000000000000..95941781aa734 --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/135.0.7008.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.7008.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.7008.0/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/135.0.7008.0/Google.Chrome.Canary.locale.nb-NO.yaml new file mode 100644 index 0000000000000..c535d5e1785de --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/135.0.7008.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.7008.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.7008.0/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/135.0.7008.0/Google.Chrome.Canary.locale.zh-CN.yaml new file mode 100644 index 0000000000000..409db0dcb705e --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/135.0.7008.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.7008.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.7008.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/135.0.7008.0/Google.Chrome.Canary.yaml new file mode 100644 index 0000000000000..91858aa5bd192 --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/135.0.7008.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.7008.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/135.0.7009.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/135.0.7009.0/Google.Chrome.Canary.installer.yaml new file mode 100644 index 0000000000000..0c55bf0603f67 --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/135.0.7009.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.7009.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/cr363c3bhk37ewznvrcx4grnay_135.0.7009.0/135.0.7009.0_chrome_installer.exe + InstallerSha256: DC3F8DB9CE95ACB1154AF131A8C9F9161EB92077293611F1FD4E80DAC338E3EF +- Architecture: x64 + InstallerUrl: https://dl.google.com/release2/chrome/h7dweugvsjvp7sgyrsjszguoii_135.0.7009.0/135.0.7009.0_chrome_installer.exe + InstallerSha256: 0BB3E4A0A0133154510E4C8C373096C72BF7606F09CBB992FD4192F8025F66E4 +- Architecture: arm64 + InstallerUrl: https://dl.google.com/release2/chrome/ac2dtfnhtlpfvvhuaeie26ved6zq_135.0.7009.0/135.0.7009.0_chrome_installer.exe + InstallerSha256: DFCA38933F55E53BB0BA07114FB07C2C4D5F12455DDAEAB6C515E102A02D0ABF +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/135.0.7009.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/135.0.7009.0/Google.Chrome.Canary.locale.en-US.yaml new file mode 100644 index 0000000000000..d83e0ba06f773 --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/135.0.7009.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.7009.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.7009.0/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/135.0.7009.0/Google.Chrome.Canary.locale.nb-NO.yaml new file mode 100644 index 0000000000000..1837d7653bc7a --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/135.0.7009.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.7009.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.7009.0/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/135.0.7009.0/Google.Chrome.Canary.locale.zh-CN.yaml new file mode 100644 index 0000000000000..1648b344395d7 --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/135.0.7009.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.7009.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.7009.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/135.0.7009.0/Google.Chrome.Canary.yaml new file mode 100644 index 0000000000000..42222d00d1733 --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/135.0.7009.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.7009.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/135.0.7010.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/135.0.7010.0/Google.Chrome.Canary.installer.yaml new file mode 100644 index 0000000000000..d2d8c7809f247 --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/135.0.7010.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.7010.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/adsntmpr6i3vxkipoaod5cajhvbq_135.0.7010.0/135.0.7010.0_chrome_installer.exe + InstallerSha256: 23BA7E115CCEF5E616C76B74DF172AC764193837D98B701E629274295D6084A8 +- Architecture: x64 + InstallerUrl: https://dl.google.com/release2/chrome/ac7tmepjgxec7sius3y6xa4psm3a_135.0.7010.0/135.0.7010.0_chrome_installer.exe + InstallerSha256: 4A7D3557A4BA233B24A4A07E56B864AA65ED67D832D64ACF12B093746E22A7EF +- Architecture: arm64 + InstallerUrl: https://dl.google.com/release2/chrome/dcdscawf7ul4bpxpawjpop3cae_135.0.7010.0/135.0.7010.0_chrome_installer.exe + InstallerSha256: 3D4E1706AA1672EEF0472375009F5B69B5A11BF85CD675174ED28D295FA368EA +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/135.0.7010.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/135.0.7010.0/Google.Chrome.Canary.locale.en-US.yaml new file mode 100644 index 0000000000000..76fcada89bc8b --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/135.0.7010.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.7010.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.7010.0/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/135.0.7010.0/Google.Chrome.Canary.locale.nb-NO.yaml new file mode 100644 index 0000000000000..f258c18fd38fd --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/135.0.7010.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.7010.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.7010.0/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/135.0.7010.0/Google.Chrome.Canary.locale.zh-CN.yaml new file mode 100644 index 0000000000000..4011276e76929 --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/135.0.7010.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.7010.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.7010.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/135.0.7010.0/Google.Chrome.Canary.yaml new file mode 100644 index 0000000000000..0c2aedd351ee5 --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/135.0.7010.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.7010.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/135.0.7010.2/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/135.0.7010.2/Google.Chrome.Canary.installer.yaml new file mode 100644 index 0000000000000..00faac55aa2ed --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/135.0.7010.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: 135.0.7010.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/pujpp6rdrv5xkjox4kpn25erkm_135.0.7010.2/135.0.7010.2_chrome_installer.exe + InstallerSha256: EFF6FB57B9F2CE96E148E19675270A538C2BCE57498339F115347559F330AEA4 +- Architecture: x64 + InstallerUrl: https://dl.google.com/release2/chrome/acnckznol6l5bqzk652yrtdupe5q_135.0.7010.2/135.0.7010.2_chrome_installer.exe + InstallerSha256: 3BD66617493F46959E918B1BABBBC9664164B47B0B321F8E65E9BB53AC235871 +- Architecture: arm64 + InstallerUrl: https://dl.google.com/release2/chrome/acei3e7677e4gzh56dyvumjct3ha_135.0.7010.2/135.0.7010.2_chrome_installer.exe + InstallerSha256: 3A0DED50A9FA2913E85E42D4CA02EF57CAA79E10C353E7A311516B54D67C1F53 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/135.0.7010.2/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/135.0.7010.2/Google.Chrome.Canary.locale.en-US.yaml new file mode 100644 index 0000000000000..2da8064cc7b69 --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/135.0.7010.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: 135.0.7010.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/135.0.7010.2/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/135.0.7010.2/Google.Chrome.Canary.locale.nb-NO.yaml new file mode 100644 index 0000000000000..2750b529201a7 --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/135.0.7010.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: 135.0.7010.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/135.0.7010.2/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/135.0.7010.2/Google.Chrome.Canary.locale.zh-CN.yaml new file mode 100644 index 0000000000000..ea9f12a5f2725 --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/135.0.7010.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: 135.0.7010.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/135.0.7010.2/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/135.0.7010.2/Google.Chrome.Canary.yaml new file mode 100644 index 0000000000000..517c6e65106f4 --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/135.0.7010.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: 135.0.7010.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/135.0.7011.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/135.0.7011.0/Google.Chrome.Canary.installer.yaml new file mode 100644 index 0000000000000..15aeb0a420a2a --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/135.0.7011.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.7011.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/ac7qu5t77mvai7jmyrox77urswrq_135.0.7011.0/135.0.7011.0_chrome_installer.exe + InstallerSha256: A3C7933D8D94F43B14E35A72B4EDB954ED1E618C265E8CE7B7C8B67AC6B1AE98 +- Architecture: x64 + InstallerUrl: https://dl.google.com/release2/chrome/p6246cqlmpd34rtrgtn7lszzcm_135.0.7011.0/135.0.7011.0_chrome_installer.exe + InstallerSha256: 7B6B5BE5FBC3E35DFA9949A6E2ABBC8A133AAA7808F404C984747F95637140F8 +- Architecture: arm64 + InstallerUrl: https://dl.google.com/release2/chrome/adl64nspuccvow2bd3w652xlecdq_135.0.7011.0/135.0.7011.0_chrome_installer.exe + InstallerSha256: 9B267C78160C2B282A801F88AC239C77B866116F5CFF4CF8C1F288742394D377 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/135.0.7011.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/135.0.7011.0/Google.Chrome.Canary.locale.en-US.yaml new file mode 100644 index 0000000000000..3e60cbe6a4ec4 --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/135.0.7011.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.7011.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.7011.0/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/135.0.7011.0/Google.Chrome.Canary.locale.nb-NO.yaml new file mode 100644 index 0000000000000..dc63248192fe2 --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/135.0.7011.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.7011.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.7011.0/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/135.0.7011.0/Google.Chrome.Canary.locale.zh-CN.yaml new file mode 100644 index 0000000000000..4930cc89fce52 --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/135.0.7011.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.7011.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.7011.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/135.0.7011.0/Google.Chrome.Canary.yaml new file mode 100644 index 0000000000000..bae913c3bd2cf --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/135.0.7011.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.7011.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/135.0.7012.0/Google.Chrome.Canary.installer.yaml b/manifests/g/Google/Chrome/Canary/135.0.7012.0/Google.Chrome.Canary.installer.yaml new file mode 100644 index 0000000000000..1b6690dd66268 --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/135.0.7012.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.7012.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/ac5mesm5fhgfti4altwdzopiucrq_135.0.7012.0/135.0.7012.0_chrome_installer.exe + InstallerSha256: A10D0063FFBCB2466609B1E513362655864B8AAF893780171C0C09C576F20B66 +- Architecture: x64 + InstallerUrl: https://dl.google.com/release2/chrome/nzsnjoax347cvlzjacmzhgz5va_135.0.7012.0/135.0.7012.0_chrome_installer.exe + InstallerSha256: FDE00BA36596E55BBF8C54B5BFCC60BBFE15BBF4C7D5C60707F980B99739B5EF +- Architecture: arm64 + InstallerUrl: https://dl.google.com/release2/chrome/ad3rvvgushio4hh54tymhreyn5aa_135.0.7012.0/135.0.7012.0_chrome_installer.exe + InstallerSha256: BC0BED64EC6E3D3C6CC96DCD680802E6012588231FD9A645ED757A126DC8BB9F +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/Chrome/Canary/135.0.7012.0/Google.Chrome.Canary.locale.en-US.yaml b/manifests/g/Google/Chrome/Canary/135.0.7012.0/Google.Chrome.Canary.locale.en-US.yaml new file mode 100644 index 0000000000000..3420460eccd1c --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/135.0.7012.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.7012.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.7012.0/Google.Chrome.Canary.locale.nb-NO.yaml b/manifests/g/Google/Chrome/Canary/135.0.7012.0/Google.Chrome.Canary.locale.nb-NO.yaml new file mode 100644 index 0000000000000..9a9da7d84d177 --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/135.0.7012.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.7012.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.7012.0/Google.Chrome.Canary.locale.zh-CN.yaml b/manifests/g/Google/Chrome/Canary/135.0.7012.0/Google.Chrome.Canary.locale.zh-CN.yaml new file mode 100644 index 0000000000000..d2a11192e3b55 --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/135.0.7012.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.7012.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.7012.0/Google.Chrome.Canary.yaml b/manifests/g/Google/Chrome/Canary/135.0.7012.0/Google.Chrome.Canary.yaml new file mode 100644 index 0000000000000..78bf633f7902d --- /dev/null +++ b/manifests/g/Google/Chrome/Canary/135.0.7012.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.7012.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.678.2/Google.PlayGames.Beta.installer.yaml b/manifests/g/Google/PlayGames/Beta/25.1.678.2/Google.PlayGames.Beta.installer.yaml new file mode 100644 index 0000000000000..0da3d9d2bad22 --- /dev/null +++ b/manifests/g/Google/PlayGames/Beta/25.1.678.2/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.678.2 +InstallerType: exe +Scope: machine +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent +UpgradeBehavior: install +ProductCode: GooglePlayGames +ReleaseDate: 2025-01-30 +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: AF71264B7C370CD1426EEE21D28CF31FF7C60F6E3ABCFBEA5C01023CCB7D5AB4 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/g/Google/PlayGames/Beta/25.1.678.2/Google.PlayGames.Beta.locale.de-DE.yaml b/manifests/g/Google/PlayGames/Beta/25.1.678.2/Google.PlayGames.Beta.locale.de-DE.yaml new file mode 100644 index 0000000000000..e0bff2c6ea980 --- /dev/null +++ b/manifests/g/Google/PlayGames/Beta/25.1.678.2/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.678.2 +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.678.2/Google.PlayGames.Beta.locale.en-US.yaml b/manifests/g/Google/PlayGames/Beta/25.1.678.2/Google.PlayGames.Beta.locale.en-US.yaml new file mode 100644 index 0000000000000..7b178317977e1 --- /dev/null +++ b/manifests/g/Google/PlayGames/Beta/25.1.678.2/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.678.2 +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.678.2/Google.PlayGames.Beta.yaml b/manifests/g/Google/PlayGames/Beta/25.1.678.2/Google.PlayGames.Beta.yaml new file mode 100644 index 0000000000000..0cbc79ee79eb3 --- /dev/null +++ b/manifests/g/Google/PlayGames/Beta/25.1.678.2/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.678.2 +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/GoyalSoftech/Website2APKBuilderPro/5.3/GoyalSoftech.Website2APKBuilderPro.installer.yaml b/manifests/g/GoyalSoftech/Website2APKBuilderPro/5.3/GoyalSoftech.Website2APKBuilderPro.installer.yaml deleted file mode 100644 index 0daa72804262e..0000000000000 --- a/manifests/g/GoyalSoftech/Website2APKBuilderPro/5.3/GoyalSoftech.Website2APKBuilderPro.installer.yaml +++ /dev/null @@ -1,13 +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: GoyalSoftech.Website2APKBuilderPro -PackageVersion: "5.3" -InstallerType: inno -Installers: -- Architecture: x86 - InstallerUrl: https://github.com/praveshagrawal/Website-2-APK-Builder/releases/download/v5.3/Website.2.APK.Builder.v5.3.Installer.exe - InstallerSha256: EFDF159B20EAE01E6BE9A153890258AC4D577FE687B398DD1E7AA59389B79F3E -ManifestType: installer -ManifestVersion: 1.6.0 -ReleaseDate: 2024-01-27 diff --git a/manifests/g/GoyalSoftech/Website2APKBuilderPro/5.3/GoyalSoftech.Website2APKBuilderPro.locale.en-US.yaml b/manifests/g/GoyalSoftech/Website2APKBuilderPro/5.3/GoyalSoftech.Website2APKBuilderPro.locale.en-US.yaml deleted file mode 100644 index 08e1003869013..0000000000000 --- a/manifests/g/GoyalSoftech/Website2APKBuilderPro/5.3/GoyalSoftech.Website2APKBuilderPro.locale.en-US.yaml +++ /dev/null @@ -1,29 +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: GoyalSoftech.Website2APKBuilderPro -PackageVersion: "5.3" -PackageLocale: en-US -Publisher: Goyal Softech Pvt. Ltd. -PublisherUrl: https://websitetoapk.com/ -PublisherSupportUrl: https://websitetoapk.com/support/ -PrivacyUrl: https://websitetoapk.com/terms-privacy.html -PackageName: Website 2 APK Builder Pro -PackageUrl: https://websitetoapk.com/download.html -License: Proprietary -Copyright: 2016 - 2024 © Goyal Softech Pvt. Ltd. -ShortDescription: Convert your Website or HTML5 to Android Apps. -Tags: -- website -- apk -- android -- html -ReleaseNotesUrl: https://github.com/praveshagrawal/Website-2-APK-Builder/releases/tag/v5.3 -PurchaseUrl: https://websitetoapk.com/pricing.html -Documentations: -- DocumentLabel: Product Documentation - DocumentUrl: https://websitetoapk.com/docs/ -- DocumentLabel: FAQ - DocumentUrl: https://websitetoapk.com/faqs.html -ManifestType: defaultLocale -ManifestVersion: 1.6.0 diff --git a/manifests/g/GoyalSoftech/Website2APKBuilderPro/5.3/GoyalSoftech.Website2APKBuilderPro.yaml b/manifests/g/GoyalSoftech/Website2APKBuilderPro/5.3/GoyalSoftech.Website2APKBuilderPro.yaml deleted file mode 100644 index 7a5c05509fb2d..0000000000000 --- a/manifests/g/GoyalSoftech/Website2APKBuilderPro/5.3/GoyalSoftech.Website2APKBuilderPro.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: GoyalSoftech.Website2APKBuilderPro -PackageVersion: "5.3" -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.6.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/Grammarly/Grammarly/1.2.134.1590/Grammarly.Grammarly.installer.yaml b/manifests/g/Grammarly/Grammarly/1.2.134.1590/Grammarly.Grammarly.installer.yaml new file mode 100644 index 0000000000000..65dfe59d7be75 --- /dev/null +++ b/manifests/g/Grammarly/Grammarly/1.2.134.1590/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.134.1590 +InstallerType: nullsoft +Scope: user +InstallerSwitches: + Upgrade: /update +UpgradeBehavior: install +ReleaseDate: 2025-02-10 +Installers: +- Architecture: x86 + InstallerUrl: https://download-windows.grammarly.com/versions/1.2.134.1590/GrammarlyInstaller.exe + InstallerSha256: A31531A2D5FC06F81A0C56941B506149B6DB6BF932C3C87540DB51A04A8FC827 +- Architecture: x64 + InstallerUrl: https://download-windows.grammarly.com/versions/1.2.134.1590/GrammarlyInstaller.exe + InstallerSha256: A31531A2D5FC06F81A0C56941B506149B6DB6BF932C3C87540DB51A04A8FC827 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/g/Grammarly/Grammarly/1.2.134.1590/Grammarly.Grammarly.locale.en-US.yaml b/manifests/g/Grammarly/Grammarly/1.2.134.1590/Grammarly.Grammarly.locale.en-US.yaml new file mode 100644 index 0000000000000..e9f78d1e26351 --- /dev/null +++ b/manifests/g/Grammarly/Grammarly/1.2.134.1590/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.134.1590 +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.134.1590/Grammarly.Grammarly.locale.zh-CN.yaml b/manifests/g/Grammarly/Grammarly/1.2.134.1590/Grammarly.Grammarly.locale.zh-CN.yaml new file mode 100644 index 0000000000000..c357d19ed3560 --- /dev/null +++ b/manifests/g/Grammarly/Grammarly/1.2.134.1590/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.134.1590 +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.134.1590/Grammarly.Grammarly.yaml b/manifests/g/Grammarly/Grammarly/1.2.134.1590/Grammarly.Grammarly.yaml new file mode 100644 index 0000000000000..18414f82b6219 --- /dev/null +++ b/manifests/g/Grammarly/Grammarly/1.2.134.1590/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.134.1590 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/g/GrangerHub/Tremulous/1.3.0.14/GrangerHub.Tremulous.installer.yaml b/manifests/g/GrangerHub/Tremulous/1.3.0.14/GrangerHub.Tremulous.installer.yaml new file mode 100644 index 0000000000000..88b339ed07859 --- /dev/null +++ b/manifests/g/GrangerHub/Tremulous/1.3.0.14/GrangerHub.Tremulous.installer.yaml @@ -0,0 +1,25 @@ +# Created with komac v2.10.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: GrangerHub.Tremulous +PackageVersion: 1.3.0.14 +InstallerType: zip +NestedInstallerType: portable +ArchiveBinariesDependOnPath: true +NestedInstallerFiles: + - RelativeFilePath: tremulous.exe +InstallModes: + - interactive + - silent + - silentWithProgress +UpgradeBehavior: uninstallPrevious +ReleaseDate: 2019-09-14 +Installers: + - Architecture: x86 + InstallerUrl: https://github.com/GrangerHub/tremulous/releases/download/v1.3.0-alpha.0.14/release-mingw32-x86.zip + InstallerSha256: A74C51C4582BA52E3200427E252F6806D92CA1E3EE155BEF4375FB564B63ACF0 + - Architecture: x64 + InstallerUrl: https://github.com/GrangerHub/tremulous/releases/download/v1.3.0-alpha.0.14/release-mingw32-x86_64.zip + InstallerSha256: 1BAAFDC4298A8CE38405B4465EC883FD1E7C3EDA4B91869B7C1E32436A1C5D0E +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/g/GrangerHub/Tremulous/1.3.0.14/GrangerHub.Tremulous.locale.en-US.yaml b/manifests/g/GrangerHub/Tremulous/1.3.0.14/GrangerHub.Tremulous.locale.en-US.yaml new file mode 100644 index 0000000000000..ab57cbcbdb87a --- /dev/null +++ b/manifests/g/GrangerHub/Tremulous/1.3.0.14/GrangerHub.Tremulous.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: GrangerHub.Tremulous +PackageVersion: 1.3.0.14 +PackageLocale: en-US +Publisher: GrangerHub +PublisherUrl: https://github.com/GrangerHub +PublisherSupportUrl: https://github.com/GrangerHub/tremulous/issues +Author: Cengiz Gunay +PackageName: Tremulous +PackageUrl: https://github.com/GrangerHub/tremulous +License: Tremulous License +LicenseUrl: https://github.com/GrangerHub/tremulous/blob/master/COPYING +Copyright: |- + Copyright (C) 2015-2019 GrangerHub + Copyright (C) 2005-2009 darklegion development +ShortDescription: |- + Free and open source asymmetric team-based first-person shooter with real-time strategy elements. +Description: |- + The game features two opposing teams: humans and aliens. Each team must attack the enemy’s base + and team members while defending their own base. +ReleaseNotesUrl: https://github.com/GrangerHub/tremulous/releases/tag/v1.3.0-alpha.0.14 +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/g/GrangerHub/Tremulous/1.3.0.14/GrangerHub.Tremulous.yaml b/manifests/g/GrangerHub/Tremulous/1.3.0.14/GrangerHub.Tremulous.yaml new file mode 100644 index 0000000000000..55709bc7e55ab --- /dev/null +++ b/manifests/g/GrangerHub/Tremulous/1.3.0.14/GrangerHub.Tremulous.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: GrangerHub.Tremulous +PackageVersion: 1.3.0.14 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/g/GrangerHub/Tremulous/1.3.0.15/GrangerHub.Tremulous.installer.yaml b/manifests/g/GrangerHub/Tremulous/1.3.0.15/GrangerHub.Tremulous.installer.yaml new file mode 100644 index 0000000000000..1a2cf10ba782e --- /dev/null +++ b/manifests/g/GrangerHub/Tremulous/1.3.0.15/GrangerHub.Tremulous.installer.yaml @@ -0,0 +1,25 @@ +# Created with komac v2.10.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: GrangerHub.Tremulous +PackageVersion: 1.3.0.15 +InstallerType: zip +NestedInstallerType: portable +ArchiveBinariesDependOnPath: true +NestedInstallerFiles: + - RelativeFilePath: tremulous.exe +InstallModes: + - interactive + - silent + - silentWithProgress +UpgradeBehavior: uninstallPrevious +ReleaseDate: 2023-04-02 +Installers: + - Architecture: x86 + InstallerUrl: https://github.com/GrangerHub/tremulous/releases/download/v1.3.0-alpha.0.15/release-mingw32-x86.zip + InstallerSha256: 4B7EDBCC0875529B062ECDBE9E256CF410BC111A00B42474F0C431F55C3FEED5 + - Architecture: x64 + InstallerUrl: https://github.com/GrangerHub/tremulous/releases/download/v1.3.0-alpha.0.15/release-mingw32-x86_64.zip + InstallerSha256: 5E5CABE756E9D409FBFC647B9DA3144CF0C9FF52AFD7048AA7E94429993C51C6 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/g/GrangerHub/Tremulous/1.3.0.15/GrangerHub.Tremulous.locale.en-US.yaml b/manifests/g/GrangerHub/Tremulous/1.3.0.15/GrangerHub.Tremulous.locale.en-US.yaml new file mode 100644 index 0000000000000..5b0ab5f4cc886 --- /dev/null +++ b/manifests/g/GrangerHub/Tremulous/1.3.0.15/GrangerHub.Tremulous.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: GrangerHub.Tremulous +PackageVersion: 1.3.0.15 +PackageLocale: en-US +Publisher: GrangerHub +PublisherUrl: https://github.com/GrangerHub +PublisherSupportUrl: https://github.com/GrangerHub/tremulous/issues +Author: Cengiz Gunay +PackageName: Tremulous +PackageUrl: https://github.com/GrangerHub/tremulous +License: Tremulous License +LicenseUrl: https://github.com/GrangerHub/tremulous/blob/master/COPYING +Copyright: |- + Copyright (C) 2015-2019 GrangerHub + Copyright (C) 2005-2009 darklegion development +ShortDescription: |- + Free and open source asymmetric team-based first-person shooter with real-time strategy elements. +Description: |- + The game features two opposing teams: humans and aliens. Each team must attack the enemy’s base + and team members while defending their own base. +ReleaseNotesUrl: https://github.com/GrangerHub/tremulous/releases/tag/v1.3.0-alpha.0.15 +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/g/GrangerHub/Tremulous/1.3.0.15/GrangerHub.Tremulous.yaml b/manifests/g/GrangerHub/Tremulous/1.3.0.15/GrangerHub.Tremulous.yaml new file mode 100644 index 0000000000000..b2e06730a7cd2 --- /dev/null +++ b/manifests/g/GrangerHub/Tremulous/1.3.0.15/GrangerHub.Tremulous.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: GrangerHub.Tremulous +PackageVersion: 1.3.0.15 +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/git-cola/git-cola/4.11.0/git-cola.git-cola.installer.yaml b/manifests/g/git-cola/git-cola/4.11.0/git-cola.git-cola.installer.yaml new file mode 100644 index 0000000000000..5df42c4629e58 --- /dev/null +++ b/manifests/g/git-cola/git-cola/4.11.0/git-cola.git-cola.installer.yaml @@ -0,0 +1,25 @@ +# Created with komac v2.10.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: git-cola.git-cola +PackageVersion: 4.11.0 +InstallerLocale: en-US +InstallerType: zip +NestedInstallerType: nullsoft +NestedInstallerFiles: +- RelativeFilePath: git-cola-4.11.0.exe +InstallerSwitches: + Silent: /S +Dependencies: + PackageDependencies: + - PackageIdentifier: Git.Git +ProductCode: git-cola +ReleaseDate: 2025-01-27 +AppsAndFeaturesEntries: +- ProductCode: git-cola +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/git-cola/git-cola/releases/download/v4.11.0/git-cola-4.11.0.windows.zip + InstallerSha256: A81A561948841FE414BD602B74BC3F6F121123B685A2B11CA268544A847DEC80 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/g/git-cola/git-cola/4.11.0/git-cola.git-cola.locale.en-US.yaml b/manifests/g/git-cola/git-cola/4.11.0/git-cola.git-cola.locale.en-US.yaml new file mode 100644 index 0000000000000..7a81273a9359a --- /dev/null +++ b/manifests/g/git-cola/git-cola/4.11.0/git-cola.git-cola.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: git-cola.git-cola +PackageVersion: 4.11.0 +PackageLocale: en-US +Publisher: git-cola +PublisherUrl: https://github.com/git-cola +PackageName: git-cola +License: GPL-2.0 +ShortDescription: The highly caffeinated Git GUI +Description: |- + Git Cola is a sleek and powerful graphical user interface for Git. It is free + software and written in Python (v2 + v3). +Tags: +- cross-platform-gui +- git +- git-addons +- git-cola +- gui +- linux +- osx +- pyqt4 +- pyqt5 +- python +- qt5 +- qtpy +- rebase +- vcs +- visualization +- windows +# There's no need to specify the "InstallationNotes" any more. +# Dependency feature is officially supported by "winget.exe" itself. +# InstallationNotes: +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/g/git-cola/git-cola/4.11.0/git-cola.git-cola.yaml b/manifests/g/git-cola/git-cola/4.11.0/git-cola.git-cola.yaml new file mode 100644 index 0000000000000..34c36cadb9524 --- /dev/null +++ b/manifests/g/git-cola/git-cola/4.11.0/git-cola.git-cola.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: git-cola.git-cola +PackageVersion: 4.11.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/g/gokcehan/lf/r34/gokcehan.lf.installer.yaml b/manifests/g/gokcehan/lf/r34/gokcehan.lf.installer.yaml new file mode 100644 index 0000000000000..22d392323f0af --- /dev/null +++ b/manifests/g/gokcehan/lf/r34/gokcehan.lf.installer.yaml @@ -0,0 +1,19 @@ +# Created with WinGet Releaser using komac v2.10.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: gokcehan.lf +PackageVersion: r34 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: lf.exe +ReleaseDate: 2025-02-09 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/gokcehan/lf/releases/download/r34/lf-windows-386.zip + InstallerSha256: 147AE731ED8269374F2E4E7F82C15F531031FFD1D0C9A42999F4C4A739E461D2 +- Architecture: x64 + InstallerUrl: https://github.com/gokcehan/lf/releases/download/r34/lf-windows-amd64.zip + InstallerSha256: DEEF0536BBB9B90C784ACD738DB97BA0EB26A2F4466390B82B718C9C5D12CCBE +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/g/gokcehan/lf/r34/gokcehan.lf.locale.en-US.yaml b/manifests/g/gokcehan/lf/r34/gokcehan.lf.locale.en-US.yaml new file mode 100644 index 0000000000000..bfa6cbb1a4cdf --- /dev/null +++ b/manifests/g/gokcehan/lf/r34/gokcehan.lf.locale.en-US.yaml @@ -0,0 +1,26 @@ +# Created with WinGet Releaser using komac v2.10.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: gokcehan.lf +PackageVersion: r34 +PackageLocale: en-US +Publisher: Gökçehan Kara +PublisherUrl: https://gokcehan.github.io/ +PublisherSupportUrl: https://github.com/gokcehan/lf/issues +Author: Gökçehan Kara +PackageName: lf +PackageUrl: https://github.com/gokcehan/lf +License: MIT +LicenseUrl: https://github.com/gokcehan/lf/blob/HEAD/LICENSE +Copyright: Copyright (c) 2016 Gökçehan Kara +CopyrightUrl: https://github.com/gokcehan/lf/blob/master/LICENSE +ShortDescription: lf (as in "list files") is a terminal file manager written in Go with a heavy inspiration from ranger file manager. +Tags: +- go +- ranger +- tui +- vi +- vim +ReleaseNotesUrl: https://github.com/gokcehan/lf/releases/tag/r34 +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/g/gokcehan/lf/r34/gokcehan.lf.yaml b/manifests/g/gokcehan/lf/r34/gokcehan.lf.yaml new file mode 100644 index 0000000000000..1635295c71d58 --- /dev/null +++ b/manifests/g/gokcehan/lf/r34/gokcehan.lf.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.10.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: gokcehan.lf +PackageVersion: r34 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/g/goreleaser/goreleaser-pro/2.7.0/goreleaser.goreleaser-pro.installer.yaml b/manifests/g/goreleaser/goreleaser-pro/2.7.0/goreleaser.goreleaser-pro.installer.yaml new file mode 100644 index 0000000000000..585421c6c3162 --- /dev/null +++ b/manifests/g/goreleaser/goreleaser-pro/2.7.0/goreleaser.goreleaser-pro.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: goreleaser.goreleaser-pro +PackageVersion: 2.7.0 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2025-02-11" +Installers: + - Architecture: x86 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: goreleaser.exe + PortableCommandAlias: goreleaser + InstallerUrl: https://github.com/goreleaser/goreleaser-pro/releases/download/v2.7.0/goreleaser-pro_Windows_i386.zip + InstallerSha256: 8c42b40110f4d205f9f26b728c05614d84884e4c4ab04ad08b1a52c45c74df61 + UpgradeBehavior: uninstallPrevious + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: goreleaser.exe + PortableCommandAlias: goreleaser + InstallerUrl: https://github.com/goreleaser/goreleaser-pro/releases/download/v2.7.0/goreleaser-pro_Windows_x86_64.zip + InstallerSha256: 1008358158a8297aca155dd9b23118bf1d9d18cfb6c446f08c8380c3c988a4e3 + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/g/goreleaser/goreleaser-pro/2.7.0/goreleaser.goreleaser-pro.locale.en-US.yaml b/manifests/g/goreleaser/goreleaser-pro/2.7.0/goreleaser.goreleaser-pro.locale.en-US.yaml new file mode 100644 index 0000000000000..d23d7102a080e --- /dev/null +++ b/manifests/g/goreleaser/goreleaser-pro/2.7.0/goreleaser.goreleaser-pro.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: goreleaser.goreleaser-pro +PackageVersion: 2.7.0 +PackageLocale: en-US +Publisher: goreleaser +PackageName: goreleaser-pro +PackageUrl: https://goreleaser.com +License: Copyright Becker Software LTDA +Copyright: Becker Software LTDA +ShortDescription: Release engineering, simplified +Moniker: goreleaser-pro +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/g/goreleaser/goreleaser-pro/2.7.0/goreleaser.goreleaser-pro.yaml b/manifests/g/goreleaser/goreleaser-pro/2.7.0/goreleaser.goreleaser-pro.yaml new file mode 100644 index 0000000000000..50ae0e5a36f50 --- /dev/null +++ b/manifests/g/goreleaser/goreleaser-pro/2.7.0/goreleaser.goreleaser-pro.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: goreleaser.goreleaser-pro +PackageVersion: 2.7.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/g/goreleaser/goreleaser/2.7.0/goreleaser.goreleaser.installer.yaml b/manifests/g/goreleaser/goreleaser/2.7.0/goreleaser.goreleaser.installer.yaml new file mode 100644 index 0000000000000..9c4040a9e7f74 --- /dev/null +++ b/manifests/g/goreleaser/goreleaser/2.7.0/goreleaser.goreleaser.installer.yaml @@ -0,0 +1,34 @@ +# 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: goreleaser.goreleaser +PackageVersion: 2.7.0 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2025-02-11" +Installers: + - Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: goreleaser.exe + PortableCommandAlias: goreleaser + InstallerUrl: https://github.com/goreleaser/goreleaser/releases/download/v2.7.0/goreleaser_Windows_arm64.zip + InstallerSha256: d89ffed2d0aa3d25df6e8ca627e60c3d061945710b346539a03c45d9c7a68e04 + UpgradeBehavior: uninstallPrevious + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: goreleaser.exe + PortableCommandAlias: goreleaser + InstallerUrl: https://github.com/goreleaser/goreleaser/releases/download/v2.7.0/goreleaser_Windows_x86_64.zip + InstallerSha256: ceb6ea7136e4d5f166e1c3fa35cbb993e1fd50546a557c12731c90556633e5e1 + UpgradeBehavior: uninstallPrevious + - Architecture: x86 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: goreleaser.exe + PortableCommandAlias: goreleaser + InstallerUrl: https://github.com/goreleaser/goreleaser/releases/download/v2.7.0/goreleaser_Windows_i386.zip + InstallerSha256: efb5a24223c029935bcd2b135606ccb130302fdb91a6cdc7a4c18efd82015781 + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/g/goreleaser/goreleaser/2.7.0/goreleaser.goreleaser.locale.en-US.yaml b/manifests/g/goreleaser/goreleaser/2.7.0/goreleaser.goreleaser.locale.en-US.yaml new file mode 100644 index 0000000000000..54b8e3ddc2ec3 --- /dev/null +++ b/manifests/g/goreleaser/goreleaser/2.7.0/goreleaser.goreleaser.locale.en-US.yaml @@ -0,0 +1,13 @@ +# 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: goreleaser.goreleaser +PackageVersion: 2.7.0 +PackageLocale: en-US +Publisher: goreleaser +PackageName: goreleaser +PackageUrl: https://goreleaser.com +License: MIT +ShortDescription: Release engineering, simplified +Moniker: goreleaser +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/g/goreleaser/goreleaser/2.7.0/goreleaser.goreleaser.yaml b/manifests/g/goreleaser/goreleaser/2.7.0/goreleaser.goreleaser.yaml new file mode 100644 index 0000000000000..5eb9fdef2f074 --- /dev/null +++ b/manifests/g/goreleaser/goreleaser/2.7.0/goreleaser.goreleaser.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: goreleaser.goreleaser +PackageVersion: 2.7.0 +DefaultLocale: en-US +ManifestType: version +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/HTACG/tidy/5.8.0/HTACG.tidy.installer.yaml b/manifests/h/HTACG/tidy/5.8.0/HTACG.tidy.installer.yaml new file mode 100644 index 0000000000000..0ff6543fba47f --- /dev/null +++ b/manifests/h/HTACG/tidy/5.8.0/HTACG.tidy.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: HTACG.tidy +PackageVersion: 5.8.0 +InstallerType: nullsoft +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/htacg/tidy-html5/releases/download/5.8.0/tidy-5.8.0-win64.exe + InstallerSha256: 4202BAD43DCA64494F3968B8E0D2AF151755A02E04C3BFA280F0BC64A1377EEF +ManifestType: installer +ManifestVersion: 1.9.0 +ReleaseDate: 2021-07-16 diff --git a/manifests/h/HTACG/tidy/5.8.0/HTACG.tidy.locale.en-US.yaml b/manifests/h/HTACG/tidy/5.8.0/HTACG.tidy.locale.en-US.yaml new file mode 100644 index 0000000000000..67ac92b3af83d --- /dev/null +++ b/manifests/h/HTACG/tidy/5.8.0/HTACG.tidy.locale.en-US.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: HTACG.tidy +PackageVersion: 5.8.0 +PackageLocale: en-US +Publisher: HTML Tidy Advocacy Community Group +PublisherUrl: https://github.com/htacg +PublisherSupportUrl: https://github.com/htacg/tidy-html5/issues +PackageName: tidy-html5 +PackageUrl: https://github.com/htacg/tidy-html5 +License: Proprietary +ShortDescription: The granddaddy of HTML tools, with support for modern standards +ReleaseNotesUrl: https://github.com/htacg/tidy-html5/releases/tag/5.8.0 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/htacg/tidy-html5/wiki +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/h/HTACG/tidy/5.8.0/HTACG.tidy.yaml b/manifests/h/HTACG/tidy/5.8.0/HTACG.tidy.yaml new file mode 100644 index 0000000000000..3f38d5b4f4fbe --- /dev/null +++ b/manifests/h/HTACG/tidy/5.8.0/HTACG.tidy.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: HTACG.tidy +PackageVersion: 5.8.0 +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/Hibbiki/Chromium/133.0.6943.60/Hibbiki.Chromium.installer.yaml b/manifests/h/Hibbiki/Chromium/133.0.6943.60/Hibbiki.Chromium.installer.yaml new file mode 100644 index 0000000000000..cbd9696e584e0 --- /dev/null +++ b/manifests/h/Hibbiki/Chromium/133.0.6943.60/Hibbiki.Chromium.installer.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Hibbiki.Chromium +PackageVersion: 133.0.6943.60 +InstallerType: exe +InstallModes: +- silent +UpgradeBehavior: install +Protocols: +- http +- https +FileExtensions: +- htm +- html +- url +ReleaseDate: 2025-02-08 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/Hibbiki/chromium-win64/releases/download/v133.0.6943.60-r1402768/mini_installer.sync.exe + InstallerSha256: 6E2218DB8EC8C0BBA881F83D2F861B338FD12E097D193D1ADCFF150410C92578 + InstallerSwitches: + Silent: /silent /install + SilentWithProgress: /silent /install +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/Hibbiki/chromium-win64/releases/download/v133.0.6943.60-r1402768/mini_installer.sync.exe + InstallerSha256: 6E2218DB8EC8C0BBA881F83D2F861B338FD12E097D193D1ADCFF150410C92578 + InstallerSwitches: + Custom: --system-level +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/h/Hibbiki/Chromium/133.0.6943.60/Hibbiki.Chromium.locale.en-US.yaml b/manifests/h/Hibbiki/Chromium/133.0.6943.60/Hibbiki.Chromium.locale.en-US.yaml new file mode 100644 index 0000000000000..a7f985983da1b --- /dev/null +++ b/manifests/h/Hibbiki/Chromium/133.0.6943.60/Hibbiki.Chromium.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: Hibbiki.Chromium +PackageVersion: 133.0.6943.60 +PackageLocale: en-US +Publisher: The Chromium Authors +PublisherUrl: https://github.com/Hibbiki/chromium-win64 +Author: Hibbiki +PackageName: Chromium +PackageUrl: https://github.com/Hibbiki/chromium-win64 +License: BSD 3-Clause License +LicenseUrl: https://chromium.googlesource.com/chromium/src.git/+/refs/heads/master/LICENSE +Copyright: Copyright 2015 The Chromium Authors. All rights reserved. +CopyrightUrl: https://chromium.googlesource.com/chromium/src.git/+/refs/heads/master/LICENSE +ShortDescription: Stable Chromium build for Windows 64-bit, nothing fancy. +Tags: +- browser +- chromium +ReleaseNotes: 30c3e56e6299b473cc85eb4ab4aefc1b465fdeb5 ../out/x64/mini_installer.sync.exe 1baa721641888d84220876fceff4624213e5931c ../out/x64/chrome.sync.7z 55b69455fe1012aaac8dfdb1c8b7fda6a8b51302 ../out/x64/mini_installer.nosync.exe 330ba27fff9a38bd8cfa90c4958a00e294f11e48 ../out/x64/chrome.nosync.7z ad0d38e76dc6df16c77b6b96728a63a3fcc80433 ../out/noarch/policy_templates.zip +ReleaseNotesUrl: https://github.com/Hibbiki/chromium-win64/releases/tag/v133.0.6943.60-r1402768 +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/h/Hibbiki/Chromium/133.0.6943.60/Hibbiki.Chromium.yaml b/manifests/h/Hibbiki/Chromium/133.0.6943.60/Hibbiki.Chromium.yaml new file mode 100644 index 0000000000000..3c22021b81986 --- /dev/null +++ b/manifests/h/Hibbiki/Chromium/133.0.6943.60/Hibbiki.Chromium.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: Hibbiki.Chromium +PackageVersion: 133.0.6943.60 +DefaultLocale: en-US +ManifestType: version +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/HiroSystems/Clarinet/0.14.1/HiroSystems.Clarinet.installer.yaml b/manifests/h/HiroSystems/Clarinet/0.14.1/HiroSystems.Clarinet.installer.yaml index 6d3b15439d853..2591d1b710764 100644 --- a/manifests/h/HiroSystems/Clarinet/0.14.1/HiroSystems.Clarinet.installer.yaml +++ b/manifests/h/HiroSystems/Clarinet/0.14.1/HiroSystems.Clarinet.installer.yaml @@ -1,12 +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: HiroSystems.Clarinet PackageVersion: 0.14.1 +InstallerLocale: en-US +InstallerType: wix +Scope: machine Installers: -- InstallerLocale: en-US - Architecture: x64 - InstallerType: msi +- Architecture: x64 InstallerUrl: https://github.com/hirosystems/clarinet/releases/download/v0.14.1/clarinet-0.14.1-x86_64.msi InstallerSha256: 311162885122C8EE018DAF46EBBE283C6626DBBA4A426627F8AE1732385DBC87 - Scope: machine + ProductCode: '{57D12855-5D18-4AF2-A716-701D949CAB6D}' ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/0.14.1/HiroSystems.Clarinet.locale.en-US.yaml b/manifests/h/HiroSystems/Clarinet/0.14.1/HiroSystems.Clarinet.locale.en-US.yaml index 4b31165e572ee..e85b6e93fd936 100644 --- a/manifests/h/HiroSystems/Clarinet/0.14.1/HiroSystems.Clarinet.locale.en-US.yaml +++ b/manifests/h/HiroSystems/Clarinet/0.14.1/HiroSystems.Clarinet.locale.en-US.yaml @@ -1,21 +1,34 @@ -# 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: HiroSystems.Clarinet PackageVersion: 0.14.1 PackageLocale: en-US Publisher: Hiro Systems PublisherUrl: https://www.hiro.so/ +# PublisherSupportUrl: PrivacyUrl: https://www.hiro.so/p/terms-privacy +# Author: PackageName: clarinet PackageUrl: https://github.com/hirosystems/clarinet License: GPL-3.0 LicenseUrl: https://github.com/hirosystems/clarinet/blob/main/LICENSE +# Copyright: +# CopyrightUrl: ShortDescription: Command-line tool and runtime for the Clarity smart contract language. +# Description: +# Moniker: Tags: -- stacks - blockchain +- clarinet +- hiro - smart-contract - smart-contracts -- hiro -- clarinet +- stacks +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/0.14.1/HiroSystems.Clarinet.yaml b/manifests/h/HiroSystems/Clarinet/0.14.1/HiroSystems.Clarinet.yaml index 92c38075a3b94..f0ca8ccf77123 100644 --- a/manifests/h/HiroSystems/Clarinet/0.14.1/HiroSystems.Clarinet.yaml +++ b/manifests/h/HiroSystems/Clarinet/0.14.1/HiroSystems.Clarinet.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: HiroSystems.Clarinet PackageVersion: 0.14.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/0.14.2/HiroSystems.Clarinet.installer.yaml b/manifests/h/HiroSystems/Clarinet/0.14.2/HiroSystems.Clarinet.installer.yaml index 12bf5225f262a..22dc540fa1fc6 100644 --- a/manifests/h/HiroSystems/Clarinet/0.14.2/HiroSystems.Clarinet.installer.yaml +++ b/manifests/h/HiroSystems/Clarinet/0.14.2/HiroSystems.Clarinet.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: HiroSystems.Clarinet PackageVersion: 0.14.2 @@ -13,4 +13,4 @@ Installers: InstallerSha256: A3AFE8F6B02DCD53408E1BA3F86D864A16D449BF68191DEF1AC55F11897D548C ProductCode: '{FCE60B0D-5840-4A94-AFD8-EB782982BCD9}' ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/0.14.2/HiroSystems.Clarinet.locale.en-US.yaml b/manifests/h/HiroSystems/Clarinet/0.14.2/HiroSystems.Clarinet.locale.en-US.yaml index 6c46e6af67375..e842ccadc2348 100644 --- a/manifests/h/HiroSystems/Clarinet/0.14.2/HiroSystems.Clarinet.locale.en-US.yaml +++ b/manifests/h/HiroSystems/Clarinet/0.14.2/HiroSystems.Clarinet.locale.en-US.yaml @@ -1,23 +1,23 @@ -# 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: HiroSystems.Clarinet PackageVersion: 0.14.2 PackageLocale: en-US Publisher: Hiro Systems PublisherUrl: https://www.hiro.so/ -# PublisherSupportUrl: +# PublisherSupportUrl: PrivacyUrl: https://www.hiro.so/p/terms-privacy -# Author: +# Author: PackageName: clarinet PackageUrl: https://github.com/hirosystems/clarinet License: GPL-3.0 LicenseUrl: https://github.com/hirosystems/clarinet/blob/main/LICENSE -# Copyright: -# CopyrightUrl: +# Copyright: +# CopyrightUrl: ShortDescription: Command-line tool and runtime for the Clarity smart contract language. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - blockchain - clarinet @@ -25,11 +25,10 @@ Tags: - smart-contract - smart-contracts - stacks -# 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/h/HiroSystems/Clarinet/0.14.2/HiroSystems.Clarinet.yaml b/manifests/h/HiroSystems/Clarinet/0.14.2/HiroSystems.Clarinet.yaml index b8d78df531939..0d0194d93c9d2 100644 --- a/manifests/h/HiroSystems/Clarinet/0.14.2/HiroSystems.Clarinet.yaml +++ b/manifests/h/HiroSystems/Clarinet/0.14.2/HiroSystems.Clarinet.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: HiroSystems.Clarinet PackageVersion: 0.14.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/0.15.0/HiroSystems.Clarinet.installer.yaml b/manifests/h/HiroSystems/Clarinet/0.15.0/HiroSystems.Clarinet.installer.yaml index 10ed5cb054b15..bff005b1c3bfc 100644 --- a/manifests/h/HiroSystems/Clarinet/0.15.0/HiroSystems.Clarinet.installer.yaml +++ b/manifests/h/HiroSystems/Clarinet/0.15.0/HiroSystems.Clarinet.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: HiroSystems.Clarinet PackageVersion: 0.15.0 @@ -18,4 +18,4 @@ Installers: InstallerSha256: 3A1DB5D3C0A23ED4B2110BD001149D12863FAC46D86748ED438FC2F62F66D155 ProductCode: '{5AD6306B-6545-488B-A7E9-A42BBB9952A4}' ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/0.15.0/HiroSystems.Clarinet.locale.en-US.yaml b/manifests/h/HiroSystems/Clarinet/0.15.0/HiroSystems.Clarinet.locale.en-US.yaml index dc0d254b8ecff..4e3657d81da77 100644 --- a/manifests/h/HiroSystems/Clarinet/0.15.0/HiroSystems.Clarinet.locale.en-US.yaml +++ b/manifests/h/HiroSystems/Clarinet/0.15.0/HiroSystems.Clarinet.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: HiroSystems.Clarinet PackageVersion: 0.15.0 @@ -13,10 +13,10 @@ PackageName: clarinet PackageUrl: https://github.com/hirosystems/clarinet License: GNU General Public License v3.0 (GPLv3) LicenseUrl: https://raw.githubusercontent.com/hirosystems/clarinet/main/LICENSE -# Copyright: +# Copyright: CopyrightUrl: https://raw.githubusercontent.com/hirosystems/clarinet/main/LICENSE ShortDescription: Command-line tool and runtime for the Clarity smart contract language. -# Description: +# Description: Moniker: clarinet Tags: - blockchain @@ -25,11 +25,10 @@ Tags: - smart-contract - smart-contracts - stacks -# 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/h/HiroSystems/Clarinet/0.15.0/HiroSystems.Clarinet.yaml b/manifests/h/HiroSystems/Clarinet/0.15.0/HiroSystems.Clarinet.yaml index 0b20146f7b743..b776ae1e4c1b7 100644 --- a/manifests/h/HiroSystems/Clarinet/0.15.0/HiroSystems.Clarinet.yaml +++ b/manifests/h/HiroSystems/Clarinet/0.15.0/HiroSystems.Clarinet.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: HiroSystems.Clarinet PackageVersion: 0.15.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/0.15.1/HiroSystems.Clarinet.installer.yaml b/manifests/h/HiroSystems/Clarinet/0.15.1/HiroSystems.Clarinet.installer.yaml index d6e4eadafa7e9..da58be780bcc9 100644 --- a/manifests/h/HiroSystems/Clarinet/0.15.1/HiroSystems.Clarinet.installer.yaml +++ b/manifests/h/HiroSystems/Clarinet/0.15.1/HiroSystems.Clarinet.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: HiroSystems.Clarinet PackageVersion: 0.15.1 @@ -18,4 +18,4 @@ Installers: InstallerSha256: 946032F3506244F5C4DE502FB7D98139E1082D6251BDEF0B8B6E2A39C6B23F82 ProductCode: '{6212F5DC-7478-43A0-AD10-4301B7149504}' ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/0.15.1/HiroSystems.Clarinet.locale.en-US.yaml b/manifests/h/HiroSystems/Clarinet/0.15.1/HiroSystems.Clarinet.locale.en-US.yaml index 5122625cd00e2..8c92646ee9ecb 100644 --- a/manifests/h/HiroSystems/Clarinet/0.15.1/HiroSystems.Clarinet.locale.en-US.yaml +++ b/manifests/h/HiroSystems/Clarinet/0.15.1/HiroSystems.Clarinet.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: HiroSystems.Clarinet PackageVersion: 0.15.1 @@ -13,10 +13,10 @@ PackageName: clarinet PackageUrl: https://github.com/hirosystems/clarinet License: GNU General Public License v3.0 (GPLv3) LicenseUrl: https://raw.githubusercontent.com/hirosystems/clarinet/main/LICENSE -# Copyright: +# Copyright: CopyrightUrl: https://raw.githubusercontent.com/hirosystems/clarinet/main/LICENSE ShortDescription: Command-line tool and runtime for the Clarity smart contract language. -# Description: +# Description: Moniker: clarinet Tags: - blockchain @@ -25,11 +25,10 @@ Tags: - smart-contract - smart-contracts - stacks -# 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/h/HiroSystems/Clarinet/0.15.1/HiroSystems.Clarinet.yaml b/manifests/h/HiroSystems/Clarinet/0.15.1/HiroSystems.Clarinet.yaml index 4ef29d0c56f8d..ec209ce1a9c34 100644 --- a/manifests/h/HiroSystems/Clarinet/0.15.1/HiroSystems.Clarinet.yaml +++ b/manifests/h/HiroSystems/Clarinet/0.15.1/HiroSystems.Clarinet.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: HiroSystems.Clarinet PackageVersion: 0.15.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/0.15.2/HiroSystems.Clarinet.installer.yaml b/manifests/h/HiroSystems/Clarinet/0.15.2/HiroSystems.Clarinet.installer.yaml index cb2f1f01cec06..f7990f8124d87 100644 --- a/manifests/h/HiroSystems/Clarinet/0.15.2/HiroSystems.Clarinet.installer.yaml +++ b/manifests/h/HiroSystems/Clarinet/0.15.2/HiroSystems.Clarinet.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: HiroSystems.Clarinet PackageVersion: 0.15.2 +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/hirosystems/clarinet/releases/download/v0.15.2/clarinet-windows-x64.msi InstallerSha256: 8491DF1B9808FD8BA0BDA5CA0B1B73DCBBFF52AA95784A5B1CDCDBD02CA25B19 - UpgradeBehavior: install ProductCode: '{036206E2-F7DE-492A-907E-393AE1AA51FA}' ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/0.15.2/HiroSystems.Clarinet.locale.en-US.yaml b/manifests/h/HiroSystems/Clarinet/0.15.2/HiroSystems.Clarinet.locale.en-US.yaml index b0a506e8b7ea7..4a6ab910363b9 100644 --- a/manifests/h/HiroSystems/Clarinet/0.15.2/HiroSystems.Clarinet.locale.en-US.yaml +++ b/manifests/h/HiroSystems/Clarinet/0.15.2/HiroSystems.Clarinet.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: HiroSystems.Clarinet PackageVersion: 0.15.2 @@ -13,15 +13,22 @@ PackageName: clarinet PackageUrl: https://github.com/hirosystems/clarinet License: GNU General Public License v3.0 (GPLv3) LicenseUrl: https://raw.githubusercontent.com/hirosystems/clarinet/main/LICENSE +# Copyright: CopyrightUrl: https://raw.githubusercontent.com/hirosystems/clarinet/main/LICENSE ShortDescription: Command-line tool and runtime for the Clarity smart contract language. +# Description: Moniker: clarinet Tags: -- stacks - blockchain +- clarinet +- hiro - smart-contract - smart-contracts -- hiro -- clarinet +- stacks +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/0.15.2/HiroSystems.Clarinet.yaml b/manifests/h/HiroSystems/Clarinet/0.15.2/HiroSystems.Clarinet.yaml index 727161d78c2b2..20f1fc3613096 100644 --- a/manifests/h/HiroSystems/Clarinet/0.15.2/HiroSystems.Clarinet.yaml +++ b/manifests/h/HiroSystems/Clarinet/0.15.2/HiroSystems.Clarinet.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: HiroSystems.Clarinet PackageVersion: 0.15.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/0.15.4/HiroSystems.Clarinet.installer.yaml b/manifests/h/HiroSystems/Clarinet/0.15.4/HiroSystems.Clarinet.installer.yaml index 024c9410b0ba6..a02c104a2bbae 100644 --- a/manifests/h/HiroSystems/Clarinet/0.15.4/HiroSystems.Clarinet.installer.yaml +++ b/manifests/h/HiroSystems/Clarinet/0.15.4/HiroSystems.Clarinet.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: HiroSystems.Clarinet PackageVersion: 0.15.4 +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/hirosystems/clarinet/releases/download/v0.15.4/clarinet-windows-x64.msi InstallerSha256: BFC5BC642D54A483B56A0079C4EEC771A1EC90C17CF4DADC856E8C3B102FDBD3 - UpgradeBehavior: install ProductCode: '{B98B39D4-3EE3-4941-BCE9-5E024D3AF3CA}' ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/0.15.4/HiroSystems.Clarinet.locale.en-US.yaml b/manifests/h/HiroSystems/Clarinet/0.15.4/HiroSystems.Clarinet.locale.en-US.yaml index a9ce276a27b31..d80e3f86fbc02 100644 --- a/manifests/h/HiroSystems/Clarinet/0.15.4/HiroSystems.Clarinet.locale.en-US.yaml +++ b/manifests/h/HiroSystems/Clarinet/0.15.4/HiroSystems.Clarinet.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: HiroSystems.Clarinet PackageVersion: 0.15.4 @@ -13,15 +13,22 @@ PackageName: clarinet PackageUrl: https://github.com/hirosystems/clarinet License: GNU General Public License v3.0 (GPLv3) LicenseUrl: https://raw.githubusercontent.com/hirosystems/clarinet/main/LICENSE +# Copyright: CopyrightUrl: https://raw.githubusercontent.com/hirosystems/clarinet/main/LICENSE ShortDescription: Command-line tool and runtime for the Clarity smart contract language. +# Description: Moniker: clarinet Tags: -- stacks - blockchain +- clarinet +- hiro - smart-contract - smart-contracts -- hiro -- clarinet +- stacks +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/0.15.4/HiroSystems.Clarinet.yaml b/manifests/h/HiroSystems/Clarinet/0.15.4/HiroSystems.Clarinet.yaml index 8f35f30915137..c04849a7351f2 100644 --- a/manifests/h/HiroSystems/Clarinet/0.15.4/HiroSystems.Clarinet.yaml +++ b/manifests/h/HiroSystems/Clarinet/0.15.4/HiroSystems.Clarinet.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: HiroSystems.Clarinet PackageVersion: 0.15.4 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/0.16.0/HiroSystems.Clarinet.installer.yaml b/manifests/h/HiroSystems/Clarinet/0.16.0/HiroSystems.Clarinet.installer.yaml index 8d729b607f902..b1fc4fe406229 100644 --- a/manifests/h/HiroSystems/Clarinet/0.16.0/HiroSystems.Clarinet.installer.yaml +++ b/manifests/h/HiroSystems/Clarinet/0.16.0/HiroSystems.Clarinet.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: HiroSystems.Clarinet PackageVersion: 0.16.0 Platform: - Windows.Desktop MinimumOSVersion: 10.0.0.0 -InstallerType: msi +InstallerType: wix Scope: machine InstallModes: - interactive - silent - silentWithProgress UpgradeBehavior: install -ProductCode: '{6DDD2C7E-9345-44C1-A78C-0718951AC523}' Installers: - Architecture: x64 InstallerUrl: https://github.com/hirosystems/clarinet/releases/download/v0.16.0/clarinet-windows-x64.msi InstallerSha256: DB3AB8C86B6ABD2D6BC5B3C9B6965CF8E9593FD5F82D93F6BEDAB14A636CC731 + ProductCode: '{6DDD2C7E-9345-44C1-A78C-0718951AC523}' ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/0.16.0/HiroSystems.Clarinet.locale.en-US.yaml b/manifests/h/HiroSystems/Clarinet/0.16.0/HiroSystems.Clarinet.locale.en-US.yaml index c74d602714f59..6823c6dc52726 100644 --- a/manifests/h/HiroSystems/Clarinet/0.16.0/HiroSystems.Clarinet.locale.en-US.yaml +++ b/manifests/h/HiroSystems/Clarinet/0.16.0/HiroSystems.Clarinet.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: HiroSystems.Clarinet PackageVersion: 0.16.0 @@ -13,17 +13,22 @@ PackageName: clarinet PackageUrl: https://github.com/hirosystems/clarinet License: GNU General Public License v3.0 (GPLv3) LicenseUrl: https://raw.githubusercontent.com/hirosystems/clarinet/main/LICENSE -# Copyright: +# Copyright: CopyrightUrl: https://raw.githubusercontent.com/hirosystems/clarinet/main/LICENSE ShortDescription: Command-line tool and runtime for the Clarity smart contract language. Description: Clarinet is a Clarity runtime packaged as a command line tool, designed to facilitate smart contract understanding, development, testing and deployment. Clarinet consists of a Clarity REPL and a testing harness, which, when used together allow you to rapidly develop and test a Clarity smart contract, with the need to deploy the contract to a local devnet or testnet. Moniker: clarinet Tags: -- stacks - blockchain +- clarinet +- hiro - smart-contract - smart-contracts -- hiro -- clarinet +- stacks +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/0.16.0/HiroSystems.Clarinet.yaml b/manifests/h/HiroSystems/Clarinet/0.16.0/HiroSystems.Clarinet.yaml index 49ebfc8bc434c..50f065bc67b02 100644 --- a/manifests/h/HiroSystems/Clarinet/0.16.0/HiroSystems.Clarinet.yaml +++ b/manifests/h/HiroSystems/Clarinet/0.16.0/HiroSystems.Clarinet.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: HiroSystems.Clarinet PackageVersion: 0.16.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/0.17.0/HiroSystems.Clarinet.installer.yaml b/manifests/h/HiroSystems/Clarinet/0.17.0/HiroSystems.Clarinet.installer.yaml index 984b4f62710fa..4e32a8924ec82 100644 --- a/manifests/h/HiroSystems/Clarinet/0.17.0/HiroSystems.Clarinet.installer.yaml +++ b/manifests/h/HiroSystems/Clarinet/0.17.0/HiroSystems.Clarinet.installer.yaml @@ -1,22 +1,22 @@ -# 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: HiroSystems.Clarinet PackageVersion: 0.17.0 Platform: - Windows.Desktop MinimumOSVersion: 10.0.0.0 -InstallerType: msi +InstallerType: wix Scope: machine InstallModes: - interactive - silent - silentWithProgress UpgradeBehavior: install -ProductCode: '{51FE9831-BBB0-4AD4-A2EC-035F90DA7E5B}' Installers: - Architecture: x64 InstallerUrl: https://github.com/hirosystems/clarinet/releases/download/v0.17.0/clarinet-windows-x64.msi InstallerSha256: 981C6F0390E408F6F9B53FB43E66D0EEAE2745C87E92B122E993214412A5E5C6 + ProductCode: '{51FE9831-BBB0-4AD4-A2EC-035F90DA7E5B}' ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/0.17.0/HiroSystems.Clarinet.locale.en-US.yaml b/manifests/h/HiroSystems/Clarinet/0.17.0/HiroSystems.Clarinet.locale.en-US.yaml index ec141538162f1..a41b1d05bc80c 100644 --- a/manifests/h/HiroSystems/Clarinet/0.17.0/HiroSystems.Clarinet.locale.en-US.yaml +++ b/manifests/h/HiroSystems/Clarinet/0.17.0/HiroSystems.Clarinet.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: HiroSystems.Clarinet PackageVersion: 0.17.0 @@ -13,17 +13,22 @@ PackageName: clarinet PackageUrl: https://github.com/hirosystems/clarinet License: GNU General Public License v3.0 (GPLv3) LicenseUrl: https://raw.githubusercontent.com/hirosystems/clarinet/main/LICENSE -# Copyright: +# Copyright: CopyrightUrl: https://raw.githubusercontent.com/hirosystems/clarinet/main/LICENSE ShortDescription: Command-line tool and runtime for the Clarity smart contract language. Description: Clarinet is a Clarity runtime packaged as a command line tool, designed to facilitate smart contract understanding, development, testing and deployment. Clarinet consists of a Clarity REPL and a testing harness, which, when used together allow you to rapidly develop and test a Clarity smart contract, with the need to deploy the contract to a local devnet or testnet. Moniker: clarinet Tags: -- stacks - blockchain +- clarinet +- hiro - smart-contract - smart-contracts -- hiro -- clarinet +- stacks +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/0.17.0/HiroSystems.Clarinet.yaml b/manifests/h/HiroSystems/Clarinet/0.17.0/HiroSystems.Clarinet.yaml index d79667f6c2b38..08982098a8853 100644 --- a/manifests/h/HiroSystems/Clarinet/0.17.0/HiroSystems.Clarinet.yaml +++ b/manifests/h/HiroSystems/Clarinet/0.17.0/HiroSystems.Clarinet.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: HiroSystems.Clarinet PackageVersion: 0.17.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/0.18.0/HiroSystems.Clarinet.installer.yaml b/manifests/h/HiroSystems/Clarinet/0.18.0/HiroSystems.Clarinet.installer.yaml index c4b3e46f3a266..eb677bd9036ca 100644 --- a/manifests/h/HiroSystems/Clarinet/0.18.0/HiroSystems.Clarinet.installer.yaml +++ b/manifests/h/HiroSystems/Clarinet/0.18.0/HiroSystems.Clarinet.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: HiroSystems.Clarinet PackageVersion: 0.18.0 @@ -19,4 +19,4 @@ Installers: InstallerSha256: 5538F793BEA84907FEE2894627E108FB1D8BAF650FC8F6FEC189B200B3B52E97 ProductCode: '{A02D0E26-EDFD-4F42-B327-C2E0606C1843}' ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/0.18.0/HiroSystems.Clarinet.locale.en-US.yaml b/manifests/h/HiroSystems/Clarinet/0.18.0/HiroSystems.Clarinet.locale.en-US.yaml index 794a2c24ceb3b..69445c93f9ce1 100644 --- a/manifests/h/HiroSystems/Clarinet/0.18.0/HiroSystems.Clarinet.locale.en-US.yaml +++ b/manifests/h/HiroSystems/Clarinet/0.18.0/HiroSystems.Clarinet.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: HiroSystems.Clarinet PackageVersion: 0.18.0 @@ -25,11 +25,10 @@ Tags: - smart-contract - smart-contracts - stacks -# 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/h/HiroSystems/Clarinet/0.18.0/HiroSystems.Clarinet.yaml b/manifests/h/HiroSystems/Clarinet/0.18.0/HiroSystems.Clarinet.yaml index 148d1a7046b50..6aae02e00c749 100644 --- a/manifests/h/HiroSystems/Clarinet/0.18.0/HiroSystems.Clarinet.yaml +++ b/manifests/h/HiroSystems/Clarinet/0.18.0/HiroSystems.Clarinet.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: HiroSystems.Clarinet PackageVersion: 0.18.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/0.19.1/HiroSystems.Clarinet.installer.yaml b/manifests/h/HiroSystems/Clarinet/0.19.1/HiroSystems.Clarinet.installer.yaml index dc0fce0814b0e..0c01eba616a40 100644 --- a/manifests/h/HiroSystems/Clarinet/0.19.1/HiroSystems.Clarinet.installer.yaml +++ b/manifests/h/HiroSystems/Clarinet/0.19.1/HiroSystems.Clarinet.installer.yaml @@ -1,12 +1,12 @@ -# 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: HiroSystems.Clarinet PackageVersion: 0.19.1 Platform: - Windows.Desktop MinimumOSVersion: 10.0.0.0 -InstallerType: msi +InstallerType: wix Scope: machine InstallModes: - interactive @@ -19,4 +19,4 @@ Installers: InstallerSha256: 06CF9C4023965C2C4F0C5AF3861C7A0F6ADC19D6D15D68E5033EF49F6132E19E ProductCode: '{86928734-946E-4C19-BA40-2DDAA3143126}' ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/0.19.1/HiroSystems.Clarinet.locale.en-US.yaml b/manifests/h/HiroSystems/Clarinet/0.19.1/HiroSystems.Clarinet.locale.en-US.yaml index ab3e40a30c949..e3a93043f29a4 100644 --- a/manifests/h/HiroSystems/Clarinet/0.19.1/HiroSystems.Clarinet.locale.en-US.yaml +++ b/manifests/h/HiroSystems/Clarinet/0.19.1/HiroSystems.Clarinet.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: HiroSystems.Clarinet PackageVersion: 0.19.1 @@ -25,8 +25,10 @@ Tags: - smart-contract - smart-contracts - stacks -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/0.19.1/HiroSystems.Clarinet.yaml b/manifests/h/HiroSystems/Clarinet/0.19.1/HiroSystems.Clarinet.yaml index dd7cd3294e3a4..f87d747f2a5a6 100644 --- a/manifests/h/HiroSystems/Clarinet/0.19.1/HiroSystems.Clarinet.yaml +++ b/manifests/h/HiroSystems/Clarinet/0.19.1/HiroSystems.Clarinet.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: HiroSystems.Clarinet PackageVersion: 0.19.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/0.20.0/HiroSystems.Clarinet.installer.yaml b/manifests/h/HiroSystems/Clarinet/0.20.0/HiroSystems.Clarinet.installer.yaml index ff88d51f88782..e103044aeb09a 100644 --- a/manifests/h/HiroSystems/Clarinet/0.20.0/HiroSystems.Clarinet.installer.yaml +++ b/manifests/h/HiroSystems/Clarinet/0.20.0/HiroSystems.Clarinet.installer.yaml @@ -1,12 +1,12 @@ -# 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: HiroSystems.Clarinet PackageVersion: 0.20.0 Platform: - Windows.Desktop MinimumOSVersion: 10.0.0.0 -InstallerType: msi +InstallerType: wix Scope: machine InstallModes: - interactive @@ -19,4 +19,4 @@ Installers: InstallerSha256: D6BB9CC37116053156BF06CAC3AEE3190C7354F01C190FE3FDE6E4B91B757582 ProductCode: '{A2489B1B-0484-4636-96A9-1F355C0A0672}' ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/0.20.0/HiroSystems.Clarinet.locale.en-US.yaml b/manifests/h/HiroSystems/Clarinet/0.20.0/HiroSystems.Clarinet.locale.en-US.yaml index fe454b9b8fa3e..5276f8cefcca1 100644 --- a/manifests/h/HiroSystems/Clarinet/0.20.0/HiroSystems.Clarinet.locale.en-US.yaml +++ b/manifests/h/HiroSystems/Clarinet/0.20.0/HiroSystems.Clarinet.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: HiroSystems.Clarinet PackageVersion: 0.20.0 @@ -25,8 +25,10 @@ Tags: - smart-contract - smart-contracts - stacks -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/0.20.0/HiroSystems.Clarinet.yaml b/manifests/h/HiroSystems/Clarinet/0.20.0/HiroSystems.Clarinet.yaml index c642143e8a0ee..15430f2840876 100644 --- a/manifests/h/HiroSystems/Clarinet/0.20.0/HiroSystems.Clarinet.yaml +++ b/manifests/h/HiroSystems/Clarinet/0.20.0/HiroSystems.Clarinet.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: HiroSystems.Clarinet PackageVersion: 0.20.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/0.21.0/HiroSystems.Clarinet.installer.yaml b/manifests/h/HiroSystems/Clarinet/0.21.0/HiroSystems.Clarinet.installer.yaml index 773b457e7295d..8bb33c5b49f0f 100644 --- a/manifests/h/HiroSystems/Clarinet/0.21.0/HiroSystems.Clarinet.installer.yaml +++ b/manifests/h/HiroSystems/Clarinet/0.21.0/HiroSystems.Clarinet.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: HiroSystems.Clarinet PackageVersion: 0.21.0 @@ -19,4 +19,4 @@ Installers: InstallerSha256: EFB92674BB654AD3EAA9E811090FD9CBA5869FEAC7B78A65245F5BC74594009A ProductCode: '{4FD487A7-1B79-4250-A2F5-7FF6EF89EE19}' ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/0.21.0/HiroSystems.Clarinet.locale.en-US.yaml b/manifests/h/HiroSystems/Clarinet/0.21.0/HiroSystems.Clarinet.locale.en-US.yaml index 0962af37b7ea5..096ca010e8cb1 100644 --- a/manifests/h/HiroSystems/Clarinet/0.21.0/HiroSystems.Clarinet.locale.en-US.yaml +++ b/manifests/h/HiroSystems/Clarinet/0.21.0/HiroSystems.Clarinet.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: HiroSystems.Clarinet PackageVersion: 0.21.0 @@ -25,11 +25,10 @@ Tags: - smart-contract - smart-contracts - stacks -# 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/h/HiroSystems/Clarinet/0.21.0/HiroSystems.Clarinet.yaml b/manifests/h/HiroSystems/Clarinet/0.21.0/HiroSystems.Clarinet.yaml index 97239b6c5aa1f..465aca5f63c5b 100644 --- a/manifests/h/HiroSystems/Clarinet/0.21.0/HiroSystems.Clarinet.yaml +++ b/manifests/h/HiroSystems/Clarinet/0.21.0/HiroSystems.Clarinet.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: HiroSystems.Clarinet PackageVersion: 0.21.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/0.21.1/HiroSystems.Clarinet.installer.yaml b/manifests/h/HiroSystems/Clarinet/0.21.1/HiroSystems.Clarinet.installer.yaml index 8ba52dc8fe201..a9f448d188b5b 100644 --- a/manifests/h/HiroSystems/Clarinet/0.21.1/HiroSystems.Clarinet.installer.yaml +++ b/manifests/h/HiroSystems/Clarinet/0.21.1/HiroSystems.Clarinet.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: HiroSystems.Clarinet PackageVersion: 0.21.1 @@ -19,4 +19,4 @@ Installers: InstallerSha256: FD256AF9F7B2599FD14325D90ABF56CEC50F8D4FBE6018B82487972335C35259 ProductCode: '{43C14C6E-9024-4152-8315-0D75731D330D}' ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/0.21.1/HiroSystems.Clarinet.locale.en-US.yaml b/manifests/h/HiroSystems/Clarinet/0.21.1/HiroSystems.Clarinet.locale.en-US.yaml index cd2cc2d914332..c28d72d5ddf35 100644 --- a/manifests/h/HiroSystems/Clarinet/0.21.1/HiroSystems.Clarinet.locale.en-US.yaml +++ b/manifests/h/HiroSystems/Clarinet/0.21.1/HiroSystems.Clarinet.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: HiroSystems.Clarinet PackageVersion: 0.21.1 @@ -25,11 +25,10 @@ Tags: - smart-contract - smart-contracts - stacks -# 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/h/HiroSystems/Clarinet/0.21.1/HiroSystems.Clarinet.yaml b/manifests/h/HiroSystems/Clarinet/0.21.1/HiroSystems.Clarinet.yaml index 085344330457f..a8e570bfb9181 100644 --- a/manifests/h/HiroSystems/Clarinet/0.21.1/HiroSystems.Clarinet.yaml +++ b/manifests/h/HiroSystems/Clarinet/0.21.1/HiroSystems.Clarinet.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: HiroSystems.Clarinet PackageVersion: 0.21.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/0.21.2/HiroSystems.Clarinet.installer.yaml b/manifests/h/HiroSystems/Clarinet/0.21.2/HiroSystems.Clarinet.installer.yaml index f9973ad7e2aee..3f3264d95ac14 100644 --- a/manifests/h/HiroSystems/Clarinet/0.21.2/HiroSystems.Clarinet.installer.yaml +++ b/manifests/h/HiroSystems/Clarinet/0.21.2/HiroSystems.Clarinet.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: HiroSystems.Clarinet PackageVersion: 0.21.2 @@ -19,4 +19,4 @@ Installers: InstallerSha256: C84A2E8F6FDF1ECD9DC4EBD54A2506FF2964187E498A395119336CD6BA140271 ProductCode: '{7B23B8E2-4536-467B-A948-8CF8171C919E}' ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/0.21.2/HiroSystems.Clarinet.locale.en-US.yaml b/manifests/h/HiroSystems/Clarinet/0.21.2/HiroSystems.Clarinet.locale.en-US.yaml index 85a5202bd234c..0f43f4668aa8c 100644 --- a/manifests/h/HiroSystems/Clarinet/0.21.2/HiroSystems.Clarinet.locale.en-US.yaml +++ b/manifests/h/HiroSystems/Clarinet/0.21.2/HiroSystems.Clarinet.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: HiroSystems.Clarinet PackageVersion: 0.21.2 @@ -25,11 +25,10 @@ Tags: - smart-contract - smart-contracts - stacks -# 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/h/HiroSystems/Clarinet/0.21.2/HiroSystems.Clarinet.yaml b/manifests/h/HiroSystems/Clarinet/0.21.2/HiroSystems.Clarinet.yaml index e98130dac8243..fa31e7bae8333 100644 --- a/manifests/h/HiroSystems/Clarinet/0.21.2/HiroSystems.Clarinet.yaml +++ b/manifests/h/HiroSystems/Clarinet/0.21.2/HiroSystems.Clarinet.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: HiroSystems.Clarinet PackageVersion: 0.21.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/0.22.0/HiroSystems.Clarinet.installer.yaml b/manifests/h/HiroSystems/Clarinet/0.22.0/HiroSystems.Clarinet.installer.yaml index e2726effb2f96..f631382e41394 100644 --- a/manifests/h/HiroSystems/Clarinet/0.22.0/HiroSystems.Clarinet.installer.yaml +++ b/manifests/h/HiroSystems/Clarinet/0.22.0/HiroSystems.Clarinet.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: HiroSystems.Clarinet PackageVersion: 0.22.0 @@ -19,4 +19,4 @@ Installers: InstallerSha256: DE55D2077335CC4835B0FB3D243AB08FF403FD49AE384040B1CA7CCCE5EECB84 ProductCode: '{88248A1B-E046-4ECD-B4BF-223521384EA0}' ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/0.22.0/HiroSystems.Clarinet.locale.en-US.yaml b/manifests/h/HiroSystems/Clarinet/0.22.0/HiroSystems.Clarinet.locale.en-US.yaml index 30be112ea8fb8..2231b2cbd5063 100644 --- a/manifests/h/HiroSystems/Clarinet/0.22.0/HiroSystems.Clarinet.locale.en-US.yaml +++ b/manifests/h/HiroSystems/Clarinet/0.22.0/HiroSystems.Clarinet.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: HiroSystems.Clarinet PackageVersion: 0.22.0 @@ -25,11 +25,10 @@ Tags: - smart-contract - smart-contracts - stacks -# 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/h/HiroSystems/Clarinet/0.22.0/HiroSystems.Clarinet.yaml b/manifests/h/HiroSystems/Clarinet/0.22.0/HiroSystems.Clarinet.yaml index cdefea5293011..78bd27139efa9 100644 --- a/manifests/h/HiroSystems/Clarinet/0.22.0/HiroSystems.Clarinet.yaml +++ b/manifests/h/HiroSystems/Clarinet/0.22.0/HiroSystems.Clarinet.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: HiroSystems.Clarinet PackageVersion: 0.22.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/0.23.0/HiroSystems.Clarinet.installer.yaml b/manifests/h/HiroSystems/Clarinet/0.23.0/HiroSystems.Clarinet.installer.yaml index cec5458e8d159..65359d306f9c8 100644 --- a/manifests/h/HiroSystems/Clarinet/0.23.0/HiroSystems.Clarinet.installer.yaml +++ b/manifests/h/HiroSystems/Clarinet/0.23.0/HiroSystems.Clarinet.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: HiroSystems.Clarinet PackageVersion: 0.23.0 @@ -19,4 +19,4 @@ Installers: InstallerSha256: B5087F23C0D83FAD64DCAED222C584687281839B69FF30FF45942942FBC5AF79 ProductCode: '{05E3F479-EE3B-42D5-A4DE-92CEC4CD909C}' ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/0.23.0/HiroSystems.Clarinet.locale.en-US.yaml b/manifests/h/HiroSystems/Clarinet/0.23.0/HiroSystems.Clarinet.locale.en-US.yaml index c06320fb633a2..6fffd7d15e6b2 100644 --- a/manifests/h/HiroSystems/Clarinet/0.23.0/HiroSystems.Clarinet.locale.en-US.yaml +++ b/manifests/h/HiroSystems/Clarinet/0.23.0/HiroSystems.Clarinet.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: HiroSystems.Clarinet PackageVersion: 0.23.0 @@ -25,11 +25,10 @@ Tags: - smart-contract - smart-contracts - stacks -# 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/h/HiroSystems/Clarinet/0.23.0/HiroSystems.Clarinet.yaml b/manifests/h/HiroSystems/Clarinet/0.23.0/HiroSystems.Clarinet.yaml index aea6b4e7f5f3b..077d7f96f9831 100644 --- a/manifests/h/HiroSystems/Clarinet/0.23.0/HiroSystems.Clarinet.yaml +++ b/manifests/h/HiroSystems/Clarinet/0.23.0/HiroSystems.Clarinet.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: HiroSystems.Clarinet PackageVersion: 0.23.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/0.23.1/HiroSystems.Clarinet.installer.yaml b/manifests/h/HiroSystems/Clarinet/0.23.1/HiroSystems.Clarinet.installer.yaml index 9ddeaf8a631b6..1aacafbff057f 100644 --- a/manifests/h/HiroSystems/Clarinet/0.23.1/HiroSystems.Clarinet.installer.yaml +++ b/manifests/h/HiroSystems/Clarinet/0.23.1/HiroSystems.Clarinet.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: HiroSystems.Clarinet PackageVersion: 0.23.1 @@ -19,4 +19,4 @@ Installers: InstallerSha256: 8EA1431689E84499C75EF598CF13CE5EB09F3F14971A72750F8F596189B7CF0A ProductCode: '{BB21C5E3-FC02-4375-881A-1EE006DC6E28}' ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/0.23.1/HiroSystems.Clarinet.locale.en-US.yaml b/manifests/h/HiroSystems/Clarinet/0.23.1/HiroSystems.Clarinet.locale.en-US.yaml index 1c7b5973295a1..540f6eef18ce7 100644 --- a/manifests/h/HiroSystems/Clarinet/0.23.1/HiroSystems.Clarinet.locale.en-US.yaml +++ b/manifests/h/HiroSystems/Clarinet/0.23.1/HiroSystems.Clarinet.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: HiroSystems.Clarinet PackageVersion: 0.23.1 @@ -25,11 +25,10 @@ Tags: - smart-contract - smart-contracts - stacks -# 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/h/HiroSystems/Clarinet/0.23.1/HiroSystems.Clarinet.yaml b/manifests/h/HiroSystems/Clarinet/0.23.1/HiroSystems.Clarinet.yaml index 19fc1041fa978..8f9de17bd809e 100644 --- a/manifests/h/HiroSystems/Clarinet/0.23.1/HiroSystems.Clarinet.yaml +++ b/manifests/h/HiroSystems/Clarinet/0.23.1/HiroSystems.Clarinet.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: HiroSystems.Clarinet PackageVersion: 0.23.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/0.24.0/HiroSystems.Clarinet.installer.yaml b/manifests/h/HiroSystems/Clarinet/0.24.0/HiroSystems.Clarinet.installer.yaml index 0389a9373733b..d405460364eef 100644 --- a/manifests/h/HiroSystems/Clarinet/0.24.0/HiroSystems.Clarinet.installer.yaml +++ b/manifests/h/HiroSystems/Clarinet/0.24.0/HiroSystems.Clarinet.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: HiroSystems.Clarinet PackageVersion: 0.24.0 @@ -19,4 +19,4 @@ Installers: InstallerSha256: CF1617B3AB9A1D0F02E58AACC7A6595EA07FFAA496D181DF3BE417FE8AD229E3 ProductCode: '{5D3DAC72-1607-4A67-A9A4-D7A9940D4887}' ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/0.24.0/HiroSystems.Clarinet.locale.en-US.yaml b/manifests/h/HiroSystems/Clarinet/0.24.0/HiroSystems.Clarinet.locale.en-US.yaml index 36d6d74bce2a1..d2ae6a6966ec3 100644 --- a/manifests/h/HiroSystems/Clarinet/0.24.0/HiroSystems.Clarinet.locale.en-US.yaml +++ b/manifests/h/HiroSystems/Clarinet/0.24.0/HiroSystems.Clarinet.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: HiroSystems.Clarinet PackageVersion: 0.24.0 @@ -25,11 +25,10 @@ Tags: - smart-contract - smart-contracts - stacks -# 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/h/HiroSystems/Clarinet/0.24.0/HiroSystems.Clarinet.yaml b/manifests/h/HiroSystems/Clarinet/0.24.0/HiroSystems.Clarinet.yaml index c3a8df56aa32b..b07c565f19a68 100644 --- a/manifests/h/HiroSystems/Clarinet/0.24.0/HiroSystems.Clarinet.yaml +++ b/manifests/h/HiroSystems/Clarinet/0.24.0/HiroSystems.Clarinet.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: HiroSystems.Clarinet PackageVersion: 0.24.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/0.25.1/HiroSystems.Clarinet.installer.yaml b/manifests/h/HiroSystems/Clarinet/0.25.1/HiroSystems.Clarinet.installer.yaml index 07fc806f11833..342ecfeee18ac 100644 --- a/manifests/h/HiroSystems/Clarinet/0.25.1/HiroSystems.Clarinet.installer.yaml +++ b/manifests/h/HiroSystems/Clarinet/0.25.1/HiroSystems.Clarinet.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: HiroSystems.Clarinet PackageVersion: 0.25.1 @@ -19,4 +19,4 @@ Installers: InstallerSha256: E18D442A7DF7D64A81B31EAB618F1BE582598C946224DA85D046DD5320F52751 ProductCode: '{8D39B0EC-D384-4791-BCF9-96561EC5B775}' ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/0.25.1/HiroSystems.Clarinet.locale.en-US.yaml b/manifests/h/HiroSystems/Clarinet/0.25.1/HiroSystems.Clarinet.locale.en-US.yaml index 0f6ff57e341bc..92425d20c31a8 100644 --- a/manifests/h/HiroSystems/Clarinet/0.25.1/HiroSystems.Clarinet.locale.en-US.yaml +++ b/manifests/h/HiroSystems/Clarinet/0.25.1/HiroSystems.Clarinet.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: HiroSystems.Clarinet PackageVersion: 0.25.1 @@ -25,11 +25,10 @@ Tags: - smart-contract - smart-contracts - stacks -# 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/h/HiroSystems/Clarinet/0.25.1/HiroSystems.Clarinet.yaml b/manifests/h/HiroSystems/Clarinet/0.25.1/HiroSystems.Clarinet.yaml index 1c2604f680988..1b33e372060de 100644 --- a/manifests/h/HiroSystems/Clarinet/0.25.1/HiroSystems.Clarinet.yaml +++ b/manifests/h/HiroSystems/Clarinet/0.25.1/HiroSystems.Clarinet.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: HiroSystems.Clarinet PackageVersion: 0.25.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/0.26.0/HiroSystems.Clarinet.installer.yaml b/manifests/h/HiroSystems/Clarinet/0.26.0/HiroSystems.Clarinet.installer.yaml index 242e0b1606268..b1b9976f6bff9 100644 --- a/manifests/h/HiroSystems/Clarinet/0.26.0/HiroSystems.Clarinet.installer.yaml +++ b/manifests/h/HiroSystems/Clarinet/0.26.0/HiroSystems.Clarinet.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: HiroSystems.Clarinet PackageVersion: 0.26.0 @@ -19,4 +19,4 @@ Installers: InstallerSha256: ADE105FA878792BB35A2457E6CBF4831C3733950EA5527F4F17767331091A9FF ProductCode: '{490F6BD7-7A06-4585-8DAF-1A2625DB4030}' ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/0.26.0/HiroSystems.Clarinet.locale.en-US.yaml b/manifests/h/HiroSystems/Clarinet/0.26.0/HiroSystems.Clarinet.locale.en-US.yaml index 95c7b58ee6d74..f1849900e6ee3 100644 --- a/manifests/h/HiroSystems/Clarinet/0.26.0/HiroSystems.Clarinet.locale.en-US.yaml +++ b/manifests/h/HiroSystems/Clarinet/0.26.0/HiroSystems.Clarinet.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: HiroSystems.Clarinet PackageVersion: 0.26.0 @@ -25,8 +25,10 @@ Tags: - smart-contract - smart-contracts - stacks -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/0.26.0/HiroSystems.Clarinet.yaml b/manifests/h/HiroSystems/Clarinet/0.26.0/HiroSystems.Clarinet.yaml index 67fe91b3fcbc5..fb3aeff727597 100644 --- a/manifests/h/HiroSystems/Clarinet/0.26.0/HiroSystems.Clarinet.yaml +++ b/manifests/h/HiroSystems/Clarinet/0.26.0/HiroSystems.Clarinet.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: HiroSystems.Clarinet PackageVersion: 0.26.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/0.26.1/HiroSystems.Clarinet.installer.yaml b/manifests/h/HiroSystems/Clarinet/0.26.1/HiroSystems.Clarinet.installer.yaml index 338eef82c7d99..e1e0b0d8a2d28 100644 --- a/manifests/h/HiroSystems/Clarinet/0.26.1/HiroSystems.Clarinet.installer.yaml +++ b/manifests/h/HiroSystems/Clarinet/0.26.1/HiroSystems.Clarinet.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: HiroSystems.Clarinet PackageVersion: 0.26.1 @@ -19,4 +19,4 @@ Installers: InstallerSha256: 31842CE8695A5C9B74785DC2025CEE6A409386C921480360692ABD9D4EFDCA0E ProductCode: '{99A77CB3-C090-4D4F-8E09-0DFBAA935F0C}' ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/0.26.1/HiroSystems.Clarinet.locale.en-US.yaml b/manifests/h/HiroSystems/Clarinet/0.26.1/HiroSystems.Clarinet.locale.en-US.yaml index 097e460047eeb..a4888122ec5b8 100644 --- a/manifests/h/HiroSystems/Clarinet/0.26.1/HiroSystems.Clarinet.locale.en-US.yaml +++ b/manifests/h/HiroSystems/Clarinet/0.26.1/HiroSystems.Clarinet.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: HiroSystems.Clarinet PackageVersion: 0.26.1 @@ -25,11 +25,10 @@ Tags: - smart-contract - smart-contracts - stacks -# 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/h/HiroSystems/Clarinet/0.26.1/HiroSystems.Clarinet.yaml b/manifests/h/HiroSystems/Clarinet/0.26.1/HiroSystems.Clarinet.yaml index 5a55e9c24f97d..6397e1cb96f04 100644 --- a/manifests/h/HiroSystems/Clarinet/0.26.1/HiroSystems.Clarinet.yaml +++ b/manifests/h/HiroSystems/Clarinet/0.26.1/HiroSystems.Clarinet.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: HiroSystems.Clarinet PackageVersion: 0.26.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/0.27.0/HiroSystems.Clarinet.installer.yaml b/manifests/h/HiroSystems/Clarinet/0.27.0/HiroSystems.Clarinet.installer.yaml index dc0353135e8ad..692b9d3a40356 100644 --- a/manifests/h/HiroSystems/Clarinet/0.27.0/HiroSystems.Clarinet.installer.yaml +++ b/manifests/h/HiroSystems/Clarinet/0.27.0/HiroSystems.Clarinet.installer.yaml @@ -1,24 +1,23 @@ -# 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: HiroSystems.Clarinet PackageVersion: 0.27.0 Platform: - Windows.Desktop MinimumOSVersion: 10.0.0.0 +InstallerType: wix Scope: machine InstallModes: - interactive - silent - silentWithProgress UpgradeBehavior: install +ReleaseDate: 2022-02-24 Installers: - Architecture: x64 - InstallerType: wix InstallerUrl: https://github.com/hirosystems/clarinet/releases/download/v0.27.0/clarinet-windows-x64.msi InstallerSha256: 884DF108DA82051D81DA9CB2246245DEA5912964928D763AAD05108E947699FB ProductCode: '{AE2129E2-89BA-465A-9828-D2CDFDCB8DA1}' ManifestType: installer -ManifestVersion: 1.1.0 -ReleaseDate: 2022-02-24 - +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/0.27.0/HiroSystems.Clarinet.locale.en-US.yaml b/manifests/h/HiroSystems/Clarinet/0.27.0/HiroSystems.Clarinet.locale.en-US.yaml index 94f7c464d606d..69e0d7fdcb4dd 100644 --- a/manifests/h/HiroSystems/Clarinet/0.27.0/HiroSystems.Clarinet.locale.en-US.yaml +++ b/manifests/h/HiroSystems/Clarinet/0.27.0/HiroSystems.Clarinet.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: HiroSystems.Clarinet PackageVersion: 0.27.0 @@ -23,7 +23,10 @@ Tags: - cli - command-line - stacks +# ReleaseNotes: ReleaseNotesUrl: https://github.com/hirosystems/clarinet/releases/tag/v0.27.0 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/0.27.0/HiroSystems.Clarinet.yaml b/manifests/h/HiroSystems/Clarinet/0.27.0/HiroSystems.Clarinet.yaml index 187ce688a6964..28594803d58db 100644 --- a/manifests/h/HiroSystems/Clarinet/0.27.0/HiroSystems.Clarinet.yaml +++ b/manifests/h/HiroSystems/Clarinet/0.27.0/HiroSystems.Clarinet.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: HiroSystems.Clarinet PackageVersion: 0.27.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/0.28.0/HiroSystems.Clarinet.installer.yaml b/manifests/h/HiroSystems/Clarinet/0.28.0/HiroSystems.Clarinet.installer.yaml index cd3652b6b34d3..6df5d09fb2dc9 100644 --- a/manifests/h/HiroSystems/Clarinet/0.28.0/HiroSystems.Clarinet.installer.yaml +++ b/manifests/h/HiroSystems/Clarinet/0.28.0/HiroSystems.Clarinet.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: HiroSystems.Clarinet PackageVersion: 0.28.0 @@ -19,4 +19,4 @@ Installers: InstallerSha256: EC3F6DA4C7D515F73A197D94C8E8B581858708C6BA436A0E51675FF12AA6436D ProductCode: '{4996E4AB-C96B-4AF0-802F-F444E3F5D669}' ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/0.28.0/HiroSystems.Clarinet.locale.en-US.yaml b/manifests/h/HiroSystems/Clarinet/0.28.0/HiroSystems.Clarinet.locale.en-US.yaml index 64265627cdf73..f678d1cc02a65 100644 --- a/manifests/h/HiroSystems/Clarinet/0.28.0/HiroSystems.Clarinet.locale.en-US.yaml +++ b/manifests/h/HiroSystems/Clarinet/0.28.0/HiroSystems.Clarinet.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: HiroSystems.Clarinet PackageVersion: 0.28.0 @@ -23,11 +23,10 @@ Tags: - cli - command-line - stacks -# 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/h/HiroSystems/Clarinet/0.28.0/HiroSystems.Clarinet.yaml b/manifests/h/HiroSystems/Clarinet/0.28.0/HiroSystems.Clarinet.yaml index 8a5e6a58040d0..a75301ef31962 100644 --- a/manifests/h/HiroSystems/Clarinet/0.28.0/HiroSystems.Clarinet.yaml +++ b/manifests/h/HiroSystems/Clarinet/0.28.0/HiroSystems.Clarinet.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: HiroSystems.Clarinet PackageVersion: 0.28.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/0.28.1/HiroSystems.Clarinet.installer.yaml b/manifests/h/HiroSystems/Clarinet/0.28.1/HiroSystems.Clarinet.installer.yaml index 0dc8203ee758b..389b7a4185594 100644 --- a/manifests/h/HiroSystems/Clarinet/0.28.1/HiroSystems.Clarinet.installer.yaml +++ b/manifests/h/HiroSystems/Clarinet/0.28.1/HiroSystems.Clarinet.installer.yaml @@ -1,11 +1,12 @@ -# Created using wingetcreate 1.0.3.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: HiroSystems.Clarinet PackageVersion: 0.28.1 Platform: - Windows.Desktop MinimumOSVersion: 10.0.0.0 +InstallerType: wix Scope: machine InstallModes: - interactive @@ -14,10 +15,8 @@ InstallModes: UpgradeBehavior: install Installers: - Architecture: x64 - InstallerType: wix InstallerUrl: https://github.com/hirosystems/clarinet/releases/download/v0.28.1/clarinet-windows-x64.msi InstallerSha256: EB45AA8ADDAF212B89B88BEA997951EF17BF520796EE72EA01160BCDEF71ED99 ProductCode: '{B817662C-8A6B-47DC-9FC0-BF6219414CC1}' ManifestType: installer -ManifestVersion: 1.1.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/0.28.1/HiroSystems.Clarinet.locale.en-US.yaml b/manifests/h/HiroSystems/Clarinet/0.28.1/HiroSystems.Clarinet.locale.en-US.yaml index 90c242d8f4203..68dceaea21bcc 100644 --- a/manifests/h/HiroSystems/Clarinet/0.28.1/HiroSystems.Clarinet.locale.en-US.yaml +++ b/manifests/h/HiroSystems/Clarinet/0.28.1/HiroSystems.Clarinet.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created using wingetcreate 1.0.3.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: HiroSystems.Clarinet PackageVersion: 0.28.1 @@ -23,6 +23,10 @@ Tags: - cli - command-line - stacks +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/0.28.1/HiroSystems.Clarinet.yaml b/manifests/h/HiroSystems/Clarinet/0.28.1/HiroSystems.Clarinet.yaml index be61c32433210..9fea87b12d567 100644 --- a/manifests/h/HiroSystems/Clarinet/0.28.1/HiroSystems.Clarinet.yaml +++ b/manifests/h/HiroSystems/Clarinet/0.28.1/HiroSystems.Clarinet.yaml @@ -1,9 +1,8 @@ -# Created using wingetcreate 1.0.3.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: HiroSystems.Clarinet PackageVersion: 0.28.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/0.29.0/HiroSystems.Clarinet.installer.yaml b/manifests/h/HiroSystems/Clarinet/0.29.0/HiroSystems.Clarinet.installer.yaml index a4adffdc8edcd..145c416f6a0cd 100644 --- a/manifests/h/HiroSystems/Clarinet/0.29.0/HiroSystems.Clarinet.installer.yaml +++ b/manifests/h/HiroSystems/Clarinet/0.29.0/HiroSystems.Clarinet.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: HiroSystems.Clarinet PackageVersion: 0.29.0 @@ -19,4 +19,4 @@ Installers: InstallerSha256: FD8E46AB217DA2AC92398A91D722E340C39889E82483F100BC51A69332D48D5C ProductCode: '{458AB7A9-9FAA-47BE-AF3B-1F162F9FB07F}' ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/0.29.0/HiroSystems.Clarinet.locale.en-US.yaml b/manifests/h/HiroSystems/Clarinet/0.29.0/HiroSystems.Clarinet.locale.en-US.yaml index 7e0b93ca95e34..b3fb96ebfe161 100644 --- a/manifests/h/HiroSystems/Clarinet/0.29.0/HiroSystems.Clarinet.locale.en-US.yaml +++ b/manifests/h/HiroSystems/Clarinet/0.29.0/HiroSystems.Clarinet.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: HiroSystems.Clarinet PackageVersion: 0.29.0 @@ -23,11 +23,10 @@ Tags: - cli - command-line - stacks -# 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/h/HiroSystems/Clarinet/0.29.0/HiroSystems.Clarinet.yaml b/manifests/h/HiroSystems/Clarinet/0.29.0/HiroSystems.Clarinet.yaml index d70c8035be751..19c7a75055d09 100644 --- a/manifests/h/HiroSystems/Clarinet/0.29.0/HiroSystems.Clarinet.yaml +++ b/manifests/h/HiroSystems/Clarinet/0.29.0/HiroSystems.Clarinet.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: HiroSystems.Clarinet PackageVersion: 0.29.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/0.29.1/HiroSystems.Clarinet.installer.yaml b/manifests/h/HiroSystems/Clarinet/0.29.1/HiroSystems.Clarinet.installer.yaml index 08af9ed2ec053..929bec10f99e9 100644 --- a/manifests/h/HiroSystems/Clarinet/0.29.1/HiroSystems.Clarinet.installer.yaml +++ b/manifests/h/HiroSystems/Clarinet/0.29.1/HiroSystems.Clarinet.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: HiroSystems.Clarinet PackageVersion: 0.29.1 Platform: - Windows.Desktop MinimumOSVersion: 10.0.0.0 +InstallerType: wix Scope: machine InstallModes: - interactive @@ -14,10 +15,8 @@ InstallModes: UpgradeBehavior: install Installers: - Architecture: x64 - InstallerType: wix InstallerUrl: https://github.com/hirosystems/clarinet/releases/download/v0.29.1/clarinet-windows-x64.msi InstallerSha256: BFC545197E03FEE36F5260CA81BA11E2E345AF992E464158C3501A6802CE60DC ProductCode: '{C99BFBE5-D26C-44FA-87B8-08C1CF122684}' ManifestType: installer -ManifestVersion: 1.1.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/0.29.1/HiroSystems.Clarinet.locale.en-US.yaml b/manifests/h/HiroSystems/Clarinet/0.29.1/HiroSystems.Clarinet.locale.en-US.yaml index 22ebbd375c927..eaecb8af2d688 100644 --- a/manifests/h/HiroSystems/Clarinet/0.29.1/HiroSystems.Clarinet.locale.en-US.yaml +++ b/manifests/h/HiroSystems/Clarinet/0.29.1/HiroSystems.Clarinet.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: HiroSystems.Clarinet PackageVersion: 0.29.1 @@ -23,6 +23,10 @@ Tags: - cli - command-line - stacks +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/0.29.1/HiroSystems.Clarinet.yaml b/manifests/h/HiroSystems/Clarinet/0.29.1/HiroSystems.Clarinet.yaml index 9c53f59526c39..c21781a19f655 100644 --- a/manifests/h/HiroSystems/Clarinet/0.29.1/HiroSystems.Clarinet.yaml +++ b/manifests/h/HiroSystems/Clarinet/0.29.1/HiroSystems.Clarinet.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: HiroSystems.Clarinet PackageVersion: 0.29.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/0.30.0/HiroSystems.Clarinet.installer.yaml b/manifests/h/HiroSystems/Clarinet/0.30.0/HiroSystems.Clarinet.installer.yaml index 2e1c2056e6e66..b9bc2c63a79f4 100644 --- a/manifests/h/HiroSystems/Clarinet/0.30.0/HiroSystems.Clarinet.installer.yaml +++ b/manifests/h/HiroSystems/Clarinet/0.30.0/HiroSystems.Clarinet.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: HiroSystems.Clarinet PackageVersion: 0.30.0 @@ -19,4 +19,4 @@ Installers: InstallerSha256: DF4DBCE6A6E9949DE59CFD75A88B3AAD1453E027FBFF3DCDD6537E89B08C423E ProductCode: '{13DA6EC1-0F98-4221-8FD3-4898BDD85ED4}' ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/0.30.0/HiroSystems.Clarinet.locale.en-US.yaml b/manifests/h/HiroSystems/Clarinet/0.30.0/HiroSystems.Clarinet.locale.en-US.yaml index 67d10bc78ff0b..2d3245b02b0c5 100644 --- a/manifests/h/HiroSystems/Clarinet/0.30.0/HiroSystems.Clarinet.locale.en-US.yaml +++ b/manifests/h/HiroSystems/Clarinet/0.30.0/HiroSystems.Clarinet.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: HiroSystems.Clarinet PackageVersion: 0.30.0 @@ -23,11 +23,10 @@ Tags: - cli - command-line - stacks -# 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/h/HiroSystems/Clarinet/0.30.0/HiroSystems.Clarinet.yaml b/manifests/h/HiroSystems/Clarinet/0.30.0/HiroSystems.Clarinet.yaml index db1b9b03fec4b..bdf2f858ca2d2 100644 --- a/manifests/h/HiroSystems/Clarinet/0.30.0/HiroSystems.Clarinet.yaml +++ b/manifests/h/HiroSystems/Clarinet/0.30.0/HiroSystems.Clarinet.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: HiroSystems.Clarinet PackageVersion: 0.30.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/0.31.0/HiroSystems.Clarinet.installer.yaml b/manifests/h/HiroSystems/Clarinet/0.31.0/HiroSystems.Clarinet.installer.yaml index 6af48f8f47620..af762530f9be0 100644 --- a/manifests/h/HiroSystems/Clarinet/0.31.0/HiroSystems.Clarinet.installer.yaml +++ b/manifests/h/HiroSystems/Clarinet/0.31.0/HiroSystems.Clarinet.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: HiroSystems.Clarinet PackageVersion: 0.31.0 @@ -19,4 +19,4 @@ Installers: InstallerSha256: B674F17AC5CDBD47B9D603CF243CB738027E6457D9860A7DE7EC014B663D92B3 ProductCode: '{F44624E6-F573-4848-A03A-D073EDB09C59}' ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/0.31.0/HiroSystems.Clarinet.locale.en-US.yaml b/manifests/h/HiroSystems/Clarinet/0.31.0/HiroSystems.Clarinet.locale.en-US.yaml index c15665e5bb432..b0f3dfb939a72 100644 --- a/manifests/h/HiroSystems/Clarinet/0.31.0/HiroSystems.Clarinet.locale.en-US.yaml +++ b/manifests/h/HiroSystems/Clarinet/0.31.0/HiroSystems.Clarinet.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: HiroSystems.Clarinet PackageVersion: 0.31.0 @@ -23,11 +23,10 @@ Tags: - cli - command-line - stacks -# 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/h/HiroSystems/Clarinet/0.31.0/HiroSystems.Clarinet.yaml b/manifests/h/HiroSystems/Clarinet/0.31.0/HiroSystems.Clarinet.yaml index cc918a6dbe00b..65795779414b2 100644 --- a/manifests/h/HiroSystems/Clarinet/0.31.0/HiroSystems.Clarinet.yaml +++ b/manifests/h/HiroSystems/Clarinet/0.31.0/HiroSystems.Clarinet.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: HiroSystems.Clarinet PackageVersion: 0.31.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/0.31.1/HiroSystems.Clarinet.installer.yaml b/manifests/h/HiroSystems/Clarinet/0.31.1/HiroSystems.Clarinet.installer.yaml index 76fa2c90d1195..7afca5b0ee125 100644 --- a/manifests/h/HiroSystems/Clarinet/0.31.1/HiroSystems.Clarinet.installer.yaml +++ b/manifests/h/HiroSystems/Clarinet/0.31.1/HiroSystems.Clarinet.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: HiroSystems.Clarinet PackageVersion: 0.31.1 Platform: - Windows.Desktop MinimumOSVersion: 10.0.0.0 +InstallerType: wix Scope: machine InstallModes: - interactive @@ -14,10 +15,8 @@ InstallModes: UpgradeBehavior: install Installers: - Architecture: x64 - InstallerType: wix InstallerUrl: https://github.com/hirosystems/clarinet/releases/download/v0.31.1/clarinet-windows-x64.msi InstallerSha256: 00722D3C1D9328EF055614CD15479367FB6E2DEA9768E3271045979CD3321640 ProductCode: '{720193D1-A7A0-4974-96A8-4F18C73F4879}' ManifestType: installer -ManifestVersion: 1.1.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/0.31.1/HiroSystems.Clarinet.locale.en-US.yaml b/manifests/h/HiroSystems/Clarinet/0.31.1/HiroSystems.Clarinet.locale.en-US.yaml index ba3f04948e802..02d0c18f1ff06 100644 --- a/manifests/h/HiroSystems/Clarinet/0.31.1/HiroSystems.Clarinet.locale.en-US.yaml +++ b/manifests/h/HiroSystems/Clarinet/0.31.1/HiroSystems.Clarinet.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: HiroSystems.Clarinet PackageVersion: 0.31.1 @@ -23,6 +23,10 @@ Tags: - cli - command-line - stacks +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/0.31.1/HiroSystems.Clarinet.yaml b/manifests/h/HiroSystems/Clarinet/0.31.1/HiroSystems.Clarinet.yaml index 4343c8a0b61e1..e7d5552d0213c 100644 --- a/manifests/h/HiroSystems/Clarinet/0.31.1/HiroSystems.Clarinet.yaml +++ b/manifests/h/HiroSystems/Clarinet/0.31.1/HiroSystems.Clarinet.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: HiroSystems.Clarinet PackageVersion: 0.31.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/0.32.0/HiroSystems.Clarinet.installer.yaml b/manifests/h/HiroSystems/Clarinet/0.32.0/HiroSystems.Clarinet.installer.yaml index 65c80c9714af3..76159b1c863dc 100644 --- a/manifests/h/HiroSystems/Clarinet/0.32.0/HiroSystems.Clarinet.installer.yaml +++ b/manifests/h/HiroSystems/Clarinet/0.32.0/HiroSystems.Clarinet.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: HiroSystems.Clarinet PackageVersion: 0.32.0 @@ -19,4 +19,4 @@ Installers: InstallerSha256: 392874645EB2B543F01F1643A6C474EAA755AB85E2B484510FC7957762C73401 ProductCode: '{0B47915E-635D-427C-9807-B68D2B046D7C}' ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/0.32.0/HiroSystems.Clarinet.locale.en-US.yaml b/manifests/h/HiroSystems/Clarinet/0.32.0/HiroSystems.Clarinet.locale.en-US.yaml index e3f7fa5d6cdd3..a3edcc04eca9a 100644 --- a/manifests/h/HiroSystems/Clarinet/0.32.0/HiroSystems.Clarinet.locale.en-US.yaml +++ b/manifests/h/HiroSystems/Clarinet/0.32.0/HiroSystems.Clarinet.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: HiroSystems.Clarinet PackageVersion: 0.32.0 @@ -23,11 +23,10 @@ Tags: - cli - command-line - stacks -# 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/h/HiroSystems/Clarinet/0.32.0/HiroSystems.Clarinet.yaml b/manifests/h/HiroSystems/Clarinet/0.32.0/HiroSystems.Clarinet.yaml index 2f0a2b68fae80..8448a160e843a 100644 --- a/manifests/h/HiroSystems/Clarinet/0.32.0/HiroSystems.Clarinet.yaml +++ b/manifests/h/HiroSystems/Clarinet/0.32.0/HiroSystems.Clarinet.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: HiroSystems.Clarinet PackageVersion: 0.32.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/0.33.0/HiroSystems.Clarinet.installer.yaml b/manifests/h/HiroSystems/Clarinet/0.33.0/HiroSystems.Clarinet.installer.yaml index 280271c99a1e8..6ccff4945ee6d 100644 --- a/manifests/h/HiroSystems/Clarinet/0.33.0/HiroSystems.Clarinet.installer.yaml +++ b/manifests/h/HiroSystems/Clarinet/0.33.0/HiroSystems.Clarinet.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: HiroSystems.Clarinet PackageVersion: 0.33.0 @@ -20,4 +20,4 @@ Installers: InstallerSha256: 47E796BB3245CC1ECD243C103D0F96BDDD7907F5FCDF802DC2A008F8965FB3B9 ProductCode: '{CC44A2AE-1B5F-46FC-BEAD-A3011297F64D}' ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/0.33.0/HiroSystems.Clarinet.locale.en-US.yaml b/manifests/h/HiroSystems/Clarinet/0.33.0/HiroSystems.Clarinet.locale.en-US.yaml index 879c872567d84..732f81cc790aa 100644 --- a/manifests/h/HiroSystems/Clarinet/0.33.0/HiroSystems.Clarinet.locale.en-US.yaml +++ b/manifests/h/HiroSystems/Clarinet/0.33.0/HiroSystems.Clarinet.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: HiroSystems.Clarinet PackageVersion: 0.33.0 @@ -23,11 +23,10 @@ Tags: - cli - command-line - stacks -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/hirosystems/clarinet/releases/tag/v0.33.0 -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/0.33.0/HiroSystems.Clarinet.yaml b/manifests/h/HiroSystems/Clarinet/0.33.0/HiroSystems.Clarinet.yaml index 3869b7815db38..07f1bb3d8f09c 100644 --- a/manifests/h/HiroSystems/Clarinet/0.33.0/HiroSystems.Clarinet.yaml +++ b/manifests/h/HiroSystems/Clarinet/0.33.0/HiroSystems.Clarinet.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: HiroSystems.Clarinet PackageVersion: 0.33.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/1.0.0/HiroSystems.Clarinet.installer.yaml b/manifests/h/HiroSystems/Clarinet/1.0.0/HiroSystems.Clarinet.installer.yaml index a4909c8e49684..d4b2c88be03ac 100644 --- a/manifests/h/HiroSystems/Clarinet/1.0.0/HiroSystems.Clarinet.installer.yaml +++ b/manifests/h/HiroSystems/Clarinet/1.0.0/HiroSystems.Clarinet.installer.yaml @@ -1,11 +1,12 @@ -# 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: HiroSystems.Clarinet PackageVersion: 1.0.0 Platform: - Windows.Desktop MinimumOSVersion: 10.0.0.0 +InstallerType: wix Scope: machine InstallModes: - interactive @@ -14,10 +15,8 @@ InstallModes: UpgradeBehavior: install Installers: - Architecture: x64 - InstallerType: wix InstallerUrl: https://github.com/hirosystems/clarinet/releases/download/v1.0.0/clarinet-windows-x64.msi InstallerSha256: B3A959F619D98EC99380B12CACF598C057D109E43AD0C21134AB20E69D18DE4A ProductCode: '{49D7B110-C6E8-41BB-AA7F-B2064FC11706}' ManifestType: installer -ManifestVersion: 1.2.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/1.0.0/HiroSystems.Clarinet.locale.en-US.yaml b/manifests/h/HiroSystems/Clarinet/1.0.0/HiroSystems.Clarinet.locale.en-US.yaml index f1a80070fec08..bbd24659aa3b7 100644 --- a/manifests/h/HiroSystems/Clarinet/1.0.0/HiroSystems.Clarinet.locale.en-US.yaml +++ b/manifests/h/HiroSystems/Clarinet/1.0.0/HiroSystems.Clarinet.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: HiroSystems.Clarinet PackageVersion: 1.0.0 @@ -23,6 +23,10 @@ Tags: - cli - command-line - stacks +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/1.0.0/HiroSystems.Clarinet.yaml b/manifests/h/HiroSystems/Clarinet/1.0.0/HiroSystems.Clarinet.yaml index 300efb959108d..e5a1db39eccbd 100644 --- a/manifests/h/HiroSystems/Clarinet/1.0.0/HiroSystems.Clarinet.yaml +++ b/manifests/h/HiroSystems/Clarinet/1.0.0/HiroSystems.Clarinet.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: HiroSystems.Clarinet PackageVersion: 1.0.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/1.0.2/HiroSystems.Clarinet.installer.yaml b/manifests/h/HiroSystems/Clarinet/1.0.2/HiroSystems.Clarinet.installer.yaml index f48dcca52af11..7f39d9672fab2 100644 --- a/manifests/h/HiroSystems/Clarinet/1.0.2/HiroSystems.Clarinet.installer.yaml +++ b/manifests/h/HiroSystems/Clarinet/1.0.2/HiroSystems.Clarinet.installer.yaml @@ -1,11 +1,12 @@ -# 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: HiroSystems.Clarinet PackageVersion: 1.0.2 Platform: - Windows.Desktop MinimumOSVersion: 10.0.0.0 +InstallerType: wix Scope: machine InstallModes: - interactive @@ -14,10 +15,8 @@ InstallModes: UpgradeBehavior: install Installers: - Architecture: x64 - InstallerType: wix InstallerUrl: https://github.com/hirosystems/clarinet/releases/download/v1.0.2/clarinet-windows-x64.msi InstallerSha256: 02FC72EB10E2CE0F35E350ABE44711C80136478C07ED818DE0E21C5881FC7954 ProductCode: '{09FFA14E-8648-4528-89FB-ADD173FF360D}' ManifestType: installer -ManifestVersion: 1.2.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/1.0.2/HiroSystems.Clarinet.locale.en-US.yaml b/manifests/h/HiroSystems/Clarinet/1.0.2/HiroSystems.Clarinet.locale.en-US.yaml index c5b60589762d7..912b5c4eb7837 100644 --- a/manifests/h/HiroSystems/Clarinet/1.0.2/HiroSystems.Clarinet.locale.en-US.yaml +++ b/manifests/h/HiroSystems/Clarinet/1.0.2/HiroSystems.Clarinet.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: HiroSystems.Clarinet PackageVersion: 1.0.2 @@ -23,6 +23,10 @@ Tags: - cli - command-line - stacks +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/1.0.2/HiroSystems.Clarinet.yaml b/manifests/h/HiroSystems/Clarinet/1.0.2/HiroSystems.Clarinet.yaml index 91fea0bb4a527..23f7615b5bd4a 100644 --- a/manifests/h/HiroSystems/Clarinet/1.0.2/HiroSystems.Clarinet.yaml +++ b/manifests/h/HiroSystems/Clarinet/1.0.2/HiroSystems.Clarinet.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: HiroSystems.Clarinet PackageVersion: 1.0.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/1.0.3/HiroSystems.Clarinet.installer.yaml b/manifests/h/HiroSystems/Clarinet/1.0.3/HiroSystems.Clarinet.installer.yaml index bbd5c80072846..133833217901e 100644 --- a/manifests/h/HiroSystems/Clarinet/1.0.3/HiroSystems.Clarinet.installer.yaml +++ b/manifests/h/HiroSystems/Clarinet/1.0.3/HiroSystems.Clarinet.installer.yaml @@ -1,11 +1,12 @@ -# 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: HiroSystems.Clarinet PackageVersion: 1.0.3 Platform: - Windows.Desktop MinimumOSVersion: 10.0.0.0 +InstallerType: wix Scope: machine InstallModes: - interactive @@ -14,10 +15,8 @@ InstallModes: UpgradeBehavior: install Installers: - Architecture: x64 - InstallerType: wix InstallerUrl: https://github.com/hirosystems/clarinet/releases/download/v1.0.3/clarinet-windows-x64.msi InstallerSha256: 7598B6EE284D9F5D3DA2F95B5419292C7DB9A936C229E7F81C2359F5DB8E2FF5 ProductCode: '{A4A0225A-2CFA-4ED2-B618-2868857E02EF}' ManifestType: installer -ManifestVersion: 1.2.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/1.0.3/HiroSystems.Clarinet.locale.en-US.yaml b/manifests/h/HiroSystems/Clarinet/1.0.3/HiroSystems.Clarinet.locale.en-US.yaml index 9840a77eb5995..bbb93a179595b 100644 --- a/manifests/h/HiroSystems/Clarinet/1.0.3/HiroSystems.Clarinet.locale.en-US.yaml +++ b/manifests/h/HiroSystems/Clarinet/1.0.3/HiroSystems.Clarinet.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: HiroSystems.Clarinet PackageVersion: 1.0.3 @@ -23,6 +23,10 @@ Tags: - cli - command-line - stacks +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/1.0.3/HiroSystems.Clarinet.yaml b/manifests/h/HiroSystems/Clarinet/1.0.3/HiroSystems.Clarinet.yaml index ab67d9d5d334c..4f35cf90bc4b6 100644 --- a/manifests/h/HiroSystems/Clarinet/1.0.3/HiroSystems.Clarinet.yaml +++ b/manifests/h/HiroSystems/Clarinet/1.0.3/HiroSystems.Clarinet.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: HiroSystems.Clarinet PackageVersion: 1.0.3 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/1.0.4/HiroSystems.Clarinet.installer.yaml b/manifests/h/HiroSystems/Clarinet/1.0.4/HiroSystems.Clarinet.installer.yaml index d374a7337574c..21e945196adbc 100644 --- a/manifests/h/HiroSystems/Clarinet/1.0.4/HiroSystems.Clarinet.installer.yaml +++ b/manifests/h/HiroSystems/Clarinet/1.0.4/HiroSystems.Clarinet.installer.yaml @@ -1,11 +1,12 @@ -# 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: HiroSystems.Clarinet PackageVersion: 1.0.4 Platform: - Windows.Desktop MinimumOSVersion: 10.0.0.0 +InstallerType: wix Scope: machine InstallModes: - interactive @@ -14,10 +15,8 @@ InstallModes: UpgradeBehavior: install Installers: - Architecture: x64 - InstallerType: wix InstallerUrl: https://github.com/hirosystems/clarinet/releases/download/v1.0.4/clarinet-windows-x64.msi InstallerSha256: 915403931C0A2E65684A8FD4D86533139B71C314F9925C674742811D5061CB8B ProductCode: '{A848A73A-B44D-4FDE-9CC2-607D9B546E17}' ManifestType: installer -ManifestVersion: 1.2.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/1.0.4/HiroSystems.Clarinet.locale.en-US.yaml b/manifests/h/HiroSystems/Clarinet/1.0.4/HiroSystems.Clarinet.locale.en-US.yaml index 49d49311db105..73a828faa982d 100644 --- a/manifests/h/HiroSystems/Clarinet/1.0.4/HiroSystems.Clarinet.locale.en-US.yaml +++ b/manifests/h/HiroSystems/Clarinet/1.0.4/HiroSystems.Clarinet.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: HiroSystems.Clarinet PackageVersion: 1.0.4 @@ -23,6 +23,10 @@ Tags: - cli - command-line - stacks +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/1.0.4/HiroSystems.Clarinet.yaml b/manifests/h/HiroSystems/Clarinet/1.0.4/HiroSystems.Clarinet.yaml index 387fb48142298..38072a9ea1e88 100644 --- a/manifests/h/HiroSystems/Clarinet/1.0.4/HiroSystems.Clarinet.yaml +++ b/manifests/h/HiroSystems/Clarinet/1.0.4/HiroSystems.Clarinet.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: HiroSystems.Clarinet PackageVersion: 1.0.4 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/1.0.5/HiroSystems.Clarinet.installer.yaml b/manifests/h/HiroSystems/Clarinet/1.0.5/HiroSystems.Clarinet.installer.yaml index 66ca18ae427bf..110228f3487b8 100644 --- a/manifests/h/HiroSystems/Clarinet/1.0.5/HiroSystems.Clarinet.installer.yaml +++ b/manifests/h/HiroSystems/Clarinet/1.0.5/HiroSystems.Clarinet.installer.yaml @@ -1,11 +1,12 @@ -# 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: HiroSystems.Clarinet PackageVersion: 1.0.5 Platform: - Windows.Desktop MinimumOSVersion: 10.0.0.0 +InstallerType: wix Scope: machine InstallModes: - interactive @@ -14,10 +15,8 @@ InstallModes: UpgradeBehavior: install Installers: - Architecture: x64 - InstallerType: wix InstallerUrl: https://github.com/hirosystems/clarinet/releases/download/v1.0.5/clarinet-windows-x64.msi InstallerSha256: FDAFBB4D25536B5977F2B7009DDF851A0935A468DA122FC89000C1A87BF04155 ProductCode: '{7D7F78CC-4E58-48CD-BFE0-CD953245D6F2}' ManifestType: installer -ManifestVersion: 1.2.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/1.0.5/HiroSystems.Clarinet.locale.en-US.yaml b/manifests/h/HiroSystems/Clarinet/1.0.5/HiroSystems.Clarinet.locale.en-US.yaml index 1787a2a4da62a..ceb1b12946ee0 100644 --- a/manifests/h/HiroSystems/Clarinet/1.0.5/HiroSystems.Clarinet.locale.en-US.yaml +++ b/manifests/h/HiroSystems/Clarinet/1.0.5/HiroSystems.Clarinet.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: HiroSystems.Clarinet PackageVersion: 1.0.5 @@ -23,6 +23,10 @@ Tags: - cli - command-line - stacks +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/1.0.5/HiroSystems.Clarinet.yaml b/manifests/h/HiroSystems/Clarinet/1.0.5/HiroSystems.Clarinet.yaml index ebb21d5029788..f133a04c620cb 100644 --- a/manifests/h/HiroSystems/Clarinet/1.0.5/HiroSystems.Clarinet.yaml +++ b/manifests/h/HiroSystems/Clarinet/1.0.5/HiroSystems.Clarinet.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: HiroSystems.Clarinet PackageVersion: 1.0.5 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/1.0.6/HiroSystems.Clarinet.installer.yaml b/manifests/h/HiroSystems/Clarinet/1.0.6/HiroSystems.Clarinet.installer.yaml index 1d83b27e341df..94cb050efb11d 100644 --- a/manifests/h/HiroSystems/Clarinet/1.0.6/HiroSystems.Clarinet.installer.yaml +++ b/manifests/h/HiroSystems/Clarinet/1.0.6/HiroSystems.Clarinet.installer.yaml @@ -1,11 +1,12 @@ -# 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: HiroSystems.Clarinet PackageVersion: 1.0.6 Platform: - Windows.Desktop MinimumOSVersion: 10.0.0.0 +InstallerType: wix Scope: machine InstallModes: - interactive @@ -14,10 +15,8 @@ InstallModes: UpgradeBehavior: install Installers: - Architecture: x64 - InstallerType: wix InstallerUrl: https://github.com/hirosystems/clarinet/releases/download/v1.0.6/clarinet-windows-x64.msi InstallerSha256: 5572F33EEDF8C3063492F9E53A4C622D164F6D746EB6F91369A5406403FB5AF3 ProductCode: '{0F424DDB-D691-483C-BC38-58E5825CFE3E}' ManifestType: installer -ManifestVersion: 1.2.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/1.0.6/HiroSystems.Clarinet.locale.en-US.yaml b/manifests/h/HiroSystems/Clarinet/1.0.6/HiroSystems.Clarinet.locale.en-US.yaml index 2b1d9abfdb404..eaa1eacd5cc8f 100644 --- a/manifests/h/HiroSystems/Clarinet/1.0.6/HiroSystems.Clarinet.locale.en-US.yaml +++ b/manifests/h/HiroSystems/Clarinet/1.0.6/HiroSystems.Clarinet.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: HiroSystems.Clarinet PackageVersion: 1.0.6 @@ -23,6 +23,10 @@ Tags: - cli - command-line - stacks +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/1.0.6/HiroSystems.Clarinet.yaml b/manifests/h/HiroSystems/Clarinet/1.0.6/HiroSystems.Clarinet.yaml index c57ab90960acf..4a886cef57810 100644 --- a/manifests/h/HiroSystems/Clarinet/1.0.6/HiroSystems.Clarinet.yaml +++ b/manifests/h/HiroSystems/Clarinet/1.0.6/HiroSystems.Clarinet.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: HiroSystems.Clarinet PackageVersion: 1.0.6 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/1.1.0/HiroSystems.Clarinet.installer.yaml b/manifests/h/HiroSystems/Clarinet/1.1.0/HiroSystems.Clarinet.installer.yaml index 374ed3f7cca12..61afc85bf896f 100644 --- a/manifests/h/HiroSystems/Clarinet/1.1.0/HiroSystems.Clarinet.installer.yaml +++ b/manifests/h/HiroSystems/Clarinet/1.1.0/HiroSystems.Clarinet.installer.yaml @@ -1,11 +1,12 @@ -# 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: HiroSystems.Clarinet PackageVersion: 1.1.0 Platform: - Windows.Desktop MinimumOSVersion: 10.0.0.0 +InstallerType: wix Scope: machine InstallModes: - interactive @@ -14,10 +15,8 @@ InstallModes: UpgradeBehavior: install Installers: - Architecture: x64 - InstallerType: wix InstallerUrl: https://github.com/hirosystems/clarinet/releases/download/v1.1.0/clarinet-windows-x64.msi InstallerSha256: 8F7126047D4496D6FD383F6516D41C2198F0DA443A6873D8ACAE46EF52377586 ProductCode: '{CB85282A-0C6D-4778-AA79-7E9503816298}' ManifestType: installer -ManifestVersion: 1.2.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/1.1.0/HiroSystems.Clarinet.locale.en-US.yaml b/manifests/h/HiroSystems/Clarinet/1.1.0/HiroSystems.Clarinet.locale.en-US.yaml index b27a100c1b110..b5d7d3c04ca22 100644 --- a/manifests/h/HiroSystems/Clarinet/1.1.0/HiroSystems.Clarinet.locale.en-US.yaml +++ b/manifests/h/HiroSystems/Clarinet/1.1.0/HiroSystems.Clarinet.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: HiroSystems.Clarinet PackageVersion: 1.1.0 @@ -23,6 +23,10 @@ Tags: - cli - command-line - stacks +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/1.1.0/HiroSystems.Clarinet.yaml b/manifests/h/HiroSystems/Clarinet/1.1.0/HiroSystems.Clarinet.yaml index ab00f552c9c0f..3f4c54a643c1c 100644 --- a/manifests/h/HiroSystems/Clarinet/1.1.0/HiroSystems.Clarinet.yaml +++ b/manifests/h/HiroSystems/Clarinet/1.1.0/HiroSystems.Clarinet.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: HiroSystems.Clarinet PackageVersion: 1.1.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/1.2.0/HiroSystems.Clarinet.installer.yaml b/manifests/h/HiroSystems/Clarinet/1.2.0/HiroSystems.Clarinet.installer.yaml index 7e808130b72a0..376768bbf5057 100644 --- a/manifests/h/HiroSystems/Clarinet/1.2.0/HiroSystems.Clarinet.installer.yaml +++ b/manifests/h/HiroSystems/Clarinet/1.2.0/HiroSystems.Clarinet.installer.yaml @@ -1,11 +1,12 @@ -# 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: HiroSystems.Clarinet PackageVersion: 1.2.0 Platform: - Windows.Desktop MinimumOSVersion: 10.0.0.0 +InstallerType: wix Scope: machine InstallModes: - interactive @@ -14,10 +15,8 @@ InstallModes: UpgradeBehavior: install Installers: - Architecture: x64 - InstallerType: wix InstallerUrl: https://github.com/hirosystems/clarinet/releases/download/v1.2.0/clarinet-windows-x64.msi InstallerSha256: 73B4213CBAFC550D6E7FE8C70B6BEC24E7818E7669CE7172CDAA64A1CEEF4556 ProductCode: '{6AFB8BDF-EBEB-4759-98AB-2345593BB621}' ManifestType: installer -ManifestVersion: 1.2.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/1.2.0/HiroSystems.Clarinet.locale.en-US.yaml b/manifests/h/HiroSystems/Clarinet/1.2.0/HiroSystems.Clarinet.locale.en-US.yaml index 748ee95be9df1..b469d1b8e4d3c 100644 --- a/manifests/h/HiroSystems/Clarinet/1.2.0/HiroSystems.Clarinet.locale.en-US.yaml +++ b/manifests/h/HiroSystems/Clarinet/1.2.0/HiroSystems.Clarinet.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: HiroSystems.Clarinet PackageVersion: 1.2.0 @@ -23,6 +23,10 @@ Tags: - cli - command-line - stacks +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/1.2.0/HiroSystems.Clarinet.yaml b/manifests/h/HiroSystems/Clarinet/1.2.0/HiroSystems.Clarinet.yaml index 74a08d9b973fa..659afe5098d48 100644 --- a/manifests/h/HiroSystems/Clarinet/1.2.0/HiroSystems.Clarinet.yaml +++ b/manifests/h/HiroSystems/Clarinet/1.2.0/HiroSystems.Clarinet.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: HiroSystems.Clarinet PackageVersion: 1.2.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/1.3.0/HiroSystems.Clarinet.installer.yaml b/manifests/h/HiroSystems/Clarinet/1.3.0/HiroSystems.Clarinet.installer.yaml index b776f357a12b9..00a14e06c41c7 100644 --- a/manifests/h/HiroSystems/Clarinet/1.3.0/HiroSystems.Clarinet.installer.yaml +++ b/manifests/h/HiroSystems/Clarinet/1.3.0/HiroSystems.Clarinet.installer.yaml @@ -1,11 +1,12 @@ -# 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: HiroSystems.Clarinet PackageVersion: 1.3.0 Platform: - Windows.Desktop MinimumOSVersion: 10.0.0.0 +InstallerType: wix Scope: machine InstallModes: - interactive @@ -14,10 +15,8 @@ InstallModes: UpgradeBehavior: install Installers: - Architecture: x64 - InstallerType: wix InstallerUrl: https://github.com/hirosystems/clarinet/releases/download/v1.3.0/clarinet-windows-x64.msi InstallerSha256: 71DD5D6E4F033F94132C49DC549C1E5105947CB78EADA8FF8AB8834A9C02C1BF ProductCode: '{A49FDC70-3739-407F-B81C-4CCCA0A8C10E}' ManifestType: installer -ManifestVersion: 1.2.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/1.3.0/HiroSystems.Clarinet.locale.en-US.yaml b/manifests/h/HiroSystems/Clarinet/1.3.0/HiroSystems.Clarinet.locale.en-US.yaml index 5cd4813501e54..2860d2bf86389 100644 --- a/manifests/h/HiroSystems/Clarinet/1.3.0/HiroSystems.Clarinet.locale.en-US.yaml +++ b/manifests/h/HiroSystems/Clarinet/1.3.0/HiroSystems.Clarinet.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: HiroSystems.Clarinet PackageVersion: 1.3.0 @@ -23,6 +23,10 @@ Tags: - cli - command-line - stacks +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/1.3.0/HiroSystems.Clarinet.yaml b/manifests/h/HiroSystems/Clarinet/1.3.0/HiroSystems.Clarinet.yaml index c2fa56135d282..1bd4b13303fb6 100644 --- a/manifests/h/HiroSystems/Clarinet/1.3.0/HiroSystems.Clarinet.yaml +++ b/manifests/h/HiroSystems/Clarinet/1.3.0/HiroSystems.Clarinet.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: HiroSystems.Clarinet PackageVersion: 1.3.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/1.3.1/HiroSystems.Clarinet.installer.yaml b/manifests/h/HiroSystems/Clarinet/1.3.1/HiroSystems.Clarinet.installer.yaml index e9803dfa46644..cbb89189d408c 100644 --- a/manifests/h/HiroSystems/Clarinet/1.3.1/HiroSystems.Clarinet.installer.yaml +++ b/manifests/h/HiroSystems/Clarinet/1.3.1/HiroSystems.Clarinet.installer.yaml @@ -1,11 +1,12 @@ -# 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: HiroSystems.Clarinet PackageVersion: 1.3.1 Platform: - Windows.Desktop MinimumOSVersion: 10.0.0.0 +InstallerType: wix Scope: machine InstallModes: - interactive @@ -14,10 +15,8 @@ InstallModes: UpgradeBehavior: install Installers: - Architecture: x64 - InstallerType: wix InstallerUrl: https://github.com/hirosystems/clarinet/releases/download/v1.3.1/clarinet-windows-x64.msi InstallerSha256: F91DB02B4F8FCE7AE3385E9717AF331FD79590EA54B8BFD92670FA668987BD26 ProductCode: '{B300EC26-AD1B-4C5F-9019-E58A64A527B4}' ManifestType: installer -ManifestVersion: 1.2.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/1.3.1/HiroSystems.Clarinet.locale.en-US.yaml b/manifests/h/HiroSystems/Clarinet/1.3.1/HiroSystems.Clarinet.locale.en-US.yaml index a7e8de5ce4fbe..97877e97ccfb7 100644 --- a/manifests/h/HiroSystems/Clarinet/1.3.1/HiroSystems.Clarinet.locale.en-US.yaml +++ b/manifests/h/HiroSystems/Clarinet/1.3.1/HiroSystems.Clarinet.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: HiroSystems.Clarinet PackageVersion: 1.3.1 @@ -23,6 +23,10 @@ Tags: - cli - command-line - stacks +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/1.3.1/HiroSystems.Clarinet.yaml b/manifests/h/HiroSystems/Clarinet/1.3.1/HiroSystems.Clarinet.yaml index 734bc76187a68..d9af0e20a4373 100644 --- a/manifests/h/HiroSystems/Clarinet/1.3.1/HiroSystems.Clarinet.yaml +++ b/manifests/h/HiroSystems/Clarinet/1.3.1/HiroSystems.Clarinet.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: HiroSystems.Clarinet PackageVersion: 1.3.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/1.4.0/HiroSystems.Clarinet.installer.yaml b/manifests/h/HiroSystems/Clarinet/1.4.0/HiroSystems.Clarinet.installer.yaml index 82f4f5f3a6a55..3c069585de070 100644 --- a/manifests/h/HiroSystems/Clarinet/1.4.0/HiroSystems.Clarinet.installer.yaml +++ b/manifests/h/HiroSystems/Clarinet/1.4.0/HiroSystems.Clarinet.installer.yaml @@ -1,11 +1,12 @@ -# 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: HiroSystems.Clarinet PackageVersion: 1.4.0 Platform: - Windows.Desktop MinimumOSVersion: 10.0.0.0 +InstallerType: wix Scope: machine InstallModes: - interactive @@ -14,10 +15,8 @@ InstallModes: UpgradeBehavior: install Installers: - Architecture: x64 - InstallerType: wix InstallerUrl: https://github.com/hirosystems/clarinet/releases/download/v1.4.0/clarinet-windows-x64.msi InstallerSha256: 8C1FE67FD3C2FE985A87DB8AABEE9EB91A28A64106C92D254BA7AD1B1381DDFA ProductCode: '{85EBCAE5-79FC-4FEA-ABE0-CF9EB0E31036}' ManifestType: installer -ManifestVersion: 1.2.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/1.4.0/HiroSystems.Clarinet.locale.en-US.yaml b/manifests/h/HiroSystems/Clarinet/1.4.0/HiroSystems.Clarinet.locale.en-US.yaml index 47e7bce5d2b81..a6e6982567b1c 100644 --- a/manifests/h/HiroSystems/Clarinet/1.4.0/HiroSystems.Clarinet.locale.en-US.yaml +++ b/manifests/h/HiroSystems/Clarinet/1.4.0/HiroSystems.Clarinet.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: HiroSystems.Clarinet PackageVersion: 1.4.0 @@ -23,6 +23,10 @@ Tags: - cli - command-line - stacks +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/1.4.0/HiroSystems.Clarinet.yaml b/manifests/h/HiroSystems/Clarinet/1.4.0/HiroSystems.Clarinet.yaml index aebed8ccf105f..b04aa7d22a06c 100644 --- a/manifests/h/HiroSystems/Clarinet/1.4.0/HiroSystems.Clarinet.yaml +++ b/manifests/h/HiroSystems/Clarinet/1.4.0/HiroSystems.Clarinet.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: HiroSystems.Clarinet PackageVersion: 1.4.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/1.4.1/HiroSystems.Clarinet.installer.yaml b/manifests/h/HiroSystems/Clarinet/1.4.1/HiroSystems.Clarinet.installer.yaml index 5ae84e358c1f7..3cb05c9756f77 100644 --- a/manifests/h/HiroSystems/Clarinet/1.4.1/HiroSystems.Clarinet.installer.yaml +++ b/manifests/h/HiroSystems/Clarinet/1.4.1/HiroSystems.Clarinet.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.12 $debug=QUSU.CRLF.5-1-19041-3693.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: HiroSystems.Clarinet PackageVersion: 1.4.1 @@ -13,13 +13,13 @@ InstallModes: - silent - silentWithProgress UpgradeBehavior: install +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 Installers: - Architecture: x64 InstallerUrl: https://github.com/hirosystems/clarinet/releases/download/v1.4.1/clarinet-windows-x64.msi InstallerSha256: BA3D00336398D0293477BF7BC0757A558DC0B5BBA2F0A9D102780ED7EA45037D ProductCode: '{A712C81E-8506-4A2D-AB5F-F98006B2D50F}' - Dependencies: - PackageDependencies: - - PackageIdentifier: Microsoft.VCRedist.2015+.x64 ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/1.4.1/HiroSystems.Clarinet.locale.en-US.yaml b/manifests/h/HiroSystems/Clarinet/1.4.1/HiroSystems.Clarinet.locale.en-US.yaml index d77b2a073bf78..ee7c23f279751 100644 --- a/manifests/h/HiroSystems/Clarinet/1.4.1/HiroSystems.Clarinet.locale.en-US.yaml +++ b/manifests/h/HiroSystems/Clarinet/1.4.1/HiroSystems.Clarinet.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.12 $debug=QUSU.CRLF.5-1-19041-3693.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: HiroSystems.Clarinet PackageVersion: 1.4.1 @@ -23,10 +23,10 @@ Tags: - cli - command-line - stacks -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/1.4.1/HiroSystems.Clarinet.yaml b/manifests/h/HiroSystems/Clarinet/1.4.1/HiroSystems.Clarinet.yaml index 82d33d67791bd..fd56f43cb01de 100644 --- a/manifests/h/HiroSystems/Clarinet/1.4.1/HiroSystems.Clarinet.yaml +++ b/manifests/h/HiroSystems/Clarinet/1.4.1/HiroSystems.Clarinet.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.12 $debug=QUSU.CRLF.5-1-19041-3693.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: HiroSystems.Clarinet PackageVersion: 1.4.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/1.5.0/HiroSystems.Clarinet.installer.yaml b/manifests/h/HiroSystems/Clarinet/1.5.0/HiroSystems.Clarinet.installer.yaml index 749997c0e4f4d..7b7119e57f343 100644 --- a/manifests/h/HiroSystems/Clarinet/1.5.0/HiroSystems.Clarinet.installer.yaml +++ b/manifests/h/HiroSystems/Clarinet/1.5.0/HiroSystems.Clarinet.installer.yaml @@ -1,11 +1,12 @@ -# 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: HiroSystems.Clarinet PackageVersion: 1.5.0 Platform: - Windows.Desktop MinimumOSVersion: 10.0.0.0 +InstallerType: wix Scope: machine InstallModes: - interactive @@ -14,9 +15,8 @@ InstallModes: UpgradeBehavior: install Installers: - Architecture: x64 - InstallerType: wix InstallerUrl: https://github.com/hirosystems/clarinet/releases/download/v1.5.0/clarinet-windows-x64.msi InstallerSha256: 573B3EB03FC54A54E042E7340F4324A831E81A812C66D2ECC9E5B7126E82BF8D ProductCode: '{508EC1A2-5B6B-4064-9C23-E2D683AB535C}' ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/1.5.0/HiroSystems.Clarinet.locale.en-US.yaml b/manifests/h/HiroSystems/Clarinet/1.5.0/HiroSystems.Clarinet.locale.en-US.yaml index 7f588a7dab0a1..8af828e95ace4 100644 --- a/manifests/h/HiroSystems/Clarinet/1.5.0/HiroSystems.Clarinet.locale.en-US.yaml +++ b/manifests/h/HiroSystems/Clarinet/1.5.0/HiroSystems.Clarinet.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: HiroSystems.Clarinet PackageVersion: 1.5.0 @@ -23,5 +23,10 @@ Tags: - cli - command-line - stacks +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/1.5.0/HiroSystems.Clarinet.yaml b/manifests/h/HiroSystems/Clarinet/1.5.0/HiroSystems.Clarinet.yaml index 7eed2df1b4583..6a438d872e37e 100644 --- a/manifests/h/HiroSystems/Clarinet/1.5.0/HiroSystems.Clarinet.yaml +++ b/manifests/h/HiroSystems/Clarinet/1.5.0/HiroSystems.Clarinet.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: HiroSystems.Clarinet PackageVersion: 1.5.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/1.5.1/HiroSystems.Clarinet.installer.yaml b/manifests/h/HiroSystems/Clarinet/1.5.1/HiroSystems.Clarinet.installer.yaml index f053db0aa9b27..c4b41a4c78d04 100644 --- a/manifests/h/HiroSystems/Clarinet/1.5.1/HiroSystems.Clarinet.installer.yaml +++ b/manifests/h/HiroSystems/Clarinet/1.5.1/HiroSystems.Clarinet.installer.yaml @@ -1,11 +1,12 @@ -# 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: HiroSystems.Clarinet PackageVersion: 1.5.1 Platform: - Windows.Desktop MinimumOSVersion: 10.0.0.0 +InstallerType: wix Scope: machine InstallModes: - interactive @@ -14,9 +15,8 @@ InstallModes: UpgradeBehavior: install Installers: - Architecture: x64 - InstallerType: wix InstallerUrl: https://github.com/hirosystems/clarinet/releases/download/v1.5.1/clarinet-windows-x64.msi InstallerSha256: C739A2576AB1DFEAF9B920EBD57C22FCBBBE0AC936E4895C4DAA7D688AA3004F ProductCode: '{8373688B-AC60-4C8E-8C01-E080EA33AD53}' ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/1.5.1/HiroSystems.Clarinet.locale.en-US.yaml b/manifests/h/HiroSystems/Clarinet/1.5.1/HiroSystems.Clarinet.locale.en-US.yaml index 71bd1b1bbd5e8..452098cca4b8f 100644 --- a/manifests/h/HiroSystems/Clarinet/1.5.1/HiroSystems.Clarinet.locale.en-US.yaml +++ b/manifests/h/HiroSystems/Clarinet/1.5.1/HiroSystems.Clarinet.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: HiroSystems.Clarinet PackageVersion: 1.5.1 @@ -23,5 +23,10 @@ Tags: - cli - command-line - stacks +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/1.5.1/HiroSystems.Clarinet.yaml b/manifests/h/HiroSystems/Clarinet/1.5.1/HiroSystems.Clarinet.yaml index 548d7cc6f3e0f..5b38d268097f2 100644 --- a/manifests/h/HiroSystems/Clarinet/1.5.1/HiroSystems.Clarinet.yaml +++ b/manifests/h/HiroSystems/Clarinet/1.5.1/HiroSystems.Clarinet.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: HiroSystems.Clarinet PackageVersion: 1.5.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/1.5.2/HiroSystems.Clarinet.installer.yaml b/manifests/h/HiroSystems/Clarinet/1.5.2/HiroSystems.Clarinet.installer.yaml index e30a9b61f9e2e..ef0009e060de4 100644 --- a/manifests/h/HiroSystems/Clarinet/1.5.2/HiroSystems.Clarinet.installer.yaml +++ b/manifests/h/HiroSystems/Clarinet/1.5.2/HiroSystems.Clarinet.installer.yaml @@ -1,11 +1,12 @@ -# 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: HiroSystems.Clarinet PackageVersion: 1.5.2 Platform: - Windows.Desktop MinimumOSVersion: 10.0.0.0 +InstallerType: wix Scope: machine InstallModes: - interactive @@ -14,9 +15,8 @@ InstallModes: UpgradeBehavior: install Installers: - Architecture: x64 - InstallerType: wix InstallerUrl: https://github.com/hirosystems/clarinet/releases/download/v1.5.2/clarinet-windows-x64.msi InstallerSha256: 8DCFF007F980026E5F77BA8A9CB738B778207CAC4BCEF2C312A884A43D52C02E ProductCode: '{5F27FD22-5414-44A8-9A90-39D15D5FDBD8}' ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/1.5.2/HiroSystems.Clarinet.locale.en-US.yaml b/manifests/h/HiroSystems/Clarinet/1.5.2/HiroSystems.Clarinet.locale.en-US.yaml index b5e94feeedb53..69efd5c18edf8 100644 --- a/manifests/h/HiroSystems/Clarinet/1.5.2/HiroSystems.Clarinet.locale.en-US.yaml +++ b/manifests/h/HiroSystems/Clarinet/1.5.2/HiroSystems.Clarinet.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: HiroSystems.Clarinet PackageVersion: 1.5.2 @@ -23,5 +23,10 @@ Tags: - cli - command-line - stacks +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/1.5.2/HiroSystems.Clarinet.yaml b/manifests/h/HiroSystems/Clarinet/1.5.2/HiroSystems.Clarinet.yaml index 82b98bc565686..58d55498cbca5 100644 --- a/manifests/h/HiroSystems/Clarinet/1.5.2/HiroSystems.Clarinet.yaml +++ b/manifests/h/HiroSystems/Clarinet/1.5.2/HiroSystems.Clarinet.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: HiroSystems.Clarinet PackageVersion: 1.5.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/1.5.3/HiroSystems.Clarinet.installer.yaml b/manifests/h/HiroSystems/Clarinet/1.5.3/HiroSystems.Clarinet.installer.yaml index bd47c12c2e377..4709ffd64b907 100644 --- a/manifests/h/HiroSystems/Clarinet/1.5.3/HiroSystems.Clarinet.installer.yaml +++ b/manifests/h/HiroSystems/Clarinet/1.5.3/HiroSystems.Clarinet.installer.yaml @@ -1,11 +1,12 @@ -# 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: HiroSystems.Clarinet PackageVersion: 1.5.3 Platform: - Windows.Desktop MinimumOSVersion: 10.0.0.0 +InstallerType: wix Scope: machine InstallModes: - interactive @@ -14,9 +15,8 @@ InstallModes: UpgradeBehavior: install Installers: - Architecture: x64 - InstallerType: wix InstallerUrl: https://github.com/hirosystems/clarinet/releases/download/v1.5.3/clarinet-windows-x64.msi InstallerSha256: 37DADBFB5B189D2313EB9632D7CBE5DAF4EEA249B07B1ACFABA5EDC390B908AA ProductCode: '{C60E9926-5A9E-487C-BD20-FC203E5C0D25}' ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/1.5.3/HiroSystems.Clarinet.locale.en-US.yaml b/manifests/h/HiroSystems/Clarinet/1.5.3/HiroSystems.Clarinet.locale.en-US.yaml index 8228dc7a84f62..34f2045b8ef40 100644 --- a/manifests/h/HiroSystems/Clarinet/1.5.3/HiroSystems.Clarinet.locale.en-US.yaml +++ b/manifests/h/HiroSystems/Clarinet/1.5.3/HiroSystems.Clarinet.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: HiroSystems.Clarinet PackageVersion: 1.5.3 @@ -23,5 +23,10 @@ Tags: - cli - command-line - stacks +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/1.5.3/HiroSystems.Clarinet.yaml b/manifests/h/HiroSystems/Clarinet/1.5.3/HiroSystems.Clarinet.yaml index 5f955f740a019..a43f9305256b9 100644 --- a/manifests/h/HiroSystems/Clarinet/1.5.3/HiroSystems.Clarinet.yaml +++ b/manifests/h/HiroSystems/Clarinet/1.5.3/HiroSystems.Clarinet.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: HiroSystems.Clarinet PackageVersion: 1.5.3 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/1.5.4/HiroSystems.Clarinet.installer.yaml b/manifests/h/HiroSystems/Clarinet/1.5.4/HiroSystems.Clarinet.installer.yaml index 42c43e5fd84f7..f08352b80e7d5 100644 --- a/manifests/h/HiroSystems/Clarinet/1.5.4/HiroSystems.Clarinet.installer.yaml +++ b/manifests/h/HiroSystems/Clarinet/1.5.4/HiroSystems.Clarinet.installer.yaml @@ -1,11 +1,12 @@ -# 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: HiroSystems.Clarinet PackageVersion: 1.5.4 Platform: - Windows.Desktop MinimumOSVersion: 10.0.0.0 +InstallerType: wix Scope: machine InstallModes: - interactive @@ -14,9 +15,8 @@ InstallModes: UpgradeBehavior: install Installers: - Architecture: x64 - InstallerType: wix InstallerUrl: https://github.com/hirosystems/clarinet/releases/download/v1.5.4/clarinet-windows-x64.msi InstallerSha256: D136316F5E73A11DE582AB123C33A5303A9352F88D4A8F75246DF066CF71BC52 ProductCode: '{91305BF3-F217-4D6C-AEDD-09BFAEA6FF8D}' ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/1.5.4/HiroSystems.Clarinet.locale.en-US.yaml b/manifests/h/HiroSystems/Clarinet/1.5.4/HiroSystems.Clarinet.locale.en-US.yaml index c6e707c8fc58d..202eccd075390 100644 --- a/manifests/h/HiroSystems/Clarinet/1.5.4/HiroSystems.Clarinet.locale.en-US.yaml +++ b/manifests/h/HiroSystems/Clarinet/1.5.4/HiroSystems.Clarinet.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: HiroSystems.Clarinet PackageVersion: 1.5.4 @@ -23,5 +23,10 @@ Tags: - cli - command-line - stacks +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/1.5.4/HiroSystems.Clarinet.yaml b/manifests/h/HiroSystems/Clarinet/1.5.4/HiroSystems.Clarinet.yaml index 857f3c914ff0c..dd5b1b28b9395 100644 --- a/manifests/h/HiroSystems/Clarinet/1.5.4/HiroSystems.Clarinet.yaml +++ b/manifests/h/HiroSystems/Clarinet/1.5.4/HiroSystems.Clarinet.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: HiroSystems.Clarinet PackageVersion: 1.5.4 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/1.6.0/HiroSystems.Clarinet.installer.yaml b/manifests/h/HiroSystems/Clarinet/1.6.0/HiroSystems.Clarinet.installer.yaml index 04ec866ca8cdb..3be9a79521a42 100644 --- a/manifests/h/HiroSystems/Clarinet/1.6.0/HiroSystems.Clarinet.installer.yaml +++ b/manifests/h/HiroSystems/Clarinet/1.6.0/HiroSystems.Clarinet.installer.yaml @@ -1,11 +1,12 @@ -# 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: HiroSystems.Clarinet PackageVersion: 1.6.0 Platform: - Windows.Desktop MinimumOSVersion: 10.0.0.0 +InstallerType: wix Scope: machine InstallModes: - interactive @@ -14,9 +15,8 @@ InstallModes: UpgradeBehavior: install Installers: - Architecture: x64 - InstallerType: wix InstallerUrl: https://github.com/hirosystems/clarinet/releases/download/v1.6.0/clarinet-windows-x64.msi InstallerSha256: 02F9611938501635B7A55CBAF2D538933691CBECFE077929746BBC781FC801E6 ProductCode: '{D4912032-0203-48F1-B682-759F1F9FB865}' ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/1.6.0/HiroSystems.Clarinet.locale.en-US.yaml b/manifests/h/HiroSystems/Clarinet/1.6.0/HiroSystems.Clarinet.locale.en-US.yaml index 909ace775ef6c..6a5a213e45b9e 100644 --- a/manifests/h/HiroSystems/Clarinet/1.6.0/HiroSystems.Clarinet.locale.en-US.yaml +++ b/manifests/h/HiroSystems/Clarinet/1.6.0/HiroSystems.Clarinet.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: HiroSystems.Clarinet PackageVersion: 1.6.0 @@ -23,5 +23,10 @@ Tags: - cli - command-line - stacks +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/1.6.0/HiroSystems.Clarinet.yaml b/manifests/h/HiroSystems/Clarinet/1.6.0/HiroSystems.Clarinet.yaml index 69a53a7ac2b29..252197a3869e0 100644 --- a/manifests/h/HiroSystems/Clarinet/1.6.0/HiroSystems.Clarinet.yaml +++ b/manifests/h/HiroSystems/Clarinet/1.6.0/HiroSystems.Clarinet.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: HiroSystems.Clarinet PackageVersion: 1.6.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/1.6.1/HiroSystems.Clarinet.installer.yaml b/manifests/h/HiroSystems/Clarinet/1.6.1/HiroSystems.Clarinet.installer.yaml index b989dcbaba0d7..13cabaef649bf 100644 --- a/manifests/h/HiroSystems/Clarinet/1.6.1/HiroSystems.Clarinet.installer.yaml +++ b/manifests/h/HiroSystems/Clarinet/1.6.1/HiroSystems.Clarinet.installer.yaml @@ -1,11 +1,12 @@ -# 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: HiroSystems.Clarinet PackageVersion: 1.6.1 Platform: - Windows.Desktop MinimumOSVersion: 10.0.0.0 +InstallerType: wix Scope: machine InstallModes: - interactive @@ -14,9 +15,8 @@ InstallModes: UpgradeBehavior: install Installers: - Architecture: x64 - InstallerType: wix InstallerUrl: https://github.com/hirosystems/clarinet/releases/download/v1.6.1/clarinet-windows-x64.msi InstallerSha256: FF67DDCED8B9A5E12570A7603B33FC47922F83FCA1826625F4CFC0B4AC990AF9 ProductCode: '{5E7EA95F-C77F-47AA-8D4C-56C89E586B6D}' ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/1.6.1/HiroSystems.Clarinet.locale.en-US.yaml b/manifests/h/HiroSystems/Clarinet/1.6.1/HiroSystems.Clarinet.locale.en-US.yaml index a3a3cfada2672..d0f1c2ba692b4 100644 --- a/manifests/h/HiroSystems/Clarinet/1.6.1/HiroSystems.Clarinet.locale.en-US.yaml +++ b/manifests/h/HiroSystems/Clarinet/1.6.1/HiroSystems.Clarinet.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: HiroSystems.Clarinet PackageVersion: 1.6.1 @@ -23,5 +23,10 @@ Tags: - cli - command-line - stacks +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/1.6.1/HiroSystems.Clarinet.yaml b/manifests/h/HiroSystems/Clarinet/1.6.1/HiroSystems.Clarinet.yaml index d00a6718af12c..fe1b2e51ee1a4 100644 --- a/manifests/h/HiroSystems/Clarinet/1.6.1/HiroSystems.Clarinet.yaml +++ b/manifests/h/HiroSystems/Clarinet/1.6.1/HiroSystems.Clarinet.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: HiroSystems.Clarinet PackageVersion: 1.6.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/1.6.2/HiroSystems.Clarinet.installer.yaml b/manifests/h/HiroSystems/Clarinet/1.6.2/HiroSystems.Clarinet.installer.yaml index 20071de101466..bdbc5aefd48d9 100644 --- a/manifests/h/HiroSystems/Clarinet/1.6.2/HiroSystems.Clarinet.installer.yaml +++ b/manifests/h/HiroSystems/Clarinet/1.6.2/HiroSystems.Clarinet.installer.yaml @@ -1,11 +1,12 @@ -# 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: HiroSystems.Clarinet PackageVersion: 1.6.2 Platform: - Windows.Desktop MinimumOSVersion: 10.0.0.0 +InstallerType: wix Scope: machine InstallModes: - interactive @@ -14,9 +15,8 @@ InstallModes: UpgradeBehavior: install Installers: - Architecture: x64 - InstallerType: wix InstallerUrl: https://github.com/hirosystems/clarinet/releases/download/v1.6.2/clarinet-windows-x64.msi InstallerSha256: 30D3B7401FED084E7CD2BD29EA31F6FC0167ADD2729F3BB49B5046F20AD07BBE ProductCode: '{F5573DD7-F023-499A-BB4C-37D1E8B3E74F}' ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/1.6.2/HiroSystems.Clarinet.locale.en-US.yaml b/manifests/h/HiroSystems/Clarinet/1.6.2/HiroSystems.Clarinet.locale.en-US.yaml index 05013045c9f76..89ccd5b31985e 100644 --- a/manifests/h/HiroSystems/Clarinet/1.6.2/HiroSystems.Clarinet.locale.en-US.yaml +++ b/manifests/h/HiroSystems/Clarinet/1.6.2/HiroSystems.Clarinet.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: HiroSystems.Clarinet PackageVersion: 1.6.2 @@ -23,5 +23,10 @@ Tags: - cli - command-line - stacks +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/1.6.2/HiroSystems.Clarinet.yaml b/manifests/h/HiroSystems/Clarinet/1.6.2/HiroSystems.Clarinet.yaml index b621968888c35..0a16df4767522 100644 --- a/manifests/h/HiroSystems/Clarinet/1.6.2/HiroSystems.Clarinet.yaml +++ b/manifests/h/HiroSystems/Clarinet/1.6.2/HiroSystems.Clarinet.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: HiroSystems.Clarinet PackageVersion: 1.6.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/1.7.0/HiroSystems.Clarinet.installer.yaml b/manifests/h/HiroSystems/Clarinet/1.7.0/HiroSystems.Clarinet.installer.yaml index 76640919d68f8..c5443cd03e694 100644 --- a/manifests/h/HiroSystems/Clarinet/1.7.0/HiroSystems.Clarinet.installer.yaml +++ b/manifests/h/HiroSystems/Clarinet/1.7.0/HiroSystems.Clarinet.installer.yaml @@ -1,11 +1,12 @@ -# 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: HiroSystems.Clarinet PackageVersion: 1.7.0 Platform: - Windows.Desktop MinimumOSVersion: 10.0.0.0 +InstallerType: wix Scope: machine InstallModes: - interactive @@ -14,9 +15,8 @@ InstallModes: UpgradeBehavior: install Installers: - Architecture: x64 - InstallerType: wix InstallerUrl: https://github.com/hirosystems/clarinet/releases/download/v1.7.0/clarinet-windows-x64.msi InstallerSha256: 4BA79DE185FC4CFBEC0B6F06A3506529AFFF1A4B34568C549F1D63698A0E1C7D ProductCode: '{A3838DDD-5CA7-4C04-9A49-F8E8D7285311}' ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/1.7.0/HiroSystems.Clarinet.locale.en-US.yaml b/manifests/h/HiroSystems/Clarinet/1.7.0/HiroSystems.Clarinet.locale.en-US.yaml index d7aab71223ff4..ba30a87816747 100644 --- a/manifests/h/HiroSystems/Clarinet/1.7.0/HiroSystems.Clarinet.locale.en-US.yaml +++ b/manifests/h/HiroSystems/Clarinet/1.7.0/HiroSystems.Clarinet.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: HiroSystems.Clarinet PackageVersion: 1.7.0 @@ -23,5 +23,10 @@ Tags: - cli - command-line - stacks +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/1.7.0/HiroSystems.Clarinet.yaml b/manifests/h/HiroSystems/Clarinet/1.7.0/HiroSystems.Clarinet.yaml index 28e9bd4723b5a..c044f0debc2b0 100644 --- a/manifests/h/HiroSystems/Clarinet/1.7.0/HiroSystems.Clarinet.yaml +++ b/manifests/h/HiroSystems/Clarinet/1.7.0/HiroSystems.Clarinet.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: HiroSystems.Clarinet PackageVersion: 1.7.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/1.7.1/HiroSystems.Clarinet.installer.yaml b/manifests/h/HiroSystems/Clarinet/1.7.1/HiroSystems.Clarinet.installer.yaml index b1643def6f6cf..3641fa4824b52 100644 --- a/manifests/h/HiroSystems/Clarinet/1.7.1/HiroSystems.Clarinet.installer.yaml +++ b/manifests/h/HiroSystems/Clarinet/1.7.1/HiroSystems.Clarinet.installer.yaml @@ -1,11 +1,12 @@ -# 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: HiroSystems.Clarinet PackageVersion: 1.7.1 Platform: - Windows.Desktop MinimumOSVersion: 10.0.0.0 +InstallerType: wix Scope: machine InstallModes: - interactive @@ -14,9 +15,8 @@ InstallModes: UpgradeBehavior: install Installers: - Architecture: x64 - InstallerType: wix InstallerUrl: https://github.com/hirosystems/clarinet/releases/download/v1.7.1/clarinet-windows-x64.msi InstallerSha256: CA40A14216D5C898A7A8D750193FEFAD3FE8F65C0B9EA5569755FBBE0B3E8FA2 ProductCode: '{4243C72E-0404-4949-A664-F343C1F9E95E}' ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/1.7.1/HiroSystems.Clarinet.locale.en-US.yaml b/manifests/h/HiroSystems/Clarinet/1.7.1/HiroSystems.Clarinet.locale.en-US.yaml index fe7260489cb90..9822b2604f79d 100644 --- a/manifests/h/HiroSystems/Clarinet/1.7.1/HiroSystems.Clarinet.locale.en-US.yaml +++ b/manifests/h/HiroSystems/Clarinet/1.7.1/HiroSystems.Clarinet.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: HiroSystems.Clarinet PackageVersion: 1.7.1 @@ -23,5 +23,10 @@ Tags: - cli - command-line - stacks +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/1.7.1/HiroSystems.Clarinet.yaml b/manifests/h/HiroSystems/Clarinet/1.7.1/HiroSystems.Clarinet.yaml index 2696cf2749fb2..16ffb919b06f5 100644 --- a/manifests/h/HiroSystems/Clarinet/1.7.1/HiroSystems.Clarinet.yaml +++ b/manifests/h/HiroSystems/Clarinet/1.7.1/HiroSystems.Clarinet.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: HiroSystems.Clarinet PackageVersion: 1.7.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/1.8.0/HiroSystems.Clarinet.installer.yaml b/manifests/h/HiroSystems/Clarinet/1.8.0/HiroSystems.Clarinet.installer.yaml index fcf77ec4e9388..2fc227e954cfe 100644 --- a/manifests/h/HiroSystems/Clarinet/1.8.0/HiroSystems.Clarinet.installer.yaml +++ b/manifests/h/HiroSystems/Clarinet/1.8.0/HiroSystems.Clarinet.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: HiroSystems.Clarinet PackageVersion: 1.8.0 @@ -13,10 +13,10 @@ InstallModes: - silent - silentWithProgress UpgradeBehavior: install -ProductCode: '{F18110C4-F804-45EB-B212-1AAA50BFFF19}' Installers: - Architecture: x64 InstallerUrl: https://github.com/hirosystems/clarinet/releases/download/v1.8.0/clarinet-windows-x64.msi InstallerSha256: 22EBBC44784A30A7DF6F253A8CD4211D3BC0ECB9EB26B4D53CECC925CC35470B + ProductCode: '{F18110C4-F804-45EB-B212-1AAA50BFFF19}' ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/1.8.0/HiroSystems.Clarinet.locale.en-US.yaml b/manifests/h/HiroSystems/Clarinet/1.8.0/HiroSystems.Clarinet.locale.en-US.yaml index 931d2b3f9f74d..799bd636f188d 100644 --- a/manifests/h/HiroSystems/Clarinet/1.8.0/HiroSystems.Clarinet.locale.en-US.yaml +++ b/manifests/h/HiroSystems/Clarinet/1.8.0/HiroSystems.Clarinet.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: HiroSystems.Clarinet PackageVersion: 1.8.0 @@ -23,5 +23,10 @@ Tags: - cli - command-line - stacks +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/1.8.0/HiroSystems.Clarinet.yaml b/manifests/h/HiroSystems/Clarinet/1.8.0/HiroSystems.Clarinet.yaml index 4b139f25988aa..04f33a1bb9cde 100644 --- a/manifests/h/HiroSystems/Clarinet/1.8.0/HiroSystems.Clarinet.yaml +++ b/manifests/h/HiroSystems/Clarinet/1.8.0/HiroSystems.Clarinet.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: HiroSystems.Clarinet PackageVersion: 1.8.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/2.0.0/HiroSystems.Clarinet.installer.yaml b/manifests/h/HiroSystems/Clarinet/2.0.0/HiroSystems.Clarinet.installer.yaml index f7efb3d8b9693..b1b0fea18348f 100644 --- a/manifests/h/HiroSystems/Clarinet/2.0.0/HiroSystems.Clarinet.installer.yaml +++ b/manifests/h/HiroSystems/Clarinet/2.0.0/HiroSystems.Clarinet.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: HiroSystems.Clarinet PackageVersion: 2.0.0 @@ -13,10 +13,10 @@ InstallModes: - silent - silentWithProgress UpgradeBehavior: install -ProductCode: '{89D9D8A6-F46E-48ED-BA78-2DE768A7D6B3}' Installers: - Architecture: x64 InstallerUrl: https://github.com/hirosystems/clarinet/releases/download/v2.0.0/clarinet-windows-x64.msi InstallerSha256: 21D57B0AA092ECF3A90A90F69A284F49F1ABD5097A318897A0D7DDE1283469B5 + ProductCode: '{89D9D8A6-F46E-48ED-BA78-2DE768A7D6B3}' ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/2.0.0/HiroSystems.Clarinet.locale.en-US.yaml b/manifests/h/HiroSystems/Clarinet/2.0.0/HiroSystems.Clarinet.locale.en-US.yaml index f0345fef93bb0..037e226834469 100644 --- a/manifests/h/HiroSystems/Clarinet/2.0.0/HiroSystems.Clarinet.locale.en-US.yaml +++ b/manifests/h/HiroSystems/Clarinet/2.0.0/HiroSystems.Clarinet.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: HiroSystems.Clarinet PackageVersion: 2.0.0 @@ -23,5 +23,10 @@ Tags: - cli - command-line - stacks +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/2.0.0/HiroSystems.Clarinet.yaml b/manifests/h/HiroSystems/Clarinet/2.0.0/HiroSystems.Clarinet.yaml index 614ad29eefbb1..506d7e76eefbf 100644 --- a/manifests/h/HiroSystems/Clarinet/2.0.0/HiroSystems.Clarinet.yaml +++ b/manifests/h/HiroSystems/Clarinet/2.0.0/HiroSystems.Clarinet.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: HiroSystems.Clarinet PackageVersion: 2.0.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/2.1.0/HiroSystems.Clarinet.installer.yaml b/manifests/h/HiroSystems/Clarinet/2.1.0/HiroSystems.Clarinet.installer.yaml index c1e51de91e8d8..f3f2f5f01157b 100644 --- a/manifests/h/HiroSystems/Clarinet/2.1.0/HiroSystems.Clarinet.installer.yaml +++ b/manifests/h/HiroSystems/Clarinet/2.1.0/HiroSystems.Clarinet.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: HiroSystems.Clarinet PackageVersion: 2.1.0 @@ -13,10 +13,10 @@ InstallModes: - silent - silentWithProgress UpgradeBehavior: install -ProductCode: '{8EEB0DE8-F06C-463F-A97C-2559F8D91D21}' Installers: - Architecture: x64 InstallerUrl: https://github.com/hirosystems/clarinet/releases/download/v2.1.0/clarinet-windows-x64.msi InstallerSha256: F865D4D8DD74258E4A6774A8BA22E001E8F87C6D9ADC8B4BC0C14240166C8209 + ProductCode: '{8EEB0DE8-F06C-463F-A97C-2559F8D91D21}' ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/2.1.0/HiroSystems.Clarinet.locale.en-US.yaml b/manifests/h/HiroSystems/Clarinet/2.1.0/HiroSystems.Clarinet.locale.en-US.yaml index 3f2bc14484587..12e133efe58e0 100644 --- a/manifests/h/HiroSystems/Clarinet/2.1.0/HiroSystems.Clarinet.locale.en-US.yaml +++ b/manifests/h/HiroSystems/Clarinet/2.1.0/HiroSystems.Clarinet.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: HiroSystems.Clarinet PackageVersion: 2.1.0 @@ -23,5 +23,10 @@ Tags: - cli - command-line - stacks +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/2.1.0/HiroSystems.Clarinet.yaml b/manifests/h/HiroSystems/Clarinet/2.1.0/HiroSystems.Clarinet.yaml index 108db34189cc7..54785f382f998 100644 --- a/manifests/h/HiroSystems/Clarinet/2.1.0/HiroSystems.Clarinet.yaml +++ b/manifests/h/HiroSystems/Clarinet/2.1.0/HiroSystems.Clarinet.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: HiroSystems.Clarinet PackageVersion: 2.1.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/2.10.0/HiroSystems.Clarinet.installer.yaml b/manifests/h/HiroSystems/Clarinet/2.10.0/HiroSystems.Clarinet.installer.yaml index 204df68fcb8e8..4864f12b2bbf8 100644 --- a/manifests/h/HiroSystems/Clarinet/2.10.0/HiroSystems.Clarinet.installer.yaml +++ b/manifests/h/HiroSystems/Clarinet/2.10.0/HiroSystems.Clarinet.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: HiroSystems.Clarinet PackageVersion: 2.10.0 @@ -13,11 +13,11 @@ InstallModes: - silent - silentWithProgress UpgradeBehavior: install -ProductCode: '{9E8FB0A1-2D6B-454E-ADB7-284E2D2A2A3A}' +ReleaseDate: 2024-10-18 Installers: - Architecture: x64 InstallerUrl: https://github.com/hirosystems/clarinet/releases/download/v2.10.0/clarinet-windows-x64.msi InstallerSha256: 0EE7DCD2DD5A45D85033720B5B35BAB8BD481554D4414647317556D95C4C1080 + ProductCode: '{9E8FB0A1-2D6B-454E-ADB7-284E2D2A2A3A}' ManifestType: installer -ManifestVersion: 1.6.0 -ReleaseDate: 2024-10-18 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/2.10.0/HiroSystems.Clarinet.locale.en-US.yaml b/manifests/h/HiroSystems/Clarinet/2.10.0/HiroSystems.Clarinet.locale.en-US.yaml index 7599bd9f39b33..cb151ca8a0477 100644 --- a/manifests/h/HiroSystems/Clarinet/2.10.0/HiroSystems.Clarinet.locale.en-US.yaml +++ b/manifests/h/HiroSystems/Clarinet/2.10.0/HiroSystems.Clarinet.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: HiroSystems.Clarinet PackageVersion: 2.10.0 @@ -23,6 +23,10 @@ Tags: - cli - command-line - stacks +# ReleaseNotes: ReleaseNotesUrl: https://github.com/hirosystems/clarinet/releases/tag/v2.10.0 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/2.10.0/HiroSystems.Clarinet.yaml b/manifests/h/HiroSystems/Clarinet/2.10.0/HiroSystems.Clarinet.yaml index b58803ee38f63..7bb69b57770d3 100644 --- a/manifests/h/HiroSystems/Clarinet/2.10.0/HiroSystems.Clarinet.yaml +++ b/manifests/h/HiroSystems/Clarinet/2.10.0/HiroSystems.Clarinet.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: HiroSystems.Clarinet PackageVersion: 2.10.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/2.11.0/HiroSystems.Clarinet.installer.yaml b/manifests/h/HiroSystems/Clarinet/2.11.0/HiroSystems.Clarinet.installer.yaml index e0decc04a117d..5d33b37c4bc9e 100644 --- a/manifests/h/HiroSystems/Clarinet/2.11.0/HiroSystems.Clarinet.installer.yaml +++ b/manifests/h/HiroSystems/Clarinet/2.11.0/HiroSystems.Clarinet.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: HiroSystems.Clarinet PackageVersion: 2.11.0 @@ -13,11 +13,11 @@ InstallModes: - silent - silentWithProgress UpgradeBehavior: install -ProductCode: '{D84456BF-F6A6-4A10-BA72-80580C4088EB}' +ReleaseDate: 2024-10-28 Installers: - Architecture: x64 InstallerUrl: https://github.com/hirosystems/clarinet/releases/download/v2.11.0/clarinet-windows-x64.msi InstallerSha256: 304BFC85E9EC73E0A5CDD90C3A921A7304D592DAC36CED9ADD04ABB61F6D541F + ProductCode: '{D84456BF-F6A6-4A10-BA72-80580C4088EB}' ManifestType: installer -ManifestVersion: 1.6.0 -ReleaseDate: 2024-10-28 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/2.11.0/HiroSystems.Clarinet.locale.en-US.yaml b/manifests/h/HiroSystems/Clarinet/2.11.0/HiroSystems.Clarinet.locale.en-US.yaml index 1a4aea199e929..b03fb65bf4abb 100644 --- a/manifests/h/HiroSystems/Clarinet/2.11.0/HiroSystems.Clarinet.locale.en-US.yaml +++ b/manifests/h/HiroSystems/Clarinet/2.11.0/HiroSystems.Clarinet.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: HiroSystems.Clarinet PackageVersion: 2.11.0 @@ -23,6 +23,10 @@ Tags: - cli - command-line - stacks +# ReleaseNotes: ReleaseNotesUrl: https://github.com/hirosystems/clarinet/releases/tag/v2.11.0 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/2.11.0/HiroSystems.Clarinet.yaml b/manifests/h/HiroSystems/Clarinet/2.11.0/HiroSystems.Clarinet.yaml index 97259cf28d379..3c93cc0dd7c31 100644 --- a/manifests/h/HiroSystems/Clarinet/2.11.0/HiroSystems.Clarinet.yaml +++ b/manifests/h/HiroSystems/Clarinet/2.11.0/HiroSystems.Clarinet.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: HiroSystems.Clarinet PackageVersion: 2.11.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/2.11.1/HiroSystems.Clarinet.installer.yaml b/manifests/h/HiroSystems/Clarinet/2.11.1/HiroSystems.Clarinet.installer.yaml index 6746eb2b2615e..e9aa74f338654 100644 --- a/manifests/h/HiroSystems/Clarinet/2.11.1/HiroSystems.Clarinet.installer.yaml +++ b/manifests/h/HiroSystems/Clarinet/2.11.1/HiroSystems.Clarinet.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: HiroSystems.Clarinet PackageVersion: 2.11.1 @@ -13,11 +13,11 @@ InstallModes: - silent - silentWithProgress UpgradeBehavior: install -ProductCode: '{57B41841-4F64-4021-B5B6-5042B1BCDBDF}' +ReleaseDate: 2024-10-29 Installers: - Architecture: x64 InstallerUrl: https://github.com/hirosystems/clarinet/releases/download/v2.11.1/clarinet-windows-x64.msi InstallerSha256: 70F8C34870FE79B700F787D7D57E625F0F681318649559824ECA5BE9BF4252F0 + ProductCode: '{57B41841-4F64-4021-B5B6-5042B1BCDBDF}' ManifestType: installer -ManifestVersion: 1.6.0 -ReleaseDate: 2024-10-29 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/2.11.1/HiroSystems.Clarinet.locale.en-US.yaml b/manifests/h/HiroSystems/Clarinet/2.11.1/HiroSystems.Clarinet.locale.en-US.yaml index 417b5db8d7729..5bd6e14d412db 100644 --- a/manifests/h/HiroSystems/Clarinet/2.11.1/HiroSystems.Clarinet.locale.en-US.yaml +++ b/manifests/h/HiroSystems/Clarinet/2.11.1/HiroSystems.Clarinet.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: HiroSystems.Clarinet PackageVersion: 2.11.1 @@ -23,6 +23,10 @@ Tags: - cli - command-line - stacks +# ReleaseNotes: ReleaseNotesUrl: https://github.com/hirosystems/clarinet/releases/tag/v2.11.1 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/2.11.1/HiroSystems.Clarinet.yaml b/manifests/h/HiroSystems/Clarinet/2.11.1/HiroSystems.Clarinet.yaml index f1ece59e30757..22a38f5f21b04 100644 --- a/manifests/h/HiroSystems/Clarinet/2.11.1/HiroSystems.Clarinet.yaml +++ b/manifests/h/HiroSystems/Clarinet/2.11.1/HiroSystems.Clarinet.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: HiroSystems.Clarinet PackageVersion: 2.11.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/2.11.2/HiroSystems.Clarinet.installer.yaml b/manifests/h/HiroSystems/Clarinet/2.11.2/HiroSystems.Clarinet.installer.yaml index 18979742ad4e9..4d8111e4112ff 100644 --- a/manifests/h/HiroSystems/Clarinet/2.11.2/HiroSystems.Clarinet.installer.yaml +++ b/manifests/h/HiroSystems/Clarinet/2.11.2/HiroSystems.Clarinet.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: HiroSystems.Clarinet PackageVersion: 2.11.2 @@ -13,11 +13,11 @@ InstallModes: - silent - silentWithProgress UpgradeBehavior: install -ProductCode: '{84E70133-1BBA-446D-85CD-4BCDFCD5D586}' +ReleaseDate: 2024-10-30 Installers: - Architecture: x64 InstallerUrl: https://github.com/hirosystems/clarinet/releases/download/v2.11.2/clarinet-windows-x64.msi InstallerSha256: 2AF8F4A2500403531DED34E84C8B82CF24F51254BF8D68F149755B2A523DC917 + ProductCode: '{84E70133-1BBA-446D-85CD-4BCDFCD5D586}' ManifestType: installer -ManifestVersion: 1.6.0 -ReleaseDate: 2024-10-30 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/2.11.2/HiroSystems.Clarinet.locale.en-US.yaml b/manifests/h/HiroSystems/Clarinet/2.11.2/HiroSystems.Clarinet.locale.en-US.yaml index be44995300053..8eacf9304a927 100644 --- a/manifests/h/HiroSystems/Clarinet/2.11.2/HiroSystems.Clarinet.locale.en-US.yaml +++ b/manifests/h/HiroSystems/Clarinet/2.11.2/HiroSystems.Clarinet.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: HiroSystems.Clarinet PackageVersion: 2.11.2 @@ -23,6 +23,10 @@ Tags: - cli - command-line - stacks +# ReleaseNotes: ReleaseNotesUrl: https://github.com/hirosystems/clarinet/releases/tag/v2.11.2 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/2.11.2/HiroSystems.Clarinet.yaml b/manifests/h/HiroSystems/Clarinet/2.11.2/HiroSystems.Clarinet.yaml index 14ef76173cf15..534a4da390916 100644 --- a/manifests/h/HiroSystems/Clarinet/2.11.2/HiroSystems.Clarinet.yaml +++ b/manifests/h/HiroSystems/Clarinet/2.11.2/HiroSystems.Clarinet.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: HiroSystems.Clarinet PackageVersion: 2.11.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/2.12.0/HiroSystems.Clarinet.installer.yaml b/manifests/h/HiroSystems/Clarinet/2.12.0/HiroSystems.Clarinet.installer.yaml index 5920331bf68c8..e3bb7cf9357cd 100644 --- a/manifests/h/HiroSystems/Clarinet/2.12.0/HiroSystems.Clarinet.installer.yaml +++ b/manifests/h/HiroSystems/Clarinet/2.12.0/HiroSystems.Clarinet.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: HiroSystems.Clarinet @@ -13,11 +13,11 @@ InstallModes: - silent - silentWithProgress UpgradeBehavior: install -ProductCode: '{BC9475D3-F503-42C6-8B11-6846DC440BC9}' +ReleaseDate: 2024-12-18 Installers: - Architecture: x64 InstallerUrl: https://github.com/hirosystems/clarinet/releases/download/v2.12.0/clarinet-windows-x64.msi InstallerSha256: CF82F1403E8D2908D232BFF92717F92F01AB2394FD60EA673F2181E7532AE423 + ProductCode: '{BC9475D3-F503-42C6-8B11-6846DC440BC9}' ManifestType: installer ManifestVersion: 1.9.0 -ReleaseDate: 2024-12-18 diff --git a/manifests/h/HiroSystems/Clarinet/2.12.0/HiroSystems.Clarinet.locale.en-US.yaml b/manifests/h/HiroSystems/Clarinet/2.12.0/HiroSystems.Clarinet.locale.en-US.yaml index e62d069c3d758..f057a691fb486 100644 --- a/manifests/h/HiroSystems/Clarinet/2.12.0/HiroSystems.Clarinet.locale.en-US.yaml +++ b/manifests/h/HiroSystems/Clarinet/2.12.0/HiroSystems.Clarinet.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: HiroSystems.Clarinet @@ -23,6 +23,10 @@ Tags: - cli - command-line - stacks +# ReleaseNotes: ReleaseNotesUrl: https://github.com/hirosystems/clarinet/releases/tag/v2.12.0 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/2.12.0/HiroSystems.Clarinet.yaml b/manifests/h/HiroSystems/Clarinet/2.12.0/HiroSystems.Clarinet.yaml index 770e010cac23f..c16f1950b2f9d 100644 --- a/manifests/h/HiroSystems/Clarinet/2.12.0/HiroSystems.Clarinet.yaml +++ b/manifests/h/HiroSystems/Clarinet/2.12.0/HiroSystems.Clarinet.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: HiroSystems.Clarinet diff --git a/manifests/h/HiroSystems/Clarinet/2.13.0/HiroSystems.Clarinet.installer.yaml b/manifests/h/HiroSystems/Clarinet/2.13.0/HiroSystems.Clarinet.installer.yaml new file mode 100644 index 0000000000000..da58246829f2d --- /dev/null +++ b/manifests/h/HiroSystems/Clarinet/2.13.0/HiroSystems.Clarinet.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: HiroSystems.Clarinet +PackageVersion: 2.13.0 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: wix +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: '{95227D61-C026-4657-9D3F-7703BF746E98}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/hirosystems/clarinet/releases/download/v2.13.0/clarinet-windows-x64.msi + InstallerSha256: 819B1B069EB61B705908E437641F5277D4EF4B9386F7D0266F4FE906C07C8CEE +ManifestType: installer +ManifestVersion: 1.9.0 +ReleaseDate: 2025-02-11 diff --git a/manifests/h/HiroSystems/Clarinet/2.13.0/HiroSystems.Clarinet.locale.en-US.yaml b/manifests/h/HiroSystems/Clarinet/2.13.0/HiroSystems.Clarinet.locale.en-US.yaml new file mode 100644 index 0000000000000..300f1ea1f1e7c --- /dev/null +++ b/manifests/h/HiroSystems/Clarinet/2.13.0/HiroSystems.Clarinet.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: HiroSystems.Clarinet +PackageVersion: 2.13.0 +PackageLocale: en-US +Publisher: Hiro Systems +PublisherUrl: https://www.hiro.so/ +PublisherSupportUrl: https://github.com/hirosystems/clarinet/issues +PrivacyUrl: https://www.hiro.so/terms-privacy +Author: Hiro Systems +PackageName: clarinet +PackageUrl: https://github.com/hirosystems/clarinet +License: GPL-3.0 +LicenseUrl: https://raw.githubusercontent.com/hirosystems/clarinet/main/LICENSE +Copyright: Copyright (C) 2007 Free Software Foundation, Inc +CopyrightUrl: https://raw.githubusercontent.com/hirosystems/clarinet/main/LICENSE +ShortDescription: Command-line tool and runtime for the Clarity smart contract language. +Description: Clarinet is a Clarity runtime packaged as a command line tool, designed to facilitate smart contract understanding, development, testing and deployment. Clarinet consists of a Clarity REPL and a testing harness, which, when used together allow you to rapidly develop and test a Clarity smart contract, with the need to deploy the contract to a local devnet or testnet. +Moniker: clarinet +Tags: +- blockchain +- cli +- command-line +- stacks +ReleaseNotesUrl: https://github.com/hirosystems/clarinet/releases/tag/v2.13.0 +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/2.13.0/HiroSystems.Clarinet.yaml b/manifests/h/HiroSystems/Clarinet/2.13.0/HiroSystems.Clarinet.yaml new file mode 100644 index 0000000000000..8a39f6036bd1f --- /dev/null +++ b/manifests/h/HiroSystems/Clarinet/2.13.0/HiroSystems.Clarinet.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: HiroSystems.Clarinet +PackageVersion: 2.13.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/2.2.0/HiroSystems.Clarinet.installer.yaml b/manifests/h/HiroSystems/Clarinet/2.2.0/HiroSystems.Clarinet.installer.yaml index 3e8ca03bbc982..a43e6754f95fa 100644 --- a/manifests/h/HiroSystems/Clarinet/2.2.0/HiroSystems.Clarinet.installer.yaml +++ b/manifests/h/HiroSystems/Clarinet/2.2.0/HiroSystems.Clarinet.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: HiroSystems.Clarinet PackageVersion: 2.2.0 @@ -13,10 +13,10 @@ InstallModes: - silent - silentWithProgress UpgradeBehavior: install -ProductCode: '{41B5B7D3-D8BE-4B6C-BB95-8DF0DE5B2859}' Installers: - Architecture: x64 InstallerUrl: https://github.com/hirosystems/clarinet/releases/download/v2.2.0/clarinet-windows-x64.msi InstallerSha256: 7B00294F977321925503A6936D6A38A433E21E9E97C14DF85B299A94C670207A + ProductCode: '{41B5B7D3-D8BE-4B6C-BB95-8DF0DE5B2859}' ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/2.2.0/HiroSystems.Clarinet.locale.en-US.yaml b/manifests/h/HiroSystems/Clarinet/2.2.0/HiroSystems.Clarinet.locale.en-US.yaml index 923b05db537cd..e7639a289efb9 100644 --- a/manifests/h/HiroSystems/Clarinet/2.2.0/HiroSystems.Clarinet.locale.en-US.yaml +++ b/manifests/h/HiroSystems/Clarinet/2.2.0/HiroSystems.Clarinet.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: HiroSystems.Clarinet PackageVersion: 2.2.0 @@ -23,5 +23,10 @@ Tags: - cli - command-line - stacks +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/2.2.0/HiroSystems.Clarinet.yaml b/manifests/h/HiroSystems/Clarinet/2.2.0/HiroSystems.Clarinet.yaml index c4e800ca68d4a..e003ab07d173c 100644 --- a/manifests/h/HiroSystems/Clarinet/2.2.0/HiroSystems.Clarinet.yaml +++ b/manifests/h/HiroSystems/Clarinet/2.2.0/HiroSystems.Clarinet.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: HiroSystems.Clarinet PackageVersion: 2.2.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/2.3.0/HiroSystems.Clarinet.installer.yaml b/manifests/h/HiroSystems/Clarinet/2.3.0/HiroSystems.Clarinet.installer.yaml index 2ab119970b866..d39f1f67f4de3 100644 --- a/manifests/h/HiroSystems/Clarinet/2.3.0/HiroSystems.Clarinet.installer.yaml +++ b/manifests/h/HiroSystems/Clarinet/2.3.0/HiroSystems.Clarinet.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: HiroSystems.Clarinet PackageVersion: 2.3.0 @@ -13,10 +13,10 @@ InstallModes: - silent - silentWithProgress UpgradeBehavior: install -ProductCode: '{92DE6807-7A10-4FEC-BB96-96CA4911A06F}' Installers: - Architecture: x64 InstallerUrl: https://github.com/hirosystems/clarinet/releases/download/v2.3.0/clarinet-windows-x64.msi InstallerSha256: FDBA9381A4142F86C2E1BEE73A40CC71A4914381B416CEEFBF5B1C0538D9495D + ProductCode: '{92DE6807-7A10-4FEC-BB96-96CA4911A06F}' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/2.3.0/HiroSystems.Clarinet.locale.en-US.yaml b/manifests/h/HiroSystems/Clarinet/2.3.0/HiroSystems.Clarinet.locale.en-US.yaml index b90d2d076a78a..a13e732279b3f 100644 --- a/manifests/h/HiroSystems/Clarinet/2.3.0/HiroSystems.Clarinet.locale.en-US.yaml +++ b/manifests/h/HiroSystems/Clarinet/2.3.0/HiroSystems.Clarinet.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: HiroSystems.Clarinet PackageVersion: 2.3.0 @@ -23,5 +23,10 @@ Tags: - cli - command-line - stacks +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/2.3.0/HiroSystems.Clarinet.yaml b/manifests/h/HiroSystems/Clarinet/2.3.0/HiroSystems.Clarinet.yaml index ca32cee1c938a..1eaf29f72168b 100644 --- a/manifests/h/HiroSystems/Clarinet/2.3.0/HiroSystems.Clarinet.yaml +++ b/manifests/h/HiroSystems/Clarinet/2.3.0/HiroSystems.Clarinet.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: HiroSystems.Clarinet PackageVersion: 2.3.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/2.4.0/HiroSystems.Clarinet.installer.yaml b/manifests/h/HiroSystems/Clarinet/2.4.0/HiroSystems.Clarinet.installer.yaml index 5e219cccaeeba..8e865c3317379 100644 --- a/manifests/h/HiroSystems/Clarinet/2.4.0/HiroSystems.Clarinet.installer.yaml +++ b/manifests/h/HiroSystems/Clarinet/2.4.0/HiroSystems.Clarinet.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: HiroSystems.Clarinet PackageVersion: 2.4.0 @@ -13,10 +13,10 @@ InstallModes: - silent - silentWithProgress UpgradeBehavior: install -ProductCode: '{C3529B28-4D2D-42B5-81BC-D2D4C5E0AD04}' Installers: - Architecture: x64 InstallerUrl: https://github.com/hirosystems/clarinet/releases/download/v2.4.0/clarinet-windows-x64.msi InstallerSha256: 4E9B394F78C086809C3BB683BB80575FBA9B7ACE0E5C3E610E579A8E63EFCD2D + ProductCode: '{C3529B28-4D2D-42B5-81BC-D2D4C5E0AD04}' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/2.4.0/HiroSystems.Clarinet.locale.en-US.yaml b/manifests/h/HiroSystems/Clarinet/2.4.0/HiroSystems.Clarinet.locale.en-US.yaml index 0c298d234cf3e..9c59ac8f71d1f 100644 --- a/manifests/h/HiroSystems/Clarinet/2.4.0/HiroSystems.Clarinet.locale.en-US.yaml +++ b/manifests/h/HiroSystems/Clarinet/2.4.0/HiroSystems.Clarinet.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: HiroSystems.Clarinet PackageVersion: 2.4.0 @@ -23,5 +23,10 @@ Tags: - cli - command-line - stacks +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/2.4.0/HiroSystems.Clarinet.yaml b/manifests/h/HiroSystems/Clarinet/2.4.0/HiroSystems.Clarinet.yaml index 7ebe1cf760f7c..b2d4231f16c33 100644 --- a/manifests/h/HiroSystems/Clarinet/2.4.0/HiroSystems.Clarinet.yaml +++ b/manifests/h/HiroSystems/Clarinet/2.4.0/HiroSystems.Clarinet.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: HiroSystems.Clarinet PackageVersion: 2.4.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/2.4.1/HiroSystems.Clarinet.installer.yaml b/manifests/h/HiroSystems/Clarinet/2.4.1/HiroSystems.Clarinet.installer.yaml index 3d842b6b282e0..766f4d5d464eb 100644 --- a/manifests/h/HiroSystems/Clarinet/2.4.1/HiroSystems.Clarinet.installer.yaml +++ b/manifests/h/HiroSystems/Clarinet/2.4.1/HiroSystems.Clarinet.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: HiroSystems.Clarinet PackageVersion: 2.4.1 @@ -13,10 +13,10 @@ InstallModes: - silent - silentWithProgress UpgradeBehavior: install -ProductCode: '{CA57F170-8FCB-44F3-9673-425FAE7D0187}' Installers: - Architecture: x64 InstallerUrl: https://github.com/hirosystems/clarinet/releases/download/v2.4.1/clarinet-windows-x64.msi InstallerSha256: DB5C5B8D63654E211867158D0186AC1F33FD067A313DD71364C60B8032139F54 + ProductCode: '{CA57F170-8FCB-44F3-9673-425FAE7D0187}' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/2.4.1/HiroSystems.Clarinet.locale.en-US.yaml b/manifests/h/HiroSystems/Clarinet/2.4.1/HiroSystems.Clarinet.locale.en-US.yaml index 4846ac53ea5ff..326a26170d458 100644 --- a/manifests/h/HiroSystems/Clarinet/2.4.1/HiroSystems.Clarinet.locale.en-US.yaml +++ b/manifests/h/HiroSystems/Clarinet/2.4.1/HiroSystems.Clarinet.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: HiroSystems.Clarinet PackageVersion: 2.4.1 @@ -23,5 +23,10 @@ Tags: - cli - command-line - stacks +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/2.4.1/HiroSystems.Clarinet.yaml b/manifests/h/HiroSystems/Clarinet/2.4.1/HiroSystems.Clarinet.yaml index 6fff684abc7e1..ac476f53662e9 100644 --- a/manifests/h/HiroSystems/Clarinet/2.4.1/HiroSystems.Clarinet.yaml +++ b/manifests/h/HiroSystems/Clarinet/2.4.1/HiroSystems.Clarinet.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: HiroSystems.Clarinet PackageVersion: 2.4.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/2.5.0/HiroSystems.Clarinet.installer.yaml b/manifests/h/HiroSystems/Clarinet/2.5.0/HiroSystems.Clarinet.installer.yaml index 813472fec09bf..2169851af2e1a 100644 --- a/manifests/h/HiroSystems/Clarinet/2.5.0/HiroSystems.Clarinet.installer.yaml +++ b/manifests/h/HiroSystems/Clarinet/2.5.0/HiroSystems.Clarinet.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: HiroSystems.Clarinet PackageVersion: 2.5.0 @@ -13,10 +13,10 @@ InstallModes: - silent - silentWithProgress UpgradeBehavior: install -ProductCode: '{A973CA48-2B28-45B8-92CD-60BCD10DE2CC}' Installers: - Architecture: x64 InstallerUrl: https://github.com/hirosystems/clarinet/releases/download/v2.5.0/clarinet-windows-x64.msi InstallerSha256: 34B7688F2491448ABF6788F0CF7D0700E5BB2FCEB565761B0ABD708D88BE4E59 + ProductCode: '{A973CA48-2B28-45B8-92CD-60BCD10DE2CC}' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/2.5.0/HiroSystems.Clarinet.locale.en-US.yaml b/manifests/h/HiroSystems/Clarinet/2.5.0/HiroSystems.Clarinet.locale.en-US.yaml index fcaf1663bc136..0fbac7446cccf 100644 --- a/manifests/h/HiroSystems/Clarinet/2.5.0/HiroSystems.Clarinet.locale.en-US.yaml +++ b/manifests/h/HiroSystems/Clarinet/2.5.0/HiroSystems.Clarinet.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: HiroSystems.Clarinet PackageVersion: 2.5.0 @@ -23,5 +23,10 @@ Tags: - cli - command-line - stacks +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/2.5.0/HiroSystems.Clarinet.yaml b/manifests/h/HiroSystems/Clarinet/2.5.0/HiroSystems.Clarinet.yaml index d722d3ffe1d79..ef02202060038 100644 --- a/manifests/h/HiroSystems/Clarinet/2.5.0/HiroSystems.Clarinet.yaml +++ b/manifests/h/HiroSystems/Clarinet/2.5.0/HiroSystems.Clarinet.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: HiroSystems.Clarinet PackageVersion: 2.5.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/2.5.1/HiroSystems.Clarinet.installer.yaml b/manifests/h/HiroSystems/Clarinet/2.5.1/HiroSystems.Clarinet.installer.yaml index 00177daff00c8..081fcb8c60ec7 100644 --- a/manifests/h/HiroSystems/Clarinet/2.5.1/HiroSystems.Clarinet.installer.yaml +++ b/manifests/h/HiroSystems/Clarinet/2.5.1/HiroSystems.Clarinet.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: HiroSystems.Clarinet PackageVersion: 2.5.1 @@ -13,10 +13,10 @@ InstallModes: - silent - silentWithProgress UpgradeBehavior: install -ProductCode: '{103A5BA4-2C0A-4F3E-9143-C2BBC47F7044}' Installers: - Architecture: x64 InstallerUrl: https://github.com/hirosystems/clarinet/releases/download/v2.5.1/clarinet-windows-x64.msi InstallerSha256: 3B6FD764A9D52AAB29BCA9F0C9F12DB1D151B0473DAADFF3CCC5C5F1E48F4C46 + ProductCode: '{103A5BA4-2C0A-4F3E-9143-C2BBC47F7044}' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/2.5.1/HiroSystems.Clarinet.locale.en-US.yaml b/manifests/h/HiroSystems/Clarinet/2.5.1/HiroSystems.Clarinet.locale.en-US.yaml index 433096f5f23ff..fe3cb2c09c3ec 100644 --- a/manifests/h/HiroSystems/Clarinet/2.5.1/HiroSystems.Clarinet.locale.en-US.yaml +++ b/manifests/h/HiroSystems/Clarinet/2.5.1/HiroSystems.Clarinet.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: HiroSystems.Clarinet PackageVersion: 2.5.1 @@ -23,5 +23,10 @@ Tags: - cli - command-line - stacks +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/2.5.1/HiroSystems.Clarinet.yaml b/manifests/h/HiroSystems/Clarinet/2.5.1/HiroSystems.Clarinet.yaml index 3370a9f5c8e82..03b70cccffc20 100644 --- a/manifests/h/HiroSystems/Clarinet/2.5.1/HiroSystems.Clarinet.yaml +++ b/manifests/h/HiroSystems/Clarinet/2.5.1/HiroSystems.Clarinet.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: HiroSystems.Clarinet PackageVersion: 2.5.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/2.6.0/HiroSystems.Clarinet.installer.yaml b/manifests/h/HiroSystems/Clarinet/2.6.0/HiroSystems.Clarinet.installer.yaml index 59ce1066fab3d..add46b39231ca 100644 --- a/manifests/h/HiroSystems/Clarinet/2.6.0/HiroSystems.Clarinet.installer.yaml +++ b/manifests/h/HiroSystems/Clarinet/2.6.0/HiroSystems.Clarinet.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: HiroSystems.Clarinet PackageVersion: 2.6.0 @@ -13,10 +13,10 @@ InstallModes: - silent - silentWithProgress UpgradeBehavior: install -ProductCode: '{1993D42F-9349-4E40-A71A-880880B23240}' Installers: - Architecture: x64 InstallerUrl: https://github.com/hirosystems/clarinet/releases/download/v2.6.0/clarinet-windows-x64.msi InstallerSha256: AAFBD01B094F445BA496C8FDE2F7EC2926A6A6890BA5BF15700A8390C6CFF644 + ProductCode: '{1993D42F-9349-4E40-A71A-880880B23240}' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/2.6.0/HiroSystems.Clarinet.locale.en-US.yaml b/manifests/h/HiroSystems/Clarinet/2.6.0/HiroSystems.Clarinet.locale.en-US.yaml index 04495ac1f0cdb..ede3a594651c1 100644 --- a/manifests/h/HiroSystems/Clarinet/2.6.0/HiroSystems.Clarinet.locale.en-US.yaml +++ b/manifests/h/HiroSystems/Clarinet/2.6.0/HiroSystems.Clarinet.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: HiroSystems.Clarinet PackageVersion: 2.6.0 @@ -23,5 +23,10 @@ Tags: - cli - command-line - stacks +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/2.6.0/HiroSystems.Clarinet.yaml b/manifests/h/HiroSystems/Clarinet/2.6.0/HiroSystems.Clarinet.yaml index db8e90ac8183b..d8f5b5ac5115b 100644 --- a/manifests/h/HiroSystems/Clarinet/2.6.0/HiroSystems.Clarinet.yaml +++ b/manifests/h/HiroSystems/Clarinet/2.6.0/HiroSystems.Clarinet.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: HiroSystems.Clarinet PackageVersion: 2.6.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/2.7.0/HiroSystems.Clarinet.installer.yaml b/manifests/h/HiroSystems/Clarinet/2.7.0/HiroSystems.Clarinet.installer.yaml index 3f96190e46bc4..fad8985e281f5 100644 --- a/manifests/h/HiroSystems/Clarinet/2.7.0/HiroSystems.Clarinet.installer.yaml +++ b/manifests/h/HiroSystems/Clarinet/2.7.0/HiroSystems.Clarinet.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: HiroSystems.Clarinet PackageVersion: 2.7.0 @@ -13,10 +13,10 @@ InstallModes: - silent - silentWithProgress UpgradeBehavior: install -ProductCode: '{DCAF6744-4892-4865-AF61-655487C58EDD}' Installers: - Architecture: x64 InstallerUrl: https://github.com/hirosystems/clarinet/releases/download/v2.7.0/clarinet-windows-x64.msi InstallerSha256: C4EA25E8A54DB437AF6BD1807128C5A1FE2F0DE18955070D4DD9B4C6F323F899 + ProductCode: '{DCAF6744-4892-4865-AF61-655487C58EDD}' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/2.7.0/HiroSystems.Clarinet.locale.en-US.yaml b/manifests/h/HiroSystems/Clarinet/2.7.0/HiroSystems.Clarinet.locale.en-US.yaml index c9c113720396a..26de07779da00 100644 --- a/manifests/h/HiroSystems/Clarinet/2.7.0/HiroSystems.Clarinet.locale.en-US.yaml +++ b/manifests/h/HiroSystems/Clarinet/2.7.0/HiroSystems.Clarinet.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: HiroSystems.Clarinet PackageVersion: 2.7.0 @@ -23,5 +23,10 @@ Tags: - cli - command-line - stacks +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/2.7.0/HiroSystems.Clarinet.yaml b/manifests/h/HiroSystems/Clarinet/2.7.0/HiroSystems.Clarinet.yaml index 82f7a27d17a47..f6598d1f348e4 100644 --- a/manifests/h/HiroSystems/Clarinet/2.7.0/HiroSystems.Clarinet.yaml +++ b/manifests/h/HiroSystems/Clarinet/2.7.0/HiroSystems.Clarinet.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: HiroSystems.Clarinet PackageVersion: 2.7.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/2.8.0/HiroSystems.Clarinet.installer.yaml b/manifests/h/HiroSystems/Clarinet/2.8.0/HiroSystems.Clarinet.installer.yaml index 80bb5978041ad..7d78141242bef 100644 --- a/manifests/h/HiroSystems/Clarinet/2.8.0/HiroSystems.Clarinet.installer.yaml +++ b/manifests/h/HiroSystems/Clarinet/2.8.0/HiroSystems.Clarinet.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: HiroSystems.Clarinet PackageVersion: 2.8.0 @@ -13,10 +13,10 @@ InstallModes: - silent - silentWithProgress UpgradeBehavior: install -ProductCode: '{E8FBF627-119C-40EA-84E2-F993EBC6C304}' Installers: - Architecture: x64 InstallerUrl: https://github.com/hirosystems/clarinet/releases/download/v2.8.0/clarinet-windows-x64.msi InstallerSha256: BCDAD54EE200A360134570F45E0D1B928C92FADD8E732238D641D14D63AD2489 + ProductCode: '{E8FBF627-119C-40EA-84E2-F993EBC6C304}' ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/2.8.0/HiroSystems.Clarinet.locale.en-US.yaml b/manifests/h/HiroSystems/Clarinet/2.8.0/HiroSystems.Clarinet.locale.en-US.yaml index 15a350fa66aae..d90aabc765ee2 100644 --- a/manifests/h/HiroSystems/Clarinet/2.8.0/HiroSystems.Clarinet.locale.en-US.yaml +++ b/manifests/h/HiroSystems/Clarinet/2.8.0/HiroSystems.Clarinet.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: HiroSystems.Clarinet PackageVersion: 2.8.0 @@ -23,5 +23,10 @@ Tags: - cli - command-line - stacks +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/2.8.0/HiroSystems.Clarinet.yaml b/manifests/h/HiroSystems/Clarinet/2.8.0/HiroSystems.Clarinet.yaml index 698a553196ccb..69cb3586e533f 100644 --- a/manifests/h/HiroSystems/Clarinet/2.8.0/HiroSystems.Clarinet.yaml +++ b/manifests/h/HiroSystems/Clarinet/2.8.0/HiroSystems.Clarinet.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: HiroSystems.Clarinet PackageVersion: 2.8.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/2.9.0/HiroSystems.Clarinet.installer.yaml b/manifests/h/HiroSystems/Clarinet/2.9.0/HiroSystems.Clarinet.installer.yaml index 2e5755c13a09e..46f0e128ff697 100644 --- a/manifests/h/HiroSystems/Clarinet/2.9.0/HiroSystems.Clarinet.installer.yaml +++ b/manifests/h/HiroSystems/Clarinet/2.9.0/HiroSystems.Clarinet.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: HiroSystems.Clarinet PackageVersion: 2.9.0 @@ -13,11 +13,11 @@ InstallModes: - silent - silentWithProgress UpgradeBehavior: install -ProductCode: '{118462D9-637D-478F-831E-761F856DA14E}' +ReleaseDate: 2024-09-30 Installers: - Architecture: x64 InstallerUrl: https://github.com/hirosystems/clarinet/releases/download/v2.9.0/clarinet-windows-x64.msi InstallerSha256: A3F49CD5A00F5D317F702078E085329CE2A3CEAB1457B187809D75D2F97C1EB4 + ProductCode: '{118462D9-637D-478F-831E-761F856DA14E}' ManifestType: installer -ManifestVersion: 1.6.0 -ReleaseDate: 2024-09-30 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/2.9.0/HiroSystems.Clarinet.locale.en-US.yaml b/manifests/h/HiroSystems/Clarinet/2.9.0/HiroSystems.Clarinet.locale.en-US.yaml index 30b0cd4ba354c..543302b8ed55e 100644 --- a/manifests/h/HiroSystems/Clarinet/2.9.0/HiroSystems.Clarinet.locale.en-US.yaml +++ b/manifests/h/HiroSystems/Clarinet/2.9.0/HiroSystems.Clarinet.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: HiroSystems.Clarinet PackageVersion: 2.9.0 @@ -23,6 +23,10 @@ Tags: - cli - command-line - stacks +# ReleaseNotes: ReleaseNotesUrl: https://github.com/hirosystems/clarinet/releases/tag/v2.9.0 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/h/HiroSystems/Clarinet/2.9.0/HiroSystems.Clarinet.yaml b/manifests/h/HiroSystems/Clarinet/2.9.0/HiroSystems.Clarinet.yaml index 0c20927842c65..b628a60a2e6e9 100644 --- a/manifests/h/HiroSystems/Clarinet/2.9.0/HiroSystems.Clarinet.yaml +++ b/manifests/h/HiroSystems/Clarinet/2.9.0/HiroSystems.Clarinet.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: HiroSystems.Clarinet PackageVersion: 2.9.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +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/Huawei/Welink/7.49.6/Huawei.Welink.installer.yaml b/manifests/h/Huawei/Welink/7.49.6/Huawei.Welink.installer.yaml new file mode 100644 index 0000000000000..e7887d066afd2 --- /dev/null +++ b/manifests/h/Huawei/Welink/7.49.6/Huawei.Welink.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: Huawei.Welink +PackageVersion: 7.49.6 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +Protocols: +- hwwelink +- welinksoftclient +ProductCode: '{BE219E3C-4246-497E-B418-D2FE44D909F3}_is1' +Installers: +- Architecture: x86 + InstallerUrl: https://cdn02.welink.huaweicloud.com/appstore/file/web/free/down/381f248d384748e9a570e08893a7b1a0/WeLink_Win_cloud_202501211622_25816_win_b250131_master_7.49.6_566.exe + InstallerSha256: 95D45C137242FF22B619751696EF21FB519B4AEBF6564D4806ADDBBBBF19AA44 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/h/Huawei/Welink/7.49.6/Huawei.Welink.locale.en-US.yaml b/manifests/h/Huawei/Welink/7.49.6/Huawei.Welink.locale.en-US.yaml new file mode 100644 index 0000000000000..56b09b082cfb3 --- /dev/null +++ b/manifests/h/Huawei/Welink/7.49.6/Huawei.Welink.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: Huawei.Welink +PackageVersion: 7.49.6 +PackageLocale: en-US +Publisher: Huawei Technologies Co., Ltd. +PublisherUrl: https://www.huaweicloud.com/intl/product/welink.html +PrivacyUrl: https://api.welink.huaweicloud.com/mcloud/mag/ProxyForText/pc/ppolicy/v3/privacy/latestContent/en?regionCode=SG +Author: Huawei Technologies Co., Ltd. +PackageName: Welink +PackageUrl: https://www.huaweicloud.com/intl/product/welink/welink-download.html +License: Proprietary +LicenseUrl: https://www.huaweicloud.com/intl/declaration-sg/tsa_welink.html +Copyright: ©2019-2024. Huawei Technologies Co., Ltd. All Rights Reserved. +CopyrightUrl: https://www.huaweicloud.com/intl/declaration/statement.html +ShortDescription: A secure, intelligent, and digital platform powered by Huawei for all office scenarios. +Tags: +- attendance +- bussiness +- check-in +- collaboration +- communicate +- comunication +- conference +- docs +- document +- enterprise +- meeting +- oa +- office +- saas +- team +- working +ReleaseNotes: |- + 1. You can mark a chat that has been read as unread for later processing. + 2. The pencil is added to the screenshot tools, which allows you to doodle lines or shapes. + 3. A calendar sharer can be synchronized between PCs and mobile devices. + + Upgrade WeLink now and begin your new journey! +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/h/Huawei/Welink/7.49.6/Huawei.Welink.locale.zh-CN.yaml b/manifests/h/Huawei/Welink/7.49.6/Huawei.Welink.locale.zh-CN.yaml new file mode 100644 index 0000000000000..bcb77c396c9a8 --- /dev/null +++ b/manifests/h/Huawei/Welink/7.49.6/Huawei.Welink.locale.zh-CN.yaml @@ -0,0 +1,48 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: Huawei.Welink +PackageVersion: 7.49.6 +PackageLocale: zh-CN +Publisher: Huawei Technologies Co., Ltd. +PublisherUrl: https://www.huaweicloud.com/product/welink.html +PublisherSupportUrl: https://support.huaweicloud.com/welink/index.html +PrivacyUrl: https://api.welink.huaweicloud.com/mcloud/mag/ProxyForText/pc/ppolicy/v3/privacy/latestContent/cn?regionCode=CN +Author: 华为云计算技术有限公司 +PackageName: Welink +PackageUrl: https://www.huaweicloud.com/product/welink-download.html +License: 专有软件 +LicenseUrl: https://www.huaweicloud.com/declaration/tsa-welink.html +Copyright: ©2019-2024 华为技术有限公司。保留一切权利。 +CopyrightUrl: https://www.huaweicloud.com/declaration/statement.html +ShortDescription: 源自华为,更懂企业的全场景安全、智能、数字化协同办公平台 +Description: 华为云 WeLink 源于华为全球化数字化办公实践,是一款全场景远程智能数字化协同办公平台,支持视频会议、考勤打卡、直播、企业网盘、云笔记等数字化办公场景。 +Tags: +- oa +- saas +- 交流 +- 企业 +- 会议 +- 公司 +- 办公 +- 协作 +- 协同 +- 团队 +- 工作 +- 打卡 +- 文档 +- 沟通 +- 签到 +- 考勤 +ReleaseNotes: |- + 1. 支持将已读消息标为未读,方便稍后处理 + 2. 截图工具新增“铅笔”,可以自由画线条形状 + 3. PC 端与移动端日历共享者双向同步 + + 即刻更新,体验升级! +ReleaseNotesUrl: https://support.huaweicloud.com/productdesc-welink/welink_whatsnew_pc.html +Documentations: +- DocumentLabel: 用户指南 + DocumentUrl: https://support.huaweicloud.com/usermanual-welink/welink_pcuse.html +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/h/Huawei/Welink/7.49.6/Huawei.Welink.yaml b/manifests/h/Huawei/Welink/7.49.6/Huawei.Welink.yaml new file mode 100644 index 0000000000000..d6f90390979c2 --- /dev/null +++ b/manifests/h/Huawei/Welink/7.49.6/Huawei.Welink.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: Huawei.Welink +PackageVersion: 7.49.6 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.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/HydrusNetwork/HydrusNetwork/v608/HydrusNetwork.HydrusNetwork.installer.yaml b/manifests/h/HydrusNetwork/HydrusNetwork/v608/HydrusNetwork.HydrusNetwork.installer.yaml new file mode 100644 index 0000000000000..68918c497aa87 --- /dev/null +++ b/manifests/h/HydrusNetwork/HydrusNetwork/v608/HydrusNetwork.HydrusNetwork.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: HydrusNetwork.HydrusNetwork +PackageVersion: v608 +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/v608/Hydrus.Network.608.-.Windows.-.Installer.exe + InstallerSha256: CB444C76DB3D7D6BC7BB5C919E1D789584DAD006EFFD4E43CD0E68F5233BFD59 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/h/HydrusNetwork/HydrusNetwork/v608/HydrusNetwork.HydrusNetwork.locale.en-US.yaml b/manifests/h/HydrusNetwork/HydrusNetwork/v608/HydrusNetwork.HydrusNetwork.locale.en-US.yaml new file mode 100644 index 0000000000000..194730edb8828 --- /dev/null +++ b/manifests/h/HydrusNetwork/HydrusNetwork/v608/HydrusNetwork.HydrusNetwork.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: HydrusNetwork.HydrusNetwork +PackageVersion: v608 +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) 2011 Hydrus Developer +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 +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/v608/HydrusNetwork.HydrusNetwork.yaml b/manifests/h/HydrusNetwork/HydrusNetwork/v608/HydrusNetwork.HydrusNetwork.yaml new file mode 100644 index 0000000000000..aed06c1fb61a6 --- /dev/null +++ b/manifests/h/HydrusNetwork/HydrusNetwork/v608/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: v608 +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/h/houmain/keymapper/4.10.1/houmain.keymapper.installer.yaml b/manifests/h/houmain/keymapper/4.10.1/houmain.keymapper.installer.yaml new file mode 100644 index 0000000000000..5bc8ddb71bc39 --- /dev/null +++ b/manifests/h/houmain/keymapper/4.10.1/houmain.keymapper.installer.yaml @@ -0,0 +1,18 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: houmain.keymapper +PackageVersion: 4.10.1 +InstallerLocale: en-US +InstallerType: wix +Scope: user +ProductCode: '{93DEF54C-31BE-46EA-B0D8-97A66DB6A0A2}' +ReleaseDate: 2025-02-08 +AppsAndFeaturesEntries: +- UpgradeCode: '{D3B4DADB-1A7E-40B3-A6F0-EEB022317FC8}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/houmain/keymapper/releases/download/4.10.1/keymapper-4.10.1-Windows-x86_64.msi + InstallerSha256: 262DBA997777860D2F2E610D2A56AFC5DF8696DCB816D3B18CEB22BFA12ED0B6 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/h/houmain/keymapper/4.10.1/houmain.keymapper.locale.en-US.yaml b/manifests/h/houmain/keymapper/4.10.1/houmain.keymapper.locale.en-US.yaml new file mode 100644 index 0000000000000..ec4a6d4927a40 --- /dev/null +++ b/manifests/h/houmain/keymapper/4.10.1/houmain.keymapper.locale.en-US.yaml @@ -0,0 +1,37 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: houmain.keymapper +PackageVersion: 4.10.1 +PackageLocale: en-US +Publisher: Albert Kalchmair +PublisherUrl: https://github.com/houmain +PublisherSupportUrl: https://github.com/houmain/keymapper/issues +PackageName: keymapper +PackageUrl: https://github.com/houmain/keymapper +License: GPL-3.0 +LicenseUrl: https://github.com/houmain/keymapper/blob/HEAD/LICENSE +ShortDescription: A cross-platform context-aware key remapper +Tags: +- context-awareness +- cross-platform +- gnome-shell-extension +- keyboard-layout +- keyboard-shortcuts +- keymapper +- wayland +ReleaseNotes: |- + Added + - Providing arm64 binaries for Linux and Windows and universal binaries for MacOS. + Changed + - Grabbing mouse only when it has mappings on Windows (#236). + - Parsing macros in inactive systems' contexts. + Fixed + - Fixed keyrepeat after timeout (#216). + - Ignoring surplus timeout events in sequence (#113 and #217). + - Fixed low-resolution-only wheels on Linux (#232). + - Fixed missing help output (#233). + - Fixed build on Raspberry Pi (#224). +ReleaseNotesUrl: https://github.com/houmain/keymapper/releases/tag/4.10.1 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/h/houmain/keymapper/4.10.1/houmain.keymapper.yaml b/manifests/h/houmain/keymapper/4.10.1/houmain.keymapper.yaml new file mode 100644 index 0000000000000..f9ac93d783adb --- /dev/null +++ b/manifests/h/houmain/keymapper/4.10.1/houmain.keymapper.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: houmain.keymapper +PackageVersion: 4.10.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/h/hufrea/byedpi/0.16.5/hufrea.byedpi.installer.yaml b/manifests/h/hufrea/byedpi/0.16.5/hufrea.byedpi.installer.yaml new file mode 100644 index 0000000000000..c20c33a8dbcd4 --- /dev/null +++ b/manifests/h/hufrea/byedpi/0.16.5/hufrea.byedpi.installer.yaml @@ -0,0 +1,16 @@ +# Created with komac v2.9.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: hufrea.byedpi +PackageVersion: 0.16.5 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: ciadpi.exe +ReleaseDate: 2025-02-06 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/hufrea/byedpi/releases/download/v0.16.5/byedpi-16.5-x86_64-w64.zip + InstallerSha256: A34185CC98315E39788FD1C45958818C65996BF4C43BE1B24A31B36FAA08F4ED +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/h/hufrea/byedpi/0.16.5/hufrea.byedpi.locale.en-US.yaml b/manifests/h/hufrea/byedpi/0.16.5/hufrea.byedpi.locale.en-US.yaml new file mode 100644 index 0000000000000..c7ef2fafd86a3 --- /dev/null +++ b/manifests/h/hufrea/byedpi/0.16.5/hufrea.byedpi.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: hufrea.byedpi +PackageVersion: 0.16.5 +PackageLocale: en-US +Publisher: hufrea +PackageName: byedpi +License: MIT license +ShortDescription: Bypass DPI +Tags: +- anticensorship +- dpi +- socks +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/h/hufrea/byedpi/0.16.5/hufrea.byedpi.yaml b/manifests/h/hufrea/byedpi/0.16.5/hufrea.byedpi.yaml new file mode 100644 index 0000000000000..ca9461409fbc3 --- /dev/null +++ b/manifests/h/hufrea/byedpi/0.16.5/hufrea.byedpi.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: hufrea.byedpi +PackageVersion: 0.16.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/i/IBM/Semeru/11/JDK/11.0.26.4/IBM.Semeru.11.JDK.installer.yaml b/manifests/i/IBM/Semeru/11/JDK/11.0.26.4/IBM.Semeru.11.JDK.installer.yaml new file mode 100644 index 0000000000000..41dc247467c02 --- /dev/null +++ b/manifests/i/IBM/Semeru/11/JDK/11.0.26.4/IBM.Semeru.11.JDK.installer.yaml @@ -0,0 +1,44 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: IBM.Semeru.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 +ProductCode: '{A83743B7-388E-43B1-BF04-7F2AB227A9DB}' +ReleaseDate: 2025-02-10 +AppsAndFeaturesEntries: +- ProductCode: '{A83743B7-388E-43B1-BF04-7F2AB227A9DB}' + UpgradeCode: '{B9AAC3BF-7191-57AC-2A97-D5EAD4264711}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/ibmruntimes/semeru11-binaries/releases/download/jdk-11.0.26+4_openj9-0.49.0/ibm-semeru-open-jdk_x64_windows_11.0.26_4_openj9-0.49.0.msi + InstallerSha256: 1C02418CF5219242EEB4B8647173D8B5DE0AA52179C1A6CB4F92CF760FC1DA01 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/i/IBM/Semeru/11/JDK/11.0.26.4/IBM.Semeru.11.JDK.locale.en-US.yaml b/manifests/i/IBM/Semeru/11/JDK/11.0.26.4/IBM.Semeru.11.JDK.locale.en-US.yaml new file mode 100644 index 0000000000000..a0a8cc7392d76 --- /dev/null +++ b/manifests/i/IBM/Semeru/11/JDK/11.0.26.4/IBM.Semeru.11.JDK.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: IBM.Semeru.11.JDK +PackageVersion: 11.0.26.4 +PackageLocale: en-US +Publisher: Semeru +PublisherUrl: https://developer.ibm.com/ +PrivacyUrl: https://www.ibm.com/privacy +Author: International Business Machines Corporation +PackageName: IBM Semeru Runtime Open Edition (JDK) 11 +PackageUrl: https://developer.ibm.com/languages/java/semeru-runtimes/ +License: GPL-2.0 with Classpath Exception +LicenseUrl: https://openjdk.java.net/legal/gplv2+ce.html +Copyright: Copyright © 2024 +CopyrightUrl: https://www.ibm.com/legal/copyright-trademark +ShortDescription: Build and deploy Java apps that start quickly, deliver great performance, and use less memory. +Tags: +- java +- jdk +- jre +- jvm +- openj9 +ReleaseNotesUrl: https://github.com/ibmruntimes/semeru11-binaries/releases/tag/jdk-11.0.26%2B4_openj9-0.49.0 +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/i/IBM/Semeru/11/JDK/11.0.26.4/IBM.Semeru.11.JDK.locale.zh-CN.yaml b/manifests/i/IBM/Semeru/11/JDK/11.0.26.4/IBM.Semeru.11.JDK.locale.zh-CN.yaml new file mode 100644 index 0000000000000..2ead4f8967f81 --- /dev/null +++ b/manifests/i/IBM/Semeru/11/JDK/11.0.26.4/IBM.Semeru.11.JDK.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: IBM.Semeru.11.JDK +PackageVersion: 11.0.26.4 +PackageLocale: zh-CN +Publisher: Semeru +PublisherUrl: https://developer.ibm.com/ +PrivacyUrl: https://www.ibm.com/privacy +Author: International Business Machines Corporation +PackageName: IBM Semeru Runtime Open Edition (JDK) 11 +PackageUrl: https://developer.ibm.com/languages/java/semeru-runtimes/ +License: GPL-2.0 with Classpath Exception +LicenseUrl: https://openjdk.java.net/legal/gplv2+ce.html +Copyright: Copyright © 2024 +CopyrightUrl: https://www.ibm.com/legal/copyright-trademark +ShortDescription: 构建和部署启动迅速、性能卓越、内存占用更少的 Java 应用程序。 +Tags: +- java +- jdk +- jre +- jvm +- openj9 +ReleaseNotesUrl: https://github.com/ibmruntimes/semeru11-binaries/releases/tag/jdk-11.0.26%2B4_openj9-0.49.0 +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/i/IBM/Semeru/11/JDK/11.0.26.4/IBM.Semeru.11.JDK.yaml b/manifests/i/IBM/Semeru/11/JDK/11.0.26.4/IBM.Semeru.11.JDK.yaml new file mode 100644 index 0000000000000..2754f655ecbb1 --- /dev/null +++ b/manifests/i/IBM/Semeru/11/JDK/11.0.26.4/IBM.Semeru.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: IBM.Semeru.11.JDK +PackageVersion: 11.0.26.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/i/IBM/Semeru/11/JRE/11.0.26.4/IBM.Semeru.11.JRE.installer.yaml b/manifests/i/IBM/Semeru/11/JRE/11.0.26.4/IBM.Semeru.11.JRE.installer.yaml new file mode 100644 index 0000000000000..86d5d53a6af67 --- /dev/null +++ b/manifests/i/IBM/Semeru/11/JRE/11.0.26.4/IBM.Semeru.11.JRE.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: IBM.Semeru.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 +ProductCode: '{50AC6109-CD2E-4358-9341-B6E86537D822}' +ReleaseDate: 2025-02-10 +AppsAndFeaturesEntries: +- ProductCode: '{50AC6109-CD2E-4358-9341-B6E86537D822}' + UpgradeCode: '{CF9731BC-FB94-D09E-5B34-D586449B91C2}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/ibmruntimes/semeru11-binaries/releases/download/jdk-11.0.26+4_openj9-0.49.0/ibm-semeru-open-jre_x64_windows_11.0.26_4_openj9-0.49.0.msi + InstallerSha256: 9A7757A552FC2A09A85EB438DD56EE888E5C1575BEEF63FAAE636C6DDC895BFF +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/i/IBM/Semeru/11/JRE/11.0.26.4/IBM.Semeru.11.JRE.locale.en-US.yaml b/manifests/i/IBM/Semeru/11/JRE/11.0.26.4/IBM.Semeru.11.JRE.locale.en-US.yaml new file mode 100644 index 0000000000000..f49d5ae8221db --- /dev/null +++ b/manifests/i/IBM/Semeru/11/JRE/11.0.26.4/IBM.Semeru.11.JRE.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: IBM.Semeru.11.JRE +PackageVersion: 11.0.26.4 +PackageLocale: en-US +Publisher: Semeru +PublisherUrl: https://developer.ibm.com/ +PrivacyUrl: https://www.ibm.com/privacy +Author: International Business Machines Corporation +PackageName: IBM Semeru Runtime Open Edition (JRE) 11 +PackageUrl: https://developer.ibm.com/languages/java/semeru-runtimes/ +License: GPL-2.0 with Classpath Exception +LicenseUrl: https://openjdk.java.net/legal/gplv2+ce.html +Copyright: Copyright © 2024 +CopyrightUrl: https://www.ibm.com/legal/copyright-trademark +ShortDescription: Build and deploy Java apps that start quickly, deliver great performance, and use less memory. +Tags: +- java +- jdk +- jre +- jvm +- openj9 +ReleaseNotesUrl: https://github.com/ibmruntimes/semeru11-binaries/releases/tag/jdk-11.0.26%2B4_openj9-0.49.0 +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/i/IBM/Semeru/11/JRE/11.0.26.4/IBM.Semeru.11.JRE.locale.zh-CN.yaml b/manifests/i/IBM/Semeru/11/JRE/11.0.26.4/IBM.Semeru.11.JRE.locale.zh-CN.yaml new file mode 100644 index 0000000000000..680aaa292d15d --- /dev/null +++ b/manifests/i/IBM/Semeru/11/JRE/11.0.26.4/IBM.Semeru.11.JRE.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: IBM.Semeru.11.JRE +PackageVersion: 11.0.26.4 +PackageLocale: zh-CN +Publisher: Semeru +PublisherUrl: https://developer.ibm.com/ +PrivacyUrl: https://www.ibm.com/privacy +Author: International Business Machines Corporation +PackageName: IBM Semeru Runtime Open Edition (JRE) 11 +PackageUrl: https://developer.ibm.com/languages/java/semeru-runtimes/ +License: GPL-2.0 with Classpath Exception +LicenseUrl: https://openjdk.java.net/legal/gplv2+ce.html +Copyright: Copyright © 2024 +CopyrightUrl: https://www.ibm.com/legal/copyright-trademark +ShortDescription: 构建和部署启动迅速、性能卓越、内存占用更少的 Java 应用程序。 +Tags: +- java +- jdk +- jre +- jvm +- openj9 +ReleaseNotesUrl: https://github.com/ibmruntimes/semeru11-binaries/releases/tag/jdk-11.0.26%2B4_openj9-0.49.0 +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/i/IBM/Semeru/11/JRE/11.0.26.4/IBM.Semeru.11.JRE.yaml b/manifests/i/IBM/Semeru/11/JRE/11.0.26.4/IBM.Semeru.11.JRE.yaml new file mode 100644 index 0000000000000..a66cd13824701 --- /dev/null +++ b/manifests/i/IBM/Semeru/11/JRE/11.0.26.4/IBM.Semeru.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: IBM.Semeru.11.JRE +PackageVersion: 11.0.26.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/i/IBM/Semeru/17/JDK/17.0.14.7/IBM.Semeru.17.JDK.installer.yaml b/manifests/i/IBM/Semeru/17/JDK/17.0.14.7/IBM.Semeru.17.JDK.installer.yaml new file mode 100644 index 0000000000000..f6216d32eb252 --- /dev/null +++ b/manifests/i/IBM/Semeru/17/JDK/17.0.14.7/IBM.Semeru.17.JDK.installer.yaml @@ -0,0 +1,44 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: IBM.Semeru.17.JDK +PackageVersion: 17.0.14.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 +- jsp +ProductCode: '{2FE023BB-AC79-40AB-905F-9A731F4DB686}' +ReleaseDate: 2025-02-10 +AppsAndFeaturesEntries: +- ProductCode: '{2FE023BB-AC79-40AB-905F-9A731F4DB686}' + UpgradeCode: '{E1F92459-696A-9C54-7ECB-AE3BB60921C2}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/ibmruntimes/semeru17-binaries/releases/download/jdk-17.0.14+7_openj9-0.49.0/ibm-semeru-open-jdk_x64_windows_17.0.14_7_openj9-0.49.0.msi + InstallerSha256: C4D84DAFB5039E3094FCDB4636658D978B6168BC2924992555C876C9DB333924 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/i/IBM/Semeru/17/JDK/17.0.14.7/IBM.Semeru.17.JDK.locale.en-US.yaml b/manifests/i/IBM/Semeru/17/JDK/17.0.14.7/IBM.Semeru.17.JDK.locale.en-US.yaml new file mode 100644 index 0000000000000..fae2d77d4a0de --- /dev/null +++ b/manifests/i/IBM/Semeru/17/JDK/17.0.14.7/IBM.Semeru.17.JDK.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: IBM.Semeru.17.JDK +PackageVersion: 17.0.14.7 +PackageLocale: en-US +Publisher: Semeru +PublisherUrl: https://developer.ibm.com/ +PrivacyUrl: https://www.ibm.com/privacy +Author: International Business Machines Corporation +PackageName: IBM Semeru Runtime Open Edition (JDK) 17 +PackageUrl: https://developer.ibm.com/languages/java/semeru-runtimes/ +License: GPL-2.0 with Classpath Exception +LicenseUrl: https://openjdk.java.net/legal/gplv2+ce.html +Copyright: Copyright © 2024 +CopyrightUrl: https://www.ibm.com/legal/copyright-trademark +ShortDescription: Build and deploy Java apps that start quickly, deliver great performance, and use less memory. +Tags: +- java +- jdk +- jre +- jvm +- openj9 +ReleaseNotesUrl: https://github.com/ibmruntimes/semeru17-binaries/releases/tag/jdk-17.0.14%2B7_openj9-0.49.0 +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/i/IBM/Semeru/17/JDK/17.0.14.7/IBM.Semeru.17.JDK.locale.zh-CN.yaml b/manifests/i/IBM/Semeru/17/JDK/17.0.14.7/IBM.Semeru.17.JDK.locale.zh-CN.yaml new file mode 100644 index 0000000000000..75cfaa96e4254 --- /dev/null +++ b/manifests/i/IBM/Semeru/17/JDK/17.0.14.7/IBM.Semeru.17.JDK.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: IBM.Semeru.17.JDK +PackageVersion: 17.0.14.7 +PackageLocale: zh-CN +Publisher: Semeru +PublisherUrl: https://developer.ibm.com/ +PrivacyUrl: https://www.ibm.com/privacy +Author: International Business Machines Corporation +PackageName: IBM Semeru Runtime Open Edition (JDK) 17 +PackageUrl: https://developer.ibm.com/languages/java/semeru-runtimes/ +License: GPL-2.0 with Classpath Exception +LicenseUrl: https://openjdk.java.net/legal/gplv2+ce.html +Copyright: Copyright © 2024 +CopyrightUrl: https://www.ibm.com/legal/copyright-trademark +ShortDescription: 构建和部署启动迅速、性能卓越、内存占用更少的 Java 应用程序。 +Tags: +- java +- jdk +- jre +- jvm +- openj9 +ReleaseNotesUrl: https://github.com/ibmruntimes/semeru17-binaries/releases/tag/jdk-17.0.14%2B7_openj9-0.49.0 +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/i/IBM/Semeru/17/JDK/17.0.14.7/IBM.Semeru.17.JDK.yaml b/manifests/i/IBM/Semeru/17/JDK/17.0.14.7/IBM.Semeru.17.JDK.yaml new file mode 100644 index 0000000000000..fccc534fdd035 --- /dev/null +++ b/manifests/i/IBM/Semeru/17/JDK/17.0.14.7/IBM.Semeru.17.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: IBM.Semeru.17.JDK +PackageVersion: 17.0.14.7 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/i/IBM/Semeru/17/JRE/17.0.14.7/IBM.Semeru.17.JRE.installer.yaml b/manifests/i/IBM/Semeru/17/JRE/17.0.14.7/IBM.Semeru.17.JRE.installer.yaml new file mode 100644 index 0000000000000..f47fc3c1c9262 --- /dev/null +++ b/manifests/i/IBM/Semeru/17/JRE/17.0.14.7/IBM.Semeru.17.JRE.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: IBM.Semeru.17.JRE +PackageVersion: 17.0.14.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 +- jsp +ProductCode: '{2FEE1A8F-B43D-42AD-8E1C-0DF6D07FB379}' +ReleaseDate: 2025-02-10 +AppsAndFeaturesEntries: +- ProductCode: '{2FEE1A8F-B43D-42AD-8E1C-0DF6D07FB379}' + UpgradeCode: '{22478BE1-D127-BB0D-E709-E6EF97C8DFE2}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/ibmruntimes/semeru17-binaries/releases/download/jdk-17.0.14+7_openj9-0.49.0/ibm-semeru-open-jre_x64_windows_17.0.14_7_openj9-0.49.0.msi + InstallerSha256: 468AD96CEC1CA5E053E4B45C777B3366E820BADBAFB397D9C43A26EF34F39271 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/i/IBM/Semeru/17/JRE/17.0.14.7/IBM.Semeru.17.JRE.locale.en-US.yaml b/manifests/i/IBM/Semeru/17/JRE/17.0.14.7/IBM.Semeru.17.JRE.locale.en-US.yaml new file mode 100644 index 0000000000000..51bb51c949934 --- /dev/null +++ b/manifests/i/IBM/Semeru/17/JRE/17.0.14.7/IBM.Semeru.17.JRE.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: IBM.Semeru.17.JRE +PackageVersion: 17.0.14.7 +PackageLocale: en-US +Publisher: Semeru +PublisherUrl: https://developer.ibm.com/ +PrivacyUrl: https://www.ibm.com/privacy +Author: International Business Machines Corporation +PackageName: IBM Semeru Runtime Open Edition (JRE) 17 +PackageUrl: https://developer.ibm.com/languages/java/semeru-runtimes/ +License: GPL-2.0 with Classpath Exception +LicenseUrl: https://openjdk.java.net/legal/gplv2+ce.html +Copyright: Copyright © 2024 +CopyrightUrl: https://www.ibm.com/legal/copyright-trademark +ShortDescription: Build and deploy Java apps that start quickly, deliver great performance, and use less memory. +Tags: +- java +- jdk +- jre +- jvm +- openj9 +ReleaseNotesUrl: https://github.com/ibmruntimes/semeru17-binaries/releases/tag/jdk-17.0.14%2B7_openj9-0.49.0 +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/i/IBM/Semeru/17/JRE/17.0.14.7/IBM.Semeru.17.JRE.locale.zh-CN.yaml b/manifests/i/IBM/Semeru/17/JRE/17.0.14.7/IBM.Semeru.17.JRE.locale.zh-CN.yaml new file mode 100644 index 0000000000000..56a6d6ea351b6 --- /dev/null +++ b/manifests/i/IBM/Semeru/17/JRE/17.0.14.7/IBM.Semeru.17.JRE.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: IBM.Semeru.17.JRE +PackageVersion: 17.0.14.7 +PackageLocale: zh-CN +Publisher: Semeru +PublisherUrl: https://developer.ibm.com/ +PrivacyUrl: https://www.ibm.com/privacy +Author: International Business Machines Corporation +PackageName: IBM Semeru Runtime Open Edition (JRE) 17 +PackageUrl: https://developer.ibm.com/languages/java/semeru-runtimes/ +License: GPL-2.0 with Classpath Exception +LicenseUrl: https://openjdk.java.net/legal/gplv2+ce.html +Copyright: Copyright © 2024 +CopyrightUrl: https://www.ibm.com/legal/copyright-trademark +ShortDescription: 构建和部署启动迅速、性能卓越、内存占用更少的 Java 应用程序。 +Tags: +- java +- jdk +- jre +- jvm +- openj9 +ReleaseNotesUrl: https://github.com/ibmruntimes/semeru17-binaries/releases/tag/jdk-17.0.14%2B7_openj9-0.49.0 +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/i/IBM/Semeru/17/JRE/17.0.14.7/IBM.Semeru.17.JRE.yaml b/manifests/i/IBM/Semeru/17/JRE/17.0.14.7/IBM.Semeru.17.JRE.yaml new file mode 100644 index 0000000000000..705e661d81136 --- /dev/null +++ b/manifests/i/IBM/Semeru/17/JRE/17.0.14.7/IBM.Semeru.17.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: IBM.Semeru.17.JRE +PackageVersion: 17.0.14.7 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/i/IBM/Semeru/21/JDK/21.0.6.7/IBM.Semeru.21.JDK.installer.yaml b/manifests/i/IBM/Semeru/21/JDK/21.0.6.7/IBM.Semeru.21.JDK.installer.yaml new file mode 100644 index 0000000000000..9a20808ab162b --- /dev/null +++ b/manifests/i/IBM/Semeru/21/JDK/21.0.6.7/IBM.Semeru.21.JDK.installer.yaml @@ -0,0 +1,44 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: IBM.Semeru.21.JDK +PackageVersion: 21.0.6.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 +- jsp +ProductCode: '{0205BA66-700D-4F0A-81CF-7F5CA51DDBE9}' +ReleaseDate: 2025-02-10 +AppsAndFeaturesEntries: +- ProductCode: '{0205BA66-700D-4F0A-81CF-7F5CA51DDBE9}' + UpgradeCode: '{31031931-B96A-33FC-96CA-9F0694D00A65}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/ibmruntimes/semeru21-binaries/releases/download/jdk-21.0.6+7_openj9-0.49.0/ibm-semeru-open-jdk_x64_windows_21.0.6_7_openj9-0.49.0.msi + InstallerSha256: 9B33FAD28D6633885788FA8A3BEB4C643D84F7AA7C7B60348AB207CCAEE078C5 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/i/IBM/Semeru/21/JDK/21.0.6.7/IBM.Semeru.21.JDK.locale.en-US.yaml b/manifests/i/IBM/Semeru/21/JDK/21.0.6.7/IBM.Semeru.21.JDK.locale.en-US.yaml new file mode 100644 index 0000000000000..6ccef04a3323b --- /dev/null +++ b/manifests/i/IBM/Semeru/21/JDK/21.0.6.7/IBM.Semeru.21.JDK.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: IBM.Semeru.21.JDK +PackageVersion: 21.0.6.7 +PackageLocale: en-US +Publisher: Semeru +PublisherUrl: https://developer.ibm.com/ +PrivacyUrl: https://www.ibm.com/privacy +Author: International Business Machines Corporation +PackageName: IBM Semeru Runtime Open Edition (JDK) +PackageUrl: https://developer.ibm.com/languages/java/semeru-runtimes/ +License: GPL-2.0 with Classpath Exception +LicenseUrl: https://openjdk.java.net/legal/gplv2+ce.html +Copyright: Copyright © 2024 +CopyrightUrl: https://www.ibm.com/legal/copyright-trademark +ShortDescription: Build and deploy Java apps that start quickly, deliver great performance, and use less memory. +Tags: +- java +- jdk +- jre +- jvm +- openj9 +ReleaseNotesUrl: https://github.com/ibmruntimes/semeru21-binaries/releases/tag/jdk-21.0.6%2B7_openj9-0.49.0 +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/i/IBM/Semeru/21/JDK/21.0.6.7/IBM.Semeru.21.JDK.locale.zh-CN.yaml b/manifests/i/IBM/Semeru/21/JDK/21.0.6.7/IBM.Semeru.21.JDK.locale.zh-CN.yaml new file mode 100644 index 0000000000000..2bac9754bcbe3 --- /dev/null +++ b/manifests/i/IBM/Semeru/21/JDK/21.0.6.7/IBM.Semeru.21.JDK.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: IBM.Semeru.21.JDK +PackageVersion: 21.0.6.7 +PackageLocale: zh-CN +Publisher: Semeru +PublisherUrl: https://developer.ibm.com/ +PrivacyUrl: https://www.ibm.com/privacy +Author: International Business Machines Corporation +PackageName: IBM Semeru Runtime Open Edition (JDK) +PackageUrl: https://developer.ibm.com/languages/java/semeru-runtimes/ +License: GPL-2.0 with Classpath Exception +LicenseUrl: https://openjdk.java.net/legal/gplv2+ce.html +Copyright: Copyright © 2024 +CopyrightUrl: https://www.ibm.com/legal/copyright-trademark +ShortDescription: 构建和部署启动迅速、性能卓越、内存占用更少的 Java 应用程序。 +Tags: +- java +- jdk +- jre +- jvm +- openj9 +ReleaseNotesUrl: https://github.com/ibmruntimes/semeru21-binaries/releases/tag/jdk-21.0.6%2B7_openj9-0.49.0 +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/i/IBM/Semeru/21/JDK/21.0.6.7/IBM.Semeru.21.JDK.yaml b/manifests/i/IBM/Semeru/21/JDK/21.0.6.7/IBM.Semeru.21.JDK.yaml new file mode 100644 index 0000000000000..1f85d38fa2730 --- /dev/null +++ b/manifests/i/IBM/Semeru/21/JDK/21.0.6.7/IBM.Semeru.21.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: IBM.Semeru.21.JDK +PackageVersion: 21.0.6.7 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/i/IBM/Semeru/21/JRE/21.0.6.7/IBM.Semeru.21.JRE.installer.yaml b/manifests/i/IBM/Semeru/21/JRE/21.0.6.7/IBM.Semeru.21.JRE.installer.yaml new file mode 100644 index 0000000000000..dd0d168399367 --- /dev/null +++ b/manifests/i/IBM/Semeru/21/JRE/21.0.6.7/IBM.Semeru.21.JRE.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: IBM.Semeru.21.JRE +PackageVersion: 21.0.6.7 +InstallerType: wix +Scope: machine +InstallerSwitches: + InstallLocation: INSTALLDIR="" + Custom: ADDLOCAL=ALL +UpgradeBehavior: install +Commands: +- jabswitch +- jaccessinspector +- jaccesswalker +- java +- javaw +- jpackcore +- jrunscript +- jwebserver +- keytool +- kinit +- klist +- ktab +- rmiregistry +- traceformat +FileExtensions: +- class +- jar +- java +- jsp +ProductCode: '{6252C40A-8F7F-468F-8FD2-962634CD91DD}' +ReleaseDate: 2025-02-10 +AppsAndFeaturesEntries: +- ProductCode: '{6252C40A-8F7F-468F-8FD2-962634CD91DD}' + UpgradeCode: '{A685599E-B2C1-B286-A17E-011F6911D640}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/ibmruntimes/semeru21-binaries/releases/download/jdk-21.0.6+7_openj9-0.49.0/ibm-semeru-open-jre_x64_windows_21.0.6_7_openj9-0.49.0.msi + InstallerSha256: BAF7A1769EA756BBEB6DF5E2C588484A1EA27C893E20E1FD6BB4BA134045B874 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/i/IBM/Semeru/21/JRE/21.0.6.7/IBM.Semeru.21.JRE.locale.en-US.yaml b/manifests/i/IBM/Semeru/21/JRE/21.0.6.7/IBM.Semeru.21.JRE.locale.en-US.yaml new file mode 100644 index 0000000000000..55a7a4113cf2f --- /dev/null +++ b/manifests/i/IBM/Semeru/21/JRE/21.0.6.7/IBM.Semeru.21.JRE.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: IBM.Semeru.21.JRE +PackageVersion: 21.0.6.7 +PackageLocale: en-US +Publisher: Semeru +PublisherUrl: https://developer.ibm.com/ +PrivacyUrl: https://www.ibm.com/privacy +Author: International Business Machines Corporation +PackageName: IBM Semeru Runtime Open Edition (JRE) +PackageUrl: https://developer.ibm.com/languages/java/semeru-runtimes/ +License: GPL-2.0 with Classpath Exception +LicenseUrl: https://openjdk.java.net/legal/gplv2+ce.html +Copyright: Copyright © 2024 +CopyrightUrl: https://www.ibm.com/legal/copyright-trademark +ShortDescription: Build and deploy Java apps that start quickly, deliver great performance, and use less memory. +Tags: +- java +- jre +- jvm +- openj9 +ReleaseNotesUrl: https://github.com/ibmruntimes/semeru21-binaries/releases/tag/jdk-21.0.6%2B7_openj9-0.49.0 +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/i/IBM/Semeru/21/JRE/21.0.6.7/IBM.Semeru.21.JRE.locale.zh-CN.yaml b/manifests/i/IBM/Semeru/21/JRE/21.0.6.7/IBM.Semeru.21.JRE.locale.zh-CN.yaml new file mode 100644 index 0000000000000..1c78b4ba8cb7b --- /dev/null +++ b/manifests/i/IBM/Semeru/21/JRE/21.0.6.7/IBM.Semeru.21.JRE.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: IBM.Semeru.21.JRE +PackageVersion: 21.0.6.7 +PackageLocale: zh-CN +Publisher: Semeru +PublisherUrl: https://developer.ibm.com/ +PrivacyUrl: https://www.ibm.com/privacy +Author: International Business Machines Corporation +PackageName: IBM Semeru Runtime Open Edition (JRE) +PackageUrl: https://developer.ibm.com/languages/java/semeru-runtimes/ +License: GPL-2.0 with Classpath Exception +LicenseUrl: https://openjdk.java.net/legal/gplv2+ce.html +Copyright: Copyright © 2024 +CopyrightUrl: https://www.ibm.com/legal/copyright-trademark +ShortDescription: 构建和部署启动迅速、性能卓越、内存占用更少的 Java 应用程序。 +Tags: +- java +- jre +- jvm +- openj9 +ReleaseNotesUrl: https://github.com/ibmruntimes/semeru21-binaries/releases/tag/jdk-21.0.6%2B7_openj9-0.49.0 +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/i/IBM/Semeru/21/JRE/21.0.6.7/IBM.Semeru.21.JRE.yaml b/manifests/i/IBM/Semeru/21/JRE/21.0.6.7/IBM.Semeru.21.JRE.yaml new file mode 100644 index 0000000000000..5478aa2621f28 --- /dev/null +++ b/manifests/i/IBM/Semeru/21/JRE/21.0.6.7/IBM.Semeru.21.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: IBM.Semeru.21.JRE +PackageVersion: 21.0.6.7 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/i/IBM/Semeru/23/JDK/23.0.2.7/IBM.Semeru.23.JDK.installer.yaml b/manifests/i/IBM/Semeru/23/JDK/23.0.2.7/IBM.Semeru.23.JDK.installer.yaml new file mode 100644 index 0000000000000..2fb77bdb54ff0 --- /dev/null +++ b/manifests/i/IBM/Semeru/23/JDK/23.0.2.7/IBM.Semeru.23.JDK.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: IBM.Semeru.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 +ProductCode: '{ECAB5FA8-053A-418F-97E0-7649018A03E5}' +ReleaseDate: 2025-02-10 +AppsAndFeaturesEntries: +- ProductCode: '{ECAB5FA8-053A-418F-97E0-7649018A03E5}' + UpgradeCode: '{CC833AFB-E543-8845-2793-F573E4E5D971}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/ibmruntimes/semeru23-binaries/releases/download/jdk-23.0.2+7_openj9-0.49.0/ibm-semeru-open-jdk_x64_windows_23.0.2_7_openj9-0.49.0.msi + InstallerSha256: 65A2AD61832692C54EBC71C7E02F4B524217CE8F79A977BDAFFB4D1DB0F07C6C +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/i/IBM/Semeru/23/JDK/23.0.2.7/IBM.Semeru.23.JDK.locale.en-US.yaml b/manifests/i/IBM/Semeru/23/JDK/23.0.2.7/IBM.Semeru.23.JDK.locale.en-US.yaml new file mode 100644 index 0000000000000..34eec9c83f161 --- /dev/null +++ b/manifests/i/IBM/Semeru/23/JDK/23.0.2.7/IBM.Semeru.23.JDK.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: IBM.Semeru.23.JDK +PackageVersion: 23.0.2.7 +PackageLocale: en-US +Publisher: Semeru +PublisherUrl: https://developer.ibm.com/ +PrivacyUrl: https://www.ibm.com/privacy +Author: International Business Machines Corporation +PackageName: IBM Semeru Runtime Open Edition (JDK) 23 +PackageUrl: https://developer.ibm.com/languages/java/semeru-runtimes/ +License: GPL-2.0 with Classpath Exception +LicenseUrl: https://openjdk.java.net/legal/gplv2+ce.html +Copyright: Copyright © 2024 +CopyrightUrl: https://www.ibm.com/legal/copyright-trademark +ShortDescription: Build and deploy Java apps that start quickly, deliver great performance, and use less memory. +Tags: +- java +- jdk +- jre +- jvm +- openj9 +ReleaseNotesUrl: https://github.com/ibmruntimes/semeru23-binaries/releases/tag/jdk-23.0.2%2B7_openj9-0.49.0 +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/i/IBM/Semeru/23/JDK/23.0.2.7/IBM.Semeru.23.JDK.locale.zh-CN.yaml b/manifests/i/IBM/Semeru/23/JDK/23.0.2.7/IBM.Semeru.23.JDK.locale.zh-CN.yaml new file mode 100644 index 0000000000000..78e4396759140 --- /dev/null +++ b/manifests/i/IBM/Semeru/23/JDK/23.0.2.7/IBM.Semeru.23.JDK.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: IBM.Semeru.23.JDK +PackageVersion: 23.0.2.7 +PackageLocale: zh-CN +Publisher: Semeru +PublisherUrl: https://developer.ibm.com/ +PrivacyUrl: https://www.ibm.com/privacy +Author: International Business Machines Corporation +PackageName: IBM Semeru Runtime Open Edition (JDK) 23 +PackageUrl: https://developer.ibm.com/languages/java/semeru-runtimes/ +License: GPL-2.0 with Classpath Exception +LicenseUrl: https://openjdk.java.net/legal/gplv2+ce.html +Copyright: Copyright © 2024 +CopyrightUrl: https://www.ibm.com/legal/copyright-trademark +ShortDescription: 构建和部署启动迅速、性能卓越、内存占用更少的 Java 应用程序。 +Tags: +- java +- jdk +- jre +- jvm +- openj9 +ReleaseNotesUrl: https://github.com/ibmruntimes/semeru23-binaries/releases/tag/jdk-23.0.2%2B7_openj9-0.49.0 +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/i/IBM/Semeru/23/JDK/23.0.2.7/IBM.Semeru.23.JDK.yaml b/manifests/i/IBM/Semeru/23/JDK/23.0.2.7/IBM.Semeru.23.JDK.yaml new file mode 100644 index 0000000000000..0ca196abcbfd9 --- /dev/null +++ b/manifests/i/IBM/Semeru/23/JDK/23.0.2.7/IBM.Semeru.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: IBM.Semeru.23.JDK +PackageVersion: 23.0.2.7 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/i/IBM/Semeru/23/JRE/23.0.2.7/IBM.Semeru.23.JRE.installer.yaml b/manifests/i/IBM/Semeru/23/JRE/23.0.2.7/IBM.Semeru.23.JRE.installer.yaml new file mode 100644 index 0000000000000..0474621d16c42 --- /dev/null +++ b/manifests/i/IBM/Semeru/23/JRE/23.0.2.7/IBM.Semeru.23.JRE.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: IBM.Semeru.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 +ProductCode: '{050D8DB0-7FC9-4CC5-BD25-56FD8F1EAB45}' +ReleaseDate: 2025-02-10 +AppsAndFeaturesEntries: +- ProductCode: '{050D8DB0-7FC9-4CC5-BD25-56FD8F1EAB45}' + UpgradeCode: '{AA719872-0FD3-6BC2-EB77-4D0CA9AAD83B}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/ibmruntimes/semeru23-binaries/releases/download/jdk-23.0.2+7_openj9-0.49.0/ibm-semeru-open-jre_x64_windows_23.0.2_7_openj9-0.49.0.msi + InstallerSha256: 75C9529398BAB0980DFC3058842B7DB46381A403CF78ED1AF15030F45842D5AF +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/i/IBM/Semeru/23/JRE/23.0.2.7/IBM.Semeru.23.JRE.locale.en-US.yaml b/manifests/i/IBM/Semeru/23/JRE/23.0.2.7/IBM.Semeru.23.JRE.locale.en-US.yaml new file mode 100644 index 0000000000000..b1798bd2c9c84 --- /dev/null +++ b/manifests/i/IBM/Semeru/23/JRE/23.0.2.7/IBM.Semeru.23.JRE.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: IBM.Semeru.23.JRE +PackageVersion: 23.0.2.7 +PackageLocale: en-US +Publisher: Semeru +PublisherUrl: https://developer.ibm.com/ +PrivacyUrl: https://www.ibm.com/privacy +Author: International Business Machines Corporation +PackageName: IBM Semeru Runtime Open Edition (JRE) 23 +PackageUrl: https://developer.ibm.com/languages/java/semeru-runtimes/ +License: GPL-2.0 with Classpath Exception +LicenseUrl: https://openjdk.java.net/legal/gplv2+ce.html +Copyright: Copyright © 2024 +CopyrightUrl: https://www.ibm.com/legal/copyright-trademark +ShortDescription: Build and deploy Java apps that start quickly, deliver great performance, and use less memory. +Tags: +- java +- jdk +- jre +- jvm +- openj9 +ReleaseNotesUrl: https://github.com/ibmruntimes/semeru23-binaries/releases/tag/jdk-23.0.2%2B7_openj9-0.49.0 +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/i/IBM/Semeru/23/JRE/23.0.2.7/IBM.Semeru.23.JRE.locale.zh-CN.yaml b/manifests/i/IBM/Semeru/23/JRE/23.0.2.7/IBM.Semeru.23.JRE.locale.zh-CN.yaml new file mode 100644 index 0000000000000..e30996a0fb4ec --- /dev/null +++ b/manifests/i/IBM/Semeru/23/JRE/23.0.2.7/IBM.Semeru.23.JRE.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: IBM.Semeru.23.JRE +PackageVersion: 23.0.2.7 +PackageLocale: zh-CN +Publisher: Semeru +PublisherUrl: https://developer.ibm.com/ +PrivacyUrl: https://www.ibm.com/privacy +Author: International Business Machines Corporation +PackageName: IBM Semeru Runtime Open Edition (JRE) 23 +PackageUrl: https://developer.ibm.com/languages/java/semeru-runtimes/ +License: GPL-2.0 with Classpath Exception +LicenseUrl: https://openjdk.java.net/legal/gplv2+ce.html +Copyright: Copyright © 2024 +CopyrightUrl: https://www.ibm.com/legal/copyright-trademark +ShortDescription: 构建和部署启动迅速、性能卓越、内存占用更少的 Java 应用程序。 +Tags: +- java +- jdk +- jre +- jvm +- openj9 +ReleaseNotesUrl: https://github.com/ibmruntimes/semeru23-binaries/releases/tag/jdk-23.0.2%2B7_openj9-0.49.0 +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/i/IBM/Semeru/23/JRE/23.0.2.7/IBM.Semeru.23.JRE.yaml b/manifests/i/IBM/Semeru/23/JRE/23.0.2.7/IBM.Semeru.23.JRE.yaml new file mode 100644 index 0000000000000..09588d006896c --- /dev/null +++ b/manifests/i/IBM/Semeru/23/JRE/23.0.2.7/IBM.Semeru.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: IBM.Semeru.23.JRE +PackageVersion: 23.0.2.7 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/i/IBM/Semeru/8/JDK/8.0.442.6/IBM.Semeru.8.JDK.installer.yaml b/manifests/i/IBM/Semeru/8/JDK/8.0.442.6/IBM.Semeru.8.JDK.installer.yaml new file mode 100644 index 0000000000000..400aea6bfd221 --- /dev/null +++ b/manifests/i/IBM/Semeru/8/JDK/8.0.442.6/IBM.Semeru.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: IBM.Semeru.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-02-10 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/ibmruntimes/semeru8-binaries/releases/download/jdk8u442-b06_openj9-0.49.0/ibm-semeru-open-jdk_x86-32_windows_8u442b06_openj9-0.49.0.msi + InstallerSha256: 68265BE3A0549C5CDBFB864DBE8661A94102B6B6147CF7E5769906608866F43D + ProductCode: '{77E568C9-606F-42BA-884E-D853C32E3EAA}' + AppsAndFeaturesEntries: + - ProductCode: '{77E568C9-606F-42BA-884E-D853C32E3EAA}' + UpgradeCode: '{F384E2A6-8EA9-6B30-35D3-0CBCC6427CB6}' +- Architecture: x64 + InstallerUrl: https://github.com/ibmruntimes/semeru8-binaries/releases/download/jdk8u442-b06_openj9-0.49.0/ibm-semeru-open-jdk_x64_windows_8u442b06_openj9-0.49.0.msi + InstallerSha256: 576260CC254DD281417EF10BB466B4327F51053E0B69F4C47F6DDFA55651B347 + ProductCode: '{37CB58FE-3227-4C79-95B3-019870DC7C91}' + AppsAndFeaturesEntries: + - ProductCode: '{37CB58FE-3227-4C79-95B3-019870DC7C91}' + UpgradeCode: '{51979DBF-5B45-9758-7DFF-5DD81F90A27D}' +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/i/IBM/Semeru/8/JDK/8.0.442.6/IBM.Semeru.8.JDK.locale.en-US.yaml b/manifests/i/IBM/Semeru/8/JDK/8.0.442.6/IBM.Semeru.8.JDK.locale.en-US.yaml new file mode 100644 index 0000000000000..6a1a453079222 --- /dev/null +++ b/manifests/i/IBM/Semeru/8/JDK/8.0.442.6/IBM.Semeru.8.JDK.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: IBM.Semeru.8.JDK +PackageVersion: 8.0.442.6 +PackageLocale: en-US +Publisher: Semeru +PublisherUrl: https://developer.ibm.com/ +PrivacyUrl: https://www.ibm.com/privacy +Author: International Business Machines Corporation +PackageName: IBM Semeru Runtime Open Edition (JDK) 8 +PackageUrl: https://developer.ibm.com/languages/java/semeru-runtimes/ +License: GPL-2.0 with Classpath Exception +LicenseUrl: https://openjdk.java.net/legal/gplv2+ce.html +Copyright: Copyright © 2024 +CopyrightUrl: https://www.ibm.com/legal/copyright-trademark +ShortDescription: Build and deploy Java apps that start quickly, deliver great performance, and use less memory. +Tags: +- java +- jdk +- jre +- jvm +- openj9 +ReleaseNotesUrl: https://github.com/ibmruntimes/semeru8-binaries/releases/tag/jdk8u442-b06_openj9-0.49.0 +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/i/IBM/Semeru/8/JDK/8.0.442.6/IBM.Semeru.8.JDK.locale.zh-CN.yaml b/manifests/i/IBM/Semeru/8/JDK/8.0.442.6/IBM.Semeru.8.JDK.locale.zh-CN.yaml new file mode 100644 index 0000000000000..16a1f3108d939 --- /dev/null +++ b/manifests/i/IBM/Semeru/8/JDK/8.0.442.6/IBM.Semeru.8.JDK.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: IBM.Semeru.8.JDK +PackageVersion: 8.0.442.6 +PackageLocale: zh-CN +Publisher: Semeru +PublisherUrl: https://developer.ibm.com/ +PrivacyUrl: https://www.ibm.com/privacy +Author: International Business Machines Corporation +PackageName: IBM Semeru Runtime Open Edition (JDK) 8 +PackageUrl: https://developer.ibm.com/languages/java/semeru-runtimes/ +License: GPL-2.0 with Classpath Exception +LicenseUrl: https://openjdk.java.net/legal/gplv2+ce.html +Copyright: Copyright © 2024 +CopyrightUrl: https://www.ibm.com/legal/copyright-trademark +ShortDescription: 构建和部署启动迅速、性能卓越、内存占用更少的 Java 应用程序。 +Tags: +- java +- jdk +- jre +- jvm +- openj9 +ReleaseNotesUrl: https://github.com/ibmruntimes/semeru8-binaries/releases/tag/jdk8u442-b06_openj9-0.49.0 +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/i/IBM/Semeru/8/JDK/8.0.442.6/IBM.Semeru.8.JDK.yaml b/manifests/i/IBM/Semeru/8/JDK/8.0.442.6/IBM.Semeru.8.JDK.yaml new file mode 100644 index 0000000000000..854e5c5c5e692 --- /dev/null +++ b/manifests/i/IBM/Semeru/8/JDK/8.0.442.6/IBM.Semeru.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: IBM.Semeru.8.JDK +PackageVersion: 8.0.442.6 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/i/IBM/Semeru/8/JRE/8.0.442.6/IBM.Semeru.8.JRE.installer.yaml b/manifests/i/IBM/Semeru/8/JRE/8.0.442.6/IBM.Semeru.8.JRE.installer.yaml new file mode 100644 index 0000000000000..e6c93d7bf0ee0 --- /dev/null +++ b/manifests/i/IBM/Semeru/8/JRE/8.0.442.6/IBM.Semeru.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: IBM.Semeru.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-02-10 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/ibmruntimes/semeru8-binaries/releases/download/jdk8u442-b06_openj9-0.49.0/ibm-semeru-open-jre_x86-32_windows_8u442b06_openj9-0.49.0.msi + InstallerSha256: 7C90A89EDA8A2DC48BDAA2EFCD395113F55181C55059E9F8605931850EE5E35B + ProductCode: '{BC0B6FC3-3173-4BCE-B67B-3B6354A01623}' + AppsAndFeaturesEntries: + - ProductCode: '{BC0B6FC3-3173-4BCE-B67B-3B6354A01623}' + UpgradeCode: '{577F2C89-EAD1-1D9E-A600-EFA77BA92E82}' +- Architecture: x64 + InstallerUrl: https://github.com/ibmruntimes/semeru8-binaries/releases/download/jdk8u442-b06_openj9-0.49.0/ibm-semeru-open-jre_x64_windows_8u442b06_openj9-0.49.0.msi + InstallerSha256: 53F1E73596E6723CA8DF97870734827E46CF2DF1B8739C8B6531FAC525096173 + ProductCode: '{91F18CA0-7030-4432-AAD0-0DC6FEFAE668}' + AppsAndFeaturesEntries: + - ProductCode: '{91F18CA0-7030-4432-AAD0-0DC6FEFAE668}' + UpgradeCode: '{041384D8-37B2-E50B-D93E-492ADFC3C0EF}' +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/i/IBM/Semeru/8/JRE/8.0.442.6/IBM.Semeru.8.JRE.locale.en-US.yaml b/manifests/i/IBM/Semeru/8/JRE/8.0.442.6/IBM.Semeru.8.JRE.locale.en-US.yaml new file mode 100644 index 0000000000000..4b3993348f768 --- /dev/null +++ b/manifests/i/IBM/Semeru/8/JRE/8.0.442.6/IBM.Semeru.8.JRE.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: IBM.Semeru.8.JRE +PackageVersion: 8.0.442.6 +PackageLocale: en-US +Publisher: Semeru +PublisherUrl: https://developer.ibm.com/ +PrivacyUrl: https://www.ibm.com/privacy +Author: International Business Machines Corporation +PackageName: IBM Semeru Runtime Open Edition (JRE) 8 +PackageUrl: https://developer.ibm.com/languages/java/semeru-runtimes/ +License: GPL-2.0 with Classpath Exception +LicenseUrl: https://openjdk.java.net/legal/gplv2+ce.html +Copyright: Copyright © 2024 +CopyrightUrl: https://www.ibm.com/legal/copyright-trademark +ShortDescription: Build and deploy Java apps that start quickly, deliver great performance, and use less memory. +Tags: +- java +- jdk +- jre +- jvm +- openj9 +ReleaseNotesUrl: https://github.com/ibmruntimes/semeru8-binaries/releases/tag/jdk8u442-b06_openj9-0.49.0 +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/i/IBM/Semeru/8/JRE/8.0.442.6/IBM.Semeru.8.JRE.locale.zh-CN.yaml b/manifests/i/IBM/Semeru/8/JRE/8.0.442.6/IBM.Semeru.8.JRE.locale.zh-CN.yaml new file mode 100644 index 0000000000000..df4bbe249f1aa --- /dev/null +++ b/manifests/i/IBM/Semeru/8/JRE/8.0.442.6/IBM.Semeru.8.JRE.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: IBM.Semeru.8.JRE +PackageVersion: 8.0.442.6 +PackageLocale: zh-CN +Publisher: Semeru +PublisherUrl: https://developer.ibm.com/ +PrivacyUrl: https://www.ibm.com/privacy +Author: International Business Machines Corporation +PackageName: IBM Semeru Runtime Open Edition (JRE) 8 +PackageUrl: https://developer.ibm.com/languages/java/semeru-runtimes/ +License: GPL-2.0 with Classpath Exception +LicenseUrl: https://openjdk.java.net/legal/gplv2+ce.html +Copyright: Copyright © 2024 +CopyrightUrl: https://www.ibm.com/legal/copyright-trademark +ShortDescription: 构建和部署启动迅速、性能卓越、内存占用更少的 Java 应用程序。 +Tags: +- java +- jdk +- jre +- jvm +- openj9 +ReleaseNotesUrl: https://github.com/ibmruntimes/semeru8-binaries/releases/tag/jdk8u442-b06_openj9-0.49.0 +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/i/IBM/Semeru/8/JRE/8.0.442.6/IBM.Semeru.8.JRE.yaml b/manifests/i/IBM/Semeru/8/JRE/8.0.442.6/IBM.Semeru.8.JRE.yaml new file mode 100644 index 0000000000000..3164d32eef277 --- /dev/null +++ b/manifests/i/IBM/Semeru/8/JRE/8.0.442.6/IBM.Semeru.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: IBM.Semeru.8.JRE +PackageVersion: 8.0.442.6 +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.2/ImaginaryInfinity.Squiid.installer.yaml b/manifests/i/ImaginaryInfinity/Squiid/1.2.2/ImaginaryInfinity.Squiid.installer.yaml new file mode 100644 index 0000000000000..4fc2d11e7e364 --- /dev/null +++ b/manifests/i/ImaginaryInfinity/Squiid/1.2.2/ImaginaryInfinity.Squiid.installer.yaml @@ -0,0 +1,14 @@ +# 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.2 +InstallerType: inno +InstallerSwitches: + Custom: /ALLUSERS +Installers: +- Architecture: x64 + InstallerUrl: https://gitlab.com/ImaginaryInfinity/squiid-calculator/squiid/-/jobs/9079033764/artifacts/raw/squiid-installer.exe + InstallerSha256: 705953736d5f52969391eb8333b3ea2fbad22e2a00b88eb935463d423a76e1a7 +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.2/ImaginaryInfinity.Squiid.locale.en-US.yaml similarity index 96% rename from manifests/i/ImaginaryInfinity/Squiid/1.2.0/ImaginaryInfinity.Squiid.locale.en-US.yaml rename to manifests/i/ImaginaryInfinity/Squiid/1.2.2/ImaginaryInfinity.Squiid.locale.en-US.yaml index cfe6acd55cfb9..d84d3087a20f0 100644 --- a/manifests/i/ImaginaryInfinity/Squiid/1.2.0/ImaginaryInfinity.Squiid.locale.en-US.yaml +++ b/manifests/i/ImaginaryInfinity/Squiid/1.2.2/ImaginaryInfinity.Squiid.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: ImaginaryInfinity.Squiid -PackageVersion: 1.2.0 +PackageVersion: 1.2.2 PackageLocale: en-US Publisher: ImaginaryInfinity PackageName: Squiid diff --git a/manifests/i/ImaginaryInfinity/Squiid/1.2.0/ImaginaryInfinity.Squiid.yaml b/manifests/i/ImaginaryInfinity/Squiid/1.2.2/ImaginaryInfinity.Squiid.yaml similarity index 91% rename from manifests/i/ImaginaryInfinity/Squiid/1.2.0/ImaginaryInfinity.Squiid.yaml rename to manifests/i/ImaginaryInfinity/Squiid/1.2.2/ImaginaryInfinity.Squiid.yaml index 59ffd3914f467..a371bce2c2d92 100644 --- a/manifests/i/ImaginaryInfinity/Squiid/1.2.0/ImaginaryInfinity.Squiid.yaml +++ b/manifests/i/ImaginaryInfinity/Squiid/1.2.2/ImaginaryInfinity.Squiid.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: ImaginaryInfinity.Squiid -PackageVersion: 1.2.0 +PackageVersion: 1.2.2 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/5.9.3/Inkdrop.Inkdrop.installer.yaml b/manifests/i/Inkdrop/Inkdrop/5.9.3/Inkdrop.Inkdrop.installer.yaml new file mode 100644 index 0000000000000..e9c70f9b9ac3d --- /dev/null +++ b/manifests/i/Inkdrop/Inkdrop/5.9.3/Inkdrop.Inkdrop.installer.yaml @@ -0,0 +1,15 @@ +# Created with komac v2.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Inkdrop.Inkdrop +PackageVersion: 5.9.3 +InstallerType: exe +UpgradeBehavior: install +ProductCode: inkdrop +ReleaseDate: 2025-01-21 +Installers: +- Architecture: x86 + InstallerUrl: https://dist.inkdrop.app/v5.9.3/Setup.exe + InstallerSha256: CDD69A926F0F70B64034AAA01B865A7AB29C24D68EADCA7FC2DAE4BD6A6D92E9 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/i/Inkdrop/Inkdrop/5.9.3/Inkdrop.Inkdrop.locale.en-US.yaml b/manifests/i/Inkdrop/Inkdrop/5.9.3/Inkdrop.Inkdrop.locale.en-US.yaml new file mode 100644 index 0000000000000..f5f0a3e2dcbf0 --- /dev/null +++ b/manifests/i/Inkdrop/Inkdrop/5.9.3/Inkdrop.Inkdrop.locale.en-US.yaml @@ -0,0 +1,31 @@ +# Created with komac v2.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Inkdrop.Inkdrop +PackageVersion: 5.9.3 +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: +- editor +- markdown +- note +- notes +- tech +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/5.9.3/Inkdrop.Inkdrop.yaml b/manifests/i/Inkdrop/Inkdrop/5.9.3/Inkdrop.Inkdrop.yaml new file mode 100644 index 0000000000000..0947528a3f305 --- /dev/null +++ b/manifests/i/Inkdrop/Inkdrop/5.9.3/Inkdrop.Inkdrop.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 +PackageVersion: 5.9.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.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/Inkdrop/Inkdrop/Portable/5.9.3/Inkdrop.Inkdrop.Portable.installer.yaml b/manifests/i/Inkdrop/Inkdrop/Portable/5.9.3/Inkdrop.Inkdrop.Portable.installer.yaml new file mode 100644 index 0000000000000..04a8edd678cd3 --- /dev/null +++ b/manifests/i/Inkdrop/Inkdrop/Portable/5.9.3/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.9.3 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: Inkdrop.exe + PortableCommandAlias: Inkdrop +UpgradeBehavior: install +Commands: +- inkdrop +ReleaseDate: 2025-01-21 +ArchiveBinariesDependOnPath: true +Installers: +- Architecture: neutral + InstallerUrl: https://dist.inkdrop.app/v5.9.3/Inkdrop-5.9.3-Windows.zip + InstallerSha256: 5CE7BE9962690A5C65B07B528E527E86941CB5A03AF3777EC0C23A4422B645DC +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/i/Inkdrop/Inkdrop/Portable/5.9.3/Inkdrop.Inkdrop.Portable.locale.en-US.yaml b/manifests/i/Inkdrop/Inkdrop/Portable/5.9.3/Inkdrop.Inkdrop.Portable.locale.en-US.yaml new file mode 100644 index 0000000000000..00626fabb3adb --- /dev/null +++ b/manifests/i/Inkdrop/Inkdrop/Portable/5.9.3/Inkdrop.Inkdrop.Portable.locale.en-US.yaml @@ -0,0 +1,29 @@ +# 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.9.3 +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 +Moniker: inkdrop +Tags: +- editor +- markdown +- md +- note +- notes +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.9.3/Inkdrop.Inkdrop.Portable.yaml b/manifests/i/Inkdrop/Inkdrop/Portable/5.9.3/Inkdrop.Inkdrop.Portable.yaml new file mode 100644 index 0000000000000..833bede7f1084 --- /dev/null +++ b/manifests/i/Inkdrop/Inkdrop/Portable/5.9.3/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.9.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/i/Insco/FaFaRunner/1.0.9.375/Insco.FaFaRunner.installer.yaml b/manifests/i/Insco/FaFaRunner/1.0.9.375/Insco.FaFaRunner.installer.yaml new file mode 100644 index 0000000000000..a8f4c448f7778 --- /dev/null +++ b/manifests/i/Insco/FaFaRunner/1.0.9.375/Insco.FaFaRunner.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.FaFaRunner +PackageVersion: 1.0.9.375 +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/fafarunner/fafarunner/releases/download/v1.0.9+375/fafarunner_1.0.9+375_windows_x64_en-US.msi + InstallerSha256: 430BEA00213FA58F793D9A1BC41F069254FA244B27ECC322B4CB5FA17E567837 + InstallerLocale: en-US + ProductCode: '{40D01F44-EFAB-4F4A-A69D-1BE132ED857F}' + AppsAndFeaturesEntries: + - ProductCode: '{40D01F44-EFAB-4F4A-A69D-1BE132ED857F}' + UpgradeCode: '{9E97BD2C-5329-45E7-AD77-34D60ACAE691}' + - Architecture: x64 + InstallerUrl: https://github.com/fafarunner/fafarunner/releases/download/v1.0.9+375/fafarunner_1.0.9+375_windows_x64_zh-CN.msi + InstallerSha256: 09EA310783349BA6FC7725D97A40CA332D795381317FE8FABF6B9C74C9E9545B + InstallerLocale: zh-CN + ProductCode: '{F79772BE-8FF5-45D3-81CA-D9844E8C3D33}' + AppsAndFeaturesEntries: + - ProductCode: '{F79772BE-8FF5-45D3-81CA-D9844E8C3D33}' + UpgradeCode: '{9E97BD2C-5329-45E7-AD77-34D60ACAE691}' +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/i/Insco/FaFaRunner/1.0.9.375/Insco.FaFaRunner.locale.en-US.yaml b/manifests/i/Insco/FaFaRunner/1.0.9.375/Insco.FaFaRunner.locale.en-US.yaml new file mode 100644 index 0000000000000..5fd90d5d6f61c --- /dev/null +++ b/manifests/i/Insco/FaFaRunner/1.0.9.375/Insco.FaFaRunner.locale.en-US.yaml @@ -0,0 +1,41 @@ +# 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.FaFaRunner +PackageVersion: 1.0.9.375 +PackageLocale: en-US +Publisher: Insco +PublisherUrl: https://www.fafarunner.com +PublisherSupportUrl: https://github.com/fafarunner/fafarunner/discussions +PrivacyUrl: https://www.fafarunner.com/en/legal/privacy +Author: kjxbyz +PackageName: FaFa Runner +PackageUrl: https://www.fafarunner.com +License: MIT +LicenseUrl: https://raw.githubusercontent.com/fafarunner/fafarunner/main/LICENSE +Copyright: Copyright (c) 2023 kjxbyz +ShortDescription: Enjoy smooth gameplay, stunning graphics, and endless fun. +Description: | + Step into the enchanting world of FaFa Runner: Dawn Legends, where an epic adventure awaits! Developed using Flutter and the Flame engine, this RPG delivers a seamless gaming experience with stunning visual effects. + + Embark on your journey as a brave adventurer, explore mysterious lands, uncover hidden secrets, and face endless challenges. With rich story-driven quests and diverse character progression systems, every battle offers a unique sense of achievement. + + Key Features: + + Dynamic Combat System: Enjoy intuitive controls and fluid action as you take on powerful enemies and formidable bosses. + Gorgeous Visuals: Experience vivid graphics and captivating animations, thanks to the powerful Flutter and Flame engine. + Rich Quest System: Engage in main quests and side stories, with each adventure offering surprises and challenges. + Customizable Character Growth: Tailor your hero with various skills and equipment to build the ultimate warrior. + Interactive World Exploration: Discover hidden treasures and secret locations across a fantastical map. + + Join FaFa Runner: Dawn Legends and create your own legendary tale in this magical world. Download now and begin your epic adventure! +Tags: + - fafarunner + - fafa runner + - game + - flutter + - flame + - bonfire +ReleaseNotesUrl: https://raw.githubusercontent.com/fafarunner/fafarunner/v1.0.9+375/CHANGELOG.md +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/i/Insco/FaFaRunner/1.0.9.375/Insco.FaFaRunner.locale.zh-CN.yaml b/manifests/i/Insco/FaFaRunner/1.0.9.375/Insco.FaFaRunner.locale.zh-CN.yaml new file mode 100644 index 0000000000000..0cdb74e8b8137 --- /dev/null +++ b/manifests/i/Insco/FaFaRunner/1.0.9.375/Insco.FaFaRunner.locale.zh-CN.yaml @@ -0,0 +1,41 @@ +# 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.FaFaRunner +PackageVersion: 1.0.9.375 +PackageLocale: zh-CN +Publisher: Insco +PublisherUrl: https://www.fafarunner.com +PublisherSupportUrl: https://github.com/fafarunner/fafarunner/discussions +PrivacyUrl: https://www.fafarunner.com/zh/legal/privacy +Author: kjxbyz +PackageName: FaFa Runner +PackageUrl: https://www.fafarunner.com +License: MIT +LicenseUrl: https://raw.githubusercontent.com/fafarunner/fafarunner/main/LICENSE +Copyright: Copyright (c) 2023 kjxbyz +ShortDescription: 享受流畅的游戏、令人惊叹的图形和无尽的乐趣。 +Description: | + 踏入《发发跑酷》的魔幻世界,开启一段前所未有的奇幻旅程!这款RPG游戏由Flutter和Flame引擎精心打造,为你带来流畅的游戏体验和绚丽的视觉效果。 + + 在这里,你将化身为一位勇敢的冒险者,探索神秘的大陆,解锁隐藏的秘密,迎接无尽的挑战。游戏中拥有丰富的剧情任务和多样的角色成长系统,让你在每一次战斗中都能体验到前所未有的成就感。 + + 主要特点: + + 动感十足的战斗系统:使用直观的操作,体验流畅的动作打击感,挑战各种强大的敌人和首领。 + 绚丽的视觉效果:利用Flutter和Flame引擎的强大性能,呈现精美的画面和生动的动画效果。 + 丰富的任务系统:从主线任务到支线剧情,每一次冒险都充满惊喜和挑战。 + 多样化的角色成长:自由定制你的角色,选择不同的技能和装备,打造最强的战斗力。 + 互动式的世界探索:探索充满奇幻的地图,发现隐藏的宝藏和秘密地点。 + + 加入《发发跑酷》,在这个奇妙的世界中书写属于你的传奇故事。赶快下载,开启你的冒险之旅吧! +Tags: + - fafarunner + - fafa runner + - game + - flutter + - flame + - bonfire +ReleaseNotesUrl: https://raw.githubusercontent.com/fafarunner/fafarunner/v1.0.9+375/CHANGELOG.md +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/i/Insco/FaFaRunner/1.0.9.375/Insco.FaFaRunner.yaml b/manifests/i/Insco/FaFaRunner/1.0.9.375/Insco.FaFaRunner.yaml new file mode 100644 index 0000000000000..231946194b205 --- /dev/null +++ b/manifests/i/Insco/FaFaRunner/1.0.9.375/Insco.FaFaRunner.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.FaFaRunner +PackageVersion: 1.0.9.375 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 \ No newline at end of file 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/Insomnia/Insomnia/10.3.1/Insomnia.Insomnia.installer.yaml b/manifests/i/Insomnia/Insomnia/10.3.1/Insomnia.Insomnia.installer.yaml new file mode 100644 index 0000000000000..449a7e0f6f73a --- /dev/null +++ b/manifests/i/Insomnia/Insomnia/10.3.1/Insomnia.Insomnia.installer.yaml @@ -0,0 +1,23 @@ +# Created with komac v2.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Insomnia.Insomnia +PackageVersion: 10.3.1 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: exe +Scope: user +InstallModes: +- silent +InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent +UpgradeBehavior: install +ReleaseDate: 2025-02-11 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/Kong/insomnia/releases/download/core@10.3.1/Insomnia.Core-10.3.1.exe + InstallerSha256: 1969A997FA9170E52082EDAAE7EE08ADC76568F4AE95D71852D836CF8538274C +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/i/Insomnia/Insomnia/10.3.1/Insomnia.Insomnia.locale.en-US.yaml b/manifests/i/Insomnia/Insomnia/10.3.1/Insomnia.Insomnia.locale.en-US.yaml new file mode 100644 index 0000000000000..f1e8a09892636 --- /dev/null +++ b/manifests/i/Insomnia/Insomnia/10.3.1/Insomnia.Insomnia.locale.en-US.yaml @@ -0,0 +1,67 @@ +# Created with komac v2.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Insomnia.Insomnia +PackageVersion: 10.3.1 +PackageLocale: en-US +Publisher: Kong +PublisherUrl: https://github.com/Kong/insomnia +PublisherSupportUrl: https://github.com/Kong/insomnia/issues +Author: Kong +PackageName: Insomnia +PackageUrl: https://insomnia.rest/ +License: Apache-2.0 +LicenseUrl: https://github.com/Kong/insomnia/blob/HEAD/LICENSE +Copyright: Copyright (c) Insomnia REST Client +CopyrightUrl: https://raw.githubusercontent.com/Kong/insomnia/develop/LICENSE +ShortDescription: The Desktop API client for REST and GraphQL. Make requests, inspect responses. +Moniker: insomnia +Tags: +- insomnia +- insomnia-core +ReleaseNotes: |- + What's Changed + - :rocket: 10.3.0 by @insomnia-infra in #8262 + - fix(Dropdown/Menus): Options shouldn't autoselect if the menu overlaps with the trigger button by @gatzjames in #8258 + - feat(Inso): Add proxy settings to inso cli by @gatzjames in #8257 + - fix(sdk): support async function in insomnia.test by @ihexxa in #8243 + - fix: editor did not unlock after websocket disconnect by @CurryYangxx in #8269 + - fix: pre-request script variable hostname certificate resolution [INS-4733] by @ryan-willis in #8249 + - fix: smoke failed in github action by @CurryYangxx in #8274 + - fix: GRPC Bad Duplicate issue. Closes #8216 by @h-tiwari-dev in #8273 + - feat(runner/settings): enable logging switch configuration by @ihexxa in #8194 + - :rocket: 10.3.1-beta.0 by @insomnia-infra in #8278 + - feat(ApplicationMenu): add check for updates command in the app menu by @gatzjames in #8279 + - fix(sdk): add basic support for insomnia.request.size() by @ihexxa in #8281 + - fix(QueryParameters sizing issue): Resizable sections for parameters in request panes by @gatzjames in #8283 + - Bump-electron-33 by @jackkav in #8285 + - Add annotation for no proxy whitelist [INS-4792] by @yaoweiprc in #8280 + - add bracket notation tests by @jackkav in #7817 + - fix: prevent unparseable response cookie from causing request to fail [INS-4851] by @ryan-willis in #8289 + - fix(sdk): misc fixes and improvements by @ihexxa in #8297 + - fix: paths in gRPC requests and proto state by @ryan-willis in #8284 + - chore: bump semgrep by @filfreire in #8317 + - Build Linux aarch64 packages using the new GH runner by @hexchain in #8306 + - add run name to github action by @jackkav in #8324 + - make runners conventional by @jackkav in #8325 + - :rocket: 10.3.1-beta.1 by @insomnia-infra in #8323 + - :rocket: 10.3.1-alpha.0 by @insomnia-infra in #8328 + - fix: support headers as metadata with gRPC + reflection by @ryan-willis in #8327 + - Rename local-storage to electron-storage by @cwangsmv in #8310 + - :rocket: 10.3.1-beta.2 by @insomnia-infra in #8330 + - fix: .deb and .snap upload on publish [no-ticket] by @filfreire in #8332 + - :rocket: 10.3.1-beta.3 by @insomnia-infra in #8333 + - chore: also build appimage for arm64 linux by @hexchain in #8331 + - fix: template render error [INS-4962] by @filfreire in #8338 + - :rocket: 10.3.1-beta.4 by @insomnia-infra in #8339 + - fix(Proxy CLI options): update cli options docs by @gatzjames in #8343 + - fix: inso README.md [no-ticket] by @filfreire in #8342 + - fix: prevent yarn directory traversal on plugin installation by @techchrism in #6829 + New Contributors + - @h-tiwari-dev made their first contribution in #8273 + - @hexchain made their first contribution in #8306 + - @techchrism made their first contribution in #6829 + Full Changelog: https://github.com/Kong/insomnia/compare/core@10.3.0...core@10.3.1 +ReleaseNotesUrl: https://github.com/Kong/insomnia/releases/tag/core@10.3.1 +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/i/Insomnia/Insomnia/10.3.1/Insomnia.Insomnia.yaml b/manifests/i/Insomnia/Insomnia/10.3.1/Insomnia.Insomnia.yaml new file mode 100644 index 0000000000000..cb204227212e2 --- /dev/null +++ b/manifests/i/Insomnia/Insomnia/10.3.1/Insomnia.Insomnia.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: Insomnia.Insomnia +PackageVersion: 10.3.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/i/Intel/OSPRay/3.2.0/Intel.OSPRay.installer.yaml b/manifests/i/Intel/OSPRay/3.2.0/Intel.OSPRay.installer.yaml new file mode 100644 index 0000000000000..e6895299f2d4e --- /dev/null +++ b/manifests/i/Intel/OSPRay/3.2.0/Intel.OSPRay.installer.yaml @@ -0,0 +1,22 @@ +# Created with komac v2.10.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Intel.OSPRay +PackageVersion: 3.2.0 +InstallerLocale: en-US +InstallerType: wix +Scope: user +ProductCode: '{9D64D525-2603-4E8C-9108-845A14630200}' +ReleaseDate: 2024-07-23 +AppsAndFeaturesEntries: +- DisplayName: OSPRay v3.2.0 + ProductCode: '{9D64D525-2603-4E8C-9108-845A14630200}' + UpgradeCode: '{9D64D525-2603-4E8C-9108-845A14630000}' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Intel\OSPRay v3' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/RenderKit/ospray/releases/download/v3.2.0/ospray-3.2.0.x86_64.windows.msi + InstallerSha256: AA396D4F004141F293EA8CD6FF87EAD0D34D69D6596E03F1DAB4A1C157DB0B07 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/i/Intel/OSPRay/3.2.0/Intel.OSPRay.locale.en-US.yaml b/manifests/i/Intel/OSPRay/3.2.0/Intel.OSPRay.locale.en-US.yaml new file mode 100644 index 0000000000000..4e1710444434a --- /dev/null +++ b/manifests/i/Intel/OSPRay/3.2.0/Intel.OSPRay.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: Intel.OSPRay +PackageVersion: 3.2.0 +PackageLocale: en-US +Publisher: Intel Corporation +PublisherUrl: https://github.com/ospray +PublisherSupportUrl: https://github.com/ospray/ospray/issues +Author: Intel Corporation +PackageName: OSPRay +PackageUrl: https://github.com/ospray/ospray +License: Apache-2.0 +LicenseUrl: https://github.com/RenderKit/ospray/blob/HEAD/LICENSE.txt +ShortDescription: An Open, Scalable, Portable, Ray Tracing Based Rendering Engine for High-Fidelity Visualization. +Tags: +- c-plus-plus +- ospray +- path-tracer +- ray-tracing +- rendering +- visualization +ReleaseNotes: "- Sampling improvements:\n \n - Better performance (lower rendering time and faster convergence)\n - More pleasing blue noise enabled when the total number of frames to be accumulated is known in advance and set as the targetFrames parameter at the framebuffer\n - Note a maximum of 64k samples is supported\n- Improved denoiser image operation:\n \n - User-controlled quality levels via parameter quality\n - Optionally denoise alpha channel as well, enabled via parameter denoiseAlpha\n- Support half-precision (16 bit float) texture formats OSP_TEXTURE_[RGBA16F|RGB16F|RA16F|R16F] and two-channel 32 bit float textures OSP_TEXTURE_RA32F\n- New parameter limitIndirectLightSamples for the pathtracer which limits the number of light samples after the first non-specular (i.e., diffuse and glossy) bounce to at most one\n- Implement MIP Mapping for better texture filtering. If the additional memory per texture needed cannot be spared, applications can disable the generation of MIP maps with device parameter disableMipMapGeneration\n- The backplate (background texture) is now always sampled at the pixel center and thus not blurred by the pixel filter anymore\n- Avoid color bleeding across eye-subimages when stereo rendering\n- Superbuild uses binary packages of Open VKL\n- Removed Intel ISPCRT dependency (ISPC compiler is still needed):\n \n - oneAPI Level Zero Loader is no longer necessary\n - zeContext and zeDevicedevice parameters are no longer supported\n - ispcrtContext and ispcrtDevicedevice parameters are no longer supported\n- Clarify the size of OSP_BOOL to be 1 byte\n- Fix artifacts occasionally appearing with gpu device\n- The new minimum versions of dependencies:\n \n - Embree v4.3.3 (better error reporting)\n - Open Image Denoise v2.3 (better image quality with HIGH quality mode, added FAST quality mode)\n - rkcommon v1.14.0\nClick for more details and example images:\nBraun KS 20 Coffee Maker by cekuhnen rendered with targetFrames=0 (white noise) and with targetFrames=1 (blue noise), and denoised respectively:\n──────────────┬────────────────────────────────────┬───────────────────────────────────\n │white noise │blue noise \n──────────────┼────────────────────────────────────┼───────────────────────────────────\npixelSamples=8│BraunKS20_spp8_white │BraunKS20_spp8_blue \n──────────────┼────────────────────────────────────┼───────────────────────────────────\ndenoised │BraunKS20_spp8_white_denoised │BraunKS20_spp8_blue_denoised \n──────────────┴────────────────────────────────────┴───────────────────────────────────\nContemporary Bathroom rendered with pixelSamples=16 and denoised with OSP_DENOISER_QUALITY_LOW, OSP_DENOISER_QUALITY_MEDIUM, and OSP_DENOISER_QUALITY_HIGH:\n─────────────────┬────────────────────────┬────────────────────────┬─────────────────────────\nBath_spp16 │Bath_spp16_dn_low │Bath_spp16_dn_med │Bath_spp16_dn_high \n─────────────────┴────────────────────────┴────────────────────────┴─────────────────────────" +ReleaseNotesUrl: https://github.com/RenderKit/ospray/releases/tag/v3.2.0 +InstallationNotes: This is a compiler library package. Please try importing header files with compiler toolchains. +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/i/Intel/OSPRay/3.2.0/Intel.OSPRay.yaml b/manifests/i/Intel/OSPRay/3.2.0/Intel.OSPRay.yaml new file mode 100644 index 0000000000000..e707953869880 --- /dev/null +++ b/manifests/i/Intel/OSPRay/3.2.0/Intel.OSPRay.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: Intel.OSPRay +PackageVersion: 3.2.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 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/IvanCharapanau/Harbor/0.2.27/IvanCharapanau.Harbor.installer.yaml b/manifests/i/IvanCharapanau/Harbor/0.2.27/IvanCharapanau.Harbor.installer.yaml new file mode 100644 index 0000000000000..0e8fda23d6389 --- /dev/null +++ b/manifests/i/IvanCharapanau/Harbor/0.2.27/IvanCharapanau.Harbor.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: IvanCharapanau.Harbor +PackageVersion: 0.2.27 +UpgradeBehavior: install +ReleaseDate: 2025-02-08 +Installers: +- Architecture: x64 + InstallerType: nullsoft + Scope: user + InstallerUrl: https://github.com/av/harbor/releases/download/v0.2.27/Harbor_0.2.27_x64-setup.exe + InstallerSha256: F689C75B3839E41E76B28549EC098CBF382C6D595A66878937D1E15CCCB29EB2 + ProductCode: Harbor +- Architecture: x64 + InstallerType: wix + Scope: machine + InstallerUrl: https://github.com/av/harbor/releases/download/v0.2.27/Harbor_0.2.27_x64_en-US.msi + InstallerSha256: 4F60A29156447807B0D87B2F91E5DF85840558C6443EACE48C31B4C1CBD95FC8 + InstallerSwitches: + InstallLocation: INSTALLDIR="" + ProductCode: '{8DC75167-A354-47CC-95E2-4E410EB5ADA4}' + AppsAndFeaturesEntries: + - ProductCode: '{8DC75167-A354-47CC-95E2-4E410EB5ADA4}' + UpgradeCode: '{8389C8AD-7952-5AB4-B907-63255087F027}' +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/i/IvanCharapanau/Harbor/0.2.27/IvanCharapanau.Harbor.locale.en-US.yaml b/manifests/i/IvanCharapanau/Harbor/0.2.27/IvanCharapanau.Harbor.locale.en-US.yaml new file mode 100644 index 0000000000000..6490f0151720c --- /dev/null +++ b/manifests/i/IvanCharapanau/Harbor/0.2.27/IvanCharapanau.Harbor.locale.en-US.yaml @@ -0,0 +1,49 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: IvanCharapanau.Harbor +PackageVersion: 0.2.27 +PackageLocale: en-US +Publisher: harbor +PublisherUrl: https://av.codes/ +PublisherSupportUrl: https://github.com/av/harbor/issues +Author: Ivan Charapanau +PackageName: Harbor +PackageUrl: https://github.com/av/harbor +License: Apache-2.0 +LicenseUrl: https://github.com/av/harbor/blob/HEAD/LICENSE +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. +Tags: +- ai +- large-language-model +- llm +- ollama +ReleaseNotes: |- + Three new services are here to add even more value to your local LLM setup! + Morphic + + An AI-powered search engine with a generative UI. + SQL Chat + + SQL Chat is a chat-based SQL client, which uses natural language to communicate with the database to implement operations such as query, modification, addition, and deletion of the database. + gptme + + Terminal assistant, with tools so it can: use the shell, run code, edit files, and much more; + Speaches - now supports Kokoro v1 + Harbor patched its installation of speaches to support Kokoro v1 models (ahead of official support from the project itself) + Misc + - CDI - Harbor detects and enables CDI Nvidia driver on compatible systems (kudos to @FrantaNautilus) + - harbor dev - alias to run dev-related scripts from .scripts + - harbor dev scaffold - unwanted prefix newline + - boost - extras for chat/chat node APIs for custom modules + - cex - experiment on automatic context expansion by paraphrasing + - stcl - continued experiments on "side" reasoning + - Plenty of clarifications and extra-examples for Ollama/WebUI docs and more + - Experimental requirements.sh to install Harbor's dependencies automatically on Linux (undocumented, untested) + New Contributors + - @FrantaNautilus made their first contribution in https://github.com/av/harbor/pull/119 🎉 + Full Changelog: https://github.com/av/harbor/compare/v0.2.26...v0.2.27 +ReleaseNotesUrl: https://github.com/av/harbor/releases/tag/v0.2.27 +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/i/IvanCharapanau/Harbor/0.2.27/IvanCharapanau.Harbor.locale.zh-CN.yaml b/manifests/i/IvanCharapanau/Harbor/0.2.27/IvanCharapanau.Harbor.locale.zh-CN.yaml new file mode 100644 index 0000000000000..7d47817e9a5e8 --- /dev/null +++ b/manifests/i/IvanCharapanau/Harbor/0.2.27/IvanCharapanau.Harbor.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: IvanCharapanau.Harbor +PackageVersion: 0.2.27 +PackageLocale: zh-CN +ShortDescription: 只需一个命令,即可轻松运行 LLM 后端、API、前端和服务。 +Description: Harbor 是一个容器化 LLM 工具包,帮助您运行 LLM 和附加服务。它由 CLI 和配套应用程序组成,帮助您轻松管理和运行人工智能服务。 +Tags: +- llm +- ollama +- 人工智能 +- 大语言模型 +ReleaseNotesUrl: https://github.com/av/harbor/releases/tag/v0.2.27 +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/i/IvanCharapanau/Harbor/0.2.27/IvanCharapanau.Harbor.yaml b/manifests/i/IvanCharapanau/Harbor/0.2.27/IvanCharapanau.Harbor.yaml new file mode 100644 index 0000000000000..5c330559a5c41 --- /dev/null +++ b/manifests/i/IvanCharapanau/Harbor/0.2.27/IvanCharapanau.Harbor.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: IvanCharapanau.Harbor +PackageVersion: 0.2.27 +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/iFlyDocs/2.1.1144/iFlytek.iFlyDocs.installer.yaml b/manifests/i/iFlytek/iFlyDocs/2.1.1144/iFlytek.iFlyDocs.installer.yaml new file mode 100644 index 0000000000000..225fdd92df7fb --- /dev/null +++ b/manifests/i/iFlytek/iFlyDocs/2.1.1144/iFlytek.iFlyDocs.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: iFlytek.iFlyDocs +PackageVersion: 2.1.1144 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: f1eecd5e-d9b2-568c-a5db-71646d8c8e4a +Installers: +- Architecture: x86 + InstallerUrl: https://bjb.openstorage.cn/v1/doc/downloads/win/iflydocs-2.1.1144.exe + InstallerSha256: 9D3D29189979208D3BCF9E0D297A72043F5654C45A6E63FD356D4097C899E750 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/i/iFlytek/iFlyDocs/2.1.1144/iFlytek.iFlyDocs.locale.en-US.yaml b/manifests/i/iFlytek/iFlyDocs/2.1.1144/iFlytek.iFlyDocs.locale.en-US.yaml new file mode 100644 index 0000000000000..e227f2addabc0 --- /dev/null +++ b/manifests/i/iFlytek/iFlyDocs/2.1.1144/iFlytek.iFlyDocs.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: iFlytek.iFlyDocs +PackageVersion: 2.1.1144 +PackageLocale: en-US +Publisher: 科大讯飞股份有限公司 +PublisherUrl: https://iflydocs.com/ +PrivacyUrl: https://iflydocs.com/h/agreements-privacy.html +Author: Iflytek Co., Ltd. +PackageName: 讯飞文档 +PackageUrl: https://iflydocs.com/h/download.html +License: Proprietary +LicenseUrl: https://iflydocs.com/h/agreements-user.html +Copyright: Copyright © 2024 Iflytek Co., Ltd. All rights reserved. +ShortDescription: A online document that supports multi-user and multi-platform collaborative editing. +Description: iFlyDocs is an online document app developed by iFlytek, which supports simultaneous editing by multiple users on multiple devices. It allows you to view and modify documents on various devices such as desktop, mobile, and tablet anytime and anywhere, greatly improving working efficiency. +Tags: +- collaborate +- collaboration +- docs +- document +- office +- presentation +- share +- sheet +- slide +- spreadsheet +- sync +- team +ReleaseNotesUrl: https://iflydocs.com/h/s/doc/eUDIkLl46y9mPz00 +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/i/iFlytek/iFlyDocs/2.1.1144/iFlytek.iFlyDocs.locale.zh-CN.yaml b/manifests/i/iFlytek/iFlyDocs/2.1.1144/iFlytek.iFlyDocs.locale.zh-CN.yaml new file mode 100644 index 0000000000000..fc7358beef9ba --- /dev/null +++ b/manifests/i/iFlytek/iFlyDocs/2.1.1144/iFlytek.iFlyDocs.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: iFlytek.iFlyDocs +PackageVersion: 2.1.1144 +PackageLocale: zh-CN +Publisher: 科大讯飞股份有限公司 +PublisherUrl: https://iflydocs.com/ +PrivacyUrl: https://iflydocs.com/h/agreements-privacy.html +Author: 科大讯飞股份有限公司 +PackageName: 讯飞文档 +PackageUrl: https://iflydocs.com/h/download.html +License: 专有软件 +LicenseUrl: https://iflydocs.com/h/agreements-user.html +Copyright: Copyright © 2024 科大讯飞股份有限公司 版权所有 +ShortDescription: 一款支持多人多端协同编辑的在线文档 +Description: 讯飞文档是由科大讯飞出品的一款支持多人多端同时编辑的在线文档 App,可以在电脑端、移动端、平板等多类型设备上随时随地查看和修改文档,轻松提升办公效率。 +Tags: +- ppt +- 共享 +- 办公 +- 协作 +- 协同 +- 同步 +- 团队 +- 幻灯片 +- 文档 +- 演示文稿 +- 表格 +ReleaseNotesUrl: https://iflydocs.com/h/s/doc/eUDIkLl46y9mPz00 +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/i/iFlytek/iFlyDocs/2.1.1144/iFlytek.iFlyDocs.yaml b/manifests/i/iFlytek/iFlyDocs/2.1.1144/iFlytek.iFlyDocs.yaml new file mode 100644 index 0000000000000..581202d64a669 --- /dev/null +++ b/manifests/i/iFlytek/iFlyDocs/2.1.1144/iFlytek.iFlyDocs.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: iFlytek.iFlyDocs +PackageVersion: 2.1.1144 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/i/iFlytek/iFlyDocs/2.1.1145/iFlytek.iFlyDocs.installer.yaml b/manifests/i/iFlytek/iFlyDocs/2.1.1145/iFlytek.iFlyDocs.installer.yaml new file mode 100644 index 0000000000000..453d36d161fdb --- /dev/null +++ b/manifests/i/iFlytek/iFlyDocs/2.1.1145/iFlytek.iFlyDocs.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: iFlytek.iFlyDocs +PackageVersion: 2.1.1145 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: f1eecd5e-d9b2-568c-a5db-71646d8c8e4a +Installers: +- Architecture: x86 + InstallerUrl: https://bjb.openstorage.cn/v1/doc/downloads/win/iflydocs-2.1.1145.exe + InstallerSha256: 4637C546B743C4A4FE9800E63161F2CAECD56DF3D1082490D444A693D6CA9A5D +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/i/iFlytek/iFlyDocs/2.1.1145/iFlytek.iFlyDocs.locale.en-US.yaml b/manifests/i/iFlytek/iFlyDocs/2.1.1145/iFlytek.iFlyDocs.locale.en-US.yaml new file mode 100644 index 0000000000000..18657954514ff --- /dev/null +++ b/manifests/i/iFlytek/iFlyDocs/2.1.1145/iFlytek.iFlyDocs.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: iFlytek.iFlyDocs +PackageVersion: 2.1.1145 +PackageLocale: en-US +Publisher: 科大讯飞股份有限公司 +PublisherUrl: https://iflydocs.com/ +PrivacyUrl: https://iflydocs.com/h/agreements-privacy.html +Author: Iflytek Co., Ltd. +PackageName: 讯飞文档 +PackageUrl: https://iflydocs.com/h/download.html +License: Proprietary +LicenseUrl: https://iflydocs.com/h/agreements-user.html +Copyright: Copyright © 2024 Iflytek Co., Ltd. All rights reserved. +ShortDescription: A online document that supports multi-user and multi-platform collaborative editing. +Description: iFlyDocs is an online document app developed by iFlytek, which supports simultaneous editing by multiple users on multiple devices. It allows you to view and modify documents on various devices such as desktop, mobile, and tablet anytime and anywhere, greatly improving working efficiency. +Tags: +- collaborate +- collaboration +- docs +- document +- office +- presentation +- share +- sheet +- slide +- spreadsheet +- sync +- team +ReleaseNotesUrl: https://iflydocs.com/h/s/doc/eUDIkLl46y9mPz00 +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/i/iFlytek/iFlyDocs/2.1.1145/iFlytek.iFlyDocs.locale.zh-CN.yaml b/manifests/i/iFlytek/iFlyDocs/2.1.1145/iFlytek.iFlyDocs.locale.zh-CN.yaml new file mode 100644 index 0000000000000..b879252e30401 --- /dev/null +++ b/manifests/i/iFlytek/iFlyDocs/2.1.1145/iFlytek.iFlyDocs.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: iFlytek.iFlyDocs +PackageVersion: 2.1.1145 +PackageLocale: zh-CN +Publisher: 科大讯飞股份有限公司 +PublisherUrl: https://iflydocs.com/ +PrivacyUrl: https://iflydocs.com/h/agreements-privacy.html +Author: 科大讯飞股份有限公司 +PackageName: 讯飞文档 +PackageUrl: https://iflydocs.com/h/download.html +License: 专有软件 +LicenseUrl: https://iflydocs.com/h/agreements-user.html +Copyright: Copyright © 2024 科大讯飞股份有限公司 版权所有 +ShortDescription: 一款支持多人多端协同编辑的在线文档 +Description: 讯飞文档是由科大讯飞出品的一款支持多人多端同时编辑的在线文档 App,可以在电脑端、移动端、平板等多类型设备上随时随地查看和修改文档,轻松提升办公效率。 +Tags: +- ppt +- 共享 +- 办公 +- 协作 +- 协同 +- 同步 +- 团队 +- 幻灯片 +- 文档 +- 演示文稿 +- 表格 +ReleaseNotesUrl: https://iflydocs.com/h/s/doc/eUDIkLl46y9mPz00 +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/i/iFlytek/iFlyDocs/2.1.1145/iFlytek.iFlyDocs.yaml b/manifests/i/iFlytek/iFlyDocs/2.1.1145/iFlytek.iFlyDocs.yaml new file mode 100644 index 0000000000000..6481090a97f33 --- /dev/null +++ b/manifests/i/iFlytek/iFlyDocs/2.1.1145/iFlytek.iFlyDocs.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: iFlytek.iFlyDocs +PackageVersion: 2.1.1145 +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/JFrog/Conan/1.26.0/JFrog.Conan.installer.yaml b/manifests/j/JFrog/Conan/1.26.0/JFrog.Conan.installer.yaml index 192903b9920bf..12af97d958a89 100644 --- a/manifests/j/JFrog/Conan/1.26.0/JFrog.Conan.installer.yaml +++ b/manifests/j/JFrog/Conan/1.26.0/JFrog.Conan.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: JFrog.Conan PackageVersion: 1.26.0 @@ -10,4 +10,4 @@ Installers: InstallerUrl: https://github.com/conan-io/conan/releases/download/1.26.0/conan-win-64_1_26_0.exe InstallerSha256: DC953D128700A33FD8F7876E341172C9B2083F5392B318CCB2692203CF7BFDC0 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/1.26.0/JFrog.Conan.locale.en-US.yaml b/manifests/j/JFrog/Conan/1.26.0/JFrog.Conan.locale.en-US.yaml index 965c071e32c52..c0265b8076691 100644 --- a/manifests/j/JFrog/Conan/1.26.0/JFrog.Conan.locale.en-US.yaml +++ b/manifests/j/JFrog/Conan/1.26.0/JFrog.Conan.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: JFrog.Conan PackageVersion: 1.26.0 PackageLocale: en-US Publisher: JFrog -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: -# Author: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: Conan PackageUrl: https://conan.io/ License: MIT LicenseUrl: https://raw.githubusercontent.com/conan-io/conan/1.26.0/LICENSE.md -# Copyright: -# CopyrightUrl: +# Copyright: +# CopyrightUrl: ShortDescription: An open source, decentralized package manager, to automate building and sharing of packages -# Description: -# Moniker: +# Description: +# Moniker: Tags: - c - cmake @@ -26,8 +26,10 @@ Tags: - cpp - multi-platform - package-manager -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/1.26.0/JFrog.Conan.yaml b/manifests/j/JFrog/Conan/1.26.0/JFrog.Conan.yaml index a5390fd1d7dd7..ba87f134a4159 100644 --- a/manifests/j/JFrog/Conan/1.26.0/JFrog.Conan.yaml +++ b/manifests/j/JFrog/Conan/1.26.0/JFrog.Conan.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: JFrog.Conan PackageVersion: 1.26.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/1.27.1/JFrog.Conan.installer.yaml b/manifests/j/JFrog/Conan/1.27.1/JFrog.Conan.installer.yaml index 8e682bc5a733e..abf701988015d 100644 --- a/manifests/j/JFrog/Conan/1.27.1/JFrog.Conan.installer.yaml +++ b/manifests/j/JFrog/Conan/1.27.1/JFrog.Conan.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: JFrog.Conan PackageVersion: 1.27.1 @@ -10,4 +10,4 @@ Installers: InstallerUrl: https://github.com/conan-io/conan/releases/download/1.27.1/conan-win-64_1_27_1.exe InstallerSha256: E128A70A0C9C77FAE7C1AD165345084A220BFD706EA5CF1BB4C516A211A2F72C ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/1.27.1/JFrog.Conan.locale.en-US.yaml b/manifests/j/JFrog/Conan/1.27.1/JFrog.Conan.locale.en-US.yaml index 09bddf0b43921..3c1e3b4705d58 100644 --- a/manifests/j/JFrog/Conan/1.27.1/JFrog.Conan.locale.en-US.yaml +++ b/manifests/j/JFrog/Conan/1.27.1/JFrog.Conan.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: JFrog.Conan PackageVersion: 1.27.1 PackageLocale: en-US Publisher: JFrog -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: -# Author: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: Conan PackageUrl: https://conan.io/ License: MIT LicenseUrl: https://raw.githubusercontent.com/conan-io/conan/1.27.1/LICENSE.md -# Copyright: -# CopyrightUrl: +# Copyright: +# CopyrightUrl: ShortDescription: An open source, decentralized package manager, to automate building and sharing of packages -# Description: -# Moniker: +# Description: +# Moniker: Tags: - c - cmake @@ -26,8 +26,10 @@ Tags: - cpp - multi-platform - package-manager -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/1.27.1/JFrog.Conan.yaml b/manifests/j/JFrog/Conan/1.27.1/JFrog.Conan.yaml index 874fd06075783..9c5293e429825 100644 --- a/manifests/j/JFrog/Conan/1.27.1/JFrog.Conan.yaml +++ b/manifests/j/JFrog/Conan/1.27.1/JFrog.Conan.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: JFrog.Conan PackageVersion: 1.27.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/1.30.2/JFrog.Conan.installer.yaml b/manifests/j/JFrog/Conan/1.30.2/JFrog.Conan.installer.yaml index 8e53365d49c25..7e97deefbdcd5 100644 --- a/manifests/j/JFrog/Conan/1.30.2/JFrog.Conan.installer.yaml +++ b/manifests/j/JFrog/Conan/1.30.2/JFrog.Conan.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: JFrog.Conan PackageVersion: 1.30.2 @@ -10,4 +10,4 @@ Installers: InstallerUrl: https://github.com/conan-io/conan/releases/download/1.30.2/conan-win-64_1_30_2.exe InstallerSha256: 51EF2FD7180465D597C0A5401709F4D8B1D2E2111F88AC234033C3C7EB503839 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/1.30.2/JFrog.Conan.locale.en-US.yaml b/manifests/j/JFrog/Conan/1.30.2/JFrog.Conan.locale.en-US.yaml index b1133632d088e..46c96d02d1095 100644 --- a/manifests/j/JFrog/Conan/1.30.2/JFrog.Conan.locale.en-US.yaml +++ b/manifests/j/JFrog/Conan/1.30.2/JFrog.Conan.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: JFrog.Conan PackageVersion: 1.30.2 PackageLocale: en-US Publisher: JFrog -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: -# Author: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: Conan PackageUrl: https://conan.io/ License: MIT LicenseUrl: https://raw.githubusercontent.com/conan-io/conan/1.30.2/LICENSE.md -# Copyright: -# CopyrightUrl: +# Copyright: +# CopyrightUrl: ShortDescription: An open source, decentralized package manager, to automate building and sharing of packages -# Description: -# Moniker: +# Description: +# Moniker: Tags: - c - cmake @@ -26,8 +26,10 @@ Tags: - cpp - multi-platform - package-manager -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/1.30.2/JFrog.Conan.yaml b/manifests/j/JFrog/Conan/1.30.2/JFrog.Conan.yaml index 5ba6942bb9b8b..d2c57daa42fb5 100644 --- a/manifests/j/JFrog/Conan/1.30.2/JFrog.Conan.yaml +++ b/manifests/j/JFrog/Conan/1.30.2/JFrog.Conan.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: JFrog.Conan PackageVersion: 1.30.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/1.31.2/JFrog.Conan.installer.yaml b/manifests/j/JFrog/Conan/1.31.2/JFrog.Conan.installer.yaml index 1de62e0e813c9..c89ca1d69b25e 100644 --- a/manifests/j/JFrog/Conan/1.31.2/JFrog.Conan.installer.yaml +++ b/manifests/j/JFrog/Conan/1.31.2/JFrog.Conan.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: JFrog.Conan PackageVersion: 1.31.2 @@ -10,4 +10,4 @@ Installers: InstallerUrl: https://github.com/conan-io/conan/releases/download/1.31.2/conan-win-64_1_31_2.exe InstallerSha256: 673A2C1B64424CBFBBC742C9DD67235F1601268951A08C731FC077D949DCE9CD ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/1.31.2/JFrog.Conan.locale.en-US.yaml b/manifests/j/JFrog/Conan/1.31.2/JFrog.Conan.locale.en-US.yaml index f66e34d995635..e8eeb6be9b290 100644 --- a/manifests/j/JFrog/Conan/1.31.2/JFrog.Conan.locale.en-US.yaml +++ b/manifests/j/JFrog/Conan/1.31.2/JFrog.Conan.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: JFrog.Conan PackageVersion: 1.31.2 PackageLocale: en-US Publisher: JFrog -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: -# Author: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: Conan PackageUrl: https://conan.io/ License: MIT LicenseUrl: https://raw.githubusercontent.com/conan-io/conan/1.31.2/LICENSE.md -# Copyright: -# CopyrightUrl: +# Copyright: +# CopyrightUrl: ShortDescription: An open source, decentralized package manager, to automate building and sharing of packages -# Description: -# Moniker: +# Description: +# Moniker: Tags: - c - cmake @@ -26,8 +26,10 @@ Tags: - cpp - multi-platform - package-manager -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/1.31.2/JFrog.Conan.yaml b/manifests/j/JFrog/Conan/1.31.2/JFrog.Conan.yaml index 5b2d0acd24533..279a5a9ad8a9f 100644 --- a/manifests/j/JFrog/Conan/1.31.2/JFrog.Conan.yaml +++ b/manifests/j/JFrog/Conan/1.31.2/JFrog.Conan.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: JFrog.Conan PackageVersion: 1.31.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/1.32.1/JFrog.Conan.installer.yaml b/manifests/j/JFrog/Conan/1.32.1/JFrog.Conan.installer.yaml index 75440106b3e44..0421dfbccfb8e 100644 --- a/manifests/j/JFrog/Conan/1.32.1/JFrog.Conan.installer.yaml +++ b/manifests/j/JFrog/Conan/1.32.1/JFrog.Conan.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: JFrog.Conan PackageVersion: 1.32.1 @@ -10,4 +10,4 @@ Installers: InstallerUrl: https://github.com/conan-io/conan/releases/download/1.32.1/conan-win-64_1_32_1.exe InstallerSha256: D4816E74BDA3C52887F75A524B9631828343961C6392EC82A8AC8C4BA1BE2CF7 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/1.32.1/JFrog.Conan.locale.en-US.yaml b/manifests/j/JFrog/Conan/1.32.1/JFrog.Conan.locale.en-US.yaml index 4e9045eaaf4ad..8e6db33a9d24d 100644 --- a/manifests/j/JFrog/Conan/1.32.1/JFrog.Conan.locale.en-US.yaml +++ b/manifests/j/JFrog/Conan/1.32.1/JFrog.Conan.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: JFrog.Conan PackageVersion: 1.32.1 PackageLocale: en-US Publisher: JFrog -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: -# Author: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: Conan PackageUrl: https://conan.io/ License: MIT LicenseUrl: https://raw.githubusercontent.com/conan-io/conan/1.32.1/LICENSE.md -# Copyright: -# CopyrightUrl: +# Copyright: +# CopyrightUrl: ShortDescription: An open source, decentralized package manager, to automate building and sharing of packages -# Description: -# Moniker: +# Description: +# Moniker: Tags: - c - cmake @@ -26,8 +26,10 @@ Tags: - cpp - multi-platform - package-manager -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/1.32.1/JFrog.Conan.yaml b/manifests/j/JFrog/Conan/1.32.1/JFrog.Conan.yaml index 2e6181a0ebb90..ea55cde0d8d89 100644 --- a/manifests/j/JFrog/Conan/1.32.1/JFrog.Conan.yaml +++ b/manifests/j/JFrog/Conan/1.32.1/JFrog.Conan.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: JFrog.Conan PackageVersion: 1.32.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/1.34.1/JFrog.Conan.installer.yaml b/manifests/j/JFrog/Conan/1.34.1/JFrog.Conan.installer.yaml index 3a378776b8eba..4d950589517b8 100644 --- a/manifests/j/JFrog/Conan/1.34.1/JFrog.Conan.installer.yaml +++ b/manifests/j/JFrog/Conan/1.34.1/JFrog.Conan.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: JFrog.Conan PackageVersion: 1.34.1 @@ -10,4 +10,4 @@ Installers: InstallerUrl: https://github.com/conan-io/conan/releases/download/1.34.1/conan-win-64_1_34_1.exe InstallerSha256: C2226F92F7919DF5E32949372A0F195331B5D1CA555D05EA9D57A9EF6E5C0F6F ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/1.34.1/JFrog.Conan.locale.en-US.yaml b/manifests/j/JFrog/Conan/1.34.1/JFrog.Conan.locale.en-US.yaml index 7031ceabd15e8..3d864fa24b058 100644 --- a/manifests/j/JFrog/Conan/1.34.1/JFrog.Conan.locale.en-US.yaml +++ b/manifests/j/JFrog/Conan/1.34.1/JFrog.Conan.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: JFrog.Conan PackageVersion: 1.34.1 PackageLocale: en-US Publisher: JFrog -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: -# Author: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: Conan PackageUrl: https://conan.io/ License: MIT LicenseUrl: https://raw.githubusercontent.com/conan-io/conan/1.34.1/LICENSE.md -# Copyright: -# CopyrightUrl: +# Copyright: +# CopyrightUrl: ShortDescription: An open source, decentralized package manager, to automate building and sharing of packages -# Description: -# Moniker: +# Description: +# Moniker: Tags: - c - cmake @@ -26,8 +26,10 @@ Tags: - cpp - multi-platform - package-manager -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/1.34.1/JFrog.Conan.yaml b/manifests/j/JFrog/Conan/1.34.1/JFrog.Conan.yaml index aa279d61a142c..256d33f7ab875 100644 --- a/manifests/j/JFrog/Conan/1.34.1/JFrog.Conan.yaml +++ b/manifests/j/JFrog/Conan/1.34.1/JFrog.Conan.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: JFrog.Conan PackageVersion: 1.34.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/1.36.0/JFrog.Conan.installer.yaml b/manifests/j/JFrog/Conan/1.36.0/JFrog.Conan.installer.yaml index c85c867513780..a741793b4adca 100644 --- a/manifests/j/JFrog/Conan/1.36.0/JFrog.Conan.installer.yaml +++ b/manifests/j/JFrog/Conan/1.36.0/JFrog.Conan.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: JFrog.Conan PackageVersion: 1.36.0 @@ -10,4 +10,4 @@ Installers: InstallerUrl: https://github.com/conan-io/conan/releases/download/1.36.0/conan-win-64.exe InstallerSha256: 906021184407A29A55926678CE144D5801C16C4B80D57A9724076413C9A8DF95 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/1.36.0/JFrog.Conan.locale.en-US.yaml b/manifests/j/JFrog/Conan/1.36.0/JFrog.Conan.locale.en-US.yaml index 8cbab8c1ebdc3..b051ca9fd5a09 100644 --- a/manifests/j/JFrog/Conan/1.36.0/JFrog.Conan.locale.en-US.yaml +++ b/manifests/j/JFrog/Conan/1.36.0/JFrog.Conan.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: JFrog.Conan PackageVersion: 1.36.0 PackageLocale: en-US Publisher: JFrog -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: -# Author: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: Conan PackageUrl: https://conan.io/ License: MIT LicenseUrl: https://raw.githubusercontent.com/conan-io/conan/1.36.0/LICENSE.md -# Copyright: -# CopyrightUrl: +# Copyright: +# CopyrightUrl: ShortDescription: An open source, decentralized package manager, to automate building and sharing of packages -# Description: -# Moniker: +# Description: +# Moniker: Tags: - c - cmake @@ -26,8 +26,10 @@ Tags: - cpp - multi-platform - package-manager -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/1.36.0/JFrog.Conan.yaml b/manifests/j/JFrog/Conan/1.36.0/JFrog.Conan.yaml index 8a185ecdd98fb..b6d355ef17664 100644 --- a/manifests/j/JFrog/Conan/1.36.0/JFrog.Conan.yaml +++ b/manifests/j/JFrog/Conan/1.36.0/JFrog.Conan.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: JFrog.Conan PackageVersion: 1.36.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/1.37.0/JFrog.Conan.installer.yaml b/manifests/j/JFrog/Conan/1.37.0/JFrog.Conan.installer.yaml index 654d1f6c9727b..bb61f748379ef 100644 --- a/manifests/j/JFrog/Conan/1.37.0/JFrog.Conan.installer.yaml +++ b/manifests/j/JFrog/Conan/1.37.0/JFrog.Conan.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: JFrog.Conan PackageVersion: 1.37.0 @@ -10,4 +10,4 @@ Installers: InstallerUrl: https://github.com/conan-io/conan/releases/download/1.37.0/conan-win-64.exe InstallerSha256: 1FC61C70291A0BE5C18FB9904C12CA51339D618F2E83680BCA565FED1106EC82 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/1.37.0/JFrog.Conan.locale.en-US.yaml b/manifests/j/JFrog/Conan/1.37.0/JFrog.Conan.locale.en-US.yaml index 4f05c5263b954..924ad12128d46 100644 --- a/manifests/j/JFrog/Conan/1.37.0/JFrog.Conan.locale.en-US.yaml +++ b/manifests/j/JFrog/Conan/1.37.0/JFrog.Conan.locale.en-US.yaml @@ -1,23 +1,23 @@ -# 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: JFrog.Conan PackageVersion: 1.37.0 PackageLocale: en-US Publisher: JFrog -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: -# Author: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: Conan PackageUrl: https://conan.io/ License: MIT LicenseUrl: https://raw.githubusercontent.com/conan-io/conan/1.36.0/LICENSE.md -# Copyright: -# CopyrightUrl: +# Copyright: +# CopyrightUrl: ShortDescription: An open source, decentralized package manager, to automate building and sharing of packages -# Description: -# Moniker: +# Description: +# Moniker: Tags: - c - cmake @@ -26,11 +26,10 @@ Tags: - cpp - multi-platform - package-manager -# 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/JFrog/Conan/1.37.0/JFrog.Conan.yaml b/manifests/j/JFrog/Conan/1.37.0/JFrog.Conan.yaml index 0fbeed9f5679c..cd23765a185cc 100644 --- a/manifests/j/JFrog/Conan/1.37.0/JFrog.Conan.yaml +++ b/manifests/j/JFrog/Conan/1.37.0/JFrog.Conan.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: JFrog.Conan PackageVersion: 1.37.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/1.37.1/JFrog.Conan.installer.yaml b/manifests/j/JFrog/Conan/1.37.1/JFrog.Conan.installer.yaml index f90caa7431ae5..84bed360f0735 100644 --- a/manifests/j/JFrog/Conan/1.37.1/JFrog.Conan.installer.yaml +++ b/manifests/j/JFrog/Conan/1.37.1/JFrog.Conan.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: JFrog.Conan PackageVersion: 1.37.1 @@ -19,4 +19,4 @@ Installers: InstallerUrl: https://github.com/conan-io/conan/releases/download/1.37.1/conan-win-32.exe InstallerSha256: 0B2B850FFDB7AB817E847FD103D33AF182CB17F6C04B8EE68AEB7F9C04256948 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/1.37.1/JFrog.Conan.locale.en-US.yaml b/manifests/j/JFrog/Conan/1.37.1/JFrog.Conan.locale.en-US.yaml index 7999043a8ddce..dd35cd34e52b1 100644 --- a/manifests/j/JFrog/Conan/1.37.1/JFrog.Conan.locale.en-US.yaml +++ b/manifests/j/JFrog/Conan/1.37.1/JFrog.Conan.locale.en-US.yaml @@ -1,22 +1,22 @@ -# 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: JFrog.Conan PackageVersion: 1.37.1 PackageLocale: en-US Publisher: JFrog PublisherUrl: https://conan.io/ -# PublisherSupportUrl: +# PublisherSupportUrl: PrivacyUrl: https://conan.io/privacy-policy.html -# Author: +# Author: PackageName: Conan PackageUrl: https://conan.io/ License: MIT LicenseUrl: https://raw.githubusercontent.com/conan-io/conan/develop/LICENSE.md -# Copyright: -# CopyrightUrl: +# Copyright: +# CopyrightUrl: ShortDescription: An open source, decentralized package manager, to automate building and sharing of packages -# Description: +# Description: Moniker: conan Tags: - c @@ -26,11 +26,10 @@ Tags: - cpp - multi-platform - package-manager -# 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/JFrog/Conan/1.37.1/JFrog.Conan.yaml b/manifests/j/JFrog/Conan/1.37.1/JFrog.Conan.yaml index 2f3af18748f4f..91493eaa4df3a 100644 --- a/manifests/j/JFrog/Conan/1.37.1/JFrog.Conan.yaml +++ b/manifests/j/JFrog/Conan/1.37.1/JFrog.Conan.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: JFrog.Conan PackageVersion: 1.37.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/1.37.2/JFrog.Conan.installer.yaml b/manifests/j/JFrog/Conan/1.37.2/JFrog.Conan.installer.yaml index c1cb9bd490155..dcd4f5a45eb03 100644 --- a/manifests/j/JFrog/Conan/1.37.2/JFrog.Conan.installer.yaml +++ b/manifests/j/JFrog/Conan/1.37.2/JFrog.Conan.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: JFrog.Conan PackageVersion: 1.37.2 @@ -19,4 +19,4 @@ Installers: InstallerUrl: https://github.com/conan-io/conan/releases/download/1.37.2/conan-win-32.exe InstallerSha256: 10247667F363AD01F13753C647BFCFCA7A1CB947A20935D82D3F80D201E0B7CD ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/1.37.2/JFrog.Conan.locale.en-US.yaml b/manifests/j/JFrog/Conan/1.37.2/JFrog.Conan.locale.en-US.yaml index 747ae607868c3..24a62eb18b2a5 100644 --- a/manifests/j/JFrog/Conan/1.37.2/JFrog.Conan.locale.en-US.yaml +++ b/manifests/j/JFrog/Conan/1.37.2/JFrog.Conan.locale.en-US.yaml @@ -1,22 +1,22 @@ -# 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: JFrog.Conan PackageVersion: 1.37.2 PackageLocale: en-US Publisher: JFrog PublisherUrl: https://conan.io/ -# PublisherSupportUrl: +# PublisherSupportUrl: PrivacyUrl: https://conan.io/privacy-policy.html -# Author: +# Author: PackageName: Conan PackageUrl: https://conan.io/ License: MIT LicenseUrl: https://raw.githubusercontent.com/conan-io/conan/develop/LICENSE.md -# Copyright: -# CopyrightUrl: +# Copyright: +# CopyrightUrl: ShortDescription: An open source, decentralized package manager, to automate building and sharing of packages -# Description: +# Description: Moniker: conan Tags: - c @@ -26,11 +26,10 @@ Tags: - cpp - multi-platform - package-manager -# 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/JFrog/Conan/1.37.2/JFrog.Conan.yaml b/manifests/j/JFrog/Conan/1.37.2/JFrog.Conan.yaml index 99cf05e45b72b..05b1230b28807 100644 --- a/manifests/j/JFrog/Conan/1.37.2/JFrog.Conan.yaml +++ b/manifests/j/JFrog/Conan/1.37.2/JFrog.Conan.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: JFrog.Conan PackageVersion: 1.37.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/1.38.0/JFrog.Conan.installer.yaml b/manifests/j/JFrog/Conan/1.38.0/JFrog.Conan.installer.yaml index 9dbb1b38cbef7..8ec11975bcea8 100644 --- a/manifests/j/JFrog/Conan/1.38.0/JFrog.Conan.installer.yaml +++ b/manifests/j/JFrog/Conan/1.38.0/JFrog.Conan.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: JFrog.Conan PackageVersion: 1.38.0 @@ -19,4 +19,4 @@ Installers: InstallerUrl: https://github.com/conan-io/conan/releases/download/1.38.0/conan-win-32.exe InstallerSha256: EAAB7A0575B93E5C498C7FA8A4BAD6C80B831808032D88D6D20621FA932F5DF0 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/1.38.0/JFrog.Conan.locale.en-US.yaml b/manifests/j/JFrog/Conan/1.38.0/JFrog.Conan.locale.en-US.yaml index 22f3dee5261bf..885c4837869df 100644 --- a/manifests/j/JFrog/Conan/1.38.0/JFrog.Conan.locale.en-US.yaml +++ b/manifests/j/JFrog/Conan/1.38.0/JFrog.Conan.locale.en-US.yaml @@ -1,22 +1,22 @@ -# 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: JFrog.Conan PackageVersion: 1.38.0 PackageLocale: en-US Publisher: JFrog PublisherUrl: https://conan.io/ -# PublisherSupportUrl: +# PublisherSupportUrl: PrivacyUrl: https://conan.io/privacy-policy.html -# Author: +# Author: PackageName: Conan PackageUrl: https://conan.io/ License: MIT LicenseUrl: https://raw.githubusercontent.com/conan-io/conan/develop/LICENSE.md -# Copyright: -# CopyrightUrl: +# Copyright: +# CopyrightUrl: ShortDescription: An open source, decentralized package manager, to automate building and sharing of packages -# Description: +# Description: Moniker: conan Tags: - c @@ -26,11 +26,10 @@ Tags: - cpp - multi-platform - package-manager -# 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/JFrog/Conan/1.38.0/JFrog.Conan.yaml b/manifests/j/JFrog/Conan/1.38.0/JFrog.Conan.yaml index 598b100521e22..dadf9178e60c7 100644 --- a/manifests/j/JFrog/Conan/1.38.0/JFrog.Conan.yaml +++ b/manifests/j/JFrog/Conan/1.38.0/JFrog.Conan.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: JFrog.Conan PackageVersion: 1.38.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/1.39.0/JFrog.Conan.installer.yaml b/manifests/j/JFrog/Conan/1.39.0/JFrog.Conan.installer.yaml index f1d0bb62e8d06..f247f8c017065 100644 --- a/manifests/j/JFrog/Conan/1.39.0/JFrog.Conan.installer.yaml +++ b/manifests/j/JFrog/Conan/1.39.0/JFrog.Conan.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: JFrog.Conan PackageVersion: 1.39.0 @@ -21,4 +21,4 @@ Installers: InstallerSha256: CE3DBB37465EB6190B0AA7DA66EE307D9A413BEA59A3EDF49D252EFB8FDA1ECE ProductCode: Conan Package Manager_is1 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/1.39.0/JFrog.Conan.locale.en-US.yaml b/manifests/j/JFrog/Conan/1.39.0/JFrog.Conan.locale.en-US.yaml index d08746b0aeb44..437400c72f0fc 100644 --- a/manifests/j/JFrog/Conan/1.39.0/JFrog.Conan.locale.en-US.yaml +++ b/manifests/j/JFrog/Conan/1.39.0/JFrog.Conan.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: JFrog.Conan PackageVersion: 1.39.0 @@ -8,7 +8,7 @@ Publisher: JFrog PublisherUrl: https://conan.io PublisherSupportUrl: https://github.com/conan-io/conan/issues PrivacyUrl: https://conan.io/privacy-policy.html -# Author: +# Author: PackageName: Conan Package Manager PackageUrl: https://conan.io License: MIT @@ -16,7 +16,7 @@ LicenseUrl: https://raw.githubusercontent.com/conan-io/conan/develop/LICENSE.md Copyright: Copyright (c) 2019 JFrog LTD CopyrightUrl: https://raw.githubusercontent.com/conan-io/conan/develop/LICENSE.md ShortDescription: An open source, decentralized package manager, to automate building and sharing of packages -# Description: +# Description: Moniker: conan Tags: - c @@ -26,11 +26,10 @@ Tags: - multi-platform - open-source - package-manager -# 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/JFrog/Conan/1.39.0/JFrog.Conan.yaml b/manifests/j/JFrog/Conan/1.39.0/JFrog.Conan.yaml index 28f05e29e069a..d60c322b4a88b 100644 --- a/manifests/j/JFrog/Conan/1.39.0/JFrog.Conan.yaml +++ b/manifests/j/JFrog/Conan/1.39.0/JFrog.Conan.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: JFrog.Conan PackageVersion: 1.39.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/1.40.0/JFrog.Conan.installer.yaml b/manifests/j/JFrog/Conan/1.40.0/JFrog.Conan.installer.yaml index 708be5d39e10c..baf5db8da25ee 100644 --- a/manifests/j/JFrog/Conan/1.40.0/JFrog.Conan.installer.yaml +++ b/manifests/j/JFrog/Conan/1.40.0/JFrog.Conan.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: JFrog.Conan PackageVersion: 1.40.0 @@ -21,4 +21,4 @@ Installers: InstallerSha256: 54C644DD1B91A7C1CBE55DC89B9A14CBFCFBF82DFA22F250F0449682F650CE04 ProductCode: Conan Package Manager_is1 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/1.40.0/JFrog.Conan.locale.en-US.yaml b/manifests/j/JFrog/Conan/1.40.0/JFrog.Conan.locale.en-US.yaml index 2794515502df7..df2f53d5dfb7a 100644 --- a/manifests/j/JFrog/Conan/1.40.0/JFrog.Conan.locale.en-US.yaml +++ b/manifests/j/JFrog/Conan/1.40.0/JFrog.Conan.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: JFrog.Conan PackageVersion: 1.40.0 @@ -8,7 +8,7 @@ Publisher: JFrog PublisherUrl: https://conan.io PublisherSupportUrl: https://github.com/conan-io/conan/issues PrivacyUrl: https://conan.io/privacy-policy.html -# Author: +# Author: PackageName: Conan Package Manager PackageUrl: https://conan.io License: MIT @@ -16,7 +16,7 @@ LicenseUrl: https://raw.githubusercontent.com/conan-io/conan/develop/LICENSE.md Copyright: Copyright (c) 2019 JFrog LTD CopyrightUrl: https://raw.githubusercontent.com/conan-io/conan/develop/LICENSE.md ShortDescription: An open source, decentralized package manager, to automate building and sharing of packages -# Description: +# Description: Moniker: conan Tags: - c @@ -26,11 +26,10 @@ Tags: - multi-platform - open-source - package-manager -# 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/JFrog/Conan/1.40.0/JFrog.Conan.yaml b/manifests/j/JFrog/Conan/1.40.0/JFrog.Conan.yaml index e104907827621..705b6684f34de 100644 --- a/manifests/j/JFrog/Conan/1.40.0/JFrog.Conan.yaml +++ b/manifests/j/JFrog/Conan/1.40.0/JFrog.Conan.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: JFrog.Conan PackageVersion: 1.40.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/1.40.1/JFrog.Conan.installer.yaml b/manifests/j/JFrog/Conan/1.40.1/JFrog.Conan.installer.yaml index 9518b01de1661..c6a3dba30191b 100644 --- a/manifests/j/JFrog/Conan/1.40.1/JFrog.Conan.installer.yaml +++ b/manifests/j/JFrog/Conan/1.40.1/JFrog.Conan.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: JFrog.Conan PackageVersion: 1.40.1 +InstallerLocale: en-US Platform: - Windows.Desktop MinimumOSVersion: 10.0.0.0 +InstallerType: inno +Scope: machine InstallModes: - interactive - silent - silentWithProgress -ProductCode: Conan Package Manager_is1 +UpgradeBehavior: install Installers: -- InstallerLocale: en-US - Architecture: x64 - InstallerType: inno - Scope: machine +- Architecture: x64 InstallerUrl: https://github.com/conan-io/conan/releases/download/1.40.1/conan-win-64.exe InstallerSha256: 98431866F0A08F446CB01D1913794ABA9AD8ECC0A3573384A17AB9231BDCD1ED - UpgradeBehavior: install -- InstallerLocale: en-US - Architecture: x86 - InstallerType: inno - Scope: machine + ProductCode: Conan Package Manager_is1 +- Architecture: x86 InstallerUrl: https://github.com/conan-io/conan/releases/download/1.40.1/conan-win-32.exe InstallerSha256: AEECA94E92C4462090031DD5395D4E530E1645881147BCC6E67860B48BA803F9 - UpgradeBehavior: install + ProductCode: Conan Package Manager_is1 ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/1.40.1/JFrog.Conan.locale.en-US.yaml b/manifests/j/JFrog/Conan/1.40.1/JFrog.Conan.locale.en-US.yaml index 646259084f5e6..c821a44b324dc 100644 --- a/manifests/j/JFrog/Conan/1.40.1/JFrog.Conan.locale.en-US.yaml +++ b/manifests/j/JFrog/Conan/1.40.1/JFrog.Conan.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: JFrog.Conan PackageVersion: 1.40.1 @@ -8,6 +8,7 @@ Publisher: JFrog PublisherUrl: https://conan.io PublisherSupportUrl: https://github.com/conan-io/conan/issues PrivacyUrl: https://conan.io/privacy-policy.html +# Author: PackageName: Conan Package Manager PackageUrl: https://conan.io License: MIT @@ -15,14 +16,20 @@ LicenseUrl: https://raw.githubusercontent.com/conan-io/conan/develop/LICENSE.md Copyright: Copyright (c) 2019 JFrog LTD CopyrightUrl: https://raw.githubusercontent.com/conan-io/conan/develop/LICENSE.md ShortDescription: An open source, decentralized package manager, to automate building and sharing of packages +# Description: Moniker: conan Tags: -- conan -- package-manager -- c++ - c +- c++ +- cmake +- conan - multi-platform - open-source -- cmake +- package-manager +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/1.40.1/JFrog.Conan.yaml b/manifests/j/JFrog/Conan/1.40.1/JFrog.Conan.yaml index cc0eef6a6c68a..8b7a8331e2141 100644 --- a/manifests/j/JFrog/Conan/1.40.1/JFrog.Conan.yaml +++ b/manifests/j/JFrog/Conan/1.40.1/JFrog.Conan.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: JFrog.Conan PackageVersion: 1.40.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/1.40.2/JFrog.Conan.installer.yaml b/manifests/j/JFrog/Conan/1.40.2/JFrog.Conan.installer.yaml index 8162649a55a07..38499c6a06ef4 100644 --- a/manifests/j/JFrog/Conan/1.40.2/JFrog.Conan.installer.yaml +++ b/manifests/j/JFrog/Conan/1.40.2/JFrog.Conan.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: JFrog.Conan PackageVersion: 1.40.2 @@ -13,13 +13,14 @@ InstallModes: - silent - silentWithProgress UpgradeBehavior: install -ProductCode: Conan Package Manager_is1 Installers: - Architecture: x64 InstallerUrl: https://github.com/conan-io/conan/releases/download/1.40.2/conan-win-64.exe InstallerSha256: FDD9AF5A568225A1D22779F6426FD520208E184E948583D1D3F423F66B086FA2 + ProductCode: Conan Package Manager_is1 - Architecture: x86 InstallerUrl: https://github.com/conan-io/conan/releases/download/1.40.2/conan-win-32.exe InstallerSha256: 7E0673518139B03B31251542704DF388073C2698DC046BEF741F49D6FB99B4CE + ProductCode: Conan Package Manager_is1 ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/1.40.2/JFrog.Conan.locale.en-US.yaml b/manifests/j/JFrog/Conan/1.40.2/JFrog.Conan.locale.en-US.yaml index b850f8a06afcc..7a6730927cdf8 100644 --- a/manifests/j/JFrog/Conan/1.40.2/JFrog.Conan.locale.en-US.yaml +++ b/manifests/j/JFrog/Conan/1.40.2/JFrog.Conan.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: JFrog.Conan PackageVersion: 1.40.2 @@ -8,7 +8,7 @@ Publisher: JFrog PublisherUrl: https://conan.io PublisherSupportUrl: https://github.com/conan-io/conan/issues PrivacyUrl: https://conan.io/privacy-policy.html -# Author: +# Author: PackageName: Conan Package Manager PackageUrl: https://conan.io License: MIT @@ -16,15 +16,20 @@ LicenseUrl: https://raw.githubusercontent.com/conan-io/conan/develop/LICENSE.md Copyright: Copyright (c) 2019 JFrog LTD CopyrightUrl: https://raw.githubusercontent.com/conan-io/conan/develop/LICENSE.md ShortDescription: An open source, decentralized package manager, to automate building and sharing of packages -# Description: +# Description: Moniker: conan Tags: -- conan -- package-manager -- c++ - c +- c++ +- cmake +- conan - multi-platform - open-source -- cmake +- package-manager +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/1.40.2/JFrog.Conan.yaml b/manifests/j/JFrog/Conan/1.40.2/JFrog.Conan.yaml index 80d17bcc8fbd5..1e563b8e6df37 100644 --- a/manifests/j/JFrog/Conan/1.40.2/JFrog.Conan.yaml +++ b/manifests/j/JFrog/Conan/1.40.2/JFrog.Conan.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: JFrog.Conan PackageVersion: 1.40.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/1.40.3/JFrog.Conan.installer.yaml b/manifests/j/JFrog/Conan/1.40.3/JFrog.Conan.installer.yaml index 62154cc843377..e949954550f5f 100644 --- a/manifests/j/JFrog/Conan/1.40.3/JFrog.Conan.installer.yaml +++ b/manifests/j/JFrog/Conan/1.40.3/JFrog.Conan.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: JFrog.Conan PackageVersion: 1.40.3 @@ -13,13 +13,14 @@ InstallModes: - silent - silentWithProgress UpgradeBehavior: install -ProductCode: Conan Package Manager_is1 Installers: - Architecture: x64 InstallerUrl: https://github.com/conan-io/conan/releases/download/1.40.3/conan-win-64.exe InstallerSha256: 20B87289DDA2C0E7397DDD6D83C24D60CD2CCE2116400335B4E2268125C7BF13 + ProductCode: Conan Package Manager_is1 - Architecture: x86 InstallerUrl: https://github.com/conan-io/conan/releases/download/1.40.3/conan-win-32.exe InstallerSha256: 2CD8CD378277E8B797B0EF602E933A2623550838D61CC64634D60A88589621F6 + ProductCode: Conan Package Manager_is1 ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/1.40.3/JFrog.Conan.locale.en-US.yaml b/manifests/j/JFrog/Conan/1.40.3/JFrog.Conan.locale.en-US.yaml index c889a0869eb69..62f7d84e8a31d 100644 --- a/manifests/j/JFrog/Conan/1.40.3/JFrog.Conan.locale.en-US.yaml +++ b/manifests/j/JFrog/Conan/1.40.3/JFrog.Conan.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: JFrog.Conan PackageVersion: 1.40.3 @@ -8,7 +8,7 @@ Publisher: JFrog PublisherUrl: https://conan.io PublisherSupportUrl: https://github.com/conan-io/conan/issues PrivacyUrl: https://conan.io/privacy-policy.html -# Author: +# Author: PackageName: Conan Package Manager PackageUrl: https://conan.io License: MIT @@ -16,15 +16,20 @@ LicenseUrl: https://raw.githubusercontent.com/conan-io/conan/develop/LICENSE.md Copyright: Copyright (c) 2019 JFrog LTD CopyrightUrl: https://raw.githubusercontent.com/conan-io/conan/develop/LICENSE.md ShortDescription: An open source, decentralized package manager, to automate building and sharing of packages -# Description: +# Description: Moniker: conan Tags: -- conan -- package-manager -- c++ - c +- c++ +- cmake +- conan - multi-platform - open-source -- cmake +- package-manager +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/1.40.3/JFrog.Conan.yaml b/manifests/j/JFrog/Conan/1.40.3/JFrog.Conan.yaml index 5b149950da413..4eaa782d1de82 100644 --- a/manifests/j/JFrog/Conan/1.40.3/JFrog.Conan.yaml +++ b/manifests/j/JFrog/Conan/1.40.3/JFrog.Conan.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: JFrog.Conan PackageVersion: 1.40.3 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/1.40.4/JFrog.Conan.installer.yaml b/manifests/j/JFrog/Conan/1.40.4/JFrog.Conan.installer.yaml index ad8e7d2aba06a..f13e3e6dfc2d6 100644 --- a/manifests/j/JFrog/Conan/1.40.4/JFrog.Conan.installer.yaml +++ b/manifests/j/JFrog/Conan/1.40.4/JFrog.Conan.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: JFrog.Conan PackageVersion: 1.40.4 @@ -13,13 +13,14 @@ InstallModes: - silent - silentWithProgress UpgradeBehavior: install -ProductCode: Conan Package Manager_is1 Installers: - Architecture: x64 InstallerUrl: https://github.com/conan-io/conan/releases/download/1.40.4/conan-win-32.exe InstallerSha256: EFA2B90B0A9E72FFEBB6B2D9C23D536DA50E3040B62D364D030531D8AB1BAEF5 + ProductCode: Conan Package Manager_is1 - Architecture: x86 InstallerUrl: https://github.com/conan-io/conan/releases/download/1.40.4/conan-win-64.exe InstallerSha256: 47633F82D901577F1F54BF75173FB6B2353190003B9058B1AA60F6F1F7E8877A + ProductCode: Conan Package Manager_is1 ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/1.40.4/JFrog.Conan.locale.en-US.yaml b/manifests/j/JFrog/Conan/1.40.4/JFrog.Conan.locale.en-US.yaml index 441a7f2742646..67bbdfd52d3e0 100644 --- a/manifests/j/JFrog/Conan/1.40.4/JFrog.Conan.locale.en-US.yaml +++ b/manifests/j/JFrog/Conan/1.40.4/JFrog.Conan.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: JFrog.Conan PackageVersion: 1.40.4 @@ -8,7 +8,7 @@ Publisher: JFrog PublisherUrl: https://conan.io PublisherSupportUrl: https://github.com/conan-io/conan/issues PrivacyUrl: https://conan.io/privacy-policy.html -# Author: +# Author: PackageName: Conan Package Manager PackageUrl: https://conan.io License: MIT @@ -16,15 +16,20 @@ LicenseUrl: https://raw.githubusercontent.com/conan-io/conan/develop/LICENSE.md Copyright: Copyright (c) 2019 JFrog LTD CopyrightUrl: https://raw.githubusercontent.com/conan-io/conan/develop/LICENSE.md ShortDescription: An open source, decentralized package manager, to automate building and sharing of packages -# Description: +# Description: Moniker: conan Tags: -- conan -- package-manager -- c++ - c +- c++ +- cmake +- conan - multi-platform - open-source -- cmake +- package-manager +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/1.40.4/JFrog.Conan.yaml b/manifests/j/JFrog/Conan/1.40.4/JFrog.Conan.yaml index 1ec0be54e6628..9abe90d85ea9a 100644 --- a/manifests/j/JFrog/Conan/1.40.4/JFrog.Conan.yaml +++ b/manifests/j/JFrog/Conan/1.40.4/JFrog.Conan.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: JFrog.Conan PackageVersion: 1.40.4 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/1.41.0/JFrog.Conan.installer.yaml b/manifests/j/JFrog/Conan/1.41.0/JFrog.Conan.installer.yaml index 924f317473e5f..4ce3e51eeb653 100644 --- a/manifests/j/JFrog/Conan/1.41.0/JFrog.Conan.installer.yaml +++ b/manifests/j/JFrog/Conan/1.41.0/JFrog.Conan.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: JFrog.Conan PackageVersion: 1.41.0 @@ -13,13 +13,14 @@ InstallModes: - silent - silentWithProgress UpgradeBehavior: install -ProductCode: Conan Package Manager_is1 Installers: - Architecture: x64 InstallerUrl: https://github.com/conan-io/conan/releases/download/1.41.0/conan-win-32.exe InstallerSha256: 8187202BBB8718C989AE0D8D0D0E59B50AA56C70E32E127C562C692810F929CD + ProductCode: Conan Package Manager_is1 - Architecture: x86 InstallerUrl: https://github.com/conan-io/conan/releases/download/1.41.0/conan-win-64.exe InstallerSha256: 7F4ACCC6083D8EE94214297D663BEF6EE2754BFBB435D2EEF75502C9C7E328F5 + ProductCode: Conan Package Manager_is1 ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/1.41.0/JFrog.Conan.locale.en-US.yaml b/manifests/j/JFrog/Conan/1.41.0/JFrog.Conan.locale.en-US.yaml index 67ade93a5287a..765aefeeb045d 100644 --- a/manifests/j/JFrog/Conan/1.41.0/JFrog.Conan.locale.en-US.yaml +++ b/manifests/j/JFrog/Conan/1.41.0/JFrog.Conan.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: JFrog.Conan PackageVersion: 1.41.0 @@ -8,7 +8,7 @@ Publisher: JFrog PublisherUrl: https://conan.io PublisherSupportUrl: https://github.com/conan-io/conan/issues PrivacyUrl: https://conan.io/privacy-policy.html -# Author: +# Author: PackageName: Conan Package Manager PackageUrl: https://conan.io License: MIT @@ -16,15 +16,20 @@ LicenseUrl: https://raw.githubusercontent.com/conan-io/conan/develop/LICENSE.md Copyright: Copyright (c) 2019 JFrog LTD CopyrightUrl: https://raw.githubusercontent.com/conan-io/conan/develop/LICENSE.md ShortDescription: An open source, decentralized package manager, to automate building and sharing of packages -# Description: +# Description: Moniker: conan Tags: -- conan -- package-manager -- c++ - c +- c++ +- cmake +- conan - multi-platform - open-source -- cmake +- package-manager +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/1.41.0/JFrog.Conan.yaml b/manifests/j/JFrog/Conan/1.41.0/JFrog.Conan.yaml index 5c85c8030788b..35a8dd84db790 100644 --- a/manifests/j/JFrog/Conan/1.41.0/JFrog.Conan.yaml +++ b/manifests/j/JFrog/Conan/1.41.0/JFrog.Conan.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: JFrog.Conan PackageVersion: 1.41.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/1.42.0/JFrog.Conan.installer.yaml b/manifests/j/JFrog/Conan/1.42.0/JFrog.Conan.installer.yaml index 38f31e24eabd5..9e135cf55a385 100644 --- a/manifests/j/JFrog/Conan/1.42.0/JFrog.Conan.installer.yaml +++ b/manifests/j/JFrog/Conan/1.42.0/JFrog.Conan.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: JFrog.Conan PackageVersion: 1.42.0 @@ -13,13 +13,14 @@ InstallModes: - silent - silentWithProgress UpgradeBehavior: install -ProductCode: Conan Package Manager_is1 Installers: - Architecture: x64 InstallerUrl: https://github.com/conan-io/conan/releases/download/1.42.0/conan-win-32.exe InstallerSha256: 01B4739AD19BCCEBA8E7E3877C555D7BFB83735BF0FB6097F8FCE3257EA2B6AF + ProductCode: Conan Package Manager_is1 - Architecture: x86 InstallerUrl: https://github.com/conan-io/conan/releases/download/1.42.0/conan-win-64.exe InstallerSha256: 71C54BF742F8FFAB76847582522D1E35AE25EE56748C98C49480FB3C96BC68E5 + ProductCode: Conan Package Manager_is1 ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/1.42.0/JFrog.Conan.locale.en-US.yaml b/manifests/j/JFrog/Conan/1.42.0/JFrog.Conan.locale.en-US.yaml index b53c23930e750..c9be6ff9c5af3 100644 --- a/manifests/j/JFrog/Conan/1.42.0/JFrog.Conan.locale.en-US.yaml +++ b/manifests/j/JFrog/Conan/1.42.0/JFrog.Conan.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: JFrog.Conan PackageVersion: 1.42.0 @@ -8,7 +8,7 @@ Publisher: JFrog PublisherUrl: https://conan.io PublisherSupportUrl: https://github.com/conan-io/conan/issues PrivacyUrl: https://conan.io/privacy-policy.html -# Author: +# Author: PackageName: Conan Package Manager PackageUrl: https://conan.io License: MIT @@ -16,15 +16,20 @@ LicenseUrl: https://raw.githubusercontent.com/conan-io/conan/develop/LICENSE.md Copyright: Copyright (c) 2019 JFrog LTD CopyrightUrl: https://raw.githubusercontent.com/conan-io/conan/develop/LICENSE.md ShortDescription: An open source, decentralized package manager, to automate building and sharing of packages -# Description: +# Description: Moniker: conan Tags: -- conan -- package-manager -- c++ - c +- c++ +- cmake +- conan - multi-platform - open-source -- cmake +- package-manager +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/1.42.0/JFrog.Conan.yaml b/manifests/j/JFrog/Conan/1.42.0/JFrog.Conan.yaml index 268448b0d6452..211190e0d7acf 100644 --- a/manifests/j/JFrog/Conan/1.42.0/JFrog.Conan.yaml +++ b/manifests/j/JFrog/Conan/1.42.0/JFrog.Conan.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: JFrog.Conan PackageVersion: 1.42.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/1.42.1/JFrog.Conan.installer.yaml b/manifests/j/JFrog/Conan/1.42.1/JFrog.Conan.installer.yaml index 6de82937b38dc..daa9bcb97297b 100644 --- a/manifests/j/JFrog/Conan/1.42.1/JFrog.Conan.installer.yaml +++ b/manifests/j/JFrog/Conan/1.42.1/JFrog.Conan.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: JFrog.Conan PackageVersion: 1.42.1 @@ -13,13 +13,14 @@ InstallModes: - silent - silentWithProgress UpgradeBehavior: install -ProductCode: Conan Package Manager_is1 Installers: - Architecture: x64 InstallerUrl: https://github.com/conan-io/conan/releases/download/1.42.1/conan-win-32.exe InstallerSha256: 7E640F8D02F90EE74B5CBCDEF22D3802A82ED27040FD1A86F09D254A74749653 + ProductCode: Conan Package Manager_is1 - Architecture: x86 InstallerUrl: https://github.com/conan-io/conan/releases/download/1.42.1/conan-win-64.exe InstallerSha256: 16B8317C286131BEAFE1A0AF7FF9AA26C5758FA7ECF645758CEC61304265CE58 + ProductCode: Conan Package Manager_is1 ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/1.42.1/JFrog.Conan.locale.en-US.yaml b/manifests/j/JFrog/Conan/1.42.1/JFrog.Conan.locale.en-US.yaml index 19bf5ecd4b788..85d30fc0af757 100644 --- a/manifests/j/JFrog/Conan/1.42.1/JFrog.Conan.locale.en-US.yaml +++ b/manifests/j/JFrog/Conan/1.42.1/JFrog.Conan.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: JFrog.Conan PackageVersion: 1.42.1 @@ -8,7 +8,7 @@ Publisher: JFrog PublisherUrl: https://conan.io PublisherSupportUrl: https://github.com/conan-io/conan/issues PrivacyUrl: https://conan.io/privacy-policy.html -# Author: +# Author: PackageName: Conan Package Manager PackageUrl: https://conan.io License: MIT @@ -16,14 +16,20 @@ LicenseUrl: https://raw.githubusercontent.com/conan-io/conan/develop/LICENSE.md Copyright: Copyright (c) 2019 JFrog LTD CopyrightUrl: https://raw.githubusercontent.com/conan-io/conan/develop/LICENSE.md ShortDescription: An open source, decentralized package manager, to automate building and sharing of packages -# Description: +# Description: +# Moniker: Tags: -- conan -- package-manager -- c++ - c +- c++ +- cmake +- conan - multi-platform - open-source -- cmake +- package-manager +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/1.42.1/JFrog.Conan.yaml b/manifests/j/JFrog/Conan/1.42.1/JFrog.Conan.yaml index f6b081b13005f..59843c807c007 100644 --- a/manifests/j/JFrog/Conan/1.42.1/JFrog.Conan.yaml +++ b/manifests/j/JFrog/Conan/1.42.1/JFrog.Conan.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: JFrog.Conan PackageVersion: 1.42.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/1.42.2/JFrog.Conan.installer.yaml b/manifests/j/JFrog/Conan/1.42.2/JFrog.Conan.installer.yaml index a41312bf56544..6aa9c6b01f548 100644 --- a/manifests/j/JFrog/Conan/1.42.2/JFrog.Conan.installer.yaml +++ b/manifests/j/JFrog/Conan/1.42.2/JFrog.Conan.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: JFrog.Conan PackageVersion: 1.42.2 @@ -13,13 +13,14 @@ InstallModes: - silent - silentWithProgress UpgradeBehavior: install -ProductCode: Conan Package Manager_is1 Installers: - Architecture: x86 InstallerUrl: https://github.com/conan-io/conan/releases/download/1.42.2/conan-win-32.exe InstallerSha256: 8FDCEBE75C53B1DD2516AB9C86CE65E1A2B63C631881DA6F86DE85689C982518 + ProductCode: Conan Package Manager_is1 - Architecture: x64 InstallerUrl: https://github.com/conan-io/conan/releases/download/1.42.2/conan-win-64.exe InstallerSha256: 72C32ECDBAB86C5D81CF9557026AB572FE08E3F68636264385571F165E6CEBA6 + ProductCode: Conan Package Manager_is1 ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/1.42.2/JFrog.Conan.locale.en-US.yaml b/manifests/j/JFrog/Conan/1.42.2/JFrog.Conan.locale.en-US.yaml index 5cd88332e4478..5de001be028c0 100644 --- a/manifests/j/JFrog/Conan/1.42.2/JFrog.Conan.locale.en-US.yaml +++ b/manifests/j/JFrog/Conan/1.42.2/JFrog.Conan.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: JFrog.Conan PackageVersion: 1.42.2 @@ -8,7 +8,7 @@ Publisher: JFrog PublisherUrl: https://conan.io PublisherSupportUrl: https://github.com/conan-io/conan/issues PrivacyUrl: https://conan.io/privacy-policy.html -# Author: +# Author: PackageName: Conan Package Manager PackageUrl: https://conan.io License: MIT @@ -16,14 +16,20 @@ LicenseUrl: https://raw.githubusercontent.com/conan-io/conan/develop/LICENSE.md Copyright: Copyright (c) 2019 JFrog LTD CopyrightUrl: https://raw.githubusercontent.com/conan-io/conan/develop/LICENSE.md ShortDescription: An open source, decentralized package manager, to automate building and sharing of packages -# Description: +# Description: +# Moniker: Tags: -- conan -- package-manager -- c++ - c +- c++ +- cmake +- conan - multi-platform - open-source -- cmake +- package-manager +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/1.42.2/JFrog.Conan.yaml b/manifests/j/JFrog/Conan/1.42.2/JFrog.Conan.yaml index 47929cda7bd54..6315886df4f14 100644 --- a/manifests/j/JFrog/Conan/1.42.2/JFrog.Conan.yaml +++ b/manifests/j/JFrog/Conan/1.42.2/JFrog.Conan.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: JFrog.Conan PackageVersion: 1.42.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/1.43.0/JFrog.Conan.installer.yaml b/manifests/j/JFrog/Conan/1.43.0/JFrog.Conan.installer.yaml index 7ae2f8beff37b..3e74892fe78f6 100644 --- a/manifests/j/JFrog/Conan/1.43.0/JFrog.Conan.installer.yaml +++ b/manifests/j/JFrog/Conan/1.43.0/JFrog.Conan.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: JFrog.Conan PackageVersion: 1.43.0 @@ -23,4 +23,4 @@ Installers: InstallerSha256: AB9429CDB47B4248A3607A203B2CFA9C87A922C0BAC9C62B2B540B4BD71E8A65 ProductCode: Conan Package Manager_is1 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/1.43.0/JFrog.Conan.locale.en-US.yaml b/manifests/j/JFrog/Conan/1.43.0/JFrog.Conan.locale.en-US.yaml index fc505914a2a2e..b48bae1a651bb 100644 --- a/manifests/j/JFrog/Conan/1.43.0/JFrog.Conan.locale.en-US.yaml +++ b/manifests/j/JFrog/Conan/1.43.0/JFrog.Conan.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: JFrog.Conan PackageVersion: 1.43.0 @@ -8,7 +8,7 @@ Publisher: JFrog PublisherUrl: https://conan.io PublisherSupportUrl: https://github.com/conan-io/conan/issues PrivacyUrl: https://conan.io/privacy-policy.html -# Author: +# Author: PackageName: Conan Package Manager PackageUrl: https://conan.io License: MIT @@ -16,18 +16,20 @@ LicenseUrl: https://raw.githubusercontent.com/conan-io/conan/develop/LICENSE.md Copyright: Copyright (c) 2019 JFrog LTD CopyrightUrl: https://raw.githubusercontent.com/conan-io/conan/develop/LICENSE.md ShortDescription: An open source, decentralized package manager, to automate building and sharing of packages -# Description: -# Moniker: +# Description: +# Moniker: Tags: -- conan -- package-manager -- c++ - c +- c++ +- cmake +- conan - multi-platform - open-source -- cmake -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +- package-manager +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/1.43.0/JFrog.Conan.yaml b/manifests/j/JFrog/Conan/1.43.0/JFrog.Conan.yaml index 3f0c308a5833f..38f46f5b76494 100644 --- a/manifests/j/JFrog/Conan/1.43.0/JFrog.Conan.yaml +++ b/manifests/j/JFrog/Conan/1.43.0/JFrog.Conan.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: JFrog.Conan PackageVersion: 1.43.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/1.43.1/JFrog.Conan.installer.yaml b/manifests/j/JFrog/Conan/1.43.1/JFrog.Conan.installer.yaml index dde4f42624127..042a59062529c 100644 --- a/manifests/j/JFrog/Conan/1.43.1/JFrog.Conan.installer.yaml +++ b/manifests/j/JFrog/Conan/1.43.1/JFrog.Conan.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: JFrog.Conan PackageVersion: 1.43.1 @@ -23,4 +23,4 @@ Installers: InstallerSha256: 3A21590019D2AC04554882C724298610C89C6C007099525163CF3CE4DA99E561 ProductCode: Conan Package Manager_is1 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/1.43.1/JFrog.Conan.locale.en-US.yaml b/manifests/j/JFrog/Conan/1.43.1/JFrog.Conan.locale.en-US.yaml index 2ba4738f004eb..a3bdf7000eaae 100644 --- a/manifests/j/JFrog/Conan/1.43.1/JFrog.Conan.locale.en-US.yaml +++ b/manifests/j/JFrog/Conan/1.43.1/JFrog.Conan.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: JFrog.Conan PackageVersion: 1.43.1 @@ -8,7 +8,7 @@ Publisher: JFrog PublisherUrl: https://conan.io PublisherSupportUrl: https://github.com/conan-io/conan/issues PrivacyUrl: https://conan.io/privacy-policy.html -# Author: +# Author: PackageName: Conan Package Manager PackageUrl: https://conan.io License: MIT @@ -16,8 +16,8 @@ LicenseUrl: https://raw.githubusercontent.com/conan-io/conan/develop/LICENSE.md Copyright: Copyright (c) 2019 JFrog LTD CopyrightUrl: https://raw.githubusercontent.com/conan-io/conan/develop/LICENSE.md ShortDescription: An open source, decentralized package manager, to automate building and sharing of packages -# Description: -# Moniker: +# Description: +# Moniker: Tags: - c - c++ @@ -26,8 +26,10 @@ Tags: - multi-platform - open-source - package-manager -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/1.43.1/JFrog.Conan.yaml b/manifests/j/JFrog/Conan/1.43.1/JFrog.Conan.yaml index f7f1bdb20d402..ba67099aadb59 100644 --- a/manifests/j/JFrog/Conan/1.43.1/JFrog.Conan.yaml +++ b/manifests/j/JFrog/Conan/1.43.1/JFrog.Conan.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: JFrog.Conan PackageVersion: 1.43.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/1.43.2/JFrog.Conan.installer.yaml b/manifests/j/JFrog/Conan/1.43.2/JFrog.Conan.installer.yaml index 4d05b9fb72b84..d892842481462 100644 --- a/manifests/j/JFrog/Conan/1.43.2/JFrog.Conan.installer.yaml +++ b/manifests/j/JFrog/Conan/1.43.2/JFrog.Conan.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: JFrog.Conan PackageVersion: 1.43.2 @@ -23,4 +23,4 @@ Installers: InstallerSha256: 7EB23950E09CD99906A8F122B0C3F26709D1A6B8DD21B24D7CF21A7C12DD9B78 ProductCode: Conan Package Manager_is1 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/1.43.2/JFrog.Conan.locale.en-US.yaml b/manifests/j/JFrog/Conan/1.43.2/JFrog.Conan.locale.en-US.yaml index 9fe6cbd39f8c7..3496a38ca3acd 100644 --- a/manifests/j/JFrog/Conan/1.43.2/JFrog.Conan.locale.en-US.yaml +++ b/manifests/j/JFrog/Conan/1.43.2/JFrog.Conan.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: JFrog.Conan PackageVersion: 1.43.2 @@ -8,7 +8,7 @@ Publisher: JFrog PublisherUrl: https://conan.io PublisherSupportUrl: https://github.com/conan-io/conan/issues PrivacyUrl: https://conan.io/privacy-policy.html -# Author: +# Author: PackageName: Conan Package Manager PackageUrl: https://conan.io License: MIT @@ -16,8 +16,8 @@ LicenseUrl: https://raw.githubusercontent.com/conan-io/conan/develop/LICENSE.md Copyright: Copyright (c) 2019 JFrog LTD CopyrightUrl: https://raw.githubusercontent.com/conan-io/conan/develop/LICENSE.md ShortDescription: An open source, decentralized package manager, to automate building and sharing of packages -# Description: -# Moniker: +# Description: +# Moniker: Tags: - c - c++ @@ -26,8 +26,10 @@ Tags: - multi-platform - open-source - package-manager -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/1.43.2/JFrog.Conan.yaml b/manifests/j/JFrog/Conan/1.43.2/JFrog.Conan.yaml index 09df1af8a67de..edf9b80905f32 100644 --- a/manifests/j/JFrog/Conan/1.43.2/JFrog.Conan.yaml +++ b/manifests/j/JFrog/Conan/1.43.2/JFrog.Conan.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: JFrog.Conan PackageVersion: 1.43.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/1.43.3/JFrog.Conan.installer.yaml b/manifests/j/JFrog/Conan/1.43.3/JFrog.Conan.installer.yaml index 5668e5304c4ae..3b3fc7c1ef395 100644 --- a/manifests/j/JFrog/Conan/1.43.3/JFrog.Conan.installer.yaml +++ b/manifests/j/JFrog/Conan/1.43.3/JFrog.Conan.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: JFrog.Conan PackageVersion: 1.43.3 @@ -23,4 +23,4 @@ Installers: InstallerSha256: 6E60E8D3DBEA4B2D49226C1E468C94E64D83871CEFB3003F466B390F3417CD87 ProductCode: Conan Package Manager_is1 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/1.43.3/JFrog.Conan.locale.en-US.yaml b/manifests/j/JFrog/Conan/1.43.3/JFrog.Conan.locale.en-US.yaml index 803da4469af2a..e73432afa9504 100644 --- a/manifests/j/JFrog/Conan/1.43.3/JFrog.Conan.locale.en-US.yaml +++ b/manifests/j/JFrog/Conan/1.43.3/JFrog.Conan.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: JFrog.Conan PackageVersion: 1.43.3 @@ -8,7 +8,7 @@ Publisher: JFrog PublisherUrl: https://conan.io PublisherSupportUrl: https://github.com/conan-io/conan/issues PrivacyUrl: https://conan.io/privacy-policy.html -# Author: +# Author: PackageName: Conan Package Manager PackageUrl: https://conan.io License: MIT @@ -16,8 +16,8 @@ LicenseUrl: https://raw.githubusercontent.com/conan-io/conan/develop/LICENSE.md Copyright: Copyright (c) 2019 JFrog LTD CopyrightUrl: https://raw.githubusercontent.com/conan-io/conan/develop/LICENSE.md ShortDescription: An open source, decentralized package manager, to automate building and sharing of packages -# Description: -# Moniker: +# Description: +# Moniker: Tags: - c - c++ @@ -26,8 +26,10 @@ Tags: - multi-platform - open-source - package-manager -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/1.43.3/JFrog.Conan.yaml b/manifests/j/JFrog/Conan/1.43.3/JFrog.Conan.yaml index ef524b711f328..477da35236507 100644 --- a/manifests/j/JFrog/Conan/1.43.3/JFrog.Conan.yaml +++ b/manifests/j/JFrog/Conan/1.43.3/JFrog.Conan.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: JFrog.Conan PackageVersion: 1.43.3 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/1.43.4/JFrog.Conan.installer.yaml b/manifests/j/JFrog/Conan/1.43.4/JFrog.Conan.installer.yaml index f35e7325ad1d5..99995823eb174 100644 --- a/manifests/j/JFrog/Conan/1.43.4/JFrog.Conan.installer.yaml +++ b/manifests/j/JFrog/Conan/1.43.4/JFrog.Conan.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: JFrog.Conan PackageVersion: 1.43.4 @@ -24,4 +24,4 @@ Installers: InstallerSha256: 4BDA321966D1610EDF31BB14620CBC4BF12CE19248E78D0E218ABEC8B9CA121C ProductCode: Conan Package Manager_is1 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/1.43.4/JFrog.Conan.locale.en-US.yaml b/manifests/j/JFrog/Conan/1.43.4/JFrog.Conan.locale.en-US.yaml index 64ddeb6402662..803f078dca01e 100644 --- a/manifests/j/JFrog/Conan/1.43.4/JFrog.Conan.locale.en-US.yaml +++ b/manifests/j/JFrog/Conan/1.43.4/JFrog.Conan.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: JFrog.Conan PackageVersion: 1.43.4 @@ -8,7 +8,7 @@ Publisher: JFrog PublisherUrl: https://conan.io PublisherSupportUrl: https://github.com/conan-io/conan/issues PrivacyUrl: https://conan.io/privacy-policy.html -# Author: +# Author: PackageName: Conan Package Manager PackageUrl: https://conan.io License: MIT @@ -16,8 +16,8 @@ LicenseUrl: https://raw.githubusercontent.com/conan-io/conan/develop/LICENSE.md Copyright: Copyright (c) 2019 JFrog LTD CopyrightUrl: https://raw.githubusercontent.com/conan-io/conan/develop/LICENSE.md ShortDescription: An open source, decentralized package manager, to automate building and sharing of packages -# Description: -# Moniker: +# Description: +# Moniker: Tags: - c - c++ @@ -26,8 +26,10 @@ Tags: - multi-platform - open-source - package-manager -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/conan-io/conan/releases/tag/1.43.4 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/1.43.4/JFrog.Conan.yaml b/manifests/j/JFrog/Conan/1.43.4/JFrog.Conan.yaml index 559b5341faca3..4426198afe280 100644 --- a/manifests/j/JFrog/Conan/1.43.4/JFrog.Conan.yaml +++ b/manifests/j/JFrog/Conan/1.43.4/JFrog.Conan.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: JFrog.Conan PackageVersion: 1.43.4 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/1.44.0/JFrog.Conan.installer.yaml b/manifests/j/JFrog/Conan/1.44.0/JFrog.Conan.installer.yaml index 83e7e2fe96fb8..7cf55ad35fd08 100644 --- a/manifests/j/JFrog/Conan/1.44.0/JFrog.Conan.installer.yaml +++ b/manifests/j/JFrog/Conan/1.44.0/JFrog.Conan.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: JFrog.Conan PackageVersion: 1.44.0 @@ -23,4 +23,4 @@ Installers: InstallerSha256: 2D3714332AA8C54192BC6F50702C0CB387F16E950535055EF88137C6B7F3A717 ProductCode: Conan Package Manager_is1 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/1.44.0/JFrog.Conan.locale.en-US.yaml b/manifests/j/JFrog/Conan/1.44.0/JFrog.Conan.locale.en-US.yaml index a941a3ebdbf48..6cd719e5cce1f 100644 --- a/manifests/j/JFrog/Conan/1.44.0/JFrog.Conan.locale.en-US.yaml +++ b/manifests/j/JFrog/Conan/1.44.0/JFrog.Conan.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: JFrog.Conan PackageVersion: 1.44.0 @@ -8,7 +8,7 @@ Publisher: JFrog PublisherUrl: https://conan.io PublisherSupportUrl: https://github.com/conan-io/conan/issues PrivacyUrl: https://conan.io/privacy-policy.html -# Author: +# Author: PackageName: Conan Package Manager PackageUrl: https://conan.io License: MIT @@ -16,8 +16,8 @@ LicenseUrl: https://raw.githubusercontent.com/conan-io/conan/develop/LICENSE.md Copyright: Copyright (c) 2019 JFrog LTD CopyrightUrl: https://raw.githubusercontent.com/conan-io/conan/develop/LICENSE.md ShortDescription: An open source, decentralized package manager, to automate building and sharing of packages -# Description: -# Moniker: +# Description: +# Moniker: Tags: - c - c++ @@ -26,8 +26,10 @@ Tags: - multi-platform - open-source - package-manager -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/1.44.0/JFrog.Conan.yaml b/manifests/j/JFrog/Conan/1.44.0/JFrog.Conan.yaml index 4ccb3b2845d0a..7a77579ec0633 100644 --- a/manifests/j/JFrog/Conan/1.44.0/JFrog.Conan.yaml +++ b/manifests/j/JFrog/Conan/1.44.0/JFrog.Conan.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: JFrog.Conan PackageVersion: 1.44.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/1.45.0/JFrog.Conan.installer.yaml b/manifests/j/JFrog/Conan/1.45.0/JFrog.Conan.installer.yaml index 8d34f00404aa5..6bc55399bdae9 100644 --- a/manifests/j/JFrog/Conan/1.45.0/JFrog.Conan.installer.yaml +++ b/manifests/j/JFrog/Conan/1.45.0/JFrog.Conan.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: JFrog.Conan PackageVersion: 1.45.0 @@ -23,4 +23,4 @@ Installers: InstallerSha256: 471879BF66FEBAF2DEDC6C68F499F22EF873E66FC1DD6D596CBA2D3B3518A949 ProductCode: Conan Package Manager_is1 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/1.45.0/JFrog.Conan.locale.en-US.yaml b/manifests/j/JFrog/Conan/1.45.0/JFrog.Conan.locale.en-US.yaml index 20e4a278670ce..e436eea22d6a3 100644 --- a/manifests/j/JFrog/Conan/1.45.0/JFrog.Conan.locale.en-US.yaml +++ b/manifests/j/JFrog/Conan/1.45.0/JFrog.Conan.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: JFrog.Conan PackageVersion: 1.45.0 @@ -8,7 +8,7 @@ Publisher: JFrog PublisherUrl: https://conan.io PublisherSupportUrl: https://github.com/conan-io/conan/issues PrivacyUrl: https://conan.io/privacy-policy.html -# Author: +# Author: PackageName: Conan Package Manager PackageUrl: https://conan.io License: MIT @@ -16,8 +16,8 @@ LicenseUrl: https://raw.githubusercontent.com/conan-io/conan/develop/LICENSE.md Copyright: Copyright (c) 2019 JFrog LTD CopyrightUrl: https://raw.githubusercontent.com/conan-io/conan/develop/LICENSE.md ShortDescription: An open source, decentralized package manager, to automate building and sharing of packages -# Description: -# Moniker: +# Description: +# Moniker: Tags: - c - c++ @@ -26,8 +26,10 @@ Tags: - multi-platform - open-source - package-manager -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/1.45.0/JFrog.Conan.yaml b/manifests/j/JFrog/Conan/1.45.0/JFrog.Conan.yaml index f99547e3d4172..e08e48549d5c1 100644 --- a/manifests/j/JFrog/Conan/1.45.0/JFrog.Conan.yaml +++ b/manifests/j/JFrog/Conan/1.45.0/JFrog.Conan.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: JFrog.Conan PackageVersion: 1.45.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/1.46.0/JFrog.Conan.installer.yaml b/manifests/j/JFrog/Conan/1.46.0/JFrog.Conan.installer.yaml index ddcca9d718966..fc721ceffd458 100644 --- a/manifests/j/JFrog/Conan/1.46.0/JFrog.Conan.installer.yaml +++ b/manifests/j/JFrog/Conan/1.46.0/JFrog.Conan.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: JFrog.Conan PackageVersion: 1.46.0 @@ -23,4 +23,4 @@ Installers: InstallerSha256: 5B5E2218E4940FB5E0838D0256D199F4DEB8E93E814E0134372DBAB9CDE591C8 ProductCode: Conan Package Manager_is1 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/1.46.0/JFrog.Conan.locale.en-US.yaml b/manifests/j/JFrog/Conan/1.46.0/JFrog.Conan.locale.en-US.yaml index c26377b581c62..231ea0e8ec8b2 100644 --- a/manifests/j/JFrog/Conan/1.46.0/JFrog.Conan.locale.en-US.yaml +++ b/manifests/j/JFrog/Conan/1.46.0/JFrog.Conan.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: JFrog.Conan PackageVersion: 1.46.0 @@ -8,7 +8,7 @@ Publisher: JFrog PublisherUrl: https://conan.io PublisherSupportUrl: https://github.com/conan-io/conan/issues PrivacyUrl: https://conan.io/privacy-policy.html -# Author: +# Author: PackageName: Conan Package Manager PackageUrl: https://conan.io License: MIT @@ -16,8 +16,8 @@ LicenseUrl: https://raw.githubusercontent.com/conan-io/conan/develop/LICENSE.md Copyright: Copyright (c) 2019 JFrog LTD CopyrightUrl: https://raw.githubusercontent.com/conan-io/conan/develop/LICENSE.md ShortDescription: An open source, decentralized package manager, to automate building and sharing of packages -# Description: -# Moniker: +# Description: +# Moniker: Tags: - c - c++ @@ -26,8 +26,10 @@ Tags: - multi-platform - open-source - package-manager -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/1.46.0/JFrog.Conan.yaml b/manifests/j/JFrog/Conan/1.46.0/JFrog.Conan.yaml index 89221438b41f5..5c0e69edc9f90 100644 --- a/manifests/j/JFrog/Conan/1.46.0/JFrog.Conan.yaml +++ b/manifests/j/JFrog/Conan/1.46.0/JFrog.Conan.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: JFrog.Conan PackageVersion: 1.46.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/1.46.1/JFrog.Conan.installer.yaml b/manifests/j/JFrog/Conan/1.46.1/JFrog.Conan.installer.yaml index 781158f86a2c6..7c3d392815e53 100644 --- a/manifests/j/JFrog/Conan/1.46.1/JFrog.Conan.installer.yaml +++ b/manifests/j/JFrog/Conan/1.46.1/JFrog.Conan.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: JFrog.Conan PackageVersion: 1.46.1 @@ -24,4 +24,4 @@ Installers: InstallerSha256: 3FA54C789704F7F98BB56B8AD9F717C4CAC142BA0B080618F3157E972CFF35C6 ProductCode: Conan Package Manager_is1 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/1.46.1/JFrog.Conan.locale.en-US.yaml b/manifests/j/JFrog/Conan/1.46.1/JFrog.Conan.locale.en-US.yaml index d96eb8a2c8ff3..3dee30f06cf22 100644 --- a/manifests/j/JFrog/Conan/1.46.1/JFrog.Conan.locale.en-US.yaml +++ b/manifests/j/JFrog/Conan/1.46.1/JFrog.Conan.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: JFrog.Conan PackageVersion: 1.46.1 @@ -8,7 +8,7 @@ Publisher: JFrog PublisherUrl: https://conan.io PublisherSupportUrl: https://github.com/conan-io/conan/issues PrivacyUrl: https://conan.io/privacy-policy.html -# Author: +# Author: PackageName: Conan Package Manager PackageUrl: https://conan.io License: MIT @@ -16,8 +16,8 @@ LicenseUrl: https://raw.githubusercontent.com/conan-io/conan/develop/LICENSE.md Copyright: Copyright (c) 2019 JFrog LTD CopyrightUrl: https://raw.githubusercontent.com/conan-io/conan/develop/LICENSE.md ShortDescription: An open source, decentralized package manager, to automate building and sharing of packages -# Description: -# Moniker: +# Description: +# Moniker: Tags: - c - c++ @@ -26,8 +26,10 @@ Tags: - multi-platform - open-source - package-manager -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/conan-io/conan/releases/tag/1.46.1 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/1.46.1/JFrog.Conan.yaml b/manifests/j/JFrog/Conan/1.46.1/JFrog.Conan.yaml index 437a223a5e6c6..7665da6876b3c 100644 --- a/manifests/j/JFrog/Conan/1.46.1/JFrog.Conan.yaml +++ b/manifests/j/JFrog/Conan/1.46.1/JFrog.Conan.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: JFrog.Conan PackageVersion: 1.46.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/1.46.2/JFrog.Conan.installer.yaml b/manifests/j/JFrog/Conan/1.46.2/JFrog.Conan.installer.yaml index 0e3850662931d..438f247cc3d79 100644 --- a/manifests/j/JFrog/Conan/1.46.2/JFrog.Conan.installer.yaml +++ b/manifests/j/JFrog/Conan/1.46.2/JFrog.Conan.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: JFrog.Conan PackageVersion: 1.46.2 @@ -24,4 +24,4 @@ Installers: InstallerSha256: 5ADD6ED24009E04CDCAB652DC82780FA0F45A19354C028BD88AEA689D73C6817 ProductCode: Conan Package Manager_is1 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/1.46.2/JFrog.Conan.locale.en-US.yaml b/manifests/j/JFrog/Conan/1.46.2/JFrog.Conan.locale.en-US.yaml index 995244b3b38fa..20a1f88fe6be6 100644 --- a/manifests/j/JFrog/Conan/1.46.2/JFrog.Conan.locale.en-US.yaml +++ b/manifests/j/JFrog/Conan/1.46.2/JFrog.Conan.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: JFrog.Conan PackageVersion: 1.46.2 @@ -8,7 +8,7 @@ Publisher: JFrog PublisherUrl: https://conan.io PublisherSupportUrl: https://github.com/conan-io/conan/issues PrivacyUrl: https://conan.io/privacy-policy.html -# Author: +# Author: PackageName: Conan Package Manager PackageUrl: https://conan.io License: MIT @@ -16,8 +16,8 @@ LicenseUrl: https://raw.githubusercontent.com/conan-io/conan/develop/LICENSE.md Copyright: Copyright (c) 2019 JFrog LTD CopyrightUrl: https://raw.githubusercontent.com/conan-io/conan/develop/LICENSE.md ShortDescription: An open source, decentralized package manager, to automate building and sharing of packages -# Description: -# Moniker: +# Description: +# Moniker: Tags: - c - c++ @@ -26,8 +26,10 @@ Tags: - multi-platform - open-source - package-manager -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/conan-io/conan/releases/tag/1.46.2 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/1.46.2/JFrog.Conan.yaml b/manifests/j/JFrog/Conan/1.46.2/JFrog.Conan.yaml index af72443f33f4a..ede87c9f1031e 100644 --- a/manifests/j/JFrog/Conan/1.46.2/JFrog.Conan.yaml +++ b/manifests/j/JFrog/Conan/1.46.2/JFrog.Conan.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: JFrog.Conan PackageVersion: 1.46.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/1.47.0/JFrog.Conan.installer.yaml b/manifests/j/JFrog/Conan/1.47.0/JFrog.Conan.installer.yaml index 55d7e21a95b58..3e88fde9068de 100644 --- a/manifests/j/JFrog/Conan/1.47.0/JFrog.Conan.installer.yaml +++ b/manifests/j/JFrog/Conan/1.47.0/JFrog.Conan.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: JFrog.Conan PackageVersion: 1.47.0 @@ -23,4 +23,4 @@ Installers: InstallerSha256: 3B4E3A436956CB1B9AB5CECF332633AC40885A8B82085BEDEC06124F7A9F5B5F ProductCode: Conan Package Manager_is1 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/1.47.0/JFrog.Conan.locale.en-US.yaml b/manifests/j/JFrog/Conan/1.47.0/JFrog.Conan.locale.en-US.yaml index 9a034cfed6b8a..a30212a539efb 100644 --- a/manifests/j/JFrog/Conan/1.47.0/JFrog.Conan.locale.en-US.yaml +++ b/manifests/j/JFrog/Conan/1.47.0/JFrog.Conan.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: JFrog.Conan PackageVersion: 1.47.0 @@ -8,7 +8,7 @@ Publisher: JFrog PublisherUrl: https://conan.io PublisherSupportUrl: https://github.com/conan-io/conan/issues PrivacyUrl: https://conan.io/privacy-policy.html -# Author: +# Author: PackageName: Conan Package Manager PackageUrl: https://conan.io License: MIT @@ -16,8 +16,8 @@ LicenseUrl: https://raw.githubusercontent.com/conan-io/conan/develop/LICENSE.md Copyright: Copyright (c) 2019 JFrog LTD CopyrightUrl: https://raw.githubusercontent.com/conan-io/conan/develop/LICENSE.md ShortDescription: An open source, decentralized package manager, to automate building and sharing of packages -# Description: -# Moniker: +# Description: +# Moniker: Tags: - c - c++ @@ -26,11 +26,10 @@ Tags: - multi-platform - open-source - package-manager -# 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/JFrog/Conan/1.47.0/JFrog.Conan.yaml b/manifests/j/JFrog/Conan/1.47.0/JFrog.Conan.yaml index 98d06b3317d23..556e5a060b3a2 100644 --- a/manifests/j/JFrog/Conan/1.47.0/JFrog.Conan.yaml +++ b/manifests/j/JFrog/Conan/1.47.0/JFrog.Conan.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: JFrog.Conan PackageVersion: 1.47.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/1.48.0/JFrog.Conan.installer.yaml b/manifests/j/JFrog/Conan/1.48.0/JFrog.Conan.installer.yaml index f49e9e15c9959..d930662c0468b 100644 --- a/manifests/j/JFrog/Conan/1.48.0/JFrog.Conan.installer.yaml +++ b/manifests/j/JFrog/Conan/1.48.0/JFrog.Conan.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: JFrog.Conan PackageVersion: 1.48.0 @@ -24,4 +24,4 @@ Installers: InstallerSha256: EC8AAD8F170BED9309BC4326784AF83008F4990F63C90A9CB3E9921BC9859F4C ProductCode: Conan Package Manager_is1 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/1.48.0/JFrog.Conan.locale.en-US.yaml b/manifests/j/JFrog/Conan/1.48.0/JFrog.Conan.locale.en-US.yaml index b778560b55670..3dca02e1d9e99 100644 --- a/manifests/j/JFrog/Conan/1.48.0/JFrog.Conan.locale.en-US.yaml +++ b/manifests/j/JFrog/Conan/1.48.0/JFrog.Conan.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: JFrog.Conan PackageVersion: 1.48.0 @@ -8,7 +8,7 @@ Publisher: JFrog PublisherUrl: https://conan.io PublisherSupportUrl: https://github.com/conan-io/conan/issues PrivacyUrl: https://conan.io/privacy-policy.html -# Author: +# Author: PackageName: Conan Package Manager PackageUrl: https://conan.io License: MIT @@ -16,8 +16,8 @@ LicenseUrl: https://raw.githubusercontent.com/conan-io/conan/develop/LICENSE.md Copyright: Copyright (c) 2019 JFrog LTD CopyrightUrl: https://raw.githubusercontent.com/conan-io/conan/develop/LICENSE.md ShortDescription: An open source, decentralized package manager, to automate building and sharing of packages -# Description: -# Moniker: +# Description: +# Moniker: Tags: - c - c++ @@ -26,8 +26,10 @@ Tags: - multi-platform - open-source - package-manager -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/conan-io/conan/releases/tag/1.48.0 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/1.48.0/JFrog.Conan.yaml b/manifests/j/JFrog/Conan/1.48.0/JFrog.Conan.yaml index 0c1e333211803..1890e6c419248 100644 --- a/manifests/j/JFrog/Conan/1.48.0/JFrog.Conan.yaml +++ b/manifests/j/JFrog/Conan/1.48.0/JFrog.Conan.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: JFrog.Conan PackageVersion: 1.48.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/1.48.1/JFrog.Conan.installer.yaml b/manifests/j/JFrog/Conan/1.48.1/JFrog.Conan.installer.yaml index c3219f317383e..ccb3ebc844180 100644 --- a/manifests/j/JFrog/Conan/1.48.1/JFrog.Conan.installer.yaml +++ b/manifests/j/JFrog/Conan/1.48.1/JFrog.Conan.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: JFrog.Conan PackageVersion: 1.48.1 @@ -24,4 +24,4 @@ Installers: InstallerSha256: C043BC03758A147DAA205B55A0891EDCD3F8DCCB5A8D38E65344CBD7B437441B ProductCode: Conan Package Manager_is1 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/1.48.1/JFrog.Conan.locale.en-US.yaml b/manifests/j/JFrog/Conan/1.48.1/JFrog.Conan.locale.en-US.yaml index f0c4b43676c7e..1d06aa1ca8eda 100644 --- a/manifests/j/JFrog/Conan/1.48.1/JFrog.Conan.locale.en-US.yaml +++ b/manifests/j/JFrog/Conan/1.48.1/JFrog.Conan.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: JFrog.Conan PackageVersion: 1.48.1 @@ -8,7 +8,7 @@ Publisher: JFrog PublisherUrl: https://conan.io PublisherSupportUrl: https://github.com/conan-io/conan/issues PrivacyUrl: https://conan.io/privacy-policy.html -# Author: +# Author: PackageName: Conan Package Manager PackageUrl: https://conan.io License: MIT @@ -16,8 +16,8 @@ LicenseUrl: https://raw.githubusercontent.com/conan-io/conan/develop/LICENSE.md Copyright: Copyright (c) 2019 JFrog LTD CopyrightUrl: https://raw.githubusercontent.com/conan-io/conan/develop/LICENSE.md ShortDescription: An open source, decentralized package manager, to automate building and sharing of packages -# Description: -# Moniker: +# Description: +# Moniker: Tags: - c - c++ @@ -26,8 +26,10 @@ Tags: - multi-platform - open-source - package-manager -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/conan-io/conan/releases/tag/1.48.1 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/1.48.1/JFrog.Conan.yaml b/manifests/j/JFrog/Conan/1.48.1/JFrog.Conan.yaml index b3fc6885c6465..d4db45241fb51 100644 --- a/manifests/j/JFrog/Conan/1.48.1/JFrog.Conan.yaml +++ b/manifests/j/JFrog/Conan/1.48.1/JFrog.Conan.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: JFrog.Conan PackageVersion: 1.48.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/1.48.2/JFrog.Conan.installer.yaml b/manifests/j/JFrog/Conan/1.48.2/JFrog.Conan.installer.yaml index 883ab44c9a79c..9d3df4928d77d 100644 --- a/manifests/j/JFrog/Conan/1.48.2/JFrog.Conan.installer.yaml +++ b/manifests/j/JFrog/Conan/1.48.2/JFrog.Conan.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: JFrog.Conan PackageVersion: 1.48.2 @@ -24,4 +24,4 @@ Installers: InstallerSha256: C91D273E7C1139B63A074D0D76553B7ED260E07E938295ADCC14FB687966C2A6 ProductCode: Conan Package Manager_is1 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/1.48.2/JFrog.Conan.locale.en-US.yaml b/manifests/j/JFrog/Conan/1.48.2/JFrog.Conan.locale.en-US.yaml index 35d34d108bc71..f2aac19030e69 100644 --- a/manifests/j/JFrog/Conan/1.48.2/JFrog.Conan.locale.en-US.yaml +++ b/manifests/j/JFrog/Conan/1.48.2/JFrog.Conan.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: JFrog.Conan PackageVersion: 1.48.2 @@ -8,7 +8,7 @@ Publisher: JFrog PublisherUrl: https://conan.io PublisherSupportUrl: https://github.com/conan-io/conan/issues PrivacyUrl: https://conan.io/privacy-policy.html -# Author: +# Author: PackageName: Conan Package Manager PackageUrl: https://conan.io License: MIT @@ -16,8 +16,8 @@ LicenseUrl: https://raw.githubusercontent.com/conan-io/conan/develop/LICENSE.md Copyright: Copyright (c) 2019 JFrog LTD CopyrightUrl: https://raw.githubusercontent.com/conan-io/conan/develop/LICENSE.md ShortDescription: An open source, decentralized package manager, to automate building and sharing of packages -# Description: -# Moniker: +# Description: +# Moniker: Tags: - c - c++ @@ -26,8 +26,10 @@ Tags: - multi-platform - open-source - package-manager -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/conan-io/conan/releases/tag/1.48.2 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/1.48.2/JFrog.Conan.yaml b/manifests/j/JFrog/Conan/1.48.2/JFrog.Conan.yaml index b9036f85fcd84..12866d487cbfe 100644 --- a/manifests/j/JFrog/Conan/1.48.2/JFrog.Conan.yaml +++ b/manifests/j/JFrog/Conan/1.48.2/JFrog.Conan.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: JFrog.Conan PackageVersion: 1.48.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/1.49.0/JFrog.Conan.installer.yaml b/manifests/j/JFrog/Conan/1.49.0/JFrog.Conan.installer.yaml index cae9d606bbed8..49456969db291 100644 --- a/manifests/j/JFrog/Conan/1.49.0/JFrog.Conan.installer.yaml +++ b/manifests/j/JFrog/Conan/1.49.0/JFrog.Conan.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: JFrog.Conan PackageVersion: 1.49.0 @@ -24,4 +24,4 @@ Installers: InstallerSha256: 647E0EF627B4CF6FA366A91D36B85B2D80DBCD201CAA20D29BB231EF58AFA2C5 ProductCode: Conan Package Manager_is1 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/1.49.0/JFrog.Conan.locale.en-US.yaml b/manifests/j/JFrog/Conan/1.49.0/JFrog.Conan.locale.en-US.yaml index aa30e06726f09..e224db7609c68 100644 --- a/manifests/j/JFrog/Conan/1.49.0/JFrog.Conan.locale.en-US.yaml +++ b/manifests/j/JFrog/Conan/1.49.0/JFrog.Conan.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: JFrog.Conan PackageVersion: 1.49.0 @@ -8,7 +8,7 @@ Publisher: JFrog PublisherUrl: https://conan.io PublisherSupportUrl: https://github.com/conan-io/conan/issues PrivacyUrl: https://conan.io/privacy-policy.html -# Author: +# Author: PackageName: Conan Package Manager PackageUrl: https://conan.io License: MIT @@ -16,8 +16,8 @@ LicenseUrl: https://raw.githubusercontent.com/conan-io/conan/develop/LICENSE.md Copyright: Copyright (c) 2019 JFrog LTD CopyrightUrl: https://raw.githubusercontent.com/conan-io/conan/develop/LICENSE.md ShortDescription: An open source, decentralized package manager, to automate building and sharing of packages -# Description: -# Moniker: +# Description: +# Moniker: Tags: - c - c++ @@ -26,8 +26,10 @@ Tags: - multi-platform - open-source - package-manager -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/conan-io/conan/releases/tag/1.49.0 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/1.49.0/JFrog.Conan.yaml b/manifests/j/JFrog/Conan/1.49.0/JFrog.Conan.yaml index 9abc4b4fc46fc..25617048cc03b 100644 --- a/manifests/j/JFrog/Conan/1.49.0/JFrog.Conan.yaml +++ b/manifests/j/JFrog/Conan/1.49.0/JFrog.Conan.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: JFrog.Conan PackageVersion: 1.49.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/1.50.0/JFrog.Conan.installer.yaml b/manifests/j/JFrog/Conan/1.50.0/JFrog.Conan.installer.yaml index d246fa2cdc0a6..c65643c4347d1 100644 --- a/manifests/j/JFrog/Conan/1.50.0/JFrog.Conan.installer.yaml +++ b/manifests/j/JFrog/Conan/1.50.0/JFrog.Conan.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: JFrog.Conan PackageVersion: 1.50.0 @@ -24,4 +24,4 @@ Installers: InstallerSha256: DA8A5DF0F6FC9D542ACD9B93F8F31A084A398EE6AC7DDCFB46FFE8754CCEAA13 ProductCode: Conan Package Manager_is1 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/1.50.0/JFrog.Conan.locale.en-US.yaml b/manifests/j/JFrog/Conan/1.50.0/JFrog.Conan.locale.en-US.yaml index bd1f34fa2fbd3..ba1fe96f5adf8 100644 --- a/manifests/j/JFrog/Conan/1.50.0/JFrog.Conan.locale.en-US.yaml +++ b/manifests/j/JFrog/Conan/1.50.0/JFrog.Conan.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: JFrog.Conan PackageVersion: 1.50.0 @@ -8,7 +8,7 @@ Publisher: JFrog PublisherUrl: https://conan.io PublisherSupportUrl: https://github.com/conan-io/conan/issues PrivacyUrl: https://conan.io/privacy-policy.html -# Author: +# Author: PackageName: Conan Package Manager PackageUrl: https://conan.io License: MIT @@ -16,8 +16,8 @@ LicenseUrl: https://raw.githubusercontent.com/conan-io/conan/develop/LICENSE.md Copyright: Copyright (c) 2019 JFrog LTD CopyrightUrl: https://raw.githubusercontent.com/conan-io/conan/develop/LICENSE.md ShortDescription: An open source, decentralized package manager, to automate building and sharing of packages -# Description: -# Moniker: +# Description: +# Moniker: Tags: - c - c++ @@ -26,8 +26,10 @@ Tags: - multi-platform - open-source - package-manager -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/conan-io/conan/releases/tag/1.50.0 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/1.50.0/JFrog.Conan.yaml b/manifests/j/JFrog/Conan/1.50.0/JFrog.Conan.yaml index ee12c8aad5620..a1dd036e957b5 100644 --- a/manifests/j/JFrog/Conan/1.50.0/JFrog.Conan.yaml +++ b/manifests/j/JFrog/Conan/1.50.0/JFrog.Conan.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: JFrog.Conan PackageVersion: 1.50.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/1.51.0/JFrog.Conan.installer.yaml b/manifests/j/JFrog/Conan/1.51.0/JFrog.Conan.installer.yaml index 3a659f3105c3f..d2f75695d1935 100644 --- a/manifests/j/JFrog/Conan/1.51.0/JFrog.Conan.installer.yaml +++ b/manifests/j/JFrog/Conan/1.51.0/JFrog.Conan.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: JFrog.Conan PackageVersion: 1.51.0 @@ -24,4 +24,4 @@ Installers: InstallerSha256: 1CCF46336A5E89B8D1AE3D49864BF5C97710E7E821605873C3000AF5D86D5DE5 ProductCode: Conan Package Manager_is1 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/1.51.0/JFrog.Conan.locale.en-US.yaml b/manifests/j/JFrog/Conan/1.51.0/JFrog.Conan.locale.en-US.yaml index c224c88e26eb9..0bf134537b4f9 100644 --- a/manifests/j/JFrog/Conan/1.51.0/JFrog.Conan.locale.en-US.yaml +++ b/manifests/j/JFrog/Conan/1.51.0/JFrog.Conan.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: JFrog.Conan PackageVersion: 1.51.0 @@ -8,7 +8,7 @@ Publisher: JFrog PublisherUrl: https://conan.io PublisherSupportUrl: https://github.com/conan-io/conan/issues PrivacyUrl: https://conan.io/privacy-policy.html -# Author: +# Author: PackageName: Conan Package Manager PackageUrl: https://conan.io License: MIT @@ -16,8 +16,8 @@ LicenseUrl: https://raw.githubusercontent.com/conan-io/conan/develop/LICENSE.md Copyright: Copyright (c) 2019 JFrog LTD CopyrightUrl: https://raw.githubusercontent.com/conan-io/conan/develop/LICENSE.md ShortDescription: An open source, decentralized package manager, to automate building and sharing of packages -# Description: -# Moniker: +# Description: +# Moniker: Tags: - c - c++ @@ -26,8 +26,10 @@ Tags: - multi-platform - open-source - package-manager -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/conan-io/conan/releases/tag/1.51.0 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/1.51.0/JFrog.Conan.yaml b/manifests/j/JFrog/Conan/1.51.0/JFrog.Conan.yaml index 73cd276cb2bf0..bca9af0652126 100644 --- a/manifests/j/JFrog/Conan/1.51.0/JFrog.Conan.yaml +++ b/manifests/j/JFrog/Conan/1.51.0/JFrog.Conan.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: JFrog.Conan PackageVersion: 1.51.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/1.51.3/JFrog.Conan.installer.yaml b/manifests/j/JFrog/Conan/1.51.3/JFrog.Conan.installer.yaml index d048c81f47c13..ada87bcd11483 100644 --- a/manifests/j/JFrog/Conan/1.51.3/JFrog.Conan.installer.yaml +++ b/manifests/j/JFrog/Conan/1.51.3/JFrog.Conan.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: JFrog.Conan PackageVersion: 1.51.3 @@ -24,4 +24,4 @@ Installers: InstallerSha256: 3638C190E2E0119B445317A5DA0DCC3F98F4EB3609DB7D5A2E5438E0A838E9F5 ProductCode: Conan Package Manager_is1 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/1.51.3/JFrog.Conan.locale.en-US.yaml b/manifests/j/JFrog/Conan/1.51.3/JFrog.Conan.locale.en-US.yaml index 2112cd5ea6600..efc5665aac9fa 100644 --- a/manifests/j/JFrog/Conan/1.51.3/JFrog.Conan.locale.en-US.yaml +++ b/manifests/j/JFrog/Conan/1.51.3/JFrog.Conan.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: JFrog.Conan PackageVersion: 1.51.3 @@ -8,7 +8,7 @@ Publisher: JFrog PublisherUrl: https://conan.io PublisherSupportUrl: https://github.com/conan-io/conan/issues PrivacyUrl: https://conan.io/privacy-policy.html -# Author: +# Author: PackageName: Conan Package Manager PackageUrl: https://conan.io License: MIT @@ -16,8 +16,8 @@ LicenseUrl: https://raw.githubusercontent.com/conan-io/conan/develop/LICENSE.md Copyright: Copyright (c) 2019 JFrog LTD CopyrightUrl: https://raw.githubusercontent.com/conan-io/conan/develop/LICENSE.md ShortDescription: An open source, decentralized package manager, to automate building and sharing of packages -# Description: -# Moniker: +# Description: +# Moniker: Tags: - c - c++ @@ -26,11 +26,10 @@ Tags: - multi-platform - open-source - package-manager -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/conan-io/conan/releases/tag/1.51.3 -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/1.51.3/JFrog.Conan.yaml b/manifests/j/JFrog/Conan/1.51.3/JFrog.Conan.yaml index 7005ae706d86f..59b362d6cc5ba 100644 --- a/manifests/j/JFrog/Conan/1.51.3/JFrog.Conan.yaml +++ b/manifests/j/JFrog/Conan/1.51.3/JFrog.Conan.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: JFrog.Conan PackageVersion: 1.51.3 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/1.52.0/JFrog.Conan.installer.yaml b/manifests/j/JFrog/Conan/1.52.0/JFrog.Conan.installer.yaml index f7fb9e4f666b2..fe9598e8bef4e 100644 --- a/manifests/j/JFrog/Conan/1.52.0/JFrog.Conan.installer.yaml +++ b/manifests/j/JFrog/Conan/1.52.0/JFrog.Conan.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: JFrog.Conan PackageVersion: 1.52.0 @@ -24,4 +24,4 @@ Installers: InstallerSha256: C789E5ED8CB5F3424D3515EA6BA9D550DCCF11917F298C09E288B3EDC1982B82 ProductCode: Conan Package Manager_is1 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/1.52.0/JFrog.Conan.locale.en-US.yaml b/manifests/j/JFrog/Conan/1.52.0/JFrog.Conan.locale.en-US.yaml index 534bdeb7d3adf..83ea81c9397cf 100644 --- a/manifests/j/JFrog/Conan/1.52.0/JFrog.Conan.locale.en-US.yaml +++ b/manifests/j/JFrog/Conan/1.52.0/JFrog.Conan.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: JFrog.Conan PackageVersion: 1.52.0 @@ -8,7 +8,7 @@ Publisher: JFrog PublisherUrl: https://conan.io PublisherSupportUrl: https://github.com/conan-io/conan/issues PrivacyUrl: https://conan.io/privacy-policy.html -# Author: +# Author: PackageName: Conan Package Manager PackageUrl: https://conan.io License: MIT @@ -16,8 +16,8 @@ LicenseUrl: https://raw.githubusercontent.com/conan-io/conan/develop/LICENSE.md Copyright: Copyright (c) 2019 JFrog LTD CopyrightUrl: https://raw.githubusercontent.com/conan-io/conan/develop/LICENSE.md ShortDescription: An open source, decentralized package manager, to automate building and sharing of packages -# Description: -# Moniker: +# Description: +# Moniker: Tags: - c - c++ @@ -26,11 +26,10 @@ Tags: - multi-platform - open-source - package-manager -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/conan-io/conan/releases/tag/1.52.0 -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/1.52.0/JFrog.Conan.yaml b/manifests/j/JFrog/Conan/1.52.0/JFrog.Conan.yaml index d834ca4a38ee7..83812ddc0ced3 100644 --- a/manifests/j/JFrog/Conan/1.52.0/JFrog.Conan.yaml +++ b/manifests/j/JFrog/Conan/1.52.0/JFrog.Conan.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: JFrog.Conan PackageVersion: 1.52.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/1.53.0/JFrog.Conan.installer.yaml b/manifests/j/JFrog/Conan/1.53.0/JFrog.Conan.installer.yaml index bbfb3d59b09b0..9e9d9b6028337 100644 --- a/manifests/j/JFrog/Conan/1.53.0/JFrog.Conan.installer.yaml +++ b/manifests/j/JFrog/Conan/1.53.0/JFrog.Conan.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: JFrog.Conan PackageVersion: 1.53.0 @@ -24,4 +24,4 @@ Installers: InstallerSha256: 96FC6CC19855B9AEABD0C8B07389CF37B4DE8D6176CEE475AFE6B2E7956A7657 ProductCode: Conan Package Manager_is1 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/1.53.0/JFrog.Conan.locale.en-US.yaml b/manifests/j/JFrog/Conan/1.53.0/JFrog.Conan.locale.en-US.yaml index 3b002134d5456..79a320b16c4dd 100644 --- a/manifests/j/JFrog/Conan/1.53.0/JFrog.Conan.locale.en-US.yaml +++ b/manifests/j/JFrog/Conan/1.53.0/JFrog.Conan.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: JFrog.Conan PackageVersion: 1.53.0 @@ -8,7 +8,7 @@ Publisher: JFrog PublisherUrl: https://conan.io PublisherSupportUrl: https://github.com/conan-io/conan/issues PrivacyUrl: https://conan.io/privacy-policy.html -# Author: +# Author: PackageName: Conan Package Manager PackageUrl: https://conan.io License: MIT @@ -16,8 +16,8 @@ LicenseUrl: https://raw.githubusercontent.com/conan-io/conan/develop/LICENSE.md Copyright: Copyright (c) 2019 JFrog LTD CopyrightUrl: https://raw.githubusercontent.com/conan-io/conan/develop/LICENSE.md ShortDescription: An open source, decentralized package manager, to automate building and sharing of packages -# Description: -# Moniker: +# Description: +# Moniker: Tags: - c - c++ @@ -26,11 +26,10 @@ Tags: - multi-platform - open-source - package-manager -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/conan-io/conan/releases/tag/1.53.0 -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/1.53.0/JFrog.Conan.yaml b/manifests/j/JFrog/Conan/1.53.0/JFrog.Conan.yaml index 0205743d89e68..589662ff007e5 100644 --- a/manifests/j/JFrog/Conan/1.53.0/JFrog.Conan.yaml +++ b/manifests/j/JFrog/Conan/1.53.0/JFrog.Conan.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: JFrog.Conan PackageVersion: 1.53.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/1.54.0/JFrog.Conan.installer.yaml b/manifests/j/JFrog/Conan/1.54.0/JFrog.Conan.installer.yaml index 05b518107c6db..0fd3aed5881d0 100644 --- a/manifests/j/JFrog/Conan/1.54.0/JFrog.Conan.installer.yaml +++ b/manifests/j/JFrog/Conan/1.54.0/JFrog.Conan.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: JFrog.Conan PackageVersion: 1.54.0 @@ -24,4 +24,4 @@ Installers: InstallerSha256: 99EA8673D2A6B6EF74D38E529B5230120538C01CCAC6E2E0A4EBBF1A2F607228 ProductCode: Conan Package Manager_is1 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/1.54.0/JFrog.Conan.locale.en-US.yaml b/manifests/j/JFrog/Conan/1.54.0/JFrog.Conan.locale.en-US.yaml index b508f5503eaf5..52c4470b1d43b 100644 --- a/manifests/j/JFrog/Conan/1.54.0/JFrog.Conan.locale.en-US.yaml +++ b/manifests/j/JFrog/Conan/1.54.0/JFrog.Conan.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: JFrog.Conan PackageVersion: 1.54.0 @@ -26,11 +26,10 @@ Tags: - multi-platform - open-source - package-manager -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://github.com/conan-io/conan/releases/tag/1.54.0 # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/1.54.0/JFrog.Conan.yaml b/manifests/j/JFrog/Conan/1.54.0/JFrog.Conan.yaml index 989c6ff84f841..9b9e7796cf7fa 100644 --- a/manifests/j/JFrog/Conan/1.54.0/JFrog.Conan.yaml +++ b/manifests/j/JFrog/Conan/1.54.0/JFrog.Conan.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: JFrog.Conan PackageVersion: 1.54.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/1.55.0/JFrog.Conan.installer.yaml b/manifests/j/JFrog/Conan/1.55.0/JFrog.Conan.installer.yaml index 8229c4c957091..a1b52caf4ff2f 100644 --- a/manifests/j/JFrog/Conan/1.55.0/JFrog.Conan.installer.yaml +++ b/manifests/j/JFrog/Conan/1.55.0/JFrog.Conan.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: JFrog.Conan PackageVersion: 1.55.0 @@ -24,4 +24,4 @@ Installers: InstallerSha256: BC27E57AC32B475CA5B16649318DA34513CBD79B02FA4A02A286A7CEA7D55D06 ProductCode: Conan Package Manager_is1 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/1.55.0/JFrog.Conan.locale.en-US.yaml b/manifests/j/JFrog/Conan/1.55.0/JFrog.Conan.locale.en-US.yaml index 1a4ba4eb79377..c83aef8619ed5 100644 --- a/manifests/j/JFrog/Conan/1.55.0/JFrog.Conan.locale.en-US.yaml +++ b/manifests/j/JFrog/Conan/1.55.0/JFrog.Conan.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: JFrog.Conan PackageVersion: 1.55.0 @@ -26,11 +26,10 @@ Tags: - multi-platform - open-source - package-manager -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://github.com/conan-io/conan/releases/tag/1.55.0 # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/1.55.0/JFrog.Conan.yaml b/manifests/j/JFrog/Conan/1.55.0/JFrog.Conan.yaml index 676b3d3cd0972..6874bfab2b677 100644 --- a/manifests/j/JFrog/Conan/1.55.0/JFrog.Conan.yaml +++ b/manifests/j/JFrog/Conan/1.55.0/JFrog.Conan.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: JFrog.Conan PackageVersion: 1.55.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/1.56.0/JFrog.Conan.installer.yaml b/manifests/j/JFrog/Conan/1.56.0/JFrog.Conan.installer.yaml index 7228365dedf5d..700390febfa2b 100644 --- a/manifests/j/JFrog/Conan/1.56.0/JFrog.Conan.installer.yaml +++ b/manifests/j/JFrog/Conan/1.56.0/JFrog.Conan.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: JFrog.Conan PackageVersion: 1.56.0 @@ -24,4 +24,4 @@ Installers: InstallerSha256: 2C9CABA6869DE234F034932E7A3A053EE5348AF6C163EA36873DCE3C62B55617 ProductCode: Conan Package Manager_is1 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/1.56.0/JFrog.Conan.locale.en-US.yaml b/manifests/j/JFrog/Conan/1.56.0/JFrog.Conan.locale.en-US.yaml index a0aa56efbb83f..7784b7c7fee46 100644 --- a/manifests/j/JFrog/Conan/1.56.0/JFrog.Conan.locale.en-US.yaml +++ b/manifests/j/JFrog/Conan/1.56.0/JFrog.Conan.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: JFrog.Conan PackageVersion: 1.56.0 @@ -26,11 +26,10 @@ Tags: - multi-platform - open-source - package-manager -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://github.com/conan-io/conan/releases/tag/1.56.0 # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/1.56.0/JFrog.Conan.yaml b/manifests/j/JFrog/Conan/1.56.0/JFrog.Conan.yaml index b0c5c8dad0e35..0a18b58795295 100644 --- a/manifests/j/JFrog/Conan/1.56.0/JFrog.Conan.yaml +++ b/manifests/j/JFrog/Conan/1.56.0/JFrog.Conan.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: JFrog.Conan PackageVersion: 1.56.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/1.57.0/JFrog.Conan.installer.yaml b/manifests/j/JFrog/Conan/1.57.0/JFrog.Conan.installer.yaml index a99d4ada5dad8..5c745d7c6dfcb 100644 --- a/manifests/j/JFrog/Conan/1.57.0/JFrog.Conan.installer.yaml +++ b/manifests/j/JFrog/Conan/1.57.0/JFrog.Conan.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: JFrog.Conan PackageVersion: 1.57.0 @@ -17,7 +17,7 @@ ReleaseDate: 2022-01-12 Installers: - Architecture: x64 InstallerUrl: https://github.com/conan-io/conan/releases/download/1.57.0/conan-win-64.exe - InstallerSha256: 5e0f9134f49b8fa972611b011d892f4d6945c618cff0c94574c1b70cf90306fa + InstallerSha256: 5E0F9134F49B8FA972611B011D892F4D6945C618CFF0C94574C1B70CF90306FA ProductCode: Conan Package Manager_is1 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/1.57.0/JFrog.Conan.locale.en-US.yaml b/manifests/j/JFrog/Conan/1.57.0/JFrog.Conan.locale.en-US.yaml index e0d7da44daa1b..7fb79afb4ff93 100644 --- a/manifests/j/JFrog/Conan/1.57.0/JFrog.Conan.locale.en-US.yaml +++ b/manifests/j/JFrog/Conan/1.57.0/JFrog.Conan.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: JFrog.Conan PackageVersion: 1.57.0 @@ -26,11 +26,10 @@ Tags: - multi-platform - open-source - package-manager -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://github.com/conan-io/conan/releases/tag/1.57.0 # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/1.57.0/JFrog.Conan.yaml b/manifests/j/JFrog/Conan/1.57.0/JFrog.Conan.yaml index b2d228e1f8f44..7dd3f0bf4cdb3 100644 --- a/manifests/j/JFrog/Conan/1.57.0/JFrog.Conan.yaml +++ b/manifests/j/JFrog/Conan/1.57.0/JFrog.Conan.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: JFrog.Conan PackageVersion: 1.57.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/1.58.0/JFrog.Conan.installer.yaml b/manifests/j/JFrog/Conan/1.58.0/JFrog.Conan.installer.yaml index 24037f04b0613..a26accbcc8bf1 100644 --- a/manifests/j/JFrog/Conan/1.58.0/JFrog.Conan.installer.yaml +++ b/manifests/j/JFrog/Conan/1.58.0/JFrog.Conan.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: JFrog.Conan PackageVersion: 1.58.0 @@ -24,4 +24,4 @@ Installers: InstallerSha256: A4DBAC1E5C66269FC88767C4B37133119E2CE4CAF1CEDDB6D77AA8C554E46DA1 ProductCode: Conan Package Manager_is1 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/1.58.0/JFrog.Conan.locale.en-US.yaml b/manifests/j/JFrog/Conan/1.58.0/JFrog.Conan.locale.en-US.yaml index 875307cd088ee..7b049063ab7e4 100644 --- a/manifests/j/JFrog/Conan/1.58.0/JFrog.Conan.locale.en-US.yaml +++ b/manifests/j/JFrog/Conan/1.58.0/JFrog.Conan.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: JFrog.Conan PackageVersion: 1.58.0 @@ -26,11 +26,10 @@ Tags: - multi-platform - open-source - package-manager -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://github.com/conan-io/conan/releases/tag/1.58.0 # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/1.58.0/JFrog.Conan.yaml b/manifests/j/JFrog/Conan/1.58.0/JFrog.Conan.yaml index e527d25627683..45ea6da14f9cf 100644 --- a/manifests/j/JFrog/Conan/1.58.0/JFrog.Conan.yaml +++ b/manifests/j/JFrog/Conan/1.58.0/JFrog.Conan.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: JFrog.Conan PackageVersion: 1.58.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/1.60.2/JFrog.Conan.installer.yaml b/manifests/j/JFrog/Conan/1.60.2/JFrog.Conan.installer.yaml index 3a6dc730e30f8..3b7be3e14e9db 100644 --- a/manifests/j/JFrog/Conan/1.60.2/JFrog.Conan.installer.yaml +++ b/manifests/j/JFrog/Conan/1.60.2/JFrog.Conan.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: JFrog.Conan PackageVersion: 1.60.2 @@ -12,14 +12,15 @@ InstallModes: - silent - silentWithProgress UpgradeBehavior: install -ProductCode: Conan Package Manager_is1 ReleaseDate: 2023-07-26 Installers: - Architecture: x86 InstallerUrl: https://github.com/conan-io/conan/releases/download/1.60.2/conan-win-64.exe InstallerSha256: F1AB38974101C1691A781B1F76AB0ACDAB1A93FB56EECD33935313FA5BE363FC + ProductCode: Conan Package Manager_is1 - Architecture: x64 InstallerUrl: https://github.com/conan-io/conan/releases/download/1.60.2/conan-win-64.exe InstallerSha256: F1AB38974101C1691A781B1F76AB0ACDAB1A93FB56EECD33935313FA5BE363FC + ProductCode: Conan Package Manager_is1 ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/1.60.2/JFrog.Conan.locale.en-US.yaml b/manifests/j/JFrog/Conan/1.60.2/JFrog.Conan.locale.en-US.yaml index edc0d665ff972..08b7c230bbb48 100644 --- a/manifests/j/JFrog/Conan/1.60.2/JFrog.Conan.locale.en-US.yaml +++ b/manifests/j/JFrog/Conan/1.60.2/JFrog.Conan.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: JFrog.Conan PackageVersion: 1.60.2 @@ -8,6 +8,7 @@ Publisher: JFrog PublisherUrl: https://conan.io PublisherSupportUrl: https://github.com/conan-io/conan/issues PrivacyUrl: https://conan.io/privacy-policy.html +# Author: PackageName: Conan Package Manager PackageUrl: https://conan.io License: MIT @@ -15,6 +16,8 @@ LicenseUrl: https://raw.githubusercontent.com/conan-io/conan/develop/LICENSE.md Copyright: Copyright (c) JFrog LTD CopyrightUrl: https://raw.githubusercontent.com/conan-io/conan/develop/LICENSE.md ShortDescription: An open source, decentralized package manager, to automate building and sharing of packages +# Description: +# Moniker: Tags: - c - c++ @@ -27,5 +30,8 @@ ReleaseNotes: |- - Fix: Allow Pyyaml 6.0. X versions to avoid cython 3.0 problems. (backport #14323) (#14363) ReleaseNotesUrl: https://github.com/conan-io/conan/releases/tag/1.60.2 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/1.60.2/JFrog.Conan.yaml b/manifests/j/JFrog/Conan/1.60.2/JFrog.Conan.yaml index 7352a1d35224e..5d73f3badbce6 100644 --- a/manifests/j/JFrog/Conan/1.60.2/JFrog.Conan.yaml +++ b/manifests/j/JFrog/Conan/1.60.2/JFrog.Conan.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: JFrog.Conan PackageVersion: 1.60.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/1.63.0/JFrog.Conan.installer.yaml b/manifests/j/JFrog/Conan/1.63.0/JFrog.Conan.installer.yaml index d5c5ddaafc357..2c1aab6728134 100644 --- a/manifests/j/JFrog/Conan/1.63.0/JFrog.Conan.installer.yaml +++ b/manifests/j/JFrog/Conan/1.63.0/JFrog.Conan.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: JFrog.Conan PackageVersion: 1.63.0 @@ -12,14 +12,15 @@ InstallModes: - silent - silentWithProgress UpgradeBehavior: install -ProductCode: Conan Package Manager_is1 ReleaseDate: 2024-02-12 Installers: - Architecture: x86 InstallerUrl: https://github.com/conan-io/conan/releases/download/1.63.0/conan-win-32.exe InstallerSha256: 161723EF6CC5C519AE089EAF0FCCD549B78C7FE7A63108C3664492893A9C5B39 + ProductCode: Conan Package Manager_is1 - Architecture: x64 InstallerUrl: https://github.com/conan-io/conan/releases/download/1.63.0/conan-win-64.exe InstallerSha256: 4F7811D8D36FC7D3526791737084DEEB226D2E12A0A7A3C9B722557FBCF15E07 + ProductCode: Conan Package Manager_is1 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/1.63.0/JFrog.Conan.locale.en-US.yaml b/manifests/j/JFrog/Conan/1.63.0/JFrog.Conan.locale.en-US.yaml index 4f8efcea78cd5..1713a383929ee 100644 --- a/manifests/j/JFrog/Conan/1.63.0/JFrog.Conan.locale.en-US.yaml +++ b/manifests/j/JFrog/Conan/1.63.0/JFrog.Conan.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: JFrog.Conan PackageVersion: 1.63.0 @@ -8,6 +8,7 @@ Publisher: JFrog PublisherUrl: https://conan.io PublisherSupportUrl: https://github.com/conan-io/conan/issues PrivacyUrl: https://conan.io/privacy-policy.html +# Author: PackageName: Conan Package Manager PackageUrl: https://conan.io License: MIT @@ -15,6 +16,8 @@ LicenseUrl: https://raw.githubusercontent.com/conan-io/conan/develop/LICENSE.md Copyright: Copyright (c) JFrog LTD CopyrightUrl: https://raw.githubusercontent.com/conan-io/conan/develop/LICENSE.md ShortDescription: An open source, decentralized package manager, to automate building and sharing of packages +# Description: +# Moniker: Tags: - c - c++ @@ -24,17 +27,20 @@ Tags: - open-source - package-manager ReleaseNotes: |- - - Feature: Improved get_libs algorithm for BazelDeps. (#15299) - - Feature: Changed shared lib name in conan-new templates. (#15299) - - Feature: Add tracking of different ref to . (#15287). - Docs: 📃 - - Fix: Adding a workaround to avoid tqdm failing on macOS. (#15628) - - Bugfix: BazelDeps._get_libs() was gathering binary names. (#15410) - - Bugfix: Non-visible transitive dependencies are not included in the requires (PkgConfigDeps). (#15320) - - Bugfix: from_old_cppinfo helper checks if the old cpp_info is not None before merging. (#15320) - - Bugfix: Fix NMakeDeps quoting issues. (#15288) - - Bugfix: Make only track for same user/channel. (#15287). - Docs: 📃 + - Feature: Improved get_libs algorithm for BazelDeps. (#15299) + - Feature: Changed shared lib name in conan-new templates. (#15299) + - Feature: Add tracking of different ref to . (#15287). + Docs: 📃 + - Fix: Adding a workaround to avoid tqdm failing on macOS. (#15628) + - Bugfix: BazelDeps._get_libs() was gathering binary names. (#15410) + - Bugfix: Non-visible transitive dependencies are not included in the requires (PkgConfigDeps). (#15320) + - Bugfix: from_old_cppinfo helper checks if the old cpp_info is not None before merging. (#15320) + - Bugfix: Fix NMakeDeps quoting issues. (#15288) + - Bugfix: Make only track for same user/channel. (#15287). + Docs: 📃 ReleaseNotesUrl: https://github.com/conan-io/conan/releases/tag/1.63.0 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/1.63.0/JFrog.Conan.yaml b/manifests/j/JFrog/Conan/1.63.0/JFrog.Conan.yaml index 4e37ab5fe7a70..1c60806165d41 100644 --- a/manifests/j/JFrog/Conan/1.63.0/JFrog.Conan.yaml +++ b/manifests/j/JFrog/Conan/1.63.0/JFrog.Conan.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: JFrog.Conan PackageVersion: 1.63.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/1.64.1/JFrog.Conan.installer.yaml b/manifests/j/JFrog/Conan/1.64.1/JFrog.Conan.installer.yaml index db2b91f1f8c4d..7e0bf7a6fb6e7 100644 --- a/manifests/j/JFrog/Conan/1.64.1/JFrog.Conan.installer.yaml +++ b/manifests/j/JFrog/Conan/1.64.1/JFrog.Conan.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: JFrog.Conan PackageVersion: 1.64.1 @@ -12,13 +12,14 @@ InstallModes: - silent - silentWithProgress UpgradeBehavior: install -ProductCode: Conan Package Manager_is1 Installers: - Architecture: x64 InstallerUrl: https://github.com/conan-io/conan/releases/download/1.64.1/conan-win-64.exe InstallerSha256: 7D03306354897AD6059E689AA1423CC7378B84737B0688DE5303CF074B75956C + ProductCode: Conan Package Manager_is1 - Architecture: x86 InstallerUrl: https://github.com/conan-io/conan/releases/download/1.64.1/conan-win-32.exe InstallerSha256: 0B318E983BDA0250459DF5EBF192A6E9187FEA6CCEEA3CDCAF74404473540858 + ProductCode: Conan Package Manager_is1 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/1.64.1/JFrog.Conan.locale.en-US.yaml b/manifests/j/JFrog/Conan/1.64.1/JFrog.Conan.locale.en-US.yaml index 0ac52fe685b02..592f11e42a47d 100644 --- a/manifests/j/JFrog/Conan/1.64.1/JFrog.Conan.locale.en-US.yaml +++ b/manifests/j/JFrog/Conan/1.64.1/JFrog.Conan.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: JFrog.Conan PackageVersion: 1.64.1 @@ -8,6 +8,7 @@ Publisher: JFrog PublisherUrl: https://conan.io/ PublisherSupportUrl: https://github.com/conan-io/conan/issues PrivacyUrl: https://conan.io/privacy-policy.html +# Author: PackageName: Conan Package Manager PackageUrl: https://conan.io/ License: MIT @@ -15,6 +16,8 @@ LicenseUrl: https://github.com/conan-io/conan/blob/HEAD/LICENSE.md Copyright: Copyright (c) JFrog LTD CopyrightUrl: https://raw.githubusercontent.com/conan-io/conan/develop/LICENSE.md ShortDescription: An open source, decentralized package manager, to automate building and sharing of packages +# Description: +# Moniker: Tags: - c - c++ @@ -23,5 +26,10 @@ Tags: - multi-platform - open-source - package-manager +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/1.64.1/JFrog.Conan.yaml b/manifests/j/JFrog/Conan/1.64.1/JFrog.Conan.yaml index e94c88bb2829f..7582f33529bc3 100644 --- a/manifests/j/JFrog/Conan/1.64.1/JFrog.Conan.yaml +++ b/manifests/j/JFrog/Conan/1.64.1/JFrog.Conan.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: JFrog.Conan PackageVersion: 1.64.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/1.66/JFrog.Conan.installer.yaml b/manifests/j/JFrog/Conan/1.66/JFrog.Conan.installer.yaml index 2065862f7fbd6..95a0f287d1818 100644 --- a/manifests/j/JFrog/Conan/1.66/JFrog.Conan.installer.yaml +++ b/manifests/j/JFrog/Conan/1.66/JFrog.Conan.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: JFrog.Conan @@ -13,7 +13,7 @@ InstallModes: - silent - silentWithProgress UpgradeBehavior: install -ProductCode: Conan Package Manager_is1 +ReleaseDate: 2024-12-02 AppsAndFeaturesEntries: - ProductCode: Conan Package Manager_is1 ElevationRequirement: elevatesSelf @@ -21,9 +21,10 @@ Installers: - Architecture: x86 InstallerUrl: https://github.com/conan-io/conan/releases/download/1.66.0/conan-win-32.exe InstallerSha256: D69E1536FE0F06554563D898C33EF553A663FB698637E97F5B05BE867A095D19 + ProductCode: Conan Package Manager_is1 - Architecture: x64 InstallerUrl: https://github.com/conan-io/conan/releases/download/1.66.0/conan-win-64.exe InstallerSha256: 6AD062658021178C82AD8E9ABD078D80958F44BFA649A1FED506647BA9D47C3F + ProductCode: Conan Package Manager_is1 ManifestType: installer ManifestVersion: 1.9.0 -ReleaseDate: 2024-12-02 diff --git a/manifests/j/JFrog/Conan/1.66/JFrog.Conan.locale.en-US.yaml b/manifests/j/JFrog/Conan/1.66/JFrog.Conan.locale.en-US.yaml index b62967e43e0d5..d58ed4699ee83 100644 --- a/manifests/j/JFrog/Conan/1.66/JFrog.Conan.locale.en-US.yaml +++ b/manifests/j/JFrog/Conan/1.66/JFrog.Conan.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: JFrog.Conan @@ -8,6 +8,7 @@ Publisher: JFrog PublisherUrl: https://conan.io/ PublisherSupportUrl: https://github.com/conan-io/conan/issues PrivacyUrl: https://conan.io/privacy-policy.html +# Author: PackageName: Conan Package Manager PackageUrl: https://conan.io/ License: MIT @@ -15,6 +16,8 @@ LicenseUrl: https://github.com/conan-io/conan/blob/HEAD/LICENSE.md Copyright: Copyright (c) JFrog LTD CopyrightUrl: https://raw.githubusercontent.com/conan-io/conan/develop/LICENSE.md ShortDescription: An open source, decentralized package manager, to automate building and sharing of packages +# Description: +# Moniker: Tags: - c - c++ @@ -28,5 +31,8 @@ ReleaseNotes: |- - Bugfix: Fix LLVM/Clang enablement of vcvars for latest v14.4 toolset version after VS 17.10 update - Bugfix: Automatically generated compatible packages are wrong in case of custom package_id(). ReleaseNotesUrl: https://github.com/conan-io/conan/releases/tag/1.66.0 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/1.66/JFrog.Conan.yaml b/manifests/j/JFrog/Conan/1.66/JFrog.Conan.yaml index b86edb40ca1ae..b93d6fa60586d 100644 --- a/manifests/j/JFrog/Conan/1.66/JFrog.Conan.yaml +++ b/manifests/j/JFrog/Conan/1.66/JFrog.Conan.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: JFrog.Conan diff --git a/manifests/j/JFrog/Conan/2.0.1/JFrog.Conan.installer.yaml b/manifests/j/JFrog/Conan/2.0.1/JFrog.Conan.installer.yaml index 93d672c76c419..e8483b75c0638 100644 --- a/manifests/j/JFrog/Conan/2.0.1/JFrog.Conan.installer.yaml +++ b/manifests/j/JFrog/Conan/2.0.1/JFrog.Conan.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: JFrog.Conan PackageVersion: 2.0.1 @@ -24,4 +24,4 @@ Installers: InstallerSha256: 9F10FD97636851F5A5EFC23D37F03B17611A70196572C3B5891EE7EE9DDB0250 ProductCode: Conan Package Manager_is1 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/2.0.1/JFrog.Conan.locale.en-US.yaml b/manifests/j/JFrog/Conan/2.0.1/JFrog.Conan.locale.en-US.yaml index 0674e421f2d63..a00bc30e6aed0 100644 --- a/manifests/j/JFrog/Conan/2.0.1/JFrog.Conan.locale.en-US.yaml +++ b/manifests/j/JFrog/Conan/2.0.1/JFrog.Conan.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: JFrog.Conan PackageVersion: 2.0.1 @@ -26,11 +26,10 @@ Tags: - multi-platform - open-source - package-manager -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://github.com/conan-io/conan/releases/tag/2.0.1 # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/2.0.1/JFrog.Conan.yaml b/manifests/j/JFrog/Conan/2.0.1/JFrog.Conan.yaml index 2b10308d3ea9f..34e2c97bccbbd 100644 --- a/manifests/j/JFrog/Conan/2.0.1/JFrog.Conan.yaml +++ b/manifests/j/JFrog/Conan/2.0.1/JFrog.Conan.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: JFrog.Conan PackageVersion: 2.0.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/2.0.10/JFrog.Conan.installer.yaml b/manifests/j/JFrog/Conan/2.0.10/JFrog.Conan.installer.yaml index 9e2b6fd978460..286b9d65c89be 100644 --- a/manifests/j/JFrog/Conan/2.0.10/JFrog.Conan.installer.yaml +++ b/manifests/j/JFrog/Conan/2.0.10/JFrog.Conan.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: JFrog.Conan PackageVersion: 2.0.10 @@ -12,14 +12,15 @@ InstallModes: - silent - silentWithProgress UpgradeBehavior: install -ProductCode: Conan Package Manager_is1 ReleaseDate: 2023-08-29 Installers: - Architecture: x86 InstallerUrl: https://github.com/conan-io/conan/releases/download/2.0.10/conan-win-64.exe InstallerSha256: 568CC72331E37EB73A2CDB6CF51C0E2436D840541C16CA6C9B33153BDCAB7492 + ProductCode: Conan Package Manager_is1 - Architecture: x64 InstallerUrl: https://github.com/conan-io/conan/releases/download/2.0.10/conan-win-64.exe InstallerSha256: 568CC72331E37EB73A2CDB6CF51C0E2436D840541C16CA6C9B33153BDCAB7492 + ProductCode: Conan Package Manager_is1 ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/2.0.10/JFrog.Conan.locale.en-US.yaml b/manifests/j/JFrog/Conan/2.0.10/JFrog.Conan.locale.en-US.yaml index b8197d771906b..767d4b8f00d67 100644 --- a/manifests/j/JFrog/Conan/2.0.10/JFrog.Conan.locale.en-US.yaml +++ b/manifests/j/JFrog/Conan/2.0.10/JFrog.Conan.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: JFrog.Conan PackageVersion: 2.0.10 @@ -8,6 +8,7 @@ Publisher: JFrog PublisherUrl: https://conan.io PublisherSupportUrl: https://github.com/conan-io/conan/issues PrivacyUrl: https://conan.io/privacy-policy.html +# Author: PackageName: Conan Package Manager PackageUrl: https://conan.io License: MIT @@ -15,6 +16,8 @@ LicenseUrl: https://raw.githubusercontent.com/conan-io/conan/develop/LICENSE.md Copyright: Copyright (c) JFrog LTD CopyrightUrl: https://raw.githubusercontent.com/conan-io/conan/develop/LICENSE.md ShortDescription: An open source, decentralized package manager, to automate building and sharing of packages +# Description: +# Moniker: Tags: - c - c++ @@ -94,5 +97,8 @@ ReleaseNotes: |- - Bugfix: Make generated powershell environment scripts relative when using deployers. (#14391) - Bugfix: fix profile [tool_requires] using revisions that were ignored. (#14337) ReleaseNotesUrl: https://github.com/conan-io/conan/releases/tag/2.0.10 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/2.0.10/JFrog.Conan.yaml b/manifests/j/JFrog/Conan/2.0.10/JFrog.Conan.yaml index 5a0e514ebcb58..71ea234d6db5a 100644 --- a/manifests/j/JFrog/Conan/2.0.10/JFrog.Conan.yaml +++ b/manifests/j/JFrog/Conan/2.0.10/JFrog.Conan.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: JFrog.Conan PackageVersion: 2.0.10 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/2.0.11/JFrog.Conan.installer.yaml b/manifests/j/JFrog/Conan/2.0.11/JFrog.Conan.installer.yaml index 37a0eddfc2f9e..2fb8a9bbdbe68 100644 --- a/manifests/j/JFrog/Conan/2.0.11/JFrog.Conan.installer.yaml +++ b/manifests/j/JFrog/Conan/2.0.11/JFrog.Conan.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: JFrog.Conan PackageVersion: 2.0.11 @@ -12,11 +12,11 @@ InstallModes: - silent - silentWithProgress UpgradeBehavior: install -ProductCode: Conan Package Manager_is1 ReleaseDate: 2023-09-18 Installers: - Architecture: x86 InstallerUrl: https://github.com/conan-io/conan/releases/download/2.0.11/conan-win-64.exe InstallerSha256: 3EE796C05B34D9776A30C2C6ADF043354F576474BF134EB7F4906537AB9567BF + ProductCode: Conan Package Manager_is1 ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/2.0.11/JFrog.Conan.locale.en-US.yaml b/manifests/j/JFrog/Conan/2.0.11/JFrog.Conan.locale.en-US.yaml index ae479da349218..6251907b5e1de 100644 --- a/manifests/j/JFrog/Conan/2.0.11/JFrog.Conan.locale.en-US.yaml +++ b/manifests/j/JFrog/Conan/2.0.11/JFrog.Conan.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: JFrog.Conan PackageVersion: 2.0.11 @@ -8,6 +8,7 @@ Publisher: JFrog PublisherUrl: https://conan.io PublisherSupportUrl: https://github.com/conan-io/conan/issues PrivacyUrl: https://conan.io/privacy-policy.html +# Author: PackageName: Conan Package Manager PackageUrl: https://conan.io License: MIT @@ -15,6 +16,8 @@ LicenseUrl: https://raw.githubusercontent.com/conan-io/conan/develop/LICENSE.md Copyright: Copyright (c) JFrog LTD CopyrightUrl: https://raw.githubusercontent.com/conan-io/conan/develop/LICENSE.md ShortDescription: An open source, decentralized package manager, to automate building and sharing of packages +# Description: +# Moniker: Tags: - c - c++ @@ -61,5 +64,8 @@ ReleaseNotes: |- - Bugfix: Fix unnecessarily decorating command stdout with escape sequences. (#14642) - Bugfix: tools.info.package_id:confs shouldn't affect header-only libraries. (#14622) ReleaseNotesUrl: https://github.com/conan-io/conan/releases/tag/2.0.11 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/2.0.11/JFrog.Conan.yaml b/manifests/j/JFrog/Conan/2.0.11/JFrog.Conan.yaml index c847998d0b94f..fa9929112ea88 100644 --- a/manifests/j/JFrog/Conan/2.0.11/JFrog.Conan.yaml +++ b/manifests/j/JFrog/Conan/2.0.11/JFrog.Conan.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: JFrog.Conan PackageVersion: 2.0.11 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/2.0.12/JFrog.Conan.installer.yaml b/manifests/j/JFrog/Conan/2.0.12/JFrog.Conan.installer.yaml index 07709042b8ba9..7c1a37e984791 100644 --- a/manifests/j/JFrog/Conan/2.0.12/JFrog.Conan.installer.yaml +++ b/manifests/j/JFrog/Conan/2.0.12/JFrog.Conan.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: JFrog.Conan PackageVersion: 2.0.12 @@ -12,11 +12,11 @@ InstallModes: - silent - silentWithProgress UpgradeBehavior: install -ProductCode: Conan Package Manager_is1 ReleaseDate: 2023-09-26 Installers: - Architecture: x86 InstallerUrl: https://github.com/conan-io/conan/releases/download/2.0.12/conan-win-64.exe InstallerSha256: 17BD340736FA9E1603216F1F64669F45B3282A3631412BEFD3F20DABD5791D89 + ProductCode: Conan Package Manager_is1 ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/2.0.12/JFrog.Conan.locale.en-US.yaml b/manifests/j/JFrog/Conan/2.0.12/JFrog.Conan.locale.en-US.yaml index e9318ef7dbfd3..4073b6b421d49 100644 --- a/manifests/j/JFrog/Conan/2.0.12/JFrog.Conan.locale.en-US.yaml +++ b/manifests/j/JFrog/Conan/2.0.12/JFrog.Conan.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: JFrog.Conan PackageVersion: 2.0.12 @@ -8,6 +8,7 @@ Publisher: JFrog PublisherUrl: https://conan.io PublisherSupportUrl: https://github.com/conan-io/conan/issues PrivacyUrl: https://conan.io/privacy-policy.html +# Author: PackageName: Conan Package Manager PackageUrl: https://conan.io License: MIT @@ -15,6 +16,8 @@ LicenseUrl: https://raw.githubusercontent.com/conan-io/conan/develop/LICENSE.md Copyright: Copyright (c) JFrog LTD CopyrightUrl: https://raw.githubusercontent.com/conan-io/conan/develop/LICENSE.md ShortDescription: An open source, decentralized package manager, to automate building and sharing of packages +# Description: +# Moniker: Tags: - c - c++ @@ -40,5 +43,8 @@ ReleaseNotes: |- - BugFix: Reuse session in ConanRequester to speed up requests. (#14795) - Bugfix: Fix relative paths of editable packages when they have components partially defining directories. (#14782) ReleaseNotesUrl: https://github.com/conan-io/conan/releases/tag/2.0.12 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/2.0.12/JFrog.Conan.yaml b/manifests/j/JFrog/Conan/2.0.12/JFrog.Conan.yaml index 9b3df3eb4b9c4..4ecb1954bc919 100644 --- a/manifests/j/JFrog/Conan/2.0.12/JFrog.Conan.yaml +++ b/manifests/j/JFrog/Conan/2.0.12/JFrog.Conan.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: JFrog.Conan PackageVersion: 2.0.12 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/2.0.13/JFrog.Conan.installer.yaml b/manifests/j/JFrog/Conan/2.0.13/JFrog.Conan.installer.yaml index 20d53c36e029f..1d8a2293d5730 100644 --- a/manifests/j/JFrog/Conan/2.0.13/JFrog.Conan.installer.yaml +++ b/manifests/j/JFrog/Conan/2.0.13/JFrog.Conan.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: JFrog.Conan PackageVersion: 2.0.13 @@ -12,11 +12,11 @@ InstallModes: - silent - silentWithProgress UpgradeBehavior: install -ProductCode: Conan Package Manager_is1 ReleaseDate: 2023-09-28 Installers: - Architecture: x86 InstallerUrl: https://github.com/conan-io/conan/releases/download/2.0.13/conan-win-64.exe InstallerSha256: 25847057D87014B973B5381669F5532D35B525F4E3EB507D2411148FB0185395 + ProductCode: Conan Package Manager_is1 ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/2.0.13/JFrog.Conan.locale.en-US.yaml b/manifests/j/JFrog/Conan/2.0.13/JFrog.Conan.locale.en-US.yaml index db9168e796d59..67ce64849bc25 100644 --- a/manifests/j/JFrog/Conan/2.0.13/JFrog.Conan.locale.en-US.yaml +++ b/manifests/j/JFrog/Conan/2.0.13/JFrog.Conan.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: JFrog.Conan PackageVersion: 2.0.13 @@ -8,6 +8,7 @@ Publisher: JFrog PublisherUrl: https://conan.io PublisherSupportUrl: https://github.com/conan-io/conan/issues PrivacyUrl: https://conan.io/privacy-policy.html +# Author: PackageName: Conan Package Manager PackageUrl: https://conan.io License: MIT @@ -15,6 +16,8 @@ LicenseUrl: https://raw.githubusercontent.com/conan-io/conan/develop/LICENSE.md Copyright: Copyright (c) JFrog LTD CopyrightUrl: https://raw.githubusercontent.com/conan-io/conan/develop/LICENSE.md ShortDescription: An open source, decentralized package manager, to automate building and sharing of packages +# Description: +# Moniker: Tags: - c - c++ @@ -25,5 +28,8 @@ Tags: - package-manager ReleaseNotes: '- Bugfix: Fix wrong cppstd detection for newer apple-clang versions introduced in 2.0.11. (#14837)' ReleaseNotesUrl: https://github.com/conan-io/conan/releases/tag/2.0.13 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/2.0.13/JFrog.Conan.yaml b/manifests/j/JFrog/Conan/2.0.13/JFrog.Conan.yaml index 7d3ce6c5d3d01..3ba3ed39b855e 100644 --- a/manifests/j/JFrog/Conan/2.0.13/JFrog.Conan.yaml +++ b/manifests/j/JFrog/Conan/2.0.13/JFrog.Conan.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: JFrog.Conan PackageVersion: 2.0.13 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/2.0.14/JFrog.Conan.installer.yaml b/manifests/j/JFrog/Conan/2.0.14/JFrog.Conan.installer.yaml index 7dd04aebcc780..b7cb230e7a7ae 100644 --- a/manifests/j/JFrog/Conan/2.0.14/JFrog.Conan.installer.yaml +++ b/manifests/j/JFrog/Conan/2.0.14/JFrog.Conan.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: JFrog.Conan PackageVersion: 2.0.14 @@ -12,11 +12,11 @@ InstallModes: - silent - silentWithProgress UpgradeBehavior: install -ProductCode: Conan Package Manager_is1 ReleaseDate: 2023-11-14 Installers: - Architecture: x86 InstallerUrl: https://github.com/conan-io/conan/releases/download/2.0.14/conan-win-64.exe InstallerSha256: 6CF86AB93FCFAB16774DADAE902EE7ECF91EEC27E83B6A603AEC84CB3467C51A + ProductCode: Conan Package Manager_is1 ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/2.0.14/JFrog.Conan.locale.en-US.yaml b/manifests/j/JFrog/Conan/2.0.14/JFrog.Conan.locale.en-US.yaml index 52e9b449d85da..fe73377548d8f 100644 --- a/manifests/j/JFrog/Conan/2.0.14/JFrog.Conan.locale.en-US.yaml +++ b/manifests/j/JFrog/Conan/2.0.14/JFrog.Conan.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: JFrog.Conan PackageVersion: 2.0.14 @@ -8,6 +8,7 @@ Publisher: JFrog PublisherUrl: https://conan.io PublisherSupportUrl: https://github.com/conan-io/conan/issues PrivacyUrl: https://conan.io/privacy-policy.html +# Author: PackageName: Conan Package Manager PackageUrl: https://conan.io License: MIT @@ -15,6 +16,8 @@ LicenseUrl: https://raw.githubusercontent.com/conan-io/conan/develop/LICENSE.md Copyright: Copyright (c) JFrog LTD CopyrightUrl: https://raw.githubusercontent.com/conan-io/conan/develop/LICENSE.md ShortDescription: An open source, decentralized package manager, to automate building and sharing of packages +# Description: +# Moniker: Tags: - c - c++ @@ -77,5 +80,8 @@ ReleaseNotes: |- - BugFix: Fix version ranges so pre-releases are correctly included in the lower bound and excluded in the upper bound. (#14814). Docs: 📃 ReleaseNotesUrl: https://github.com/conan-io/conan/releases/tag/2.0.14 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/2.0.14/JFrog.Conan.yaml b/manifests/j/JFrog/Conan/2.0.14/JFrog.Conan.yaml index 8a978655020f9..a235bdff425e5 100644 --- a/manifests/j/JFrog/Conan/2.0.14/JFrog.Conan.yaml +++ b/manifests/j/JFrog/Conan/2.0.14/JFrog.Conan.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: JFrog.Conan PackageVersion: 2.0.14 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/2.0.2/JFrog.Conan.installer.yaml b/manifests/j/JFrog/Conan/2.0.2/JFrog.Conan.installer.yaml index a3cc4954dd659..4f45016ab5032 100644 --- a/manifests/j/JFrog/Conan/2.0.2/JFrog.Conan.installer.yaml +++ b/manifests/j/JFrog/Conan/2.0.2/JFrog.Conan.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: JFrog.Conan PackageVersion: 2.0.2 @@ -24,4 +24,4 @@ Installers: InstallerSha256: 968F152120596DACF485721BFC54B9B79751B2BD21CE5C8FA636982057AC757F ProductCode: Conan Package Manager_is1 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/2.0.2/JFrog.Conan.locale.en-US.yaml b/manifests/j/JFrog/Conan/2.0.2/JFrog.Conan.locale.en-US.yaml index 75029e4c4f809..fc27042e8eb68 100644 --- a/manifests/j/JFrog/Conan/2.0.2/JFrog.Conan.locale.en-US.yaml +++ b/manifests/j/JFrog/Conan/2.0.2/JFrog.Conan.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: JFrog.Conan PackageVersion: 2.0.2 @@ -26,11 +26,10 @@ Tags: - multi-platform - open-source - package-manager -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://github.com/conan-io/conan/releases/tag/2.0.2 # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/2.0.2/JFrog.Conan.yaml b/manifests/j/JFrog/Conan/2.0.2/JFrog.Conan.yaml index 1523c11dceac8..afb6c270691b5 100644 --- a/manifests/j/JFrog/Conan/2.0.2/JFrog.Conan.yaml +++ b/manifests/j/JFrog/Conan/2.0.2/JFrog.Conan.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: JFrog.Conan PackageVersion: 2.0.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/2.0.3/JFrog.Conan.installer.yaml b/manifests/j/JFrog/Conan/2.0.3/JFrog.Conan.installer.yaml index f081b29ab8b25..a32d1672ca935 100644 --- a/manifests/j/JFrog/Conan/2.0.3/JFrog.Conan.installer.yaml +++ b/manifests/j/JFrog/Conan/2.0.3/JFrog.Conan.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: JFrog.Conan PackageVersion: 2.0.3 @@ -24,4 +24,4 @@ Installers: InstallerSha256: 93D47CEA5D71617B37B418DE3773385E86DA53598A01F97D6CC8F3ABE8CC4E62 ProductCode: Conan Package Manager_is1 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/2.0.3/JFrog.Conan.locale.en-US.yaml b/manifests/j/JFrog/Conan/2.0.3/JFrog.Conan.locale.en-US.yaml index ec90144e60fd7..603e1ae97ecff 100644 --- a/manifests/j/JFrog/Conan/2.0.3/JFrog.Conan.locale.en-US.yaml +++ b/manifests/j/JFrog/Conan/2.0.3/JFrog.Conan.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: JFrog.Conan PackageVersion: 2.0.3 @@ -26,11 +26,10 @@ Tags: - multi-platform - open-source - package-manager -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://github.com/conan-io/conan/releases/tag/2.0.3 # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/2.0.3/JFrog.Conan.yaml b/manifests/j/JFrog/Conan/2.0.3/JFrog.Conan.yaml index dfd50fd7896cc..81d73f7d2afaf 100644 --- a/manifests/j/JFrog/Conan/2.0.3/JFrog.Conan.yaml +++ b/manifests/j/JFrog/Conan/2.0.3/JFrog.Conan.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: JFrog.Conan PackageVersion: 2.0.3 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/2.0.4/JFrog.Conan.installer.yaml b/manifests/j/JFrog/Conan/2.0.4/JFrog.Conan.installer.yaml index 6f97f0b52375a..8014cb61838b1 100644 --- a/manifests/j/JFrog/Conan/2.0.4/JFrog.Conan.installer.yaml +++ b/manifests/j/JFrog/Conan/2.0.4/JFrog.Conan.installer.yaml @@ -1,11 +1,12 @@ -# 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: JFrog.Conan PackageVersion: 2.0.4 Platform: - Windows.Desktop MinimumOSVersion: 10.0.0.0 +InstallerType: inno Scope: machine InstallModes: - interactive @@ -14,14 +15,12 @@ InstallModes: UpgradeBehavior: install Installers: - Architecture: x86 - InstallerType: inno InstallerUrl: https://github.com/conan-io/conan/releases/download/2.0.4/conan-win-32.exe InstallerSha256: EE28B4DE100F67641B4940E88E70AFC234A9A749BE33DED210E0E0374A2CD826 ProductCode: Conan Package Manager_is1 - Architecture: x64 - InstallerType: inno InstallerUrl: https://github.com/conan-io/conan/releases/download/2.0.4/conan-win-64.exe InstallerSha256: 5CAE2A0EBBB5234DF9A180AC4450A77B703EE15BC383E58A6328E5FA2112EF5A ProductCode: Conan Package Manager_is1 ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/2.0.4/JFrog.Conan.locale.en-US.yaml b/manifests/j/JFrog/Conan/2.0.4/JFrog.Conan.locale.en-US.yaml index fd58930fc1239..4b9d48367e194 100644 --- a/manifests/j/JFrog/Conan/2.0.4/JFrog.Conan.locale.en-US.yaml +++ b/manifests/j/JFrog/Conan/2.0.4/JFrog.Conan.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: JFrog.Conan PackageVersion: 2.0.4 @@ -8,6 +8,7 @@ Publisher: JFrog PublisherUrl: https://conan.io PublisherSupportUrl: https://github.com/conan-io/conan/issues PrivacyUrl: https://conan.io/privacy-policy.html +# Author: PackageName: Conan Package Manager PackageUrl: https://conan.io License: MIT @@ -15,6 +16,8 @@ LicenseUrl: https://raw.githubusercontent.com/conan-io/conan/develop/LICENSE.md Copyright: Copyright (c) JFrog LTD CopyrightUrl: https://raw.githubusercontent.com/conan-io/conan/develop/LICENSE.md ShortDescription: An open source, decentralized package manager, to automate building and sharing of packages +# Description: +# Moniker: Tags: - c - c++ @@ -23,5 +26,10 @@ Tags: - multi-platform - open-source - package-manager +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/2.0.4/JFrog.Conan.yaml b/manifests/j/JFrog/Conan/2.0.4/JFrog.Conan.yaml index 4603b55e80f43..aca9c8008f92c 100644 --- a/manifests/j/JFrog/Conan/2.0.4/JFrog.Conan.yaml +++ b/manifests/j/JFrog/Conan/2.0.4/JFrog.Conan.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: JFrog.Conan PackageVersion: 2.0.4 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/2.0.5/JFrog.Conan.installer.yaml b/manifests/j/JFrog/Conan/2.0.5/JFrog.Conan.installer.yaml index 19f28ab23a3c8..a8ceb40958582 100644 --- a/manifests/j/JFrog/Conan/2.0.5/JFrog.Conan.installer.yaml +++ b/manifests/j/JFrog/Conan/2.0.5/JFrog.Conan.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: JFrog.Conan PackageVersion: 2.0.5 @@ -23,4 +23,4 @@ Installers: InstallerSha256: 8063B3EB51EF523CB1DCEC812AD79D5E1DC0F5AB57C20D648A1FD0B08F88E2CD ProductCode: Conan Package Manager_is1 ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/2.0.5/JFrog.Conan.locale.en-US.yaml b/manifests/j/JFrog/Conan/2.0.5/JFrog.Conan.locale.en-US.yaml index 187e8edb9536e..968da15c0a1f9 100644 --- a/manifests/j/JFrog/Conan/2.0.5/JFrog.Conan.locale.en-US.yaml +++ b/manifests/j/JFrog/Conan/2.0.5/JFrog.Conan.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: JFrog.Conan PackageVersion: 2.0.5 @@ -8,6 +8,7 @@ Publisher: JFrog PublisherUrl: https://conan.io PublisherSupportUrl: https://github.com/conan-io/conan/issues PrivacyUrl: https://conan.io/privacy-policy.html +# Author: PackageName: Conan Package Manager PackageUrl: https://conan.io License: MIT @@ -15,6 +16,8 @@ LicenseUrl: https://raw.githubusercontent.com/conan-io/conan/develop/LICENSE.md Copyright: Copyright (c) JFrog LTD CopyrightUrl: https://raw.githubusercontent.com/conan-io/conan/develop/LICENSE.md ShortDescription: An open source, decentralized package manager, to automate building and sharing of packages +# Description: +# Moniker: Tags: - c - c++ @@ -23,6 +26,10 @@ Tags: - multi-platform - open-source - package-manager +# ReleaseNotes: ReleaseNotesUrl: https://github.com/conan-io/conan/releases/tag/2.0.5 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/2.0.5/JFrog.Conan.yaml b/manifests/j/JFrog/Conan/2.0.5/JFrog.Conan.yaml index 96d81993e761e..c242b24ba02cf 100644 --- a/manifests/j/JFrog/Conan/2.0.5/JFrog.Conan.yaml +++ b/manifests/j/JFrog/Conan/2.0.5/JFrog.Conan.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: JFrog.Conan PackageVersion: 2.0.5 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/2.0.6/JFrog.Conan.installer.yaml b/manifests/j/JFrog/Conan/2.0.6/JFrog.Conan.installer.yaml index 2a9e882bcf769..1797ee1992cfd 100644 --- a/manifests/j/JFrog/Conan/2.0.6/JFrog.Conan.installer.yaml +++ b/manifests/j/JFrog/Conan/2.0.6/JFrog.Conan.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: JFrog.Conan PackageVersion: 2.0.6 @@ -23,4 +23,4 @@ Installers: InstallerSha256: 6127BE99A415FA28B4D0D8E8B2D718FF0152F40B074146EC4227C7515BD5CAF5 ProductCode: Conan Package Manager_is1 ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/2.0.6/JFrog.Conan.locale.en-US.yaml b/manifests/j/JFrog/Conan/2.0.6/JFrog.Conan.locale.en-US.yaml index 526c8a6de32a3..0ed2ea4b95377 100644 --- a/manifests/j/JFrog/Conan/2.0.6/JFrog.Conan.locale.en-US.yaml +++ b/manifests/j/JFrog/Conan/2.0.6/JFrog.Conan.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: JFrog.Conan PackageVersion: 2.0.6 @@ -8,6 +8,7 @@ Publisher: JFrog PublisherUrl: https://conan.io PublisherSupportUrl: https://github.com/conan-io/conan/issues PrivacyUrl: https://conan.io/privacy-policy.html +# Author: PackageName: Conan Package Manager PackageUrl: https://conan.io License: MIT @@ -15,6 +16,8 @@ LicenseUrl: https://raw.githubusercontent.com/conan-io/conan/develop/LICENSE.md Copyright: Copyright (c) JFrog LTD CopyrightUrl: https://raw.githubusercontent.com/conan-io/conan/develop/LICENSE.md ShortDescription: An open source, decentralized package manager, to automate building and sharing of packages +# Description: +# Moniker: Tags: - c - c++ @@ -50,5 +53,8 @@ ReleaseNotes: |- - Bugfix: Fix regression from 2.0.5 #13898, in which overrides of packages and components specification was failing (#13923) ReleaseNotesUrl: https://github.com/conan-io/conan/releases/tag/2.0.6 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/2.0.6/JFrog.Conan.yaml b/manifests/j/JFrog/Conan/2.0.6/JFrog.Conan.yaml index c3aeec0bc4802..8292bf475450a 100644 --- a/manifests/j/JFrog/Conan/2.0.6/JFrog.Conan.yaml +++ b/manifests/j/JFrog/Conan/2.0.6/JFrog.Conan.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: JFrog.Conan PackageVersion: 2.0.6 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/2.10.0/JFrog.Conan.installer.yaml b/manifests/j/JFrog/Conan/2.10.0/JFrog.Conan.installer.yaml index 432b9ef1dcbd2..3e5ab2dccdf36 100644 --- a/manifests/j/JFrog/Conan/2.10.0/JFrog.Conan.installer.yaml +++ b/manifests/j/JFrog/Conan/2.10.0/JFrog.Conan.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: JFrog.Conan PackageVersion: 2.10.0 @@ -13,7 +13,6 @@ InstallModes: - silent - silentWithProgress UpgradeBehavior: install -ProductCode: Conan Package Manager_is1 ReleaseDate: 2024-12-03 AppsAndFeaturesEntries: - ProductCode: Conan Package Manager_is1 @@ -22,8 +21,10 @@ Installers: - Architecture: x86 InstallerUrl: https://github.com/conan-io/conan/releases/download/2.10.0/conan-2.10.0-windows-i686-installer.exe InstallerSha256: A35B45B5B42E4FE35DE9297E25E8FEC896DEEF738D44ABA7FC1B04BC239E2DB6 + ProductCode: Conan Package Manager_is1 - Architecture: x64 InstallerUrl: https://github.com/conan-io/conan/releases/download/2.10.0/conan-2.10.0-windows-x86_64-installer.exe InstallerSha256: 2A695A692631A119D7CAE659DC41BDF1313FF790BB52EB32051C9D6DB4DD0019 + ProductCode: Conan Package Manager_is1 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/2.10.0/JFrog.Conan.locale.en-US.yaml b/manifests/j/JFrog/Conan/2.10.0/JFrog.Conan.locale.en-US.yaml index f4e86ec80ed43..b5d16eeffa8f0 100644 --- a/manifests/j/JFrog/Conan/2.10.0/JFrog.Conan.locale.en-US.yaml +++ b/manifests/j/JFrog/Conan/2.10.0/JFrog.Conan.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: JFrog.Conan PackageVersion: 2.10.0 @@ -8,6 +8,7 @@ Publisher: JFrog PublisherUrl: https://conan.io/ PublisherSupportUrl: https://github.com/conan-io/conan/issues PrivacyUrl: https://conan.io/privacy-policy.html +# Author: PackageName: Conan Package Manager PackageUrl: https://conan.io/ License: MIT @@ -15,6 +16,8 @@ LicenseUrl: https://github.com/conan-io/conan/blob/HEAD/LICENSE.md Copyright: Copyright (c) JFrog LTD CopyrightUrl: https://raw.githubusercontent.com/conan-io/conan/develop/LICENSE.md ShortDescription: An open source, decentralized package manager, to automate building and sharing of packages +# Description: +# Moniker: Tags: - c - c++ @@ -55,5 +58,8 @@ ReleaseNotes: |- - Bugfix: Solve bug in CMake not using the correct value from tools.microsoft.msbuild:max_cpu_count. ( - Bugfix: Fix cpp_info properties overwriting instead of merging for properties with list values. Necessary for cmake_build_modules to work in editable mode. ( ReleaseNotesUrl: https://github.com/conan-io/conan/releases/tag/2.10.0 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/2.10.0/JFrog.Conan.yaml b/manifests/j/JFrog/Conan/2.10.0/JFrog.Conan.yaml index f85145ecb188e..73f445ce0e9e3 100644 --- a/manifests/j/JFrog/Conan/2.10.0/JFrog.Conan.yaml +++ b/manifests/j/JFrog/Conan/2.10.0/JFrog.Conan.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: JFrog.Conan PackageVersion: 2.10.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/2.10.1/JFrog.Conan.installer.yaml b/manifests/j/JFrog/Conan/2.10.1/JFrog.Conan.installer.yaml index 58110ef7bcf23..b1e69e32d7d02 100644 --- a/manifests/j/JFrog/Conan/2.10.1/JFrog.Conan.installer.yaml +++ b/manifests/j/JFrog/Conan/2.10.1/JFrog.Conan.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: JFrog.Conan PackageVersion: 2.10.1 @@ -13,7 +13,6 @@ InstallModes: - silent - silentWithProgress UpgradeBehavior: install -ProductCode: Conan Package Manager_is1 ReleaseDate: 2024-12-04 AppsAndFeaturesEntries: - ProductCode: Conan Package Manager_is1 @@ -22,8 +21,10 @@ Installers: - Architecture: x86 InstallerUrl: https://github.com/conan-io/conan/releases/download/2.10.1/conan-2.10.1-windows-i686-installer.exe InstallerSha256: 1F6AB64A0DD0754D410848BA7EF71F4737BCD23ADACDDC7F3A22D6947BD7D406 + ProductCode: Conan Package Manager_is1 - Architecture: x64 InstallerUrl: https://github.com/conan-io/conan/releases/download/2.10.1/conan-2.10.1-windows-x86_64-installer.exe InstallerSha256: 543601AA6310908CB2D1723B6AC55A5FA7308BF36FB248697894EB930432E3C2 + ProductCode: Conan Package Manager_is1 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/2.10.1/JFrog.Conan.locale.en-US.yaml b/manifests/j/JFrog/Conan/2.10.1/JFrog.Conan.locale.en-US.yaml index 73f85b217c768..07d99078774ff 100644 --- a/manifests/j/JFrog/Conan/2.10.1/JFrog.Conan.locale.en-US.yaml +++ b/manifests/j/JFrog/Conan/2.10.1/JFrog.Conan.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: JFrog.Conan PackageVersion: 2.10.1 @@ -8,6 +8,7 @@ Publisher: JFrog PublisherUrl: https://conan.io/ PublisherSupportUrl: https://github.com/conan-io/conan/issues PrivacyUrl: https://conan.io/privacy-policy.html +# Author: PackageName: Conan Package Manager PackageUrl: https://conan.io/ License: MIT @@ -15,6 +16,8 @@ LicenseUrl: https://github.com/conan-io/conan/blob/HEAD/LICENSE.md Copyright: Copyright (c) JFrog LTD CopyrightUrl: https://raw.githubusercontent.com/conan-io/conan/develop/LICENSE.md ShortDescription: An open source, decentralized package manager, to automate building and sharing of packages +# Description: +# Moniker: Tags: - c - c++ @@ -25,5 +28,8 @@ Tags: - package-manager ReleaseNotes: '- Bugfix: Fix [replace_requires] for replacements of same reference name. (' ReleaseNotesUrl: https://github.com/conan-io/conan/releases/tag/2.10.1 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/2.10.1/JFrog.Conan.yaml b/manifests/j/JFrog/Conan/2.10.1/JFrog.Conan.yaml index dd81a2dc1c674..4cd72583d5dff 100644 --- a/manifests/j/JFrog/Conan/2.10.1/JFrog.Conan.yaml +++ b/manifests/j/JFrog/Conan/2.10.1/JFrog.Conan.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: JFrog.Conan PackageVersion: 2.10.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/2.10.2/JFrog.Conan.installer.yaml b/manifests/j/JFrog/Conan/2.10.2/JFrog.Conan.installer.yaml index ac9bdbabb1d2d..d44fbff8a1504 100644 --- a/manifests/j/JFrog/Conan/2.10.2/JFrog.Conan.installer.yaml +++ b/manifests/j/JFrog/Conan/2.10.2/JFrog.Conan.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: JFrog.Conan PackageVersion: 2.10.2 @@ -13,7 +13,6 @@ InstallModes: - silent - silentWithProgress UpgradeBehavior: install -ProductCode: Conan Package Manager_is1 ReleaseDate: 2024-12-10 AppsAndFeaturesEntries: - ProductCode: Conan Package Manager_is1 @@ -22,8 +21,10 @@ Installers: - Architecture: x86 InstallerUrl: https://github.com/conan-io/conan/releases/download/2.10.2/conan-2.10.2-windows-i686-installer.exe InstallerSha256: 4FD21CB819551AEFD69FC8A4132EFFF0A12D4A602582E37C09DF387EE0EDD847 + ProductCode: Conan Package Manager_is1 - Architecture: x64 InstallerUrl: https://github.com/conan-io/conan/releases/download/2.10.2/conan-2.10.2-windows-x86_64-installer.exe InstallerSha256: D63473BF84BF383E247BD6E69F6B63B654B2C4D9ADB77D08FF2176CDC0525F5A + ProductCode: Conan Package Manager_is1 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/2.10.2/JFrog.Conan.locale.en-US.yaml b/manifests/j/JFrog/Conan/2.10.2/JFrog.Conan.locale.en-US.yaml index 139a080c9531f..f8fa7180d9df1 100644 --- a/manifests/j/JFrog/Conan/2.10.2/JFrog.Conan.locale.en-US.yaml +++ b/manifests/j/JFrog/Conan/2.10.2/JFrog.Conan.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: JFrog.Conan PackageVersion: 2.10.2 @@ -8,6 +8,7 @@ Publisher: JFrog PublisherUrl: https://conan.io/ PublisherSupportUrl: https://github.com/conan-io/conan/issues PrivacyUrl: https://conan.io/privacy-policy.html +# Author: PackageName: Conan Package Manager PackageUrl: https://conan.io/ License: MIT @@ -15,6 +16,8 @@ LicenseUrl: https://github.com/conan-io/conan/blob/HEAD/LICENSE.md Copyright: Copyright (c) JFrog LTD CopyrightUrl: https://raw.githubusercontent.com/conan-io/conan/develop/LICENSE.md ShortDescription: An open source, decentralized package manager, to automate building and sharing of packages +# Description: +# Moniker: Tags: - c - c++ @@ -25,5 +28,8 @@ Tags: - package-manager ReleaseNotes: '- Fix: Solve performance issue in large graphs computing the "skip" binaries. (' ReleaseNotesUrl: https://github.com/conan-io/conan/releases/tag/2.10.2 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/2.10.2/JFrog.Conan.yaml b/manifests/j/JFrog/Conan/2.10.2/JFrog.Conan.yaml index 6ca494ec28023..2f9b232cf5c0b 100644 --- a/manifests/j/JFrog/Conan/2.10.2/JFrog.Conan.yaml +++ b/manifests/j/JFrog/Conan/2.10.2/JFrog.Conan.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: JFrog.Conan PackageVersion: 2.10.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/2.2.0/JFrog.Conan.installer.yaml b/manifests/j/JFrog/Conan/2.2.0/JFrog.Conan.installer.yaml index e258803d2e60d..afc6c0bf54bde 100644 --- a/manifests/j/JFrog/Conan/2.2.0/JFrog.Conan.installer.yaml +++ b/manifests/j/JFrog/Conan/2.2.0/JFrog.Conan.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: JFrog.Conan PackageVersion: 2.2.0 @@ -12,14 +12,15 @@ InstallModes: - silent - silentWithProgress UpgradeBehavior: install -ProductCode: Conan Package Manager_is1 ReleaseDate: 2024-03-20 Installers: - Architecture: x64 InstallerUrl: https://github.com/conan-io/conan/releases/download/2.2.0/conan-2.2.0-windows-x86_64-installer.exe InstallerSha256: 88EAD03E699A44860246983A2518BD473CF93CFC966253035D5CDF12A4E49948 + ProductCode: Conan Package Manager_is1 - Architecture: x86 InstallerUrl: https://github.com/conan-io/conan/releases/download/2.2.0/conan-2.2.0-windows-i686-installer.exe InstallerSha256: 61E00F22E5829FFDDE93270DCEAF9260B27BED46575ACCDE317D38270CA41587 + ProductCode: Conan Package Manager_is1 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/2.2.0/JFrog.Conan.locale.en-US.yaml b/manifests/j/JFrog/Conan/2.2.0/JFrog.Conan.locale.en-US.yaml index fb3a307634341..87386ab5cd118 100644 --- a/manifests/j/JFrog/Conan/2.2.0/JFrog.Conan.locale.en-US.yaml +++ b/manifests/j/JFrog/Conan/2.2.0/JFrog.Conan.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: JFrog.Conan PackageVersion: 2.2.0 @@ -8,6 +8,7 @@ Publisher: JFrog PublisherUrl: https://conan.io/ PublisherSupportUrl: https://github.com/conan-io/conan/issues PrivacyUrl: https://conan.io/privacy-policy.html +# Author: PackageName: Conan Package Manager PackageUrl: https://conan.io/ License: MIT @@ -15,6 +16,8 @@ LicenseUrl: https://github.com/conan-io/conan/blob/HEAD/LICENSE.md Copyright: Copyright (c) JFrog LTD CopyrightUrl: https://raw.githubusercontent.com/conan-io/conan/develop/LICENSE.md ShortDescription: An open source, decentralized package manager, to automate building and sharing of packages +# Description: +# Moniker: Tags: - c - c++ @@ -77,5 +80,8 @@ ReleaseNotes: |- - Bugfix: Solve broken profile [conf] when strings contains Windows backslash. ( - Bugfix: Fix version precendence for metadata version ranges. ( ReleaseNotesUrl: https://github.com/conan-io/conan/releases/tag/2.2.0 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/2.2.0/JFrog.Conan.yaml b/manifests/j/JFrog/Conan/2.2.0/JFrog.Conan.yaml index 1ae47480094c1..352ef361f3eac 100644 --- a/manifests/j/JFrog/Conan/2.2.0/JFrog.Conan.yaml +++ b/manifests/j/JFrog/Conan/2.2.0/JFrog.Conan.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: JFrog.Conan PackageVersion: 2.2.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/2.6.0/JFrog.Conan.installer.yaml b/manifests/j/JFrog/Conan/2.6.0/JFrog.Conan.installer.yaml index 940f647bc9ec3..3f81966649935 100644 --- a/manifests/j/JFrog/Conan/2.6.0/JFrog.Conan.installer.yaml +++ b/manifests/j/JFrog/Conan/2.6.0/JFrog.Conan.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: JFrog.Conan PackageVersion: 2.6.0 @@ -12,14 +12,15 @@ InstallModes: - silent - silentWithProgress UpgradeBehavior: install -ProductCode: Conan Package Manager_is1 ReleaseDate: 2024-08-01 Installers: - Architecture: x86 InstallerUrl: https://github.com/conan-io/conan/releases/download/2.6.0/conan-2.6.0-windows-i686-installer.exe InstallerSha256: 0107E103EDF1C419E75CE23577B559DB80E68729DED821FDD04C29AB45C66FAB + ProductCode: Conan Package Manager_is1 - Architecture: x64 InstallerUrl: https://github.com/conan-io/conan/releases/download/2.6.0/conan-2.6.0-windows-x86_64-installer.exe InstallerSha256: 6B3DE4195BFDD053B5336C8FEB0DC0AF1B89227C55B6C47EA4C39EBED2DA4BFE + ProductCode: Conan Package Manager_is1 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/2.6.0/JFrog.Conan.locale.en-US.yaml b/manifests/j/JFrog/Conan/2.6.0/JFrog.Conan.locale.en-US.yaml index 6fb46c7bfed68..bc6cba7f30a11 100644 --- a/manifests/j/JFrog/Conan/2.6.0/JFrog.Conan.locale.en-US.yaml +++ b/manifests/j/JFrog/Conan/2.6.0/JFrog.Conan.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: JFrog.Conan PackageVersion: 2.6.0 @@ -8,6 +8,7 @@ Publisher: JFrog PublisherUrl: https://conan.io/ PublisherSupportUrl: https://github.com/conan-io/conan/issues PrivacyUrl: https://conan.io/privacy-policy.html +# Author: PackageName: Conan Package Manager PackageUrl: https://conan.io/ License: MIT @@ -15,6 +16,8 @@ LicenseUrl: https://github.com/conan-io/conan/blob/HEAD/LICENSE.md Copyright: Copyright (c) JFrog LTD CopyrightUrl: https://raw.githubusercontent.com/conan-io/conan/develop/LICENSE.md ShortDescription: An open source, decentralized package manager, to automate building and sharing of packages +# Description: +# Moniker: Tags: - c - c++ @@ -45,5 +48,8 @@ ReleaseNotes: |- - Bugfix: Fix handling of tools.build:defines for Ninja Multi-Config CMake. ( - Bugfix: Make conan graph a real "install" dry-run. Return same errors and give same messages ( ReleaseNotesUrl: https://github.com/conan-io/conan/releases/tag/2.6.0 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/2.6.0/JFrog.Conan.yaml b/manifests/j/JFrog/Conan/2.6.0/JFrog.Conan.yaml index 6e0f8981b84e0..6ebf10334a302 100644 --- a/manifests/j/JFrog/Conan/2.6.0/JFrog.Conan.yaml +++ b/manifests/j/JFrog/Conan/2.6.0/JFrog.Conan.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: JFrog.Conan PackageVersion: 2.6.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/2.7.0/JFrog.Conan.installer.yaml b/manifests/j/JFrog/Conan/2.7.0/JFrog.Conan.installer.yaml index 464bcb553d328..cb9728b6446da 100644 --- a/manifests/j/JFrog/Conan/2.7.0/JFrog.Conan.installer.yaml +++ b/manifests/j/JFrog/Conan/2.7.0/JFrog.Conan.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: JFrog.Conan PackageVersion: 2.7.0 @@ -12,14 +12,15 @@ InstallModes: - silent - silentWithProgress UpgradeBehavior: install -ProductCode: Conan Package Manager_is1 ReleaseDate: 2024-08-28 Installers: - Architecture: x86 InstallerUrl: https://github.com/conan-io/conan/releases/download/2.7.0/conan-2.7.0-windows-i686-installer.exe InstallerSha256: DBD00A94B4BD7045C3F2E6F9A25ECDEE99A75F591A00AF0237D9CE1D7032B5E8 + ProductCode: Conan Package Manager_is1 - Architecture: x64 InstallerUrl: https://github.com/conan-io/conan/releases/download/2.7.0/conan-2.7.0-windows-x86_64-installer.exe InstallerSha256: 13EFAC2757E0E9B401E3DB69241842EBEE7CA35032D2645E3A8BF8BB3BA9DD25 + ProductCode: Conan Package Manager_is1 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/2.7.0/JFrog.Conan.locale.en-US.yaml b/manifests/j/JFrog/Conan/2.7.0/JFrog.Conan.locale.en-US.yaml index 9f9d47a578fdf..69a57b9606cf5 100644 --- a/manifests/j/JFrog/Conan/2.7.0/JFrog.Conan.locale.en-US.yaml +++ b/manifests/j/JFrog/Conan/2.7.0/JFrog.Conan.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: JFrog.Conan PackageVersion: 2.7.0 @@ -8,6 +8,7 @@ Publisher: JFrog PublisherUrl: https://conan.io/ PublisherSupportUrl: https://github.com/conan-io/conan/issues PrivacyUrl: https://conan.io/privacy-policy.html +# Author: PackageName: Conan Package Manager PackageUrl: https://conan.io/ License: MIT @@ -15,6 +16,8 @@ LicenseUrl: https://github.com/conan-io/conan/blob/HEAD/LICENSE.md Copyright: Copyright (c) JFrog LTD CopyrightUrl: https://raw.githubusercontent.com/conan-io/conan/develop/LICENSE.md ShortDescription: An open source, decentralized package manager, to automate building and sharing of packages +# Description: +# Moniker: Tags: - c - c++ @@ -44,5 +47,8 @@ ReleaseNotes: |- - Bugfix: When using Visual Studio's llvm-clang, set the correct Platform Toolset in MSBuildToolchain. (#16844) - Bugfix: Fix export_sources for non-existent recipes in a local recipes index. (#16776) ReleaseNotesUrl: https://github.com/conan-io/conan/releases/tag/2.7.0 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/2.7.0/JFrog.Conan.yaml b/manifests/j/JFrog/Conan/2.7.0/JFrog.Conan.yaml index 12ccdbb80f1ad..b8a5ef8791af3 100644 --- a/manifests/j/JFrog/Conan/2.7.0/JFrog.Conan.yaml +++ b/manifests/j/JFrog/Conan/2.7.0/JFrog.Conan.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: JFrog.Conan PackageVersion: 2.7.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/2.7.1/JFrog.Conan.installer.yaml b/manifests/j/JFrog/Conan/2.7.1/JFrog.Conan.installer.yaml index 1558d6eb163e9..88d22942c0c48 100644 --- a/manifests/j/JFrog/Conan/2.7.1/JFrog.Conan.installer.yaml +++ b/manifests/j/JFrog/Conan/2.7.1/JFrog.Conan.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: JFrog.Conan PackageVersion: 2.7.1 @@ -12,14 +12,15 @@ InstallModes: - silent - silentWithProgress UpgradeBehavior: install -ProductCode: Conan Package Manager_is1 ReleaseDate: 2024-09-11 Installers: - Architecture: x86 InstallerUrl: https://github.com/conan-io/conan/releases/download/2.7.1/conan-2.7.1-windows-i686-installer.exe InstallerSha256: 2B3E0BC3843993C654C2981A254C4DA6F7A0588E36E0D74E17DEFFCD90B84A47 + ProductCode: Conan Package Manager_is1 - Architecture: x64 InstallerUrl: https://github.com/conan-io/conan/releases/download/2.7.1/conan-2.7.1-windows-x86_64-installer.exe InstallerSha256: 86E1F32C4BEB78BCC4F839F94D5F84D00679F32D1EB343E6A81ED836B41349F1 + ProductCode: Conan Package Manager_is1 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/2.7.1/JFrog.Conan.locale.en-US.yaml b/manifests/j/JFrog/Conan/2.7.1/JFrog.Conan.locale.en-US.yaml index 3b71c4eccd1d0..3131a7e8d440a 100644 --- a/manifests/j/JFrog/Conan/2.7.1/JFrog.Conan.locale.en-US.yaml +++ b/manifests/j/JFrog/Conan/2.7.1/JFrog.Conan.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: JFrog.Conan PackageVersion: 2.7.1 @@ -8,6 +8,7 @@ Publisher: JFrog PublisherUrl: https://conan.io/ PublisherSupportUrl: https://github.com/conan-io/conan/issues PrivacyUrl: https://conan.io/privacy-policy.html +# Author: PackageName: Conan Package Manager PackageUrl: https://conan.io/ License: MIT @@ -15,6 +16,8 @@ LicenseUrl: https://github.com/conan-io/conan/blob/HEAD/LICENSE.md Copyright: Copyright (c) JFrog LTD CopyrightUrl: https://raw.githubusercontent.com/conan-io/conan/develop/LICENSE.md ShortDescription: An open source, decentralized package manager, to automate building and sharing of packages +# Description: +# Moniker: Tags: - c - c++ @@ -28,5 +31,8 @@ ReleaseNotes: |- - Fix: Add test for #19960. (#16974) - Bugfix: Revert "Define compiler variables in CMakePresets.json" commit 60df72c. (#16971) ReleaseNotesUrl: https://github.com/conan-io/conan/releases/tag/2.7.1 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/2.7.1/JFrog.Conan.yaml b/manifests/j/JFrog/Conan/2.7.1/JFrog.Conan.yaml index 5f96c9574552f..93475d1ae54ac 100644 --- a/manifests/j/JFrog/Conan/2.7.1/JFrog.Conan.yaml +++ b/manifests/j/JFrog/Conan/2.7.1/JFrog.Conan.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: JFrog.Conan PackageVersion: 2.7.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/2.8.0/JFrog.Conan.installer.yaml b/manifests/j/JFrog/Conan/2.8.0/JFrog.Conan.installer.yaml index c1c213e5a4ff4..c47764ab2f79f 100644 --- a/manifests/j/JFrog/Conan/2.8.0/JFrog.Conan.installer.yaml +++ b/manifests/j/JFrog/Conan/2.8.0/JFrog.Conan.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: JFrog.Conan PackageVersion: 2.8.0 @@ -12,14 +12,15 @@ InstallModes: - silent - silentWithProgress UpgradeBehavior: install -ProductCode: Conan Package Manager_is1 ReleaseDate: 2024-09-30 Installers: - Architecture: x86 InstallerUrl: https://github.com/conan-io/conan/releases/download/2.8.0/conan-2.8.0-windows-i686-installer.exe InstallerSha256: 217400EA56C770E7EA64C89A8448F7A67A7FE7B34D22791B98F3D4E11EACF354 + ProductCode: Conan Package Manager_is1 - Architecture: x64 InstallerUrl: https://github.com/conan-io/conan/releases/download/2.8.0/conan-2.8.0-windows-x86_64-installer.exe InstallerSha256: 8627C89ED7267448E33942BD5B14FA5DD49ED473A323DBBA1D63265476516719 + ProductCode: Conan Package Manager_is1 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/2.8.0/JFrog.Conan.locale.en-US.yaml b/manifests/j/JFrog/Conan/2.8.0/JFrog.Conan.locale.en-US.yaml index e73e3b6728fbe..629c311345619 100644 --- a/manifests/j/JFrog/Conan/2.8.0/JFrog.Conan.locale.en-US.yaml +++ b/manifests/j/JFrog/Conan/2.8.0/JFrog.Conan.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: JFrog.Conan PackageVersion: 2.8.0 @@ -8,6 +8,7 @@ Publisher: JFrog PublisherUrl: https://conan.io/ PublisherSupportUrl: https://github.com/conan-io/conan/issues PrivacyUrl: https://conan.io/privacy-policy.html +# Author: PackageName: Conan Package Manager PackageUrl: https://conan.io/ License: MIT @@ -15,6 +16,8 @@ LicenseUrl: https://github.com/conan-io/conan/blob/HEAD/LICENSE.md Copyright: Copyright (c) JFrog LTD CopyrightUrl: https://raw.githubusercontent.com/conan-io/conan/develop/LICENSE.md ShortDescription: An open source, decentralized package manager, to automate building and sharing of packages +# Description: +# Moniker: Tags: - c - c++ @@ -50,5 +53,8 @@ ReleaseNotes: |- - Bugfix: Raise error if invalid value passed to conf.get(check_type=bool). (#16976) - Bugfix: Allow remote_login accept patterns. (#16942). ReleaseNotesUrl: https://github.com/conan-io/conan/releases/tag/2.8.0 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/2.8.0/JFrog.Conan.yaml b/manifests/j/JFrog/Conan/2.8.0/JFrog.Conan.yaml index ef36e4a866470..ce5ed2ddc8e63 100644 --- a/manifests/j/JFrog/Conan/2.8.0/JFrog.Conan.yaml +++ b/manifests/j/JFrog/Conan/2.8.0/JFrog.Conan.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: JFrog.Conan PackageVersion: 2.8.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/2.8.1/JFrog.Conan.installer.yaml b/manifests/j/JFrog/Conan/2.8.1/JFrog.Conan.installer.yaml index a447ea7655483..6d99d763b94dd 100644 --- a/manifests/j/JFrog/Conan/2.8.1/JFrog.Conan.installer.yaml +++ b/manifests/j/JFrog/Conan/2.8.1/JFrog.Conan.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: JFrog.Conan PackageVersion: 2.8.1 @@ -13,7 +13,6 @@ InstallModes: - silent - silentWithProgress UpgradeBehavior: install -ProductCode: Conan Package Manager_is1 ReleaseDate: 2024-10-17 AppsAndFeaturesEntries: - ProductCode: Conan Package Manager_is1 @@ -22,8 +21,10 @@ Installers: - Architecture: x86 InstallerUrl: https://github.com/conan-io/conan/releases/download/2.8.1/conan-2.8.1-windows-i686-installer.exe InstallerSha256: 1CB4C137913EC82A93F137C201C96FFBAC09BAFC8117F0398DFF2ECA9693AD1E + ProductCode: Conan Package Manager_is1 - Architecture: x64 InstallerUrl: https://github.com/conan-io/conan/releases/download/2.8.1/conan-2.8.1-windows-x86_64-installer.exe InstallerSha256: E2DAA85693C91224D517253A3B5A54163E13E8D6822985EFA24C9A9BAEF1815F + ProductCode: Conan Package Manager_is1 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/2.8.1/JFrog.Conan.locale.en-US.yaml b/manifests/j/JFrog/Conan/2.8.1/JFrog.Conan.locale.en-US.yaml index 61019905d1f1f..d07ac007eb243 100644 --- a/manifests/j/JFrog/Conan/2.8.1/JFrog.Conan.locale.en-US.yaml +++ b/manifests/j/JFrog/Conan/2.8.1/JFrog.Conan.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: JFrog.Conan PackageVersion: 2.8.1 @@ -8,6 +8,7 @@ Publisher: JFrog PublisherUrl: https://conan.io/ PublisherSupportUrl: https://github.com/conan-io/conan/issues PrivacyUrl: https://conan.io/privacy-policy.html +# Author: PackageName: Conan Package Manager PackageUrl: https://conan.io/ License: MIT @@ -15,6 +16,8 @@ LicenseUrl: https://github.com/conan-io/conan/blob/HEAD/LICENSE.md Copyright: Copyright (c) JFrog LTD CopyrightUrl: https://raw.githubusercontent.com/conan-io/conan/develop/LICENSE.md ShortDescription: An open source, decentralized package manager, to automate building and sharing of packages +# Description: +# Moniker: Tags: - c - c++ @@ -25,5 +28,8 @@ Tags: - package-manager ReleaseNotes: '- Bugfix: Avoid raising an error for required components for test_requires also required as transitive requires. (' ReleaseNotesUrl: https://github.com/conan-io/conan/releases/tag/2.8.1 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/2.8.1/JFrog.Conan.yaml b/manifests/j/JFrog/Conan/2.8.1/JFrog.Conan.yaml index fc027fd22453f..96cb0307373ab 100644 --- a/manifests/j/JFrog/Conan/2.8.1/JFrog.Conan.yaml +++ b/manifests/j/JFrog/Conan/2.8.1/JFrog.Conan.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: JFrog.Conan PackageVersion: 2.8.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/2.9.2/JFrog.Conan.installer.yaml b/manifests/j/JFrog/Conan/2.9.2/JFrog.Conan.installer.yaml index 3513167b69743..0dccf51a3ffae 100644 --- a/manifests/j/JFrog/Conan/2.9.2/JFrog.Conan.installer.yaml +++ b/manifests/j/JFrog/Conan/2.9.2/JFrog.Conan.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: JFrog.Conan PackageVersion: 2.9.2 @@ -13,7 +13,6 @@ InstallModes: - silent - silentWithProgress UpgradeBehavior: install -ProductCode: Conan Package Manager_is1 ReleaseDate: 2024-11-07 AppsAndFeaturesEntries: - ProductCode: Conan Package Manager_is1 @@ -22,8 +21,10 @@ Installers: - Architecture: x86 InstallerUrl: https://github.com/conan-io/conan/releases/download/2.9.2/conan-2.9.2-windows-i686-installer.exe InstallerSha256: D4FC182314FE11B8527EE391063E9FE72468C044D7255A86599FC365A7E66981 + ProductCode: Conan Package Manager_is1 - Architecture: x64 InstallerUrl: https://github.com/conan-io/conan/releases/download/2.9.2/conan-2.9.2-windows-x86_64-installer.exe InstallerSha256: 34886A92C9AED909D4417B43B23F3BA3DEF50882ECB8D5D3DD49A0CDD22DA1F7 + ProductCode: Conan Package Manager_is1 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/2.9.2/JFrog.Conan.locale.en-US.yaml b/manifests/j/JFrog/Conan/2.9.2/JFrog.Conan.locale.en-US.yaml index 7a898ed9f3207..342b5522a5609 100644 --- a/manifests/j/JFrog/Conan/2.9.2/JFrog.Conan.locale.en-US.yaml +++ b/manifests/j/JFrog/Conan/2.9.2/JFrog.Conan.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: JFrog.Conan PackageVersion: 2.9.2 @@ -8,6 +8,7 @@ Publisher: JFrog PublisherUrl: https://conan.io/ PublisherSupportUrl: https://github.com/conan-io/conan/issues PrivacyUrl: https://conan.io/privacy-policy.html +# Author: PackageName: Conan Package Manager PackageUrl: https://conan.io/ License: MIT @@ -15,6 +16,8 @@ LicenseUrl: https://github.com/conan-io/conan/blob/HEAD/LICENSE.md Copyright: Copyright (c) JFrog LTD CopyrightUrl: https://raw.githubusercontent.com/conan-io/conan/develop/LICENSE.md ShortDescription: An open source, decentralized package manager, to automate building and sharing of packages +# Description: +# Moniker: Tags: - c - c++ @@ -27,5 +30,8 @@ ReleaseNotes: |- - Feature: Use center2.conan.io as new default remote and warn about having the old one. ( Docs: :page_with_curl: - Bugfix: Fix ROSEnv quotes for CMAKE_TOOLCHAIN_FILE variable. ( ReleaseNotesUrl: https://github.com/conan-io/conan/releases/tag/2.9.2 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/2.9.2/JFrog.Conan.yaml b/manifests/j/JFrog/Conan/2.9.2/JFrog.Conan.yaml index e57d8b3f3f09f..4fbf829600761 100644 --- a/manifests/j/JFrog/Conan/2.9.2/JFrog.Conan.yaml +++ b/manifests/j/JFrog/Conan/2.9.2/JFrog.Conan.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: JFrog.Conan PackageVersion: 2.9.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/2.9.3/JFrog.Conan.installer.yaml b/manifests/j/JFrog/Conan/2.9.3/JFrog.Conan.installer.yaml index 20de45a60fa99..05e67c046a245 100644 --- a/manifests/j/JFrog/Conan/2.9.3/JFrog.Conan.installer.yaml +++ b/manifests/j/JFrog/Conan/2.9.3/JFrog.Conan.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: JFrog.Conan PackageVersion: 2.9.3 @@ -13,7 +13,6 @@ InstallModes: - silent - silentWithProgress UpgradeBehavior: install -ProductCode: Conan Package Manager_is1 ReleaseDate: 2024-11-21 AppsAndFeaturesEntries: - ProductCode: Conan Package Manager_is1 @@ -22,8 +21,10 @@ Installers: - Architecture: x86 InstallerUrl: https://github.com/conan-io/conan/releases/download/2.9.3/conan-2.9.3-windows-i686-installer.exe InstallerSha256: 1453EAB96905E4A36A25EB059C10A7346EE4B23143572BC5B967CE796A69D7F9 + ProductCode: Conan Package Manager_is1 - Architecture: x64 InstallerUrl: https://github.com/conan-io/conan/releases/download/2.9.3/conan-2.9.3-windows-x86_64-installer.exe InstallerSha256: 74042D16E0796CFE58099CF17B33667414858C8D65CB0C5C6F82819F809E66F6 + ProductCode: Conan Package Manager_is1 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/2.9.3/JFrog.Conan.locale.en-US.yaml b/manifests/j/JFrog/Conan/2.9.3/JFrog.Conan.locale.en-US.yaml index e6ec291666fc0..0e85f72f7b157 100644 --- a/manifests/j/JFrog/Conan/2.9.3/JFrog.Conan.locale.en-US.yaml +++ b/manifests/j/JFrog/Conan/2.9.3/JFrog.Conan.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: JFrog.Conan PackageVersion: 2.9.3 @@ -8,6 +8,7 @@ Publisher: JFrog PublisherUrl: https://conan.io/ PublisherSupportUrl: https://github.com/conan-io/conan/issues PrivacyUrl: https://conan.io/privacy-policy.html +# Author: PackageName: Conan Package Manager PackageUrl: https://conan.io/ License: MIT @@ -15,6 +16,8 @@ LicenseUrl: https://github.com/conan-io/conan/blob/HEAD/LICENSE.md Copyright: Copyright (c) JFrog LTD CopyrightUrl: https://raw.githubusercontent.com/conan-io/conan/develop/LICENSE.md ShortDescription: An open source, decentralized package manager, to automate building and sharing of packages +# Description: +# Moniker: Tags: - c - c++ @@ -25,5 +28,8 @@ Tags: - package-manager ReleaseNotes: '- Bugfix: Fixing is_test computation affecting to components checks. (' ReleaseNotesUrl: https://github.com/conan-io/conan/releases/tag/2.9.3 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JFrog/Conan/2.9.3/JFrog.Conan.yaml b/manifests/j/JFrog/Conan/2.9.3/JFrog.Conan.yaml index 6f997f813a98b..2f330c9afd526 100644 --- a/manifests/j/JFrog/Conan/2.9.3/JFrog.Conan.yaml +++ b/manifests/j/JFrog/Conan/2.9.3/JFrog.Conan.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: JFrog.Conan PackageVersion: 2.9.3 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/13.0.3/JGraph.Draw.installer.yaml b/manifests/j/JGraph/Draw/13.0.3/JGraph.Draw.installer.yaml index 01fda52af4c28..52af077de027c 100644 --- a/manifests/j/JGraph/Draw/13.0.3/JGraph.Draw.installer.yaml +++ b/manifests/j/JGraph/Draw/13.0.3/JGraph.Draw.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: JGraph.Draw PackageVersion: 13.0.3 @@ -10,4 +10,4 @@ Installers: InstallerUrl: https://github.com/jgraph/drawio-desktop/releases/download/v13.0.3/draw.io-13.0.3.exe InstallerSha256: 1E69D9992E3F82FA4ADA88389F47C5D57F58AB1392A685BBA38543F7EE6C31D1 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/13.0.3/JGraph.Draw.locale.en-US.yaml b/manifests/j/JGraph/Draw/13.0.3/JGraph.Draw.locale.en-US.yaml index c8caaae4c450f..322b74362a725 100644 --- a/manifests/j/JGraph/Draw/13.0.3/JGraph.Draw.locale.en-US.yaml +++ b/manifests/j/JGraph/Draw/13.0.3/JGraph.Draw.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: JGraph.Draw PackageVersion: 13.0.3 PackageLocale: en-US Publisher: JGraph -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: -# Author: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: Draw PackageUrl: https://github.com/jgraph/drawio-desktop License: Copyright 2017-2019 draw.io -# LicenseUrl: -# Copyright: -# CopyrightUrl: +# LicenseUrl: +# Copyright: +# CopyrightUrl: ShortDescription: drawio-desktop is a diagrams.net desktop app based on Electron. draw.io is the old name for diagrams.net, we just don't want the hassle of changing all the binary's names. -# 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/JGraph/Draw/13.0.3/JGraph.Draw.yaml b/manifests/j/JGraph/Draw/13.0.3/JGraph.Draw.yaml index e810b32edea9c..18d04d82f2917 100644 --- a/manifests/j/JGraph/Draw/13.0.3/JGraph.Draw.yaml +++ b/manifests/j/JGraph/Draw/13.0.3/JGraph.Draw.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: JGraph.Draw PackageVersion: 13.0.3 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/14.4.3/JGraph.Draw.installer.yaml b/manifests/j/JGraph/Draw/14.4.3/JGraph.Draw.installer.yaml index 4800c3801de05..70b5c553a1745 100644 --- a/manifests/j/JGraph/Draw/14.4.3/JGraph.Draw.installer.yaml +++ b/manifests/j/JGraph/Draw/14.4.3/JGraph.Draw.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: JGraph.Draw PackageVersion: 14.4.3 @@ -11,4 +11,4 @@ Installers: InstallerUrl: https://github.com/jgraph/drawio-desktop/releases/download/v14.4.3/draw.io-14.4.3-windows-installer.exe InstallerSha256: FEC0E025C75416C98B985A7D426E50AAA49EA5C4B920AC8D3FB21D9F90E399F9 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/14.4.3/JGraph.Draw.locale.en-US.yaml b/manifests/j/JGraph/Draw/14.4.3/JGraph.Draw.locale.en-US.yaml index ace33ecefc25e..2817a15ddf000 100644 --- a/manifests/j/JGraph/Draw/14.4.3/JGraph.Draw.locale.en-US.yaml +++ b/manifests/j/JGraph/Draw/14.4.3/JGraph.Draw.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: JGraph.Draw PackageVersion: 14.4.3 PackageLocale: en-US Publisher: JGraph -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: -# Author: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: diagrams.net PackageUrl: https://github.com/jgraph/drawio-desktop License: Apache License 2.0 -# LicenseUrl: -# Copyright: -# CopyrightUrl: +# LicenseUrl: +# Copyright: +# CopyrightUrl: ShortDescription: diagrams.net is a desktop app based on Electron to create and edit diagrams. draw.io is the old name for diagrams.net. -# Description: +# Description: Moniker: draw.io Tags: - diagram @@ -27,8 +27,10 @@ Tags: - drawio - editor - graphics -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/14.4.3/JGraph.Draw.yaml b/manifests/j/JGraph/Draw/14.4.3/JGraph.Draw.yaml index bace45e7f8b7c..b47695ea2c83d 100644 --- a/manifests/j/JGraph/Draw/14.4.3/JGraph.Draw.yaml +++ b/manifests/j/JGraph/Draw/14.4.3/JGraph.Draw.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: JGraph.Draw PackageVersion: 14.4.3 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/14.5.1/JGraph.Draw.installer.yaml b/manifests/j/JGraph/Draw/14.5.1/JGraph.Draw.installer.yaml index ee711b2901c66..70308fbfed6cf 100644 --- a/manifests/j/JGraph/Draw/14.5.1/JGraph.Draw.installer.yaml +++ b/manifests/j/JGraph/Draw/14.5.1/JGraph.Draw.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: JGraph.Draw PackageVersion: 14.5.1 @@ -11,4 +11,4 @@ Installers: InstallerUrl: https://github.com/jgraph/drawio-desktop/releases/download/v14.5.1/draw.io-14.5.1-windows-installer.exe InstallerSha256: 8EF4623F466838D7E360269EA1EE0163A141B009E509A19C56FDE06FD08E8F24 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/14.5.1/JGraph.Draw.locale.en-US.yaml b/manifests/j/JGraph/Draw/14.5.1/JGraph.Draw.locale.en-US.yaml index 5d7d1d98c3b85..3493572a22d7b 100644 --- a/manifests/j/JGraph/Draw/14.5.1/JGraph.Draw.locale.en-US.yaml +++ b/manifests/j/JGraph/Draw/14.5.1/JGraph.Draw.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: JGraph.Draw PackageVersion: 14.5.1 PackageLocale: en-US Publisher: JGraph -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: -# Author: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: draw.io PackageUrl: https://github.com/jgraph/drawio-desktop License: Apache License 2.0 -# LicenseUrl: -# Copyright: -# CopyrightUrl: +# LicenseUrl: +# Copyright: +# CopyrightUrl: ShortDescription: diagrams.net is a desktop app based on Electron to create and edit diagrams. draw.io is the old name for diagrams.net. -# Description: +# Description: Moniker: draw.io Tags: - diagram @@ -27,8 +27,10 @@ Tags: - drawio - editor - graphics -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/14.5.1/JGraph.Draw.yaml b/manifests/j/JGraph/Draw/14.5.1/JGraph.Draw.yaml index b6ac0a91e1049..05cf946ebe6d6 100644 --- a/manifests/j/JGraph/Draw/14.5.1/JGraph.Draw.yaml +++ b/manifests/j/JGraph/Draw/14.5.1/JGraph.Draw.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: JGraph.Draw PackageVersion: 14.5.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/14.6.13/JGraph.Draw.installer.yaml b/manifests/j/JGraph/Draw/14.6.13/JGraph.Draw.installer.yaml index 4122abe112407..97019668e297d 100644 --- a/manifests/j/JGraph/Draw/14.6.13/JGraph.Draw.installer.yaml +++ b/manifests/j/JGraph/Draw/14.6.13/JGraph.Draw.installer.yaml @@ -1,27 +1,22 @@ -# 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: JGraph.Draw PackageVersion: 14.6.13 +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/jgraph/drawio-desktop/releases/download/v14.6.13/draw.io-14.6.13-windows-installer.exe InstallerSha256: 3AB6A4E1DDA674628152FAA604D78A447A18CFD25E91B930B81DEA35B51F4C91 - UpgradeBehavior: install -- InstallerLocale: en-US - Architecture: x86 - InstallerType: nullsoft - Scope: machine +- Architecture: x86 InstallerUrl: https://github.com/jgraph/drawio-desktop/releases/download/v14.6.13/draw.io-ia32-14.6.13-windows-32bit-installer.exe InstallerSha256: 40DAEA14BAED262CCB60F32A2601FCA132D2620CD2AEECB56B95DDE6962812F4 - UpgradeBehavior: install ManifestType: installer -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/14.6.13/JGraph.Draw.locale.en-US.yaml b/manifests/j/JGraph/Draw/14.6.13/JGraph.Draw.locale.en-US.yaml index 3848db39c5ffa..6de194fde2ad7 100644 --- a/manifests/j/JGraph/Draw/14.6.13/JGraph.Draw.locale.en-US.yaml +++ b/manifests/j/JGraph/Draw/14.6.13/JGraph.Draw.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: JGraph.Draw PackageVersion: 14.6.13 @@ -8,25 +8,29 @@ Publisher: JGraph PublisherUrl: https://www.diagrams.net PublisherSupportUrl: https://www.diagrams.net/doc PrivacyUrl: https://www.diagrams.net/trust -#Author: +# Author: PackageName: draw.io PackageUrl: https://www.diagrams.net License: Apache License 2.0 LicenseUrl: https://raw.githubusercontent.com/jgraph/drawio-desktop/dev/LICENSE -Copyright: © 2005-2021 JGraph Ltd, Artisans' House, 7 Queensbridge, NN4 7BF, Northampton, England. Company #04051179. +Copyright: © 2005-2021 JGraph Ltd, Artisans' House, 7 Queensbridge, NN4 7BF, Northampton, England. Company CopyrightUrl: https://www.diagrams.net/trust ShortDescription: drawio-desktop is a diagrams.net desktop app based on Electron to create and edit diagrams. draw.io is the old name for diagrams.net. -#Description: +# Description: Moniker: draw.io Tags: -- graphics - diagram -- editor -- drawio +- diagrams.net - diagramsnet - draw - draw.io -- diagrams.net +- drawio +- editor +- graphics +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/14.6.13/JGraph.Draw.yaml b/manifests/j/JGraph/Draw/14.6.13/JGraph.Draw.yaml index 8fa5726b203e0..eb1f2f396635e 100644 --- a/manifests/j/JGraph/Draw/14.6.13/JGraph.Draw.yaml +++ b/manifests/j/JGraph/Draw/14.6.13/JGraph.Draw.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: JGraph.Draw PackageVersion: 14.6.13 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/14.9.6/JGraph.Draw.installer.yaml b/manifests/j/JGraph/Draw/14.9.6/JGraph.Draw.installer.yaml index 9ea39311c882c..f02a8d47520d4 100644 --- a/manifests/j/JGraph/Draw/14.9.6/JGraph.Draw.installer.yaml +++ b/manifests/j/JGraph/Draw/14.9.6/JGraph.Draw.installer.yaml @@ -1,26 +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: JGraph.Draw PackageVersion: 14.9.6 +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/jgraph/drawio-desktop/releases/download/v14.9.6/draw.io-14.9.6-windows-installer.exe InstallerSha256: D9D3B9F165ED1DEFA22102E2D515269773D61E14E2646B0D9E1A00F2DE10104E - UpgradeBehavior: install -- InstallerLocale: en-US - Architecture: x86 - InstallerType: nullsoft - Scope: machine +- Architecture: x86 InstallerUrl: https://github.com/jgraph/drawio-desktop/releases/download/v14.9.6/draw.io-ia32-14.9.6-windows-32bit-installer.exe InstallerSha256: AF088D705B31BC896E02BD1A5CF053CB3BD121D0D052292271FFB216F68EB580 - UpgradeBehavior: install ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/14.9.6/JGraph.Draw.locale.en-US.yaml b/manifests/j/JGraph/Draw/14.9.6/JGraph.Draw.locale.en-US.yaml index 56fb705d435bc..5eaca5fad0dc3 100644 --- a/manifests/j/JGraph/Draw/14.9.6/JGraph.Draw.locale.en-US.yaml +++ b/manifests/j/JGraph/Draw/14.9.6/JGraph.Draw.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: JGraph.Draw PackageVersion: 14.9.6 @@ -8,6 +8,7 @@ Publisher: JGraph PublisherUrl: https://www.diagrams.net PublisherSupportUrl: https://www.diagrams.net/doc PrivacyUrl: https://www.diagrams.net/trust +# Author: PackageName: draw.io PackageUrl: https://www.diagrams.net License: Apache License 2.0 @@ -15,15 +16,21 @@ LicenseUrl: https://raw.githubusercontent.com/jgraph/drawio-desktop/dev/LICENSE Copyright: © 2005-2021 JGraph Ltd, Artisans' House, 7 Queensbridge, NN4 7BF, Northampton, England. Company CopyrightUrl: https://www.diagrams.net/trust ShortDescription: drawio-desktop is a diagrams.net desktop app based on Electron to create and edit diagrams. draw.io is the old name for diagrams.net. +# Description: Moniker: draw.io Tags: -- graphics - diagram -- editor -- drawio +- diagrams.net - diagramsnet - draw - draw.io -- diagrams.net +- drawio +- editor +- graphics +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/14.9.6/JGraph.Draw.yaml b/manifests/j/JGraph/Draw/14.9.6/JGraph.Draw.yaml index 9f93c0784b71d..543e356a666cc 100644 --- a/manifests/j/JGraph/Draw/14.9.6/JGraph.Draw.yaml +++ b/manifests/j/JGraph/Draw/14.9.6/JGraph.Draw.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: JGraph.Draw PackageVersion: 14.9.6 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/15.2.7/JGraph.Draw.installer.yaml b/manifests/j/JGraph/Draw/15.2.7/JGraph.Draw.installer.yaml index 92c1a657d7357..7ebe7558822c2 100644 --- a/manifests/j/JGraph/Draw/15.2.7/JGraph.Draw.installer.yaml +++ b/manifests/j/JGraph/Draw/15.2.7/JGraph.Draw.installer.yaml @@ -1,26 +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: JGraph.Draw PackageVersion: 15.2.7 +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/jgraph/drawio-desktop/releases/download/v15.2.7/draw.io-15.2.7-windows-installer.exe InstallerSha256: F1DD799E3D520F24127112ADB5FB77AEC19260C8D1992EE5CF16BAD325FCB849 - UpgradeBehavior: install -- InstallerLocale: en-US - Architecture: x86 - InstallerType: nullsoft - Scope: machine +- Architecture: x86 InstallerUrl: https://github.com/jgraph/drawio-desktop/releases/download/v15.2.7/draw.io-ia32-15.2.7-windows-32bit-installer.exe InstallerSha256: D2981E8FB3A8A191F23B5299F0FA98D5D3C832B22FAE577AE99134451B06A384 - UpgradeBehavior: install ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/15.2.7/JGraph.Draw.locale.en-US.yaml b/manifests/j/JGraph/Draw/15.2.7/JGraph.Draw.locale.en-US.yaml index d24c5b6f04bf8..6a0da070569aa 100644 --- a/manifests/j/JGraph/Draw/15.2.7/JGraph.Draw.locale.en-US.yaml +++ b/manifests/j/JGraph/Draw/15.2.7/JGraph.Draw.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: JGraph.Draw PackageVersion: 15.2.7 @@ -8,6 +8,7 @@ Publisher: JGraph PublisherUrl: https://www.diagrams.net PublisherSupportUrl: https://www.diagrams.net/doc PrivacyUrl: https://www.diagrams.net/trust +# Author: PackageName: draw.io PackageUrl: https://www.diagrams.net License: Apache License 2.0 @@ -15,15 +16,21 @@ LicenseUrl: https://raw.githubusercontent.com/jgraph/drawio-desktop/dev/LICENSE Copyright: © 2005-2021 JGraph Ltd, Artisans' House, 7 Queensbridge, NN4 7BF, Northampton, England. Company CopyrightUrl: https://www.diagrams.net/trust ShortDescription: drawio-desktop is a diagrams.net desktop app based on Electron to create and edit diagrams. draw.io is the old name for diagrams.net. +# Description: Moniker: draw.io Tags: -- graphics - diagram -- editor -- drawio +- diagrams.net - diagramsnet - draw - draw.io -- diagrams.net +- drawio +- editor +- graphics +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/15.2.7/JGraph.Draw.yaml b/manifests/j/JGraph/Draw/15.2.7/JGraph.Draw.yaml index ca5a651332c53..c6e5811468e80 100644 --- a/manifests/j/JGraph/Draw/15.2.7/JGraph.Draw.yaml +++ b/manifests/j/JGraph/Draw/15.2.7/JGraph.Draw.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: JGraph.Draw PackageVersion: 15.2.7 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/15.3.5/JGraph.Draw.installer.yaml b/manifests/j/JGraph/Draw/15.3.5/JGraph.Draw.installer.yaml index a23003daac012..8a7d3fdd9a913 100644 --- a/manifests/j/JGraph/Draw/15.3.5/JGraph.Draw.installer.yaml +++ b/manifests/j/JGraph/Draw/15.3.5/JGraph.Draw.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=QUS1.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: JGraph.Draw PackageVersion: 15.3.5 @@ -19,4 +19,4 @@ Installers: InstallerUrl: https://github.com/jgraph/drawio-desktop/releases/download/v15.3.5/draw.io-ia32-15.3.5-windows-32bit-installer.exe InstallerSha256: 0CE4B444B0732E72FC75CB5C6DC0A6E983A92A32726A4DB597DACAF0280EBD13 ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/15.3.5/JGraph.Draw.locale.en-US.yaml b/manifests/j/JGraph/Draw/15.3.5/JGraph.Draw.locale.en-US.yaml index caa5e1a8dcb6e..caaff8e51b296 100644 --- a/manifests/j/JGraph/Draw/15.3.5/JGraph.Draw.locale.en-US.yaml +++ b/manifests/j/JGraph/Draw/15.3.5/JGraph.Draw.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=QUS1.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: JGraph.Draw PackageVersion: 15.3.5 @@ -8,7 +8,7 @@ Publisher: JGraph PublisherUrl: https://www.diagrams.net PublisherSupportUrl: https://www.diagrams.net/doc PrivacyUrl: https://www.diagrams.net/trust -# Author: +# Author: PackageName: draw.io PackageUrl: https://www.diagrams.net License: Apache License 2.0 @@ -16,16 +16,21 @@ LicenseUrl: https://raw.githubusercontent.com/jgraph/drawio-desktop/dev/LICENSE Copyright: © 2005-2021 JGraph Ltd, Artisans' House, 7 Queensbridge, NN4 7BF, Northampton, England. Company CopyrightUrl: https://www.diagrams.net/trust ShortDescription: drawio-desktop is a diagrams.net desktop app based on Electron to create and edit diagrams. draw.io is the old name for diagrams.net. -# Description: +# Description: Moniker: draw.io Tags: -- graphics - diagram -- editor -- drawio +- diagrams.net - diagramsnet - draw - draw.io -- diagrams.net +- drawio +- editor +- graphics +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/15.3.5/JGraph.Draw.yaml b/manifests/j/JGraph/Draw/15.3.5/JGraph.Draw.yaml index 8e118fbf6b4c5..77de81c7dbd7a 100644 --- a/manifests/j/JGraph/Draw/15.3.5/JGraph.Draw.yaml +++ b/manifests/j/JGraph/Draw/15.3.5/JGraph.Draw.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.0.0 $debug=QUS1.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: JGraph.Draw PackageVersion: 15.3.5 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/15.4.0/JGraph.Draw.installer.yaml b/manifests/j/JGraph/Draw/15.4.0/JGraph.Draw.installer.yaml index a8a740a435ee5..c38a6271afe59 100644 --- a/manifests/j/JGraph/Draw/15.4.0/JGraph.Draw.installer.yaml +++ b/manifests/j/JGraph/Draw/15.4.0/JGraph.Draw.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: JGraph.Draw PackageVersion: 15.4.0 @@ -19,4 +19,4 @@ Installers: InstallerUrl: https://github.com/jgraph/drawio-desktop/releases/download/v15.4.0/draw.io-ia32-15.4.0-windows-32bit-installer.exe InstallerSha256: FEDCA4FC49EF9581BC8A87CB884A05E91097D6D63E5A6C5F48C6FB97CBBC2896 ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/15.4.0/JGraph.Draw.locale.en-US.yaml b/manifests/j/JGraph/Draw/15.4.0/JGraph.Draw.locale.en-US.yaml index ef18f96e28c74..f0983bf258804 100644 --- a/manifests/j/JGraph/Draw/15.4.0/JGraph.Draw.locale.en-US.yaml +++ b/manifests/j/JGraph/Draw/15.4.0/JGraph.Draw.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: JGraph.Draw PackageVersion: 15.4.0 @@ -8,7 +8,7 @@ Publisher: JGraph PublisherUrl: https://www.diagrams.net PublisherSupportUrl: https://www.diagrams.net/doc PrivacyUrl: https://www.diagrams.net/trust -# Author: +# Author: PackageName: draw.io PackageUrl: https://www.diagrams.net License: Apache License 2.0 @@ -16,16 +16,21 @@ LicenseUrl: https://raw.githubusercontent.com/jgraph/drawio-desktop/dev/LICENSE Copyright: © 2005-2021 JGraph Ltd, Artisans' House, 7 Queensbridge, NN4 7BF, Northampton, England. Company CopyrightUrl: https://www.diagrams.net/trust ShortDescription: drawio-desktop is a diagrams.net desktop app based on Electron to create and edit diagrams. draw.io is the old name for diagrams.net. -# Description: +# Description: Moniker: draw.io Tags: -- graphics - diagram -- editor -- drawio +- diagrams.net - diagramsnet - draw - draw.io -- diagrams.net +- drawio +- editor +- graphics +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/15.4.0/JGraph.Draw.yaml b/manifests/j/JGraph/Draw/15.4.0/JGraph.Draw.yaml index 21c5c24168bf8..e29cb9a8776d5 100644 --- a/manifests/j/JGraph/Draw/15.4.0/JGraph.Draw.yaml +++ b/manifests/j/JGraph/Draw/15.4.0/JGraph.Draw.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: JGraph.Draw PackageVersion: 15.4.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/15.7.3/JGraph.Draw.installer.yaml b/manifests/j/JGraph/Draw/15.7.3/JGraph.Draw.installer.yaml index 6f80ac97f8b5d..bb178960598ce 100644 --- a/manifests/j/JGraph/Draw/15.7.3/JGraph.Draw.installer.yaml +++ b/manifests/j/JGraph/Draw/15.7.3/JGraph.Draw.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: JGraph.Draw PackageVersion: 15.7.3 @@ -19,4 +19,4 @@ Installers: InstallerUrl: https://github.com/jgraph/drawio-desktop/releases/download/v15.7.3/draw.io-ia32-15.7.3-windows-32bit-installer.exe InstallerSha256: 850A56B3D9662F210FD98B28515EAE71DC3F5815AEE12CB12ACF432F8DE15E51 ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/15.7.3/JGraph.Draw.locale.en-US.yaml b/manifests/j/JGraph/Draw/15.7.3/JGraph.Draw.locale.en-US.yaml index 2c864b31cba28..fd5dded4f69e4 100644 --- a/manifests/j/JGraph/Draw/15.7.3/JGraph.Draw.locale.en-US.yaml +++ b/manifests/j/JGraph/Draw/15.7.3/JGraph.Draw.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: JGraph.Draw PackageVersion: 15.7.3 @@ -8,7 +8,7 @@ Publisher: JGraph PublisherUrl: https://www.diagrams.net PublisherSupportUrl: https://www.diagrams.net/doc PrivacyUrl: https://www.diagrams.net/trust -# Author: +# Author: PackageName: draw.io PackageUrl: https://www.diagrams.net License: Apache License 2.0 @@ -16,15 +16,21 @@ LicenseUrl: https://raw.githubusercontent.com/jgraph/drawio-desktop/dev/LICENSE Copyright: © 2005-2021 JGraph Ltd, Artisans' House, 7 Queensbridge, NN4 7BF, Northampton, England. Company CopyrightUrl: https://www.diagrams.net/trust ShortDescription: drawio-desktop is a diagrams.net desktop app based on Electron to create and edit diagrams. draw.io is the old name for diagrams.net. -# Description: +# Description: +# Moniker: Tags: -- graphics - diagram -- editor -- drawio +- diagrams.net - diagramsnet - draw - draw.io -- diagrams.net +- drawio +- editor +- graphics +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/15.7.3/JGraph.Draw.yaml b/manifests/j/JGraph/Draw/15.7.3/JGraph.Draw.yaml index da48e3f597657..194495dde5e0e 100644 --- a/manifests/j/JGraph/Draw/15.7.3/JGraph.Draw.yaml +++ b/manifests/j/JGraph/Draw/15.7.3/JGraph.Draw.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: JGraph.Draw PackageVersion: 15.7.3 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/15.8.4/JGraph.Draw.installer.yaml b/manifests/j/JGraph/Draw/15.8.4/JGraph.Draw.installer.yaml index 967d841d3316c..03b0a81be0e00 100644 --- a/manifests/j/JGraph/Draw/15.8.4/JGraph.Draw.installer.yaml +++ b/manifests/j/JGraph/Draw/15.8.4/JGraph.Draw.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: JGraph.Draw PackageVersion: 15.8.4 @@ -19,4 +19,4 @@ Installers: InstallerUrl: https://github.com/jgraph/drawio-desktop/releases/download/v15.8.4/draw.io-ia32-15.8.4-windows-32bit-installer.exe InstallerSha256: FA6B27B1D4619D5B171158E660AEDD0044E2AB0ECAE74622B00A0443B534EDF8 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/15.8.4/JGraph.Draw.locale.en-US.yaml b/manifests/j/JGraph/Draw/15.8.4/JGraph.Draw.locale.en-US.yaml index db70a03a2cdf1..df82eb4ae0d4d 100644 --- a/manifests/j/JGraph/Draw/15.8.4/JGraph.Draw.locale.en-US.yaml +++ b/manifests/j/JGraph/Draw/15.8.4/JGraph.Draw.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: JGraph.Draw PackageVersion: 15.8.4 @@ -8,7 +8,7 @@ Publisher: JGraph PublisherUrl: https://www.diagrams.net PublisherSupportUrl: https://www.diagrams.net/doc PrivacyUrl: https://www.diagrams.net/trust -# Author: +# Author: PackageName: draw.io PackageUrl: https://www.diagrams.net License: Apache License 2.0 @@ -16,19 +16,21 @@ LicenseUrl: https://raw.githubusercontent.com/jgraph/drawio-desktop/dev/LICENSE Copyright: © 2005-2021 JGraph Ltd, Artisans' House, 7 Queensbridge, NN4 7BF, Northampton, England. Company CopyrightUrl: https://www.diagrams.net/trust ShortDescription: drawio-desktop is a diagrams.net desktop app based on Electron to create and edit diagrams. draw.io is the old name for diagrams.net. -# Description: -# Moniker: +# Description: +# Moniker: Tags: -- graphics - diagram -- editor -- drawio +- diagrams.net - diagramsnet - draw - draw.io -- diagrams.net -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +- drawio +- editor +- graphics +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/15.8.4/JGraph.Draw.yaml b/manifests/j/JGraph/Draw/15.8.4/JGraph.Draw.yaml index ed78275c5c70c..e188227018388 100644 --- a/manifests/j/JGraph/Draw/15.8.4/JGraph.Draw.yaml +++ b/manifests/j/JGraph/Draw/15.8.4/JGraph.Draw.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: JGraph.Draw PackageVersion: 15.8.4 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/15.8.7/JGraph.Draw.installer.yaml b/manifests/j/JGraph/Draw/15.8.7/JGraph.Draw.installer.yaml index 32d5bab21d158..d007ec4b76874 100644 --- a/manifests/j/JGraph/Draw/15.8.7/JGraph.Draw.installer.yaml +++ b/manifests/j/JGraph/Draw/15.8.7/JGraph.Draw.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: JGraph.Draw PackageVersion: 15.8.7 @@ -19,4 +19,4 @@ Installers: InstallerUrl: https://github.com/jgraph/drawio-desktop/releases/download/v15.8.7/draw.io-ia32-15.8.7-windows-32bit-installer.exe InstallerSha256: 32CCCA060127445B54839A0679A1B7077AC5406294F0036044C42505CED00B74 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/15.8.7/JGraph.Draw.locale.en-US.yaml b/manifests/j/JGraph/Draw/15.8.7/JGraph.Draw.locale.en-US.yaml index 7a2694e6bb3cf..77a6ae2bede0d 100644 --- a/manifests/j/JGraph/Draw/15.8.7/JGraph.Draw.locale.en-US.yaml +++ b/manifests/j/JGraph/Draw/15.8.7/JGraph.Draw.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: JGraph.Draw PackageVersion: 15.8.7 @@ -8,7 +8,7 @@ Publisher: JGraph PublisherUrl: https://www.diagrams.net PublisherSupportUrl: https://www.diagrams.net/doc PrivacyUrl: https://www.diagrams.net/trust -# Author: +# Author: PackageName: draw.io PackageUrl: https://www.diagrams.net License: Apache License 2.0 @@ -16,19 +16,21 @@ LicenseUrl: https://raw.githubusercontent.com/jgraph/drawio-desktop/dev/LICENSE Copyright: © 2005-2021 JGraph Ltd, Artisans' House, 7 Queensbridge, NN4 7BF, Northampton, England. Company CopyrightUrl: https://www.diagrams.net/trust ShortDescription: drawio-desktop is a diagrams.net desktop app based on Electron to create and edit diagrams. draw.io is the old name for diagrams.net. -# Description: -# Moniker: +# Description: +# Moniker: Tags: -- graphics - diagram -- editor -- drawio +- diagrams.net - diagramsnet - draw - draw.io -- diagrams.net -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +- drawio +- editor +- graphics +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/15.8.7/JGraph.Draw.yaml b/manifests/j/JGraph/Draw/15.8.7/JGraph.Draw.yaml index 137caefc83540..67e12c0b742e9 100644 --- a/manifests/j/JGraph/Draw/15.8.7/JGraph.Draw.yaml +++ b/manifests/j/JGraph/Draw/15.8.7/JGraph.Draw.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: JGraph.Draw PackageVersion: 15.8.7 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/16.0.0/JGraph.Draw.installer.yaml b/manifests/j/JGraph/Draw/16.0.0/JGraph.Draw.installer.yaml index 48dfb92bed1ec..90c3c9a0d2682 100644 --- a/manifests/j/JGraph/Draw/16.0.0/JGraph.Draw.installer.yaml +++ b/manifests/j/JGraph/Draw/16.0.0/JGraph.Draw.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: JGraph.Draw PackageVersion: 16.0.0 @@ -19,4 +19,4 @@ Installers: InstallerUrl: https://github.com/jgraph/drawio-desktop/releases/download/v16.0.0/draw.io-ia32-16.0.0-windows-32bit-installer.exe InstallerSha256: 8FA9788D2F41BA83192DC7311CFF4D3F9214C413FC739400892046EF4993BD2A ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/16.0.0/JGraph.Draw.locale.en-US.yaml b/manifests/j/JGraph/Draw/16.0.0/JGraph.Draw.locale.en-US.yaml index a468c5de33e6c..c098bcf72b95f 100644 --- a/manifests/j/JGraph/Draw/16.0.0/JGraph.Draw.locale.en-US.yaml +++ b/manifests/j/JGraph/Draw/16.0.0/JGraph.Draw.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: JGraph.Draw PackageVersion: 16.0.0 @@ -8,7 +8,7 @@ Publisher: JGraph PublisherUrl: https://www.diagrams.net PublisherSupportUrl: https://www.diagrams.net/doc PrivacyUrl: https://www.diagrams.net/trust -# Author: +# Author: PackageName: draw.io PackageUrl: https://www.diagrams.net License: Apache License 2.0 @@ -16,8 +16,8 @@ LicenseUrl: https://raw.githubusercontent.com/jgraph/drawio-desktop/dev/LICENSE Copyright: © 2005-2021 JGraph Ltd, Artisans' House, 7 Queensbridge, NN4 7BF, Northampton, England. Company CopyrightUrl: https://www.diagrams.net/trust ShortDescription: drawio-desktop is a diagrams.net desktop app based on Electron to create and edit diagrams. draw.io is the old name for diagrams.net. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - diagram - diagrams.net @@ -27,8 +27,10 @@ Tags: - drawio - editor - graphics -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/16.0.0/JGraph.Draw.yaml b/manifests/j/JGraph/Draw/16.0.0/JGraph.Draw.yaml index ca39de0ec7c51..dadbdd512e858 100644 --- a/manifests/j/JGraph/Draw/16.0.0/JGraph.Draw.yaml +++ b/manifests/j/JGraph/Draw/16.0.0/JGraph.Draw.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: JGraph.Draw PackageVersion: 16.0.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/16.0.2/JGraph.Draw.installer.yaml b/manifests/j/JGraph/Draw/16.0.2/JGraph.Draw.installer.yaml index ad1fa4d919285..513e1f90c493b 100644 --- a/manifests/j/JGraph/Draw/16.0.2/JGraph.Draw.installer.yaml +++ b/manifests/j/JGraph/Draw/16.0.2/JGraph.Draw.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: JGraph.Draw PackageVersion: 16.0.2 @@ -19,4 +19,4 @@ Installers: InstallerUrl: https://github.com/jgraph/drawio-desktop/releases/download/v16.0.2/draw.io-ia32-16.0.2-windows-32bit-installer.exe InstallerSha256: 1132603A92D02B0DABFF08488301AB91661B3B8775AEC010F6FEEF65027E1951 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/16.0.2/JGraph.Draw.locale.en-US.yaml b/manifests/j/JGraph/Draw/16.0.2/JGraph.Draw.locale.en-US.yaml index a91de8f5dda0c..6c48052d9dd85 100644 --- a/manifests/j/JGraph/Draw/16.0.2/JGraph.Draw.locale.en-US.yaml +++ b/manifests/j/JGraph/Draw/16.0.2/JGraph.Draw.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: JGraph.Draw PackageVersion: 16.0.2 @@ -8,7 +8,7 @@ Publisher: JGraph PublisherUrl: https://www.diagrams.net PublisherSupportUrl: https://www.diagrams.net/doc PrivacyUrl: https://www.diagrams.net/trust -# Author: +# Author: PackageName: draw.io PackageUrl: https://www.diagrams.net License: Apache License 2.0 @@ -16,8 +16,8 @@ LicenseUrl: https://raw.githubusercontent.com/jgraph/drawio-desktop/dev/LICENSE Copyright: © 2005-2021 JGraph Ltd, Artisans' House, 7 Queensbridge, NN4 7BF, Northampton, England. Company CopyrightUrl: https://www.diagrams.net/trust ShortDescription: drawio-desktop is a diagrams.net desktop app based on Electron to create and edit diagrams. draw.io is the old name for diagrams.net. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - diagram - diagrams.net @@ -27,8 +27,10 @@ Tags: - drawio - editor - graphics -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/16.0.2/JGraph.Draw.yaml b/manifests/j/JGraph/Draw/16.0.2/JGraph.Draw.yaml index 6885e5758fe7c..72b9f9a5b5bdc 100644 --- a/manifests/j/JGraph/Draw/16.0.2/JGraph.Draw.yaml +++ b/manifests/j/JGraph/Draw/16.0.2/JGraph.Draw.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: JGraph.Draw PackageVersion: 16.0.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/16.1.2/JGraph.Draw.installer.yaml b/manifests/j/JGraph/Draw/16.1.2/JGraph.Draw.installer.yaml index ba213de8c8768..60f0e6729f358 100644 --- a/manifests/j/JGraph/Draw/16.1.2/JGraph.Draw.installer.yaml +++ b/manifests/j/JGraph/Draw/16.1.2/JGraph.Draw.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: JGraph.Draw PackageVersion: 16.1.2 @@ -19,4 +19,4 @@ Installers: InstallerUrl: https://github.com/jgraph/drawio-desktop/releases/download/v16.1.2/draw.io-ia32-16.1.2-windows-32bit-installer.exe InstallerSha256: 639E8D050B210217D0B556F57CC0B1A3B52752216D9D0DAF6E5FCBE4D3E98CFD ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/16.1.2/JGraph.Draw.locale.en-US.yaml b/manifests/j/JGraph/Draw/16.1.2/JGraph.Draw.locale.en-US.yaml index 233d828f9fd67..3b54bb0d48c62 100644 --- a/manifests/j/JGraph/Draw/16.1.2/JGraph.Draw.locale.en-US.yaml +++ b/manifests/j/JGraph/Draw/16.1.2/JGraph.Draw.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: JGraph.Draw PackageVersion: 16.1.2 @@ -8,7 +8,7 @@ Publisher: JGraph PublisherUrl: https://www.diagrams.net PublisherSupportUrl: https://www.diagrams.net/doc PrivacyUrl: https://www.diagrams.net/trust -# Author: +# Author: PackageName: draw.io PackageUrl: https://www.diagrams.net License: Apache License 2.0 @@ -16,8 +16,8 @@ LicenseUrl: https://raw.githubusercontent.com/jgraph/drawio-desktop/dev/LICENSE Copyright: © 2005-2021 JGraph Ltd, Artisans' House, 7 Queensbridge, NN4 7BF, Northampton, England. Company CopyrightUrl: https://www.diagrams.net/trust ShortDescription: drawio-desktop is a diagrams.net desktop app based on Electron to create and edit diagrams. draw.io is the old name for diagrams.net. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - diagram - diagrams.net @@ -27,8 +27,10 @@ Tags: - drawio - editor - graphics -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/16.1.2/JGraph.Draw.yaml b/manifests/j/JGraph/Draw/16.1.2/JGraph.Draw.yaml index 46ca08082dcd9..c4e5fc2363e38 100644 --- a/manifests/j/JGraph/Draw/16.1.2/JGraph.Draw.yaml +++ b/manifests/j/JGraph/Draw/16.1.2/JGraph.Draw.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: JGraph.Draw PackageVersion: 16.1.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/16.4.0/JGraph.Draw.installer.yaml b/manifests/j/JGraph/Draw/16.4.0/JGraph.Draw.installer.yaml index 768af08b255b0..4b9f7c6cae51c 100644 --- a/manifests/j/JGraph/Draw/16.4.0/JGraph.Draw.installer.yaml +++ b/manifests/j/JGraph/Draw/16.4.0/JGraph.Draw.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: JGraph.Draw PackageVersion: 16.4.0 @@ -19,4 +19,4 @@ Installers: InstallerUrl: https://github.com/jgraph/drawio-desktop/releases/download/v16.4.0/draw.io-ia32-16.4.0-windows-32bit-installer.exe InstallerSha256: A09280342EC0B2EB254250D7A3BB9007243EFB6E74BF97178B2C40AEE1CB6AB7 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/16.4.0/JGraph.Draw.locale.en-US.yaml b/manifests/j/JGraph/Draw/16.4.0/JGraph.Draw.locale.en-US.yaml index 575eb1954c156..c8789f680b952 100644 --- a/manifests/j/JGraph/Draw/16.4.0/JGraph.Draw.locale.en-US.yaml +++ b/manifests/j/JGraph/Draw/16.4.0/JGraph.Draw.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: JGraph.Draw PackageVersion: 16.4.0 @@ -8,7 +8,7 @@ Publisher: JGraph PublisherUrl: https://www.diagrams.net PublisherSupportUrl: https://www.diagrams.net/doc PrivacyUrl: https://www.diagrams.net/trust -# Author: +# Author: PackageName: draw.io PackageUrl: https://www.diagrams.net License: Apache License 2.0 @@ -16,8 +16,8 @@ LicenseUrl: https://raw.githubusercontent.com/jgraph/drawio-desktop/dev/LICENSE Copyright: © 2005-2021 JGraph Ltd, Artisans' House, 7 Queensbridge, NN4 7BF, Northampton, England. Company CopyrightUrl: https://www.diagrams.net/trust ShortDescription: drawio-desktop is a diagrams.net desktop app based on Electron to create and edit diagrams. draw.io is the old name for diagrams.net. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - diagram - diagrams.net @@ -27,8 +27,10 @@ Tags: - drawio - editor - graphics -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/16.4.0/JGraph.Draw.yaml b/manifests/j/JGraph/Draw/16.4.0/JGraph.Draw.yaml index e04042817ba88..ede4962c922dd 100644 --- a/manifests/j/JGraph/Draw/16.4.0/JGraph.Draw.yaml +++ b/manifests/j/JGraph/Draw/16.4.0/JGraph.Draw.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: JGraph.Draw PackageVersion: 16.4.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/16.4.11/JGraph.Draw.installer.yaml b/manifests/j/JGraph/Draw/16.4.11/JGraph.Draw.installer.yaml index 4328b986cd732..7bfcf196501f9 100644 --- a/manifests/j/JGraph/Draw/16.4.11/JGraph.Draw.installer.yaml +++ b/manifests/j/JGraph/Draw/16.4.11/JGraph.Draw.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: JGraph.Draw PackageVersion: 16.4.11 @@ -19,4 +19,4 @@ Installers: InstallerUrl: https://github.com/jgraph/drawio-desktop/releases/download/v16.4.11/draw.io-ia32-16.4.11-windows-32bit-installer.exe InstallerSha256: 1DD6F14C5A0A25ABEB04AF6F314B8F793E9E64908245C95DA3F623FA98B1228E ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/16.4.11/JGraph.Draw.locale.en-US.yaml b/manifests/j/JGraph/Draw/16.4.11/JGraph.Draw.locale.en-US.yaml index 7718a27c4f985..7949ebec6cbd8 100644 --- a/manifests/j/JGraph/Draw/16.4.11/JGraph.Draw.locale.en-US.yaml +++ b/manifests/j/JGraph/Draw/16.4.11/JGraph.Draw.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: JGraph.Draw PackageVersion: 16.4.11 @@ -8,7 +8,7 @@ Publisher: JGraph PublisherUrl: https://www.diagrams.net PublisherSupportUrl: https://www.diagrams.net/doc PrivacyUrl: https://www.diagrams.net/trust -# Author: +# Author: PackageName: draw.io PackageUrl: https://www.diagrams.net License: Apache License 2.0 @@ -16,8 +16,8 @@ LicenseUrl: https://raw.githubusercontent.com/jgraph/drawio-desktop/dev/LICENSE Copyright: © 2005-2021 JGraph Ltd, Artisans' House, 7 Queensbridge, NN4 7BF, Northampton, England. Company CopyrightUrl: https://www.diagrams.net/trust ShortDescription: drawio-desktop is a diagrams.net desktop app based on Electron to create and edit diagrams. draw.io is the old name for diagrams.net. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - diagram - diagrams.net @@ -27,8 +27,10 @@ Tags: - drawio - editor - graphics -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/16.4.11/JGraph.Draw.yaml b/manifests/j/JGraph/Draw/16.4.11/JGraph.Draw.yaml index ee655eed7f24b..095b5491e76ce 100644 --- a/manifests/j/JGraph/Draw/16.4.11/JGraph.Draw.yaml +++ b/manifests/j/JGraph/Draw/16.4.11/JGraph.Draw.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: JGraph.Draw PackageVersion: 16.4.11 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/16.5.1/JGraph.Draw.installer.yaml b/manifests/j/JGraph/Draw/16.5.1/JGraph.Draw.installer.yaml index 5d5c120d41fff..dbedb1bf8bd13 100644 --- a/manifests/j/JGraph/Draw/16.5.1/JGraph.Draw.installer.yaml +++ b/manifests/j/JGraph/Draw/16.5.1/JGraph.Draw.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: JGraph.Draw PackageVersion: 16.5.1 @@ -19,4 +19,4 @@ Installers: InstallerUrl: https://github.com/jgraph/drawio-desktop/releases/download/v16.5.1/draw.io-ia32-16.5.1-windows-32bit-installer.exe InstallerSha256: 2843C6905550219E83AFAEB5B9820C990616D210DF3B31B680C8DF50B5FD2087 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/16.5.1/JGraph.Draw.locale.en-US.yaml b/manifests/j/JGraph/Draw/16.5.1/JGraph.Draw.locale.en-US.yaml index 4445002295855..a00f618fc9c14 100644 --- a/manifests/j/JGraph/Draw/16.5.1/JGraph.Draw.locale.en-US.yaml +++ b/manifests/j/JGraph/Draw/16.5.1/JGraph.Draw.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: JGraph.Draw PackageVersion: 16.5.1 @@ -8,7 +8,7 @@ Publisher: JGraph PublisherUrl: https://www.diagrams.net PublisherSupportUrl: https://www.diagrams.net/doc PrivacyUrl: https://www.diagrams.net/trust -# Author: +# Author: PackageName: draw.io PackageUrl: https://www.diagrams.net License: Apache License 2.0 @@ -16,8 +16,8 @@ LicenseUrl: https://raw.githubusercontent.com/jgraph/drawio-desktop/dev/LICENSE Copyright: © 2005-2021 JGraph Ltd, Artisans' House, 7 Queensbridge, NN4 7BF, Northampton, England. Company CopyrightUrl: https://www.diagrams.net/trust ShortDescription: drawio-desktop is a diagrams.net desktop app based on Electron to create and edit diagrams. draw.io is the old name for diagrams.net. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - diagram - diagrams.net @@ -27,8 +27,10 @@ Tags: - drawio - editor - graphics -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/16.5.1/JGraph.Draw.yaml b/manifests/j/JGraph/Draw/16.5.1/JGraph.Draw.yaml index 7efaea5f0f60e..351827e2c58db 100644 --- a/manifests/j/JGraph/Draw/16.5.1/JGraph.Draw.yaml +++ b/manifests/j/JGraph/Draw/16.5.1/JGraph.Draw.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: JGraph.Draw PackageVersion: 16.5.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/17.2.1/JGraph.Draw.installer.yaml b/manifests/j/JGraph/Draw/17.2.1/JGraph.Draw.installer.yaml index e4689d38f45e5..f99aa339afb81 100644 --- a/manifests/j/JGraph/Draw/17.2.1/JGraph.Draw.installer.yaml +++ b/manifests/j/JGraph/Draw/17.2.1/JGraph.Draw.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: JGraph.Draw PackageVersion: 17.2.1 @@ -20,4 +20,4 @@ Installers: InstallerUrl: https://github.com/jgraph/drawio-desktop/releases/download/v17.2.1/draw.io-ia32-17.2.1-windows-32bit-installer.exe InstallerSha256: 2B3A48EC128323B15A4931E75937667DC6C70D78621AA23383ECCA35E452446E ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/17.2.1/JGraph.Draw.locale.en-US.yaml b/manifests/j/JGraph/Draw/17.2.1/JGraph.Draw.locale.en-US.yaml index df0dfc626a48d..5c6e8834b29c8 100644 --- a/manifests/j/JGraph/Draw/17.2.1/JGraph.Draw.locale.en-US.yaml +++ b/manifests/j/JGraph/Draw/17.2.1/JGraph.Draw.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: JGraph.Draw PackageVersion: 17.2.1 @@ -8,7 +8,7 @@ Publisher: JGraph PublisherUrl: https://www.diagrams.net PublisherSupportUrl: https://www.diagrams.net/doc PrivacyUrl: https://www.diagrams.net/trust -# Author: +# Author: PackageName: draw.io PackageUrl: https://www.diagrams.net License: Apache License 2.0 @@ -16,8 +16,8 @@ LicenseUrl: https://raw.githubusercontent.com/jgraph/drawio-desktop/dev/LICENSE Copyright: © 2005-2021 JGraph Ltd, Artisans' House, 7 Queensbridge, NN4 7BF, Northampton, England. Company CopyrightUrl: https://www.diagrams.net/trust ShortDescription: drawio-desktop is a diagrams.net desktop app based on Electron to create and edit diagrams. draw.io is the old name for diagrams.net. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - diagram - diagrams.net @@ -27,8 +27,10 @@ Tags: - drawio - editor - graphics -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/jgraph/drawio-desktop/releases/tag/v17.2.1 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/17.2.1/JGraph.Draw.yaml b/manifests/j/JGraph/Draw/17.2.1/JGraph.Draw.yaml index f0e9734194b9e..2c4f752ad31f2 100644 --- a/manifests/j/JGraph/Draw/17.2.1/JGraph.Draw.yaml +++ b/manifests/j/JGraph/Draw/17.2.1/JGraph.Draw.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: JGraph.Draw PackageVersion: 17.2.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/17.2.4/JGraph.Draw.installer.yaml b/manifests/j/JGraph/Draw/17.2.4/JGraph.Draw.installer.yaml index b705a65362a2b..f1c26d84d39fe 100644 --- a/manifests/j/JGraph/Draw/17.2.4/JGraph.Draw.installer.yaml +++ b/manifests/j/JGraph/Draw/17.2.4/JGraph.Draw.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: JGraph.Draw PackageVersion: 17.2.4 @@ -20,4 +20,4 @@ Installers: InstallerUrl: https://github.com/jgraph/drawio-desktop/releases/download/v17.2.4/draw.io-ia32-17.2.4-windows-32bit-installer.exe InstallerSha256: 0E00E13813ADF58DFBD9CAE7409461B77DC22F18C77087E0DE240F46F4235F5C ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/17.2.4/JGraph.Draw.locale.en-US.yaml b/manifests/j/JGraph/Draw/17.2.4/JGraph.Draw.locale.en-US.yaml index 693d777ddfe83..db965c7c0e3c1 100644 --- a/manifests/j/JGraph/Draw/17.2.4/JGraph.Draw.locale.en-US.yaml +++ b/manifests/j/JGraph/Draw/17.2.4/JGraph.Draw.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: JGraph.Draw PackageVersion: 17.2.4 @@ -8,7 +8,7 @@ Publisher: JGraph PublisherUrl: https://www.diagrams.net PublisherSupportUrl: https://www.diagrams.net/doc PrivacyUrl: https://www.diagrams.net/trust -# Author: +# Author: PackageName: draw.io PackageUrl: https://www.diagrams.net License: Apache License 2.0 @@ -16,8 +16,8 @@ LicenseUrl: https://raw.githubusercontent.com/jgraph/drawio-desktop/dev/LICENSE Copyright: © 2005-2021 JGraph Ltd, Artisans' House, 7 Queensbridge, NN4 7BF, Northampton, England. Company CopyrightUrl: https://www.diagrams.net/trust ShortDescription: drawio-desktop is a diagrams.net desktop app based on Electron to create and edit diagrams. draw.io is the old name for diagrams.net. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - diagram - diagrams.net @@ -27,8 +27,10 @@ Tags: - drawio - editor - graphics -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/jgraph/drawio-desktop/releases/tag/v17.2.4 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/17.2.4/JGraph.Draw.yaml b/manifests/j/JGraph/Draw/17.2.4/JGraph.Draw.yaml index fb9baa6c36620..c24a4e55a35ef 100644 --- a/manifests/j/JGraph/Draw/17.2.4/JGraph.Draw.yaml +++ b/manifests/j/JGraph/Draw/17.2.4/JGraph.Draw.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: JGraph.Draw PackageVersion: 17.2.4 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/17.4.2/JGraph.Draw.installer.yaml b/manifests/j/JGraph/Draw/17.4.2/JGraph.Draw.installer.yaml index 5c7ab929be95e..5bca70ed906f9 100644 --- a/manifests/j/JGraph/Draw/17.4.2/JGraph.Draw.installer.yaml +++ b/manifests/j/JGraph/Draw/17.4.2/JGraph.Draw.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: JGraph.Draw PackageVersion: 17.4.2 @@ -20,4 +20,4 @@ Installers: InstallerUrl: https://github.com/jgraph/drawio-desktop/releases/download/v17.4.2/draw.io-ia32-17.4.2-windows-32bit-installer.exe InstallerSha256: 788C731FCE7E9267707B9A06BDBF3038BF51E6C5D954BF3DFAE2F37E1EF3184F ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/17.4.2/JGraph.Draw.locale.en-US.yaml b/manifests/j/JGraph/Draw/17.4.2/JGraph.Draw.locale.en-US.yaml index c469942e3dcf3..71b104f402cc6 100644 --- a/manifests/j/JGraph/Draw/17.4.2/JGraph.Draw.locale.en-US.yaml +++ b/manifests/j/JGraph/Draw/17.4.2/JGraph.Draw.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: JGraph.Draw PackageVersion: 17.4.2 @@ -8,7 +8,7 @@ Publisher: JGraph PublisherUrl: https://www.diagrams.net PublisherSupportUrl: https://www.diagrams.net/doc PrivacyUrl: https://www.diagrams.net/trust -# Author: +# Author: PackageName: draw.io PackageUrl: https://www.diagrams.net License: Apache License 2.0 @@ -16,8 +16,8 @@ LicenseUrl: https://raw.githubusercontent.com/jgraph/drawio-desktop/dev/LICENSE Copyright: © 2005-2021 JGraph Ltd, Artisans' House, 7 Queensbridge, NN4 7BF, Northampton, England. Company CopyrightUrl: https://www.diagrams.net/trust ShortDescription: drawio-desktop is a diagrams.net desktop app based on Electron to create and edit diagrams. draw.io is the old name for diagrams.net. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - diagram - diagrams.net @@ -27,8 +27,10 @@ Tags: - drawio - editor - graphics -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/jgraph/drawio-desktop/releases/tag/v17.4.2 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/17.4.2/JGraph.Draw.yaml b/manifests/j/JGraph/Draw/17.4.2/JGraph.Draw.yaml index 9857dc5a9c303..6978ed1680e4a 100644 --- a/manifests/j/JGraph/Draw/17.4.2/JGraph.Draw.yaml +++ b/manifests/j/JGraph/Draw/17.4.2/JGraph.Draw.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: JGraph.Draw PackageVersion: 17.4.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/18.0.0/JGraph.Draw.installer.yaml b/manifests/j/JGraph/Draw/18.0.0/JGraph.Draw.installer.yaml index 226c42cf05fb1..903935ee54d95 100644 --- a/manifests/j/JGraph/Draw/18.0.0/JGraph.Draw.installer.yaml +++ b/manifests/j/JGraph/Draw/18.0.0/JGraph.Draw.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: JGraph.Draw PackageVersion: 18.0.0 @@ -20,4 +20,4 @@ Installers: InstallerUrl: https://github.com/jgraph/drawio-desktop/releases/download/v18.0.0/draw.io-ia32-18.0.0-windows-32bit-installer.exe InstallerSha256: 64D82B161D7F21DC7A24D36FB0885317C0F83577144B34F8A0E9491BB3C3830D ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/18.0.0/JGraph.Draw.locale.en-US.yaml b/manifests/j/JGraph/Draw/18.0.0/JGraph.Draw.locale.en-US.yaml index 0da5e88a7a911..8c7b5d6595108 100644 --- a/manifests/j/JGraph/Draw/18.0.0/JGraph.Draw.locale.en-US.yaml +++ b/manifests/j/JGraph/Draw/18.0.0/JGraph.Draw.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: JGraph.Draw PackageVersion: 18.0.0 @@ -8,7 +8,7 @@ Publisher: JGraph PublisherUrl: https://www.diagrams.net PublisherSupportUrl: https://www.diagrams.net/doc PrivacyUrl: https://www.diagrams.net/trust -# Author: +# Author: PackageName: draw.io PackageUrl: https://www.diagrams.net License: Apache License 2.0 @@ -16,8 +16,8 @@ LicenseUrl: https://raw.githubusercontent.com/jgraph/drawio-desktop/dev/LICENSE Copyright: © 2005-2021 JGraph Ltd, Artisans' House, 7 Queensbridge, NN4 7BF, Northampton, England. Company CopyrightUrl: https://www.diagrams.net/trust ShortDescription: drawio-desktop is a diagrams.net desktop app based on Electron to create and edit diagrams. draw.io is the old name for diagrams.net. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - diagram - diagrams.net @@ -27,8 +27,10 @@ Tags: - drawio - editor - graphics -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/jgraph/drawio-desktop/releases/tag/v18.0.0 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/18.0.0/JGraph.Draw.yaml b/manifests/j/JGraph/Draw/18.0.0/JGraph.Draw.yaml index e911829b284f2..86d1e8b420411 100644 --- a/manifests/j/JGraph/Draw/18.0.0/JGraph.Draw.yaml +++ b/manifests/j/JGraph/Draw/18.0.0/JGraph.Draw.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: JGraph.Draw PackageVersion: 18.0.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/18.0.1/JGraph.Draw.installer.yaml b/manifests/j/JGraph/Draw/18.0.1/JGraph.Draw.installer.yaml index f5fa4941a7d0d..4c398ffd184ef 100644 --- a/manifests/j/JGraph/Draw/18.0.1/JGraph.Draw.installer.yaml +++ b/manifests/j/JGraph/Draw/18.0.1/JGraph.Draw.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: JGraph.Draw PackageVersion: 18.0.1 @@ -20,4 +20,4 @@ Installers: InstallerUrl: https://github.com/jgraph/drawio-desktop/releases/download/v18.0.1/draw.io-ia32-18.0.1-windows-32bit-installer.exe InstallerSha256: 4B29AA5E3488FCE020A19072C7F4CA46D9AF339DE421688EE15673C0A207C53F ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/18.0.1/JGraph.Draw.locale.en-US.yaml b/manifests/j/JGraph/Draw/18.0.1/JGraph.Draw.locale.en-US.yaml index 5a67aa52fe1ec..b2295789893ea 100644 --- a/manifests/j/JGraph/Draw/18.0.1/JGraph.Draw.locale.en-US.yaml +++ b/manifests/j/JGraph/Draw/18.0.1/JGraph.Draw.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: JGraph.Draw PackageVersion: 18.0.1 @@ -8,7 +8,7 @@ Publisher: JGraph PublisherUrl: https://www.diagrams.net PublisherSupportUrl: https://www.diagrams.net/doc PrivacyUrl: https://www.diagrams.net/trust -# Author: +# Author: PackageName: draw.io PackageUrl: https://www.diagrams.net License: Apache License 2.0 @@ -16,8 +16,8 @@ LicenseUrl: https://raw.githubusercontent.com/jgraph/drawio-desktop/dev/LICENSE Copyright: © 2005-2021 JGraph Ltd, Artisans' House, 7 Queensbridge, NN4 7BF, Northampton, England. Company CopyrightUrl: https://www.diagrams.net/trust ShortDescription: drawio-desktop is a diagrams.net desktop app based on Electron to create and edit diagrams. draw.io is the old name for diagrams.net. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - diagram - diagrams.net @@ -27,8 +27,10 @@ Tags: - drawio - editor - graphics -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/jgraph/drawio-desktop/releases/tag/v18.0.1 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/18.0.1/JGraph.Draw.yaml b/manifests/j/JGraph/Draw/18.0.1/JGraph.Draw.yaml index a9dd3dabaf60b..c2824da25c2c5 100644 --- a/manifests/j/JGraph/Draw/18.0.1/JGraph.Draw.yaml +++ b/manifests/j/JGraph/Draw/18.0.1/JGraph.Draw.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: JGraph.Draw PackageVersion: 18.0.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/18.0.4/JGraph.Draw.installer.yaml b/manifests/j/JGraph/Draw/18.0.4/JGraph.Draw.installer.yaml index d30fe8cf0c876..a6653a7f60ac3 100644 --- a/manifests/j/JGraph/Draw/18.0.4/JGraph.Draw.installer.yaml +++ b/manifests/j/JGraph/Draw/18.0.4/JGraph.Draw.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: JGraph.Draw PackageVersion: 18.0.4 @@ -20,4 +20,4 @@ Installers: InstallerUrl: https://github.com/jgraph/drawio-desktop/releases/download/v18.0.4/draw.io-ia32-18.0.4-windows-32bit-installer.exe InstallerSha256: 3B25346FE8D91716899762E60C33C255475470C208CAB59EEE0F3142DAA5D734 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/18.0.4/JGraph.Draw.locale.en-US.yaml b/manifests/j/JGraph/Draw/18.0.4/JGraph.Draw.locale.en-US.yaml index 1a5b07fb9c253..0901c870a8718 100644 --- a/manifests/j/JGraph/Draw/18.0.4/JGraph.Draw.locale.en-US.yaml +++ b/manifests/j/JGraph/Draw/18.0.4/JGraph.Draw.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: JGraph.Draw PackageVersion: 18.0.4 @@ -8,7 +8,7 @@ Publisher: JGraph PublisherUrl: https://www.diagrams.net PublisherSupportUrl: https://www.diagrams.net/doc PrivacyUrl: https://www.diagrams.net/trust -# Author: +# Author: PackageName: draw.io PackageUrl: https://www.diagrams.net License: Apache License 2.0 @@ -16,8 +16,8 @@ LicenseUrl: https://raw.githubusercontent.com/jgraph/drawio-desktop/dev/LICENSE Copyright: © 2005-2021 JGraph Ltd, Artisans' House, 7 Queensbridge, NN4 7BF, Northampton, England. Company CopyrightUrl: https://www.diagrams.net/trust ShortDescription: drawio-desktop is a diagrams.net desktop app based on Electron to create and edit diagrams. draw.io is the old name for diagrams.net. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - diagram - diagrams.net @@ -27,8 +27,10 @@ Tags: - drawio - editor - graphics -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/jgraph/drawio-desktop/releases/tag/v18.0.4 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/18.0.4/JGraph.Draw.yaml b/manifests/j/JGraph/Draw/18.0.4/JGraph.Draw.yaml index 6e52d362bcf66..82bd46989459c 100644 --- a/manifests/j/JGraph/Draw/18.0.4/JGraph.Draw.yaml +++ b/manifests/j/JGraph/Draw/18.0.4/JGraph.Draw.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: JGraph.Draw PackageVersion: 18.0.4 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/18.0.6/JGraph.Draw.installer.yaml b/manifests/j/JGraph/Draw/18.0.6/JGraph.Draw.installer.yaml index 1ce106ce086fa..1b6cf94b63b32 100644 --- a/manifests/j/JGraph/Draw/18.0.6/JGraph.Draw.installer.yaml +++ b/manifests/j/JGraph/Draw/18.0.6/JGraph.Draw.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: JGraph.Draw PackageVersion: 18.0.6 @@ -20,4 +20,4 @@ Installers: InstallerUrl: https://github.com/jgraph/drawio-desktop/releases/download/v18.0.6/draw.io-ia32-18.0.6-windows-32bit-installer.exe InstallerSha256: 5F7A2E9A9EFA2B5A1841450441F5D96E3F6D4FC4420890E298747B708A7CA9A4 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/18.0.6/JGraph.Draw.locale.en-US.yaml b/manifests/j/JGraph/Draw/18.0.6/JGraph.Draw.locale.en-US.yaml index 880be52cf6abf..d36d4beaa66b0 100644 --- a/manifests/j/JGraph/Draw/18.0.6/JGraph.Draw.locale.en-US.yaml +++ b/manifests/j/JGraph/Draw/18.0.6/JGraph.Draw.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: JGraph.Draw PackageVersion: 18.0.6 @@ -8,7 +8,7 @@ Publisher: JGraph PublisherUrl: https://www.diagrams.net PublisherSupportUrl: https://www.diagrams.net/doc PrivacyUrl: https://www.diagrams.net/trust -# Author: +# Author: PackageName: draw.io PackageUrl: https://www.diagrams.net License: Apache License 2.0 @@ -16,8 +16,8 @@ LicenseUrl: https://raw.githubusercontent.com/jgraph/drawio-desktop/dev/LICENSE Copyright: © 2005-2021 JGraph Ltd, Artisans' House, 7 Queensbridge, NN4 7BF, Northampton, England. Company CopyrightUrl: https://www.diagrams.net/trust ShortDescription: drawio-desktop is a diagrams.net desktop app based on Electron to create and edit diagrams. draw.io is the old name for diagrams.net. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - diagram - diagrams.net @@ -27,8 +27,10 @@ Tags: - drawio - editor - graphics -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/jgraph/drawio-desktop/releases/tag/v18.0.6 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/18.0.6/JGraph.Draw.yaml b/manifests/j/JGraph/Draw/18.0.6/JGraph.Draw.yaml index e09b4fb286fe9..628484efda8d4 100644 --- a/manifests/j/JGraph/Draw/18.0.6/JGraph.Draw.yaml +++ b/manifests/j/JGraph/Draw/18.0.6/JGraph.Draw.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: JGraph.Draw PackageVersion: 18.0.6 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/18.1.3/JGraph.Draw.installer.yaml b/manifests/j/JGraph/Draw/18.1.3/JGraph.Draw.installer.yaml index 3a264b84e9cae..b294049b0bf47 100644 --- a/manifests/j/JGraph/Draw/18.1.3/JGraph.Draw.installer.yaml +++ b/manifests/j/JGraph/Draw/18.1.3/JGraph.Draw.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: JGraph.Draw PackageVersion: 18.1.3 @@ -20,4 +20,4 @@ Installers: InstallerUrl: https://github.com/jgraph/drawio-desktop/releases/download/v18.1.3/draw.io-ia32-18.1.3-windows-32bit-installer.exe InstallerSha256: 73D786AD8E136C24EEEFA84C5C2EB03195D6FFACD97322A4B37A72407613A50C ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/18.1.3/JGraph.Draw.locale.en-US.yaml b/manifests/j/JGraph/Draw/18.1.3/JGraph.Draw.locale.en-US.yaml index 8d2abf5c9e43f..02a81bcc2573d 100644 --- a/manifests/j/JGraph/Draw/18.1.3/JGraph.Draw.locale.en-US.yaml +++ b/manifests/j/JGraph/Draw/18.1.3/JGraph.Draw.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: JGraph.Draw PackageVersion: 18.1.3 @@ -8,7 +8,7 @@ Publisher: JGraph PublisherUrl: https://www.diagrams.net PublisherSupportUrl: https://www.diagrams.net/doc PrivacyUrl: https://www.diagrams.net/trust -# Author: +# Author: PackageName: draw.io PackageUrl: https://www.diagrams.net License: Apache License 2.0 @@ -16,8 +16,8 @@ LicenseUrl: https://raw.githubusercontent.com/jgraph/drawio-desktop/dev/LICENSE Copyright: © 2005-2021 JGraph Ltd, Artisans' House, 7 Queensbridge, NN4 7BF, Northampton, England. Company CopyrightUrl: https://www.diagrams.net/trust ShortDescription: drawio-desktop is a diagrams.net desktop app based on Electron to create and edit diagrams. draw.io is the old name for diagrams.net. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - diagram - diagrams.net @@ -27,8 +27,10 @@ Tags: - drawio - editor - graphics -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/jgraph/drawio-desktop/releases/tag/v18.1.3 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/18.1.3/JGraph.Draw.yaml b/manifests/j/JGraph/Draw/18.1.3/JGraph.Draw.yaml index d539adbc8b953..810156b0fcbdd 100644 --- a/manifests/j/JGraph/Draw/18.1.3/JGraph.Draw.yaml +++ b/manifests/j/JGraph/Draw/18.1.3/JGraph.Draw.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: JGraph.Draw PackageVersion: 18.1.3 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/19.0.0/JGraph.Draw.installer.yaml b/manifests/j/JGraph/Draw/19.0.0/JGraph.Draw.installer.yaml index f492ca3c00b1a..fe3a9f5ec795b 100644 --- a/manifests/j/JGraph/Draw/19.0.0/JGraph.Draw.installer.yaml +++ b/manifests/j/JGraph/Draw/19.0.0/JGraph.Draw.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: JGraph.Draw PackageVersion: 19.0.0 @@ -20,4 +20,4 @@ Installers: InstallerUrl: https://github.com/jgraph/drawio-desktop/releases/download/v19.0.0/draw.io-ia32-19.0.0-windows-32bit-installer.exe InstallerSha256: 1D260D5BF2BA56B62F2D99786FD6637BC98C1CDA24E15F4172A023E8340244EC ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/19.0.0/JGraph.Draw.locale.en-US.yaml b/manifests/j/JGraph/Draw/19.0.0/JGraph.Draw.locale.en-US.yaml index 03700fa5e5e95..7e6c40903b437 100644 --- a/manifests/j/JGraph/Draw/19.0.0/JGraph.Draw.locale.en-US.yaml +++ b/manifests/j/JGraph/Draw/19.0.0/JGraph.Draw.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: JGraph.Draw PackageVersion: 19.0.0 @@ -8,7 +8,7 @@ Publisher: JGraph PublisherUrl: https://www.diagrams.net PublisherSupportUrl: https://www.diagrams.net/doc PrivacyUrl: https://www.diagrams.net/trust -# Author: +# Author: PackageName: draw.io PackageUrl: https://www.diagrams.net License: Apache License 2.0 @@ -16,8 +16,8 @@ LicenseUrl: https://raw.githubusercontent.com/jgraph/drawio-desktop/dev/LICENSE Copyright: © 2005-2021 JGraph Ltd, Artisans' House, 7 Queensbridge, NN4 7BF, Northampton, England. Company CopyrightUrl: https://www.diagrams.net/trust ShortDescription: drawio-desktop is a diagrams.net desktop app based on Electron to create and edit diagrams. draw.io is the old name for diagrams.net. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - diagram - diagrams.net @@ -27,8 +27,10 @@ Tags: - drawio - editor - graphics -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/jgraph/drawio-desktop/releases/tag/v19.0.0 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/19.0.0/JGraph.Draw.yaml b/manifests/j/JGraph/Draw/19.0.0/JGraph.Draw.yaml index 657b1755b6291..da0678c8e0bb0 100644 --- a/manifests/j/JGraph/Draw/19.0.0/JGraph.Draw.yaml +++ b/manifests/j/JGraph/Draw/19.0.0/JGraph.Draw.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: JGraph.Draw PackageVersion: 19.0.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/19.0.1/JGraph.Draw.installer.yaml b/manifests/j/JGraph/Draw/19.0.1/JGraph.Draw.installer.yaml index 59b4548919d28..2f09ad6a8493f 100644 --- a/manifests/j/JGraph/Draw/19.0.1/JGraph.Draw.installer.yaml +++ b/manifests/j/JGraph/Draw/19.0.1/JGraph.Draw.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: JGraph.Draw PackageVersion: 19.0.1 @@ -20,4 +20,4 @@ Installers: InstallerUrl: https://github.com/jgraph/drawio-desktop/releases/download/v19.0.1/draw.io-ia32-19.0.1-windows-32bit-installer.exe InstallerSha256: 1DA0A9F4B4052C9DAAA48385F6A7E1481CF7D3D21C114CA94E23CFF4EA9AC963 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/19.0.1/JGraph.Draw.locale.en-US.yaml b/manifests/j/JGraph/Draw/19.0.1/JGraph.Draw.locale.en-US.yaml index 56156308f8446..5b2f674efd1cf 100644 --- a/manifests/j/JGraph/Draw/19.0.1/JGraph.Draw.locale.en-US.yaml +++ b/manifests/j/JGraph/Draw/19.0.1/JGraph.Draw.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: JGraph.Draw PackageVersion: 19.0.1 @@ -8,7 +8,7 @@ Publisher: JGraph PublisherUrl: https://www.diagrams.net PublisherSupportUrl: https://www.diagrams.net/doc PrivacyUrl: https://www.diagrams.net/trust -# Author: +# Author: PackageName: draw.io PackageUrl: https://www.diagrams.net License: Apache License 2.0 @@ -16,8 +16,8 @@ LicenseUrl: https://raw.githubusercontent.com/jgraph/drawio-desktop/dev/LICENSE Copyright: © 2005-2021 JGraph Ltd, Artisans' House, 7 Queensbridge, NN4 7BF, Northampton, England. Company CopyrightUrl: https://www.diagrams.net/trust ShortDescription: drawio-desktop is a diagrams.net desktop app based on Electron to create and edit diagrams. draw.io is the old name for diagrams.net. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - diagram - diagrams.net @@ -27,8 +27,10 @@ Tags: - drawio - editor - graphics -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/jgraph/drawio-desktop/releases/tag/v19.0.1 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/19.0.1/JGraph.Draw.yaml b/manifests/j/JGraph/Draw/19.0.1/JGraph.Draw.yaml index b19c9d0490597..1814aef1861a1 100644 --- a/manifests/j/JGraph/Draw/19.0.1/JGraph.Draw.yaml +++ b/manifests/j/JGraph/Draw/19.0.1/JGraph.Draw.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: JGraph.Draw PackageVersion: 19.0.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/19.0.2/JGraph.Draw.installer.yaml b/manifests/j/JGraph/Draw/19.0.2/JGraph.Draw.installer.yaml index 5eda18a422a17..4053cb34c10d1 100644 --- a/manifests/j/JGraph/Draw/19.0.2/JGraph.Draw.installer.yaml +++ b/manifests/j/JGraph/Draw/19.0.2/JGraph.Draw.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: JGraph.Draw PackageVersion: 19.0.2 @@ -20,4 +20,4 @@ Installers: InstallerUrl: https://github.com/jgraph/drawio-desktop/releases/download/v19.0.2/draw.io-ia32-19.0.2-windows-32bit-installer.exe InstallerSha256: 84149B6933C8DDFB70C4FBDE4F0810770A7C5330B4D1FC97705F30BA74251CD1 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/19.0.2/JGraph.Draw.locale.en-US.yaml b/manifests/j/JGraph/Draw/19.0.2/JGraph.Draw.locale.en-US.yaml index 134f6f5aaae60..b6a7c15af41b2 100644 --- a/manifests/j/JGraph/Draw/19.0.2/JGraph.Draw.locale.en-US.yaml +++ b/manifests/j/JGraph/Draw/19.0.2/JGraph.Draw.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: JGraph.Draw PackageVersion: 19.0.2 @@ -8,7 +8,7 @@ Publisher: JGraph PublisherUrl: https://www.diagrams.net PublisherSupportUrl: https://www.diagrams.net/doc PrivacyUrl: https://www.diagrams.net/trust -# Author: +# Author: PackageName: draw.io PackageUrl: https://www.diagrams.net License: Apache License 2.0 @@ -16,8 +16,8 @@ LicenseUrl: https://raw.githubusercontent.com/jgraph/drawio-desktop/dev/LICENSE Copyright: © 2005-2021 JGraph Ltd, Artisans' House, 7 Queensbridge, NN4 7BF, Northampton, England. Company CopyrightUrl: https://www.diagrams.net/trust ShortDescription: drawio-desktop is a diagrams.net desktop app based on Electron to create and edit diagrams. draw.io is the old name for diagrams.net. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - diagram - diagrams.net @@ -27,8 +27,10 @@ Tags: - drawio - editor - graphics -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/jgraph/drawio-desktop/releases/tag/v19.0.2 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/19.0.2/JGraph.Draw.yaml b/manifests/j/JGraph/Draw/19.0.2/JGraph.Draw.yaml index 3396618ca93a0..6d96cf56d69ed 100644 --- a/manifests/j/JGraph/Draw/19.0.2/JGraph.Draw.yaml +++ b/manifests/j/JGraph/Draw/19.0.2/JGraph.Draw.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: JGraph.Draw PackageVersion: 19.0.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/19.0.3/JGraph.Draw.installer.yaml b/manifests/j/JGraph/Draw/19.0.3/JGraph.Draw.installer.yaml index d414916a2070a..54237f56f1fcc 100644 --- a/manifests/j/JGraph/Draw/19.0.3/JGraph.Draw.installer.yaml +++ b/manifests/j/JGraph/Draw/19.0.3/JGraph.Draw.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: JGraph.Draw PackageVersion: 19.0.3 @@ -20,4 +20,4 @@ Installers: InstallerUrl: https://github.com/jgraph/drawio-desktop/releases/download/v19.0.3/draw.io-ia32-19.0.3-windows-32bit-installer.exe InstallerSha256: F212A0203D0FA294ED23030DB7FDAE1AB2A08143F50F5314B647EC6DCEA822E0 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/19.0.3/JGraph.Draw.locale.en-US.yaml b/manifests/j/JGraph/Draw/19.0.3/JGraph.Draw.locale.en-US.yaml index f0207695ada47..7b7f732ca3cba 100644 --- a/manifests/j/JGraph/Draw/19.0.3/JGraph.Draw.locale.en-US.yaml +++ b/manifests/j/JGraph/Draw/19.0.3/JGraph.Draw.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: JGraph.Draw PackageVersion: 19.0.3 @@ -8,7 +8,7 @@ Publisher: JGraph PublisherUrl: https://www.diagrams.net PublisherSupportUrl: https://www.diagrams.net/doc PrivacyUrl: https://www.diagrams.net/trust -# Author: +# Author: PackageName: draw.io PackageUrl: https://www.diagrams.net License: Apache License 2.0 @@ -16,8 +16,8 @@ LicenseUrl: https://raw.githubusercontent.com/jgraph/drawio-desktop/dev/LICENSE Copyright: © 2005-2021 JGraph Ltd, Artisans' House, 7 Queensbridge, NN4 7BF, Northampton, England. Company CopyrightUrl: https://www.diagrams.net/trust ShortDescription: drawio-desktop is a diagrams.net desktop app based on Electron to create and edit diagrams. draw.io is the old name for diagrams.net. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - diagram - diagrams.net @@ -27,8 +27,10 @@ Tags: - drawio - editor - graphics -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/jgraph/drawio-desktop/releases/tag/v19.0.3 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/19.0.3/JGraph.Draw.yaml b/manifests/j/JGraph/Draw/19.0.3/JGraph.Draw.yaml index aa88c41c6162a..b87168956c35f 100644 --- a/manifests/j/JGraph/Draw/19.0.3/JGraph.Draw.yaml +++ b/manifests/j/JGraph/Draw/19.0.3/JGraph.Draw.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: JGraph.Draw PackageVersion: 19.0.3 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/20.2.3/JGraph.Draw.installer.yaml b/manifests/j/JGraph/Draw/20.2.3/JGraph.Draw.installer.yaml index 9e1272567cbb9..ca6523f77e4e4 100644 --- a/manifests/j/JGraph/Draw/20.2.3/JGraph.Draw.installer.yaml +++ b/manifests/j/JGraph/Draw/20.2.3/JGraph.Draw.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: JGraph.Draw PackageVersion: 20.2.3 @@ -20,4 +20,4 @@ Installers: InstallerUrl: https://github.com/jgraph/drawio-desktop/releases/download/v20.2.3/draw.io-ia32-20.2.3-windows-32bit-installer.exe InstallerSha256: 3B0880E1C3D45E5CE6CD8AB27405E8C473EF305169E8E371C78CADD041174E05 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/20.2.3/JGraph.Draw.locale.en-US.yaml b/manifests/j/JGraph/Draw/20.2.3/JGraph.Draw.locale.en-US.yaml index a1d7b937a247f..1b568c08ca065 100644 --- a/manifests/j/JGraph/Draw/20.2.3/JGraph.Draw.locale.en-US.yaml +++ b/manifests/j/JGraph/Draw/20.2.3/JGraph.Draw.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: JGraph.Draw PackageVersion: 20.2.3 @@ -8,7 +8,7 @@ Publisher: JGraph PublisherUrl: https://www.diagrams.net PublisherSupportUrl: https://www.diagrams.net/doc PrivacyUrl: https://www.diagrams.net/trust -# Author: +# Author: PackageName: draw.io PackageUrl: https://www.diagrams.net License: Apache License 2.0 @@ -16,8 +16,8 @@ LicenseUrl: https://raw.githubusercontent.com/jgraph/drawio-desktop/dev/LICENSE Copyright: © 2005-2021 JGraph Ltd, Artisans' House, 7 Queensbridge, NN4 7BF, Northampton, England. Company CopyrightUrl: https://www.diagrams.net/trust ShortDescription: drawio-desktop is a diagrams.net desktop app based on Electron to create and edit diagrams. draw.io is the old name for diagrams.net. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - diagram - diagrams.net @@ -27,11 +27,10 @@ Tags: - drawio - editor - graphics -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/jgraph/drawio-desktop/releases/tag/v20.2.3 -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/20.2.3/JGraph.Draw.yaml b/manifests/j/JGraph/Draw/20.2.3/JGraph.Draw.yaml index 4c04ba965efd0..8066d48d61b1c 100644 --- a/manifests/j/JGraph/Draw/20.2.3/JGraph.Draw.yaml +++ b/manifests/j/JGraph/Draw/20.2.3/JGraph.Draw.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: JGraph.Draw PackageVersion: 20.2.3 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/20.2.8/JGraph.Draw.installer.yaml b/manifests/j/JGraph/Draw/20.2.8/JGraph.Draw.installer.yaml index 7ef3dbca81882..251de9c4f23f1 100644 --- a/manifests/j/JGraph/Draw/20.2.8/JGraph.Draw.installer.yaml +++ b/manifests/j/JGraph/Draw/20.2.8/JGraph.Draw.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: JGraph.Draw PackageVersion: 20.2.8 @@ -20,4 +20,4 @@ Installers: InstallerUrl: https://github.com/jgraph/drawio-desktop/releases/download/v20.2.8/draw.io-ia32-20.2.8-windows-32bit-installer.exe InstallerSha256: 960B356D96F8497A14551B0F5AD164C130AFC3056BC5D4A6A3152D2184EC4411 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/20.2.8/JGraph.Draw.locale.en-US.yaml b/manifests/j/JGraph/Draw/20.2.8/JGraph.Draw.locale.en-US.yaml index 10d41220feb95..74c8f780cb982 100644 --- a/manifests/j/JGraph/Draw/20.2.8/JGraph.Draw.locale.en-US.yaml +++ b/manifests/j/JGraph/Draw/20.2.8/JGraph.Draw.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: JGraph.Draw PackageVersion: 20.2.8 @@ -8,7 +8,7 @@ Publisher: JGraph PublisherUrl: https://www.diagrams.net PublisherSupportUrl: https://www.diagrams.net/doc PrivacyUrl: https://www.diagrams.net/trust -# Author: +# Author: PackageName: draw.io PackageUrl: https://www.diagrams.net License: Apache License 2.0 @@ -16,8 +16,8 @@ LicenseUrl: https://raw.githubusercontent.com/jgraph/drawio-desktop/dev/LICENSE Copyright: © 2005-2021 JGraph Ltd, Artisans' House, 7 Queensbridge, NN4 7BF, Northampton, England. Company CopyrightUrl: https://www.diagrams.net/trust ShortDescription: drawio-desktop is a diagrams.net desktop app based on Electron to create and edit diagrams. draw.io is the old name for diagrams.net. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - diagram - diagrams.net @@ -27,11 +27,10 @@ Tags: - drawio - editor - graphics -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/jgraph/drawio-desktop/releases/tag/v20.2.8 -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/20.2.8/JGraph.Draw.yaml b/manifests/j/JGraph/Draw/20.2.8/JGraph.Draw.yaml index 01a2dadc80e8e..b01d071afae12 100644 --- a/manifests/j/JGraph/Draw/20.2.8/JGraph.Draw.yaml +++ b/manifests/j/JGraph/Draw/20.2.8/JGraph.Draw.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: JGraph.Draw PackageVersion: 20.2.8 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/20.3.0/JGraph.Draw.installer.yaml b/manifests/j/JGraph/Draw/20.3.0/JGraph.Draw.installer.yaml index 0b483547602a3..7e0c378eb5317 100644 --- a/manifests/j/JGraph/Draw/20.3.0/JGraph.Draw.installer.yaml +++ b/manifests/j/JGraph/Draw/20.3.0/JGraph.Draw.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: JGraph.Draw PackageVersion: 20.3.0 @@ -20,4 +20,4 @@ Installers: InstallerUrl: https://github.com/jgraph/drawio-desktop/releases/download/v20.3.0/draw.io-ia32-20.3.0-windows-32bit-installer.exe InstallerSha256: 6B9DD63636D254E401C4322E1B69E0952B1B1DF1387171DFE493F5452AB9A5FE ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/20.3.0/JGraph.Draw.locale.en-US.yaml b/manifests/j/JGraph/Draw/20.3.0/JGraph.Draw.locale.en-US.yaml index 965148dd77dd2..e907ee27e4107 100644 --- a/manifests/j/JGraph/Draw/20.3.0/JGraph.Draw.locale.en-US.yaml +++ b/manifests/j/JGraph/Draw/20.3.0/JGraph.Draw.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: JGraph.Draw PackageVersion: 20.3.0 @@ -8,7 +8,7 @@ Publisher: JGraph PublisherUrl: https://www.diagrams.net PublisherSupportUrl: https://www.diagrams.net/doc PrivacyUrl: https://www.diagrams.net/trust -# Author: +# Author: PackageName: draw.io PackageUrl: https://www.diagrams.net License: Apache License 2.0 @@ -16,8 +16,8 @@ LicenseUrl: https://raw.githubusercontent.com/jgraph/drawio-desktop/dev/LICENSE Copyright: © 2005-2021 JGraph Ltd, Artisans' House, 7 Queensbridge, NN4 7BF, Northampton, England. Company CopyrightUrl: https://www.diagrams.net/trust ShortDescription: drawio-desktop is a diagrams.net desktop app based on Electron to create and edit diagrams. draw.io is the old name for diagrams.net. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - diagram - diagrams.net @@ -27,11 +27,10 @@ Tags: - drawio - editor - graphics -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/jgraph/drawio-desktop/releases/tag/v20.3.0 -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/20.3.0/JGraph.Draw.yaml b/manifests/j/JGraph/Draw/20.3.0/JGraph.Draw.yaml index 5b13550cb2ef6..d6cee5dea4fed 100644 --- a/manifests/j/JGraph/Draw/20.3.0/JGraph.Draw.yaml +++ b/manifests/j/JGraph/Draw/20.3.0/JGraph.Draw.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: JGraph.Draw PackageVersion: 20.3.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/20.6.2/JGraph.Draw.installer.yaml b/manifests/j/JGraph/Draw/20.6.2/JGraph.Draw.installer.yaml index abe367923032f..fd3a2b5b8f5ea 100644 --- a/manifests/j/JGraph/Draw/20.6.2/JGraph.Draw.installer.yaml +++ b/manifests/j/JGraph/Draw/20.6.2/JGraph.Draw.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: JGraph.Draw PackageVersion: 20.6.2 @@ -20,4 +20,4 @@ Installers: InstallerUrl: https://github.com/jgraph/drawio-desktop/releases/download/v20.6.2/draw.io-ia32-20.6.2-windows-32bit-installer.exe InstallerSha256: C5E1E1876E56EE8480788D0DFE5180EA1978EDF201CAE87BFDDBB79CCCECA157 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/20.6.2/JGraph.Draw.locale.en-US.yaml b/manifests/j/JGraph/Draw/20.6.2/JGraph.Draw.locale.en-US.yaml index 6bc734b4ef5bf..76663db1c1146 100644 --- a/manifests/j/JGraph/Draw/20.6.2/JGraph.Draw.locale.en-US.yaml +++ b/manifests/j/JGraph/Draw/20.6.2/JGraph.Draw.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: JGraph.Draw PackageVersion: 20.6.2 @@ -27,11 +27,10 @@ Tags: - drawio - editor - graphics -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://github.com/jgraph/drawio-desktop/releases/tag/v20.6.2 # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/20.6.2/JGraph.Draw.yaml b/manifests/j/JGraph/Draw/20.6.2/JGraph.Draw.yaml index 248b5fc964548..6fd8faf429fc7 100644 --- a/manifests/j/JGraph/Draw/20.6.2/JGraph.Draw.yaml +++ b/manifests/j/JGraph/Draw/20.6.2/JGraph.Draw.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: JGraph.Draw PackageVersion: 20.6.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/20.7.4/JGraph.Draw.installer.yaml b/manifests/j/JGraph/Draw/20.7.4/JGraph.Draw.installer.yaml index ba3db58252b06..fd578c9a35d8c 100644 --- a/manifests/j/JGraph/Draw/20.7.4/JGraph.Draw.installer.yaml +++ b/manifests/j/JGraph/Draw/20.7.4/JGraph.Draw.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: JGraph.Draw PackageVersion: 20.7.4 @@ -20,4 +20,4 @@ Installers: InstallerUrl: https://github.com/jgraph/drawio-desktop/releases/download/v20.7.4/draw.io-ia32-20.7.4-windows-32bit-installer.exe InstallerSha256: 20F9257D976306F5065D79277ACA371F6DB5235DBDE5F669178749265E0E5E3B ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/20.7.4/JGraph.Draw.locale.en-US.yaml b/manifests/j/JGraph/Draw/20.7.4/JGraph.Draw.locale.en-US.yaml index 74bd00dda069b..8e19973076fb3 100644 --- a/manifests/j/JGraph/Draw/20.7.4/JGraph.Draw.locale.en-US.yaml +++ b/manifests/j/JGraph/Draw/20.7.4/JGraph.Draw.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: JGraph.Draw PackageVersion: 20.7.4 @@ -27,11 +27,10 @@ Tags: - drawio - editor - graphics -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://github.com/jgraph/drawio-desktop/releases/tag/v20.7.4 # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/20.7.4/JGraph.Draw.yaml b/manifests/j/JGraph/Draw/20.7.4/JGraph.Draw.yaml index da19908f7a44e..fde84703f1a2b 100644 --- a/manifests/j/JGraph/Draw/20.7.4/JGraph.Draw.yaml +++ b/manifests/j/JGraph/Draw/20.7.4/JGraph.Draw.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: JGraph.Draw PackageVersion: 20.7.4 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/20.8.10/JGraph.Draw.installer.yaml b/manifests/j/JGraph/Draw/20.8.10/JGraph.Draw.installer.yaml index a8b728c24531f..4aa3ff43d6135 100644 --- a/manifests/j/JGraph/Draw/20.8.10/JGraph.Draw.installer.yaml +++ b/manifests/j/JGraph/Draw/20.8.10/JGraph.Draw.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: JGraph.Draw PackageVersion: 20.8.10 @@ -20,4 +20,4 @@ Installers: InstallerUrl: https://github.com/jgraph/drawio-desktop/releases/download/v20.8.10/draw.io-ia32-20.8.10-windows-32bit-installer.exe InstallerSha256: 4A05A5667F904390476FBDF30F75C6E949CFA9DDD88C630FC040C3F9CE92A3D9 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/20.8.10/JGraph.Draw.locale.en-US.yaml b/manifests/j/JGraph/Draw/20.8.10/JGraph.Draw.locale.en-US.yaml index 1f2fa355a1167..1eb1ba2de19e1 100644 --- a/manifests/j/JGraph/Draw/20.8.10/JGraph.Draw.locale.en-US.yaml +++ b/manifests/j/JGraph/Draw/20.8.10/JGraph.Draw.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: JGraph.Draw PackageVersion: 20.8.10 @@ -27,11 +27,10 @@ Tags: - drawio - editor - graphics -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://github.com/jgraph/drawio-desktop/releases/tag/v20.8.10 # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/20.8.10/JGraph.Draw.yaml b/manifests/j/JGraph/Draw/20.8.10/JGraph.Draw.yaml index 1578e08a6ee04..f85add77512be 100644 --- a/manifests/j/JGraph/Draw/20.8.10/JGraph.Draw.yaml +++ b/manifests/j/JGraph/Draw/20.8.10/JGraph.Draw.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: JGraph.Draw PackageVersion: 20.8.10 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/20.8.16/JGraph.Draw.installer.yaml b/manifests/j/JGraph/Draw/20.8.16/JGraph.Draw.installer.yaml index 0ed36bc68d341..c12d729d2d05b 100644 --- a/manifests/j/JGraph/Draw/20.8.16/JGraph.Draw.installer.yaml +++ b/manifests/j/JGraph/Draw/20.8.16/JGraph.Draw.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: JGraph.Draw PackageVersion: 20.8.16 @@ -20,4 +20,4 @@ Installers: InstallerUrl: https://github.com/jgraph/drawio-desktop/releases/download/v20.8.16/draw.io-ia32-20.8.16-windows-32bit-installer.exe InstallerSha256: FBF491E70D9E324580F54C752AB0F40BBE77AC851D95AC95692004EA398A4113 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/20.8.16/JGraph.Draw.locale.en-US.yaml b/manifests/j/JGraph/Draw/20.8.16/JGraph.Draw.locale.en-US.yaml index 7b404b2a8da8f..6cf71f5ea922a 100644 --- a/manifests/j/JGraph/Draw/20.8.16/JGraph.Draw.locale.en-US.yaml +++ b/manifests/j/JGraph/Draw/20.8.16/JGraph.Draw.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: JGraph.Draw PackageVersion: 20.8.16 @@ -27,11 +27,10 @@ Tags: - drawio - editor - graphics -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://github.com/jgraph/drawio-desktop/releases/tag/v20.8.16 # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/20.8.16/JGraph.Draw.yaml b/manifests/j/JGraph/Draw/20.8.16/JGraph.Draw.yaml index c9f0b0d49e8df..69a34d010aa44 100644 --- a/manifests/j/JGraph/Draw/20.8.16/JGraph.Draw.yaml +++ b/manifests/j/JGraph/Draw/20.8.16/JGraph.Draw.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: JGraph.Draw PackageVersion: 20.8.16 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/21.1.2/JGraph.Draw.installer.yaml b/manifests/j/JGraph/Draw/21.1.2/JGraph.Draw.installer.yaml index 744e3f2d7b111..351e9dabeea2e 100644 --- a/manifests/j/JGraph/Draw/21.1.2/JGraph.Draw.installer.yaml +++ b/manifests/j/JGraph/Draw/21.1.2/JGraph.Draw.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: JGraph.Draw PackageVersion: 21.1.2 @@ -20,4 +20,4 @@ Installers: InstallerUrl: https://github.com/jgraph/drawio-desktop/releases/download/v21.1.2/draw.io-ia32-21.1.2-windows-32bit-installer.exe InstallerSha256: 67C358E75C42C5BEACF725EE51645DBD4B1299BDF832D78042CBACDFAAC3BFFC ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/21.1.2/JGraph.Draw.locale.en-US.yaml b/manifests/j/JGraph/Draw/21.1.2/JGraph.Draw.locale.en-US.yaml index 91875c9a880fd..a56e5d56bcbb9 100644 --- a/manifests/j/JGraph/Draw/21.1.2/JGraph.Draw.locale.en-US.yaml +++ b/manifests/j/JGraph/Draw/21.1.2/JGraph.Draw.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: JGraph.Draw PackageVersion: 21.1.2 @@ -27,11 +27,10 @@ Tags: - drawio - editor - graphics -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://github.com/jgraph/drawio-desktop/releases/tag/v21.1.2 # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/21.1.2/JGraph.Draw.yaml b/manifests/j/JGraph/Draw/21.1.2/JGraph.Draw.yaml index 2fd532eda8ee3..4576fc6c9a006 100644 --- a/manifests/j/JGraph/Draw/21.1.2/JGraph.Draw.yaml +++ b/manifests/j/JGraph/Draw/21.1.2/JGraph.Draw.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: JGraph.Draw PackageVersion: 21.1.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/21.2.8/JGraph.Draw.installer.yaml b/manifests/j/JGraph/Draw/21.2.8/JGraph.Draw.installer.yaml index 5c863dd02c589..1856f1adf7507 100644 --- a/manifests/j/JGraph/Draw/21.2.8/JGraph.Draw.installer.yaml +++ b/manifests/j/JGraph/Draw/21.2.8/JGraph.Draw.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.5 $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: JGraph.Draw PackageVersion: 21.2.8 @@ -19,4 +19,4 @@ Installers: InstallerUrl: https://github.com/jgraph/drawio-desktop/releases/download/v21.2.8/draw.io-ia32-21.2.8-windows-32bit-installer.exe InstallerSha256: 8181FF1568445BD7091D9AA6690074100F22BD76091EB7EAA70782EF0F889C28 ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/21.2.8/JGraph.Draw.locale.en-US.yaml b/manifests/j/JGraph/Draw/21.2.8/JGraph.Draw.locale.en-US.yaml index 4e4d2b37da5da..e1d68e2f32744 100644 --- a/manifests/j/JGraph/Draw/21.2.8/JGraph.Draw.locale.en-US.yaml +++ b/manifests/j/JGraph/Draw/21.2.8/JGraph.Draw.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.5 $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: JGraph.Draw PackageVersion: 21.2.8 @@ -27,11 +27,10 @@ Tags: - drawio - editor - graphics -# Agreements: # ReleaseNotes: # ReleaseNotesUrl: # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/21.2.8/JGraph.Draw.yaml b/manifests/j/JGraph/Draw/21.2.8/JGraph.Draw.yaml index 663ff61913045..d03537b5bfab8 100644 --- a/manifests/j/JGraph/Draw/21.2.8/JGraph.Draw.yaml +++ b/manifests/j/JGraph/Draw/21.2.8/JGraph.Draw.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.5 $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: JGraph.Draw PackageVersion: 21.2.8 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/21.3.7/JGraph.Draw.installer.yaml b/manifests/j/JGraph/Draw/21.3.7/JGraph.Draw.installer.yaml index 53e3557f3c95c..af9e25fab4dac 100644 --- a/manifests/j/JGraph/Draw/21.3.7/JGraph.Draw.installer.yaml +++ b/manifests/j/JGraph/Draw/21.3.7/JGraph.Draw.installer.yaml @@ -1,10 +1,11 @@ -# 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: JGraph.Draw PackageVersion: 21.3.7 InstallerLocale: en-US MinimumOSVersion: 10.0.0.0 +InstallerType: nullsoft Scope: machine InstallModes: - interactive @@ -12,12 +13,10 @@ InstallModes: UpgradeBehavior: install Installers: - Architecture: x64 - InstallerType: nullsoft InstallerUrl: https://github.com/jgraph/drawio-desktop/releases/download/v21.3.7/draw.io-21.3.7-windows-installer.exe InstallerSha256: D55B198623ED3FCA1783733DA8D5CAEF60A04A2FDF84C4B638996043BD92E6E4 - Architecture: x86 - InstallerType: nullsoft InstallerUrl: https://github.com/jgraph/drawio-desktop/releases/download/v21.3.7/draw.io-ia32-21.3.7-windows-32bit-installer.exe InstallerSha256: 9A2819ECF7A827AC79337ADD58BDC848B2B0BA8D96F7B9B1D17F376857558A2D ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/21.3.7/JGraph.Draw.locale.en-US.yaml b/manifests/j/JGraph/Draw/21.3.7/JGraph.Draw.locale.en-US.yaml index d7d54fc3c0daa..2f8d88066795d 100644 --- a/manifests/j/JGraph/Draw/21.3.7/JGraph.Draw.locale.en-US.yaml +++ b/manifests/j/JGraph/Draw/21.3.7/JGraph.Draw.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: JGraph.Draw PackageVersion: 21.3.7 @@ -8,6 +8,7 @@ Publisher: JGraph PublisherUrl: https://www.diagrams.net PublisherSupportUrl: https://www.diagrams.net/doc PrivacyUrl: https://www.diagrams.net/trust +# Author: PackageName: draw.io PackageUrl: https://www.diagrams.net License: Apache License 2.0 @@ -15,6 +16,8 @@ LicenseUrl: https://raw.githubusercontent.com/jgraph/drawio-desktop/dev/LICENSE Copyright: © 2005-2021 JGraph Ltd, Artisans' House, 7 Queensbridge, NN4 7BF, Northampton, England. Company CopyrightUrl: https://www.diagrams.net/trust ShortDescription: drawio-desktop is a diagrams.net desktop app based on Electron to create and edit diagrams. draw.io is the old name for diagrams.net. +# Description: +# Moniker: Tags: - diagram - diagrams.net @@ -24,5 +27,10 @@ Tags: - drawio - editor - graphics +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/21.3.7/JGraph.Draw.yaml b/manifests/j/JGraph/Draw/21.3.7/JGraph.Draw.yaml index c3bc1c69a3fe1..814997ab9db01 100644 --- a/manifests/j/JGraph/Draw/21.3.7/JGraph.Draw.yaml +++ b/manifests/j/JGraph/Draw/21.3.7/JGraph.Draw.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: JGraph.Draw PackageVersion: 21.3.7 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/21.6.1/JGraph.Draw.installer.yaml b/manifests/j/JGraph/Draw/21.6.1/JGraph.Draw.installer.yaml index cfb7eb4936fb1..1e93ab81e7642 100644 --- a/manifests/j/JGraph/Draw/21.6.1/JGraph.Draw.installer.yaml +++ b/manifests/j/JGraph/Draw/21.6.1/JGraph.Draw.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.8 $debug=QUSU.LF.7-3-4.Unix -# 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: JGraph.Draw PackageVersion: 21.6.1 @@ -19,4 +19,4 @@ Installers: InstallerUrl: https://github.com/jgraph/drawio-desktop/releases/download/v21.6.1/draw.io-ia32-21.6.1-windows-32bit-installer.exe InstallerSha256: 4F795B9AA4DDD7A1F92F2CBFEB6CE6ECD127A7B6AA0AFADDFCF693479149220D ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/21.6.1/JGraph.Draw.locale.en-US.yaml b/manifests/j/JGraph/Draw/21.6.1/JGraph.Draw.locale.en-US.yaml index 1f7bb58a7cbdf..98a391f72a645 100644 --- a/manifests/j/JGraph/Draw/21.6.1/JGraph.Draw.locale.en-US.yaml +++ b/manifests/j/JGraph/Draw/21.6.1/JGraph.Draw.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.8 $debug=QUSU.LF.7-3-4.Unix -# 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: JGraph.Draw PackageVersion: 21.6.1 @@ -33,4 +33,4 @@ Tags: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/21.6.1/JGraph.Draw.yaml b/manifests/j/JGraph/Draw/21.6.1/JGraph.Draw.yaml index 6e683a30d701a..13cf7a2166e66 100644 --- a/manifests/j/JGraph/Draw/21.6.1/JGraph.Draw.yaml +++ b/manifests/j/JGraph/Draw/21.6.1/JGraph.Draw.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.8 $debug=QUSU.LF.7-3-4.Unix -# 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: JGraph.Draw PackageVersion: 21.6.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/21.6.5/JGraph.Draw.installer.yaml b/manifests/j/JGraph/Draw/21.6.5/JGraph.Draw.installer.yaml index 9780297cba688..650ba146ff861 100644 --- a/manifests/j/JGraph/Draw/21.6.5/JGraph.Draw.installer.yaml +++ b/manifests/j/JGraph/Draw/21.6.5/JGraph.Draw.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: JGraph.Draw PackageVersion: 21.6.5 @@ -19,4 +19,4 @@ Installers: InstallerUrl: https://github.com/jgraph/drawio-desktop/releases/download/v21.6.5/draw.io-21.6.5-windows-installer.exe InstallerSha256: 4E1190DF67A82C725E462E1802128C2098147AF4B6C3B6F056D098639E779EF0 ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/21.6.5/JGraph.Draw.locale.en-US.yaml b/manifests/j/JGraph/Draw/21.6.5/JGraph.Draw.locale.en-US.yaml index f53ce21af6fe6..90af04476c018 100644 --- a/manifests/j/JGraph/Draw/21.6.5/JGraph.Draw.locale.en-US.yaml +++ b/manifests/j/JGraph/Draw/21.6.5/JGraph.Draw.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: JGraph.Draw PackageVersion: 21.6.5 @@ -8,6 +8,7 @@ Publisher: JGraph PublisherUrl: https://www.diagrams.net PublisherSupportUrl: https://www.diagrams.net/doc PrivacyUrl: https://www.diagrams.net/trust +# Author: PackageName: draw.io PackageUrl: https://www.diagrams.net License: Apache License 2.0 @@ -15,6 +16,8 @@ LicenseUrl: https://raw.githubusercontent.com/jgraph/drawio-desktop/dev/LICENSE Copyright: © 2005-2021 JGraph Ltd, Artisans' House, 7 Queensbridge, NN4 7BF, Northampton, England. Company CopyrightUrl: https://www.diagrams.net/trust ShortDescription: drawio-desktop is a diagrams.net desktop app based on Electron to create and edit diagrams. draw.io is the old name for diagrams.net. +# Description: +# Moniker: Tags: - diagram - diagrams.net @@ -30,5 +33,8 @@ ReleaseNotes: |- - Add ARM64 linux architectures. #1140 - Reverts dark mode to legacy implementation by default. #1391 ReleaseNotesUrl: https://github.com/jgraph/drawio-desktop/releases/tag/v21.6.5 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/21.6.5/JGraph.Draw.yaml b/manifests/j/JGraph/Draw/21.6.5/JGraph.Draw.yaml index 65e2f6622798f..92b3e183925a5 100644 --- a/manifests/j/JGraph/Draw/21.6.5/JGraph.Draw.yaml +++ b/manifests/j/JGraph/Draw/21.6.5/JGraph.Draw.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: JGraph.Draw PackageVersion: 21.6.5 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/21.6.8/JGraph.Draw.installer.yaml b/manifests/j/JGraph/Draw/21.6.8/JGraph.Draw.installer.yaml index a180aadb675a8..9120a67ab10a0 100644 --- a/manifests/j/JGraph/Draw/21.6.8/JGraph.Draw.installer.yaml +++ b/manifests/j/JGraph/Draw/21.6.8/JGraph.Draw.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: JGraph.Draw PackageVersion: 21.6.8 @@ -19,4 +19,4 @@ Installers: InstallerUrl: https://github.com/jgraph/drawio-desktop/releases/download/v21.6.8/draw.io-21.6.8-windows-installer.exe InstallerSha256: 802678D9FEF141379CC9B0A7E8B92A93D723F0B3D589322C5205FCBAD58078C7 ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/21.6.8/JGraph.Draw.locale.en-US.yaml b/manifests/j/JGraph/Draw/21.6.8/JGraph.Draw.locale.en-US.yaml index ad4245edb2b39..abf06fa9d326d 100644 --- a/manifests/j/JGraph/Draw/21.6.8/JGraph.Draw.locale.en-US.yaml +++ b/manifests/j/JGraph/Draw/21.6.8/JGraph.Draw.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: JGraph.Draw PackageVersion: 21.6.8 @@ -8,6 +8,7 @@ Publisher: JGraph PublisherUrl: https://www.diagrams.net PublisherSupportUrl: https://www.diagrams.net/doc PrivacyUrl: https://www.diagrams.net/trust +# Author: PackageName: draw.io PackageUrl: https://www.diagrams.net License: Apache License 2.0 @@ -15,6 +16,8 @@ LicenseUrl: https://raw.githubusercontent.com/jgraph/drawio-desktop/dev/LICENSE Copyright: © 2005-2021 JGraph Ltd, Artisans' House, 7 Queensbridge, NN4 7BF, Northampton, England. Company CopyrightUrl: https://www.diagrams.net/trust ShortDescription: drawio-desktop is a diagrams.net desktop app based on Electron to create and edit diagrams. draw.io is the old name for diagrams.net. +# Description: +# Moniker: Tags: - diagram - diagrams.net @@ -28,5 +31,8 @@ ReleaseNotes: |- - Updates to draw.io core 21.6.8. All changes from 21.6.6 to 21.6.8 are added in this build. ReleaseNotesUrl: https://github.com/jgraph/drawio-desktop/releases/tag/v21.6.8 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/21.6.8/JGraph.Draw.yaml b/manifests/j/JGraph/Draw/21.6.8/JGraph.Draw.yaml index d8dd553ff6b4a..8a9c8a16a9a17 100644 --- a/manifests/j/JGraph/Draw/21.6.8/JGraph.Draw.yaml +++ b/manifests/j/JGraph/Draw/21.6.8/JGraph.Draw.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: JGraph.Draw PackageVersion: 21.6.8 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/21.7.5/JGraph.Draw.installer.yaml b/manifests/j/JGraph/Draw/21.7.5/JGraph.Draw.installer.yaml index 78deb3de4d081..67ba9c3f2ac8c 100644 --- a/manifests/j/JGraph/Draw/21.7.5/JGraph.Draw.installer.yaml +++ b/manifests/j/JGraph/Draw/21.7.5/JGraph.Draw.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.10 $debug=QUSU.LF.7-3-6.Unix -# 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: JGraph.Draw PackageVersion: 21.7.5 @@ -18,4 +18,4 @@ Installers: InstallerUrl: https://github.com/jgraph/drawio-desktop/releases/download/v21.7.5/draw.io-21.7.5-windows-installer.exe InstallerSha256: 573158F7A5AC6FC1154E01C651D77CF1BD173B7BB1F05DFC25EE6D35DE7F9D22 ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/21.7.5/JGraph.Draw.locale.en-US.yaml b/manifests/j/JGraph/Draw/21.7.5/JGraph.Draw.locale.en-US.yaml index 9733467082936..9ef5dc925fb4d 100644 --- a/manifests/j/JGraph/Draw/21.7.5/JGraph.Draw.locale.en-US.yaml +++ b/manifests/j/JGraph/Draw/21.7.5/JGraph.Draw.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.10 $debug=QUSU.LF.7-3-6.Unix -# 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: JGraph.Draw PackageVersion: 21.7.5 @@ -33,4 +33,4 @@ ReleaseNotesUrl: https://github.com/jgraph/drawio-desktop/releases/tag/v21.7.5 # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/21.7.5/JGraph.Draw.yaml b/manifests/j/JGraph/Draw/21.7.5/JGraph.Draw.yaml index 8d8c9bfdf5bbe..6bf293f106248 100644 --- a/manifests/j/JGraph/Draw/21.7.5/JGraph.Draw.yaml +++ b/manifests/j/JGraph/Draw/21.7.5/JGraph.Draw.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.10 $debug=QUSU.LF.7-3-6.Unix -# 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: JGraph.Draw PackageVersion: 21.7.5 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/21.8.2/JGraph.Draw.installer.yaml b/manifests/j/JGraph/Draw/21.8.2/JGraph.Draw.installer.yaml index ba57aacae633f..6d70504062f84 100644 --- a/manifests/j/JGraph/Draw/21.8.2/JGraph.Draw.installer.yaml +++ b/manifests/j/JGraph/Draw/21.8.2/JGraph.Draw.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.10 $debug=QUSU.LF.7-3-7.Unix -# 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: JGraph.Draw PackageVersion: 21.8.2 @@ -18,4 +18,4 @@ Installers: InstallerUrl: https://github.com/jgraph/drawio-desktop/releases/download/v21.8.2/draw.io-21.8.2-windows-installer.exe InstallerSha256: 963616A3E90AD78854CB6EF9C8419C2073C77B873FF16017B783F1EDEECCB699 ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/21.8.2/JGraph.Draw.locale.en-US.yaml b/manifests/j/JGraph/Draw/21.8.2/JGraph.Draw.locale.en-US.yaml index 8099c9d6e76db..3b9c2bf828296 100644 --- a/manifests/j/JGraph/Draw/21.8.2/JGraph.Draw.locale.en-US.yaml +++ b/manifests/j/JGraph/Draw/21.8.2/JGraph.Draw.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.10 $debug=QUSU.LF.7-3-7.Unix -# 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: JGraph.Draw PackageVersion: 21.8.2 @@ -33,4 +33,4 @@ ReleaseNotesUrl: https://github.com/jgraph/drawio-desktop/releases/tag/v21.8.2 # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/21.8.2/JGraph.Draw.yaml b/manifests/j/JGraph/Draw/21.8.2/JGraph.Draw.yaml index d879e63ed75b8..61085c200925a 100644 --- a/manifests/j/JGraph/Draw/21.8.2/JGraph.Draw.yaml +++ b/manifests/j/JGraph/Draw/21.8.2/JGraph.Draw.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.10 $debug=QUSU.LF.7-3-7.Unix -# 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: JGraph.Draw PackageVersion: 21.8.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/22.0.0/JGraph.Draw.installer.yaml b/manifests/j/JGraph/Draw/22.0.0/JGraph.Draw.installer.yaml index 6d2fee46071ab..6ae15b2ef5fd6 100644 --- a/manifests/j/JGraph/Draw/22.0.0/JGraph.Draw.installer.yaml +++ b/manifests/j/JGraph/Draw/22.0.0/JGraph.Draw.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.10 $debug=QUSU.LF.7-3-7.Unix -# 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: JGraph.Draw PackageVersion: 22.0.0 @@ -18,4 +18,4 @@ Installers: InstallerUrl: https://github.com/jgraph/drawio-desktop/releases/download/v22.0.0/draw.io-22.0.0-windows-installer.exe InstallerSha256: C41E2FFE70FEDCDEB5789E291FAA8D76EF481BEB84299E972589D382D7299092 ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/22.0.0/JGraph.Draw.locale.en-US.yaml b/manifests/j/JGraph/Draw/22.0.0/JGraph.Draw.locale.en-US.yaml index b44aad37dcd4e..3fec8d2fa1974 100644 --- a/manifests/j/JGraph/Draw/22.0.0/JGraph.Draw.locale.en-US.yaml +++ b/manifests/j/JGraph/Draw/22.0.0/JGraph.Draw.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.10 $debug=QUSU.LF.7-3-7.Unix -# 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: JGraph.Draw PackageVersion: 22.0.0 @@ -33,4 +33,4 @@ ReleaseNotesUrl: https://github.com/jgraph/drawio-desktop/releases/tag/v22.0.0 # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/22.0.0/JGraph.Draw.yaml b/manifests/j/JGraph/Draw/22.0.0/JGraph.Draw.yaml index 3ace03046e2f4..754635f17127d 100644 --- a/manifests/j/JGraph/Draw/22.0.0/JGraph.Draw.yaml +++ b/manifests/j/JGraph/Draw/22.0.0/JGraph.Draw.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.10 $debug=QUSU.LF.7-3-7.Unix -# 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: JGraph.Draw PackageVersion: 22.0.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/22.0.1/JGraph.Draw.installer.yaml b/manifests/j/JGraph/Draw/22.0.1/JGraph.Draw.installer.yaml index 64803176bf421..38af27ba220a1 100644 --- a/manifests/j/JGraph/Draw/22.0.1/JGraph.Draw.installer.yaml +++ b/manifests/j/JGraph/Draw/22.0.1/JGraph.Draw.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.10 $debug=QUSU.LF.7-3-7.Unix -# 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: JGraph.Draw PackageVersion: 22.0.1 @@ -18,4 +18,4 @@ Installers: InstallerUrl: https://github.com/jgraph/drawio-desktop/releases/download/v22.0.1/draw.io-22.0.1-windows-installer.exe InstallerSha256: 811298EDE41F41C3F9099D27F6C8A6434A3F38A98B0E768352D5BAC9EAF63864 ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/22.0.1/JGraph.Draw.locale.en-US.yaml b/manifests/j/JGraph/Draw/22.0.1/JGraph.Draw.locale.en-US.yaml index fba983787b7d1..e519b8b04214b 100644 --- a/manifests/j/JGraph/Draw/22.0.1/JGraph.Draw.locale.en-US.yaml +++ b/manifests/j/JGraph/Draw/22.0.1/JGraph.Draw.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.10 $debug=QUSU.LF.7-3-7.Unix -# 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: JGraph.Draw PackageVersion: 22.0.1 @@ -33,4 +33,4 @@ ReleaseNotesUrl: https://github.com/jgraph/drawio-desktop/releases/tag/v22.0.1 # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/22.0.1/JGraph.Draw.yaml b/manifests/j/JGraph/Draw/22.0.1/JGraph.Draw.yaml index 3f13a38303994..faa5e6da8e486 100644 --- a/manifests/j/JGraph/Draw/22.0.1/JGraph.Draw.yaml +++ b/manifests/j/JGraph/Draw/22.0.1/JGraph.Draw.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.10 $debug=QUSU.LF.7-3-7.Unix -# 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: JGraph.Draw PackageVersion: 22.0.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/22.0.2/JGraph.Draw.installer.yaml b/manifests/j/JGraph/Draw/22.0.2/JGraph.Draw.installer.yaml index f890681343c16..f40a8620135ef 100644 --- a/manifests/j/JGraph/Draw/22.0.2/JGraph.Draw.installer.yaml +++ b/manifests/j/JGraph/Draw/22.0.2/JGraph.Draw.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: JGraph.Draw PackageVersion: 22.0.2 @@ -18,4 +18,4 @@ Installers: InstallerUrl: https://github.com/jgraph/drawio-desktop/releases/download/v22.0.2/draw.io-22.0.2-windows-installer.exe InstallerSha256: 6AA9B36A6810C936345B458E09ED7CF9C5DD28AEB1C724956EB2562D0C1C0F74 ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/22.0.2/JGraph.Draw.locale.en-US.yaml b/manifests/j/JGraph/Draw/22.0.2/JGraph.Draw.locale.en-US.yaml index c07a388f09312..dafbdd97fe182 100644 --- a/manifests/j/JGraph/Draw/22.0.2/JGraph.Draw.locale.en-US.yaml +++ b/manifests/j/JGraph/Draw/22.0.2/JGraph.Draw.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: JGraph.Draw PackageVersion: 22.0.2 @@ -8,6 +8,7 @@ Publisher: JGraph PublisherUrl: https://www.diagrams.net PublisherSupportUrl: https://www.diagrams.net/doc PrivacyUrl: https://www.diagrams.net/trust +# Author: PackageName: draw.io PackageUrl: https://www.diagrams.net License: Apache License 2.0 @@ -15,6 +16,8 @@ LicenseUrl: https://raw.githubusercontent.com/jgraph/drawio-desktop/dev/LICENSE Copyright: © 2005-2021 JGraph Ltd, Artisans' House, 7 Queensbridge, NN4 7BF, Northampton, England. Company CopyrightUrl: https://www.diagrams.net/trust ShortDescription: drawio-desktop is a diagrams.net desktop app based on Electron to create and edit diagrams. draw.io is the old name for diagrams.net. +# Description: +# Moniker: Tags: - diagram - diagrams.net @@ -24,5 +27,10 @@ Tags: - drawio - editor - graphics +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/22.0.2/JGraph.Draw.yaml b/manifests/j/JGraph/Draw/22.0.2/JGraph.Draw.yaml index 4f3fe20452347..79ae949d804a1 100644 --- a/manifests/j/JGraph/Draw/22.0.2/JGraph.Draw.yaml +++ b/manifests/j/JGraph/Draw/22.0.2/JGraph.Draw.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: JGraph.Draw PackageVersion: 22.0.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/22.0.3/JGraph.Draw.installer.yaml b/manifests/j/JGraph/Draw/22.0.3/JGraph.Draw.installer.yaml index 0f0b73e3949d7..60db2f9ab3604 100644 --- a/manifests/j/JGraph/Draw/22.0.3/JGraph.Draw.installer.yaml +++ b/manifests/j/JGraph/Draw/22.0.3/JGraph.Draw.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.10 $debug=QUSU.LF.7-3-7.Unix -# 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: JGraph.Draw PackageVersion: 22.0.3 @@ -18,4 +18,4 @@ Installers: InstallerUrl: https://github.com/jgraph/drawio-desktop/releases/download/v22.0.3/draw.io-22.0.3-windows-installer.exe InstallerSha256: CCEA5D0EF8EF4ACA7BAB07975031CEA5479051B310043BEDC9CD6AC818D527F9 ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/22.0.3/JGraph.Draw.locale.en-US.yaml b/manifests/j/JGraph/Draw/22.0.3/JGraph.Draw.locale.en-US.yaml index e11e337cb27b6..8343af7a2f5bb 100644 --- a/manifests/j/JGraph/Draw/22.0.3/JGraph.Draw.locale.en-US.yaml +++ b/manifests/j/JGraph/Draw/22.0.3/JGraph.Draw.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.10 $debug=QUSU.LF.7-3-7.Unix -# 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: JGraph.Draw PackageVersion: 22.0.3 @@ -33,4 +33,4 @@ ReleaseNotesUrl: https://github.com/jgraph/drawio-desktop/releases/tag/v22.0.3 # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/22.0.3/JGraph.Draw.yaml b/manifests/j/JGraph/Draw/22.0.3/JGraph.Draw.yaml index f70d2bab67e0b..837b80d487190 100644 --- a/manifests/j/JGraph/Draw/22.0.3/JGraph.Draw.yaml +++ b/manifests/j/JGraph/Draw/22.0.3/JGraph.Draw.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.10 $debug=QUSU.LF.7-3-7.Unix -# 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: JGraph.Draw PackageVersion: 22.0.3 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/22.1.11/JGraph.Draw.installer.yaml b/manifests/j/JGraph/Draw/22.1.11/JGraph.Draw.installer.yaml index 640ee773f9e31..62f53c8d5e0f5 100644 --- a/manifests/j/JGraph/Draw/22.1.11/JGraph.Draw.installer.yaml +++ b/manifests/j/JGraph/Draw/22.1.11/JGraph.Draw.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.12 $debug=QUSU.LF.7-4-0.Unix -# 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: JGraph.Draw PackageVersion: 22.1.11 @@ -18,4 +18,4 @@ Installers: InstallerUrl: https://github.com/jgraph/drawio-desktop/releases/download/v22.1.11/draw.io-22.1.11-windows-installer.exe InstallerSha256: CD9B394531D87BB0251B516E5EA6D924A2E3F145408C9D468381D37F66F13106 ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/22.1.11/JGraph.Draw.locale.en-US.yaml b/manifests/j/JGraph/Draw/22.1.11/JGraph.Draw.locale.en-US.yaml index 74592eb954d34..fc5af36774338 100644 --- a/manifests/j/JGraph/Draw/22.1.11/JGraph.Draw.locale.en-US.yaml +++ b/manifests/j/JGraph/Draw/22.1.11/JGraph.Draw.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.12 $debug=QUSU.LF.7-4-0.Unix -# 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: JGraph.Draw PackageVersion: 22.1.11 @@ -8,7 +8,7 @@ Publisher: JGraph PublisherUrl: https://www.diagrams.net PublisherSupportUrl: https://www.diagrams.net/doc PrivacyUrl: https://www.diagrams.net/trust -# Author: +# Author: PackageName: draw.io PackageUrl: https://www.diagrams.net License: Apache License 2.0 @@ -16,8 +16,8 @@ LicenseUrl: https://raw.githubusercontent.com/jgraph/drawio-desktop/dev/LICENSE Copyright: © 2005-2021 JGraph Ltd, Artisans' House, 7 Queensbridge, NN4 7BF, Northampton, England. Company CopyrightUrl: https://www.diagrams.net/trust ShortDescription: drawio-desktop is a diagrams.net desktop app based on Electron to create and edit diagrams. draw.io is the old name for diagrams.net. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - diagram - diagrams.net @@ -27,10 +27,10 @@ Tags: - drawio - editor - graphics -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/jgraph/drawio-desktop/releases/tag/v22.1.11 -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/22.1.11/JGraph.Draw.yaml b/manifests/j/JGraph/Draw/22.1.11/JGraph.Draw.yaml index d49acd3d20f06..082256ec3a05c 100644 --- a/manifests/j/JGraph/Draw/22.1.11/JGraph.Draw.yaml +++ b/manifests/j/JGraph/Draw/22.1.11/JGraph.Draw.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.12 $debug=QUSU.LF.7-4-0.Unix -# 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: JGraph.Draw PackageVersion: 22.1.11 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/22.1.15/JGraph.Draw.installer.yaml b/manifests/j/JGraph/Draw/22.1.15/JGraph.Draw.installer.yaml index f44d85a64b241..135eac0330164 100644 --- a/manifests/j/JGraph/Draw/22.1.15/JGraph.Draw.installer.yaml +++ b/manifests/j/JGraph/Draw/22.1.15/JGraph.Draw.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.12 $debug=QUSU.LF.7-4-0.Unix -# 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: JGraph.Draw PackageVersion: 22.1.15 @@ -18,4 +18,4 @@ Installers: InstallerUrl: https://github.com/jgraph/drawio-desktop/releases/download/v22.1.15/draw.io-22.1.15-windows-installer.exe InstallerSha256: 8AFB3CB49A4F71C1933A4B86A61FE8E97DE90A7BCDAFC76047AEB6207BFE6BC2 ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/22.1.15/JGraph.Draw.locale.en-US.yaml b/manifests/j/JGraph/Draw/22.1.15/JGraph.Draw.locale.en-US.yaml index d4770c3121360..41ed093f4709a 100644 --- a/manifests/j/JGraph/Draw/22.1.15/JGraph.Draw.locale.en-US.yaml +++ b/manifests/j/JGraph/Draw/22.1.15/JGraph.Draw.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.12 $debug=QUSU.LF.7-4-0.Unix -# 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: JGraph.Draw PackageVersion: 22.1.15 @@ -8,7 +8,7 @@ Publisher: JGraph PublisherUrl: https://www.diagrams.net PublisherSupportUrl: https://www.diagrams.net/doc PrivacyUrl: https://www.diagrams.net/trust -# Author: +# Author: PackageName: draw.io PackageUrl: https://www.diagrams.net License: Apache License 2.0 @@ -16,8 +16,8 @@ LicenseUrl: https://raw.githubusercontent.com/jgraph/drawio-desktop/dev/LICENSE Copyright: © 2005-2021 JGraph Ltd, Artisans' House, 7 Queensbridge, NN4 7BF, Northampton, England. Company CopyrightUrl: https://www.diagrams.net/trust ShortDescription: drawio-desktop is a diagrams.net desktop app based on Electron to create and edit diagrams. draw.io is the old name for diagrams.net. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - diagram - diagrams.net @@ -27,10 +27,10 @@ Tags: - drawio - editor - graphics -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/jgraph/drawio-desktop/releases/tag/v22.1.15 -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/22.1.15/JGraph.Draw.yaml b/manifests/j/JGraph/Draw/22.1.15/JGraph.Draw.yaml index 548e57421706d..a9d8af2371531 100644 --- a/manifests/j/JGraph/Draw/22.1.15/JGraph.Draw.yaml +++ b/manifests/j/JGraph/Draw/22.1.15/JGraph.Draw.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.12 $debug=QUSU.LF.7-4-0.Unix -# 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: JGraph.Draw PackageVersion: 22.1.15 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/22.1.16/JGraph.Draw.installer.yaml b/manifests/j/JGraph/Draw/22.1.16/JGraph.Draw.installer.yaml index 1fba69948e773..9df2f20589083 100644 --- a/manifests/j/JGraph/Draw/22.1.16/JGraph.Draw.installer.yaml +++ b/manifests/j/JGraph/Draw/22.1.16/JGraph.Draw.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.12 $debug=QUSU.LF.7-4-0.Unix -# 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: JGraph.Draw PackageVersion: 22.1.16 @@ -18,4 +18,4 @@ Installers: InstallerUrl: https://github.com/jgraph/drawio-desktop/releases/download/v22.1.16/draw.io-22.1.16-windows-installer.exe InstallerSha256: DECE5306AFC71C429DAF248D2870E3348B4B1B2B395790A8DBE5DB20F379BDE5 ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/22.1.16/JGraph.Draw.locale.en-US.yaml b/manifests/j/JGraph/Draw/22.1.16/JGraph.Draw.locale.en-US.yaml index 80727cf88686d..e61ac1db5c65d 100644 --- a/manifests/j/JGraph/Draw/22.1.16/JGraph.Draw.locale.en-US.yaml +++ b/manifests/j/JGraph/Draw/22.1.16/JGraph.Draw.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.12 $debug=QUSU.LF.7-4-0.Unix -# 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: JGraph.Draw PackageVersion: 22.1.16 @@ -8,7 +8,7 @@ Publisher: JGraph PublisherUrl: https://www.diagrams.net PublisherSupportUrl: https://www.diagrams.net/doc PrivacyUrl: https://www.diagrams.net/trust -# Author: +# Author: PackageName: draw.io PackageUrl: https://www.diagrams.net License: Apache License 2.0 @@ -16,8 +16,8 @@ LicenseUrl: https://raw.githubusercontent.com/jgraph/drawio-desktop/dev/LICENSE Copyright: © 2005-2021 JGraph Ltd, Artisans' House, 7 Queensbridge, NN4 7BF, Northampton, England. Company CopyrightUrl: https://www.diagrams.net/trust ShortDescription: drawio-desktop is a diagrams.net desktop app based on Electron to create and edit diagrams. draw.io is the old name for diagrams.net. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - diagram - diagrams.net @@ -27,10 +27,10 @@ Tags: - drawio - editor - graphics -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/jgraph/drawio-desktop/releases/tag/v22.1.16 -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/22.1.16/JGraph.Draw.yaml b/manifests/j/JGraph/Draw/22.1.16/JGraph.Draw.yaml index 3355ea71d2fa9..36e4b74b118bb 100644 --- a/manifests/j/JGraph/Draw/22.1.16/JGraph.Draw.yaml +++ b/manifests/j/JGraph/Draw/22.1.16/JGraph.Draw.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.12 $debug=QUSU.LF.7-4-0.Unix -# 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: JGraph.Draw PackageVersion: 22.1.16 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/22.1.18/JGraph.Draw.installer.yaml b/manifests/j/JGraph/Draw/22.1.18/JGraph.Draw.installer.yaml index 1c3365510ea25..c78092497ae5f 100644 --- a/manifests/j/JGraph/Draw/22.1.18/JGraph.Draw.installer.yaml +++ b/manifests/j/JGraph/Draw/22.1.18/JGraph.Draw.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.13 $debug=QUSU.LF.7-4-0.Unix -# 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: JGraph.Draw PackageVersion: 22.1.18 @@ -18,4 +18,4 @@ Installers: InstallerUrl: https://github.com/jgraph/drawio-desktop/releases/download/v22.1.18/draw.io-22.1.18-windows-installer.exe InstallerSha256: CD9A392D59B21EEC7CDFD7BDB5E90A394823D9A5CAB653016494C71BA2C20B9E ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/22.1.18/JGraph.Draw.locale.en-US.yaml b/manifests/j/JGraph/Draw/22.1.18/JGraph.Draw.locale.en-US.yaml index 228634ef3eaaf..c490ea3b918fc 100644 --- a/manifests/j/JGraph/Draw/22.1.18/JGraph.Draw.locale.en-US.yaml +++ b/manifests/j/JGraph/Draw/22.1.18/JGraph.Draw.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.13 $debug=QUSU.LF.7-4-0.Unix -# 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: JGraph.Draw PackageVersion: 22.1.18 @@ -8,7 +8,7 @@ Publisher: JGraph PublisherUrl: https://www.diagrams.net PublisherSupportUrl: https://www.diagrams.net/doc PrivacyUrl: https://www.diagrams.net/trust -# Author: +# Author: PackageName: draw.io PackageUrl: https://www.diagrams.net License: Apache License 2.0 @@ -16,8 +16,8 @@ LicenseUrl: https://raw.githubusercontent.com/jgraph/drawio-desktop/dev/LICENSE Copyright: © 2005-2021 JGraph Ltd, Artisans' House, 7 Queensbridge, NN4 7BF, Northampton, England. Company CopyrightUrl: https://www.diagrams.net/trust ShortDescription: drawio-desktop is a diagrams.net desktop app based on Electron to create and edit diagrams. draw.io is the old name for diagrams.net. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - diagram - diagrams.net @@ -27,10 +27,10 @@ Tags: - drawio - editor - graphics -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/jgraph/drawio-desktop/releases/tag/v22.1.18 -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/22.1.18/JGraph.Draw.yaml b/manifests/j/JGraph/Draw/22.1.18/JGraph.Draw.yaml index b71b887820d0c..ec089f778d080 100644 --- a/manifests/j/JGraph/Draw/22.1.18/JGraph.Draw.yaml +++ b/manifests/j/JGraph/Draw/22.1.18/JGraph.Draw.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.13 $debug=QUSU.LF.7-4-0.Unix -# 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: JGraph.Draw PackageVersion: 22.1.18 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/22.1.2/JGraph.Draw.installer.yaml b/manifests/j/JGraph/Draw/22.1.2/JGraph.Draw.installer.yaml index 8ad02eed61a66..b10ba6807f8c6 100644 --- a/manifests/j/JGraph/Draw/22.1.2/JGraph.Draw.installer.yaml +++ b/manifests/j/JGraph/Draw/22.1.2/JGraph.Draw.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.10 $debug=QUSU.LF.7-3-9.Unix -# 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: JGraph.Draw PackageVersion: 22.1.2 @@ -18,4 +18,4 @@ Installers: InstallerUrl: https://github.com/jgraph/drawio-desktop/releases/download/v22.1.2/draw.io-22.1.2-windows-installer.exe InstallerSha256: 34A7EBE3024F2685A5487548DD9A19CF7BF0427F4A98FE84A53F3FB4D93A1A8E ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/22.1.2/JGraph.Draw.locale.en-US.yaml b/manifests/j/JGraph/Draw/22.1.2/JGraph.Draw.locale.en-US.yaml index f03125ff49d4c..14f62ac284a52 100644 --- a/manifests/j/JGraph/Draw/22.1.2/JGraph.Draw.locale.en-US.yaml +++ b/manifests/j/JGraph/Draw/22.1.2/JGraph.Draw.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.10 $debug=QUSU.LF.7-3-9.Unix -# 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: JGraph.Draw PackageVersion: 22.1.2 @@ -33,4 +33,4 @@ ReleaseNotesUrl: https://github.com/jgraph/drawio-desktop/releases/tag/v22.1.2 # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/22.1.2/JGraph.Draw.yaml b/manifests/j/JGraph/Draw/22.1.2/JGraph.Draw.yaml index 13b842bcb0add..8dcd59848cf96 100644 --- a/manifests/j/JGraph/Draw/22.1.2/JGraph.Draw.yaml +++ b/manifests/j/JGraph/Draw/22.1.2/JGraph.Draw.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.10 $debug=QUSU.LF.7-3-9.Unix -# 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: JGraph.Draw PackageVersion: 22.1.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/22.1.21/JGraph.Draw.installer.yaml b/manifests/j/JGraph/Draw/22.1.21/JGraph.Draw.installer.yaml index 727242a11a231..ce2f01ad09117 100644 --- a/manifests/j/JGraph/Draw/22.1.21/JGraph.Draw.installer.yaml +++ b/manifests/j/JGraph/Draw/22.1.21/JGraph.Draw.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.13 $debug=QUSU.LF.7-4-0.Unix -# 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: JGraph.Draw PackageVersion: 22.1.21 @@ -18,4 +18,4 @@ Installers: InstallerUrl: https://github.com/jgraph/drawio-desktop/releases/download/v22.1.21/draw.io-22.1.21-windows-installer.exe InstallerSha256: 1FC22C3260244F4BFD5EFDE1346F6F953DCE17F829E37FA1A6B7FE6FD585392D ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/22.1.21/JGraph.Draw.locale.en-US.yaml b/manifests/j/JGraph/Draw/22.1.21/JGraph.Draw.locale.en-US.yaml index c06e44bc7a44e..c38ffd05a02ad 100644 --- a/manifests/j/JGraph/Draw/22.1.21/JGraph.Draw.locale.en-US.yaml +++ b/manifests/j/JGraph/Draw/22.1.21/JGraph.Draw.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.13 $debug=QUSU.LF.7-4-0.Unix -# 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: JGraph.Draw PackageVersion: 22.1.21 @@ -8,7 +8,7 @@ Publisher: JGraph PublisherUrl: https://www.diagrams.net PublisherSupportUrl: https://www.diagrams.net/doc PrivacyUrl: https://www.diagrams.net/trust -# Author: +# Author: PackageName: draw.io PackageUrl: https://www.diagrams.net License: Apache License 2.0 @@ -16,8 +16,8 @@ LicenseUrl: https://raw.githubusercontent.com/jgraph/drawio-desktop/dev/LICENSE Copyright: © 2005-2021 JGraph Ltd, Artisans' House, 7 Queensbridge, NN4 7BF, Northampton, England. Company CopyrightUrl: https://www.diagrams.net/trust ShortDescription: drawio-desktop is a diagrams.net desktop app based on Electron to create and edit diagrams. draw.io is the old name for diagrams.net. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - diagram - diagrams.net @@ -27,10 +27,10 @@ Tags: - drawio - editor - graphics -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/jgraph/drawio-desktop/releases/tag/v22.1.21 -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/22.1.21/JGraph.Draw.yaml b/manifests/j/JGraph/Draw/22.1.21/JGraph.Draw.yaml index 9de18391a1d96..ddf5f62073ca3 100644 --- a/manifests/j/JGraph/Draw/22.1.21/JGraph.Draw.yaml +++ b/manifests/j/JGraph/Draw/22.1.21/JGraph.Draw.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.13 $debug=QUSU.LF.7-4-0.Unix -# 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: JGraph.Draw PackageVersion: 22.1.21 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/23.0.2/JGraph.Draw.installer.yaml b/manifests/j/JGraph/Draw/23.0.2/JGraph.Draw.installer.yaml index b23cf9ad375f7..010ce0568602c 100644 --- a/manifests/j/JGraph/Draw/23.0.2/JGraph.Draw.installer.yaml +++ b/manifests/j/JGraph/Draw/23.0.2/JGraph.Draw.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.3.1 $debug=QUSU.LF.7-4-0.Unix -# 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: JGraph.Draw PackageVersion: 23.0.2 @@ -18,4 +18,4 @@ Installers: InstallerUrl: https://github.com/jgraph/drawio-desktop/releases/download/v23.0.2/draw.io-23.0.2-windows-installer.exe InstallerSha256: 93E91EAA80CBFE35D9D3CB361613C9C69F3A898668CE1F4B2DC6B75B0F35B40F ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/23.0.2/JGraph.Draw.locale.en-US.yaml b/manifests/j/JGraph/Draw/23.0.2/JGraph.Draw.locale.en-US.yaml index bd920a32542e4..bcd05584163c1 100644 --- a/manifests/j/JGraph/Draw/23.0.2/JGraph.Draw.locale.en-US.yaml +++ b/manifests/j/JGraph/Draw/23.0.2/JGraph.Draw.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.3.1 $debug=QUSU.LF.7-4-0.Unix -# 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: JGraph.Draw PackageVersion: 23.0.2 @@ -8,7 +8,7 @@ Publisher: JGraph PublisherUrl: https://www.diagrams.net PublisherSupportUrl: https://www.diagrams.net/doc PrivacyUrl: https://www.diagrams.net/trust -# Author: +# Author: PackageName: draw.io PackageUrl: https://www.diagrams.net License: Apache License 2.0 @@ -16,8 +16,8 @@ LicenseUrl: https://raw.githubusercontent.com/jgraph/drawio-desktop/dev/LICENSE Copyright: © 2005-2021 JGraph Ltd, Artisans' House, 7 Queensbridge, NN4 7BF, Northampton, England. Company CopyrightUrl: https://www.diagrams.net/trust ShortDescription: drawio-desktop is a diagrams.net desktop app based on Electron to create and edit diagrams. draw.io is the old name for diagrams.net. -# Description: -# Moniker: +# Description: +# Moniker: Tags: - diagram - diagrams.net @@ -27,10 +27,10 @@ Tags: - drawio - editor - graphics -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/jgraph/drawio-desktop/releases/tag/v23.0.2 -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/23.0.2/JGraph.Draw.yaml b/manifests/j/JGraph/Draw/23.0.2/JGraph.Draw.yaml index ae1f5d2b7d65b..757b9ff292de7 100644 --- a/manifests/j/JGraph/Draw/23.0.2/JGraph.Draw.yaml +++ b/manifests/j/JGraph/Draw/23.0.2/JGraph.Draw.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.3.1 $debug=QUSU.LF.7-4-0.Unix -# 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: JGraph.Draw PackageVersion: 23.0.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/23.1.5/JGraph.Draw.installer.yaml b/manifests/j/JGraph/Draw/23.1.5/JGraph.Draw.installer.yaml index 93e9adf83ebc1..e4baf37c9d7fd 100644 --- a/manifests/j/JGraph/Draw/23.1.5/JGraph.Draw.installer.yaml +++ b/manifests/j/JGraph/Draw/23.1.5/JGraph.Draw.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: JGraph.Draw PackageVersion: 23.1.5 @@ -18,4 +18,4 @@ Installers: InstallerUrl: https://github.com/jgraph/drawio-desktop/releases/download/v23.1.5/draw.io-23.1.5-windows-installer.exe InstallerSha256: 2F9877E47BDCB7FBB0A37BC7338B057109652C33DF7D5FA63A3F57E5E49BEF77 ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/23.1.5/JGraph.Draw.locale.en-US.yaml b/manifests/j/JGraph/Draw/23.1.5/JGraph.Draw.locale.en-US.yaml index f76e7cdc646dd..f184a11b84d3b 100644 --- a/manifests/j/JGraph/Draw/23.1.5/JGraph.Draw.locale.en-US.yaml +++ b/manifests/j/JGraph/Draw/23.1.5/JGraph.Draw.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: JGraph.Draw PackageVersion: 23.1.5 @@ -8,6 +8,7 @@ Publisher: JGraph PublisherUrl: https://www.diagrams.net PublisherSupportUrl: https://www.diagrams.net/doc PrivacyUrl: https://www.diagrams.net/trust +# Author: PackageName: draw.io PackageUrl: https://www.diagrams.net License: Apache License 2.0 @@ -15,6 +16,8 @@ LicenseUrl: https://raw.githubusercontent.com/jgraph/drawio-desktop/dev/LICENSE Copyright: © 2005-2021 JGraph Ltd, Artisans' House, 7 Queensbridge, NN4 7BF, Northampton, England. Company CopyrightUrl: https://www.diagrams.net/trust ShortDescription: drawio-desktop is a diagrams.net desktop app based on Electron to create and edit diagrams. draw.io is the old name for diagrams.net. +# Description: +# Moniker: Tags: - diagram - diagrams.net @@ -24,5 +27,10 @@ Tags: - drawio - editor - graphics +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/23.1.5/JGraph.Draw.yaml b/manifests/j/JGraph/Draw/23.1.5/JGraph.Draw.yaml index 1cea904e90055..b5ffad3550da7 100644 --- a/manifests/j/JGraph/Draw/23.1.5/JGraph.Draw.yaml +++ b/manifests/j/JGraph/Draw/23.1.5/JGraph.Draw.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: JGraph.Draw PackageVersion: 23.1.5 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/24.0.4/JGraph.Draw.installer.yaml b/manifests/j/JGraph/Draw/24.0.4/JGraph.Draw.installer.yaml index 24c950bc61bb2..e392a28df98bd 100644 --- a/manifests/j/JGraph/Draw/24.0.4/JGraph.Draw.installer.yaml +++ b/manifests/j/JGraph/Draw/24.0.4/JGraph.Draw.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: JGraph.Draw PackageVersion: 24.0.4 @@ -19,4 +19,4 @@ Installers: InstallerUrl: https://github.com/jgraph/drawio-desktop/releases/download/v24.0.4/draw.io-24.0.4-windows-installer.exe InstallerSha256: 27E651932F53B0AB9966B1A1E83E37AAFEE91CD00BCA1FCC551FB384C4068BA3 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/24.0.4/JGraph.Draw.locale.en-US.yaml b/manifests/j/JGraph/Draw/24.0.4/JGraph.Draw.locale.en-US.yaml index 3e57f313f4db0..6b5c425f9ccf9 100644 --- a/manifests/j/JGraph/Draw/24.0.4/JGraph.Draw.locale.en-US.yaml +++ b/manifests/j/JGraph/Draw/24.0.4/JGraph.Draw.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: JGraph.Draw PackageVersion: 24.0.4 @@ -8,6 +8,7 @@ Publisher: JGraph PublisherUrl: https://www.diagrams.net/ PublisherSupportUrl: https://www.diagrams.net/doc PrivacyUrl: https://www.diagrams.net/trust +# Author: PackageName: draw.io PackageUrl: https://www.diagrams.net/ License: Apache-2.0 @@ -15,6 +16,8 @@ LicenseUrl: https://github.com/jgraph/drawio-desktop/blob/HEAD/LICENSE Copyright: © 2005-2021 JGraph Ltd, Artisans' House, 7 Queensbridge, NN4 7BF, Northampton, England. Company CopyrightUrl: https://www.diagrams.net/trust ShortDescription: drawio-desktop is a diagrams.net desktop app based on Electron to create and edit diagrams. draw.io is the old name for diagrams.net. +# Description: +# Moniker: Tags: - diagram - diagrams.net @@ -32,5 +35,8 @@ ReleaseNotes: |- Linux - deb, AppImage or rpmWindows intel x32 releases are marked -ia32-ChangeLog:- Uses electron 28.1.0. - Updates to draw.io core 24.0.4. All changes from 23.1.6 and 24.0.4 are added in this build. ReleaseNotesUrl: https://github.com/jgraph/drawio-desktop/releases/tag/v24.0.4 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/24.0.4/JGraph.Draw.yaml b/manifests/j/JGraph/Draw/24.0.4/JGraph.Draw.yaml index 6cf8164732fc4..65b86603fc8c4 100644 --- a/manifests/j/JGraph/Draw/24.0.4/JGraph.Draw.yaml +++ b/manifests/j/JGraph/Draw/24.0.4/JGraph.Draw.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: JGraph.Draw PackageVersion: 24.0.4 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/24.1.0/JGraph.Draw.installer.yaml b/manifests/j/JGraph/Draw/24.1.0/JGraph.Draw.installer.yaml index db41804de8345..df4f81b84923b 100644 --- a/manifests/j/JGraph/Draw/24.1.0/JGraph.Draw.installer.yaml +++ b/manifests/j/JGraph/Draw/24.1.0/JGraph.Draw.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: JGraph.Draw PackageVersion: 24.1.0 @@ -18,4 +18,4 @@ Installers: InstallerUrl: https://github.com/jgraph/drawio-desktop/releases/download/v24.1.0/draw.io-24.1.0-windows-installer.exe InstallerSha256: D47476FB48131D42E121327ED694B816834BC04741A3B7ED5253920F21BD35F9 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/24.1.0/JGraph.Draw.locale.en-US.yaml b/manifests/j/JGraph/Draw/24.1.0/JGraph.Draw.locale.en-US.yaml index ce1df3830e9c7..ad12a723966ff 100644 --- a/manifests/j/JGraph/Draw/24.1.0/JGraph.Draw.locale.en-US.yaml +++ b/manifests/j/JGraph/Draw/24.1.0/JGraph.Draw.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: JGraph.Draw PackageVersion: 24.1.0 @@ -8,6 +8,7 @@ Publisher: JGraph PublisherUrl: https://www.diagrams.net/ PublisherSupportUrl: https://www.diagrams.net/doc PrivacyUrl: https://www.diagrams.net/trust +# Author: PackageName: draw.io PackageUrl: https://www.diagrams.net/ License: Apache-2.0 @@ -15,6 +16,8 @@ LicenseUrl: https://github.com/jgraph/drawio-desktop/blob/HEAD/LICENSE Copyright: © 2005-2021 JGraph Ltd, Artisans' House, 7 Queensbridge, NN4 7BF, Northampton, England. Company CopyrightUrl: https://www.diagrams.net/trust ShortDescription: drawio-desktop is a diagrams.net desktop app based on Electron to create and edit diagrams. draw.io is the old name for diagrams.net. +# Description: +# Moniker: Tags: - diagram - diagrams.net @@ -24,5 +27,10 @@ Tags: - drawio - editor - graphics +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/24.1.0/JGraph.Draw.yaml b/manifests/j/JGraph/Draw/24.1.0/JGraph.Draw.yaml index e7a4bab4ad422..bd00800394478 100644 --- a/manifests/j/JGraph/Draw/24.1.0/JGraph.Draw.yaml +++ b/manifests/j/JGraph/Draw/24.1.0/JGraph.Draw.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: JGraph.Draw PackageVersion: 24.1.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/24.2.5/JGraph.Draw.installer.yaml b/manifests/j/JGraph/Draw/24.2.5/JGraph.Draw.installer.yaml index b7d0298574d05..d3d30a73b37e3 100644 --- a/manifests/j/JGraph/Draw/24.2.5/JGraph.Draw.installer.yaml +++ b/manifests/j/JGraph/Draw/24.2.5/JGraph.Draw.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.LF.7-4-1.Unix -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JGraph.Draw PackageVersion: 24.2.5 @@ -18,4 +18,4 @@ Installers: InstallerUrl: https://github.com/jgraph/drawio-desktop/releases/download/v24.2.5/draw.io-24.2.5-windows-installer.exe InstallerSha256: 1C1ED533DA7DEA5600D48E42487A98881AA9C204A28AC01388200CCBF696D940 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/24.2.5/JGraph.Draw.locale.en-US.yaml b/manifests/j/JGraph/Draw/24.2.5/JGraph.Draw.locale.en-US.yaml index 4d50a926a4cbd..57d0eead49e2a 100644 --- a/manifests/j/JGraph/Draw/24.2.5/JGraph.Draw.locale.en-US.yaml +++ b/manifests/j/JGraph/Draw/24.2.5/JGraph.Draw.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.LF.7-4-1.Unix -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JGraph.Draw PackageVersion: 24.2.5 @@ -33,4 +33,4 @@ ReleaseNotesUrl: https://github.com/jgraph/drawio-desktop/releases/tag/v24.2.5 # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/24.2.5/JGraph.Draw.yaml b/manifests/j/JGraph/Draw/24.2.5/JGraph.Draw.yaml index ac729c643c616..da5273fd5f756 100644 --- a/manifests/j/JGraph/Draw/24.2.5/JGraph.Draw.yaml +++ b/manifests/j/JGraph/Draw/24.2.5/JGraph.Draw.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.LF.7-4-1.Unix -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JGraph.Draw PackageVersion: 24.2.5 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/24.4.0/JGraph.Draw.installer.yaml b/manifests/j/JGraph/Draw/24.4.0/JGraph.Draw.installer.yaml index 50443a66be991..cd04f776d2491 100644 --- a/manifests/j/JGraph/Draw/24.4.0/JGraph.Draw.installer.yaml +++ b/manifests/j/JGraph/Draw/24.4.0/JGraph.Draw.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.LF.7-4-2.Unix -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JGraph.Draw PackageVersion: 24.4.0 @@ -18,4 +18,4 @@ Installers: InstallerUrl: https://github.com/jgraph/drawio-desktop/releases/download/v24.4.0/draw.io-24.4.0-windows-installer.exe InstallerSha256: A8C6535683BCCC8CEE052D364C51373700DE456C49AFA3D52BF31CBAA36594DF ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/24.4.0/JGraph.Draw.locale.en-US.yaml b/manifests/j/JGraph/Draw/24.4.0/JGraph.Draw.locale.en-US.yaml index 91b5d3d895528..5798369507f38 100644 --- a/manifests/j/JGraph/Draw/24.4.0/JGraph.Draw.locale.en-US.yaml +++ b/manifests/j/JGraph/Draw/24.4.0/JGraph.Draw.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.LF.7-4-2.Unix -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JGraph.Draw PackageVersion: 24.4.0 @@ -33,4 +33,4 @@ ReleaseNotesUrl: https://github.com/jgraph/drawio-desktop/releases/tag/v24.4.0 # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/24.4.0/JGraph.Draw.yaml b/manifests/j/JGraph/Draw/24.4.0/JGraph.Draw.yaml index 45097601002ac..d6188fb80497c 100644 --- a/manifests/j/JGraph/Draw/24.4.0/JGraph.Draw.yaml +++ b/manifests/j/JGraph/Draw/24.4.0/JGraph.Draw.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.LF.7-4-2.Unix -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JGraph.Draw PackageVersion: 24.4.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/24.4.13/JGraph.Draw.installer.yaml b/manifests/j/JGraph/Draw/24.4.13/JGraph.Draw.installer.yaml index b9f3e6a155580..7dad5167764bb 100644 --- a/manifests/j/JGraph/Draw/24.4.13/JGraph.Draw.installer.yaml +++ b/manifests/j/JGraph/Draw/24.4.13/JGraph.Draw.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.LF.7-4-2.Unix -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JGraph.Draw PackageVersion: 24.4.13 @@ -18,4 +18,4 @@ Installers: InstallerUrl: https://github.com/jgraph/drawio-desktop/releases/download/v24.4.13/draw.io-24.4.13-windows-installer.exe InstallerSha256: 368CA639E4D65F46EB885E6FBECC61A7C8D1454CC80217C5CFD122A983E42C73 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/24.4.13/JGraph.Draw.locale.en-US.yaml b/manifests/j/JGraph/Draw/24.4.13/JGraph.Draw.locale.en-US.yaml index 54d02407fcad6..ef3b9b2f7d497 100644 --- a/manifests/j/JGraph/Draw/24.4.13/JGraph.Draw.locale.en-US.yaml +++ b/manifests/j/JGraph/Draw/24.4.13/JGraph.Draw.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.LF.7-4-2.Unix -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JGraph.Draw PackageVersion: 24.4.13 @@ -33,4 +33,4 @@ ReleaseNotesUrl: https://github.com/jgraph/drawio-desktop/releases/tag/v24.4.13 # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/24.4.13/JGraph.Draw.yaml b/manifests/j/JGraph/Draw/24.4.13/JGraph.Draw.yaml index bffbf49975432..e91e1de3110e8 100644 --- a/manifests/j/JGraph/Draw/24.4.13/JGraph.Draw.yaml +++ b/manifests/j/JGraph/Draw/24.4.13/JGraph.Draw.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.LF.7-4-2.Unix -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JGraph.Draw PackageVersion: 24.4.13 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/24.4.6/JGraph.Draw.installer.yaml b/manifests/j/JGraph/Draw/24.4.6/JGraph.Draw.installer.yaml index bd1439b9d565f..def999239cbc4 100644 --- a/manifests/j/JGraph/Draw/24.4.6/JGraph.Draw.installer.yaml +++ b/manifests/j/JGraph/Draw/24.4.6/JGraph.Draw.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.LF.7-4-2.Unix -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JGraph.Draw PackageVersion: 24.4.6 @@ -18,4 +18,4 @@ Installers: InstallerUrl: https://github.com/jgraph/drawio-desktop/releases/download/v24.4.6/draw.io-24.4.6-windows-installer.exe InstallerSha256: C269F850138C62B7192448204E43EA879788D4F8B9AB3D57D9FA7917B5C74C05 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/24.4.6/JGraph.Draw.locale.en-US.yaml b/manifests/j/JGraph/Draw/24.4.6/JGraph.Draw.locale.en-US.yaml index f5f0bc5a1901f..d25e7a687fadc 100644 --- a/manifests/j/JGraph/Draw/24.4.6/JGraph.Draw.locale.en-US.yaml +++ b/manifests/j/JGraph/Draw/24.4.6/JGraph.Draw.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.LF.7-4-2.Unix -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JGraph.Draw PackageVersion: 24.4.6 @@ -33,4 +33,4 @@ ReleaseNotesUrl: https://github.com/jgraph/drawio-desktop/releases/tag/v24.4.6 # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/24.4.6/JGraph.Draw.yaml b/manifests/j/JGraph/Draw/24.4.6/JGraph.Draw.yaml index 6b361116e2be4..e3ab16e8bc8e1 100644 --- a/manifests/j/JGraph/Draw/24.4.6/JGraph.Draw.yaml +++ b/manifests/j/JGraph/Draw/24.4.6/JGraph.Draw.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.LF.7-4-2.Unix -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JGraph.Draw PackageVersion: 24.4.6 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/24.4.7/JGraph.Draw.installer.yaml b/manifests/j/JGraph/Draw/24.4.7/JGraph.Draw.installer.yaml index 4b7b86f73c5c1..7d681d9724807 100644 --- a/manifests/j/JGraph/Draw/24.4.7/JGraph.Draw.installer.yaml +++ b/manifests/j/JGraph/Draw/24.4.7/JGraph.Draw.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.LF.7-4-2.Unix -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JGraph.Draw PackageVersion: 24.4.7 @@ -18,4 +18,4 @@ Installers: InstallerUrl: https://github.com/jgraph/drawio-desktop/releases/download/v24.4.7/draw.io-24.4.7-windows-installer.exe InstallerSha256: 0C65DB13996A8621AEF425F01661A5CCEB8EF49865C4ABFADC1B82E246108FAA ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/24.4.7/JGraph.Draw.locale.en-US.yaml b/manifests/j/JGraph/Draw/24.4.7/JGraph.Draw.locale.en-US.yaml index 273c2eabb3290..7f67b85e9e5a4 100644 --- a/manifests/j/JGraph/Draw/24.4.7/JGraph.Draw.locale.en-US.yaml +++ b/manifests/j/JGraph/Draw/24.4.7/JGraph.Draw.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.LF.7-4-2.Unix -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JGraph.Draw PackageVersion: 24.4.7 @@ -33,4 +33,4 @@ ReleaseNotesUrl: https://github.com/jgraph/drawio-desktop/releases/tag/v24.4.7 # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/24.4.7/JGraph.Draw.yaml b/manifests/j/JGraph/Draw/24.4.7/JGraph.Draw.yaml index c745db9988bd8..51f5c1ec6a6e2 100644 --- a/manifests/j/JGraph/Draw/24.4.7/JGraph.Draw.yaml +++ b/manifests/j/JGraph/Draw/24.4.7/JGraph.Draw.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.LF.7-4-2.Unix -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JGraph.Draw PackageVersion: 24.4.7 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/24.4.8/JGraph.Draw.installer.yaml b/manifests/j/JGraph/Draw/24.4.8/JGraph.Draw.installer.yaml index d97e6e09d0de4..b723185be7407 100644 --- a/manifests/j/JGraph/Draw/24.4.8/JGraph.Draw.installer.yaml +++ b/manifests/j/JGraph/Draw/24.4.8/JGraph.Draw.installer.yaml @@ -1,5 +1,5 @@ -## Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.LF.7-4-2.Unix -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JGraph.Draw PackageVersion: 24.4.8 @@ -18,4 +18,4 @@ Installers: InstallerUrl: https://github.com/jgraph/drawio-desktop/releases/download/v24.4.8/draw.io-24.4.8-windows-installer.exe InstallerSha256: BF3426A302C88EA509CD42769CCDDF50F9ADEFF4670642229C2A259C75A906B8 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/24.4.8/JGraph.Draw.locale.en-US.yaml b/manifests/j/JGraph/Draw/24.4.8/JGraph.Draw.locale.en-US.yaml index 48f16c9436fbb..218469a60c085 100644 --- a/manifests/j/JGraph/Draw/24.4.8/JGraph.Draw.locale.en-US.yaml +++ b/manifests/j/JGraph/Draw/24.4.8/JGraph.Draw.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.LF.7-4-2.Unix -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JGraph.Draw PackageVersion: 24.4.8 @@ -33,4 +33,4 @@ ReleaseNotesUrl: https://github.com/jgraph/drawio-desktop/releases/tag/v24.4.8 # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/24.4.8/JGraph.Draw.yaml b/manifests/j/JGraph/Draw/24.4.8/JGraph.Draw.yaml index 67c77ff10f881..eb30f52dd0e94 100644 --- a/manifests/j/JGraph/Draw/24.4.8/JGraph.Draw.yaml +++ b/manifests/j/JGraph/Draw/24.4.8/JGraph.Draw.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.LF.7-4-2.Unix -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JGraph.Draw PackageVersion: 24.4.8 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/24.5.1/JGraph.Draw.installer.yaml b/manifests/j/JGraph/Draw/24.5.1/JGraph.Draw.installer.yaml index ca96a1b511f57..2ee08f9364fe0 100644 --- a/manifests/j/JGraph/Draw/24.5.1/JGraph.Draw.installer.yaml +++ b/manifests/j/JGraph/Draw/24.5.1/JGraph.Draw.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.LF.7-4-2.Unix -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JGraph.Draw PackageVersion: 24.5.1 @@ -18,4 +18,4 @@ Installers: InstallerUrl: https://github.com/jgraph/drawio-desktop/releases/download/v24.5.1/draw.io-24.5.1-windows-installer.exe InstallerSha256: EA71CF47918AA8C3F15F55FBF9C390D203D26DDCD36BD4EFC8FEEE8ED301EFD5 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/24.5.1/JGraph.Draw.locale.en-US.yaml b/manifests/j/JGraph/Draw/24.5.1/JGraph.Draw.locale.en-US.yaml index 0bd9057195598..dba2dc7df092a 100644 --- a/manifests/j/JGraph/Draw/24.5.1/JGraph.Draw.locale.en-US.yaml +++ b/manifests/j/JGraph/Draw/24.5.1/JGraph.Draw.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.LF.7-4-2.Unix -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JGraph.Draw PackageVersion: 24.5.1 @@ -33,4 +33,4 @@ ReleaseNotesUrl: https://github.com/jgraph/drawio-desktop/releases/tag/v24.5.1 # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/24.5.1/JGraph.Draw.yaml b/manifests/j/JGraph/Draw/24.5.1/JGraph.Draw.yaml index 163473e75734b..b262b1d4c04b8 100644 --- a/manifests/j/JGraph/Draw/24.5.1/JGraph.Draw.yaml +++ b/manifests/j/JGraph/Draw/24.5.1/JGraph.Draw.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.LF.7-4-2.Unix -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JGraph.Draw PackageVersion: 24.5.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/24.5.3/JGraph.Draw.installer.yaml b/manifests/j/JGraph/Draw/24.5.3/JGraph.Draw.installer.yaml index 97f52570cb3f8..42453cbce2731 100644 --- a/manifests/j/JGraph/Draw/24.5.3/JGraph.Draw.installer.yaml +++ b/manifests/j/JGraph/Draw/24.5.3/JGraph.Draw.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.LF.7-4-2.Unix -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JGraph.Draw PackageVersion: 24.5.3 @@ -18,4 +18,4 @@ Installers: InstallerUrl: https://github.com/jgraph/drawio-desktop/releases/download/v24.5.3/draw.io-24.5.3-windows-installer.exe InstallerSha256: 583B3C2F3DE6A4047DA3D438A7A1D502B929D66F20C23BAC8E893BFBA228DB9B ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/24.5.3/JGraph.Draw.locale.en-US.yaml b/manifests/j/JGraph/Draw/24.5.3/JGraph.Draw.locale.en-US.yaml index ad0f6eb62ad88..73ec472b08c8c 100644 --- a/manifests/j/JGraph/Draw/24.5.3/JGraph.Draw.locale.en-US.yaml +++ b/manifests/j/JGraph/Draw/24.5.3/JGraph.Draw.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.LF.7-4-2.Unix -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JGraph.Draw PackageVersion: 24.5.3 @@ -33,4 +33,4 @@ ReleaseNotesUrl: https://github.com/jgraph/drawio-desktop/releases/tag/v24.5.3 # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/24.5.3/JGraph.Draw.yaml b/manifests/j/JGraph/Draw/24.5.3/JGraph.Draw.yaml index 73719182d86dd..ff2f40f94c857 100644 --- a/manifests/j/JGraph/Draw/24.5.3/JGraph.Draw.yaml +++ b/manifests/j/JGraph/Draw/24.5.3/JGraph.Draw.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.LF.7-4-2.Unix -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JGraph.Draw PackageVersion: 24.5.3 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/24.6.1/JGraph.Draw.installer.yaml b/manifests/j/JGraph/Draw/24.6.1/JGraph.Draw.installer.yaml index cead5fcc450a4..c5bb805bfd3dd 100644 --- a/manifests/j/JGraph/Draw/24.6.1/JGraph.Draw.installer.yaml +++ b/manifests/j/JGraph/Draw/24.6.1/JGraph.Draw.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.LF.7-4-2.Unix -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JGraph.Draw PackageVersion: 24.6.1 @@ -18,4 +18,4 @@ Installers: InstallerUrl: https://github.com/jgraph/drawio-desktop/releases/download/v24.6.1/draw.io-24.6.1-windows-installer.exe InstallerSha256: 602BF44B87CE81FD299337EF4B2E9D4C6D9AA6E3EB65BD7D72AB2AE5E12335C0 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/24.6.1/JGraph.Draw.locale.en-US.yaml b/manifests/j/JGraph/Draw/24.6.1/JGraph.Draw.locale.en-US.yaml index 627c685624534..c34308fd7deae 100644 --- a/manifests/j/JGraph/Draw/24.6.1/JGraph.Draw.locale.en-US.yaml +++ b/manifests/j/JGraph/Draw/24.6.1/JGraph.Draw.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.LF.7-4-2.Unix -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JGraph.Draw PackageVersion: 24.6.1 @@ -33,4 +33,4 @@ ReleaseNotesUrl: https://github.com/jgraph/drawio-desktop/releases/tag/v24.6.1 # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/24.6.1/JGraph.Draw.yaml b/manifests/j/JGraph/Draw/24.6.1/JGraph.Draw.yaml index 3a0212f5aa6fd..8ed279940ef37 100644 --- a/manifests/j/JGraph/Draw/24.6.1/JGraph.Draw.yaml +++ b/manifests/j/JGraph/Draw/24.6.1/JGraph.Draw.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.LF.7-4-2.Unix -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JGraph.Draw PackageVersion: 24.6.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/24.6.4/JGraph.Draw.installer.yaml b/manifests/j/JGraph/Draw/24.6.4/JGraph.Draw.installer.yaml index 7a50fe004baa2..653de48365396 100644 --- a/manifests/j/JGraph/Draw/24.6.4/JGraph.Draw.installer.yaml +++ b/manifests/j/JGraph/Draw/24.6.4/JGraph.Draw.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.LF.7-4-2.Unix -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JGraph.Draw PackageVersion: 24.6.4 @@ -18,4 +18,4 @@ Installers: InstallerUrl: https://github.com/jgraph/drawio-desktop/releases/download/v24.6.4/draw.io-24.6.4-windows-installer.exe InstallerSha256: 05E42854294BA94B171907D90F575296A701C177DED7089972DB37F4CEDC4368 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/24.6.4/JGraph.Draw.locale.en-US.yaml b/manifests/j/JGraph/Draw/24.6.4/JGraph.Draw.locale.en-US.yaml index b48b492bd5312..b6e265638a1f6 100644 --- a/manifests/j/JGraph/Draw/24.6.4/JGraph.Draw.locale.en-US.yaml +++ b/manifests/j/JGraph/Draw/24.6.4/JGraph.Draw.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.LF.7-4-2.Unix -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JGraph.Draw PackageVersion: 24.6.4 @@ -33,4 +33,4 @@ ReleaseNotesUrl: https://github.com/jgraph/drawio-desktop/releases/tag/v24.6.4 # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/24.6.4/JGraph.Draw.yaml b/manifests/j/JGraph/Draw/24.6.4/JGraph.Draw.yaml index 274ca335c92d5..80544f77e5525 100644 --- a/manifests/j/JGraph/Draw/24.6.4/JGraph.Draw.yaml +++ b/manifests/j/JGraph/Draw/24.6.4/JGraph.Draw.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.LF.7-4-2.Unix -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JGraph.Draw PackageVersion: 24.6.4 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/24.7.17/JGraph.Draw.installer.yaml b/manifests/j/JGraph/Draw/24.7.17/JGraph.Draw.installer.yaml index 5020ce6c2a06d..bfeb31d292552 100644 --- a/manifests/j/JGraph/Draw/24.7.17/JGraph.Draw.installer.yaml +++ b/manifests/j/JGraph/Draw/24.7.17/JGraph.Draw.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: JGraph.Draw PackageVersion: 24.7.17 @@ -24,4 +24,4 @@ Installers: InstallerUrl: https://github.com/jgraph/drawio-desktop/releases/download/v24.7.17/draw.io-arm64-24.7.17-windows-arm64-installer.exe InstallerSha256: 3AC3F06BEE6C35BDFB3C000DA3AFA371EFC9B2EECD0F80C35D28AB89F1573691 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/24.7.17/JGraph.Draw.locale.en-US.yaml b/manifests/j/JGraph/Draw/24.7.17/JGraph.Draw.locale.en-US.yaml index dfaef4f706613..86bb070c27ae8 100644 --- a/manifests/j/JGraph/Draw/24.7.17/JGraph.Draw.locale.en-US.yaml +++ b/manifests/j/JGraph/Draw/24.7.17/JGraph.Draw.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: JGraph.Draw PackageVersion: 24.7.17 @@ -8,6 +8,7 @@ Publisher: JGraph PublisherUrl: https://www.diagrams.net/ PublisherSupportUrl: https://www.diagrams.net/doc PrivacyUrl: https://www.diagrams.net/trust +# Author: PackageName: draw.io PackageUrl: https://www.diagrams.net/ License: Apache-2.0 @@ -15,6 +16,8 @@ LicenseUrl: https://github.com/jgraph/drawio-desktop/blob/HEAD/LICENSE Copyright: © 2005-2021 JGraph Ltd, Artisans' House, 7 Queensbridge, NN4 7BF, Northampton, England. Company CopyrightUrl: https://www.diagrams.net/trust ShortDescription: drawio-desktop is a diagrams.net desktop app based on Electron to create and edit diagrams. draw.io is the old name for diagrams.net. +# Description: +# Moniker: Tags: - diagram - diagrams.net @@ -34,5 +37,8 @@ ReleaseNotes: |- - Uses electron 32.0.1 - Updates to draw.io core 24.7.17. All changes from 24.7.9 to 24.7.17 are added in this build. ReleaseNotesUrl: https://github.com/jgraph/drawio-desktop/releases/tag/v24.7.17 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/24.7.17/JGraph.Draw.yaml b/manifests/j/JGraph/Draw/24.7.17/JGraph.Draw.yaml index 862898d7f2991..f9dd1d6cd7594 100644 --- a/manifests/j/JGraph/Draw/24.7.17/JGraph.Draw.yaml +++ b/manifests/j/JGraph/Draw/24.7.17/JGraph.Draw.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: JGraph.Draw PackageVersion: 24.7.17 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/24.7.5/JGraph.Draw.installer.yaml b/manifests/j/JGraph/Draw/24.7.5/JGraph.Draw.installer.yaml index 9cafcc070a7f3..4fc7fc502c6a8 100644 --- a/manifests/j/JGraph/Draw/24.7.5/JGraph.Draw.installer.yaml +++ b/manifests/j/JGraph/Draw/24.7.5/JGraph.Draw.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.LF.7-4-3.Unix -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JGraph.Draw PackageVersion: 24.7.5 @@ -18,4 +18,4 @@ Installers: InstallerUrl: https://github.com/jgraph/drawio-desktop/releases/download/v24.7.5/draw.io-24.7.5-windows-installer.exe InstallerSha256: 49FE13E576710CA4ADB647CDDC17AF374C7FBAF29FCC9B7EED897817FD8C2E60 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/24.7.5/JGraph.Draw.locale.en-US.yaml b/manifests/j/JGraph/Draw/24.7.5/JGraph.Draw.locale.en-US.yaml index 6c3783188d11f..a57fceb99d301 100644 --- a/manifests/j/JGraph/Draw/24.7.5/JGraph.Draw.locale.en-US.yaml +++ b/manifests/j/JGraph/Draw/24.7.5/JGraph.Draw.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.LF.7-4-3.Unix -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JGraph.Draw PackageVersion: 24.7.5 @@ -33,4 +33,4 @@ ReleaseNotesUrl: https://github.com/jgraph/drawio-desktop/releases/tag/v24.7.5 # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/24.7.5/JGraph.Draw.yaml b/manifests/j/JGraph/Draw/24.7.5/JGraph.Draw.yaml index ca4b379902f95..a5fc6b8255650 100644 --- a/manifests/j/JGraph/Draw/24.7.5/JGraph.Draw.yaml +++ b/manifests/j/JGraph/Draw/24.7.5/JGraph.Draw.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.4.1 $debug=QUSU.LF.7-4-3.Unix -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JGraph.Draw PackageVersion: 24.7.5 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/24.7.8/JGraph.Draw.installer.yaml b/manifests/j/JGraph/Draw/24.7.8/JGraph.Draw.installer.yaml index af079401563f3..fd573f3f9013a 100644 --- a/manifests/j/JGraph/Draw/24.7.8/JGraph.Draw.installer.yaml +++ b/manifests/j/JGraph/Draw/24.7.8/JGraph.Draw.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 $debug=NVS0.LF.7-4-5.Unix -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JGraph.Draw PackageVersion: 24.7.8 @@ -23,4 +23,4 @@ Installers: InstallerUrl: https://github.com/jgraph/drawio-desktop/releases/download/v24.7.8/draw.io-arm64-24.7.8-windows-arm64-installer.exe InstallerSha256: D6D81059B53EF7C92B5868115865325CC9BF722D67E8BC9AB0F853E683D28566 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/24.7.8/JGraph.Draw.locale.en-US.yaml b/manifests/j/JGraph/Draw/24.7.8/JGraph.Draw.locale.en-US.yaml index 874b7135a10aa..9ca164b469337 100644 --- a/manifests/j/JGraph/Draw/24.7.8/JGraph.Draw.locale.en-US.yaml +++ b/manifests/j/JGraph/Draw/24.7.8/JGraph.Draw.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.4.1 $debug=NVS0.LF.7-4-5.Unix -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JGraph.Draw PackageVersion: 24.7.8 @@ -33,4 +33,4 @@ ReleaseNotesUrl: https://github.com/jgraph/drawio-desktop/releases/tag/v24.7.8 # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/24.7.8/JGraph.Draw.yaml b/manifests/j/JGraph/Draw/24.7.8/JGraph.Draw.yaml index 3a4f21a868611..5a25357136b4f 100644 --- a/manifests/j/JGraph/Draw/24.7.8/JGraph.Draw.yaml +++ b/manifests/j/JGraph/Draw/24.7.8/JGraph.Draw.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.4.1 $debug=NVS0.LF.7-4-5.Unix -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JGraph.Draw PackageVersion: 24.7.8 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/25.0.1/JGraph.Draw.installer.yaml b/manifests/j/JGraph/Draw/25.0.1/JGraph.Draw.installer.yaml index eebcceb3d812c..1574f78630092 100644 --- a/manifests/j/JGraph/Draw/25.0.1/JGraph.Draw.installer.yaml +++ b/manifests/j/JGraph/Draw/25.0.1/JGraph.Draw.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: JGraph.Draw PackageVersion: 25.0.1 @@ -24,4 +24,4 @@ Installers: InstallerUrl: https://github.com/jgraph/drawio-desktop/releases/download/v25.0.1/draw.io-arm64-25.0.1-windows-arm64-installer.exe InstallerSha256: 662BF6AA7B8E790F383D4DE917345CD2BB2D71CB14191A754179773F2F089F28 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/25.0.1/JGraph.Draw.locale.en-US.yaml b/manifests/j/JGraph/Draw/25.0.1/JGraph.Draw.locale.en-US.yaml index 8c9ac64ca9f93..a667c46aa8cd9 100644 --- a/manifests/j/JGraph/Draw/25.0.1/JGraph.Draw.locale.en-US.yaml +++ b/manifests/j/JGraph/Draw/25.0.1/JGraph.Draw.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: JGraph.Draw PackageVersion: 25.0.1 @@ -8,6 +8,7 @@ Publisher: JGraph PublisherUrl: https://www.diagrams.net/ PublisherSupportUrl: https://www.diagrams.net/doc PrivacyUrl: https://www.diagrams.net/trust +# Author: PackageName: draw.io PackageUrl: https://www.diagrams.net/ License: Apache-2.0 @@ -15,6 +16,8 @@ LicenseUrl: https://github.com/jgraph/drawio-desktop/blob/HEAD/LICENSE Copyright: © 2005-2021 JGraph Ltd, Artisans' House, 7 Queensbridge, NN4 7BF, Northampton, England. Company CopyrightUrl: https://www.diagrams.net/trust ShortDescription: drawio-desktop is a diagrams.net desktop app based on Electron to create and edit diagrams. draw.io is the old name for diagrams.net. +# Description: +# Moniker: Tags: - diagram - diagrams.net @@ -33,5 +36,8 @@ ReleaseNotes: |- - Uses electron 32.2.5 - Updates to draw.io core 25.0.1. All changes from 24.7.18 to 25.0.1 are added in this build. ReleaseNotesUrl: https://github.com/jgraph/drawio-desktop/releases/tag/v25.0.1 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/25.0.1/JGraph.Draw.yaml b/manifests/j/JGraph/Draw/25.0.1/JGraph.Draw.yaml index c850822b079d5..485bc75cb1ee0 100644 --- a/manifests/j/JGraph/Draw/25.0.1/JGraph.Draw.yaml +++ b/manifests/j/JGraph/Draw/25.0.1/JGraph.Draw.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: JGraph.Draw PackageVersion: 25.0.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JGraph/Draw/26.0.3/JGraph.Draw.installer.yaml b/manifests/j/JGraph/Draw/26.0.3/JGraph.Draw.installer.yaml index 7dc6280c82f7c..99a8c7653e0bd 100644 --- a/manifests/j/JGraph/Draw/26.0.3/JGraph.Draw.installer.yaml +++ b/manifests/j/JGraph/Draw/26.0.3/JGraph.Draw.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: JGraph.Draw @@ -12,6 +12,7 @@ InstallModes: UpgradeBehavior: install FileExtensions: - drawio +ReleaseDate: 2025-01-03 Installers: - Architecture: x86 InstallerUrl: https://github.com/jgraph/drawio-desktop/releases/download/v26.0.3/draw.io-ia32-26.0.3-windows-32bit-installer.exe @@ -24,4 +25,3 @@ Installers: InstallerSha256: 2D385846CF308B5218B5234DC1099F8135DD5AB8BC061EE257C54E2A69A3FAEE ManifestType: installer ManifestVersion: 1.9.0 -ReleaseDate: 2025-01-03 diff --git a/manifests/j/JGraph/Draw/26.0.3/JGraph.Draw.locale.en-US.yaml b/manifests/j/JGraph/Draw/26.0.3/JGraph.Draw.locale.en-US.yaml index 672eeee7eef5f..a0b4b6b31c403 100644 --- a/manifests/j/JGraph/Draw/26.0.3/JGraph.Draw.locale.en-US.yaml +++ b/manifests/j/JGraph/Draw/26.0.3/JGraph.Draw.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: JGraph.Draw @@ -8,6 +8,7 @@ Publisher: JGraph PublisherUrl: https://www.diagrams.net/ PublisherSupportUrl: https://www.diagrams.net/doc PrivacyUrl: https://www.diagrams.net/trust +# Author: PackageName: draw.io PackageUrl: https://www.diagrams.net/ License: Apache-2.0 @@ -15,6 +16,8 @@ LicenseUrl: https://github.com/jgraph/drawio-desktop/blob/HEAD/LICENSE Copyright: © 2005-2021 JGraph Ltd, Artisans' House, 7 Queensbridge, NN4 7BF, Northampton, England. Company CopyrightUrl: https://www.diagrams.net/trust ShortDescription: drawio-desktop is a diagrams.net desktop app based on Electron to create and edit diagrams. draw.io is the old name for diagrams.net. +# Description: +# Moniker: Tags: - diagram - diagrams.net @@ -24,7 +27,10 @@ Tags: - drawio - editor - graphics +# ReleaseNotes: ReleaseNotesUrl: https://github.com/jgraph/drawio-desktop/releases/tag/v26.0.3 +# PurchaseUrl: +# InstallationNotes: Documentations: - DocumentLabel: Wiki DocumentUrl: https://github.com/jgraph/drawio-desktop/wiki diff --git a/manifests/j/JGraph/Draw/26.0.3/JGraph.Draw.yaml b/manifests/j/JGraph/Draw/26.0.3/JGraph.Draw.yaml index 6b3beeb15b7f7..a79498906f4d1 100644 --- a/manifests/j/JGraph/Draw/26.0.3/JGraph.Draw.yaml +++ b/manifests/j/JGraph/Draw/26.0.3/JGraph.Draw.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: JGraph.Draw diff --git a/manifests/j/JGraph/Draw/26.0.4/JGraph.Draw.installer.yaml b/manifests/j/JGraph/Draw/26.0.4/JGraph.Draw.installer.yaml index 8becd9cf0dc0f..d7a981ffe3805 100644 --- a/manifests/j/JGraph/Draw/26.0.4/JGraph.Draw.installer.yaml +++ b/manifests/j/JGraph/Draw/26.0.4/JGraph.Draw.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: JGraph.Draw @@ -12,6 +12,7 @@ InstallModes: UpgradeBehavior: install FileExtensions: - drawio +ReleaseDate: 2025-01-06 Installers: - Architecture: x86 InstallerUrl: https://github.com/jgraph/drawio-desktop/releases/download/v26.0.4/draw.io-ia32-26.0.4-windows-32bit-installer.exe @@ -24,4 +25,3 @@ Installers: InstallerSha256: 6D3F6C3E509E4A1AC32D38DE671C6B61CA0492061AAAB1B18AF06FB41F2A9D7D ManifestType: installer ManifestVersion: 1.9.0 -ReleaseDate: 2025-01-06 diff --git a/manifests/j/JGraph/Draw/26.0.4/JGraph.Draw.locale.en-US.yaml b/manifests/j/JGraph/Draw/26.0.4/JGraph.Draw.locale.en-US.yaml index 0271ceb45e8f6..92b33df164ae2 100644 --- a/manifests/j/JGraph/Draw/26.0.4/JGraph.Draw.locale.en-US.yaml +++ b/manifests/j/JGraph/Draw/26.0.4/JGraph.Draw.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: JGraph.Draw @@ -8,6 +8,7 @@ Publisher: JGraph PublisherUrl: https://www.diagrams.net/ PublisherSupportUrl: https://www.diagrams.net/doc PrivacyUrl: https://www.diagrams.net/trust +# Author: PackageName: draw.io PackageUrl: https://www.diagrams.net/ License: Apache-2.0 @@ -15,6 +16,8 @@ LicenseUrl: https://github.com/jgraph/drawio-desktop/blob/HEAD/LICENSE Copyright: © 2005-2021 JGraph Ltd, Artisans' House, 7 Queensbridge, NN4 7BF, Northampton, England. Company CopyrightUrl: https://www.diagrams.net/trust ShortDescription: drawio-desktop is a diagrams.net desktop app based on Electron to create and edit diagrams. draw.io is the old name for diagrams.net. +# Description: +# Moniker: Tags: - diagram - diagrams.net @@ -24,7 +27,10 @@ Tags: - drawio - editor - graphics +# ReleaseNotes: ReleaseNotesUrl: https://github.com/jgraph/drawio-desktop/releases/tag/v26.0.4 +# PurchaseUrl: +# InstallationNotes: Documentations: - DocumentLabel: Wiki DocumentUrl: https://github.com/jgraph/drawio-desktop/wiki diff --git a/manifests/j/JGraph/Draw/26.0.4/JGraph.Draw.yaml b/manifests/j/JGraph/Draw/26.0.4/JGraph.Draw.yaml index b3293b2c1dc5e..6f0946a2a438e 100644 --- a/manifests/j/JGraph/Draw/26.0.4/JGraph.Draw.yaml +++ b/manifests/j/JGraph/Draw/26.0.4/JGraph.Draw.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: JGraph.Draw diff --git a/manifests/j/JPersson77/LGTVCompanion/4.3.0/JPersson77.LGTVCompanion.installer.yaml b/manifests/j/JPersson77/LGTVCompanion/4.3.0/JPersson77.LGTVCompanion.installer.yaml new file mode 100644 index 0000000000000..d50e2eb2649ab --- /dev/null +++ b/manifests/j/JPersson77/LGTVCompanion/4.3.0/JPersson77.LGTVCompanion.installer.yaml @@ -0,0 +1,31 @@ +# Created with WinGet Releaser using komac v2.10.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: JPersson77.LGTVCompanion +PackageVersion: 4.3.0 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: '{4913B929-3F72-4A29-AEF3-D0E1EEF57DB6}' +ReleaseDate: 2025-02-07 +AppsAndFeaturesEntries: +- DisplayName: LGTV Companion + Publisher: J Persson + ProductCode: '{4913B929-3F72-4A29-AEF3-D0E1EEF57DB6}' + UpgradeCode: '{0BA17E5B-11CE-491D-B1A1-05DD2D9F610A}' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\LGTV Companion' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/JPersson77/LGTVCompanion/releases/download/v4.3.0/LGTV.Companion.Setup.x64.msi + InstallerSha256: 5AB50A23E81B9A8AE0098F0CBDE61E1AFF3D5540A0C2A12664F73EB0538AF41C +- Architecture: arm64 + InstallerUrl: https://github.com/JPersson77/LGTVCompanion/releases/download/v4.3.0/LGTV.Companion.Setup.ARM64.msi + InstallerSha256: accba3009294e94c3c39fa7675578c3ced23374fb5d40f6d1d516fe0586f2769 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/j/JPersson77/LGTVCompanion/4.3.0/JPersson77.LGTVCompanion.locale.en-US.yaml b/manifests/j/JPersson77/LGTVCompanion/4.3.0/JPersson77.LGTVCompanion.locale.en-US.yaml new file mode 100644 index 0000000000000..bc1f0945e6f75 --- /dev/null +++ b/manifests/j/JPersson77/LGTVCompanion/4.3.0/JPersson77.LGTVCompanion.locale.en-US.yaml @@ -0,0 +1,45 @@ +# Created with WinGet Releaser using komac v2.10.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: JPersson77.LGTVCompanion +PackageVersion: 4.3.0 +PackageLocale: en-US +Publisher: JPersson77 +PublisherUrl: https://github.com/JPersson77 +PublisherSupportUrl: https://github.com/JPersson77/LGTVCompanion/issues +Author: JPersson77 +PackageName: LGTVCompanion +PackageUrl: https://github.com/JPersson77/LGTVCompanion/releases +License: MIT +LicenseUrl: https://github.com/JPersson77/LGTVCompanion/blob/HEAD/LICENSE +Copyright: Copyright (c) 2021-2024 Jörgen Persson +CopyrightUrl: https://github.com/JPersson77/LGTVCompanion/blob/master/LICENSE +ShortDescription: Power On and Off WebOS LG TVs together with your PC. +Description: This application (UI and service) controls LG WebOS TVs and displays. +Moniker: LGTVCompanion +Tags: +- cplusplus +- eventlog +- lg +- namedpipe +- networking +- service +- vcpkg +- webos +- websocket +- windows10 +- windows11 +- windowsservice +- winsocket +ReleaseNotes: |- + New and improved: + - Native ARM64 for Windows build - thanks @Amrsatrio + - User Idle Mode now works properly with Steam Input and with better tolerance of jittery controllers + - Improved automatic HDMI-input switching + Bugfixes + - Optimised workqueues + - Fixes to occasionally failed websocket connections and persistence + - Other minor fixes +ReleaseNotesUrl: https://github.com/JPersson77/LGTVCompanion/releases/tag/v4.3.0 +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/j/JPersson77/LGTVCompanion/4.3.0/JPersson77.LGTVCompanion.yaml b/manifests/j/JPersson77/LGTVCompanion/4.3.0/JPersson77.LGTVCompanion.yaml new file mode 100644 index 0000000000000..8016c61f8f047 --- /dev/null +++ b/manifests/j/JPersson77/LGTVCompanion/4.3.0/JPersson77.LGTVCompanion.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.10.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: JPersson77.LGTVCompanion +PackageVersion: 4.3.0 +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/JTL/Wawi/1.9.7.0/JTL.Wawi.installer.yaml b/manifests/j/JTL/Wawi/1.9.7.0/JTL.Wawi.installer.yaml new file mode 100644 index 0000000000000..8d989e0cdfa6d --- /dev/null +++ b/manifests/j/JTL/Wawi/1.9.7.0/JTL.Wawi.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: JTL.Wawi +PackageVersion: 1.9.7.0 +InstallerType: inno +Scope: machine +Installers: +- Architecture: x86 + InstallerUrl: https://downloads.jtl-software.de/setup-jtl-wawi_1.9.7.0_0114-1642_e5cc441f02d.exe + InstallerSha256: D2C5692266C8BF2B32669346FC3729E77E78D641DA1269AF169A36C4A792262A +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/j/JTL/Wawi/1.9.7.0/JTL.Wawi.locale.de-DE.yaml b/manifests/j/JTL/Wawi/1.9.7.0/JTL.Wawi.locale.de-DE.yaml new file mode 100644 index 0000000000000..48c379c9ba625 --- /dev/null +++ b/manifests/j/JTL/Wawi/1.9.7.0/JTL.Wawi.locale.de-DE.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: JTL.Wawi +PackageVersion: 1.9.7.0 +PackageLocale: de-DE +Publisher: JTL-Software-GmbH +PackageName: JTL-Wawi +License: Proprietary +ShortDescription: Das kostenlose Warenwirtschaftssystem vereinfacht Ihre Geschäftsprozesse spürbar. Transparenter Warenfluss, bessere Übersicht, volle Kontrolle. +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/j/JTL/Wawi/1.9.7.0/JTL.Wawi.locale.en-US.yaml b/manifests/j/JTL/Wawi/1.9.7.0/JTL.Wawi.locale.en-US.yaml new file mode 100644 index 0000000000000..f2cb934d675b4 --- /dev/null +++ b/manifests/j/JTL/Wawi/1.9.7.0/JTL.Wawi.locale.en-US.yaml @@ -0,0 +1,12 @@ +# Created using wingetcreate 1.9.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: JTL.Wawi +PackageVersion: 1.9.7.0 +PackageLocale: en-US +Publisher: JTL-Software-GmbH +PackageName: JTL-Wawi +License: Proprietary +ShortDescription: The free inventory management system noticeably simplifies your business processes. Transparent flow of goods, better overview, full control. +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/j/JTL/Wawi/1.9.7.0/JTL.Wawi.yaml b/manifests/j/JTL/Wawi/1.9.7.0/JTL.Wawi.yaml new file mode 100644 index 0000000000000..7cc056392de03 --- /dev/null +++ b/manifests/j/JTL/Wawi/1.9.7.0/JTL.Wawi.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: JTL.Wawi +PackageVersion: 1.9.7.0 +DefaultLocale: de-DE +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/j/Jackett/Jackett/0.22.1336/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.22.1336/Jackett.Jackett.installer.yaml new file mode 100644 index 0000000000000..01c1aab64a6cd --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.1336/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.1336 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: '{C2A9FC00-AA48-4F17-9A72-62FBCEE2785B}_is1' +ReleaseDate: 2025-01-30 +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.1336/Jackett.Installer.Windows.exe + InstallerSha256: 0F6A6592C79BBFBF0E8113A326B3C6DDA64BFE9CBA0D8402F3A62D419B0EBCE3 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/j/Jackett/Jackett/0.22.1336/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.22.1336/Jackett.Jackett.locale.en-US.yaml new file mode 100644 index 0000000000000..80000ef6d2e56 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.1336/Jackett.Jackett.locale.en-US.yaml @@ -0,0 +1,53 @@ +# 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.1336 +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: + - oxtorrent-vip: add alternate domain #15838 + - polishtorrent: MST now mandatory + - assorted unit3d: bump engine tag + - pignetwork: update special cats + - okpt: update special cats + - assorted: add reminder for cat updates + - azusa: swith to cookie method. resolves #14478 + - bitbazis: update cats and path categories filter + - teamctgame: update cats + - crabpt: add special, update cats + - ilolicon: add specials, update cats + - Update rudub.yml + - frozenlayer: removed. resolves #1556 + - DonTorrent: new domain (#15837) + - filmeshdtorrent: fix row selector to prevent invalid URI. resolves #15718 + This list of changes was auto generated. +ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.22.1336 +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/j/Jackett/Jackett/0.22.1336/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.22.1336/Jackett.Jackett.yaml new file mode 100644 index 0000000000000..a10b8c13490d3 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.1336/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.1336 +DefaultLocale: en-US +ManifestType: version +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/Jackett/Jackett/0.22.1382/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.22.1382/Jackett.Jackett.installer.yaml new file mode 100644 index 0000000000000..71b1f7a6b3f67 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.1382/Jackett.Jackett.installer.yaml @@ -0,0 +1,26 @@ +# Created with WinGet Releaser using komac v2.10.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.1382 +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.1382/Jackett.Installer.Windows.exe + InstallerSha256: AB7603D45650CCF386D5E05280BC13E13E3A8239ABEF78A6968BBCEE499B7B13 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/j/Jackett/Jackett/0.22.1382/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.22.1382/Jackett.Jackett.locale.en-US.yaml new file mode 100644 index 0000000000000..86820c7bddb28 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.1382/Jackett.Jackett.locale.en-US.yaml @@ -0,0 +1,40 @@ +# Created with WinGet Releaser using komac v2.10.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.1382 +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: + - e791871 torrentslocal: CA expired + - acec7f6 Update rudub.yml + This list of changes was auto generated. +ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.22.1382 +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/j/Jackett/Jackett/0.22.1382/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.22.1382/Jackett.Jackett.yaml new file mode 100644 index 0000000000000..b493577fead77 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.1382/Jackett.Jackett.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.10.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.1382 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/j/Jackett/Jackett/0.22.1391/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.22.1391/Jackett.Jackett.installer.yaml new file mode 100644 index 0000000000000..fdee0b520a8a0 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.1391/Jackett.Jackett.installer.yaml @@ -0,0 +1,26 @@ +# Created with WinGet Releaser using komac v2.10.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.1391 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: '{C2A9FC00-AA48-4F17-9A72-62FBCEE2785B}_is1' +ReleaseDate: 2025-02-09 +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.1391/Jackett.Installer.Windows.exe + InstallerSha256: DABD909679D2E0E6E694BBCFC55A20318E5AF5BC8361695852C322103A6F2231 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/j/Jackett/Jackett/0.22.1391/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.22.1391/Jackett.Jackett.locale.en-US.yaml new file mode 100644 index 0000000000000..2cc0389303298 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.1391/Jackett.Jackett.locale.en-US.yaml @@ -0,0 +1,47 @@ +# Created with WinGet Releaser using komac v2.10.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.1391 +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: + - 439d88f gktorrent: new domain + - dfd9477 Update btdirectory.yml + - 8044a9f btdirectory: new domains. resolves #15518 + - f2fc30f hdsky: new layout. resolves #15849 + - 6959713 Update rudub.yml + - d6ad33a torrentseeds-api: minor increase to request delay + - 89f4ccc ptgtk: add alt sitelink. resolves #15845 + - 46f5fac infire: add Referer header + - 1ce9e8d freefarm: bump engine tag + This list of changes was auto generated. +ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.22.1391 +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/j/Jackett/Jackett/0.22.1391/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.22.1391/Jackett.Jackett.yaml new file mode 100644 index 0000000000000..5918e4bff2ccf --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.1391/Jackett.Jackett.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.10.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.1391 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/j/Jackett/Jackett/0.22.1393/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.22.1393/Jackett.Jackett.installer.yaml new file mode 100644 index 0000000000000..a539a6bb21c0c --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.1393/Jackett.Jackett.installer.yaml @@ -0,0 +1,26 @@ +# Created with WinGet Releaser using komac v2.10.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.1393 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: '{C2A9FC00-AA48-4F17-9A72-62FBCEE2785B}_is1' +ReleaseDate: 2025-02-09 +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.1393/Jackett.Installer.Windows.exe + InstallerSha256: C8D0C353F1A92999FE4171CF8140328DD5EF0C3BEFD37DB3B4416CD9E8DC7B01 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/j/Jackett/Jackett/0.22.1393/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.22.1393/Jackett.Jackett.locale.en-US.yaml new file mode 100644 index 0000000000000..2d74505c01b73 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.1393/Jackett.Jackett.locale.en-US.yaml @@ -0,0 +1,41 @@ +# Created with WinGet Releaser using komac v2.10.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.1393 +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: + - 81281dc theparadise: update cat + - ba40837 Update rudub.yml + - 1a9c827 itatorrents: fix season search for id based searches + This list of changes was auto generated. +ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.22.1393 +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/j/Jackett/Jackett/0.22.1393/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.22.1393/Jackett.Jackett.yaml new file mode 100644 index 0000000000000..25fece8ab162e --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.1393/Jackett.Jackett.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.10.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.1393 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/j/Jackett/Jackett/0.22.1404/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.22.1404/Jackett.Jackett.installer.yaml new file mode 100644 index 0000000000000..217e8f82a6484 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.1404/Jackett.Jackett.installer.yaml @@ -0,0 +1,26 @@ +# Created with WinGet Releaser using komac v2.10.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.1404 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: '{C2A9FC00-AA48-4F17-9A72-62FBCEE2785B}_is1' +ReleaseDate: 2025-02-11 +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.1404/Jackett.Installer.Windows.exe + InstallerSha256: 0F949349FC9031F94CB226D40940BCEB3C7637C5117C95B172711BF6BC01C730 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/j/Jackett/Jackett/0.22.1404/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.22.1404/Jackett.Jackett.locale.en-US.yaml new file mode 100644 index 0000000000000..51280c50e3555 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.1404/Jackett.Jackett.locale.en-US.yaml @@ -0,0 +1,41 @@ +# Created with WinGet Releaser using komac v2.10.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.1404 +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: + - f705727 Revert "hdonly: switch to API (#15855)" + - f67c358 hdonly: switch to API (#15855) + - a2b96d7 Update rudub.yml + This list of changes was auto generated. +ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.22.1404 +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/j/Jackett/Jackett/0.22.1404/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.22.1404/Jackett.Jackett.yaml new file mode 100644 index 0000000000000..fcb79859b2360 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.22.1404/Jackett.Jackett.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.10.1 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.22.1404 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanProchazka/dbgate/4.2.7/JanProchazka.dbgate.installer.yaml b/manifests/j/JanProchazka/dbgate/4.2.7/JanProchazka.dbgate.installer.yaml index 0dc0733516e8f..eb9beddb9140f 100644 --- a/manifests/j/JanProchazka/dbgate/4.2.7/JanProchazka.dbgate.installer.yaml +++ b/manifests/j/JanProchazka/dbgate/4.2.7/JanProchazka.dbgate.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: JanProchazka.dbgate PackageVersion: 4.2.7 @@ -10,4 +10,4 @@ Installers: InstallerUrl: https://github.com/dbgate/dbgate/releases/download/v4.2.7/dbgate-4.2.7-win.exe InstallerSha256: 39EA3FFFFDE379B6148A71091C5C9C12341C04BFB78461E65AD6B40FAF6C5364 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanProchazka/dbgate/4.2.7/JanProchazka.dbgate.locale.en-US.yaml b/manifests/j/JanProchazka/dbgate/4.2.7/JanProchazka.dbgate.locale.en-US.yaml index e657e2cf6b9ee..9c3c7adc823b7 100644 --- a/manifests/j/JanProchazka/dbgate/4.2.7/JanProchazka.dbgate.locale.en-US.yaml +++ b/manifests/j/JanProchazka/dbgate/4.2.7/JanProchazka.dbgate.locale.en-US.yaml @@ -1,29 +1,28 @@ -# 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: JanProchazka.dbgate PackageVersion: 4.2.7 PackageLocale: en-US Publisher: Jan Prochazka -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: -# Author: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: dbgate -# PackageUrl: +# PackageUrl: License: MIT -# LicenseUrl: -# Copyright: -# CopyrightUrl: +# LicenseUrl: +# Copyright: +# CopyrightUrl: ShortDescription: An open-source database administration tool. -# Description: -# Moniker: -# Tags: -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# Description: +# Moniker: +# Tags: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanProchazka/dbgate/4.2.7/JanProchazka.dbgate.yaml b/manifests/j/JanProchazka/dbgate/4.2.7/JanProchazka.dbgate.yaml index de668026fee1b..3592bc1815698 100644 --- a/manifests/j/JanProchazka/dbgate/4.2.7/JanProchazka.dbgate.yaml +++ b/manifests/j/JanProchazka/dbgate/4.2.7/JanProchazka.dbgate.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: JanProchazka.dbgate PackageVersion: 4.2.7 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanProchazka/dbgate/4.2.8/JanProchazka.dbgate.installer.yaml b/manifests/j/JanProchazka/dbgate/4.2.8/JanProchazka.dbgate.installer.yaml index cb9b60a121f4e..f1fe00e3b567f 100644 --- a/manifests/j/JanProchazka/dbgate/4.2.8/JanProchazka.dbgate.installer.yaml +++ b/manifests/j/JanProchazka/dbgate/4.2.8/JanProchazka.dbgate.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: JanProchazka.dbgate PackageVersion: 4.2.8 +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/dbgate/dbgate/releases/download/v4.2.8/dbgate-4.2.8-win.exe InstallerSha256: 9DC9B957D4EAEA19B39A22086DF73EF1DE724099315F1E503C5C0620DDE6AE8A - UpgradeBehavior: install ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanProchazka/dbgate/4.2.8/JanProchazka.dbgate.locale.en-US.yaml b/manifests/j/JanProchazka/dbgate/4.2.8/JanProchazka.dbgate.locale.en-US.yaml index 3170556dfaa08..859f0c1488b7e 100644 --- a/manifests/j/JanProchazka/dbgate/4.2.8/JanProchazka.dbgate.locale.en-US.yaml +++ b/manifests/j/JanProchazka/dbgate/4.2.8/JanProchazka.dbgate.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: JanProchazka.dbgate PackageVersion: 4.2.8 @@ -7,6 +7,7 @@ PackageLocale: en-US Publisher: Jan Prochazka PublisherUrl: https://github.com/dbgate/dbgate PublisherSupportUrl: https://github.com/dbgate/dbgate/issues +# PrivacyUrl: Author: Jan Prochazka PackageName: dbgate PackageUrl: https://github.com/dbgate/dbgate @@ -16,15 +17,21 @@ 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 +# Moniker: Tags: +- database-gui +- database-manager - electron +- mongodb - mysql +- postgresql - sql - sql-server -- mongodb - sqlite -- postgresql -- database-gui -- database-manager +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanProchazka/dbgate/4.2.8/JanProchazka.dbgate.yaml b/manifests/j/JanProchazka/dbgate/4.2.8/JanProchazka.dbgate.yaml index bf2e4b33f4390..e375ae6f00e1c 100644 --- a/manifests/j/JanProchazka/dbgate/4.2.8/JanProchazka.dbgate.yaml +++ b/manifests/j/JanProchazka/dbgate/4.2.8/JanProchazka.dbgate.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: JanProchazka.dbgate PackageVersion: 4.2.8 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanProchazka/dbgate/4.3.0/JanProchazka.dbgate.installer.yaml b/manifests/j/JanProchazka/dbgate/4.3.0/JanProchazka.dbgate.installer.yaml index 7507c410fdf11..23ff59bb8b6c2 100644 --- a/manifests/j/JanProchazka/dbgate/4.3.0/JanProchazka.dbgate.installer.yaml +++ b/manifests/j/JanProchazka/dbgate/4.3.0/JanProchazka.dbgate.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: JanProchazka.dbgate PackageVersion: 4.3.0 @@ -16,4 +16,4 @@ Installers: InstallerUrl: https://github.com/dbgate/dbgate/releases/download/v4.3.0/dbgate-4.3.0-win.exe InstallerSha256: DB74216585461351A0AB6A8B8867AD2E1B697088311307391258F13CBB5ACB14 ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanProchazka/dbgate/4.3.0/JanProchazka.dbgate.locale.en-US.yaml b/manifests/j/JanProchazka/dbgate/4.3.0/JanProchazka.dbgate.locale.en-US.yaml index 05ac380f13add..a48e271c051fb 100644 --- a/manifests/j/JanProchazka/dbgate/4.3.0/JanProchazka.dbgate.locale.en-US.yaml +++ b/manifests/j/JanProchazka/dbgate/4.3.0/JanProchazka.dbgate.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: JanProchazka.dbgate PackageVersion: 4.3.0 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Jan Prochazka PublisherUrl: https://github.com/dbgate/dbgate PublisherSupportUrl: https://github.com/dbgate/dbgate/issues -# PrivacyUrl: +# PrivacyUrl: Author: Jan Prochazka PackageName: dbgate PackageUrl: https://github.com/dbgate/dbgate @@ -17,16 +17,21 @@ 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 -# Moniker: +# Moniker: Tags: +- database-gui +- database-manager - electron +- mongodb - mysql +- postgresql - sql - sql-server -- mongodb - sqlite -- postgresql -- database-gui -- database-manager +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanProchazka/dbgate/4.3.0/JanProchazka.dbgate.yaml b/manifests/j/JanProchazka/dbgate/4.3.0/JanProchazka.dbgate.yaml index 6115398f77df5..ebf8c364a66fa 100644 --- a/manifests/j/JanProchazka/dbgate/4.3.0/JanProchazka.dbgate.yaml +++ b/manifests/j/JanProchazka/dbgate/4.3.0/JanProchazka.dbgate.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: JanProchazka.dbgate PackageVersion: 4.3.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanProchazka/dbgate/4.3.2/JanProchazka.dbgate.installer.yaml b/manifests/j/JanProchazka/dbgate/4.3.2/JanProchazka.dbgate.installer.yaml index 7aef2e96029d5..52ee09499a3c8 100644 --- a/manifests/j/JanProchazka/dbgate/4.3.2/JanProchazka.dbgate.installer.yaml +++ b/manifests/j/JanProchazka/dbgate/4.3.2/JanProchazka.dbgate.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: JanProchazka.dbgate PackageVersion: 4.3.2 @@ -16,4 +16,4 @@ Installers: InstallerUrl: https://github.com/dbgate/dbgate/releases/download/v4.3.2/dbgate-4.3.2-win.exe InstallerSha256: C20419775F35B3234646CDE91F9FF53051246B6EFD639F740B63A0A959A0053B ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanProchazka/dbgate/4.3.2/JanProchazka.dbgate.locale.en-US.yaml b/manifests/j/JanProchazka/dbgate/4.3.2/JanProchazka.dbgate.locale.en-US.yaml index 6315abae18807..ef9166ae7e83c 100644 --- a/manifests/j/JanProchazka/dbgate/4.3.2/JanProchazka.dbgate.locale.en-US.yaml +++ b/manifests/j/JanProchazka/dbgate/4.3.2/JanProchazka.dbgate.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: JanProchazka.dbgate PackageVersion: 4.3.2 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Jan Prochazka PublisherUrl: https://github.com/dbgate/dbgate PublisherSupportUrl: https://github.com/dbgate/dbgate/issues -# PrivacyUrl: +# PrivacyUrl: Author: Jan Prochazka PackageName: dbgate PackageUrl: https://github.com/dbgate/dbgate @@ -17,16 +17,21 @@ 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 -# Moniker: +# Moniker: Tags: +- database-gui +- database-manager - electron +- mongodb - mysql +- postgresql - sql - sql-server -- mongodb - sqlite -- postgresql -- database-gui -- database-manager +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanProchazka/dbgate/4.3.2/JanProchazka.dbgate.yaml b/manifests/j/JanProchazka/dbgate/4.3.2/JanProchazka.dbgate.yaml index e1cf607bab6b3..ea23da9d5be02 100644 --- a/manifests/j/JanProchazka/dbgate/4.3.2/JanProchazka.dbgate.yaml +++ b/manifests/j/JanProchazka/dbgate/4.3.2/JanProchazka.dbgate.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: JanProchazka.dbgate PackageVersion: 4.3.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanProchazka/dbgate/4.3.3/JanProchazka.dbgate.installer.yaml b/manifests/j/JanProchazka/dbgate/4.3.3/JanProchazka.dbgate.installer.yaml index 28853c4ef0f8c..613a3c0a3dac7 100644 --- a/manifests/j/JanProchazka/dbgate/4.3.3/JanProchazka.dbgate.installer.yaml +++ b/manifests/j/JanProchazka/dbgate/4.3.3/JanProchazka.dbgate.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: JanProchazka.dbgate PackageVersion: 4.3.3 @@ -16,4 +16,4 @@ Installers: InstallerUrl: https://github.com/dbgate/dbgate/releases/download/v4.3.3/dbgate-4.3.3-win.exe InstallerSha256: 63F8FB5E02FA18E250C679363691C1B866D5F7AC96C53DDE7476FBBD9BA99955 ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanProchazka/dbgate/4.3.3/JanProchazka.dbgate.locale.en-US.yaml b/manifests/j/JanProchazka/dbgate/4.3.3/JanProchazka.dbgate.locale.en-US.yaml index 1b345d726fc48..decf8ee4be0aa 100644 --- a/manifests/j/JanProchazka/dbgate/4.3.3/JanProchazka.dbgate.locale.en-US.yaml +++ b/manifests/j/JanProchazka/dbgate/4.3.3/JanProchazka.dbgate.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: JanProchazka.dbgate PackageVersion: 4.3.3 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Jan Prochazka PublisherUrl: https://github.com/dbgate/dbgate PublisherSupportUrl: https://github.com/dbgate/dbgate/issues -# PrivacyUrl: +# PrivacyUrl: Author: Jan Prochazka PackageName: dbgate PackageUrl: https://github.com/dbgate/dbgate @@ -17,16 +17,21 @@ 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 -# Moniker: +# Moniker: Tags: +- database-gui +- database-manager - electron +- mongodb - mysql +- postgresql - sql - sql-server -- mongodb - sqlite -- postgresql -- database-gui -- database-manager +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanProchazka/dbgate/4.3.3/JanProchazka.dbgate.yaml b/manifests/j/JanProchazka/dbgate/4.3.3/JanProchazka.dbgate.yaml index a45c2c9e43881..5babe36c699f9 100644 --- a/manifests/j/JanProchazka/dbgate/4.3.3/JanProchazka.dbgate.yaml +++ b/manifests/j/JanProchazka/dbgate/4.3.3/JanProchazka.dbgate.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: JanProchazka.dbgate PackageVersion: 4.3.3 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanProchazka/dbgate/4.3.4/JanProchazka.dbgate.installer.yaml b/manifests/j/JanProchazka/dbgate/4.3.4/JanProchazka.dbgate.installer.yaml index 0a005696fb0b0..cebf32ed06e65 100644 --- a/manifests/j/JanProchazka/dbgate/4.3.4/JanProchazka.dbgate.installer.yaml +++ b/manifests/j/JanProchazka/dbgate/4.3.4/JanProchazka.dbgate.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: JanProchazka.dbgate PackageVersion: 4.3.4 @@ -16,4 +16,4 @@ Installers: InstallerUrl: https://github.com/dbgate/dbgate/releases/download/v4.3.4/dbgate-4.3.4-win.exe InstallerSha256: C24CD457DA6530223E7E45BD21E167EA7603E6C46E8892B1937AF24B5105C4D7 ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanProchazka/dbgate/4.3.4/JanProchazka.dbgate.locale.en-US.yaml b/manifests/j/JanProchazka/dbgate/4.3.4/JanProchazka.dbgate.locale.en-US.yaml index d21e27ceaf967..1f20e1e6424fd 100644 --- a/manifests/j/JanProchazka/dbgate/4.3.4/JanProchazka.dbgate.locale.en-US.yaml +++ b/manifests/j/JanProchazka/dbgate/4.3.4/JanProchazka.dbgate.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: JanProchazka.dbgate PackageVersion: 4.3.4 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Jan Prochazka PublisherUrl: https://github.com/dbgate/dbgate PublisherSupportUrl: https://github.com/dbgate/dbgate/issues -# PrivacyUrl: +# PrivacyUrl: Author: Jan Prochazka PackageName: dbgate PackageUrl: https://github.com/dbgate/dbgate @@ -17,16 +17,21 @@ 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 -# Moniker: +# Moniker: Tags: +- database-gui +- database-manager - electron +- mongodb - mysql +- postgresql - sql - sql-server -- mongodb - sqlite -- postgresql -- database-gui -- database-manager +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanProchazka/dbgate/4.3.4/JanProchazka.dbgate.yaml b/manifests/j/JanProchazka/dbgate/4.3.4/JanProchazka.dbgate.yaml index 173c5d07fd312..4174bb1711a12 100644 --- a/manifests/j/JanProchazka/dbgate/4.3.4/JanProchazka.dbgate.yaml +++ b/manifests/j/JanProchazka/dbgate/4.3.4/JanProchazka.dbgate.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: JanProchazka.dbgate PackageVersion: 4.3.4 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanProchazka/dbgate/4.4.0/JanProchazka.dbgate.installer.yaml b/manifests/j/JanProchazka/dbgate/4.4.0/JanProchazka.dbgate.installer.yaml index e4c7da0e24c3f..23946350f5747 100644 --- a/manifests/j/JanProchazka/dbgate/4.4.0/JanProchazka.dbgate.installer.yaml +++ b/manifests/j/JanProchazka/dbgate/4.4.0/JanProchazka.dbgate.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: JanProchazka.dbgate PackageVersion: 4.4.0 @@ -16,4 +16,4 @@ Installers: InstallerUrl: https://github.com/dbgate/dbgate/releases/download/v4.4.0/dbgate-4.4.0-win.exe InstallerSha256: 8475BD167EA55ADAC4992E9078671DBE0613125393015D83B10DDF168A43EC52 ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanProchazka/dbgate/4.4.0/JanProchazka.dbgate.locale.en-US.yaml b/manifests/j/JanProchazka/dbgate/4.4.0/JanProchazka.dbgate.locale.en-US.yaml index bf1dcd5fdb0c1..1f9785c1c24e9 100644 --- a/manifests/j/JanProchazka/dbgate/4.4.0/JanProchazka.dbgate.locale.en-US.yaml +++ b/manifests/j/JanProchazka/dbgate/4.4.0/JanProchazka.dbgate.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: JanProchazka.dbgate PackageVersion: 4.4.0 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Jan Prochazka PublisherUrl: https://github.com/dbgate/dbgate PublisherSupportUrl: https://github.com/dbgate/dbgate/issues -# PrivacyUrl: +# PrivacyUrl: Author: Jan Prochazka PackageName: dbgate PackageUrl: https://github.com/dbgate/dbgate @@ -17,16 +17,21 @@ 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 -# Moniker: +# Moniker: Tags: +- database-gui +- database-manager - electron +- mongodb - mysql +- postgresql - sql - sql-server -- mongodb - sqlite -- postgresql -- database-gui -- database-manager +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanProchazka/dbgate/4.4.0/JanProchazka.dbgate.yaml b/manifests/j/JanProchazka/dbgate/4.4.0/JanProchazka.dbgate.yaml index e0b78555d6bc7..91287ef9816d4 100644 --- a/manifests/j/JanProchazka/dbgate/4.4.0/JanProchazka.dbgate.yaml +++ b/manifests/j/JanProchazka/dbgate/4.4.0/JanProchazka.dbgate.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: JanProchazka.dbgate PackageVersion: 4.4.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanProchazka/dbgate/4.4.1/JanProchazka.dbgate.installer.yaml b/manifests/j/JanProchazka/dbgate/4.4.1/JanProchazka.dbgate.installer.yaml index 65011411f8036..3fcc56f029a6c 100644 --- a/manifests/j/JanProchazka/dbgate/4.4.1/JanProchazka.dbgate.installer.yaml +++ b/manifests/j/JanProchazka/dbgate/4.4.1/JanProchazka.dbgate.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: JanProchazka.dbgate PackageVersion: 4.4.1 @@ -16,4 +16,4 @@ Installers: InstallerUrl: https://github.com/dbgate/dbgate/releases/download/v4.4.1/dbgate-4.4.1-win.exe InstallerSha256: 9E5C6A831ABCF6E3A6D90A871CF8093698F2A0D66F75807502788E35643BD366 ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanProchazka/dbgate/4.4.1/JanProchazka.dbgate.locale.en-US.yaml b/manifests/j/JanProchazka/dbgate/4.4.1/JanProchazka.dbgate.locale.en-US.yaml index 5a998c43dd906..9049b6b09c78a 100644 --- a/manifests/j/JanProchazka/dbgate/4.4.1/JanProchazka.dbgate.locale.en-US.yaml +++ b/manifests/j/JanProchazka/dbgate/4.4.1/JanProchazka.dbgate.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: JanProchazka.dbgate PackageVersion: 4.4.1 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Jan Prochazka PublisherUrl: https://github.com/dbgate/dbgate PublisherSupportUrl: https://github.com/dbgate/dbgate/issues -# PrivacyUrl: +# PrivacyUrl: Author: Jan Prochazka PackageName: dbgate PackageUrl: https://github.com/dbgate/dbgate @@ -17,15 +17,21 @@ 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 +# Moniker: Tags: +- database-gui +- database-manager - electron +- mongodb - mysql +- postgresql - sql - sql-server -- mongodb - sqlite -- postgresql -- database-gui -- database-manager +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanProchazka/dbgate/4.4.1/JanProchazka.dbgate.yaml b/manifests/j/JanProchazka/dbgate/4.4.1/JanProchazka.dbgate.yaml index 21881e8fd1604..c89c837e647a8 100644 --- a/manifests/j/JanProchazka/dbgate/4.4.1/JanProchazka.dbgate.yaml +++ b/manifests/j/JanProchazka/dbgate/4.4.1/JanProchazka.dbgate.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: JanProchazka.dbgate PackageVersion: 4.4.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanProchazka/dbgate/4.4.2/JanProchazka.dbgate.installer.yaml b/manifests/j/JanProchazka/dbgate/4.4.2/JanProchazka.dbgate.installer.yaml index 99476884e9be5..eb37c08517dbf 100644 --- a/manifests/j/JanProchazka/dbgate/4.4.2/JanProchazka.dbgate.installer.yaml +++ b/manifests/j/JanProchazka/dbgate/4.4.2/JanProchazka.dbgate.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: JanProchazka.dbgate PackageVersion: 4.4.2 @@ -16,4 +16,4 @@ Installers: InstallerUrl: https://github.com/dbgate/dbgate/releases/download/v4.4.2/dbgate-4.4.2-win.exe InstallerSha256: 5A0FBB024C3695D57F624E9271E485D7A0BD95966C36313EC223A6EE28F43C7A ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanProchazka/dbgate/4.4.2/JanProchazka.dbgate.locale.en-US.yaml b/manifests/j/JanProchazka/dbgate/4.4.2/JanProchazka.dbgate.locale.en-US.yaml index 208b44045dab1..cd9338b2b95a4 100644 --- a/manifests/j/JanProchazka/dbgate/4.4.2/JanProchazka.dbgate.locale.en-US.yaml +++ b/manifests/j/JanProchazka/dbgate/4.4.2/JanProchazka.dbgate.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: JanProchazka.dbgate PackageVersion: 4.4.2 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Jan Prochazka PublisherUrl: https://github.com/dbgate/dbgate PublisherSupportUrl: https://github.com/dbgate/dbgate/issues -# PrivacyUrl: +# PrivacyUrl: Author: Jan Prochazka PackageName: dbgate PackageUrl: https://github.com/dbgate/dbgate @@ -17,19 +17,21 @@ 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 -# Moniker: +# Moniker: Tags: +- database-gui +- database-manager - electron +- mongodb - mysql +- postgresql - sql - sql-server -- mongodb - sqlite -- postgresql -- database-gui -- database-manager -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanProchazka/dbgate/4.4.2/JanProchazka.dbgate.yaml b/manifests/j/JanProchazka/dbgate/4.4.2/JanProchazka.dbgate.yaml index 743bd21f62804..f07746a6fde97 100644 --- a/manifests/j/JanProchazka/dbgate/4.4.2/JanProchazka.dbgate.yaml +++ b/manifests/j/JanProchazka/dbgate/4.4.2/JanProchazka.dbgate.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: JanProchazka.dbgate PackageVersion: 4.4.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanProchazka/dbgate/4.4.3/JanProchazka.dbgate.installer.yaml b/manifests/j/JanProchazka/dbgate/4.4.3/JanProchazka.dbgate.installer.yaml index 3948f1ae16293..2e7ac4d514789 100644 --- a/manifests/j/JanProchazka/dbgate/4.4.3/JanProchazka.dbgate.installer.yaml +++ b/manifests/j/JanProchazka/dbgate/4.4.3/JanProchazka.dbgate.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: JanProchazka.dbgate PackageVersion: 4.4.3 @@ -16,4 +16,4 @@ Installers: InstallerUrl: https://github.com/dbgate/dbgate/releases/download/v4.4.3/dbgate-4.4.3-win.exe InstallerSha256: 154ED69E58E30B58E23699D72EABE8177C8C96AA70F86A7A412B03EFE5BC856A ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanProchazka/dbgate/4.4.3/JanProchazka.dbgate.locale.en-US.yaml b/manifests/j/JanProchazka/dbgate/4.4.3/JanProchazka.dbgate.locale.en-US.yaml index 85f206b695989..4d7abcb751022 100644 --- a/manifests/j/JanProchazka/dbgate/4.4.3/JanProchazka.dbgate.locale.en-US.yaml +++ b/manifests/j/JanProchazka/dbgate/4.4.3/JanProchazka.dbgate.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: JanProchazka.dbgate PackageVersion: 4.4.3 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Jan Prochazka PublisherUrl: https://github.com/dbgate/dbgate PublisherSupportUrl: https://github.com/dbgate/dbgate/issues -# PrivacyUrl: +# PrivacyUrl: Author: Jan Prochazka PackageName: dbgate PackageUrl: https://github.com/dbgate/dbgate @@ -17,19 +17,21 @@ 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 -# Moniker: +# Moniker: Tags: +- database-gui +- database-manager - electron +- mongodb - mysql +- postgresql - sql - sql-server -- mongodb - sqlite -- postgresql -- database-gui -- database-manager -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanProchazka/dbgate/4.4.3/JanProchazka.dbgate.yaml b/manifests/j/JanProchazka/dbgate/4.4.3/JanProchazka.dbgate.yaml index a5aa02f95b6e0..58ff0803fe7cf 100644 --- a/manifests/j/JanProchazka/dbgate/4.4.3/JanProchazka.dbgate.yaml +++ b/manifests/j/JanProchazka/dbgate/4.4.3/JanProchazka.dbgate.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: JanProchazka.dbgate PackageVersion: 4.4.3 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanProchazka/dbgate/4.4.4/JanProchazka.dbgate.installer.yaml b/manifests/j/JanProchazka/dbgate/4.4.4/JanProchazka.dbgate.installer.yaml index f228edcc6f897..8366975e30a18 100644 --- a/manifests/j/JanProchazka/dbgate/4.4.4/JanProchazka.dbgate.installer.yaml +++ b/manifests/j/JanProchazka/dbgate/4.4.4/JanProchazka.dbgate.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: JanProchazka.dbgate PackageVersion: 4.4.4 @@ -16,4 +16,4 @@ Installers: InstallerUrl: https://github.com/dbgate/dbgate/releases/download/v4.4.4/dbgate-4.4.4-win.exe InstallerSha256: B3EE6E30C96858FA5C96C6735B94F6C7CA141CE1A79300402081489DE2A7F9EC ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanProchazka/dbgate/4.4.4/JanProchazka.dbgate.locale.en-US.yaml b/manifests/j/JanProchazka/dbgate/4.4.4/JanProchazka.dbgate.locale.en-US.yaml index 628fd7de7ce22..c80226636c885 100644 --- a/manifests/j/JanProchazka/dbgate/4.4.4/JanProchazka.dbgate.locale.en-US.yaml +++ b/manifests/j/JanProchazka/dbgate/4.4.4/JanProchazka.dbgate.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: JanProchazka.dbgate PackageVersion: 4.4.4 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Jan Prochazka PublisherUrl: https://github.com/dbgate/dbgate PublisherSupportUrl: https://github.com/dbgate/dbgate/issues -# PrivacyUrl: +# PrivacyUrl: Author: Jan Prochazka PackageName: dbgate PackageUrl: https://github.com/dbgate/dbgate @@ -17,19 +17,21 @@ 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 -# Moniker: +# Moniker: Tags: +- database-gui +- database-manager - electron +- mongodb - mysql +- postgresql - sql - sql-server -- mongodb - sqlite -- postgresql -- database-gui -- database-manager -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanProchazka/dbgate/4.4.4/JanProchazka.dbgate.yaml b/manifests/j/JanProchazka/dbgate/4.4.4/JanProchazka.dbgate.yaml index f501f0a62f6f9..83f5b7c26042e 100644 --- a/manifests/j/JanProchazka/dbgate/4.4.4/JanProchazka.dbgate.yaml +++ b/manifests/j/JanProchazka/dbgate/4.4.4/JanProchazka.dbgate.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: JanProchazka.dbgate PackageVersion: 4.4.4 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanProchazka/dbgate/4.5.0/JanProchazka.dbgate.installer.yaml b/manifests/j/JanProchazka/dbgate/4.5.0/JanProchazka.dbgate.installer.yaml index 6be86d7404b91..88c2e44514dbb 100644 --- a/manifests/j/JanProchazka/dbgate/4.5.0/JanProchazka.dbgate.installer.yaml +++ b/manifests/j/JanProchazka/dbgate/4.5.0/JanProchazka.dbgate.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: JanProchazka.dbgate PackageVersion: 4.5.0 @@ -16,4 +16,4 @@ Installers: InstallerUrl: https://github.com/dbgate/dbgate/releases/download/v4.5.0/dbgate-4.5.0-win_x64.exe InstallerSha256: 31369954585FDA03B5377D843EFDA997EB3E04A953F283E301E6BC11E7DFF117 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanProchazka/dbgate/4.5.0/JanProchazka.dbgate.locale.en-US.yaml b/manifests/j/JanProchazka/dbgate/4.5.0/JanProchazka.dbgate.locale.en-US.yaml index b6a35c8be08b8..06766420a81a5 100644 --- a/manifests/j/JanProchazka/dbgate/4.5.0/JanProchazka.dbgate.locale.en-US.yaml +++ b/manifests/j/JanProchazka/dbgate/4.5.0/JanProchazka.dbgate.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: JanProchazka.dbgate PackageVersion: 4.5.0 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Jan Prochazka PublisherUrl: https://github.com/dbgate/dbgate PublisherSupportUrl: https://github.com/dbgate/dbgate/issues -# PrivacyUrl: +# PrivacyUrl: Author: Jan Prochazka PackageName: dbgate PackageUrl: https://github.com/dbgate/dbgate @@ -17,7 +17,7 @@ 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 -# Moniker: +# Moniker: Tags: - database-gui - database-manager @@ -26,10 +26,12 @@ Tags: - mysql - postgresql - sql -- sqlite - sql-server -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +- sqlite +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanProchazka/dbgate/4.5.0/JanProchazka.dbgate.yaml b/manifests/j/JanProchazka/dbgate/4.5.0/JanProchazka.dbgate.yaml index 8a2c02f34cc7c..19b96cf7bbaea 100644 --- a/manifests/j/JanProchazka/dbgate/4.5.0/JanProchazka.dbgate.yaml +++ b/manifests/j/JanProchazka/dbgate/4.5.0/JanProchazka.dbgate.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: JanProchazka.dbgate PackageVersion: 4.5.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanProchazka/dbgate/4.5.1/JanProchazka.dbgate.installer.yaml b/manifests/j/JanProchazka/dbgate/4.5.1/JanProchazka.dbgate.installer.yaml index 848739c919fbc..18ad62148f239 100644 --- a/manifests/j/JanProchazka/dbgate/4.5.1/JanProchazka.dbgate.installer.yaml +++ b/manifests/j/JanProchazka/dbgate/4.5.1/JanProchazka.dbgate.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: JanProchazka.dbgate PackageVersion: 4.5.1 @@ -16,4 +16,4 @@ Installers: InstallerUrl: https://github.com/dbgate/dbgate/releases/download/v4.5.1/dbgate-4.5.1-win_x64.exe InstallerSha256: 048C92D8B858FC407C3E4A98EA59AB316FB4BCD072AA826B714C09B426E9F51C ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanProchazka/dbgate/4.5.1/JanProchazka.dbgate.locale.en-US.yaml b/manifests/j/JanProchazka/dbgate/4.5.1/JanProchazka.dbgate.locale.en-US.yaml index 6e0e0ef9f52dc..7bfd9d4961e3d 100644 --- a/manifests/j/JanProchazka/dbgate/4.5.1/JanProchazka.dbgate.locale.en-US.yaml +++ b/manifests/j/JanProchazka/dbgate/4.5.1/JanProchazka.dbgate.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: JanProchazka.dbgate PackageVersion: 4.5.1 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Jan Prochazka PublisherUrl: https://github.com/dbgate/dbgate PublisherSupportUrl: https://github.com/dbgate/dbgate/issues -# PrivacyUrl: +# PrivacyUrl: Author: Jan Prochazka PackageName: dbgate PackageUrl: https://github.com/dbgate/dbgate @@ -17,7 +17,7 @@ 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 -# Moniker: +# Moniker: Tags: - database-gui - database-manager @@ -26,10 +26,12 @@ Tags: - mysql - postgresql - sql -- sqlite - sql-server -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +- sqlite +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanProchazka/dbgate/4.5.1/JanProchazka.dbgate.yaml b/manifests/j/JanProchazka/dbgate/4.5.1/JanProchazka.dbgate.yaml index 9d5090a3bab4c..d8f485e06f724 100644 --- a/manifests/j/JanProchazka/dbgate/4.5.1/JanProchazka.dbgate.yaml +++ b/manifests/j/JanProchazka/dbgate/4.5.1/JanProchazka.dbgate.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: JanProchazka.dbgate PackageVersion: 4.5.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanProchazka/dbgate/4.6.0/JanProchazka.dbgate.installer.yaml b/manifests/j/JanProchazka/dbgate/4.6.0/JanProchazka.dbgate.installer.yaml index bb98087ddcddb..82ab48a4b4c5c 100644 --- a/manifests/j/JanProchazka/dbgate/4.6.0/JanProchazka.dbgate.installer.yaml +++ b/manifests/j/JanProchazka/dbgate/4.6.0/JanProchazka.dbgate.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: JanProchazka.dbgate PackageVersion: 4.6.0 @@ -16,4 +16,4 @@ Installers: InstallerUrl: https://github.com/dbgate/dbgate/releases/download/v4.6.0/dbgate-4.6.0-win_x64.exe InstallerSha256: 7FCE716DC4CE4FADC3353C67B35B0317FAC5DF6EFECB401F81905EF61FD56ED8 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanProchazka/dbgate/4.6.0/JanProchazka.dbgate.locale.en-US.yaml b/manifests/j/JanProchazka/dbgate/4.6.0/JanProchazka.dbgate.locale.en-US.yaml index 1ab46c88a7462..99db735502e24 100644 --- a/manifests/j/JanProchazka/dbgate/4.6.0/JanProchazka.dbgate.locale.en-US.yaml +++ b/manifests/j/JanProchazka/dbgate/4.6.0/JanProchazka.dbgate.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: JanProchazka.dbgate PackageVersion: 4.6.0 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Jan Prochazka PublisherUrl: https://github.com/dbgate/dbgate PublisherSupportUrl: https://github.com/dbgate/dbgate/issues -# PrivacyUrl: +# PrivacyUrl: Author: Jan Prochazka PackageName: dbgate PackageUrl: https://github.com/dbgate/dbgate @@ -17,7 +17,7 @@ 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 -# Moniker: +# Moniker: Tags: - database-gui - database-manager @@ -26,10 +26,12 @@ Tags: - mysql - postgresql - sql -- sqlite - sql-server -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +- sqlite +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanProchazka/dbgate/4.6.0/JanProchazka.dbgate.yaml b/manifests/j/JanProchazka/dbgate/4.6.0/JanProchazka.dbgate.yaml index c564499838644..08c5d66d35786 100644 --- a/manifests/j/JanProchazka/dbgate/4.6.0/JanProchazka.dbgate.yaml +++ b/manifests/j/JanProchazka/dbgate/4.6.0/JanProchazka.dbgate.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: JanProchazka.dbgate PackageVersion: 4.6.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanProchazka/dbgate/4.6.1/JanProchazka.dbgate.installer.yaml b/manifests/j/JanProchazka/dbgate/4.6.1/JanProchazka.dbgate.installer.yaml index cd01768d86eee..0011d055246e5 100644 --- a/manifests/j/JanProchazka/dbgate/4.6.1/JanProchazka.dbgate.installer.yaml +++ b/manifests/j/JanProchazka/dbgate/4.6.1/JanProchazka.dbgate.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: JanProchazka.dbgate PackageVersion: 4.6.1 @@ -16,4 +16,4 @@ Installers: InstallerUrl: https://github.com/dbgate/dbgate/releases/download/v4.6.1/dbgate-4.6.1-win_x64.exe InstallerSha256: 2B35792E6193323322169D22C8EDCC4C8DD83A56B340ECBE82A11153722FA530 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanProchazka/dbgate/4.6.1/JanProchazka.dbgate.locale.en-US.yaml b/manifests/j/JanProchazka/dbgate/4.6.1/JanProchazka.dbgate.locale.en-US.yaml index fe73d67c847f5..55fb23039ccab 100644 --- a/manifests/j/JanProchazka/dbgate/4.6.1/JanProchazka.dbgate.locale.en-US.yaml +++ b/manifests/j/JanProchazka/dbgate/4.6.1/JanProchazka.dbgate.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: JanProchazka.dbgate PackageVersion: 4.6.1 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Jan Prochazka PublisherUrl: https://github.com/dbgate/dbgate PublisherSupportUrl: https://github.com/dbgate/dbgate/issues -# PrivacyUrl: +# PrivacyUrl: Author: Jan Prochazka PackageName: dbgate PackageUrl: https://github.com/dbgate/dbgate @@ -17,7 +17,7 @@ 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 -# Moniker: +# Moniker: Tags: - database-gui - database-manager @@ -26,10 +26,12 @@ Tags: - mysql - postgresql - sql -- sqlite - sql-server -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +- sqlite +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanProchazka/dbgate/4.6.1/JanProchazka.dbgate.yaml b/manifests/j/JanProchazka/dbgate/4.6.1/JanProchazka.dbgate.yaml index 01a8b872df0e0..2de7bb0ff5dfe 100644 --- a/manifests/j/JanProchazka/dbgate/4.6.1/JanProchazka.dbgate.yaml +++ b/manifests/j/JanProchazka/dbgate/4.6.1/JanProchazka.dbgate.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: JanProchazka.dbgate PackageVersion: 4.6.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanProchazka/dbgate/4.7.2/JanProchazka.dbgate.installer.yaml b/manifests/j/JanProchazka/dbgate/4.7.2/JanProchazka.dbgate.installer.yaml index e1b2c9b07c6e0..e4c3eced9d64b 100644 --- a/manifests/j/JanProchazka/dbgate/4.7.2/JanProchazka.dbgate.installer.yaml +++ b/manifests/j/JanProchazka/dbgate/4.7.2/JanProchazka.dbgate.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: JanProchazka.dbgate PackageVersion: 4.7.2 @@ -16,4 +16,4 @@ Installers: InstallerUrl: https://github.com/dbgate/dbgate/releases/download/v4.7.2/dbgate-4.7.2-win_x64.exe InstallerSha256: 2DEB7358E98D87083CDB76391D57FF07D8B8EFA9629AD9F1046D7AA8B379828A ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanProchazka/dbgate/4.7.2/JanProchazka.dbgate.locale.en-US.yaml b/manifests/j/JanProchazka/dbgate/4.7.2/JanProchazka.dbgate.locale.en-US.yaml index 3c16c7b062f9b..4d730eeb6e13c 100644 --- a/manifests/j/JanProchazka/dbgate/4.7.2/JanProchazka.dbgate.locale.en-US.yaml +++ b/manifests/j/JanProchazka/dbgate/4.7.2/JanProchazka.dbgate.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: JanProchazka.dbgate PackageVersion: 4.7.2 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Jan Prochazka PublisherUrl: https://github.com/dbgate/dbgate PublisherSupportUrl: https://github.com/dbgate/dbgate/issues -# PrivacyUrl: +# PrivacyUrl: Author: Jan Prochazka PackageName: dbgate PackageUrl: https://github.com/dbgate/dbgate @@ -17,7 +17,7 @@ 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 -# Moniker: +# Moniker: Tags: - database-gui - database-manager @@ -26,10 +26,12 @@ Tags: - mysql - postgresql - sql -- sqlite - sql-server -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +- sqlite +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanProchazka/dbgate/4.7.2/JanProchazka.dbgate.yaml b/manifests/j/JanProchazka/dbgate/4.7.2/JanProchazka.dbgate.yaml index e7ea0f694fad9..0963821b04245 100644 --- a/manifests/j/JanProchazka/dbgate/4.7.2/JanProchazka.dbgate.yaml +++ b/manifests/j/JanProchazka/dbgate/4.7.2/JanProchazka.dbgate.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: JanProchazka.dbgate PackageVersion: 4.7.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanProchazka/dbgate/4.8.3/JanProchazka.dbgate.installer.yaml b/manifests/j/JanProchazka/dbgate/4.8.3/JanProchazka.dbgate.installer.yaml index a1ed0c2488b03..d7d2cbd258540 100644 --- a/manifests/j/JanProchazka/dbgate/4.8.3/JanProchazka.dbgate.installer.yaml +++ b/manifests/j/JanProchazka/dbgate/4.8.3/JanProchazka.dbgate.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: JanProchazka.dbgate PackageVersion: 4.8.3 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://github.com/dbgate/dbgate/releases/download/v4.8.3/dbgate-4.8.3-win_x64.exe InstallerSha256: D12BF67B4516D4EA4E548A0E187AFE5636A9C251C70952B04BDBCED850A7A4F0 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanProchazka/dbgate/4.8.3/JanProchazka.dbgate.locale.en-US.yaml b/manifests/j/JanProchazka/dbgate/4.8.3/JanProchazka.dbgate.locale.en-US.yaml index 6fc1d5cc724e5..8da5fe0ea1df9 100644 --- a/manifests/j/JanProchazka/dbgate/4.8.3/JanProchazka.dbgate.locale.en-US.yaml +++ b/manifests/j/JanProchazka/dbgate/4.8.3/JanProchazka.dbgate.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: JanProchazka.dbgate PackageVersion: 4.8.3 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Jan Prochazka PublisherUrl: https://github.com/dbgate/dbgate PublisherSupportUrl: https://github.com/dbgate/dbgate/issues -# PrivacyUrl: +# PrivacyUrl: Author: Jan Prochazka PackageName: DbGate PackageUrl: https://github.com/dbgate/dbgate @@ -17,7 +17,7 @@ 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 -# Moniker: +# Moniker: Tags: - database-gui - database-manager @@ -28,11 +28,10 @@ Tags: - sql - sql-server - sqlite -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/dbgate/dbgate/releases/tag/v4.8.3 -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanProchazka/dbgate/4.8.3/JanProchazka.dbgate.yaml b/manifests/j/JanProchazka/dbgate/4.8.3/JanProchazka.dbgate.yaml index 73356bf812730..95d6a0489f75b 100644 --- a/manifests/j/JanProchazka/dbgate/4.8.3/JanProchazka.dbgate.yaml +++ b/manifests/j/JanProchazka/dbgate/4.8.3/JanProchazka.dbgate.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: JanProchazka.dbgate PackageVersion: 4.8.3 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanProchazka/dbgate/4.8.4/JanProchazka.dbgate.installer.yaml b/manifests/j/JanProchazka/dbgate/4.8.4/JanProchazka.dbgate.installer.yaml index 9b13693e3ea7e..216d8ff64cd39 100644 --- a/manifests/j/JanProchazka/dbgate/4.8.4/JanProchazka.dbgate.installer.yaml +++ b/manifests/j/JanProchazka/dbgate/4.8.4/JanProchazka.dbgate.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: JanProchazka.dbgate PackageVersion: 4.8.4 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://github.com/dbgate/dbgate/releases/download/v4.8.4/dbgate-4.8.4-win_x64.exe InstallerSha256: ACBFBD860663AD8F9C8CD909BE687DB8854C3BA59AD1ED469B346248D1632FEB ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanProchazka/dbgate/4.8.4/JanProchazka.dbgate.locale.en-US.yaml b/manifests/j/JanProchazka/dbgate/4.8.4/JanProchazka.dbgate.locale.en-US.yaml index 9c06819ffde93..e31628f9ab990 100644 --- a/manifests/j/JanProchazka/dbgate/4.8.4/JanProchazka.dbgate.locale.en-US.yaml +++ b/manifests/j/JanProchazka/dbgate/4.8.4/JanProchazka.dbgate.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: JanProchazka.dbgate PackageVersion: 4.8.4 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Jan Prochazka PublisherUrl: https://github.com/dbgate/dbgate PublisherSupportUrl: https://github.com/dbgate/dbgate/issues -# PrivacyUrl: +# PrivacyUrl: Author: Jan Prochazka PackageName: DbGate PackageUrl: https://github.com/dbgate/dbgate @@ -17,7 +17,7 @@ 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 -# Moniker: +# Moniker: Tags: - database-gui - database-manager @@ -28,11 +28,10 @@ Tags: - sql - sql-server - sqlite -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/dbgate/dbgate/releases/tag/v4.8.4 -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanProchazka/dbgate/4.8.4/JanProchazka.dbgate.yaml b/manifests/j/JanProchazka/dbgate/4.8.4/JanProchazka.dbgate.yaml index beffb1a169c4f..f918687eea794 100644 --- a/manifests/j/JanProchazka/dbgate/4.8.4/JanProchazka.dbgate.yaml +++ b/manifests/j/JanProchazka/dbgate/4.8.4/JanProchazka.dbgate.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: JanProchazka.dbgate PackageVersion: 4.8.4 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanProchazka/dbgate/4.8.6/JanProchazka.dbgate.installer.yaml b/manifests/j/JanProchazka/dbgate/4.8.6/JanProchazka.dbgate.installer.yaml index 5ebe178d57344..1fb13f9d33fef 100644 --- a/manifests/j/JanProchazka/dbgate/4.8.6/JanProchazka.dbgate.installer.yaml +++ b/manifests/j/JanProchazka/dbgate/4.8.6/JanProchazka.dbgate.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: JanProchazka.dbgate PackageVersion: 4.8.6 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://github.com/dbgate/dbgate/releases/download/v4.8.6/dbgate-4.8.6-win_x64.exe InstallerSha256: F7778274B4A977AEDFA6CF8847D213E6B9F9AD1BE40F1142F349784E2357E300 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanProchazka/dbgate/4.8.6/JanProchazka.dbgate.locale.en-US.yaml b/manifests/j/JanProchazka/dbgate/4.8.6/JanProchazka.dbgate.locale.en-US.yaml index c03c6f795a2e6..ad65f0fdd35ec 100644 --- a/manifests/j/JanProchazka/dbgate/4.8.6/JanProchazka.dbgate.locale.en-US.yaml +++ b/manifests/j/JanProchazka/dbgate/4.8.6/JanProchazka.dbgate.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: JanProchazka.dbgate PackageVersion: 4.8.6 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Jan Prochazka PublisherUrl: https://github.com/dbgate/dbgate PublisherSupportUrl: https://github.com/dbgate/dbgate/issues -# PrivacyUrl: +# PrivacyUrl: Author: Jan Prochazka PackageName: DbGate PackageUrl: https://github.com/dbgate/dbgate @@ -17,7 +17,7 @@ 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 -# Moniker: +# Moniker: Tags: - database-gui - database-manager @@ -28,11 +28,10 @@ Tags: - sql - sql-server - sqlite -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/dbgate/dbgate/releases/tag/v4.8.6 -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanProchazka/dbgate/4.8.6/JanProchazka.dbgate.yaml b/manifests/j/JanProchazka/dbgate/4.8.6/JanProchazka.dbgate.yaml index 4b5666ead56e1..2e7ab46f58cd0 100644 --- a/manifests/j/JanProchazka/dbgate/4.8.6/JanProchazka.dbgate.yaml +++ b/manifests/j/JanProchazka/dbgate/4.8.6/JanProchazka.dbgate.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: JanProchazka.dbgate PackageVersion: 4.8.6 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanProchazka/dbgate/4.8.7/JanProchazka.dbgate.installer.yaml b/manifests/j/JanProchazka/dbgate/4.8.7/JanProchazka.dbgate.installer.yaml index 3137b995f1bee..addab525cd975 100644 --- a/manifests/j/JanProchazka/dbgate/4.8.7/JanProchazka.dbgate.installer.yaml +++ b/manifests/j/JanProchazka/dbgate/4.8.7/JanProchazka.dbgate.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: JanProchazka.dbgate PackageVersion: 4.8.7 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://github.com/dbgate/dbgate/releases/download/v4.8.7/dbgate-4.8.7-win_x64.exe InstallerSha256: 608C1E34FC8258DEE837962B2C7C31F8CEFDA9FBAE0A607DAC27CAB89674A802 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanProchazka/dbgate/4.8.7/JanProchazka.dbgate.locale.en-US.yaml b/manifests/j/JanProchazka/dbgate/4.8.7/JanProchazka.dbgate.locale.en-US.yaml index 8025019b4c8b1..a3d5b483e8b15 100644 --- a/manifests/j/JanProchazka/dbgate/4.8.7/JanProchazka.dbgate.locale.en-US.yaml +++ b/manifests/j/JanProchazka/dbgate/4.8.7/JanProchazka.dbgate.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: JanProchazka.dbgate PackageVersion: 4.8.7 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Jan Prochazka PublisherUrl: https://github.com/dbgate/dbgate PublisherSupportUrl: https://github.com/dbgate/dbgate/issues -# PrivacyUrl: +# PrivacyUrl: Author: Jan Prochazka PackageName: DbGate PackageUrl: https://github.com/dbgate/dbgate @@ -17,7 +17,7 @@ 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 -# Moniker: +# Moniker: Tags: - database-gui - database-manager @@ -28,11 +28,10 @@ Tags: - sql - sql-server - sqlite -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/dbgate/dbgate/releases/tag/v4.8.7 -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanProchazka/dbgate/4.8.7/JanProchazka.dbgate.yaml b/manifests/j/JanProchazka/dbgate/4.8.7/JanProchazka.dbgate.yaml index 70921b414ca67..add5413bbf6f4 100644 --- a/manifests/j/JanProchazka/dbgate/4.8.7/JanProchazka.dbgate.yaml +++ b/manifests/j/JanProchazka/dbgate/4.8.7/JanProchazka.dbgate.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: JanProchazka.dbgate PackageVersion: 4.8.7 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanProchazka/dbgate/4.8.8/JanProchazka.dbgate.installer.yaml b/manifests/j/JanProchazka/dbgate/4.8.8/JanProchazka.dbgate.installer.yaml index 2f0555dc1c33b..ccf81ef02cdb5 100644 --- a/manifests/j/JanProchazka/dbgate/4.8.8/JanProchazka.dbgate.installer.yaml +++ b/manifests/j/JanProchazka/dbgate/4.8.8/JanProchazka.dbgate.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: JanProchazka.dbgate PackageVersion: 4.8.8 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://github.com/dbgate/dbgate/releases/download/v4.8.8/dbgate-4.8.8-win_x64.exe InstallerSha256: 056D1DBEA93EEDB7A5E659FC20845385CD6212B8B351822E53F68B9F0F9A6C54 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanProchazka/dbgate/4.8.8/JanProchazka.dbgate.locale.en-US.yaml b/manifests/j/JanProchazka/dbgate/4.8.8/JanProchazka.dbgate.locale.en-US.yaml index cd85b162693ef..62bb76545b9e8 100644 --- a/manifests/j/JanProchazka/dbgate/4.8.8/JanProchazka.dbgate.locale.en-US.yaml +++ b/manifests/j/JanProchazka/dbgate/4.8.8/JanProchazka.dbgate.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: JanProchazka.dbgate PackageVersion: 4.8.8 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Jan Prochazka PublisherUrl: https://github.com/dbgate/dbgate PublisherSupportUrl: https://github.com/dbgate/dbgate/issues -# PrivacyUrl: +# PrivacyUrl: Author: Jan Prochazka PackageName: DbGate PackageUrl: https://github.com/dbgate/dbgate @@ -17,7 +17,7 @@ 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 -# Moniker: +# Moniker: Tags: - database-gui - database-manager @@ -28,11 +28,10 @@ Tags: - sql - sql-server - sqlite -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/dbgate/dbgate/releases/tag/v4.8.8 -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanProchazka/dbgate/4.8.8/JanProchazka.dbgate.yaml b/manifests/j/JanProchazka/dbgate/4.8.8/JanProchazka.dbgate.yaml index 3ffbb809aeef5..ba6bab219fb62 100644 --- a/manifests/j/JanProchazka/dbgate/4.8.8/JanProchazka.dbgate.yaml +++ b/manifests/j/JanProchazka/dbgate/4.8.8/JanProchazka.dbgate.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: JanProchazka.dbgate PackageVersion: 4.8.8 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanProchazka/dbgate/5.0.1/JanProchazka.dbgate.installer.yaml b/manifests/j/JanProchazka/dbgate/5.0.1/JanProchazka.dbgate.installer.yaml index 8d6686593d998..b88cdbf198811 100644 --- a/manifests/j/JanProchazka/dbgate/5.0.1/JanProchazka.dbgate.installer.yaml +++ b/manifests/j/JanProchazka/dbgate/5.0.1/JanProchazka.dbgate.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: JanProchazka.dbgate PackageVersion: 5.0.1 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://github.com/dbgate/dbgate/releases/download/v5.0.1/dbgate-5.0.1-win_x64.exe InstallerSha256: 1B129E4F559877EA087FA4E9F7768C4C5EFAF09DE78F0511D62D64A1FB29563C ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanProchazka/dbgate/5.0.1/JanProchazka.dbgate.locale.en-US.yaml b/manifests/j/JanProchazka/dbgate/5.0.1/JanProchazka.dbgate.locale.en-US.yaml index 6eb8abf722b1a..8b661ae018ea8 100644 --- a/manifests/j/JanProchazka/dbgate/5.0.1/JanProchazka.dbgate.locale.en-US.yaml +++ b/manifests/j/JanProchazka/dbgate/5.0.1/JanProchazka.dbgate.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: JanProchazka.dbgate PackageVersion: 5.0.1 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Jan Prochazka PublisherUrl: https://github.com/dbgate/dbgate PublisherSupportUrl: https://github.com/dbgate/dbgate/issues -# PrivacyUrl: +# PrivacyUrl: Author: Jan Prochazka PackageName: DbGate PackageUrl: https://github.com/dbgate/dbgate @@ -17,7 +17,7 @@ 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 -# Moniker: +# Moniker: Tags: - database-gui - database-manager @@ -28,11 +28,10 @@ Tags: - sql - sql-server - sqlite -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/dbgate/dbgate/releases/tag/v5.0.1 -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanProchazka/dbgate/5.0.1/JanProchazka.dbgate.yaml b/manifests/j/JanProchazka/dbgate/5.0.1/JanProchazka.dbgate.yaml index 6094d8ba498ad..a01cd55e5ca3a 100644 --- a/manifests/j/JanProchazka/dbgate/5.0.1/JanProchazka.dbgate.yaml +++ b/manifests/j/JanProchazka/dbgate/5.0.1/JanProchazka.dbgate.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: JanProchazka.dbgate PackageVersion: 5.0.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanProchazka/dbgate/5.0.2/JanProchazka.dbgate.installer.yaml b/manifests/j/JanProchazka/dbgate/5.0.2/JanProchazka.dbgate.installer.yaml index 24a0b6edf549e..1c46a66193e6b 100644 --- a/manifests/j/JanProchazka/dbgate/5.0.2/JanProchazka.dbgate.installer.yaml +++ b/manifests/j/JanProchazka/dbgate/5.0.2/JanProchazka.dbgate.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: JanProchazka.dbgate PackageVersion: 5.0.2 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://github.com/dbgate/dbgate/releases/download/v5.0.2/dbgate-5.0.2-win_x64.exe InstallerSha256: 43A4D5676E294AE9E90792BB2498C95260CABA13F6C01EC55B1295BDD0D1397E ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanProchazka/dbgate/5.0.2/JanProchazka.dbgate.locale.en-US.yaml b/manifests/j/JanProchazka/dbgate/5.0.2/JanProchazka.dbgate.locale.en-US.yaml index 1dd4f91511f8b..3aae4f9d9411f 100644 --- a/manifests/j/JanProchazka/dbgate/5.0.2/JanProchazka.dbgate.locale.en-US.yaml +++ b/manifests/j/JanProchazka/dbgate/5.0.2/JanProchazka.dbgate.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: JanProchazka.dbgate PackageVersion: 5.0.2 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Jan Prochazka PublisherUrl: https://github.com/dbgate/dbgate PublisherSupportUrl: https://github.com/dbgate/dbgate/issues -# PrivacyUrl: +# PrivacyUrl: Author: Jan Prochazka PackageName: DbGate PackageUrl: https://github.com/dbgate/dbgate @@ -17,7 +17,7 @@ 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 -# Moniker: +# Moniker: Tags: - database-gui - database-manager @@ -28,11 +28,10 @@ Tags: - sql - sql-server - sqlite -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/dbgate/dbgate/releases/tag/v5.0.2 -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanProchazka/dbgate/5.0.2/JanProchazka.dbgate.yaml b/manifests/j/JanProchazka/dbgate/5.0.2/JanProchazka.dbgate.yaml index a3baf8f468459..53f02f7352892 100644 --- a/manifests/j/JanProchazka/dbgate/5.0.2/JanProchazka.dbgate.yaml +++ b/manifests/j/JanProchazka/dbgate/5.0.2/JanProchazka.dbgate.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: JanProchazka.dbgate PackageVersion: 5.0.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanProchazka/dbgate/5.0.3/JanProchazka.dbgate.installer.yaml b/manifests/j/JanProchazka/dbgate/5.0.3/JanProchazka.dbgate.installer.yaml index 6a6b4c93e12e9..4cb9fe4333a3c 100644 --- a/manifests/j/JanProchazka/dbgate/5.0.3/JanProchazka.dbgate.installer.yaml +++ b/manifests/j/JanProchazka/dbgate/5.0.3/JanProchazka.dbgate.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.2 $debug=QUSU.5-1-25136-1000 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JanProchazka.dbgate PackageVersion: 5.0.3 @@ -16,4 +16,4 @@ Installers: InstallerUrl: https://github.com/dbgate/dbgate/releases/download/v5.0.3/dbgate-5.0.3-win_x64.exe InstallerSha256: A7C637415F399F80922B5CE5CCD9576B9DD366FC4B96A412383E42F9D92DC12C ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanProchazka/dbgate/5.0.3/JanProchazka.dbgate.locale.en-US.yaml b/manifests/j/JanProchazka/dbgate/5.0.3/JanProchazka.dbgate.locale.en-US.yaml index 4b3b9a1e0613e..20e4083b01333 100644 --- a/manifests/j/JanProchazka/dbgate/5.0.3/JanProchazka.dbgate.locale.en-US.yaml +++ b/manifests/j/JanProchazka/dbgate/5.0.3/JanProchazka.dbgate.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.1.2 $debug=QUSU.5-1-25136-1000 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JanProchazka.dbgate PackageVersion: 5.0.3 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Jan Prochazka PublisherUrl: https://github.com/dbgate/dbgate PublisherSupportUrl: https://github.com/dbgate/dbgate/issues -# PrivacyUrl: +# PrivacyUrl: Author: Jan Prochazka PackageName: dbgate PackageUrl: https://github.com/dbgate/dbgate @@ -17,7 +17,7 @@ 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 -# Moniker: +# Moniker: Tags: - database-gui - database-manager @@ -26,10 +26,12 @@ Tags: - mysql - postgresql - sql -- sqlite - sql-server -# Agreements: -# ReleaseNotes: -# ReleaseNotesUrl: +- sqlite +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanProchazka/dbgate/5.0.3/JanProchazka.dbgate.yaml b/manifests/j/JanProchazka/dbgate/5.0.3/JanProchazka.dbgate.yaml index 5a81c25df31b6..fff3957def410 100644 --- a/manifests/j/JanProchazka/dbgate/5.0.3/JanProchazka.dbgate.yaml +++ b/manifests/j/JanProchazka/dbgate/5.0.3/JanProchazka.dbgate.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.1.2 $debug=QUSU.5-1-25136-1000 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json +# Created with YamlCreate.ps1 v2.4.3 $debug=AUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JanProchazka.dbgate PackageVersion: 5.0.3 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanProchazka/dbgate/5.0.5/JanProchazka.dbgate.installer.yaml b/manifests/j/JanProchazka/dbgate/5.0.5/JanProchazka.dbgate.installer.yaml index 121ebd5c11af7..7ffee9e5efa24 100644 --- a/manifests/j/JanProchazka/dbgate/5.0.5/JanProchazka.dbgate.installer.yaml +++ b/manifests/j/JanProchazka/dbgate/5.0.5/JanProchazka.dbgate.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-5-0.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json PackageIdentifier: JanProchazka.dbgate PackageVersion: 5.0.5 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://github.com/dbgate/dbgate/releases/download/v5.0.5/dbgate-5.0.5-win_x64.exe InstallerSha256: 50A4B1C0D5F0CCB0F4D45ADD4E45E3BCBC4495094586107A940D6727C2C5E359 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanProchazka/dbgate/5.0.5/JanProchazka.dbgate.locale.en-US.yaml b/manifests/j/JanProchazka/dbgate/5.0.5/JanProchazka.dbgate.locale.en-US.yaml index f54f2b5cfdaa2..0d6868bfd5eff 100644 --- a/manifests/j/JanProchazka/dbgate/5.0.5/JanProchazka.dbgate.locale.en-US.yaml +++ b/manifests/j/JanProchazka/dbgate/5.0.5/JanProchazka.dbgate.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-5-0.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json PackageIdentifier: JanProchazka.dbgate PackageVersion: 5.0.5 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Jan Prochazka PublisherUrl: https://github.com/dbgate/dbgate PublisherSupportUrl: https://github.com/dbgate/dbgate/issues -# PrivacyUrl: +# PrivacyUrl: Author: Jan Prochazka PackageName: DbGate PackageUrl: https://github.com/dbgate/dbgate @@ -17,7 +17,7 @@ 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 -# Moniker: +# Moniker: Tags: - database-gui - database-manager @@ -28,11 +28,10 @@ Tags: - sql - sql-server - sqlite -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/dbgate/dbgate/releases/tag/v5.0.5 -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanProchazka/dbgate/5.0.5/JanProchazka.dbgate.yaml b/manifests/j/JanProchazka/dbgate/5.0.5/JanProchazka.dbgate.yaml index 93736a5cdf68a..783395bc73f97 100644 --- a/manifests/j/JanProchazka/dbgate/5.0.5/JanProchazka.dbgate.yaml +++ b/manifests/j/JanProchazka/dbgate/5.0.5/JanProchazka.dbgate.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-5-0.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json PackageIdentifier: JanProchazka.dbgate PackageVersion: 5.0.5 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanProchazka/dbgate/5.0.6/JanProchazka.dbgate.installer.yaml b/manifests/j/JanProchazka/dbgate/5.0.6/JanProchazka.dbgate.installer.yaml index ca90c18070439..cdf6de3732ba6 100644 --- a/manifests/j/JanProchazka/dbgate/5.0.6/JanProchazka.dbgate.installer.yaml +++ b/manifests/j/JanProchazka/dbgate/5.0.6/JanProchazka.dbgate.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: JanProchazka.dbgate PackageVersion: 5.0.6 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://github.com/dbgate/dbgate/releases/download/v5.0.6/dbgate-5.0.6-win_x64.exe InstallerSha256: CF48080A630D50A23ACC6783655EA537FD4AF640889CF299E8DEE5012B194CE1 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanProchazka/dbgate/5.0.6/JanProchazka.dbgate.locale.en-US.yaml b/manifests/j/JanProchazka/dbgate/5.0.6/JanProchazka.dbgate.locale.en-US.yaml index c9fba6ae4afe2..23e1f4dd5bdda 100644 --- a/manifests/j/JanProchazka/dbgate/5.0.6/JanProchazka.dbgate.locale.en-US.yaml +++ b/manifests/j/JanProchazka/dbgate/5.0.6/JanProchazka.dbgate.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: JanProchazka.dbgate PackageVersion: 5.0.6 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Jan Prochazka PublisherUrl: https://github.com/dbgate/dbgate PublisherSupportUrl: https://github.com/dbgate/dbgate/issues -# PrivacyUrl: +# PrivacyUrl: Author: Jan Prochazka PackageName: DbGate PackageUrl: https://github.com/dbgate/dbgate @@ -17,7 +17,7 @@ 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 -# Moniker: +# Moniker: Tags: - database-gui - database-manager @@ -28,8 +28,10 @@ Tags: - sql - sql-server - sqlite -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/dbgate/dbgate/releases/tag/v5.0.6 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanProchazka/dbgate/5.0.6/JanProchazka.dbgate.yaml b/manifests/j/JanProchazka/dbgate/5.0.6/JanProchazka.dbgate.yaml index 980462fb1e5a7..1191951b8f4bd 100644 --- a/manifests/j/JanProchazka/dbgate/5.0.6/JanProchazka.dbgate.yaml +++ b/manifests/j/JanProchazka/dbgate/5.0.6/JanProchazka.dbgate.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: JanProchazka.dbgate PackageVersion: 5.0.6 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanProchazka/dbgate/5.0.7/JanProchazka.dbgate.installer.yaml b/manifests/j/JanProchazka/dbgate/5.0.7/JanProchazka.dbgate.installer.yaml index 2711131686cca..0dd4a5dfed156 100644 --- a/manifests/j/JanProchazka/dbgate/5.0.7/JanProchazka.dbgate.installer.yaml +++ b/manifests/j/JanProchazka/dbgate/5.0.7/JanProchazka.dbgate.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: JanProchazka.dbgate PackageVersion: 5.0.7 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://github.com/dbgate/dbgate/releases/download/v5.0.7/dbgate-5.0.7-win_x64.exe InstallerSha256: 41FF5F56BB7E1BD6D8CA1F719BEA5A29FBCFA3258B0A45D5B625CC1EB362AA30 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanProchazka/dbgate/5.0.7/JanProchazka.dbgate.locale.en-US.yaml b/manifests/j/JanProchazka/dbgate/5.0.7/JanProchazka.dbgate.locale.en-US.yaml index e88d39172ed15..35d0a9a3f700b 100644 --- a/manifests/j/JanProchazka/dbgate/5.0.7/JanProchazka.dbgate.locale.en-US.yaml +++ b/manifests/j/JanProchazka/dbgate/5.0.7/JanProchazka.dbgate.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: JanProchazka.dbgate PackageVersion: 5.0.7 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Jan Prochazka PublisherUrl: https://github.com/dbgate/dbgate PublisherSupportUrl: https://github.com/dbgate/dbgate/issues -# PrivacyUrl: +# PrivacyUrl: Author: Jan Prochazka PackageName: DbGate PackageUrl: https://github.com/dbgate/dbgate @@ -17,7 +17,7 @@ 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 -# Moniker: +# Moniker: Tags: - database-gui - database-manager @@ -28,8 +28,10 @@ Tags: - sql - sql-server - sqlite -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/dbgate/dbgate/releases/tag/v5.0.7 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanProchazka/dbgate/5.0.7/JanProchazka.dbgate.yaml b/manifests/j/JanProchazka/dbgate/5.0.7/JanProchazka.dbgate.yaml index 356139cde1fc2..af00b1ea1307c 100644 --- a/manifests/j/JanProchazka/dbgate/5.0.7/JanProchazka.dbgate.yaml +++ b/manifests/j/JanProchazka/dbgate/5.0.7/JanProchazka.dbgate.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: JanProchazka.dbgate PackageVersion: 5.0.7 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanProchazka/dbgate/5.0.8/JanProchazka.dbgate.installer.yaml b/manifests/j/JanProchazka/dbgate/5.0.8/JanProchazka.dbgate.installer.yaml index c581f9e0b6f62..9bb8a8fbe7053 100644 --- a/manifests/j/JanProchazka/dbgate/5.0.8/JanProchazka.dbgate.installer.yaml +++ b/manifests/j/JanProchazka/dbgate/5.0.8/JanProchazka.dbgate.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: JanProchazka.dbgate PackageVersion: 5.0.8 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://github.com/dbgate/dbgate/releases/download/v5.0.8/dbgate-5.0.8-win_x64.exe InstallerSha256: 4822FDEF9BC13B336CCD70F0AE10D0ECBD4E079405C239BE738B55B261964BF5 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanProchazka/dbgate/5.0.8/JanProchazka.dbgate.locale.en-US.yaml b/manifests/j/JanProchazka/dbgate/5.0.8/JanProchazka.dbgate.locale.en-US.yaml index 26a421613bc96..43385001335fc 100644 --- a/manifests/j/JanProchazka/dbgate/5.0.8/JanProchazka.dbgate.locale.en-US.yaml +++ b/manifests/j/JanProchazka/dbgate/5.0.8/JanProchazka.dbgate.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: JanProchazka.dbgate PackageVersion: 5.0.8 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Jan Prochazka PublisherUrl: https://github.com/dbgate/dbgate PublisherSupportUrl: https://github.com/dbgate/dbgate/issues -# PrivacyUrl: +# PrivacyUrl: Author: Jan Prochazka PackageName: DbGate PackageUrl: https://github.com/dbgate/dbgate @@ -17,7 +17,7 @@ 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 -# Moniker: +# Moniker: Tags: - database-gui - database-manager @@ -28,8 +28,10 @@ Tags: - sql - sql-server - sqlite -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/dbgate/dbgate/releases/tag/v5.0.8 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanProchazka/dbgate/5.0.8/JanProchazka.dbgate.yaml b/manifests/j/JanProchazka/dbgate/5.0.8/JanProchazka.dbgate.yaml index 89a96f6d2194f..17ee65941a919 100644 --- a/manifests/j/JanProchazka/dbgate/5.0.8/JanProchazka.dbgate.yaml +++ b/manifests/j/JanProchazka/dbgate/5.0.8/JanProchazka.dbgate.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: JanProchazka.dbgate PackageVersion: 5.0.8 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanProchazka/dbgate/5.0.9/JanProchazka.dbgate.installer.yaml b/manifests/j/JanProchazka/dbgate/5.0.9/JanProchazka.dbgate.installer.yaml index bc6f56a86e09c..334594e265b71 100644 --- a/manifests/j/JanProchazka/dbgate/5.0.9/JanProchazka.dbgate.installer.yaml +++ b/manifests/j/JanProchazka/dbgate/5.0.9/JanProchazka.dbgate.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: JanProchazka.dbgate PackageVersion: 5.0.9 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://github.com/dbgate/dbgate/releases/download/v5.0.9/dbgate-5.0.9-win_x64.exe InstallerSha256: 95B8F6B1A41181F2FCEDF4B667180EA138D95E42B4C22B272048683CF88DA003 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanProchazka/dbgate/5.0.9/JanProchazka.dbgate.locale.en-US.yaml b/manifests/j/JanProchazka/dbgate/5.0.9/JanProchazka.dbgate.locale.en-US.yaml index 7ba16b37e3ad7..99b87295933b1 100644 --- a/manifests/j/JanProchazka/dbgate/5.0.9/JanProchazka.dbgate.locale.en-US.yaml +++ b/manifests/j/JanProchazka/dbgate/5.0.9/JanProchazka.dbgate.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: JanProchazka.dbgate PackageVersion: 5.0.9 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Jan Prochazka PublisherUrl: https://github.com/dbgate/dbgate PublisherSupportUrl: https://github.com/dbgate/dbgate/issues -# PrivacyUrl: +# PrivacyUrl: Author: Jan Prochazka PackageName: DbGate PackageUrl: https://github.com/dbgate/dbgate @@ -17,7 +17,7 @@ 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 -# Moniker: +# Moniker: Tags: - database-gui - database-manager @@ -28,11 +28,10 @@ Tags: - sql - sql-server - sqlite -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/dbgate/dbgate/releases/tag/v5.0.9 -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanProchazka/dbgate/5.0.9/JanProchazka.dbgate.yaml b/manifests/j/JanProchazka/dbgate/5.0.9/JanProchazka.dbgate.yaml index 2a39a72c7fa11..5c472d6794722 100644 --- a/manifests/j/JanProchazka/dbgate/5.0.9/JanProchazka.dbgate.yaml +++ b/manifests/j/JanProchazka/dbgate/5.0.9/JanProchazka.dbgate.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: JanProchazka.dbgate PackageVersion: 5.0.9 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanProchazka/dbgate/5.1.0/JanProchazka.dbgate.installer.yaml b/manifests/j/JanProchazka/dbgate/5.1.0/JanProchazka.dbgate.installer.yaml index 5b3e90e9205b4..e10c661106f34 100644 --- a/manifests/j/JanProchazka/dbgate/5.1.0/JanProchazka.dbgate.installer.yaml +++ b/manifests/j/JanProchazka/dbgate/5.1.0/JanProchazka.dbgate.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: JanProchazka.dbgate PackageVersion: 5.1.0 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://github.com/dbgate/dbgate/releases/download/v5.1.0/dbgate-5.1.0-win_x64.exe InstallerSha256: 72F3DB57D08A146775FD6C0DBA395D944EDE0612DC9DDFCC0083D7D08A10BAFE ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanProchazka/dbgate/5.1.0/JanProchazka.dbgate.locale.en-US.yaml b/manifests/j/JanProchazka/dbgate/5.1.0/JanProchazka.dbgate.locale.en-US.yaml index 10a27d1df5749..37b6a66944f54 100644 --- a/manifests/j/JanProchazka/dbgate/5.1.0/JanProchazka.dbgate.locale.en-US.yaml +++ b/manifests/j/JanProchazka/dbgate/5.1.0/JanProchazka.dbgate.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: JanProchazka.dbgate PackageVersion: 5.1.0 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Jan Prochazka PublisherUrl: https://github.com/dbgate/dbgate PublisherSupportUrl: https://github.com/dbgate/dbgate/issues -# PrivacyUrl: +# PrivacyUrl: Author: Jan Prochazka PackageName: DbGate PackageUrl: https://github.com/dbgate/dbgate @@ -17,7 +17,7 @@ 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 -# Moniker: +# Moniker: Tags: - database-gui - database-manager @@ -28,11 +28,10 @@ Tags: - sql - sql-server - sqlite -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/dbgate/dbgate/releases/tag/v5.1.0 -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanProchazka/dbgate/5.1.0/JanProchazka.dbgate.yaml b/manifests/j/JanProchazka/dbgate/5.1.0/JanProchazka.dbgate.yaml index 6ea2ac7e446cc..c81442c654b21 100644 --- a/manifests/j/JanProchazka/dbgate/5.1.0/JanProchazka.dbgate.yaml +++ b/manifests/j/JanProchazka/dbgate/5.1.0/JanProchazka.dbgate.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: JanProchazka.dbgate PackageVersion: 5.1.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanProchazka/dbgate/5.1.1/JanProchazka.dbgate.installer.yaml b/manifests/j/JanProchazka/dbgate/5.1.1/JanProchazka.dbgate.installer.yaml index c6467bd433327..1b9052ad41d1b 100644 --- a/manifests/j/JanProchazka/dbgate/5.1.1/JanProchazka.dbgate.installer.yaml +++ b/manifests/j/JanProchazka/dbgate/5.1.1/JanProchazka.dbgate.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: JanProchazka.dbgate PackageVersion: 5.1.1 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://github.com/dbgate/dbgate/releases/download/v5.1.1/dbgate-5.1.1-win_x64.exe InstallerSha256: 8A3E65F05BE21D7FBE51448EE4F7C94A2EBBC2B0AC7F38220C5A7A6823C9877A ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanProchazka/dbgate/5.1.1/JanProchazka.dbgate.locale.en-US.yaml b/manifests/j/JanProchazka/dbgate/5.1.1/JanProchazka.dbgate.locale.en-US.yaml index 1efa01e8db93f..8fb1660e08323 100644 --- a/manifests/j/JanProchazka/dbgate/5.1.1/JanProchazka.dbgate.locale.en-US.yaml +++ b/manifests/j/JanProchazka/dbgate/5.1.1/JanProchazka.dbgate.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: JanProchazka.dbgate PackageVersion: 5.1.1 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Jan Prochazka PublisherUrl: https://github.com/dbgate/dbgate PublisherSupportUrl: https://github.com/dbgate/dbgate/issues -# PrivacyUrl: +# PrivacyUrl: Author: Jan Prochazka PackageName: DbGate PackageUrl: https://github.com/dbgate/dbgate @@ -17,7 +17,7 @@ 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 -# Moniker: +# Moniker: Tags: - database-gui - database-manager @@ -28,11 +28,10 @@ Tags: - sql - sql-server - sqlite -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/dbgate/dbgate/releases/tag/v5.1.1 -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanProchazka/dbgate/5.1.1/JanProchazka.dbgate.yaml b/manifests/j/JanProchazka/dbgate/5.1.1/JanProchazka.dbgate.yaml index b33bb14650605..e95cf93a284c9 100644 --- a/manifests/j/JanProchazka/dbgate/5.1.1/JanProchazka.dbgate.yaml +++ b/manifests/j/JanProchazka/dbgate/5.1.1/JanProchazka.dbgate.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: JanProchazka.dbgate PackageVersion: 5.1.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanProchazka/dbgate/5.1.2/JanProchazka.dbgate.installer.yaml b/manifests/j/JanProchazka/dbgate/5.1.2/JanProchazka.dbgate.installer.yaml index 17dacdf07eb6b..ff8a2a7057c99 100644 --- a/manifests/j/JanProchazka/dbgate/5.1.2/JanProchazka.dbgate.installer.yaml +++ b/manifests/j/JanProchazka/dbgate/5.1.2/JanProchazka.dbgate.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: JanProchazka.dbgate PackageVersion: 5.1.2 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://github.com/dbgate/dbgate/releases/download/v5.1.2/dbgate-5.1.2-win_x64.exe InstallerSha256: B380BE5A7060A4038EFC7C5B1029B3DAA32AC1AB8BF9526690623A82B5C9A33C ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanProchazka/dbgate/5.1.2/JanProchazka.dbgate.locale.en-US.yaml b/manifests/j/JanProchazka/dbgate/5.1.2/JanProchazka.dbgate.locale.en-US.yaml index c0917da483609..416e3b5ca476e 100644 --- a/manifests/j/JanProchazka/dbgate/5.1.2/JanProchazka.dbgate.locale.en-US.yaml +++ b/manifests/j/JanProchazka/dbgate/5.1.2/JanProchazka.dbgate.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: JanProchazka.dbgate PackageVersion: 5.1.2 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Jan Prochazka PublisherUrl: https://github.com/dbgate/dbgate PublisherSupportUrl: https://github.com/dbgate/dbgate/issues -# PrivacyUrl: +# PrivacyUrl: Author: Jan Prochazka PackageName: DbGate PackageUrl: https://github.com/dbgate/dbgate @@ -17,7 +17,7 @@ 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 -# Moniker: +# Moniker: Tags: - database-gui - database-manager @@ -28,11 +28,10 @@ Tags: - sql - sql-server - sqlite -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/dbgate/dbgate/releases/tag/v5.1.2 -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanProchazka/dbgate/5.1.2/JanProchazka.dbgate.yaml b/manifests/j/JanProchazka/dbgate/5.1.2/JanProchazka.dbgate.yaml index fac99f145a696..968135a57c3d0 100644 --- a/manifests/j/JanProchazka/dbgate/5.1.2/JanProchazka.dbgate.yaml +++ b/manifests/j/JanProchazka/dbgate/5.1.2/JanProchazka.dbgate.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: JanProchazka.dbgate PackageVersion: 5.1.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanProchazka/dbgate/5.1.3/JanProchazka.dbgate.installer.yaml b/manifests/j/JanProchazka/dbgate/5.1.3/JanProchazka.dbgate.installer.yaml index 7c36b98ab1ad1..3eb0aff6b9f5e 100644 --- a/manifests/j/JanProchazka/dbgate/5.1.3/JanProchazka.dbgate.installer.yaml +++ b/manifests/j/JanProchazka/dbgate/5.1.3/JanProchazka.dbgate.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: JanProchazka.dbgate PackageVersion: 5.1.3 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://github.com/dbgate/dbgate/releases/download/v5.1.3/dbgate-5.1.3-win_x64.exe InstallerSha256: 4719DA0C7474E24654AF1D0E9B2B14D462E91AAD2D8438F303EEC432D0CD9474 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanProchazka/dbgate/5.1.3/JanProchazka.dbgate.locale.en-US.yaml b/manifests/j/JanProchazka/dbgate/5.1.3/JanProchazka.dbgate.locale.en-US.yaml index 376094565f1cd..42a2eeb6d8116 100644 --- a/manifests/j/JanProchazka/dbgate/5.1.3/JanProchazka.dbgate.locale.en-US.yaml +++ b/manifests/j/JanProchazka/dbgate/5.1.3/JanProchazka.dbgate.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: JanProchazka.dbgate PackageVersion: 5.1.3 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Jan Prochazka PublisherUrl: https://github.com/dbgate/dbgate PublisherSupportUrl: https://github.com/dbgate/dbgate/issues -# PrivacyUrl: +# PrivacyUrl: Author: Jan Prochazka PackageName: DbGate PackageUrl: https://github.com/dbgate/dbgate @@ -17,7 +17,7 @@ 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 -# Moniker: +# Moniker: Tags: - database-gui - database-manager @@ -28,11 +28,10 @@ Tags: - sql - sql-server - sqlite -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/dbgate/dbgate/releases/tag/v5.1.3 -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanProchazka/dbgate/5.1.3/JanProchazka.dbgate.yaml b/manifests/j/JanProchazka/dbgate/5.1.3/JanProchazka.dbgate.yaml index 5e805c56b7871..64060d3d33a2c 100644 --- a/manifests/j/JanProchazka/dbgate/5.1.3/JanProchazka.dbgate.yaml +++ b/manifests/j/JanProchazka/dbgate/5.1.3/JanProchazka.dbgate.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: JanProchazka.dbgate PackageVersion: 5.1.3 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanProchazka/dbgate/5.1.4/JanProchazka.dbgate.installer.yaml b/manifests/j/JanProchazka/dbgate/5.1.4/JanProchazka.dbgate.installer.yaml index c558a72fe52a6..0d9216eba39e9 100644 --- a/manifests/j/JanProchazka/dbgate/5.1.4/JanProchazka.dbgate.installer.yaml +++ b/manifests/j/JanProchazka/dbgate/5.1.4/JanProchazka.dbgate.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: JanProchazka.dbgate PackageVersion: 5.1.4 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://github.com/dbgate/dbgate/releases/download/v5.1.4/dbgate-5.1.4-win_x64.exe InstallerSha256: F571EC30DE66807EFC7A696D48453C10C40CE516B2A7C4D16FC9999D05C2256F ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanProchazka/dbgate/5.1.4/JanProchazka.dbgate.locale.en-US.yaml b/manifests/j/JanProchazka/dbgate/5.1.4/JanProchazka.dbgate.locale.en-US.yaml index a1c91faa727f0..54a07e1768d52 100644 --- a/manifests/j/JanProchazka/dbgate/5.1.4/JanProchazka.dbgate.locale.en-US.yaml +++ b/manifests/j/JanProchazka/dbgate/5.1.4/JanProchazka.dbgate.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: JanProchazka.dbgate PackageVersion: 5.1.4 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Jan Prochazka PublisherUrl: https://github.com/dbgate/dbgate PublisherSupportUrl: https://github.com/dbgate/dbgate/issues -# PrivacyUrl: +# PrivacyUrl: Author: Jan Prochazka PackageName: DbGate PackageUrl: https://github.com/dbgate/dbgate @@ -17,7 +17,7 @@ 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 -# Moniker: +# Moniker: Tags: - database-gui - database-manager @@ -28,11 +28,10 @@ Tags: - sql - sql-server - sqlite -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/dbgate/dbgate/releases/tag/v5.1.4 -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanProchazka/dbgate/5.1.4/JanProchazka.dbgate.yaml b/manifests/j/JanProchazka/dbgate/5.1.4/JanProchazka.dbgate.yaml index 2c75d1e0cfa4e..e077e7e7f86c5 100644 --- a/manifests/j/JanProchazka/dbgate/5.1.4/JanProchazka.dbgate.yaml +++ b/manifests/j/JanProchazka/dbgate/5.1.4/JanProchazka.dbgate.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: JanProchazka.dbgate PackageVersion: 5.1.4 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanProchazka/dbgate/5.1.5/JanProchazka.dbgate.installer.yaml b/manifests/j/JanProchazka/dbgate/5.1.5/JanProchazka.dbgate.installer.yaml index 71455cf448d63..973a6e81b9c1b 100644 --- a/manifests/j/JanProchazka/dbgate/5.1.5/JanProchazka.dbgate.installer.yaml +++ b/manifests/j/JanProchazka/dbgate/5.1.5/JanProchazka.dbgate.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: JanProchazka.dbgate PackageVersion: 5.1.5 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://github.com/dbgate/dbgate/releases/download/v5.1.5/dbgate-5.1.5-win_x64.exe InstallerSha256: 8047BD8950ACC52BA893801E029D02364D9F725C8635D59A7831D41C29BACCBF ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanProchazka/dbgate/5.1.5/JanProchazka.dbgate.locale.en-US.yaml b/manifests/j/JanProchazka/dbgate/5.1.5/JanProchazka.dbgate.locale.en-US.yaml index ab01dd7edd14f..54d5eb9975bea 100644 --- a/manifests/j/JanProchazka/dbgate/5.1.5/JanProchazka.dbgate.locale.en-US.yaml +++ b/manifests/j/JanProchazka/dbgate/5.1.5/JanProchazka.dbgate.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: JanProchazka.dbgate PackageVersion: 5.1.5 @@ -7,7 +7,7 @@ PackageLocale: en-US Publisher: Jan Prochazka PublisherUrl: https://github.com/dbgate/dbgate PublisherSupportUrl: https://github.com/dbgate/dbgate/issues -# PrivacyUrl: +# PrivacyUrl: Author: Jan Prochazka PackageName: DbGate PackageUrl: https://github.com/dbgate/dbgate @@ -17,7 +17,7 @@ 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 -# Moniker: +# Moniker: Tags: - database-gui - database-manager @@ -28,11 +28,10 @@ Tags: - sql - sql-server - sqlite -# Agreements: -# ReleaseNotes: +# ReleaseNotes: ReleaseNotesUrl: https://github.com/dbgate/dbgate/releases/tag/v5.1.5 -# PurchaseUrl: -# InstallationNotes: -# Documentations: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanProchazka/dbgate/5.1.5/JanProchazka.dbgate.yaml b/manifests/j/JanProchazka/dbgate/5.1.5/JanProchazka.dbgate.yaml index f029be4c33288..8261ecc33e8d3 100644 --- a/manifests/j/JanProchazka/dbgate/5.1.5/JanProchazka.dbgate.yaml +++ b/manifests/j/JanProchazka/dbgate/5.1.5/JanProchazka.dbgate.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: JanProchazka.dbgate PackageVersion: 5.1.5 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanProchazka/dbgate/5.1.6/JanProchazka.dbgate.installer.yaml b/manifests/j/JanProchazka/dbgate/5.1.6/JanProchazka.dbgate.installer.yaml index 3aafaa1e3e352..673ca7c1c3120 100644 --- a/manifests/j/JanProchazka/dbgate/5.1.6/JanProchazka.dbgate.installer.yaml +++ b/manifests/j/JanProchazka/dbgate/5.1.6/JanProchazka.dbgate.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: JanProchazka.dbgate PackageVersion: 5.1.6 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://github.com/dbgate/dbgate/releases/download/v5.1.6/dbgate-5.1.6-win_x64.exe InstallerSha256: 1E582ECBC838E2BD2B33F6D8104AEA83FF0C2AB6B46E6911FC4BA5476EA9A9E7 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanProchazka/dbgate/5.1.6/JanProchazka.dbgate.locale.en-US.yaml b/manifests/j/JanProchazka/dbgate/5.1.6/JanProchazka.dbgate.locale.en-US.yaml index f44fc5b1cfadc..5c62410b10c05 100644 --- a/manifests/j/JanProchazka/dbgate/5.1.6/JanProchazka.dbgate.locale.en-US.yaml +++ b/manifests/j/JanProchazka/dbgate/5.1.6/JanProchazka.dbgate.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: JanProchazka.dbgate PackageVersion: 5.1.6 @@ -28,11 +28,10 @@ Tags: - sql - sql-server - sqlite -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://github.com/dbgate/dbgate/releases/tag/v5.1.6 # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanProchazka/dbgate/5.1.6/JanProchazka.dbgate.yaml b/manifests/j/JanProchazka/dbgate/5.1.6/JanProchazka.dbgate.yaml index c5f5b7cdc508e..159ba182642b1 100644 --- a/manifests/j/JanProchazka/dbgate/5.1.6/JanProchazka.dbgate.yaml +++ b/manifests/j/JanProchazka/dbgate/5.1.6/JanProchazka.dbgate.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: JanProchazka.dbgate PackageVersion: 5.1.6 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanProchazka/dbgate/5.2.0/JanProchazka.dbgate.installer.yaml b/manifests/j/JanProchazka/dbgate/5.2.0/JanProchazka.dbgate.installer.yaml index 7f448918b21b7..c6224b37228b5 100644 --- a/manifests/j/JanProchazka/dbgate/5.2.0/JanProchazka.dbgate.installer.yaml +++ b/manifests/j/JanProchazka/dbgate/5.2.0/JanProchazka.dbgate.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: JanProchazka.dbgate PackageVersion: 5.2.0 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://github.com/dbgate/dbgate/releases/download/v5.2.0/dbgate-5.2.0-win_x64.exe InstallerSha256: BCBCFE15846D6DA42C809CBF3BEC8BA3F640AB360F2A8123A5DD242557F6A91E ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanProchazka/dbgate/5.2.0/JanProchazka.dbgate.locale.en-US.yaml b/manifests/j/JanProchazka/dbgate/5.2.0/JanProchazka.dbgate.locale.en-US.yaml index b8d06c818b84f..f15957d5c5ef1 100644 --- a/manifests/j/JanProchazka/dbgate/5.2.0/JanProchazka.dbgate.locale.en-US.yaml +++ b/manifests/j/JanProchazka/dbgate/5.2.0/JanProchazka.dbgate.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: JanProchazka.dbgate PackageVersion: 5.2.0 @@ -28,11 +28,10 @@ Tags: - sql - sql-server - sqlite -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://github.com/dbgate/dbgate/releases/tag/v5.2.0 # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanProchazka/dbgate/5.2.0/JanProchazka.dbgate.yaml b/manifests/j/JanProchazka/dbgate/5.2.0/JanProchazka.dbgate.yaml index e6fa626b07507..24aadf9bcdfd4 100644 --- a/manifests/j/JanProchazka/dbgate/5.2.0/JanProchazka.dbgate.yaml +++ b/manifests/j/JanProchazka/dbgate/5.2.0/JanProchazka.dbgate.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: JanProchazka.dbgate PackageVersion: 5.2.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanProchazka/dbgate/5.2.2/JanProchazka.dbgate.installer.yaml b/manifests/j/JanProchazka/dbgate/5.2.2/JanProchazka.dbgate.installer.yaml index 16bcae006eafb..a0d1da20a2fa7 100644 --- a/manifests/j/JanProchazka/dbgate/5.2.2/JanProchazka.dbgate.installer.yaml +++ b/manifests/j/JanProchazka/dbgate/5.2.2/JanProchazka.dbgate.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: JanProchazka.dbgate PackageVersion: 5.2.2 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://github.com/dbgate/dbgate/releases/download/v5.2.2/dbgate-5.2.2-win_x64.exe InstallerSha256: 66B73120673CA44FCCEA433BFA8ABA1B2EFB8246560F07E9EB3069CEEDE34A8D ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanProchazka/dbgate/5.2.2/JanProchazka.dbgate.locale.en-US.yaml b/manifests/j/JanProchazka/dbgate/5.2.2/JanProchazka.dbgate.locale.en-US.yaml index 39c114c3ab55b..6ad09432697eb 100644 --- a/manifests/j/JanProchazka/dbgate/5.2.2/JanProchazka.dbgate.locale.en-US.yaml +++ b/manifests/j/JanProchazka/dbgate/5.2.2/JanProchazka.dbgate.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: JanProchazka.dbgate PackageVersion: 5.2.2 @@ -28,11 +28,10 @@ Tags: - sql - sql-server - sqlite -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://github.com/dbgate/dbgate/releases/tag/v5.2.2 # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanProchazka/dbgate/5.2.2/JanProchazka.dbgate.yaml b/manifests/j/JanProchazka/dbgate/5.2.2/JanProchazka.dbgate.yaml index 963afe8fc7a28..7ee2c087880e2 100644 --- a/manifests/j/JanProchazka/dbgate/5.2.2/JanProchazka.dbgate.yaml +++ b/manifests/j/JanProchazka/dbgate/5.2.2/JanProchazka.dbgate.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: JanProchazka.dbgate PackageVersion: 5.2.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanProchazka/dbgate/5.2.4/JanProchazka.dbgate.installer.yaml b/manifests/j/JanProchazka/dbgate/5.2.4/JanProchazka.dbgate.installer.yaml index 290364c943724..ab3b5f42ecea4 100644 --- a/manifests/j/JanProchazka/dbgate/5.2.4/JanProchazka.dbgate.installer.yaml +++ b/manifests/j/JanProchazka/dbgate/5.2.4/JanProchazka.dbgate.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: JanProchazka.dbgate PackageVersion: 5.2.4 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://github.com/dbgate/dbgate/releases/download/v5.2.4/dbgate-5.2.4-win_x64.exe InstallerSha256: DE706901B8479F10F10EAA18862A0F607DF9ACF3372A595544BCE7D263C9787B ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanProchazka/dbgate/5.2.4/JanProchazka.dbgate.locale.en-US.yaml b/manifests/j/JanProchazka/dbgate/5.2.4/JanProchazka.dbgate.locale.en-US.yaml index 973a2f93f3a2a..ed040512d6bd2 100644 --- a/manifests/j/JanProchazka/dbgate/5.2.4/JanProchazka.dbgate.locale.en-US.yaml +++ b/manifests/j/JanProchazka/dbgate/5.2.4/JanProchazka.dbgate.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: JanProchazka.dbgate PackageVersion: 5.2.4 @@ -28,11 +28,10 @@ Tags: - sql - sql-server - sqlite -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://github.com/dbgate/dbgate/releases/tag/v5.2.4 # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanProchazka/dbgate/5.2.4/JanProchazka.dbgate.yaml b/manifests/j/JanProchazka/dbgate/5.2.4/JanProchazka.dbgate.yaml index e1df0d3c3c846..a212c74b9c0af 100644 --- a/manifests/j/JanProchazka/dbgate/5.2.4/JanProchazka.dbgate.yaml +++ b/manifests/j/JanProchazka/dbgate/5.2.4/JanProchazka.dbgate.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: JanProchazka.dbgate PackageVersion: 5.2.4 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanProchazka/dbgate/5.2.5/JanProchazka.dbgate.installer.yaml b/manifests/j/JanProchazka/dbgate/5.2.5/JanProchazka.dbgate.installer.yaml index 08f2eebd9f243..5065566de0e28 100644 --- a/manifests/j/JanProchazka/dbgate/5.2.5/JanProchazka.dbgate.installer.yaml +++ b/manifests/j/JanProchazka/dbgate/5.2.5/JanProchazka.dbgate.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: JanProchazka.dbgate PackageVersion: 5.2.5 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://github.com/dbgate/dbgate/releases/download/v5.2.5/dbgate-5.2.5-win_x64.exe InstallerSha256: 495CE114E2A6320DD04A5A1DEC24DF0AAF1A1C47AF32D5B6DA11FBB90D798F86 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanProchazka/dbgate/5.2.5/JanProchazka.dbgate.locale.en-US.yaml b/manifests/j/JanProchazka/dbgate/5.2.5/JanProchazka.dbgate.locale.en-US.yaml index 862c94b57155a..1fb90b5d90e28 100644 --- a/manifests/j/JanProchazka/dbgate/5.2.5/JanProchazka.dbgate.locale.en-US.yaml +++ b/manifests/j/JanProchazka/dbgate/5.2.5/JanProchazka.dbgate.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: JanProchazka.dbgate PackageVersion: 5.2.5 @@ -28,11 +28,10 @@ Tags: - sql - sql-server - sqlite -# Agreements: # ReleaseNotes: ReleaseNotesUrl: https://github.com/dbgate/dbgate/releases/tag/v5.2.5 # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanProchazka/dbgate/5.2.5/JanProchazka.dbgate.yaml b/manifests/j/JanProchazka/dbgate/5.2.5/JanProchazka.dbgate.yaml index 3de4e280a128d..84ae415939c6d 100644 --- a/manifests/j/JanProchazka/dbgate/5.2.5/JanProchazka.dbgate.yaml +++ b/manifests/j/JanProchazka/dbgate/5.2.5/JanProchazka.dbgate.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: JanProchazka.dbgate PackageVersion: 5.2.5 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanProchazka/dbgate/5.2.6/JanProchazka.dbgate.installer.yaml b/manifests/j/JanProchazka/dbgate/5.2.6/JanProchazka.dbgate.installer.yaml index cc7e90658c0f9..0ad77df685434 100644 --- a/manifests/j/JanProchazka/dbgate/5.2.6/JanProchazka.dbgate.installer.yaml +++ b/manifests/j/JanProchazka/dbgate/5.2.6/JanProchazka.dbgate.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: JanProchazka.dbgate PackageVersion: 5.2.6 @@ -22,4 +22,4 @@ Installers: InstallerUrl: https://github.com/dbgate/dbgate/releases/download/v5.2.6/dbgate-5.2.6-win_arm64.exe InstallerSha256: F758737DE4B37C9A972CCB04429D875261321CCC1DD6EC3917190D87DD328547 ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanProchazka/dbgate/5.2.6/JanProchazka.dbgate.locale.en-US.yaml b/manifests/j/JanProchazka/dbgate/5.2.6/JanProchazka.dbgate.locale.en-US.yaml index 42cc15b9da6f5..205a7e5f06ba7 100644 --- a/manifests/j/JanProchazka/dbgate/5.2.6/JanProchazka.dbgate.locale.en-US.yaml +++ b/manifests/j/JanProchazka/dbgate/5.2.6/JanProchazka.dbgate.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: JanProchazka.dbgate PackageVersion: 5.2.6 @@ -7,6 +7,7 @@ PackageLocale: en-US Publisher: Jan Prochazka PublisherUrl: https://github.com/dbgate/dbgate PublisherSupportUrl: https://github.com/dbgate/dbgate/issues +# PrivacyUrl: Author: Jan Prochazka PackageName: DbGate PackageUrl: https://github.com/dbgate/dbgate @@ -18,6 +19,7 @@ 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 +# Moniker: Tags: - database-gui - database-manager @@ -35,5 +37,8 @@ ReleaseNotes: |- - FIXED: Missing toolstrip and adds up to 200% zoom to diagram view #524 - FIXED: MongoDB password could contain special characters #560 ReleaseNotesUrl: https://github.com/dbgate/dbgate/releases/tag/v5.2.6 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanProchazka/dbgate/5.2.6/JanProchazka.dbgate.yaml b/manifests/j/JanProchazka/dbgate/5.2.6/JanProchazka.dbgate.yaml index 93e9b6d23d507..450fb227f4dd3 100644 --- a/manifests/j/JanProchazka/dbgate/5.2.6/JanProchazka.dbgate.yaml +++ b/manifests/j/JanProchazka/dbgate/5.2.6/JanProchazka.dbgate.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: JanProchazka.dbgate PackageVersion: 5.2.6 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanProchazka/dbgate/5.2.7/JanProchazka.dbgate.installer.yaml b/manifests/j/JanProchazka/dbgate/5.2.7/JanProchazka.dbgate.installer.yaml index 583d219a6932f..b468fe3263fac 100644 --- a/manifests/j/JanProchazka/dbgate/5.2.7/JanProchazka.dbgate.installer.yaml +++ b/manifests/j/JanProchazka/dbgate/5.2.7/JanProchazka.dbgate.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: JanProchazka.dbgate PackageVersion: 5.2.7 @@ -22,4 +22,4 @@ Installers: InstallerUrl: https://github.com/dbgate/dbgate/releases/download/v5.2.7/dbgate-5.2.7-win_arm64.exe InstallerSha256: 655A0112A6FDEDD593D213CA0C8EEE0FA014FE7C81DCFAEA594531A7176AF49B ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanProchazka/dbgate/5.2.7/JanProchazka.dbgate.locale.en-US.yaml b/manifests/j/JanProchazka/dbgate/5.2.7/JanProchazka.dbgate.locale.en-US.yaml index 9babace5f0117..b804a692ae5e1 100644 --- a/manifests/j/JanProchazka/dbgate/5.2.7/JanProchazka.dbgate.locale.en-US.yaml +++ b/manifests/j/JanProchazka/dbgate/5.2.7/JanProchazka.dbgate.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: JanProchazka.dbgate PackageVersion: 5.2.7 @@ -7,6 +7,7 @@ PackageLocale: en-US Publisher: Jan Prochazka PublisherUrl: https://github.com/dbgate/dbgate PublisherSupportUrl: https://github.com/dbgate/dbgate/issues +# PrivacyUrl: Author: Jan Prochazka PackageName: DbGate PackageUrl: https://github.com/dbgate/dbgate @@ -18,6 +19,7 @@ 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 +# Moniker: Tags: - database-gui - database-manager @@ -38,5 +40,8 @@ ReleaseNotes: |- - FIXED: Fixed showing GPS positions #575 - CHANGED: Improved stability of electron client on Windows and Mac (fewer EPIPE errors) ReleaseNotesUrl: https://github.com/dbgate/dbgate/releases/tag/v5.2.7 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanProchazka/dbgate/5.2.7/JanProchazka.dbgate.yaml b/manifests/j/JanProchazka/dbgate/5.2.7/JanProchazka.dbgate.yaml index 9e63c8067bb7f..79811b97e8765 100644 --- a/manifests/j/JanProchazka/dbgate/5.2.7/JanProchazka.dbgate.yaml +++ b/manifests/j/JanProchazka/dbgate/5.2.7/JanProchazka.dbgate.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: JanProchazka.dbgate PackageVersion: 5.2.7 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanProchazka/dbgate/5.2.8/JanProchazka.dbgate.installer.yaml b/manifests/j/JanProchazka/dbgate/5.2.8/JanProchazka.dbgate.installer.yaml index 7055d77d0b600..f5a1761af02b2 100644 --- a/manifests/j/JanProchazka/dbgate/5.2.8/JanProchazka.dbgate.installer.yaml +++ b/manifests/j/JanProchazka/dbgate/5.2.8/JanProchazka.dbgate.installer.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Updater 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: JanProchazka.dbgate PackageVersion: 5.2.8 @@ -22,4 +22,4 @@ Installers: InstallerUrl: https://github.com/dbgate/dbgate/releases/download/v5.2.8/dbgate-5.2.8-win_arm64.exe InstallerSha256: 8588E54D93C0AB252A29D4541A1AB077BFC561D304CD7CBA8F4A718B2C3B82CF ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanProchazka/dbgate/5.2.8/JanProchazka.dbgate.locale.en-US.yaml b/manifests/j/JanProchazka/dbgate/5.2.8/JanProchazka.dbgate.locale.en-US.yaml index 0a61f2ba814ed..1253a864736fc 100644 --- a/manifests/j/JanProchazka/dbgate/5.2.8/JanProchazka.dbgate.locale.en-US.yaml +++ b/manifests/j/JanProchazka/dbgate/5.2.8/JanProchazka.dbgate.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Updater 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: JanProchazka.dbgate PackageVersion: 5.2.8 @@ -7,6 +7,7 @@ PackageLocale: en-US Publisher: Jan Prochazka PublisherUrl: https://github.com/dbgate/dbgate PublisherSupportUrl: https://github.com/dbgate/dbgate/issues +# PrivacyUrl: Author: Jan Prochazka PackageName: DbGate PackageUrl: https://github.com/dbgate/dbgate @@ -18,6 +19,7 @@ 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 +# Moniker: Tags: - database-gui - database-manager @@ -49,5 +51,8 @@ ReleaseNotes: |- - ADDED: Button for discard/reset changes (#759) - FIXED: Don't show error dialog when subprocess fails, as DbGate handles this correctly (#751, #746, #542, #272) ReleaseNotesUrl: https://github.com/dbgate/dbgate/releases/tag/v5.2.8 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanProchazka/dbgate/5.2.8/JanProchazka.dbgate.yaml b/manifests/j/JanProchazka/dbgate/5.2.8/JanProchazka.dbgate.yaml index 5a0f3ed2afe29..9ee0b3fe1deab 100644 --- a/manifests/j/JanProchazka/dbgate/5.2.8/JanProchazka.dbgate.yaml +++ b/manifests/j/JanProchazka/dbgate/5.2.8/JanProchazka.dbgate.yaml @@ -1,8 +1,8 @@ -# Created with WinGet Updater 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: JanProchazka.dbgate PackageVersion: 5.2.8 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanProchazka/dbgate/5.2.9/JanProchazka.dbgate.installer.yaml b/manifests/j/JanProchazka/dbgate/5.2.9/JanProchazka.dbgate.installer.yaml index 78c02c2cf3cff..9b390684f9eb7 100644 --- a/manifests/j/JanProchazka/dbgate/5.2.9/JanProchazka.dbgate.installer.yaml +++ b/manifests/j/JanProchazka/dbgate/5.2.9/JanProchazka.dbgate.installer.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Updater 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: JanProchazka.dbgate PackageVersion: 5.2.9 @@ -22,4 +22,4 @@ Installers: InstallerUrl: https://github.com/dbgate/dbgate/releases/download/v5.2.9/dbgate-5.2.9-win_arm64.exe InstallerSha256: 61154451468BA46411B9794C08FA8366D91713C252383D17DF698B7C85176278 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanProchazka/dbgate/5.2.9/JanProchazka.dbgate.locale.en-US.yaml b/manifests/j/JanProchazka/dbgate/5.2.9/JanProchazka.dbgate.locale.en-US.yaml index dbe8ef2aef63d..98cf7e35a9ddc 100644 --- a/manifests/j/JanProchazka/dbgate/5.2.9/JanProchazka.dbgate.locale.en-US.yaml +++ b/manifests/j/JanProchazka/dbgate/5.2.9/JanProchazka.dbgate.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Updater 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: JanProchazka.dbgate PackageVersion: 5.2.9 @@ -7,6 +7,7 @@ PackageLocale: en-US Publisher: Jan Prochazka PublisherUrl: https://github.com/dbgate/dbgate PublisherSupportUrl: https://github.com/dbgate/dbgate/issues +# PrivacyUrl: Author: Jan Prochazka PackageName: DbGate PackageUrl: https://github.com/dbgate/dbgate @@ -18,6 +19,7 @@ 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 +# Moniker: Tags: - database-gui - database-manager @@ -36,5 +38,8 @@ ReleaseNotes: |- - ADDED: option to disable autoupgrades (with --disable-auto-upgrade) - ADDED: Send error context to github gist ReleaseNotesUrl: https://github.com/dbgate/dbgate/releases/tag/v5.2.9 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanProchazka/dbgate/5.2.9/JanProchazka.dbgate.yaml b/manifests/j/JanProchazka/dbgate/5.2.9/JanProchazka.dbgate.yaml index 064d4eefd0be0..afd7dc73b5ae1 100644 --- a/manifests/j/JanProchazka/dbgate/5.2.9/JanProchazka.dbgate.yaml +++ b/manifests/j/JanProchazka/dbgate/5.2.9/JanProchazka.dbgate.yaml @@ -1,8 +1,8 @@ -# Created with WinGet Updater 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: JanProchazka.dbgate PackageVersion: 5.2.9 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanProchazka/dbgate/5.3.0/JanProchazka.dbgate.installer.yaml b/manifests/j/JanProchazka/dbgate/5.3.0/JanProchazka.dbgate.installer.yaml index 119db1c10c8f5..e983758601ffc 100644 --- a/manifests/j/JanProchazka/dbgate/5.3.0/JanProchazka.dbgate.installer.yaml +++ b/manifests/j/JanProchazka/dbgate/5.3.0/JanProchazka.dbgate.installer.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Updater 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: JanProchazka.dbgate PackageVersion: 5.3.0 @@ -22,4 +22,4 @@ Installers: InstallerUrl: https://github.com/dbgate/dbgate/releases/download/v5.3.0/dbgate-5.3.0-win_arm64.exe InstallerSha256: C7BAA7CD700C4009F002FBA7EEDB8BDCC8E7C1E702E18E4C72B40FEFC53517CF ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanProchazka/dbgate/5.3.0/JanProchazka.dbgate.locale.en-US.yaml b/manifests/j/JanProchazka/dbgate/5.3.0/JanProchazka.dbgate.locale.en-US.yaml index 2c47d3440d582..7f198471f2b00 100644 --- a/manifests/j/JanProchazka/dbgate/5.3.0/JanProchazka.dbgate.locale.en-US.yaml +++ b/manifests/j/JanProchazka/dbgate/5.3.0/JanProchazka.dbgate.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Updater 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: JanProchazka.dbgate PackageVersion: 5.3.0 @@ -7,6 +7,7 @@ PackageLocale: en-US Publisher: Jan Prochazka PublisherUrl: https://github.com/dbgate/dbgate PublisherSupportUrl: https://github.com/dbgate/dbgate/issues +# PrivacyUrl: Author: Jan Prochazka PackageName: DbGate PackageUrl: https://github.com/dbgate/dbgate @@ -18,6 +19,7 @@ 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 +# Moniker: Tags: - database-gui - database-manager @@ -36,5 +38,8 @@ ReleaseNotes: |- - FIXED: MongoDB query without columns #811 - ADDED: Switch connection for opened file #814 ReleaseNotesUrl: https://github.com/dbgate/dbgate/releases/tag/v5.3.0 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanProchazka/dbgate/5.3.0/JanProchazka.dbgate.yaml b/manifests/j/JanProchazka/dbgate/5.3.0/JanProchazka.dbgate.yaml index e8850e46f05d8..a11d126f4d401 100644 --- a/manifests/j/JanProchazka/dbgate/5.3.0/JanProchazka.dbgate.yaml +++ b/manifests/j/JanProchazka/dbgate/5.3.0/JanProchazka.dbgate.yaml @@ -1,8 +1,8 @@ -# Created with WinGet Updater 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: JanProchazka.dbgate PackageVersion: 5.3.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanProchazka/dbgate/5.3.1/JanProchazka.dbgate.installer.yaml b/manifests/j/JanProchazka/dbgate/5.3.1/JanProchazka.dbgate.installer.yaml index 213194b49d106..f1cbd86ad4d97 100644 --- a/manifests/j/JanProchazka/dbgate/5.3.1/JanProchazka.dbgate.installer.yaml +++ b/manifests/j/JanProchazka/dbgate/5.3.1/JanProchazka.dbgate.installer.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Updater using 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: JanProchazka.dbgate PackageVersion: 5.3.1 @@ -22,4 +22,4 @@ Installers: InstallerUrl: https://github.com/dbgate/dbgate/releases/download/v5.3.1/dbgate-5.3.1-win_arm64.exe InstallerSha256: D6A6698397C1AD0C3AA0244E166AE073F8A27F3A5EA75419AB40C8675DC47723 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanProchazka/dbgate/5.3.1/JanProchazka.dbgate.locale.en-US.yaml b/manifests/j/JanProchazka/dbgate/5.3.1/JanProchazka.dbgate.locale.en-US.yaml index ae9a981751e94..b9a52a84929ac 100644 --- a/manifests/j/JanProchazka/dbgate/5.3.1/JanProchazka.dbgate.locale.en-US.yaml +++ b/manifests/j/JanProchazka/dbgate/5.3.1/JanProchazka.dbgate.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Updater using 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: JanProchazka.dbgate PackageVersion: 5.3.1 @@ -7,6 +7,7 @@ PackageLocale: en-US Publisher: Jan Prochazka PublisherUrl: https://github.com/dbgate/dbgate PublisherSupportUrl: https://github.com/dbgate/dbgate/issues +# PrivacyUrl: Author: Jan Prochazka PackageName: DbGate PackageUrl: https://github.com/dbgate/dbgate @@ -18,6 +19,7 @@ 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 +# Moniker: Tags: - database-gui - database-manager @@ -34,5 +36,8 @@ ReleaseNotes: |- - FIXED: Cannot read properties of undefined (reading 'length') on Tables #824 - FIXED: Redshift doesn't show tables when connected #816 ReleaseNotesUrl: https://github.com/dbgate/dbgate/releases/tag/v5.3.1 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanProchazka/dbgate/5.3.1/JanProchazka.dbgate.yaml b/manifests/j/JanProchazka/dbgate/5.3.1/JanProchazka.dbgate.yaml index e3913b96f8a40..96254cec8061b 100644 --- a/manifests/j/JanProchazka/dbgate/5.3.1/JanProchazka.dbgate.yaml +++ b/manifests/j/JanProchazka/dbgate/5.3.1/JanProchazka.dbgate.yaml @@ -1,8 +1,8 @@ -# Created with WinGet Updater using 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: JanProchazka.dbgate PackageVersion: 5.3.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanProchazka/dbgate/5.3.3/JanProchazka.dbgate.installer.yaml b/manifests/j/JanProchazka/dbgate/5.3.3/JanProchazka.dbgate.installer.yaml index e04e84f3194cc..2400b199af029 100644 --- a/manifests/j/JanProchazka/dbgate/5.3.3/JanProchazka.dbgate.installer.yaml +++ b/manifests/j/JanProchazka/dbgate/5.3.3/JanProchazka.dbgate.installer.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Updater 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: JanProchazka.dbgate PackageVersion: 5.3.3 @@ -22,4 +22,4 @@ Installers: InstallerUrl: https://github.com/dbgate/dbgate/releases/download/v5.3.3/dbgate-5.3.3-win_arm64.exe InstallerSha256: 474C8806AF47BFEEB21997C2709BCDC861B4F3DC67EA9F41F143E7801314E227 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanProchazka/dbgate/5.3.3/JanProchazka.dbgate.locale.en-US.yaml b/manifests/j/JanProchazka/dbgate/5.3.3/JanProchazka.dbgate.locale.en-US.yaml index f01e09bf4d86b..7244a8212cbe6 100644 --- a/manifests/j/JanProchazka/dbgate/5.3.3/JanProchazka.dbgate.locale.en-US.yaml +++ b/manifests/j/JanProchazka/dbgate/5.3.3/JanProchazka.dbgate.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Updater 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: JanProchazka.dbgate PackageVersion: 5.3.3 @@ -7,6 +7,7 @@ PackageLocale: en-US Publisher: Jan Prochazka PublisherUrl: https://github.com/dbgate/dbgate PublisherSupportUrl: https://github.com/dbgate/dbgate/issues +# PrivacyUrl: Author: Jan Prochazka PackageName: DbGate PackageUrl: https://github.com/dbgate/dbgate @@ -18,6 +19,7 @@ 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 +# Moniker: Tags: - database-gui - database-manager @@ -35,5 +37,8 @@ ReleaseNotes: |- - FIXED: When in splitview mode and Clicking "Refresh" button on the right side, will refresh the left side, and not the right side #810 - FIXED: Cannot filter by uuid field in psql #538 ReleaseNotesUrl: https://github.com/dbgate/dbgate/releases/tag/v5.3.3 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanProchazka/dbgate/5.3.3/JanProchazka.dbgate.yaml b/manifests/j/JanProchazka/dbgate/5.3.3/JanProchazka.dbgate.yaml index e397807bf44c9..f07e62adacaab 100644 --- a/manifests/j/JanProchazka/dbgate/5.3.3/JanProchazka.dbgate.yaml +++ b/manifests/j/JanProchazka/dbgate/5.3.3/JanProchazka.dbgate.yaml @@ -1,8 +1,8 @@ -# Created with WinGet Updater 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: JanProchazka.dbgate PackageVersion: 5.3.3 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanProchazka/dbgate/5.3.4/JanProchazka.dbgate.installer.yaml b/manifests/j/JanProchazka/dbgate/5.3.4/JanProchazka.dbgate.installer.yaml index 9559a293a935b..743d73421c2a4 100644 --- a/manifests/j/JanProchazka/dbgate/5.3.4/JanProchazka.dbgate.installer.yaml +++ b/manifests/j/JanProchazka/dbgate/5.3.4/JanProchazka.dbgate.installer.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Updater 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: JanProchazka.dbgate PackageVersion: 5.3.4 @@ -22,4 +22,4 @@ Installers: InstallerUrl: https://github.com/dbgate/dbgate/releases/download/v5.3.4/dbgate-5.3.4-win_arm64.exe InstallerSha256: BA21147F26DB7A475FD281935F40F4B28460021F270A2DA7C2B2EF48B97CCB16 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanProchazka/dbgate/5.3.4/JanProchazka.dbgate.locale.en-US.yaml b/manifests/j/JanProchazka/dbgate/5.3.4/JanProchazka.dbgate.locale.en-US.yaml index 852b7c558e868..450942a194b16 100644 --- a/manifests/j/JanProchazka/dbgate/5.3.4/JanProchazka.dbgate.locale.en-US.yaml +++ b/manifests/j/JanProchazka/dbgate/5.3.4/JanProchazka.dbgate.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Updater 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: JanProchazka.dbgate PackageVersion: 5.3.4 @@ -7,6 +7,7 @@ PackageLocale: en-US Publisher: Jan Prochazka PublisherUrl: https://github.com/dbgate/dbgate PublisherSupportUrl: https://github.com/dbgate/dbgate/issues +# PrivacyUrl: Author: Jan Prochazka PackageName: DbGate PackageUrl: https://github.com/dbgate/dbgate @@ -18,6 +19,7 @@ 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 +# Moniker: Tags: - database-gui - database-manager @@ -32,5 +34,8 @@ ReleaseNotes: |- FIXED: On blank system does not start (window does not appear) #862 FIXED: Missing Execute, Export bar #861 ReleaseNotesUrl: https://github.com/dbgate/dbgate/releases/tag/v5.3.4 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanProchazka/dbgate/5.3.4/JanProchazka.dbgate.yaml b/manifests/j/JanProchazka/dbgate/5.3.4/JanProchazka.dbgate.yaml index e759045dbc5f4..754ba466e5cc2 100644 --- a/manifests/j/JanProchazka/dbgate/5.3.4/JanProchazka.dbgate.yaml +++ b/manifests/j/JanProchazka/dbgate/5.3.4/JanProchazka.dbgate.yaml @@ -1,8 +1,8 @@ -# Created with WinGet Updater 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: JanProchazka.dbgate PackageVersion: 5.3.4 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanProchazka/dbgate/5.4.0/JanProchazka.dbgate.installer.yaml b/manifests/j/JanProchazka/dbgate/5.4.0/JanProchazka.dbgate.installer.yaml index de6a2a01bbd5f..84b1311c0dcbd 100644 --- a/manifests/j/JanProchazka/dbgate/5.4.0/JanProchazka.dbgate.installer.yaml +++ b/manifests/j/JanProchazka/dbgate/5.4.0/JanProchazka.dbgate.installer.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Updater 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: JanProchazka.dbgate PackageVersion: 5.4.0 @@ -22,4 +22,4 @@ Installers: InstallerUrl: https://github.com/dbgate/dbgate/releases/download/v5.4.0/dbgate-5.4.0-win_arm64.exe InstallerSha256: C115FD2C677F2FAAC2F41044158881C30B25838DAB2D9E818ACEF31CB994711F ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanProchazka/dbgate/5.4.0/JanProchazka.dbgate.locale.en-US.yaml b/manifests/j/JanProchazka/dbgate/5.4.0/JanProchazka.dbgate.locale.en-US.yaml index b38c64dddf0c7..54fd52cca556c 100644 --- a/manifests/j/JanProchazka/dbgate/5.4.0/JanProchazka.dbgate.locale.en-US.yaml +++ b/manifests/j/JanProchazka/dbgate/5.4.0/JanProchazka.dbgate.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Updater 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: JanProchazka.dbgate PackageVersion: 5.4.0 @@ -7,6 +7,7 @@ PackageLocale: en-US Publisher: Jan Prochazka PublisherUrl: https://github.com/dbgate/dbgate PublisherSupportUrl: https://github.com/dbgate/dbgate/issues +# PrivacyUrl: Author: Jan Prochazka PackageName: DbGate PackageUrl: https://github.com/dbgate/dbgate @@ -18,6 +19,7 @@ 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 +# Moniker: Tags: - database-gui - database-manager @@ -28,6 +30,10 @@ Tags: - sql - sql-server - sqlite +# ReleaseNotes: ReleaseNotesUrl: https://github.com/dbgate/dbgate/releases/tag/v5.4.0 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanProchazka/dbgate/5.4.0/JanProchazka.dbgate.yaml b/manifests/j/JanProchazka/dbgate/5.4.0/JanProchazka.dbgate.yaml index 14c0ebbcc458e..c74878f46cbfd 100644 --- a/manifests/j/JanProchazka/dbgate/5.4.0/JanProchazka.dbgate.yaml +++ b/manifests/j/JanProchazka/dbgate/5.4.0/JanProchazka.dbgate.yaml @@ -1,8 +1,8 @@ -# Created with WinGet Updater 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: JanProchazka.dbgate PackageVersion: 5.4.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanProchazka/dbgate/5.4.1/JanProchazka.dbgate.installer.yaml b/manifests/j/JanProchazka/dbgate/5.4.1/JanProchazka.dbgate.installer.yaml index 2bc2833fe4ffc..b976cdc8ea861 100644 --- a/manifests/j/JanProchazka/dbgate/5.4.1/JanProchazka.dbgate.installer.yaml +++ b/manifests/j/JanProchazka/dbgate/5.4.1/JanProchazka.dbgate.installer.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Updater 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: JanProchazka.dbgate PackageVersion: 5.4.1 @@ -22,4 +22,4 @@ Installers: InstallerUrl: https://github.com/dbgate/dbgate/releases/download/v5.4.1/dbgate-5.4.1-win_arm64.exe InstallerSha256: 5CFB4E604F08CB08944EE365CAD8FA9A2D43F026D92E6073AF2F9CFBFBAAC88C ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanProchazka/dbgate/5.4.1/JanProchazka.dbgate.locale.en-US.yaml b/manifests/j/JanProchazka/dbgate/5.4.1/JanProchazka.dbgate.locale.en-US.yaml index 94d09f5e7ca30..d0ccca388e59d 100644 --- a/manifests/j/JanProchazka/dbgate/5.4.1/JanProchazka.dbgate.locale.en-US.yaml +++ b/manifests/j/JanProchazka/dbgate/5.4.1/JanProchazka.dbgate.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Updater 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: JanProchazka.dbgate PackageVersion: 5.4.1 @@ -7,6 +7,7 @@ PackageLocale: en-US Publisher: Jan Prochazka PublisherUrl: https://github.com/dbgate/dbgate PublisherSupportUrl: https://github.com/dbgate/dbgate/issues +# PrivacyUrl: Author: Jan Prochazka PackageName: DbGate PackageUrl: https://github.com/dbgate/dbgate @@ -18,6 +19,7 @@ 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 +# Moniker: Tags: - database-gui - database-manager @@ -28,6 +30,10 @@ Tags: - sql - sql-server - sqlite +# ReleaseNotes: ReleaseNotesUrl: https://github.com/dbgate/dbgate/releases/tag/v5.4.1 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanProchazka/dbgate/5.4.1/JanProchazka.dbgate.yaml b/manifests/j/JanProchazka/dbgate/5.4.1/JanProchazka.dbgate.yaml index 56a3bcd9d3365..a431b53200a21 100644 --- a/manifests/j/JanProchazka/dbgate/5.4.1/JanProchazka.dbgate.yaml +++ b/manifests/j/JanProchazka/dbgate/5.4.1/JanProchazka.dbgate.yaml @@ -1,8 +1,8 @@ -# Created with WinGet Updater 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: JanProchazka.dbgate PackageVersion: 5.4.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanProchazka/dbgate/5.4.3/JanProchazka.dbgate.installer.yaml b/manifests/j/JanProchazka/dbgate/5.4.3/JanProchazka.dbgate.installer.yaml index 9c352abd7040c..e97403e310743 100644 --- a/manifests/j/JanProchazka/dbgate/5.4.3/JanProchazka.dbgate.installer.yaml +++ b/manifests/j/JanProchazka/dbgate/5.4.3/JanProchazka.dbgate.installer.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Updater 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: JanProchazka.dbgate PackageVersion: 5.4.3 @@ -22,4 +22,4 @@ Installers: InstallerUrl: https://github.com/dbgate/dbgate/releases/download/v5.4.3/dbgate-5.4.3-win_arm64.exe InstallerSha256: 8FA03B9DFC29F0A35117E7B9FD1CC5B3552479565F1A79ED3A27FCABF440043D ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanProchazka/dbgate/5.4.3/JanProchazka.dbgate.locale.en-US.yaml b/manifests/j/JanProchazka/dbgate/5.4.3/JanProchazka.dbgate.locale.en-US.yaml index b22f03526635d..c5c3c60581e8d 100644 --- a/manifests/j/JanProchazka/dbgate/5.4.3/JanProchazka.dbgate.locale.en-US.yaml +++ b/manifests/j/JanProchazka/dbgate/5.4.3/JanProchazka.dbgate.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Updater 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: JanProchazka.dbgate PackageVersion: 5.4.3 @@ -7,6 +7,7 @@ PackageLocale: en-US Publisher: Jan Prochazka PublisherUrl: https://github.com/dbgate/dbgate PublisherSupportUrl: https://github.com/dbgate/dbgate/issues +# PrivacyUrl: Author: Jan Prochazka PackageName: DbGate PackageUrl: https://github.com/dbgate/dbgate @@ -18,6 +19,7 @@ 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 +# Moniker: Tags: - database-gui - database-manager @@ -28,6 +30,10 @@ Tags: - sql - sql-server - sqlite +# ReleaseNotes: ReleaseNotesUrl: https://github.com/dbgate/dbgate/releases/tag/v5.4.3 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanProchazka/dbgate/5.4.3/JanProchazka.dbgate.yaml b/manifests/j/JanProchazka/dbgate/5.4.3/JanProchazka.dbgate.yaml index 01b17df20ce67..c816d4473696a 100644 --- a/manifests/j/JanProchazka/dbgate/5.4.3/JanProchazka.dbgate.yaml +++ b/manifests/j/JanProchazka/dbgate/5.4.3/JanProchazka.dbgate.yaml @@ -1,8 +1,8 @@ -# Created with WinGet Updater 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: JanProchazka.dbgate PackageVersion: 5.4.3 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanProchazka/dbgate/5.4.4/JanProchazka.dbgate.installer.yaml b/manifests/j/JanProchazka/dbgate/5.4.4/JanProchazka.dbgate.installer.yaml index 4c845539f7253..d8ab05c036cc7 100644 --- a/manifests/j/JanProchazka/dbgate/5.4.4/JanProchazka.dbgate.installer.yaml +++ b/manifests/j/JanProchazka/dbgate/5.4.4/JanProchazka.dbgate.installer.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Updater 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: JanProchazka.dbgate PackageVersion: 5.4.4 @@ -22,4 +22,4 @@ Installers: InstallerUrl: https://github.com/dbgate/dbgate/releases/download/v5.4.4/dbgate-5.4.4-win_arm64.exe InstallerSha256: 6B00A4847F853713DEB4A76EFF12DBF5960174284C52DCBF19661FC7BA04F750 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanProchazka/dbgate/5.4.4/JanProchazka.dbgate.locale.en-US.yaml b/manifests/j/JanProchazka/dbgate/5.4.4/JanProchazka.dbgate.locale.en-US.yaml index c851da7130176..c516af40c5818 100644 --- a/manifests/j/JanProchazka/dbgate/5.4.4/JanProchazka.dbgate.locale.en-US.yaml +++ b/manifests/j/JanProchazka/dbgate/5.4.4/JanProchazka.dbgate.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Updater 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: JanProchazka.dbgate PackageVersion: 5.4.4 @@ -7,6 +7,7 @@ PackageLocale: en-US Publisher: Jan Prochazka PublisherUrl: https://github.com/dbgate/dbgate PublisherSupportUrl: https://github.com/dbgate/dbgate/issues +# PrivacyUrl: Author: Jan Prochazka PackageName: DbGate PackageUrl: https://github.com/dbgate/dbgate @@ -18,6 +19,7 @@ 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 +# Moniker: Tags: - database-gui - database-manager @@ -36,5 +38,8 @@ ReleaseNotes: |- - FIXED: Fixed autoupgrade channel for premium edition - FIXED: Fixes following issues: #886, #865, #782, #375 ReleaseNotesUrl: https://github.com/dbgate/dbgate/releases/tag/v5.4.4 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanProchazka/dbgate/5.4.4/JanProchazka.dbgate.yaml b/manifests/j/JanProchazka/dbgate/5.4.4/JanProchazka.dbgate.yaml index 52801d5e5b7ef..ed2aaed325e90 100644 --- a/manifests/j/JanProchazka/dbgate/5.4.4/JanProchazka.dbgate.yaml +++ b/manifests/j/JanProchazka/dbgate/5.4.4/JanProchazka.dbgate.yaml @@ -1,8 +1,8 @@ -# Created with WinGet Updater 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: JanProchazka.dbgate PackageVersion: 5.4.4 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanProchazka/dbgate/5.5.1/JanProchazka.dbgate.installer.yaml b/manifests/j/JanProchazka/dbgate/5.5.1/JanProchazka.dbgate.installer.yaml index 67df0b1b2b3d3..52e5d26697bea 100644 --- a/manifests/j/JanProchazka/dbgate/5.5.1/JanProchazka.dbgate.installer.yaml +++ b/manifests/j/JanProchazka/dbgate/5.5.1/JanProchazka.dbgate.installer.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Updater 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: JanProchazka.dbgate PackageVersion: 5.5.1 @@ -22,4 +22,4 @@ Installers: InstallerUrl: https://github.com/dbgate/dbgate/releases/download/v5.5.1/dbgate-5.5.1-win_arm64.exe InstallerSha256: 76E32604115CE9F48183A499BBF15B256820B3B0B76EF0B8927A9EAD4429934A ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanProchazka/dbgate/5.5.1/JanProchazka.dbgate.locale.en-US.yaml b/manifests/j/JanProchazka/dbgate/5.5.1/JanProchazka.dbgate.locale.en-US.yaml index 1be71cc2afb9c..93bd4dd85e14c 100644 --- a/manifests/j/JanProchazka/dbgate/5.5.1/JanProchazka.dbgate.locale.en-US.yaml +++ b/manifests/j/JanProchazka/dbgate/5.5.1/JanProchazka.dbgate.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Updater 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: JanProchazka.dbgate PackageVersion: 5.5.1 @@ -7,6 +7,7 @@ PackageLocale: en-US Publisher: Jan Prochazka PublisherUrl: https://github.com/dbgate/dbgate PublisherSupportUrl: https://github.com/dbgate/dbgate/issues +# PrivacyUrl: Author: Jan Prochazka PackageName: DbGate PackageUrl: https://github.com/dbgate/dbgate @@ -18,6 +19,7 @@ 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 +# Moniker: Tags: - database-gui - database-manager @@ -55,5 +57,8 @@ ReleaseNotes: |- - FIXED: multiple shortcuts handling #898 - ADDED: (Premium) MS Entra authentization for Azure SQL databases ReleaseNotesUrl: https://github.com/dbgate/dbgate/releases/tag/v5.5.1 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanProchazka/dbgate/5.5.1/JanProchazka.dbgate.yaml b/manifests/j/JanProchazka/dbgate/5.5.1/JanProchazka.dbgate.yaml index 4ec7262667f99..eabf695e4fc03 100644 --- a/manifests/j/JanProchazka/dbgate/5.5.1/JanProchazka.dbgate.yaml +++ b/manifests/j/JanProchazka/dbgate/5.5.1/JanProchazka.dbgate.yaml @@ -1,8 +1,8 @@ -# Created with WinGet Updater 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: JanProchazka.dbgate PackageVersion: 5.5.1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanProchazka/dbgate/5.5.2/JanProchazka.dbgate.installer.yaml b/manifests/j/JanProchazka/dbgate/5.5.2/JanProchazka.dbgate.installer.yaml index 7dd8d53f4b8b7..989f83d214598 100644 --- a/manifests/j/JanProchazka/dbgate/5.5.2/JanProchazka.dbgate.installer.yaml +++ b/manifests/j/JanProchazka/dbgate/5.5.2/JanProchazka.dbgate.installer.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Updater 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: JanProchazka.dbgate PackageVersion: 5.5.2 @@ -22,4 +22,4 @@ Installers: InstallerUrl: https://github.com/dbgate/dbgate/releases/download/v5.5.2/dbgate-5.5.2-win_arm64.exe InstallerSha256: B4ECE3C87B13C5E8174D0AEEA02B6B7CE7F3DE965F2064BD9B7611C561673E67 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanProchazka/dbgate/5.5.2/JanProchazka.dbgate.locale.en-US.yaml b/manifests/j/JanProchazka/dbgate/5.5.2/JanProchazka.dbgate.locale.en-US.yaml index 44d1b896948e8..d7a5491bea6a5 100644 --- a/manifests/j/JanProchazka/dbgate/5.5.2/JanProchazka.dbgate.locale.en-US.yaml +++ b/manifests/j/JanProchazka/dbgate/5.5.2/JanProchazka.dbgate.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Updater 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: JanProchazka.dbgate PackageVersion: 5.5.2 @@ -7,6 +7,7 @@ PackageLocale: en-US Publisher: Jan Prochazka PublisherUrl: https://github.com/dbgate/dbgate PublisherSupportUrl: https://github.com/dbgate/dbgate/issues +# PrivacyUrl: Author: Jan Prochazka PackageName: DbGate PackageUrl: https://github.com/dbgate/dbgate @@ -18,6 +19,7 @@ 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 +# Moniker: Tags: - database-gui - database-manager @@ -32,5 +34,8 @@ ReleaseNotes: |- Hotfix release, fixed regression from 5.5.0 - FIXED: MySQL, PostgreSQL readonly conections #900 ReleaseNotesUrl: https://github.com/dbgate/dbgate/releases/tag/v5.5.2 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanProchazka/dbgate/5.5.2/JanProchazka.dbgate.yaml b/manifests/j/JanProchazka/dbgate/5.5.2/JanProchazka.dbgate.yaml index 8d173fdfd4d0e..cc9eab3eed15d 100644 --- a/manifests/j/JanProchazka/dbgate/5.5.2/JanProchazka.dbgate.yaml +++ b/manifests/j/JanProchazka/dbgate/5.5.2/JanProchazka.dbgate.yaml @@ -1,8 +1,8 @@ -# Created with WinGet Updater 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: JanProchazka.dbgate PackageVersion: 5.5.2 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanProchazka/dbgate/5.5.3/JanProchazka.dbgate.installer.yaml b/manifests/j/JanProchazka/dbgate/5.5.3/JanProchazka.dbgate.installer.yaml index 9275624933446..4200b54853b67 100644 --- a/manifests/j/JanProchazka/dbgate/5.5.3/JanProchazka.dbgate.installer.yaml +++ b/manifests/j/JanProchazka/dbgate/5.5.3/JanProchazka.dbgate.installer.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Updater 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: JanProchazka.dbgate PackageVersion: 5.5.3 @@ -22,4 +22,4 @@ Installers: InstallerUrl: https://github.com/dbgate/dbgate/releases/download/v5.5.3/dbgate-5.5.3-win_arm64.exe InstallerSha256: 6FA849C7B98E6532492C954853DC9EE43D4510206CAEF39CCABEA304FE344F49 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanProchazka/dbgate/5.5.3/JanProchazka.dbgate.locale.en-US.yaml b/manifests/j/JanProchazka/dbgate/5.5.3/JanProchazka.dbgate.locale.en-US.yaml index 5c4007163dd2d..2e3f8b4793c5e 100644 --- a/manifests/j/JanProchazka/dbgate/5.5.3/JanProchazka.dbgate.locale.en-US.yaml +++ b/manifests/j/JanProchazka/dbgate/5.5.3/JanProchazka.dbgate.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Updater 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: JanProchazka.dbgate PackageVersion: 5.5.3 @@ -7,6 +7,7 @@ PackageLocale: en-US Publisher: Jan Prochazka PublisherUrl: https://github.com/dbgate/dbgate PublisherSupportUrl: https://github.com/dbgate/dbgate/issues +# PrivacyUrl: Author: Jan Prochazka PackageName: DbGate PackageUrl: https://github.com/dbgate/dbgate @@ -18,6 +19,7 @@ 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 +# Moniker: Tags: - database-gui - database-manager @@ -28,6 +30,10 @@ Tags: - sql - sql-server - sqlite +# ReleaseNotes: ReleaseNotesUrl: https://github.com/dbgate/dbgate/releases/tag/v5.5.3 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanProchazka/dbgate/5.5.3/JanProchazka.dbgate.yaml b/manifests/j/JanProchazka/dbgate/5.5.3/JanProchazka.dbgate.yaml index d3aef5d10df63..4e697fc193bcd 100644 --- a/manifests/j/JanProchazka/dbgate/5.5.3/JanProchazka.dbgate.yaml +++ b/manifests/j/JanProchazka/dbgate/5.5.3/JanProchazka.dbgate.yaml @@ -1,8 +1,8 @@ -# Created with WinGet Updater 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: JanProchazka.dbgate PackageVersion: 5.5.3 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanProchazka/dbgate/5.5.4/JanProchazka.dbgate.installer.yaml b/manifests/j/JanProchazka/dbgate/5.5.4/JanProchazka.dbgate.installer.yaml index fcb73eef7d3cc..cfe34a0ab4b7a 100644 --- a/manifests/j/JanProchazka/dbgate/5.5.4/JanProchazka.dbgate.installer.yaml +++ b/manifests/j/JanProchazka/dbgate/5.5.4/JanProchazka.dbgate.installer.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Updater 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: JanProchazka.dbgate PackageVersion: 5.5.4 @@ -22,4 +22,4 @@ Installers: InstallerUrl: https://github.com/dbgate/dbgate/releases/download/v5.5.4/dbgate-5.5.4-win_arm64.exe InstallerSha256: ED75E97496B0354140CE4C9E414E22F1B6E5545FF4F06C1898D6147201BB17A3 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanProchazka/dbgate/5.5.4/JanProchazka.dbgate.locale.en-US.yaml b/manifests/j/JanProchazka/dbgate/5.5.4/JanProchazka.dbgate.locale.en-US.yaml index a432232504abf..2eed78b1e87c4 100644 --- a/manifests/j/JanProchazka/dbgate/5.5.4/JanProchazka.dbgate.locale.en-US.yaml +++ b/manifests/j/JanProchazka/dbgate/5.5.4/JanProchazka.dbgate.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Updater 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: JanProchazka.dbgate PackageVersion: 5.5.4 @@ -7,6 +7,7 @@ PackageLocale: en-US Publisher: Jan Prochazka PublisherUrl: https://github.com/dbgate/dbgate PublisherSupportUrl: https://github.com/dbgate/dbgate/issues +# PrivacyUrl: Author: Jan Prochazka PackageName: DbGate PackageUrl: https://github.com/dbgate/dbgate @@ -18,6 +19,7 @@ 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 +# Moniker: Tags: - database-gui - database-manager @@ -39,5 +41,8 @@ ReleaseNotes: |- - FIXED: Crash when displaying specific data values from MongoDB #908 - ADDED: (Premium) Show purchase button after trial license is expired ReleaseNotesUrl: https://github.com/dbgate/dbgate/releases/tag/v5.5.4 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanProchazka/dbgate/5.5.4/JanProchazka.dbgate.yaml b/manifests/j/JanProchazka/dbgate/5.5.4/JanProchazka.dbgate.yaml index dc3a159437c2b..4aa7663136307 100644 --- a/manifests/j/JanProchazka/dbgate/5.5.4/JanProchazka.dbgate.yaml +++ b/manifests/j/JanProchazka/dbgate/5.5.4/JanProchazka.dbgate.yaml @@ -1,8 +1,8 @@ -# Created with WinGet Updater 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: JanProchazka.dbgate PackageVersion: 5.5.4 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanProchazka/dbgate/5.5.5/JanProchazka.dbgate.installer.yaml b/manifests/j/JanProchazka/dbgate/5.5.5/JanProchazka.dbgate.installer.yaml index 2f85475aba645..0f11febeee1ec 100644 --- a/manifests/j/JanProchazka/dbgate/5.5.5/JanProchazka.dbgate.installer.yaml +++ b/manifests/j/JanProchazka/dbgate/5.5.5/JanProchazka.dbgate.installer.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Updater 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: JanProchazka.dbgate PackageVersion: 5.5.5 @@ -22,4 +22,4 @@ Installers: InstallerUrl: https://github.com/dbgate/dbgate/releases/download/v5.5.5/dbgate-5.5.5-win_arm64.exe InstallerSha256: 577DCEF0BB0E37635396B3971084B600531CE3A060EE76176006091918810D06 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanProchazka/dbgate/5.5.5/JanProchazka.dbgate.locale.en-US.yaml b/manifests/j/JanProchazka/dbgate/5.5.5/JanProchazka.dbgate.locale.en-US.yaml index 0fb554df7eb58..2223a72030b68 100644 --- a/manifests/j/JanProchazka/dbgate/5.5.5/JanProchazka.dbgate.locale.en-US.yaml +++ b/manifests/j/JanProchazka/dbgate/5.5.5/JanProchazka.dbgate.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Updater 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: JanProchazka.dbgate PackageVersion: 5.5.5 @@ -7,6 +7,7 @@ PackageLocale: en-US Publisher: Jan Prochazka PublisherUrl: https://github.com/dbgate/dbgate PublisherSupportUrl: https://github.com/dbgate/dbgate/issues +# PrivacyUrl: Author: Jan Prochazka PackageName: DbGate PackageUrl: https://github.com/dbgate/dbgate @@ -18,6 +19,7 @@ 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 +# Moniker: Tags: - database-gui - database-manager @@ -38,5 +40,8 @@ ReleaseNotes: |- - ADDED: Link for switching Admin/user login (Team Premium) - FIXED: Save connection params in administration for MS SQL and Postgres storages (Team Premium) ReleaseNotesUrl: https://github.com/dbgate/dbgate/releases/tag/v5.5.5 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanProchazka/dbgate/5.5.5/JanProchazka.dbgate.yaml b/manifests/j/JanProchazka/dbgate/5.5.5/JanProchazka.dbgate.yaml index e19fb1530fb6f..a07b72f44858b 100644 --- a/manifests/j/JanProchazka/dbgate/5.5.5/JanProchazka.dbgate.yaml +++ b/manifests/j/JanProchazka/dbgate/5.5.5/JanProchazka.dbgate.yaml @@ -1,8 +1,8 @@ -# Created with WinGet Updater 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: JanProchazka.dbgate PackageVersion: 5.5.5 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanProchazka/dbgate/5.5.6/JanProchazka.dbgate.installer.yaml b/manifests/j/JanProchazka/dbgate/5.5.6/JanProchazka.dbgate.installer.yaml index 5e4d8c16637f9..de013174b6cb5 100644 --- a/manifests/j/JanProchazka/dbgate/5.5.6/JanProchazka.dbgate.installer.yaml +++ b/manifests/j/JanProchazka/dbgate/5.5.6/JanProchazka.dbgate.installer.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Updater 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: JanProchazka.dbgate PackageVersion: 5.5.6 @@ -22,4 +22,4 @@ Installers: InstallerUrl: https://github.com/dbgate/dbgate/releases/download/v5.5.6/dbgate-5.5.6-win_arm64.exe InstallerSha256: D43F8D6BA46F010488506852F9432421422B5F036CFEEF3A0CB7C755B8BD80AD ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanProchazka/dbgate/5.5.6/JanProchazka.dbgate.locale.en-US.yaml b/manifests/j/JanProchazka/dbgate/5.5.6/JanProchazka.dbgate.locale.en-US.yaml index f84dcbacab955..729a70688653e 100644 --- a/manifests/j/JanProchazka/dbgate/5.5.6/JanProchazka.dbgate.locale.en-US.yaml +++ b/manifests/j/JanProchazka/dbgate/5.5.6/JanProchazka.dbgate.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Updater 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: JanProchazka.dbgate PackageVersion: 5.5.6 @@ -7,6 +7,7 @@ PackageLocale: en-US Publisher: Jan Prochazka PublisherUrl: https://github.com/dbgate/dbgate PublisherSupportUrl: https://github.com/dbgate/dbgate/issues +# PrivacyUrl: Author: Jan Prochazka PackageName: DbGate PackageUrl: https://github.com/dbgate/dbgate @@ -18,6 +19,7 @@ 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 +# Moniker: Tags: - database-gui - database-manager @@ -28,6 +30,10 @@ Tags: - sql - sql-server - sqlite +# ReleaseNotes: ReleaseNotesUrl: https://github.com/dbgate/dbgate/releases/tag/v5.5.6 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanProchazka/dbgate/5.5.6/JanProchazka.dbgate.yaml b/manifests/j/JanProchazka/dbgate/5.5.6/JanProchazka.dbgate.yaml index ef111e3a034ef..21e092ffc1faf 100644 --- a/manifests/j/JanProchazka/dbgate/5.5.6/JanProchazka.dbgate.yaml +++ b/manifests/j/JanProchazka/dbgate/5.5.6/JanProchazka.dbgate.yaml @@ -1,8 +1,8 @@ -# Created with WinGet Updater 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: JanProchazka.dbgate PackageVersion: 5.5.6 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanProchazka/dbgate/6.0.0/JanProchazka.dbgate.installer.yaml b/manifests/j/JanProchazka/dbgate/6.0.0/JanProchazka.dbgate.installer.yaml index b2c0c96985e12..e0b6d20768277 100644 --- a/manifests/j/JanProchazka/dbgate/6.0.0/JanProchazka.dbgate.installer.yaml +++ b/manifests/j/JanProchazka/dbgate/6.0.0/JanProchazka.dbgate.installer.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Updater using 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: JanProchazka.dbgate PackageVersion: 6.0.0 @@ -26,4 +26,4 @@ Installers: InstallerUrl: https://github.com/dbgate/dbgate/releases/download/v6.0.0/dbgate-6.0.0-win_arm64.exe InstallerSha256: AA700C748842A4BC79451E92CE0FE48432B563D0B4910C54C34F0D9F47C09832 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanProchazka/dbgate/6.0.0/JanProchazka.dbgate.locale.en-US.yaml b/manifests/j/JanProchazka/dbgate/6.0.0/JanProchazka.dbgate.locale.en-US.yaml index 0412681f4b25f..e2ec078f68452 100644 --- a/manifests/j/JanProchazka/dbgate/6.0.0/JanProchazka.dbgate.locale.en-US.yaml +++ b/manifests/j/JanProchazka/dbgate/6.0.0/JanProchazka.dbgate.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with WinGet Updater using 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: JanProchazka.dbgate PackageVersion: 6.0.0 @@ -7,6 +7,7 @@ PackageLocale: en-US Publisher: Jan Prochazka PublisherUrl: https://github.com/dbgate/dbgate PublisherSupportUrl: https://github.com/dbgate/dbgate/issues +# PrivacyUrl: Author: Jan Prochazka PackageName: DbGate PackageUrl: https://github.com/dbgate/dbgate @@ -18,6 +19,7 @@ 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 +# Moniker: Tags: - database-gui - database-manager @@ -60,5 +62,8 @@ ReleaseNotes: |- - ADDED: Rename procedure/function context menu - ADDED: Show SQL quick view ReleaseNotesUrl: https://github.com/dbgate/dbgate/releases/tag/v6.0.0 +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanProchazka/dbgate/6.0.0/JanProchazka.dbgate.yaml b/manifests/j/JanProchazka/dbgate/6.0.0/JanProchazka.dbgate.yaml index 720a74f70b52c..13b49d3e46576 100644 --- a/manifests/j/JanProchazka/dbgate/6.0.0/JanProchazka.dbgate.yaml +++ b/manifests/j/JanProchazka/dbgate/6.0.0/JanProchazka.dbgate.yaml @@ -1,8 +1,8 @@ -# Created with WinGet Updater using 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: JanProchazka.dbgate PackageVersion: 6.0.0 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +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/JanetLang/Janet/1.37.1/JanetLang.Janet.installer.yaml b/manifests/j/JanetLang/Janet/1.37.1/JanetLang.Janet.installer.yaml new file mode 100644 index 0000000000000..d8486578667d7 --- /dev/null +++ b/manifests/j/JanetLang/Janet/1.37.1/JanetLang.Janet.installer.yaml @@ -0,0 +1,22 @@ +# Created with komac v2.10.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: JanetLang.Janet +PackageVersion: 1.37.1 +InstallerLocale: en-US +InstallerType: wix +Scope: user +ProductCode: '{87A3863A-C5BD-467F-90C2-5C4982D40815}' +ReleaseDate: 2024-12-06 +AppsAndFeaturesEntries: +- Publisher: Janet-Lang.org + ProductCode: '{87A3863A-C5BD-467F-90C2-5C4982D40815}' + UpgradeCode: '{712CACD6-09AA-430A-831C-80FDFFE3F9ED}' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Janet' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/janet-lang/janet/releases/download/v1.37.1/janet-1.37.1-windows-x64-installer.msi + InstallerSha256: 54D676E80A0142D7DD524C2B7CB35DF177E2340045BF60D83745AE3E49F42AC9 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanetLang/Janet/1.37.1/JanetLang.Janet.locale.en-US.yaml b/manifests/j/JanetLang/Janet/1.37.1/JanetLang.Janet.locale.en-US.yaml new file mode 100644 index 0000000000000..08dbfcb660c39 --- /dev/null +++ b/manifests/j/JanetLang/Janet/1.37.1/JanetLang.Janet.locale.en-US.yaml @@ -0,0 +1,42 @@ +# Created with komac v2.10.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: JanetLang.Janet +PackageVersion: 1.37.1 +PackageLocale: en-US +Publisher: JanetLang +PublisherUrl: https://github.com/janet-lang +PublisherSupportUrl: https://github.com/janet-lang/janet/issues +PackageName: Janet +PackageUrl: https://github.com/janet-lang/janet +License: MIT +LicenseUrl: https://github.com/janet-lang/janet/blob/HEAD/LICENSE +ShortDescription: Janet is a functional and imperative programming language +Tags: +- c +- functional-language +- imperative-language +- interpreter +- language +- lisp +- macros +- repl +- vm +ReleaseNotes: |- + What's Changed + - Add some detail to signal docstring by @sogaiu in #1506 + - Replace gitter badge with zulip one by @sogaiu in #1510 + - Mention nth and only-tags in changelog by @sogaiu in #1513 + - Clarify installation info a bit by @sogaiu in #1515 + - Cast arguments to int32_t before passing to janet_formatb with %d format specifier by @ArtSin in #1514 + - Add assertf and use in boot.janet. Address #1516 by @sogaiu in #1517 + - Update Docker command to use --platform flag by @pyrmont in #1518 + - fix janet_string_equalconst by @ianthehenry in #1519 + - Remove unused var pstatus by @sogaiu in #1522 + - Additional tweak to address #1523 by @sogaiu in #1526 + New Contributors + - @ArtSin made their first contribution in #1514 + Full Changelog: v1.36.0...v1.37.1 +ReleaseNotesUrl: https://github.com/janet-lang/janet/releases/tag/v1.37.1 +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/j/JanetLang/Janet/1.37.1/JanetLang.Janet.yaml b/manifests/j/JanetLang/Janet/1.37.1/JanetLang.Janet.yaml new file mode 100644 index 0000000000000..eba7c6b76be1b --- /dev/null +++ b/manifests/j/JanetLang/Janet/1.37.1/JanetLang.Janet.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: JanetLang.Janet +PackageVersion: 1.37.1 +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/Japplis/Treecell/1.4/Japplis.Treecell.installer.yaml b/manifests/j/Japplis/Treecell/1.4/Japplis.Treecell.installer.yaml new file mode 100644 index 0000000000000..5a3d1bd9d9fd2 --- /dev/null +++ b/manifests/j/Japplis/Treecell/1.4/Japplis.Treecell.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.Treecell +PackageVersion: 1.4 +Platform: +- Windows.Desktop +InstallerType: inno +InstallModes: +- interactive +- silent +- silentWithProgress +Installers: +- Architecture: x64 + Scope: machine + InstallerUrl: https://www.japplis.com/treecell/versions/Treecell-1.4.exe + InstallerSha256: a54f9b71e14c468b80d92b9d95169731d84a6cfe61574a19f08d40cbcd9276d1 + InstallerSwitches: + Custom: /ALLUSERS +- Architecture: x64 + Scope: user + InstallerUrl: https://www.japplis.com/treecell/versions/Treecell-1.4.exe + InstallerSha256: a54f9b71e14c468b80d92b9d95169731d84a6cfe61574a19f08d40cbcd9276d1 + InstallerSwitches: + Custom: /CURRENTUSER +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/j/Japplis/Treecell/1.4/Japplis.Treecell.locale.en-US.yaml b/manifests/j/Japplis/Treecell/1.4/Japplis.Treecell.locale.en-US.yaml new file mode 100644 index 0000000000000..00368a8b8f061 --- /dev/null +++ b/manifests/j/Japplis/Treecell/1.4/Japplis.Treecell.locale.en-US.yaml @@ -0,0 +1,35 @@ +# Created using Apache Ant script from Japplis +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Japplis.Treecell +PackageVersion: 1.4 +PackageLocale: en-US +Publisher: Japplis +PublisherUrl: https://www.japplis.com +Author: Anthony Goubard +PackageName: Treecell +PackageUrl: https://www.japplis.com/treecell/ +License: Commercial +LicenseUrl: https://www.japplis.com/treecell/license.txt +Copyright: Copyright © 2022 - 2025 Japplis. All rights reserved. +ShortDescription: Represent your Excel sheet data in a tree +Description: |- + Treecell - View spreadsheets as hierarchy + Treecell is a software that represents your data from Excel or CSV from a table to a navigatable tree. +ReleaseNotesUrl: https://www.japplis.com/treecell/changes.txt +Moniker: treecell +Tags: +- excel +- spreadsheet +- sheet +- tree +- hierarchy +- expand +- collapse +- pivot +- confidential +- chart +- graph +- heatmap +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/j/Japplis/Treecell/1.4/Japplis.Treecell.yaml b/manifests/j/Japplis/Treecell/1.4/Japplis.Treecell.yaml new file mode 100644 index 0000000000000..06c1cfee2adc5 --- /dev/null +++ b/manifests/j/Japplis/Treecell/1.4/Japplis.Treecell.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.Treecell +PackageVersion: 1.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.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/DataGrip/EAP/251.20015.44/JetBrains.DataGrip.EAP.installer.yaml b/manifests/j/JetBrains/DataGrip/EAP/251.20015.44/JetBrains.DataGrip.EAP.installer.yaml new file mode 100644 index 0000000000000..536294d83ba4e --- /dev/null +++ b/manifests/j/JetBrains/DataGrip/EAP/251.20015.44/JetBrains.DataGrip.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.DataGrip.EAP +PackageVersion: 251.20015.44 +InstallerType: nullsoft +InstallerSwitches: + Log: /LOG="" +UpgradeBehavior: uninstallPrevious +FileExtensions: +- ipr +- sql +ProductCode: DataGrip 251.20015.44 +ReleaseDate: 2025-02-10 +AppsAndFeaturesEntries: +- DisplayName: DataGrip 251.20015.44 + ProductCode: DataGrip 251.20015.44 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://download.jetbrains.com/datagrip/datagrip-251.20015.44.exe + InstallerSha256: 84ACFA59202E6C5A49064B178B6A0BF06023D156EB17C829BFBEFB52CAE44559 +- Architecture: x64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/datagrip/datagrip-251.20015.44.exe + InstallerSha256: 84ACFA59202E6C5A49064B178B6A0BF06023D156EB17C829BFBEFB52CAE44559 +- Architecture: arm64 + Scope: user + InstallerUrl: https://download.jetbrains.com/datagrip/datagrip-251.20015.44-aarch64.exe + InstallerSha256: 8D88BD71E970B48025ABE21ECA5828B9C4DFCEA52D7899B8FFC0686B952006CD +- Architecture: arm64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/datagrip/datagrip-251.20015.44-aarch64.exe + InstallerSha256: 8D88BD71E970B48025ABE21ECA5828B9C4DFCEA52D7899B8FFC0686B952006CD +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/DataGrip/EAP/251.20015.44/JetBrains.DataGrip.EAP.locale.en-US.yaml b/manifests/j/JetBrains/DataGrip/EAP/251.20015.44/JetBrains.DataGrip.EAP.locale.en-US.yaml new file mode 100644 index 0000000000000..076ba8a71a87a --- /dev/null +++ b/manifests/j/JetBrains/DataGrip/EAP/251.20015.44/JetBrains.DataGrip.EAP.locale.en-US.yaml @@ -0,0 +1,82 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: JetBrains.DataGrip.EAP +PackageVersion: 251.20015.44 +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: DataGrip (EAP) +PackageUrl: https://www.jetbrains.com/datagrip/nextversion/ +License: Freeware +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user_eap/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +ShortDescription: The Cross-Platform IDE for Databases & SQL by JetBrains +Description: A powerful IDE from JetBrains for SQL on macOS, Windows, and Linux. +Tags: +- database +- db2 +- develop +- development +- ide +- mssql +- mysql +- postgres +- programming +- sql +- sqlite +ReleaseNotes: |- + Hello! We are starting the EAP program for version 2025.1. This is the perfect opportunity to try new features before the official release and share your feedback with us. + Introspection by levels for MySQL and MariaDB + We're continuing our work to enhance introspection performance. Starting from 2025.1, there will be different introspection levels for MySQL and MariaDB, adjusting the amount of metadata that gets loaded depending on the size of your database. In other words, we won't load all the metadata if your database is large. This will greatly reduce introspection time and allow you to start working with newly connected data sources right away. + What are the introspection levels? + Level 1 + - Icon: + - Metadata loaded: Names only. + - Main missing features: Modify Table, foreign key navigation, Find Usages, the ability to search in the text of views and procedures. + Level 2 + - Icon: + - Metadata loaded: Everything except the source code of functions, procedures, views, events. + - Main missing features: Find Usages, the ability to search in the text of views and procedures. + Level 3 + - Icon: + - Metadata loaded: Everything, just as in previous versions. + - Main missing features: None, all features are working as expected. + DataGrip now prioritizes the user experience and performance over the comprehensiveness of functionality. The default introspection level value is set to Auto select, which means that DataGrip uses an internal heuristic to detect how much metadata needs to be loaded. + For now, this heuristic looks like this: + Current schema: + - Level 1 when the number of schema objects is greater than 3000. + - Level 2 when the number of objects with sources is greater than 500. + - Level 3 in all other cases. + Other schemas: + - Level 1 when the number of schema objects is greater than 300. + - Level 2 when the number of objects with sources is greater than 50. + - Level 3 in all other cases. + We are considering whether to adjust the heuristic or even make it customizable. + By default, DataGrip will automatically set the introspection level. If you want to restore DataGrip's previous behavior, go to Data Source properties | Options | Introspection | Default level and select Level 3. + You can also manually select a level if you think that will maximize DataGrip's performance for your use cases. + To summarize, you should no longer experience any significant performance problems related to MySQL / MariaDB introspection. If you do, please let us know about them via our issue tracking system. + Attached schemas in the Explain with AI chat + Explanations of your queries are more effective with the full context! Now, when you ask AI Assistant to explain a query, the corresponding schema is automatically attached to the chat. + [Oracle] The ability to connect with a specific role + DBE-96 has been fixed. It's not every day we close a ticket with an ID less than 100! Starting with 2025.1, you can connect to Oracle and define the specific role for the connection in the connection dialog. + Simply select the desired role from the Authentication drop-down list: + The ability to download drivers from Maven + Version 2025.1 allows you to add custom repositories for downloading drivers. To do so, add the repositories you need to the mirrors attribute of the HOME_PATH/.m2/settings.xml file. + Important fixes + - DBE-9626: The color used for a data source is now applied to the attached file tab. + - DBE-21934: Value completion in the data editor inserts the correct string. + - DBE-18569: The Cancel button works as intended when downloading drivers. + - DBE-15201, DBE-20350: [SQL Server] Stored procedures and system objects are qualified with the relevant schema names if the corresponding setting is enabled. + - DBE-22250: [Snowflake] It is possible to remove Role and Schema after they've been added to the connection parameters. + - DBE-21514: [Oracle] Aliases are inserted for code completion of synonyms. + - DBE-17959 [PostgreSQL] UNIQUE NULLS NOT DISTINCT is now supported. +ReleaseNotesUrl: https://www.jetbrains.com/datagrip/whatsnew/ +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://www.jetbrains.com/help/datagrip/ +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/DataGrip/EAP/251.20015.44/JetBrains.DataGrip.EAP.locale.zh-CN.yaml b/manifests/j/JetBrains/DataGrip/EAP/251.20015.44/JetBrains.DataGrip.EAP.locale.zh-CN.yaml new file mode 100644 index 0000000000000..5ecdf62b302b7 --- /dev/null +++ b/manifests/j/JetBrains/DataGrip/EAP/251.20015.44/JetBrains.DataGrip.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.DataGrip.EAP +PackageVersion: 251.20015.44 +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: DataGrip(抢先体验计划) +PackageUrl: https://www.jetbrains.com/zh-cn/datagrip/nextversion/ +License: 免费软件 +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user_eap/ +Copyright: Copyright © 2000-2024 JetBrains s.r.o. +ShortDescription: 由 JetBrains 开发的数据库和 SQL 跨平台 IDE +Description: JetBrains 为 macOS、Windows 和 Linux 的 SQL 开发的强大 IDE。 +Tags: +- db2 +- mssql +- mysql +- postgres +- sql +- sqlite +- 代码 +- 开发 +- 数据库 +- 编程 +- 集成开发环境 +ReleaseNotesUrl: https://www.jetbrains.com/zh-cn/datagrip/whatsnew/ +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://www.jetbrains.com/help/datagrip/ +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/DataGrip/EAP/251.20015.44/JetBrains.DataGrip.EAP.yaml b/manifests/j/JetBrains/DataGrip/EAP/251.20015.44/JetBrains.DataGrip.EAP.yaml new file mode 100644 index 0000000000000..31e03a485aa1f --- /dev/null +++ b/manifests/j/JetBrains/DataGrip/EAP/251.20015.44/JetBrains.DataGrip.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.DataGrip.EAP +PackageVersion: 251.20015.44 +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/Community/EAP/251.20015.54/JetBrains.PyCharm.Community.EAP.installer.yaml b/manifests/j/JetBrains/PyCharm/Community/EAP/251.20015.54/JetBrains.PyCharm.Community.EAP.installer.yaml new file mode 100644 index 0000000000000..44c4bf01909af --- /dev/null +++ b/manifests/j/JetBrains/PyCharm/Community/EAP/251.20015.54/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.20015.54 +InstallerType: nullsoft +InstallerSwitches: + Log: /LOG="" +UpgradeBehavior: uninstallPrevious +FileExtensions: +- ipr +- py +ProductCode: PyCharm Community Edition 251.20015.54 +ReleaseDate: 2025-02-10 +AppsAndFeaturesEntries: +- DisplayName: PyCharm Community Edition 251.20015.54 + ProductCode: PyCharm Community Edition 251.20015.54 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://download.jetbrains.com/python/pycharm-community-251.20015.54.exe + InstallerSha256: BEA5660308126FBDEEC7DF921529B4E2567B66CB38AA991ADE8555C111940120 +- Architecture: x64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/python/pycharm-community-251.20015.54.exe + InstallerSha256: BEA5660308126FBDEEC7DF921529B4E2567B66CB38AA991ADE8555C111940120 +- Architecture: arm64 + Scope: user + InstallerUrl: https://download.jetbrains.com/python/pycharm-community-251.20015.54-aarch64.exe + InstallerSha256: A2EDF24A5784133FFA656B84A04D9AC04622361B1CF0B69CBE2EDF96BFA43DCE +- Architecture: arm64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/python/pycharm-community-251.20015.54-aarch64.exe + InstallerSha256: A2EDF24A5784133FFA656B84A04D9AC04622361B1CF0B69CBE2EDF96BFA43DCE +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Community/EAP/251.20015.54/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml b/manifests/j/JetBrains/PyCharm/Community/EAP/251.20015.54/JetBrains.PyCharm.Community.EAP.locale.en-US.yaml new file mode 100644 index 0000000000000..dfe8261e9589f --- /dev/null +++ b/manifests/j/JetBrains/PyCharm/Community/EAP/251.20015.54/JetBrains.PyCharm.Community.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.PyCharm.Community.EAP +PackageVersion: 251.20015.54 +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: |- + - Connect to AWS SageMaker notebooks for seamless integration - PY-66164 + - Improved number formatting in tables for better readability - PY-73833 + Check out all the fixes and features in the release notes. +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/PY-A-233538339/PyCharm-2025.1-EAP-3-251.20015.54-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.20015.54/JetBrains.PyCharm.Community.EAP.locale.zh-CN.yaml b/manifests/j/JetBrains/PyCharm/Community/EAP/251.20015.54/JetBrains.PyCharm.Community.EAP.locale.zh-CN.yaml new file mode 100644 index 0000000000000..8be55b197cca5 --- /dev/null +++ b/manifests/j/JetBrains/PyCharm/Community/EAP/251.20015.54/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.20015.54 +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-233538339/PyCharm-2025.1-EAP-3-251.20015.54-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.20015.54/JetBrains.PyCharm.Community.EAP.yaml b/manifests/j/JetBrains/PyCharm/Community/EAP/251.20015.54/JetBrains.PyCharm.Community.EAP.yaml new file mode 100644 index 0000000000000..24d1690ea9453 --- /dev/null +++ b/manifests/j/JetBrains/PyCharm/Community/EAP/251.20015.54/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.20015.54 +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/PyCharm/Professional/EAP/251.20015.54/JetBrains.PyCharm.Professional.EAP.installer.yaml b/manifests/j/JetBrains/PyCharm/Professional/EAP/251.20015.54/JetBrains.PyCharm.Professional.EAP.installer.yaml new file mode 100644 index 0000000000000..d133c3d5b2cb7 --- /dev/null +++ b/manifests/j/JetBrains/PyCharm/Professional/EAP/251.20015.54/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.20015.54 +InstallerType: nullsoft +InstallerSwitches: + Log: /LOG="" +UpgradeBehavior: uninstallPrevious +FileExtensions: +- ipr +- py +ProductCode: PyCharm 251.20015.54 +ReleaseDate: 2025-02-10 +AppsAndFeaturesEntries: +- DisplayName: PyCharm 251.20015.54 + ProductCode: PyCharm 251.20015.54 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://download.jetbrains.com/python/pycharm-professional-251.20015.54.exe + InstallerSha256: B427C7DB74689AE9B89B2A6CE941AA7A663FE53B16A452BB42C90169FE44C013 +- Architecture: x64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/python/pycharm-professional-251.20015.54.exe + InstallerSha256: B427C7DB74689AE9B89B2A6CE941AA7A663FE53B16A452BB42C90169FE44C013 +- Architecture: arm64 + Scope: user + InstallerUrl: https://download.jetbrains.com/python/pycharm-professional-251.20015.54-aarch64.exe + InstallerSha256: D6F6FDF3055906C7C1BFFF23AB73BD4B52C8295196982E3D372A06947B1BF24F +- Architecture: arm64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/python/pycharm-professional-251.20015.54-aarch64.exe + InstallerSha256: D6F6FDF3055906C7C1BFFF23AB73BD4B52C8295196982E3D372A06947B1BF24F +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/PyCharm/Professional/EAP/251.20015.54/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml b/manifests/j/JetBrains/PyCharm/Professional/EAP/251.20015.54/JetBrains.PyCharm.Professional.EAP.locale.en-US.yaml new file mode 100644 index 0000000000000..8e2776f13491c --- /dev/null +++ b/manifests/j/JetBrains/PyCharm/Professional/EAP/251.20015.54/JetBrains.PyCharm.Professional.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.PyCharm.Professional.EAP +PackageVersion: 251.20015.54 +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: |- + - Connect to AWS SageMaker notebooks for seamless integration - PY-66164 + - Improved number formatting in tables for better readability - PY-73833 + Check out all the fixes and features in the release notes. +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/PY-A-233538339/PyCharm-2025.1-EAP-3-251.20015.54-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.20015.54/JetBrains.PyCharm.Professional.EAP.locale.zh-CN.yaml b/manifests/j/JetBrains/PyCharm/Professional/EAP/251.20015.54/JetBrains.PyCharm.Professional.EAP.locale.zh-CN.yaml new file mode 100644 index 0000000000000..8f35ea6a7fea1 --- /dev/null +++ b/manifests/j/JetBrains/PyCharm/Professional/EAP/251.20015.54/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.20015.54 +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-233538339/PyCharm-2025.1-EAP-3-251.20015.54-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.20015.54/JetBrains.PyCharm.Professional.EAP.yaml b/manifests/j/JetBrains/PyCharm/Professional/EAP/251.20015.54/JetBrains.PyCharm.Professional.EAP.yaml new file mode 100644 index 0000000000000..41b9090d4b3aa --- /dev/null +++ b/manifests/j/JetBrains/PyCharm/Professional/EAP/251.20015.54/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.20015.54 +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/212.4535.13/JetBrains.Rider.EAP.installer.yaml b/manifests/j/JetBrains/Rider/EAP/212.4535.13/JetBrains.Rider.EAP.installer.yaml index becb3cb810b12..6096f12a920d4 100644 --- a/manifests/j/JetBrains/Rider/EAP/212.4535.13/JetBrains.Rider.EAP.installer.yaml +++ b/manifests/j/JetBrains/Rider/EAP/212.4535.13/JetBrains.Rider.EAP.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.Rider.EAP PackageVersion: 212.4535.13 @@ -10,4 +10,4 @@ Installers: InstallerUrl: https://download-cdn.jetbrains.com/rider/JetBrains.Rider-2021.2-EAP5-212.4535.13.Checked.exe InstallerSha256: 6BA8D7B6C8B6926ECE862C857617CBB05EA060055C5F08E5895C49DF79C417FA ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/212.4535.13/JetBrains.Rider.EAP.locale.en-US.yaml b/manifests/j/JetBrains/Rider/EAP/212.4535.13/JetBrains.Rider.EAP.locale.en-US.yaml index 93fca6f71ad87..75e58c23a1d6e 100644 --- a/manifests/j/JetBrains/Rider/EAP/212.4535.13/JetBrains.Rider.EAP.locale.en-US.yaml +++ b/manifests/j/JetBrains/Rider/EAP/212.4535.13/JetBrains.Rider.EAP.locale.en-US.yaml @@ -1,20 +1,20 @@ -# 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.Rider.EAP PackageVersion: 212.4535.13 PackageLocale: en-US Publisher: JetBrains s.r.o. -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: -# Author: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: PackageName: JetBrains Rider (EAP) PackageUrl: https://www.jetbrains.com/rider/ License: Copyright © JetBrains s.r.o. LicenseUrl: https://www.jetbrains.com/store/license.html -# Copyright: -# CopyrightUrl: +# Copyright: +# CopyrightUrl: ShortDescription: Develop .NET, ASP.NET, .NET Core, Xamarin or Unity applications on Windows, Mac, Linux. Description: Develop .NET, ASP.NET, .NET Core, Xamarin or Unity applications on Windows, Mac, Linux. Note, however, that because EAPs are always works in progress, some of their features might not always work as expected. Moniker: rider-eap @@ -24,8 +24,10 @@ Tags: - c# - ide - 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/Rider/EAP/212.4535.13/JetBrains.Rider.EAP.yaml b/manifests/j/JetBrains/Rider/EAP/212.4535.13/JetBrains.Rider.EAP.yaml index 1ffc03810153b..7453a989a4402 100644 --- a/manifests/j/JetBrains/Rider/EAP/212.4535.13/JetBrains.Rider.EAP.yaml +++ b/manifests/j/JetBrains/Rider/EAP/212.4535.13/JetBrains.Rider.EAP.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.Rider.EAP PackageVersion: 212.4535.13 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/212.4638.18/JetBrains.Rider.EAP.installer.yaml b/manifests/j/JetBrains/Rider/EAP/212.4638.18/JetBrains.Rider.EAP.installer.yaml index d96ed4d4354b1..164dff5c00764 100644 --- a/manifests/j/JetBrains/Rider/EAP/212.4638.18/JetBrains.Rider.EAP.installer.yaml +++ b/manifests/j/JetBrains/Rider/EAP/212.4638.18/JetBrains.Rider.EAP.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: JetBrains.Rider.EAP PackageVersion: 212.4638.18 +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://download-cdn.jetbrains.com/rider/JetBrains.Rider-2021.2-EAP6-212.4638.18.Checked.exe InstallerSha256: 23DB19C710FE8E8CAB90650C54B1EB0F85D9A252F29E54277FF42D0B8035984B - UpgradeBehavior: install ManifestType: installer -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/212.4638.18/JetBrains.Rider.EAP.locale.en-US.yaml b/manifests/j/JetBrains/Rider/EAP/212.4638.18/JetBrains.Rider.EAP.locale.en-US.yaml index a5813a44819e1..ae3df4591176c 100644 --- a/manifests/j/JetBrains/Rider/EAP/212.4638.18/JetBrains.Rider.EAP.locale.en-US.yaml +++ b/manifests/j/JetBrains/Rider/EAP/212.4638.18/JetBrains.Rider.EAP.locale.en-US.yaml @@ -1,29 +1,33 @@ -# 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.Rider.EAP PackageVersion: 212.4638.18 PackageLocale: en-US Publisher: JetBrains s.r.o. PublisherUrl: https://www.jetbrains.com -#PublisherSupportUrl: +# PublisherSupportUrl: PrivacyUrl: https://www.jetbrains.com/privacy-security/ -#Author: +# Author: PackageName: JetBrains Rider (EAP) PackageUrl: https://www.jetbrains.com/rider/ License: Copyright © JetBrains s.r.o. LicenseUrl: https://www.jetbrains.com/store/license.html Copyright: Copyright © JetBrains s.r.o. -#CopyrightUrl: -ShortDescription: "Develop .NET, ASP.NET, .NET Core, Xamarin or Unity applications on Windows, Mac, Linux." -Description: "Develop .NET, ASP.NET, .NET Core, Xamarin or Unity applications on Windows, Mac, Linux. Note, however, that because EAPs are always works in progress, some of their features might not always work as expected." +# CopyrightUrl: +ShortDescription: Develop .NET, ASP.NET, .NET Core, Xamarin or Unity applications on Windows, Mac, Linux. +Description: Develop .NET, ASP.NET, .NET Core, Xamarin or Unity applications on Windows, Mac, Linux. Note, however, that because EAPs are always works in progress, some of their features might not always work as expected. Moniker: rider-eap Tags: -- c# - .net +- asp.net +- c# - ide - jetbrains -- asp.net +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/212.4638.18/JetBrains.Rider.EAP.yaml b/manifests/j/JetBrains/Rider/EAP/212.4638.18/JetBrains.Rider.EAP.yaml index 940fb45371630..aa902ce8e65a6 100644 --- a/manifests/j/JetBrains/Rider/EAP/212.4638.18/JetBrains.Rider.EAP.yaml +++ b/manifests/j/JetBrains/Rider/EAP/212.4638.18/JetBrains.Rider.EAP.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.Rider.EAP PackageVersion: 212.4638.18 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/212.4746.33/JetBrains.Rider.EAP.installer.yaml b/manifests/j/JetBrains/Rider/EAP/212.4746.33/JetBrains.Rider.EAP.installer.yaml index 174ec56cb87a9..9e644fe5dcf47 100644 --- a/manifests/j/JetBrains/Rider/EAP/212.4746.33/JetBrains.Rider.EAP.installer.yaml +++ b/manifests/j/JetBrains/Rider/EAP/212.4746.33/JetBrains.Rider.EAP.installer.yaml @@ -1,20 +1,20 @@ -# 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.Rider.EAP PackageVersion: 212.4746.33 +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://download-cdn.jetbrains.com/rider/JetBrains.Rider-2021.2-EAP7-212.4746.33.Checked.exe InstallerSha256: 4A349C454EBFCF680B79700AF52C53B1174132385E70EE6659A9A24AF5BEB8D4 - UpgradeBehavior: install ManifestType: installer -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/212.4746.33/JetBrains.Rider.EAP.locale.en-US.yaml b/manifests/j/JetBrains/Rider/EAP/212.4746.33/JetBrains.Rider.EAP.locale.en-US.yaml index 74dfb949db29b..c010767c87ae7 100644 --- a/manifests/j/JetBrains/Rider/EAP/212.4746.33/JetBrains.Rider.EAP.locale.en-US.yaml +++ b/manifests/j/JetBrains/Rider/EAP/212.4746.33/JetBrains.Rider.EAP.locale.en-US.yaml @@ -1,28 +1,33 @@ -# 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.Rider.EAP PackageVersion: 212.4746.33 PackageLocale: en-US Publisher: JetBrains s.r.o. PublisherUrl: https://www.jetbrains.com -#PublisherSupportUrl: +# PublisherSupportUrl: PrivacyUrl: https://www.jetbrains.com/privacy-security/ -#Author: +# Author: PackageName: JetBrains Rider (EAP) PackageUrl: https://www.jetbrains.com/rider/ License: Copyright © JetBrains s.r.o. LicenseUrl: https://www.jetbrains.com/store/license.html Copyright: Copyright © JetBrains s.r.o. -#CopyrightUrl: -ShortDescription: "Develop .NET, ASP.NET, .NET Core, Xamarin or Unity applications on Windows, Mac, Linux." -Description: "Develop .NET, ASP.NET, .NET Core, Xamarin or Unity applications on Windows, Mac, Linux. Note, however, that because EAPs are always works in progress, some of their features might not always work as expected." +# CopyrightUrl: +ShortDescription: Develop .NET, ASP.NET, .NET Core, Xamarin or Unity applications on Windows, Mac, Linux. +Description: Develop .NET, ASP.NET, .NET Core, Xamarin or Unity applications on Windows, Mac, Linux. Note, however, that because EAPs are always works in progress, some of their features might not always work as expected. Moniker: rider-eap Tags: -- c# - .net +- asp.net +- c# - ide - jetbrains -- asp.net +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/212.4746.33/JetBrains.Rider.EAP.yaml b/manifests/j/JetBrains/Rider/EAP/212.4746.33/JetBrains.Rider.EAP.yaml index b7c8596ef3d40..9afb1fe4da574 100644 --- a/manifests/j/JetBrains/Rider/EAP/212.4746.33/JetBrains.Rider.EAP.yaml +++ b/manifests/j/JetBrains/Rider/EAP/212.4746.33/JetBrains.Rider.EAP.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: JetBrains.Rider.EAP PackageVersion: 212.4746.33 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/212.4746.59/JetBrains.Rider.EAP.installer.yaml b/manifests/j/JetBrains/Rider/EAP/212.4746.59/JetBrains.Rider.EAP.installer.yaml index 5be0e4266286a..2e740efe6cd0b 100644 --- a/manifests/j/JetBrains/Rider/EAP/212.4746.59/JetBrains.Rider.EAP.installer.yaml +++ b/manifests/j/JetBrains/Rider/EAP/212.4746.59/JetBrains.Rider.EAP.installer.yaml @@ -1,20 +1,20 @@ -# 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.Rider.EAP PackageVersion: 212.4746.59 +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://download-cdn.jetbrains.com/rider/JetBrains.Rider-2021.2-EAP8-212.4746.59.Checked.exe InstallerSha256: A36FAB8CE1150C6BEF2C225F5AE6A3189C58092E2E192B799C33D942B9E07784 - UpgradeBehavior: install ManifestType: installer -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/212.4746.59/JetBrains.Rider.EAP.locale.en-US.yaml b/manifests/j/JetBrains/Rider/EAP/212.4746.59/JetBrains.Rider.EAP.locale.en-US.yaml index e94699e6c16a7..3843f0aabe831 100644 --- a/manifests/j/JetBrains/Rider/EAP/212.4746.59/JetBrains.Rider.EAP.locale.en-US.yaml +++ b/manifests/j/JetBrains/Rider/EAP/212.4746.59/JetBrains.Rider.EAP.locale.en-US.yaml @@ -1,28 +1,33 @@ -# 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.Rider.EAP PackageVersion: 212.4746.59 PackageLocale: en-US Publisher: JetBrains s.r.o. PublisherUrl: https://www.jetbrains.com -#PublisherSupportUrl: +# PublisherSupportUrl: PrivacyUrl: https://www.jetbrains.com/privacy-security/ -#Author: +# Author: PackageName: JetBrains Rider (EAP) PackageUrl: https://www.jetbrains.com/rider/ License: Copyright © JetBrains s.r.o. LicenseUrl: https://www.jetbrains.com/store/license.html Copyright: Copyright © JetBrains s.r.o. -#CopyrightUrl: -ShortDescription: "Develop .NET, ASP.NET, .NET Core, Xamarin or Unity applications on Windows, Mac, Linux." -Description: "Develop .NET, ASP.NET, .NET Core, Xamarin or Unity applications on Windows, Mac, Linux. Note, however, that because EAPs are always works in progress, some of their features might not always work as expected." +# CopyrightUrl: +ShortDescription: Develop .NET, ASP.NET, .NET Core, Xamarin or Unity applications on Windows, Mac, Linux. +Description: Develop .NET, ASP.NET, .NET Core, Xamarin or Unity applications on Windows, Mac, Linux. Note, however, that because EAPs are always works in progress, some of their features might not always work as expected. Moniker: rider-eap Tags: -- c# - .net +- asp.net +- c# - ide - jetbrains -- asp.net +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/212.4746.59/JetBrains.Rider.EAP.yaml b/manifests/j/JetBrains/Rider/EAP/212.4746.59/JetBrains.Rider.EAP.yaml index 5607a5e236988..599458c9be4d5 100644 --- a/manifests/j/JetBrains/Rider/EAP/212.4746.59/JetBrains.Rider.EAP.yaml +++ b/manifests/j/JetBrains/Rider/EAP/212.4746.59/JetBrains.Rider.EAP.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: JetBrains.Rider.EAP PackageVersion: 212.4746.59 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 - +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/213.4631.30/JetBrains.Rider.EAP.installer.yaml b/manifests/j/JetBrains/Rider/EAP/213.4631.30/JetBrains.Rider.EAP.installer.yaml index b62eee68481a2..8b3e619936e9e 100644 --- a/manifests/j/JetBrains/Rider/EAP/213.4631.30/JetBrains.Rider.EAP.installer.yaml +++ b/manifests/j/JetBrains/Rider/EAP/213.4631.30/JetBrains.Rider.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.Rider.EAP PackageVersion: 213.4631.30 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://download-cdn.jetbrains.com/rider/JetBrains.Rider-2021.3-EAP3-213.4631.30.Checked.exe InstallerSha256: F5E48E92EEF2DDC5756E2FA690B72E67FDC836EDFE3292B8AD02687665029E19 ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/213.4631.30/JetBrains.Rider.EAP.locale.en-US.yaml b/manifests/j/JetBrains/Rider/EAP/213.4631.30/JetBrains.Rider.EAP.locale.en-US.yaml index 00e88ab8b14fb..321fd7e7e42f4 100644 --- a/manifests/j/JetBrains/Rider/EAP/213.4631.30/JetBrains.Rider.EAP.locale.en-US.yaml +++ b/manifests/j/JetBrains/Rider/EAP/213.4631.30/JetBrains.Rider.EAP.locale.en-US.yaml @@ -1,28 +1,33 @@ -# 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.Rider.EAP PackageVersion: 213.4631.30 PackageLocale: en-US Publisher: JetBrains s.r.o. PublisherUrl: https://www.jetbrains.com -# PublisherSupportUrl: +# PublisherSupportUrl: PrivacyUrl: https://www.jetbrains.com/privacy-security/ -# Author: +# Author: PackageName: JetBrains Rider (EAP) PackageUrl: https://www.jetbrains.com/rider/ License: Copyright © JetBrains s.r.o. LicenseUrl: https://www.jetbrains.com/store/license.html Copyright: Copyright © JetBrains s.r.o. -# CopyrightUrl: +# CopyrightUrl: ShortDescription: Develop .NET, ASP.NET, .NET Core, Xamarin or Unity applications on Windows, Mac, Linux. Description: Develop .NET, ASP.NET, .NET Core, Xamarin or Unity applications on Windows, Mac, Linux. Note, however, that because EAPs are always works in progress, some of their features might not always work as expected. Moniker: rider-eap Tags: -- c# - .net +- asp.net +- c# - ide - jetbrains -- asp.net +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/213.4631.30/JetBrains.Rider.EAP.yaml b/manifests/j/JetBrains/Rider/EAP/213.4631.30/JetBrains.Rider.EAP.yaml index ec904c288bf66..ca94d87f7e306 100644 --- a/manifests/j/JetBrains/Rider/EAP/213.4631.30/JetBrains.Rider.EAP.yaml +++ b/manifests/j/JetBrains/Rider/EAP/213.4631.30/JetBrains.Rider.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.Rider.EAP PackageVersion: 213.4631.30 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/213.4928.4/JetBrains.Rider.EAP.installer.yaml b/manifests/j/JetBrains/Rider/EAP/213.4928.4/JetBrains.Rider.EAP.installer.yaml index 1b80dfa62a563..71682ae81cc42 100644 --- a/manifests/j/JetBrains/Rider/EAP/213.4928.4/JetBrains.Rider.EAP.installer.yaml +++ b/manifests/j/JetBrains/Rider/EAP/213.4928.4/JetBrains.Rider.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.Rider.EAP PackageVersion: 213.4928.4 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://download-cdn.jetbrains.com/rider/JetBrains.Rider-2021.3-EAP4-213.4928.4.Checked.exe InstallerSha256: 332DAE967C1F71B5E3326E192631F910A637F387BA4F8A00ED9740B40D711CFF ManifestType: installer -ManifestVersion: 1.0.0 \ No newline at end of file +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/213.4928.4/JetBrains.Rider.EAP.locale.en-US.yaml b/manifests/j/JetBrains/Rider/EAP/213.4928.4/JetBrains.Rider.EAP.locale.en-US.yaml index e131c6fc26fd2..569aa5366192a 100644 --- a/manifests/j/JetBrains/Rider/EAP/213.4928.4/JetBrains.Rider.EAP.locale.en-US.yaml +++ b/manifests/j/JetBrains/Rider/EAP/213.4928.4/JetBrains.Rider.EAP.locale.en-US.yaml @@ -1,28 +1,33 @@ -# 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.Rider.EAP PackageVersion: 213.4928.4 PackageLocale: en-US Publisher: JetBrains s.r.o. PublisherUrl: https://www.jetbrains.com -# PublisherSupportUrl: +# PublisherSupportUrl: PrivacyUrl: https://www.jetbrains.com/privacy-security/ -# Author: +# Author: PackageName: JetBrains Rider (EAP) PackageUrl: https://www.jetbrains.com/rider/ License: Copyright © JetBrains s.r.o. LicenseUrl: https://www.jetbrains.com/store/license.html Copyright: Copyright © JetBrains s.r.o. -# CopyrightUrl: +# CopyrightUrl: ShortDescription: Develop .NET, ASP.NET, .NET Core, Xamarin or Unity applications on Windows, Mac, Linux. Description: Develop .NET, ASP.NET, .NET Core, Xamarin or Unity applications on Windows, Mac, Linux. Note, however, that because EAPs are always works in progress, some of their features might not always work as expected. Moniker: rider-eap Tags: -- c# - .net +- asp.net +- c# - ide - jetbrains -- asp.net +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 \ No newline at end of file +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/213.4928.4/JetBrains.Rider.EAP.yaml b/manifests/j/JetBrains/Rider/EAP/213.4928.4/JetBrains.Rider.EAP.yaml index 987ab4b5702f2..08588496a86eb 100644 --- a/manifests/j/JetBrains/Rider/EAP/213.4928.4/JetBrains.Rider.EAP.yaml +++ b/manifests/j/JetBrains/Rider/EAP/213.4928.4/JetBrains.Rider.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.Rider.EAP PackageVersion: 213.4928.4 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 \ No newline at end of file +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/213.5281.17/JetBrains.Rider.EAP.installer.yaml b/manifests/j/JetBrains/Rider/EAP/213.5281.17/JetBrains.Rider.EAP.installer.yaml index e8b3d20e1ebd6..311299f624833 100644 --- a/manifests/j/JetBrains/Rider/EAP/213.5281.17/JetBrains.Rider.EAP.installer.yaml +++ b/manifests/j/JetBrains/Rider/EAP/213.5281.17/JetBrains.Rider.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.Rider.EAP PackageVersion: 213.5281.17 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://download-cdn.jetbrains.com/rider/JetBrains.Rider-2021.3-EAP5-213.5281.17.Checked.exe InstallerSha256: 57E2A5EDC4610CA9B69CDBB4D7645D06235A9379B9A57CA8A99852972DA6971E ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/213.5281.17/JetBrains.Rider.EAP.locale.en-US.yaml b/manifests/j/JetBrains/Rider/EAP/213.5281.17/JetBrains.Rider.EAP.locale.en-US.yaml index 424203c838d59..1e98946d8fc58 100644 --- a/manifests/j/JetBrains/Rider/EAP/213.5281.17/JetBrains.Rider.EAP.locale.en-US.yaml +++ b/manifests/j/JetBrains/Rider/EAP/213.5281.17/JetBrains.Rider.EAP.locale.en-US.yaml @@ -1,28 +1,33 @@ -# 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.Rider.EAP PackageVersion: 213.5281.17 PackageLocale: en-US Publisher: JetBrains s.r.o. PublisherUrl: https://www.jetbrains.com -# PublisherSupportUrl: +# PublisherSupportUrl: PrivacyUrl: https://www.jetbrains.com/privacy-security/ -# Author: +# Author: PackageName: JetBrains Rider (EAP) PackageUrl: https://www.jetbrains.com/rider/ License: Copyright © JetBrains s.r.o. LicenseUrl: https://www.jetbrains.com/store/license.html Copyright: Copyright © JetBrains s.r.o. -# CopyrightUrl: +# CopyrightUrl: ShortDescription: Develop .NET, ASP.NET, .NET Core, Xamarin or Unity applications on Windows, Mac, Linux. Description: Develop .NET, ASP.NET, .NET Core, Xamarin or Unity applications on Windows, Mac, Linux. Note, however, that because EAPs are always works in progress, some of their features might not always work as expected. Moniker: rider-eap Tags: -- c# - .net +- asp.net +- c# - ide - jetbrains -- asp.net +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/213.5281.17/JetBrains.Rider.EAP.yaml b/manifests/j/JetBrains/Rider/EAP/213.5281.17/JetBrains.Rider.EAP.yaml index 51d690394592d..1ae837f6c888b 100644 --- a/manifests/j/JetBrains/Rider/EAP/213.5281.17/JetBrains.Rider.EAP.yaml +++ b/manifests/j/JetBrains/Rider/EAP/213.5281.17/JetBrains.Rider.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.Rider.EAP PackageVersion: 213.5281.17 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/213.5455.4/JetBrains.Rider.EAP.installer.yaml b/manifests/j/JetBrains/Rider/EAP/213.5455.4/JetBrains.Rider.EAP.installer.yaml index 5a174aa444e93..eab8fd3e0cb4e 100644 --- a/manifests/j/JetBrains/Rider/EAP/213.5455.4/JetBrains.Rider.EAP.installer.yaml +++ b/manifests/j/JetBrains/Rider/EAP/213.5455.4/JetBrains.Rider.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.Rider.EAP PackageVersion: 213.5455.4 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://download-cdn.jetbrains.com/rider/JetBrains.Rider-2021.3-EAP6-213.5455.4.Checked.exe InstallerSha256: 35620502D00D42C423EEDCFE0670AC161AD535BE5E67C90A1CF01C4A05BEED23 ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/213.5455.4/JetBrains.Rider.EAP.locale.en-US.yaml b/manifests/j/JetBrains/Rider/EAP/213.5455.4/JetBrains.Rider.EAP.locale.en-US.yaml index 0b30da99d7cf8..3f0fd26bedc10 100644 --- a/manifests/j/JetBrains/Rider/EAP/213.5455.4/JetBrains.Rider.EAP.locale.en-US.yaml +++ b/manifests/j/JetBrains/Rider/EAP/213.5455.4/JetBrains.Rider.EAP.locale.en-US.yaml @@ -1,28 +1,33 @@ -# 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.Rider.EAP PackageVersion: 213.5455.4 PackageLocale: en-US Publisher: JetBrains s.r.o. PublisherUrl: https://www.jetbrains.com -# PublisherSupportUrl: +# PublisherSupportUrl: PrivacyUrl: https://www.jetbrains.com/privacy-security/ -# Author: +# Author: PackageName: JetBrains Rider (EAP) PackageUrl: https://www.jetbrains.com/rider/ License: Copyright © JetBrains s.r.o. LicenseUrl: https://www.jetbrains.com/store/license.html Copyright: Copyright © JetBrains s.r.o. -# CopyrightUrl: +# CopyrightUrl: ShortDescription: Develop .NET, ASP.NET, .NET Core, Xamarin or Unity applications on Windows, Mac, Linux. Description: Develop .NET, ASP.NET, .NET Core, Xamarin or Unity applications on Windows, Mac, Linux. Note, however, that because EAPs are always works in progress, some of their features might not always work as expected. Moniker: rider-eap Tags: -- c# - .net +- asp.net +- c# - ide - jetbrains -- asp.net +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/213.5455.4/JetBrains.Rider.EAP.yaml b/manifests/j/JetBrains/Rider/EAP/213.5455.4/JetBrains.Rider.EAP.yaml index 634cdaa398eb0..5cace7904c992 100644 --- a/manifests/j/JetBrains/Rider/EAP/213.5455.4/JetBrains.Rider.EAP.yaml +++ b/manifests/j/JetBrains/Rider/EAP/213.5455.4/JetBrains.Rider.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.Rider.EAP PackageVersion: 213.5455.4 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/213.5605.83/JetBrains.Rider.EAP.installer.yaml b/manifests/j/JetBrains/Rider/EAP/213.5605.83/JetBrains.Rider.EAP.installer.yaml index 3e672b2426539..705f48afe006d 100644 --- a/manifests/j/JetBrains/Rider/EAP/213.5605.83/JetBrains.Rider.EAP.installer.yaml +++ b/manifests/j/JetBrains/Rider/EAP/213.5605.83/JetBrains.Rider.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.Rider.EAP PackageVersion: 213.5605.83 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://download-cdn.jetbrains.com/rider/JetBrains.Rider-2021.3-EAP7-213.5605.83.Checked.exe InstallerSha256: E836B6BF246FD50A229E6722944107D02FA53B05E7CE1181AB000EB306D352BE ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/213.5605.83/JetBrains.Rider.EAP.locale.en-US.yaml b/manifests/j/JetBrains/Rider/EAP/213.5605.83/JetBrains.Rider.EAP.locale.en-US.yaml index 223b9c99d2b52..c69b24873cea1 100644 --- a/manifests/j/JetBrains/Rider/EAP/213.5605.83/JetBrains.Rider.EAP.locale.en-US.yaml +++ b/manifests/j/JetBrains/Rider/EAP/213.5605.83/JetBrains.Rider.EAP.locale.en-US.yaml @@ -1,27 +1,33 @@ -# 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.Rider.EAP PackageVersion: 213.5605.83 PackageLocale: en-US Publisher: JetBrains s.r.o. PublisherUrl: https://www.jetbrains.com -# PublisherSupportUrl: +# PublisherSupportUrl: PrivacyUrl: https://www.jetbrains.com/privacy-security/ -# Author: +# Author: PackageName: JetBrains Rider (EAP) PackageUrl: https://www.jetbrains.com/rider/ License: Copyright © JetBrains s.r.o. LicenseUrl: https://www.jetbrains.com/store/license.html Copyright: Copyright © JetBrains s.r.o. -# CopyrightUrl: +# CopyrightUrl: ShortDescription: Develop .NET, ASP.NET, .NET Core, Xamarin or Unity applications on Windows, Mac, Linux. Description: Develop .NET, ASP.NET, .NET Core, Xamarin or Unity applications on Windows, Mac, Linux. Note, however, that because EAPs are always works in progress, some of their features might not always work as expected. +# Moniker: Tags: -- c# - .net +- asp.net +- c# - ide - jetbrains -- asp.net +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/213.5605.83/JetBrains.Rider.EAP.yaml b/manifests/j/JetBrains/Rider/EAP/213.5605.83/JetBrains.Rider.EAP.yaml index fbdad126a7c26..bd1a8e2931ec3 100644 --- a/manifests/j/JetBrains/Rider/EAP/213.5605.83/JetBrains.Rider.EAP.yaml +++ b/manifests/j/JetBrains/Rider/EAP/213.5605.83/JetBrains.Rider.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.Rider.EAP PackageVersion: 213.5605.83 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/213.5744.78/JetBrains.Rider.EAP.installer.yaml b/manifests/j/JetBrains/Rider/EAP/213.5744.78/JetBrains.Rider.EAP.installer.yaml index 0fc86c531fff2..1a5b38ca5f3dc 100644 --- a/manifests/j/JetBrains/Rider/EAP/213.5744.78/JetBrains.Rider.EAP.installer.yaml +++ b/manifests/j/JetBrains/Rider/EAP/213.5744.78/JetBrains.Rider.EAP.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.Rider.EAP PackageVersion: 213.5744.78 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://download-cdn.jetbrains.com/rider/JetBrains.Rider-2021.3-EAP8-213.5744.78.Checked.exe InstallerSha256: F156797CCF14EA6711E4093DBA7760E463C221CFC3C73C98DE402AAB0DE92B5B ManifestType: installer -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/213.5744.78/JetBrains.Rider.EAP.locale.en-US.yaml b/manifests/j/JetBrains/Rider/EAP/213.5744.78/JetBrains.Rider.EAP.locale.en-US.yaml index 744445b09ec52..989ac48a0a364 100644 --- a/manifests/j/JetBrains/Rider/EAP/213.5744.78/JetBrains.Rider.EAP.locale.en-US.yaml +++ b/manifests/j/JetBrains/Rider/EAP/213.5744.78/JetBrains.Rider.EAP.locale.en-US.yaml @@ -1,28 +1,33 @@ -# 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.Rider.EAP PackageVersion: 213.5744.78 PackageLocale: en-US Publisher: JetBrains s.r.o. PublisherUrl: https://www.jetbrains.com -# PublisherSupportUrl: +# PublisherSupportUrl: PrivacyUrl: https://www.jetbrains.com/privacy-security/ -# Author: +# Author: PackageName: JetBrains Rider (EAP) PackageUrl: https://www.jetbrains.com/rider/ License: Copyright © JetBrains s.r.o. LicenseUrl: https://www.jetbrains.com/store/license.html Copyright: Copyright © JetBrains s.r.o. -# CopyrightUrl: +# CopyrightUrl: ShortDescription: Develop .NET, ASP.NET, .NET Core, Xamarin or Unity applications on Windows, Mac, Linux. Description: Develop .NET, ASP.NET, .NET Core, Xamarin or Unity applications on Windows, Mac, Linux. Note, however, that because EAPs are always works in progress, some of their features might not always work as expected. -# Moniker: +# Moniker: Tags: -- c# - .net +- asp.net +- c# - ide - jetbrains -- asp.net +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/213.5744.78/JetBrains.Rider.EAP.yaml b/manifests/j/JetBrains/Rider/EAP/213.5744.78/JetBrains.Rider.EAP.yaml index d58479e517daa..9a172f7624954 100644 --- a/manifests/j/JetBrains/Rider/EAP/213.5744.78/JetBrains.Rider.EAP.yaml +++ b/manifests/j/JetBrains/Rider/EAP/213.5744.78/JetBrains.Rider.EAP.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.Rider.EAP PackageVersion: 213.5744.78 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.0.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/221.3427.104/JetBrains.Rider.EAP.installer.yaml b/manifests/j/JetBrains/Rider/EAP/221.3427.104/JetBrains.Rider.EAP.installer.yaml index d60ad8cbc4aa0..5759eabd9d42f 100644 --- a/manifests/j/JetBrains/Rider/EAP/221.3427.104/JetBrains.Rider.EAP.installer.yaml +++ b/manifests/j/JetBrains/Rider/EAP/221.3427.104/JetBrains.Rider.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.Rider.EAP PackageVersion: 221.3427.104 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://download-cdn.jetbrains.com/rider/JetBrains.Rider-2022.1-EAP1-221.3427.104.Checked.exe InstallerSha256: EB4585BA4445FD2F84C18097B249FDF20B1D363B7C829F94A5592C556D0B49A1 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/221.3427.104/JetBrains.Rider.EAP.locale.en-US.yaml b/manifests/j/JetBrains/Rider/EAP/221.3427.104/JetBrains.Rider.EAP.locale.en-US.yaml index 45be1fb27c9d0..0e1a91812d12b 100644 --- a/manifests/j/JetBrains/Rider/EAP/221.3427.104/JetBrains.Rider.EAP.locale.en-US.yaml +++ b/manifests/j/JetBrains/Rider/EAP/221.3427.104/JetBrains.Rider.EAP.locale.en-US.yaml @@ -1,31 +1,33 @@ -# 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.Rider.EAP PackageVersion: 221.3427.104 PackageLocale: en-US Publisher: JetBrains s.r.o. PublisherUrl: https://www.jetbrains.com -# PublisherSupportUrl: +# PublisherSupportUrl: PrivacyUrl: https://www.jetbrains.com/privacy-security/ -# Author: +# Author: PackageName: JetBrains Rider (EAP) PackageUrl: https://www.jetbrains.com/rider/ License: Copyright © JetBrains s.r.o. LicenseUrl: https://www.jetbrains.com/store/license.html Copyright: Copyright © JetBrains s.r.o. -# CopyrightUrl: +# CopyrightUrl: ShortDescription: Develop .NET, ASP.NET, .NET Core, Xamarin or Unity applications on Windows, Mac, Linux. Description: Develop .NET, ASP.NET, .NET Core, Xamarin or Unity applications on Windows, Mac, Linux. Note, however, that because EAPs are always works in progress, some of their features might not always work as expected. -# Moniker: +# Moniker: Tags: - .net - asp.net - c# - ide - 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/Rider/EAP/221.3427.104/JetBrains.Rider.EAP.yaml b/manifests/j/JetBrains/Rider/EAP/221.3427.104/JetBrains.Rider.EAP.yaml index 03efaadac84b7..8053486c0bbb1 100644 --- a/manifests/j/JetBrains/Rider/EAP/221.3427.104/JetBrains.Rider.EAP.yaml +++ b/manifests/j/JetBrains/Rider/EAP/221.3427.104/JetBrains.Rider.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.Rider.EAP PackageVersion: 221.3427.104 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/221.4165.164/JetBrains.Rider.EAP.installer.yaml b/manifests/j/JetBrains/Rider/EAP/221.4165.164/JetBrains.Rider.EAP.installer.yaml index 0ac5403c4bf69..0d11a97f06db7 100644 --- a/manifests/j/JetBrains/Rider/EAP/221.4165.164/JetBrains.Rider.EAP.installer.yaml +++ b/manifests/j/JetBrains/Rider/EAP/221.4165.164/JetBrains.Rider.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.Rider.EAP PackageVersion: 221.4165.164 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://download-cdn.jetbrains.com/rider/JetBrains.Rider-2022.1-EAP2-221.4165.164.Checked.exe InstallerSha256: 98006CF39AD768C57C49D9D04560F8F3746FEA242E5457223C459E3AD952F5D1 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/221.4165.164/JetBrains.Rider.EAP.locale.en-US.yaml b/manifests/j/JetBrains/Rider/EAP/221.4165.164/JetBrains.Rider.EAP.locale.en-US.yaml index aa70a1c9759a0..999e6cf5be3da 100644 --- a/manifests/j/JetBrains/Rider/EAP/221.4165.164/JetBrains.Rider.EAP.locale.en-US.yaml +++ b/manifests/j/JetBrains/Rider/EAP/221.4165.164/JetBrains.Rider.EAP.locale.en-US.yaml @@ -1,31 +1,33 @@ -# 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.Rider.EAP PackageVersion: 221.4165.164 PackageLocale: en-US Publisher: JetBrains s.r.o. PublisherUrl: https://www.jetbrains.com -# PublisherSupportUrl: +# PublisherSupportUrl: PrivacyUrl: https://www.jetbrains.com/privacy-security/ -# Author: +# Author: PackageName: JetBrains Rider (EAP) PackageUrl: https://www.jetbrains.com/rider/ License: Copyright © JetBrains s.r.o. LicenseUrl: https://www.jetbrains.com/store/license.html Copyright: Copyright © JetBrains s.r.o. -# CopyrightUrl: +# CopyrightUrl: ShortDescription: Develop .NET, ASP.NET, .NET Core, Xamarin or Unity applications on Windows, Mac, Linux. Description: Develop .NET, ASP.NET, .NET Core, Xamarin or Unity applications on Windows, Mac, Linux. Note, however, that because EAPs are always works in progress, some of their features might not always work as expected. -# Moniker: +# Moniker: Tags: - .net - asp.net - c# - ide - 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/Rider/EAP/221.4165.164/JetBrains.Rider.EAP.yaml b/manifests/j/JetBrains/Rider/EAP/221.4165.164/JetBrains.Rider.EAP.yaml index 62cf355e7499f..3640fcea12e54 100644 --- a/manifests/j/JetBrains/Rider/EAP/221.4165.164/JetBrains.Rider.EAP.yaml +++ b/manifests/j/JetBrains/Rider/EAP/221.4165.164/JetBrains.Rider.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.Rider.EAP PackageVersion: 221.4165.164 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/221.4501.83/JetBrains.Rider.EAP.installer.yaml b/manifests/j/JetBrains/Rider/EAP/221.4501.83/JetBrains.Rider.EAP.installer.yaml index cc754e3e34e24..7918042c26b51 100644 --- a/manifests/j/JetBrains/Rider/EAP/221.4501.83/JetBrains.Rider.EAP.installer.yaml +++ b/manifests/j/JetBrains/Rider/EAP/221.4501.83/JetBrains.Rider.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.Rider.EAP PackageVersion: 221.4501.83 @@ -17,4 +17,4 @@ Installers: InstallerUrl: https://download-cdn.jetbrains.com/rider/JetBrains.Rider-2022.1-EAP3-221.4501.83.Checked.exe InstallerSha256: C9E2EF880623FC9BA6BC3C9E931A2D00E8468DF10BFA25C1424859E7B825E0E5 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/221.4501.83/JetBrains.Rider.EAP.locale.en-US.yaml b/manifests/j/JetBrains/Rider/EAP/221.4501.83/JetBrains.Rider.EAP.locale.en-US.yaml index 02fce48269c09..53a27ef9b361a 100644 --- a/manifests/j/JetBrains/Rider/EAP/221.4501.83/JetBrains.Rider.EAP.locale.en-US.yaml +++ b/manifests/j/JetBrains/Rider/EAP/221.4501.83/JetBrains.Rider.EAP.locale.en-US.yaml @@ -1,31 +1,33 @@ -# 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.Rider.EAP PackageVersion: 221.4501.83 PackageLocale: en-US Publisher: JetBrains s.r.o. PublisherUrl: https://www.jetbrains.com -# PublisherSupportUrl: +# PublisherSupportUrl: PrivacyUrl: https://www.jetbrains.com/privacy-security/ -# Author: +# Author: PackageName: JetBrains Rider (EAP) PackageUrl: https://www.jetbrains.com/rider/ License: Copyright © JetBrains s.r.o. LicenseUrl: https://www.jetbrains.com/store/license.html Copyright: Copyright © JetBrains s.r.o. -# CopyrightUrl: +# CopyrightUrl: ShortDescription: Develop .NET, ASP.NET, .NET Core, Xamarin or Unity applications on Windows, Mac, Linux. Description: Develop .NET, ASP.NET, .NET Core, Xamarin or Unity applications on Windows, Mac, Linux. Note, however, that because EAPs are always works in progress, some of their features might not always work as expected. -# Moniker: +# Moniker: Tags: - .net - asp.net - c# - ide - 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/Rider/EAP/221.4501.83/JetBrains.Rider.EAP.yaml b/manifests/j/JetBrains/Rider/EAP/221.4501.83/JetBrains.Rider.EAP.yaml index bd04ff797d925..d1ac40b6745a0 100644 --- a/manifests/j/JetBrains/Rider/EAP/221.4501.83/JetBrains.Rider.EAP.yaml +++ b/manifests/j/JetBrains/Rider/EAP/221.4501.83/JetBrains.Rider.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.Rider.EAP PackageVersion: 221.4501.83 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/221.4906.10/JetBrains.Rider.EAP.installer.yaml b/manifests/j/JetBrains/Rider/EAP/221.4906.10/JetBrains.Rider.EAP.installer.yaml index 769d7982bf68e..27a74c07a270c 100644 --- a/manifests/j/JetBrains/Rider/EAP/221.4906.10/JetBrains.Rider.EAP.installer.yaml +++ b/manifests/j/JetBrains/Rider/EAP/221.4906.10/JetBrains.Rider.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.Rider.EAP PackageVersion: 221.4906.10 @@ -18,4 +18,4 @@ Installers: InstallerSha256: 58A00D345347EB98E2D8B6B4E8A9242199812F76BAAB85B853C35F6EC00AE2CE ProductCode: JetBrains Rider 221.4906.10 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/221.4906.10/JetBrains.Rider.EAP.locale.en-US.yaml b/manifests/j/JetBrains/Rider/EAP/221.4906.10/JetBrains.Rider.EAP.locale.en-US.yaml index e3a8bb5f10d83..922aa23780938 100644 --- a/manifests/j/JetBrains/Rider/EAP/221.4906.10/JetBrains.Rider.EAP.locale.en-US.yaml +++ b/manifests/j/JetBrains/Rider/EAP/221.4906.10/JetBrains.Rider.EAP.locale.en-US.yaml @@ -1,31 +1,33 @@ -# 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.Rider.EAP PackageVersion: 221.4906.10 PackageLocale: en-US Publisher: JetBrains s.r.o. PublisherUrl: https://www.jetbrains.com -# PublisherSupportUrl: +# PublisherSupportUrl: PrivacyUrl: https://www.jetbrains.com/privacy-security/ -# Author: +# Author: PackageName: JetBrains Rider (EAP) PackageUrl: https://www.jetbrains.com/rider/ License: Copyright © JetBrains s.r.o. LicenseUrl: https://www.jetbrains.com/store/license.html Copyright: Copyright © JetBrains s.r.o. -# CopyrightUrl: +# CopyrightUrl: ShortDescription: Develop .NET, ASP.NET, .NET Core, Xamarin or Unity applications on Windows, Mac, Linux. Description: Develop .NET, ASP.NET, .NET Core, Xamarin or Unity applications on Windows, Mac, Linux. Note, however, that because EAPs are always works in progress, some of their features might not always work as expected. -# Moniker: +# Moniker: Tags: - .net - asp.net - c# - ide - 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/Rider/EAP/221.4906.10/JetBrains.Rider.EAP.yaml b/manifests/j/JetBrains/Rider/EAP/221.4906.10/JetBrains.Rider.EAP.yaml index db24f36a6ffa0..daa055f680349 100644 --- a/manifests/j/JetBrains/Rider/EAP/221.4906.10/JetBrains.Rider.EAP.yaml +++ b/manifests/j/JetBrains/Rider/EAP/221.4906.10/JetBrains.Rider.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.Rider.EAP PackageVersion: 221.4906.10 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/221.4994.45/JetBrains.Rider.EAP.installer.yaml b/manifests/j/JetBrains/Rider/EAP/221.4994.45/JetBrains.Rider.EAP.installer.yaml index d0ea05006f551..dc14c6c7bae50 100644 --- a/manifests/j/JetBrains/Rider/EAP/221.4994.45/JetBrains.Rider.EAP.installer.yaml +++ b/manifests/j/JetBrains/Rider/EAP/221.4994.45/JetBrains.Rider.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.Rider.EAP PackageVersion: 221.4994.45 @@ -18,4 +18,4 @@ Installers: InstallerSha256: 612A510649DF9561A6FBBD987329F63BFD9271A0B9472C602D59744373E90E89 ProductCode: JetBrains Rider 221.4994.45 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/221.4994.45/JetBrains.Rider.EAP.locale.en-US.yaml b/manifests/j/JetBrains/Rider/EAP/221.4994.45/JetBrains.Rider.EAP.locale.en-US.yaml index 8248dbca90da0..04d5e7bd6c106 100644 --- a/manifests/j/JetBrains/Rider/EAP/221.4994.45/JetBrains.Rider.EAP.locale.en-US.yaml +++ b/manifests/j/JetBrains/Rider/EAP/221.4994.45/JetBrains.Rider.EAP.locale.en-US.yaml @@ -1,31 +1,33 @@ -# 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.Rider.EAP PackageVersion: 221.4994.45 PackageLocale: en-US Publisher: JetBrains s.r.o. PublisherUrl: https://www.jetbrains.com -# PublisherSupportUrl: +# PublisherSupportUrl: PrivacyUrl: https://www.jetbrains.com/privacy-security/ -# Author: +# Author: PackageName: JetBrains Rider (EAP) PackageUrl: https://www.jetbrains.com/rider/ License: Copyright © JetBrains s.r.o. LicenseUrl: https://www.jetbrains.com/store/license.html Copyright: Copyright © JetBrains s.r.o. -# CopyrightUrl: +# CopyrightUrl: ShortDescription: Develop .NET, ASP.NET, .NET Core, Xamarin or Unity applications on Windows, Mac, Linux. Description: Develop .NET, ASP.NET, .NET Core, Xamarin or Unity applications on Windows, Mac, Linux. Note, however, that because EAPs are always works in progress, some of their features might not always work as expected. -# Moniker: +# Moniker: Tags: - .net - asp.net - c# - ide - 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/Rider/EAP/221.4994.45/JetBrains.Rider.EAP.yaml b/manifests/j/JetBrains/Rider/EAP/221.4994.45/JetBrains.Rider.EAP.yaml index 2bee0d3f371dc..a2897d11130bf 100644 --- a/manifests/j/JetBrains/Rider/EAP/221.4994.45/JetBrains.Rider.EAP.yaml +++ b/manifests/j/JetBrains/Rider/EAP/221.4994.45/JetBrains.Rider.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.Rider.EAP PackageVersion: 221.4994.45 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/221.5080.29/JetBrains.Rider.EAP.installer.yaml b/manifests/j/JetBrains/Rider/EAP/221.5080.29/JetBrains.Rider.EAP.installer.yaml index a2f9097fd3b89..dab52215d9d19 100644 --- a/manifests/j/JetBrains/Rider/EAP/221.5080.29/JetBrains.Rider.EAP.installer.yaml +++ b/manifests/j/JetBrains/Rider/EAP/221.5080.29/JetBrains.Rider.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.Rider.EAP PackageVersion: 221.5080.29 @@ -18,4 +18,4 @@ Installers: InstallerSha256: 37DE807182CB8FA57312F56716347E136B816796D4F3405185C70DD9B96C6E78 ProductCode: JetBrains Rider 221.5080.29 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/221.5080.29/JetBrains.Rider.EAP.locale.en-US.yaml b/manifests/j/JetBrains/Rider/EAP/221.5080.29/JetBrains.Rider.EAP.locale.en-US.yaml index 0c690cdce606b..b18f26a342034 100644 --- a/manifests/j/JetBrains/Rider/EAP/221.5080.29/JetBrains.Rider.EAP.locale.en-US.yaml +++ b/manifests/j/JetBrains/Rider/EAP/221.5080.29/JetBrains.Rider.EAP.locale.en-US.yaml @@ -1,31 +1,33 @@ -# 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.Rider.EAP PackageVersion: 221.5080.29 PackageLocale: en-US Publisher: JetBrains s.r.o. PublisherUrl: https://www.jetbrains.com -# PublisherSupportUrl: +# PublisherSupportUrl: PrivacyUrl: https://www.jetbrains.com/privacy-security/ -# Author: +# Author: PackageName: JetBrains Rider (EAP) PackageUrl: https://www.jetbrains.com/rider/ License: Copyright © JetBrains s.r.o. LicenseUrl: https://www.jetbrains.com/store/license.html Copyright: Copyright © JetBrains s.r.o. -# CopyrightUrl: +# CopyrightUrl: ShortDescription: Develop .NET, ASP.NET, .NET Core, Xamarin or Unity applications on Windows, Mac, Linux. Description: Develop .NET, ASP.NET, .NET Core, Xamarin or Unity applications on Windows, Mac, Linux. Note, however, that because EAPs are always works in progress, some of their features might not always work as expected. -# Moniker: +# Moniker: Tags: - .net - asp.net - c# - ide - 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/Rider/EAP/221.5080.29/JetBrains.Rider.EAP.yaml b/manifests/j/JetBrains/Rider/EAP/221.5080.29/JetBrains.Rider.EAP.yaml index 5ec49aaaa745e..57271661c09d3 100644 --- a/manifests/j/JetBrains/Rider/EAP/221.5080.29/JetBrains.Rider.EAP.yaml +++ b/manifests/j/JetBrains/Rider/EAP/221.5080.29/JetBrains.Rider.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.Rider.EAP PackageVersion: 221.5080.29 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/221.5080.72/JetBrains.Rider.EAP.installer.yaml b/manifests/j/JetBrains/Rider/EAP/221.5080.72/JetBrains.Rider.EAP.installer.yaml index 276af2b77fefb..520158a696f2c 100644 --- a/manifests/j/JetBrains/Rider/EAP/221.5080.72/JetBrains.Rider.EAP.installer.yaml +++ b/manifests/j/JetBrains/Rider/EAP/221.5080.72/JetBrains.Rider.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.Rider.EAP PackageVersion: 221.5080.72 @@ -18,4 +18,4 @@ Installers: InstallerSha256: 3F59608A5D33E726CE11481F0D87761AAD898F55C47668066898093973204E20 ProductCode: JetBrains Rider 221.5080.72 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/221.5080.72/JetBrains.Rider.EAP.locale.en-US.yaml b/manifests/j/JetBrains/Rider/EAP/221.5080.72/JetBrains.Rider.EAP.locale.en-US.yaml index 17063d7d7f0bf..0aea29ca601ac 100644 --- a/manifests/j/JetBrains/Rider/EAP/221.5080.72/JetBrains.Rider.EAP.locale.en-US.yaml +++ b/manifests/j/JetBrains/Rider/EAP/221.5080.72/JetBrains.Rider.EAP.locale.en-US.yaml @@ -1,31 +1,33 @@ -# 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.Rider.EAP PackageVersion: 221.5080.72 PackageLocale: en-US Publisher: JetBrains s.r.o. PublisherUrl: https://www.jetbrains.com -# PublisherSupportUrl: +# PublisherSupportUrl: PrivacyUrl: https://www.jetbrains.com/privacy-security/ -# Author: +# Author: PackageName: JetBrains Rider (EAP) PackageUrl: https://www.jetbrains.com/rider/ License: Copyright © JetBrains s.r.o. LicenseUrl: https://www.jetbrains.com/store/license.html Copyright: Copyright © JetBrains s.r.o. -# CopyrightUrl: +# CopyrightUrl: ShortDescription: Develop .NET, ASP.NET, .NET Core, Xamarin or Unity applications on Windows, Mac, Linux. Description: Develop .NET, ASP.NET, .NET Core, Xamarin or Unity applications on Windows, Mac, Linux. Note, however, that because EAPs are always works in progress, some of their features might not always work as expected. -# Moniker: +# Moniker: Tags: - .net - asp.net - c# - ide - 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/Rider/EAP/221.5080.72/JetBrains.Rider.EAP.yaml b/manifests/j/JetBrains/Rider/EAP/221.5080.72/JetBrains.Rider.EAP.yaml index 79e162eafae6b..9f13402395be7 100644 --- a/manifests/j/JetBrains/Rider/EAP/221.5080.72/JetBrains.Rider.EAP.yaml +++ b/manifests/j/JetBrains/Rider/EAP/221.5080.72/JetBrains.Rider.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.Rider.EAP PackageVersion: 221.5080.72 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/222.2270.26/JetBrains.Rider.EAP.installer.yaml b/manifests/j/JetBrains/Rider/EAP/222.2270.26/JetBrains.Rider.EAP.installer.yaml index 078d81b4058db..5997967fc5153 100644 --- a/manifests/j/JetBrains/Rider/EAP/222.2270.26/JetBrains.Rider.EAP.installer.yaml +++ b/manifests/j/JetBrains/Rider/EAP/222.2270.26/JetBrains.Rider.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.Rider.EAP PackageVersion: 222.2270.26 @@ -18,4 +18,4 @@ Installers: InstallerSha256: 87A94982C57050605C889313124318EE2870B1BB768CFA18B992FFA4F9BC6FF9 ProductCode: JetBrains Rider 222.2270.26 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/222.2270.26/JetBrains.Rider.EAP.locale.en-US.yaml b/manifests/j/JetBrains/Rider/EAP/222.2270.26/JetBrains.Rider.EAP.locale.en-US.yaml index 24a2c09f06c91..891da90a483e5 100644 --- a/manifests/j/JetBrains/Rider/EAP/222.2270.26/JetBrains.Rider.EAP.locale.en-US.yaml +++ b/manifests/j/JetBrains/Rider/EAP/222.2270.26/JetBrains.Rider.EAP.locale.en-US.yaml @@ -1,31 +1,33 @@ -# 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.Rider.EAP PackageVersion: 222.2270.26 PackageLocale: en-US Publisher: JetBrains s.r.o. PublisherUrl: https://www.jetbrains.com -# PublisherSupportUrl: +# PublisherSupportUrl: PrivacyUrl: https://www.jetbrains.com/privacy-security/ -# Author: +# Author: PackageName: JetBrains Rider (EAP) PackageUrl: https://www.jetbrains.com/rider/ License: Copyright © JetBrains s.r.o. LicenseUrl: https://www.jetbrains.com/store/license.html Copyright: Copyright © JetBrains s.r.o. -# CopyrightUrl: +# CopyrightUrl: ShortDescription: Develop .NET, ASP.NET, .NET Core, Xamarin or Unity applications on Windows, Mac, Linux. Description: Develop .NET, ASP.NET, .NET Core, Xamarin or Unity applications on Windows, Mac, Linux. Note, however, that because EAPs are always works in progress, some of their features might not always work as expected. -# Moniker: +# Moniker: Tags: - .net - asp.net - c# - ide - 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/Rider/EAP/222.2270.26/JetBrains.Rider.EAP.yaml b/manifests/j/JetBrains/Rider/EAP/222.2270.26/JetBrains.Rider.EAP.yaml index 157bea836fe62..47d22b52fc33c 100644 --- a/manifests/j/JetBrains/Rider/EAP/222.2270.26/JetBrains.Rider.EAP.yaml +++ b/manifests/j/JetBrains/Rider/EAP/222.2270.26/JetBrains.Rider.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.Rider.EAP PackageVersion: 222.2270.26 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/222.2680.9/JetBrains.Rider.EAP.installer.yaml b/manifests/j/JetBrains/Rider/EAP/222.2680.9/JetBrains.Rider.EAP.installer.yaml index f46ba3b95e6df..0ffd5d5e91993 100644 --- a/manifests/j/JetBrains/Rider/EAP/222.2680.9/JetBrains.Rider.EAP.installer.yaml +++ b/manifests/j/JetBrains/Rider/EAP/222.2680.9/JetBrains.Rider.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.Rider.EAP PackageVersion: 222.2680.9 @@ -18,4 +18,4 @@ Installers: InstallerSha256: A542E3768CAA6FF2CC7A1C8957FC7F72DD8BDB9B80ED7CF4771C0F6D143240C6 ProductCode: JetBrains Rider 222.2680.9 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/222.2680.9/JetBrains.Rider.EAP.locale.en-US.yaml b/manifests/j/JetBrains/Rider/EAP/222.2680.9/JetBrains.Rider.EAP.locale.en-US.yaml index 82ee6c646e353..af072dc63fd79 100644 --- a/manifests/j/JetBrains/Rider/EAP/222.2680.9/JetBrains.Rider.EAP.locale.en-US.yaml +++ b/manifests/j/JetBrains/Rider/EAP/222.2680.9/JetBrains.Rider.EAP.locale.en-US.yaml @@ -1,31 +1,33 @@ -# 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.Rider.EAP PackageVersion: 222.2680.9 PackageLocale: en-US Publisher: JetBrains s.r.o. PublisherUrl: https://www.jetbrains.com -# PublisherSupportUrl: +# PublisherSupportUrl: PrivacyUrl: https://www.jetbrains.com/privacy-security/ -# Author: +# Author: PackageName: JetBrains Rider (EAP) PackageUrl: https://www.jetbrains.com/rider/ License: Copyright © JetBrains s.r.o. LicenseUrl: https://www.jetbrains.com/store/license.html Copyright: Copyright © JetBrains s.r.o. -# CopyrightUrl: +# CopyrightUrl: ShortDescription: Develop .NET, ASP.NET, .NET Core, Xamarin or Unity applications on Windows, Mac, Linux. Description: Develop .NET, ASP.NET, .NET Core, Xamarin or Unity applications on Windows, Mac, Linux. Note, however, that because EAPs are always works in progress, some of their features might not always work as expected. -# Moniker: +# Moniker: Tags: - .net - asp.net - c# - ide - 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/Rider/EAP/222.2680.9/JetBrains.Rider.EAP.yaml b/manifests/j/JetBrains/Rider/EAP/222.2680.9/JetBrains.Rider.EAP.yaml index e80eef922fb14..15f0d119dc04b 100644 --- a/manifests/j/JetBrains/Rider/EAP/222.2680.9/JetBrains.Rider.EAP.yaml +++ b/manifests/j/JetBrains/Rider/EAP/222.2680.9/JetBrains.Rider.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.Rider.EAP PackageVersion: 222.2680.9 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/222.2889.22/JetBrains.Rider.EAP.installer.yaml b/manifests/j/JetBrains/Rider/EAP/222.2889.22/JetBrains.Rider.EAP.installer.yaml index 736f55395d4ec..5987bd38b45a2 100644 --- a/manifests/j/JetBrains/Rider/EAP/222.2889.22/JetBrains.Rider.EAP.installer.yaml +++ b/manifests/j/JetBrains/Rider/EAP/222.2889.22/JetBrains.Rider.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.Rider.EAP PackageVersion: 222.2889.22 @@ -18,4 +18,4 @@ Installers: InstallerSha256: 76045993A7B49FB6C73C44F2BFC64DC8979C543D82E56DF78546C0ECC8F952E0 ProductCode: JetBrains Rider 222.2889.22 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/222.2889.22/JetBrains.Rider.EAP.locale.en-US.yaml b/manifests/j/JetBrains/Rider/EAP/222.2889.22/JetBrains.Rider.EAP.locale.en-US.yaml index 2444abb182a2d..140db7b4c9900 100644 --- a/manifests/j/JetBrains/Rider/EAP/222.2889.22/JetBrains.Rider.EAP.locale.en-US.yaml +++ b/manifests/j/JetBrains/Rider/EAP/222.2889.22/JetBrains.Rider.EAP.locale.en-US.yaml @@ -1,31 +1,33 @@ -# 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.Rider.EAP PackageVersion: 222.2889.22 PackageLocale: en-US Publisher: JetBrains s.r.o. PublisherUrl: https://www.jetbrains.com -# PublisherSupportUrl: +# PublisherSupportUrl: PrivacyUrl: https://www.jetbrains.com/privacy-security/ -# Author: +# Author: PackageName: JetBrains Rider (EAP) PackageUrl: https://www.jetbrains.com/rider/ License: Copyright © JetBrains s.r.o. LicenseUrl: https://www.jetbrains.com/store/license.html Copyright: Copyright © JetBrains s.r.o. -# CopyrightUrl: +# CopyrightUrl: ShortDescription: Develop .NET, ASP.NET, .NET Core, Xamarin or Unity applications on Windows, Mac, Linux. Description: Develop .NET, ASP.NET, .NET Core, Xamarin or Unity applications on Windows, Mac, Linux. Note, however, that because EAPs are always works in progress, some of their features might not always work as expected. -# Moniker: +# Moniker: Tags: - .net - asp.net - c# - ide - 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/Rider/EAP/222.2889.22/JetBrains.Rider.EAP.yaml b/manifests/j/JetBrains/Rider/EAP/222.2889.22/JetBrains.Rider.EAP.yaml index 8ede9ec535a70..f98953c92afde 100644 --- a/manifests/j/JetBrains/Rider/EAP/222.2889.22/JetBrains.Rider.EAP.yaml +++ b/manifests/j/JetBrains/Rider/EAP/222.2889.22/JetBrains.Rider.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.Rider.EAP PackageVersion: 222.2889.22 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/222.2964.37/JetBrains.Rider.EAP.installer.yaml b/manifests/j/JetBrains/Rider/EAP/222.2964.37/JetBrains.Rider.EAP.installer.yaml index c6abcdd3d736f..06edb58447370 100644 --- a/manifests/j/JetBrains/Rider/EAP/222.2964.37/JetBrains.Rider.EAP.installer.yaml +++ b/manifests/j/JetBrains/Rider/EAP/222.2964.37/JetBrains.Rider.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.Rider.EAP PackageVersion: 222.2964.37 @@ -18,4 +18,4 @@ Installers: InstallerSha256: 1764CA2850D2B05DAF80FE5BFC420590D7B2B30D88EF1F45B14E177E5A5D304E ProductCode: JetBrains Rider 222.2964.37 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/222.2964.37/JetBrains.Rider.EAP.locale.en-US.yaml b/manifests/j/JetBrains/Rider/EAP/222.2964.37/JetBrains.Rider.EAP.locale.en-US.yaml index 570e54ed1679d..930bcc2744ac2 100644 --- a/manifests/j/JetBrains/Rider/EAP/222.2964.37/JetBrains.Rider.EAP.locale.en-US.yaml +++ b/manifests/j/JetBrains/Rider/EAP/222.2964.37/JetBrains.Rider.EAP.locale.en-US.yaml @@ -1,31 +1,33 @@ -# 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.Rider.EAP PackageVersion: 222.2964.37 PackageLocale: en-US Publisher: JetBrains s.r.o. PublisherUrl: https://www.jetbrains.com -# PublisherSupportUrl: +# PublisherSupportUrl: PrivacyUrl: https://www.jetbrains.com/privacy-security/ -# Author: +# Author: PackageName: JetBrains Rider (EAP) PackageUrl: https://www.jetbrains.com/rider/ License: Copyright © JetBrains s.r.o. LicenseUrl: https://www.jetbrains.com/store/license.html Copyright: Copyright © JetBrains s.r.o. -# CopyrightUrl: +# CopyrightUrl: ShortDescription: Develop .NET, ASP.NET, .NET Core, Xamarin or Unity applications on Windows, Mac, Linux. Description: Develop .NET, ASP.NET, .NET Core, Xamarin or Unity applications on Windows, Mac, Linux. Note, however, that because EAPs are always works in progress, some of their features might not always work as expected. -# Moniker: +# Moniker: Tags: - .net - asp.net - c# - ide - 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/Rider/EAP/222.2964.37/JetBrains.Rider.EAP.yaml b/manifests/j/JetBrains/Rider/EAP/222.2964.37/JetBrains.Rider.EAP.yaml index be290f309acef..7fd575b0d398b 100644 --- a/manifests/j/JetBrains/Rider/EAP/222.2964.37/JetBrains.Rider.EAP.yaml +++ b/manifests/j/JetBrains/Rider/EAP/222.2964.37/JetBrains.Rider.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.Rider.EAP PackageVersion: 222.2964.37 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/222.3048.11/JetBrains.Rider.EAP.installer.yaml b/manifests/j/JetBrains/Rider/EAP/222.3048.11/JetBrains.Rider.EAP.installer.yaml index 528889a700762..53fc7b88c350c 100644 --- a/manifests/j/JetBrains/Rider/EAP/222.3048.11/JetBrains.Rider.EAP.installer.yaml +++ b/manifests/j/JetBrains/Rider/EAP/222.3048.11/JetBrains.Rider.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.Rider.EAP PackageVersion: 222.3048.11 @@ -18,4 +18,4 @@ Installers: InstallerSha256: 1AE29BB3C8AC1B4EB1BE2B301C4983A834B07A28B4B92B429244F1927635DD0C ProductCode: JetBrains Rider 222.3048.11 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/222.3048.11/JetBrains.Rider.EAP.locale.en-US.yaml b/manifests/j/JetBrains/Rider/EAP/222.3048.11/JetBrains.Rider.EAP.locale.en-US.yaml index db683bf349b94..3d19ee8c8d9c5 100644 --- a/manifests/j/JetBrains/Rider/EAP/222.3048.11/JetBrains.Rider.EAP.locale.en-US.yaml +++ b/manifests/j/JetBrains/Rider/EAP/222.3048.11/JetBrains.Rider.EAP.locale.en-US.yaml @@ -1,31 +1,33 @@ -# 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.Rider.EAP PackageVersion: 222.3048.11 PackageLocale: en-US Publisher: JetBrains s.r.o. PublisherUrl: https://www.jetbrains.com -# PublisherSupportUrl: +# PublisherSupportUrl: PrivacyUrl: https://www.jetbrains.com/privacy-security/ -# Author: +# Author: PackageName: JetBrains Rider (EAP) PackageUrl: https://www.jetbrains.com/rider/ License: Copyright © JetBrains s.r.o. LicenseUrl: https://www.jetbrains.com/store/license.html Copyright: Copyright © JetBrains s.r.o. -# CopyrightUrl: +# CopyrightUrl: ShortDescription: Develop .NET, ASP.NET, .NET Core, Xamarin or Unity applications on Windows, Mac, Linux. Description: Develop .NET, ASP.NET, .NET Core, Xamarin or Unity applications on Windows, Mac, Linux. Note, however, that because EAPs are always works in progress, some of their features might not always work as expected. -# Moniker: +# Moniker: Tags: - .net - asp.net - c# - ide - 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/Rider/EAP/222.3048.11/JetBrains.Rider.EAP.yaml b/manifests/j/JetBrains/Rider/EAP/222.3048.11/JetBrains.Rider.EAP.yaml index 99008f4f11e74..26cefc4c723d0 100644 --- a/manifests/j/JetBrains/Rider/EAP/222.3048.11/JetBrains.Rider.EAP.yaml +++ b/manifests/j/JetBrains/Rider/EAP/222.3048.11/JetBrains.Rider.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.Rider.EAP PackageVersion: 222.3048.11 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/222.3153.9/JetBrains.Rider.EAP.installer.yaml b/manifests/j/JetBrains/Rider/EAP/222.3153.9/JetBrains.Rider.EAP.installer.yaml index aac18490bca09..5360ccef27a43 100644 --- a/manifests/j/JetBrains/Rider/EAP/222.3153.9/JetBrains.Rider.EAP.installer.yaml +++ b/manifests/j/JetBrains/Rider/EAP/222.3153.9/JetBrains.Rider.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.Rider.EAP PackageVersion: 222.3153.9 @@ -18,4 +18,4 @@ Installers: InstallerSha256: 8A09BC6FE385C4672D363FEC1213F5B04B0274601D4F31F80F8EA6F84829D8AD ProductCode: JetBrains Rider 222.3153.9 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/222.3153.9/JetBrains.Rider.EAP.locale.en-US.yaml b/manifests/j/JetBrains/Rider/EAP/222.3153.9/JetBrains.Rider.EAP.locale.en-US.yaml index cb028fef1e007..f4b8ad5465d92 100644 --- a/manifests/j/JetBrains/Rider/EAP/222.3153.9/JetBrains.Rider.EAP.locale.en-US.yaml +++ b/manifests/j/JetBrains/Rider/EAP/222.3153.9/JetBrains.Rider.EAP.locale.en-US.yaml @@ -1,31 +1,33 @@ -# 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.Rider.EAP PackageVersion: 222.3153.9 PackageLocale: en-US Publisher: JetBrains s.r.o. PublisherUrl: https://www.jetbrains.com -# PublisherSupportUrl: +# PublisherSupportUrl: PrivacyUrl: https://www.jetbrains.com/privacy-security/ -# Author: +# Author: PackageName: JetBrains Rider (EAP) PackageUrl: https://www.jetbrains.com/rider/ License: Copyright © JetBrains s.r.o. LicenseUrl: https://www.jetbrains.com/store/license.html Copyright: Copyright © JetBrains s.r.o. -# CopyrightUrl: +# CopyrightUrl: ShortDescription: Develop .NET, ASP.NET, .NET Core, Xamarin or Unity applications on Windows, Mac, Linux. Description: Develop .NET, ASP.NET, .NET Core, Xamarin or Unity applications on Windows, Mac, Linux. Note, however, that because EAPs are always works in progress, some of their features might not always work as expected. -# Moniker: +# Moniker: Tags: - .net - asp.net - c# - ide - 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/Rider/EAP/222.3153.9/JetBrains.Rider.EAP.yaml b/manifests/j/JetBrains/Rider/EAP/222.3153.9/JetBrains.Rider.EAP.yaml index a76a55a9c1b6f..3b0282bba786d 100644 --- a/manifests/j/JetBrains/Rider/EAP/222.3153.9/JetBrains.Rider.EAP.yaml +++ b/manifests/j/JetBrains/Rider/EAP/222.3153.9/JetBrains.Rider.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.Rider.EAP PackageVersion: 222.3153.9 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/222.3244.17/JetBrains.Rider.EAP.installer.yaml b/manifests/j/JetBrains/Rider/EAP/222.3244.17/JetBrains.Rider.EAP.installer.yaml index 2b2a7716b46c6..431a9d71f9a02 100644 --- a/manifests/j/JetBrains/Rider/EAP/222.3244.17/JetBrains.Rider.EAP.installer.yaml +++ b/manifests/j/JetBrains/Rider/EAP/222.3244.17/JetBrains.Rider.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.Rider.EAP PackageVersion: 222.3244.17 @@ -18,4 +18,4 @@ Installers: InstallerSha256: 3DD6C757E1BB10B5C2992D9FFA083708344B539BC02DF884C8ACD5918B1C05E8 ProductCode: JetBrains Rider 222.3244.17 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/222.3244.17/JetBrains.Rider.EAP.locale.en-US.yaml b/manifests/j/JetBrains/Rider/EAP/222.3244.17/JetBrains.Rider.EAP.locale.en-US.yaml index ed5820208fcc8..5a3d2f3b0b268 100644 --- a/manifests/j/JetBrains/Rider/EAP/222.3244.17/JetBrains.Rider.EAP.locale.en-US.yaml +++ b/manifests/j/JetBrains/Rider/EAP/222.3244.17/JetBrains.Rider.EAP.locale.en-US.yaml @@ -1,31 +1,33 @@ -# 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.Rider.EAP PackageVersion: 222.3244.17 PackageLocale: en-US Publisher: JetBrains s.r.o. PublisherUrl: https://www.jetbrains.com -# PublisherSupportUrl: +# PublisherSupportUrl: PrivacyUrl: https://www.jetbrains.com/privacy-security/ -# Author: +# Author: PackageName: JetBrains Rider (EAP) PackageUrl: https://www.jetbrains.com/rider/ License: Copyright © JetBrains s.r.o. LicenseUrl: https://www.jetbrains.com/store/license.html Copyright: Copyright © JetBrains s.r.o. -# CopyrightUrl: +# CopyrightUrl: ShortDescription: Develop .NET, ASP.NET, .NET Core, Xamarin or Unity applications on Windows, Mac, Linux. Description: Develop .NET, ASP.NET, .NET Core, Xamarin or Unity applications on Windows, Mac, Linux. Note, however, that because EAPs are always works in progress, some of their features might not always work as expected. -# Moniker: +# Moniker: Tags: - .net - asp.net - c# - ide - 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/Rider/EAP/222.3244.17/JetBrains.Rider.EAP.yaml b/manifests/j/JetBrains/Rider/EAP/222.3244.17/JetBrains.Rider.EAP.yaml index c700e6ae6a0ab..3fa31cd9ad86e 100644 --- a/manifests/j/JetBrains/Rider/EAP/222.3244.17/JetBrains.Rider.EAP.yaml +++ b/manifests/j/JetBrains/Rider/EAP/222.3244.17/JetBrains.Rider.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.Rider.EAP PackageVersion: 222.3244.17 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/222.3345.9/JetBrains.Rider.EAP.installer.yaml b/manifests/j/JetBrains/Rider/EAP/222.3345.9/JetBrains.Rider.EAP.installer.yaml index a4f531b382c0b..7161eb3f6dbb1 100644 --- a/manifests/j/JetBrains/Rider/EAP/222.3345.9/JetBrains.Rider.EAP.installer.yaml +++ b/manifests/j/JetBrains/Rider/EAP/222.3345.9/JetBrains.Rider.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.Rider.EAP PackageVersion: 222.3345.9 @@ -18,4 +18,4 @@ Installers: InstallerSha256: D985A13D77D28A2B9481D0E44B7D93D3DCEDCEF5029016B64A5C4630E2700A25 ProductCode: JetBrains Rider 222.3345.9 ManifestType: installer -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/222.3345.9/JetBrains.Rider.EAP.locale.en-US.yaml b/manifests/j/JetBrains/Rider/EAP/222.3345.9/JetBrains.Rider.EAP.locale.en-US.yaml index df01074b8c1e7..542b7ef2960a0 100644 --- a/manifests/j/JetBrains/Rider/EAP/222.3345.9/JetBrains.Rider.EAP.locale.en-US.yaml +++ b/manifests/j/JetBrains/Rider/EAP/222.3345.9/JetBrains.Rider.EAP.locale.en-US.yaml @@ -1,31 +1,33 @@ -# 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.Rider.EAP PackageVersion: 222.3345.9 PackageLocale: en-US Publisher: JetBrains s.r.o. PublisherUrl: https://www.jetbrains.com -# PublisherSupportUrl: +# PublisherSupportUrl: PrivacyUrl: https://www.jetbrains.com/privacy-security/ -# Author: +# Author: PackageName: JetBrains Rider (EAP) PackageUrl: https://www.jetbrains.com/rider/ License: Copyright © JetBrains s.r.o. LicenseUrl: https://www.jetbrains.com/store/license.html Copyright: Copyright © JetBrains s.r.o. -# CopyrightUrl: +# CopyrightUrl: ShortDescription: Develop .NET, ASP.NET, .NET Core, Xamarin or Unity applications on Windows, Mac, Linux. Description: Develop .NET, ASP.NET, .NET Core, Xamarin or Unity applications on Windows, Mac, Linux. Note, however, that because EAPs are always works in progress, some of their features might not always work as expected. -# Moniker: +# Moniker: Tags: - .net - asp.net - c# - ide - 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/Rider/EAP/222.3345.9/JetBrains.Rider.EAP.yaml b/manifests/j/JetBrains/Rider/EAP/222.3345.9/JetBrains.Rider.EAP.yaml index 914cb0fab2aec..6d368df8eb91b 100644 --- a/manifests/j/JetBrains/Rider/EAP/222.3345.9/JetBrains.Rider.EAP.yaml +++ b/manifests/j/JetBrains/Rider/EAP/222.3345.9/JetBrains.Rider.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.Rider.EAP PackageVersion: 222.3345.9 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.1.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/223.4884.77/JetBrains.Rider.EAP.installer.yaml b/manifests/j/JetBrains/Rider/EAP/223.4884.77/JetBrains.Rider.EAP.installer.yaml index c36f4e384c6ab..9f1b9df7b97c5 100644 --- a/manifests/j/JetBrains/Rider/EAP/223.4884.77/JetBrains.Rider.EAP.installer.yaml +++ b/manifests/j/JetBrains/Rider/EAP/223.4884.77/JetBrains.Rider.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.Rider.EAP PackageVersion: 223.4884.77 @@ -19,4 +19,4 @@ Installers: InstallerSha256: 8DF40C86EEA6E4055D9A9594F2E94E9C3B5D26ACF57BDD9FAF8400FAA7A21BFB ProductCode: JetBrains Rider 223.4884.77 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/223.4884.77/JetBrains.Rider.EAP.locale.en-US.yaml b/manifests/j/JetBrains/Rider/EAP/223.4884.77/JetBrains.Rider.EAP.locale.en-US.yaml index df7110b2e4401..404f53691a13a 100644 --- a/manifests/j/JetBrains/Rider/EAP/223.4884.77/JetBrains.Rider.EAP.locale.en-US.yaml +++ b/manifests/j/JetBrains/Rider/EAP/223.4884.77/JetBrains.Rider.EAP.locale.en-US.yaml @@ -1,34 +1,33 @@ -# 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.Rider.EAP PackageVersion: 223.4884.77 PackageLocale: en-US Publisher: JetBrains s.r.o. PublisherUrl: https://www.jetbrains.com -# PublisherSupportUrl: +# PublisherSupportUrl: PrivacyUrl: https://www.jetbrains.com/privacy-security/ -# Author: +# Author: PackageName: JetBrains Rider (EAP) PackageUrl: https://www.jetbrains.com/rider/ License: Copyright © JetBrains s.r.o. LicenseUrl: https://www.jetbrains.com/store/license.html Copyright: Copyright © JetBrains s.r.o. -# CopyrightUrl: +# CopyrightUrl: ShortDescription: Develop .NET, ASP.NET, .NET Core, Xamarin or Unity applications on Windows, Mac, Linux. Description: Develop .NET, ASP.NET, .NET Core, Xamarin or Unity applications on Windows, Mac, Linux. Note, however, that because EAPs are always works in progress, some of their features might not always work as expected. -# Moniker: +# Moniker: Tags: - .net - asp.net - c# - ide - 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/Rider/EAP/223.4884.77/JetBrains.Rider.EAP.yaml b/manifests/j/JetBrains/Rider/EAP/223.4884.77/JetBrains.Rider.EAP.yaml index 2448a543a2ac4..695db699775fd 100644 --- a/manifests/j/JetBrains/Rider/EAP/223.4884.77/JetBrains.Rider.EAP.yaml +++ b/manifests/j/JetBrains/Rider/EAP/223.4884.77/JetBrains.Rider.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.Rider.EAP PackageVersion: 223.4884.77 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/223.6160.92/JetBrains.Rider.EAP.installer.yaml b/manifests/j/JetBrains/Rider/EAP/223.6160.92/JetBrains.Rider.EAP.installer.yaml index f98c88a526ca3..c33881d6dd51a 100644 --- a/manifests/j/JetBrains/Rider/EAP/223.6160.92/JetBrains.Rider.EAP.installer.yaml +++ b/manifests/j/JetBrains/Rider/EAP/223.6160.92/JetBrains.Rider.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.Rider.EAP PackageVersion: 223.6160.92 @@ -19,4 +19,4 @@ Installers: InstallerSha256: FA51729C6B979076AB1A09FABC7EAAD404C54C393F30E27B01A0E197110828F0 ProductCode: JetBrains Rider 223.6160.92 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/223.6160.92/JetBrains.Rider.EAP.locale.en-US.yaml b/manifests/j/JetBrains/Rider/EAP/223.6160.92/JetBrains.Rider.EAP.locale.en-US.yaml index df344c38006fb..c3bdf8065e108 100644 --- a/manifests/j/JetBrains/Rider/EAP/223.6160.92/JetBrains.Rider.EAP.locale.en-US.yaml +++ b/manifests/j/JetBrains/Rider/EAP/223.6160.92/JetBrains.Rider.EAP.locale.en-US.yaml @@ -1,34 +1,33 @@ -# 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.Rider.EAP PackageVersion: 223.6160.92 PackageLocale: en-US Publisher: JetBrains s.r.o. PublisherUrl: https://www.jetbrains.com -# PublisherSupportUrl: +# PublisherSupportUrl: PrivacyUrl: https://www.jetbrains.com/privacy-security/ -# Author: +# Author: PackageName: JetBrains Rider (EAP) PackageUrl: https://www.jetbrains.com/rider/ License: Copyright © JetBrains s.r.o. LicenseUrl: https://www.jetbrains.com/store/license.html Copyright: Copyright © JetBrains s.r.o. -# CopyrightUrl: +# CopyrightUrl: ShortDescription: Develop .NET, ASP.NET, .NET Core, Xamarin or Unity applications on Windows, Mac, Linux. Description: Develop .NET, ASP.NET, .NET Core, Xamarin or Unity applications on Windows, Mac, Linux. Note, however, that because EAPs are always works in progress, some of their features might not always work as expected. -# Moniker: +# Moniker: Tags: - .net - asp.net - c# - ide - 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/Rider/EAP/223.6160.92/JetBrains.Rider.EAP.yaml b/manifests/j/JetBrains/Rider/EAP/223.6160.92/JetBrains.Rider.EAP.yaml index 2fcdcbd2456ad..3ebb75a5eb7c3 100644 --- a/manifests/j/JetBrains/Rider/EAP/223.6160.92/JetBrains.Rider.EAP.yaml +++ b/manifests/j/JetBrains/Rider/EAP/223.6160.92/JetBrains.Rider.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.Rider.EAP PackageVersion: 223.6160.92 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/223.6646.116/JetBrains.Rider.EAP.installer.yaml b/manifests/j/JetBrains/Rider/EAP/223.6646.116/JetBrains.Rider.EAP.installer.yaml index ca0ed6e4724f4..aa4cf58b1b943 100644 --- a/manifests/j/JetBrains/Rider/EAP/223.6646.116/JetBrains.Rider.EAP.installer.yaml +++ b/manifests/j/JetBrains/Rider/EAP/223.6646.116/JetBrains.Rider.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.Rider.EAP PackageVersion: 223.6646.116 @@ -19,4 +19,4 @@ Installers: InstallerSha256: E35707CFE1F1EB6F0E6DC83143AC86C99F4075C18741E33A743CC8185A9F1ED4 ProductCode: JetBrains Rider 223.6646.116 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/223.6646.116/JetBrains.Rider.EAP.locale.en-US.yaml b/manifests/j/JetBrains/Rider/EAP/223.6646.116/JetBrains.Rider.EAP.locale.en-US.yaml index 1fd1bff72406a..b21bebe77e3f1 100644 --- a/manifests/j/JetBrains/Rider/EAP/223.6646.116/JetBrains.Rider.EAP.locale.en-US.yaml +++ b/manifests/j/JetBrains/Rider/EAP/223.6646.116/JetBrains.Rider.EAP.locale.en-US.yaml @@ -1,34 +1,33 @@ -# 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.Rider.EAP PackageVersion: 223.6646.116 PackageLocale: en-US Publisher: JetBrains s.r.o. PublisherUrl: https://www.jetbrains.com -# PublisherSupportUrl: +# PublisherSupportUrl: PrivacyUrl: https://www.jetbrains.com/privacy-security/ -# Author: +# Author: PackageName: JetBrains Rider (EAP) PackageUrl: https://www.jetbrains.com/rider/ License: Copyright © JetBrains s.r.o. LicenseUrl: https://www.jetbrains.com/store/license.html Copyright: Copyright © JetBrains s.r.o. -# CopyrightUrl: +# CopyrightUrl: ShortDescription: Develop .NET, ASP.NET, .NET Core, Xamarin or Unity applications on Windows, Mac, Linux. Description: Develop .NET, ASP.NET, .NET Core, Xamarin or Unity applications on Windows, Mac, Linux. Note, however, that because EAPs are always works in progress, some of their features might not always work as expected. -# Moniker: +# Moniker: Tags: - .net - asp.net - c# - ide - 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/Rider/EAP/223.6646.116/JetBrains.Rider.EAP.yaml b/manifests/j/JetBrains/Rider/EAP/223.6646.116/JetBrains.Rider.EAP.yaml index be0c86e85e2c6..2d0db62bdcd8a 100644 --- a/manifests/j/JetBrains/Rider/EAP/223.6646.116/JetBrains.Rider.EAP.yaml +++ b/manifests/j/JetBrains/Rider/EAP/223.6646.116/JetBrains.Rider.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.Rider.EAP PackageVersion: 223.6646.116 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/223.7136.10/JetBrains.Rider.EAP.installer.yaml b/manifests/j/JetBrains/Rider/EAP/223.7136.10/JetBrains.Rider.EAP.installer.yaml index 7ac78d03d1352..bc47f3786a7fc 100644 --- a/manifests/j/JetBrains/Rider/EAP/223.7136.10/JetBrains.Rider.EAP.installer.yaml +++ b/manifests/j/JetBrains/Rider/EAP/223.7136.10/JetBrains.Rider.EAP.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 $debug=QUSU.CRLF.5-1-22621-608.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: JetBrains.Rider.EAP PackageVersion: 223.7136.10 @@ -18,4 +18,4 @@ Installers: InstallerSha256: D7D5EF4E9E972FB1087ADDFD753E75AD43B301B0832A5B7AE73E6C4FA601C519 ProductCode: JetBrains Rider 223.7136.10 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/223.7136.10/JetBrains.Rider.EAP.locale.en-US.yaml b/manifests/j/JetBrains/Rider/EAP/223.7136.10/JetBrains.Rider.EAP.locale.en-US.yaml index 9e87988e4a158..d4855537540ef 100644 --- a/manifests/j/JetBrains/Rider/EAP/223.7136.10/JetBrains.Rider.EAP.locale.en-US.yaml +++ b/manifests/j/JetBrains/Rider/EAP/223.7136.10/JetBrains.Rider.EAP.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 $debug=QUSU.CRLF.5-1-22621-608.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: JetBrains.Rider.EAP PackageVersion: 223.7136.10 @@ -24,11 +24,10 @@ Tags: - c# - ide - jetbrains -# Agreements: # ReleaseNotes: # ReleaseNotesUrl: # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/223.7136.10/JetBrains.Rider.EAP.yaml b/manifests/j/JetBrains/Rider/EAP/223.7136.10/JetBrains.Rider.EAP.yaml index 8a0f8e86cf40c..e08deebe32827 100644 --- a/manifests/j/JetBrains/Rider/EAP/223.7136.10/JetBrains.Rider.EAP.yaml +++ b/manifests/j/JetBrains/Rider/EAP/223.7136.10/JetBrains.Rider.EAP.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.0 $debug=QUSU.CRLF.5-1-22621-608.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: JetBrains.Rider.EAP PackageVersion: 223.7136.10 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/223.7255.82/JetBrains.Rider.EAP.installer.yaml b/manifests/j/JetBrains/Rider/EAP/223.7255.82/JetBrains.Rider.EAP.installer.yaml index a7cf72d60032c..5d5c2ecdae562 100644 --- a/manifests/j/JetBrains/Rider/EAP/223.7255.82/JetBrains.Rider.EAP.installer.yaml +++ b/manifests/j/JetBrains/Rider/EAP/223.7255.82/JetBrains.Rider.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.Rider.EAP PackageVersion: 223.7255.82 @@ -19,4 +19,4 @@ Installers: InstallerSha256: 20C971B10BDF7D94A51A84BD017AC54AA901BD6261082905BC61967701399EF1 ProductCode: JetBrains Rider 223.7136.10 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/223.7255.82/JetBrains.Rider.EAP.locale.en-US.yaml b/manifests/j/JetBrains/Rider/EAP/223.7255.82/JetBrains.Rider.EAP.locale.en-US.yaml index 005cda6ba6c8d..db7087c824f6e 100644 --- a/manifests/j/JetBrains/Rider/EAP/223.7255.82/JetBrains.Rider.EAP.locale.en-US.yaml +++ b/manifests/j/JetBrains/Rider/EAP/223.7255.82/JetBrains.Rider.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.Rider.EAP PackageVersion: 223.7255.82 @@ -24,11 +24,10 @@ Tags: - c# - ide - jetbrains -# Agreements: # ReleaseNotes: # ReleaseNotesUrl: # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/223.7255.82/JetBrains.Rider.EAP.yaml b/manifests/j/JetBrains/Rider/EAP/223.7255.82/JetBrains.Rider.EAP.yaml index 479df0d842ed9..13624d81da468 100644 --- a/manifests/j/JetBrains/Rider/EAP/223.7255.82/JetBrains.Rider.EAP.yaml +++ b/manifests/j/JetBrains/Rider/EAP/223.7255.82/JetBrains.Rider.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.Rider.EAP PackageVersion: 223.7255.82 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/223.7401.6/JetBrains.Rider.EAP.installer.yaml b/manifests/j/JetBrains/Rider/EAP/223.7401.6/JetBrains.Rider.EAP.installer.yaml index fc0c60c301f21..71bc49260e919 100644 --- a/manifests/j/JetBrains/Rider/EAP/223.7401.6/JetBrains.Rider.EAP.installer.yaml +++ b/manifests/j/JetBrains/Rider/EAP/223.7401.6/JetBrains.Rider.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.Rider.EAP PackageVersion: 223.7401.6 @@ -19,4 +19,4 @@ Installers: InstallerSha256: F5E4D2C561C37A33C159DA53DB428182BBF3F1B98F22A2435457C8C9EFE0139F ProductCode: JetBrains Rider 223.7136.10 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/223.7401.6/JetBrains.Rider.EAP.locale.en-US.yaml b/manifests/j/JetBrains/Rider/EAP/223.7401.6/JetBrains.Rider.EAP.locale.en-US.yaml index d3e4a45dfa68d..af543c0582ad6 100644 --- a/manifests/j/JetBrains/Rider/EAP/223.7401.6/JetBrains.Rider.EAP.locale.en-US.yaml +++ b/manifests/j/JetBrains/Rider/EAP/223.7401.6/JetBrains.Rider.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.Rider.EAP PackageVersion: 223.7401.6 @@ -24,11 +24,10 @@ Tags: - c# - ide - jetbrains -# Agreements: # ReleaseNotes: # ReleaseNotesUrl: # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/223.7401.6/JetBrains.Rider.EAP.yaml b/manifests/j/JetBrains/Rider/EAP/223.7401.6/JetBrains.Rider.EAP.yaml index 8c799dfa88b02..606be9f085a75 100644 --- a/manifests/j/JetBrains/Rider/EAP/223.7401.6/JetBrains.Rider.EAP.yaml +++ b/manifests/j/JetBrains/Rider/EAP/223.7401.6/JetBrains.Rider.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.Rider.EAP PackageVersion: 223.7401.6 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/223.7571.24/JetBrains.Rider.EAP.installer.yaml b/manifests/j/JetBrains/Rider/EAP/223.7571.24/JetBrains.Rider.EAP.installer.yaml index 4bc3c5f790770..7370e1a104cac 100644 --- a/manifests/j/JetBrains/Rider/EAP/223.7571.24/JetBrains.Rider.EAP.installer.yaml +++ b/manifests/j/JetBrains/Rider/EAP/223.7571.24/JetBrains.Rider.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.Rider.EAP PackageVersion: 223.7571.24 @@ -19,4 +19,4 @@ Installers: InstallerSha256: 32EF6BC6EFA1B352E686C9B9463B22964CE74131A5BD6CF55EF7DCC950ED0C0B ProductCode: JetBrains Rider 223.7571.24 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/223.7571.24/JetBrains.Rider.EAP.locale.en-US.yaml b/manifests/j/JetBrains/Rider/EAP/223.7571.24/JetBrains.Rider.EAP.locale.en-US.yaml index 571de42b0c517..ac65b12be52c7 100644 --- a/manifests/j/JetBrains/Rider/EAP/223.7571.24/JetBrains.Rider.EAP.locale.en-US.yaml +++ b/manifests/j/JetBrains/Rider/EAP/223.7571.24/JetBrains.Rider.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.Rider.EAP PackageVersion: 223.7571.24 @@ -24,11 +24,10 @@ Tags: - c# - ide - jetbrains -# Agreements: # ReleaseNotes: # ReleaseNotesUrl: # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/223.7571.24/JetBrains.Rider.EAP.yaml b/manifests/j/JetBrains/Rider/EAP/223.7571.24/JetBrains.Rider.EAP.yaml index 8b63fdbfe28c9..6d751f817e54e 100644 --- a/manifests/j/JetBrains/Rider/EAP/223.7571.24/JetBrains.Rider.EAP.yaml +++ b/manifests/j/JetBrains/Rider/EAP/223.7571.24/JetBrains.Rider.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.Rider.EAP PackageVersion: 223.7571.24 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/231.4840.377/JetBrains.Rider.EAP.installer.yaml b/manifests/j/JetBrains/Rider/EAP/231.4840.377/JetBrains.Rider.EAP.installer.yaml index 125531d0c2aed..d3b071b729379 100644 --- a/manifests/j/JetBrains/Rider/EAP/231.4840.377/JetBrains.Rider.EAP.installer.yaml +++ b/manifests/j/JetBrains/Rider/EAP/231.4840.377/JetBrains.Rider.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.Rider.EAP PackageVersion: 231.4840.377 @@ -19,4 +19,4 @@ Installers: InstallerSha256: 4D512F6BE88C2D189F08601740112133D39166A5874A2B8C5FF3E2A8AD184320 ProductCode: JetBrains Rider 231.4840.377 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/231.4840.377/JetBrains.Rider.EAP.locale.en-US.yaml b/manifests/j/JetBrains/Rider/EAP/231.4840.377/JetBrains.Rider.EAP.locale.en-US.yaml index 5ed2909829581..5244ce55fcec0 100644 --- a/manifests/j/JetBrains/Rider/EAP/231.4840.377/JetBrains.Rider.EAP.locale.en-US.yaml +++ b/manifests/j/JetBrains/Rider/EAP/231.4840.377/JetBrains.Rider.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.Rider.EAP PackageVersion: 231.4840.377 @@ -24,11 +24,10 @@ Tags: - c# - ide - jetbrains -# Agreements: # ReleaseNotes: # ReleaseNotesUrl: # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/231.4840.377/JetBrains.Rider.EAP.yaml b/manifests/j/JetBrains/Rider/EAP/231.4840.377/JetBrains.Rider.EAP.yaml index 549ec1d5da1dc..130a56311e58e 100644 --- a/manifests/j/JetBrains/Rider/EAP/231.4840.377/JetBrains.Rider.EAP.yaml +++ b/manifests/j/JetBrains/Rider/EAP/231.4840.377/JetBrains.Rider.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.Rider.EAP PackageVersion: 231.4840.377 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/231.5920.16/JetBrains.Rider.EAP.installer.yaml b/manifests/j/JetBrains/Rider/EAP/231.5920.16/JetBrains.Rider.EAP.installer.yaml index 16056f64de687..2b238524ac152 100644 --- a/manifests/j/JetBrains/Rider/EAP/231.5920.16/JetBrains.Rider.EAP.installer.yaml +++ b/manifests/j/JetBrains/Rider/EAP/231.5920.16/JetBrains.Rider.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.Rider.EAP PackageVersion: 231.5920.16 @@ -19,4 +19,4 @@ Installers: InstallerSha256: A8D4123DDEEF459F520DCD8D394759A75389191D61398278D2D26FD8CFEAA206 ProductCode: JetBrains Rider 231.5920.16 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/231.5920.16/JetBrains.Rider.EAP.locale.en-US.yaml b/manifests/j/JetBrains/Rider/EAP/231.5920.16/JetBrains.Rider.EAP.locale.en-US.yaml index 5fe137e2da8c8..155bc079aa2ef 100644 --- a/manifests/j/JetBrains/Rider/EAP/231.5920.16/JetBrains.Rider.EAP.locale.en-US.yaml +++ b/manifests/j/JetBrains/Rider/EAP/231.5920.16/JetBrains.Rider.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.Rider.EAP PackageVersion: 231.5920.16 @@ -24,11 +24,10 @@ Tags: - c# - ide - jetbrains -# Agreements: # ReleaseNotes: # ReleaseNotesUrl: # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/231.5920.16/JetBrains.Rider.EAP.yaml b/manifests/j/JetBrains/Rider/EAP/231.5920.16/JetBrains.Rider.EAP.yaml index 85a55af0edd3e..7808fb02dce89 100644 --- a/manifests/j/JetBrains/Rider/EAP/231.5920.16/JetBrains.Rider.EAP.yaml +++ b/manifests/j/JetBrains/Rider/EAP/231.5920.16/JetBrains.Rider.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.Rider.EAP PackageVersion: 231.5920.16 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/231.6471.8/JetBrains.Rider.EAP.installer.yaml b/manifests/j/JetBrains/Rider/EAP/231.6471.8/JetBrains.Rider.EAP.installer.yaml index 4b587ccf3dfd0..f46cfb000be82 100644 --- a/manifests/j/JetBrains/Rider/EAP/231.6471.8/JetBrains.Rider.EAP.installer.yaml +++ b/manifests/j/JetBrains/Rider/EAP/231.6471.8/JetBrains.Rider.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.Rider.EAP PackageVersion: 231.6471.8 @@ -19,4 +19,4 @@ Installers: InstallerSha256: 3843C56B4EB22C24EABEA1EF3C897218C724DBBAD0589C171DE909FCA4AD1FDB ProductCode: JetBrains Rider 231.4840.377 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/231.6471.8/JetBrains.Rider.EAP.locale.en-US.yaml b/manifests/j/JetBrains/Rider/EAP/231.6471.8/JetBrains.Rider.EAP.locale.en-US.yaml index 84586bf2c2819..864b848da6abe 100644 --- a/manifests/j/JetBrains/Rider/EAP/231.6471.8/JetBrains.Rider.EAP.locale.en-US.yaml +++ b/manifests/j/JetBrains/Rider/EAP/231.6471.8/JetBrains.Rider.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.Rider.EAP PackageVersion: 231.6471.8 @@ -24,11 +24,10 @@ Tags: - c# - ide - jetbrains -# Agreements: # ReleaseNotes: # ReleaseNotesUrl: # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/231.6471.8/JetBrains.Rider.EAP.yaml b/manifests/j/JetBrains/Rider/EAP/231.6471.8/JetBrains.Rider.EAP.yaml index d4f2def094e68..2ab9e15fc2350 100644 --- a/manifests/j/JetBrains/Rider/EAP/231.6471.8/JetBrains.Rider.EAP.yaml +++ b/manifests/j/JetBrains/Rider/EAP/231.6471.8/JetBrains.Rider.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.Rider.EAP PackageVersion: 231.6471.8 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/231.6890.15/JetBrains.Rider.EAP.installer.yaml b/manifests/j/JetBrains/Rider/EAP/231.6890.15/JetBrains.Rider.EAP.installer.yaml index 1364a0ef04962..b45461da14120 100644 --- a/manifests/j/JetBrains/Rider/EAP/231.6890.15/JetBrains.Rider.EAP.installer.yaml +++ b/manifests/j/JetBrains/Rider/EAP/231.6890.15/JetBrains.Rider.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.Rider.EAP PackageVersion: 231.6890.15 @@ -19,4 +19,4 @@ Installers: InstallerSha256: 8AAFAAC53069CA60DAC97A5AC992343183BEF49449BE7C37F5416B2063BE8503 ProductCode: JetBrains Rider 231.6890.15 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/231.6890.15/JetBrains.Rider.EAP.locale.en-US.yaml b/manifests/j/JetBrains/Rider/EAP/231.6890.15/JetBrains.Rider.EAP.locale.en-US.yaml index 33b86d544d099..7bfe07f3c50bf 100644 --- a/manifests/j/JetBrains/Rider/EAP/231.6890.15/JetBrains.Rider.EAP.locale.en-US.yaml +++ b/manifests/j/JetBrains/Rider/EAP/231.6890.15/JetBrains.Rider.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.Rider.EAP PackageVersion: 231.6890.15 @@ -24,11 +24,10 @@ Tags: - c# - ide - jetbrains -# Agreements: # ReleaseNotes: # ReleaseNotesUrl: # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/231.6890.15/JetBrains.Rider.EAP.yaml b/manifests/j/JetBrains/Rider/EAP/231.6890.15/JetBrains.Rider.EAP.yaml index 747bc580bbc52..60abc61d0b2be 100644 --- a/manifests/j/JetBrains/Rider/EAP/231.6890.15/JetBrains.Rider.EAP.yaml +++ b/manifests/j/JetBrains/Rider/EAP/231.6890.15/JetBrains.Rider.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.Rider.EAP PackageVersion: 231.6890.15 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/231.7515.11/JetBrains.Rider.EAP.installer.yaml b/manifests/j/JetBrains/Rider/EAP/231.7515.11/JetBrains.Rider.EAP.installer.yaml index c4cfc91a8417d..dac04d9ce4c2f 100644 --- a/manifests/j/JetBrains/Rider/EAP/231.7515.11/JetBrains.Rider.EAP.installer.yaml +++ b/manifests/j/JetBrains/Rider/EAP/231.7515.11/JetBrains.Rider.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.Rider.EAP PackageVersion: 231.7515.11 @@ -19,4 +19,4 @@ Installers: InstallerSha256: E286CF30276D47F5AAC5F7C72FEEB0EEDC36A091AE1B722294A3B1F047E82000 ProductCode: JetBrains Rider 231.7515.11 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/231.7515.11/JetBrains.Rider.EAP.locale.en-US.yaml b/manifests/j/JetBrains/Rider/EAP/231.7515.11/JetBrains.Rider.EAP.locale.en-US.yaml index 59534e45490be..d383571c529d1 100644 --- a/manifests/j/JetBrains/Rider/EAP/231.7515.11/JetBrains.Rider.EAP.locale.en-US.yaml +++ b/manifests/j/JetBrains/Rider/EAP/231.7515.11/JetBrains.Rider.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.Rider.EAP PackageVersion: 231.7515.11 @@ -24,11 +24,10 @@ Tags: - c# - ide - jetbrains -# Agreements: # ReleaseNotes: # ReleaseNotesUrl: # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/231.7515.11/JetBrains.Rider.EAP.yaml b/manifests/j/JetBrains/Rider/EAP/231.7515.11/JetBrains.Rider.EAP.yaml index 96355e949d19a..48b72c8c69353 100644 --- a/manifests/j/JetBrains/Rider/EAP/231.7515.11/JetBrains.Rider.EAP.yaml +++ b/manifests/j/JetBrains/Rider/EAP/231.7515.11/JetBrains.Rider.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.Rider.EAP PackageVersion: 231.7515.11 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/231.7665.34/JetBrains.Rider.EAP.installer.yaml b/manifests/j/JetBrains/Rider/EAP/231.7665.34/JetBrains.Rider.EAP.installer.yaml index 1179b280c4462..aab3260de7bd2 100644 --- a/manifests/j/JetBrains/Rider/EAP/231.7665.34/JetBrains.Rider.EAP.installer.yaml +++ b/manifests/j/JetBrains/Rider/EAP/231.7665.34/JetBrains.Rider.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.Rider.EAP PackageVersion: 231.7665.34 @@ -19,4 +19,4 @@ Installers: InstallerSha256: 4DE95D8B71CDE69865468835883B2A56D15E1C2D6D78615C9722BABF8DBB7C81 ProductCode: JetBrains Rider 231.7665.34 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/231.7665.34/JetBrains.Rider.EAP.locale.en-US.yaml b/manifests/j/JetBrains/Rider/EAP/231.7665.34/JetBrains.Rider.EAP.locale.en-US.yaml index 512f60578617d..f125e3344ca49 100644 --- a/manifests/j/JetBrains/Rider/EAP/231.7665.34/JetBrains.Rider.EAP.locale.en-US.yaml +++ b/manifests/j/JetBrains/Rider/EAP/231.7665.34/JetBrains.Rider.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.Rider.EAP PackageVersion: 231.7665.34 @@ -24,11 +24,10 @@ Tags: - c# - ide - jetbrains -# Agreements: # ReleaseNotes: # ReleaseNotesUrl: # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/231.7665.34/JetBrains.Rider.EAP.yaml b/manifests/j/JetBrains/Rider/EAP/231.7665.34/JetBrains.Rider.EAP.yaml index d2de11f715cd4..98f6ee9cd5267 100644 --- a/manifests/j/JetBrains/Rider/EAP/231.7665.34/JetBrains.Rider.EAP.yaml +++ b/manifests/j/JetBrains/Rider/EAP/231.7665.34/JetBrains.Rider.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.Rider.EAP PackageVersion: 231.7665.34 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/231.7864.80/JetBrains.Rider.EAP.installer.yaml b/manifests/j/JetBrains/Rider/EAP/231.7864.80/JetBrains.Rider.EAP.installer.yaml index 47f70484d96e6..cc88ef27e3fda 100644 --- a/manifests/j/JetBrains/Rider/EAP/231.7864.80/JetBrains.Rider.EAP.installer.yaml +++ b/manifests/j/JetBrains/Rider/EAP/231.7864.80/JetBrains.Rider.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.Rider.EAP PackageVersion: 231.7864.80 @@ -19,4 +19,4 @@ Installers: InstallerSha256: E3ED2BD866AB4CDAA0B747795C6AE29632792A710F3F2D2AFA9B665E7764F673 ProductCode: JetBrains Rider 231.7864.80 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/231.7864.80/JetBrains.Rider.EAP.locale.en-US.yaml b/manifests/j/JetBrains/Rider/EAP/231.7864.80/JetBrains.Rider.EAP.locale.en-US.yaml index 2be096f0e24a2..0557fa03a85ff 100644 --- a/manifests/j/JetBrains/Rider/EAP/231.7864.80/JetBrains.Rider.EAP.locale.en-US.yaml +++ b/manifests/j/JetBrains/Rider/EAP/231.7864.80/JetBrains.Rider.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.Rider.EAP PackageVersion: 231.7864.80 @@ -24,11 +24,10 @@ Tags: - c# - ide - jetbrains -# Agreements: # ReleaseNotes: # ReleaseNotesUrl: # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/231.7864.80/JetBrains.Rider.EAP.yaml b/manifests/j/JetBrains/Rider/EAP/231.7864.80/JetBrains.Rider.EAP.yaml index 1275db365b8c8..fd11623549278 100644 --- a/manifests/j/JetBrains/Rider/EAP/231.7864.80/JetBrains.Rider.EAP.yaml +++ b/manifests/j/JetBrains/Rider/EAP/231.7864.80/JetBrains.Rider.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.Rider.EAP PackageVersion: 231.7864.80 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/231.8109.48/JetBrains.Rider.EAP.installer.yaml b/manifests/j/JetBrains/Rider/EAP/231.8109.48/JetBrains.Rider.EAP.installer.yaml index 55576402ee235..045196eab4226 100644 --- a/manifests/j/JetBrains/Rider/EAP/231.8109.48/JetBrains.Rider.EAP.installer.yaml +++ b/manifests/j/JetBrains/Rider/EAP/231.8109.48/JetBrains.Rider.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.Rider.EAP PackageVersion: 231.8109.48 @@ -19,4 +19,4 @@ Installers: InstallerSha256: 4D3194CC553035500A1CCE152378BE4AEF4B3D4E1644C68D347EB11E679ED736 ProductCode: JetBrains Rider 231.7864.80 ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/231.8109.48/JetBrains.Rider.EAP.locale.en-US.yaml b/manifests/j/JetBrains/Rider/EAP/231.8109.48/JetBrains.Rider.EAP.locale.en-US.yaml index b800cf631acea..8d7781bc39787 100644 --- a/manifests/j/JetBrains/Rider/EAP/231.8109.48/JetBrains.Rider.EAP.locale.en-US.yaml +++ b/manifests/j/JetBrains/Rider/EAP/231.8109.48/JetBrains.Rider.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.Rider.EAP PackageVersion: 231.8109.48 @@ -24,11 +24,10 @@ Tags: - c# - ide - jetbrains -# Agreements: # ReleaseNotes: # ReleaseNotesUrl: # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/231.8109.48/JetBrains.Rider.EAP.yaml b/manifests/j/JetBrains/Rider/EAP/231.8109.48/JetBrains.Rider.EAP.yaml index bad2480a54d0a..738dd774d8ebf 100644 --- a/manifests/j/JetBrains/Rider/EAP/231.8109.48/JetBrains.Rider.EAP.yaml +++ b/manifests/j/JetBrains/Rider/EAP/231.8109.48/JetBrains.Rider.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.Rider.EAP PackageVersion: 231.8109.48 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/232.7754.74/JetBrains.Rider.EAP.installer.yaml b/manifests/j/JetBrains/Rider/EAP/232.7754.74/JetBrains.Rider.EAP.installer.yaml index 7cf6828b40144..7b04dfd162a25 100644 --- a/manifests/j/JetBrains/Rider/EAP/232.7754.74/JetBrains.Rider.EAP.installer.yaml +++ b/manifests/j/JetBrains/Rider/EAP/232.7754.74/JetBrains.Rider.EAP.installer.yaml @@ -1,4 +1,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: JetBrains.Rider.EAP PackageVersion: 232.7754.74 @@ -18,4 +19,4 @@ Installers: InstallerSha256: FED9F4B31680F9FBD39979A8E6EB7BCE5BEC3896D4577648A4A3BF0C398900DD ProductCode: JetBrains Rider 232.7754.74 ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/232.7754.74/JetBrains.Rider.EAP.locale.en-US.yaml b/manifests/j/JetBrains/Rider/EAP/232.7754.74/JetBrains.Rider.EAP.locale.en-US.yaml index fd50e9058e224..945518e16bcc1 100644 --- a/manifests/j/JetBrains/Rider/EAP/232.7754.74/JetBrains.Rider.EAP.locale.en-US.yaml +++ b/manifests/j/JetBrains/Rider/EAP/232.7754.74/JetBrains.Rider.EAP.locale.en-US.yaml @@ -1,4 +1,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: JetBrains.Rider.EAP PackageVersion: 232.7754.74 @@ -23,11 +24,10 @@ Tags: - c# - ide - jetbrains -# Agreements: # ReleaseNotes: # ReleaseNotesUrl: # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/232.7754.74/JetBrains.Rider.EAP.yaml b/manifests/j/JetBrains/Rider/EAP/232.7754.74/JetBrains.Rider.EAP.yaml index 351af77170abc..e17a73cade6df 100644 --- a/manifests/j/JetBrains/Rider/EAP/232.7754.74/JetBrains.Rider.EAP.yaml +++ b/manifests/j/JetBrains/Rider/EAP/232.7754.74/JetBrains.Rider.EAP.yaml @@ -1,7 +1,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: JetBrains.Rider.EAP PackageVersion: 232.7754.74 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/233.11799.49/JetBrains.Rider.EAP.installer.yaml b/manifests/j/JetBrains/Rider/EAP/233.11799.49/JetBrains.Rider.EAP.installer.yaml index 148259cd76885..359fd349c66cb 100644 --- a/manifests/j/JetBrains/Rider/EAP/233.11799.49/JetBrains.Rider.EAP.installer.yaml +++ b/manifests/j/JetBrains/Rider/EAP/233.11799.49/JetBrains.Rider.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.Rider.EAP PackageVersion: 233.11799.49 @@ -28,4 +28,4 @@ Installers: InstallerSha256: 714DAE0C7DC91B4B43273E68AC09F894390075807AE690B1ED5585D008CC8441 ProductCode: JetBrains Rider 233.11799.49 ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/233.11799.49/JetBrains.Rider.EAP.locale.en-US.yaml b/manifests/j/JetBrains/Rider/EAP/233.11799.49/JetBrains.Rider.EAP.locale.en-US.yaml index 3088ad4787c7c..227e5478b459e 100644 --- a/manifests/j/JetBrains/Rider/EAP/233.11799.49/JetBrains.Rider.EAP.locale.en-US.yaml +++ b/manifests/j/JetBrains/Rider/EAP/233.11799.49/JetBrains.Rider.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.Rider.EAP PackageVersion: 233.11799.49 @@ -57,4 +57,4 @@ Documentations: - DocumentLabel: Learning Rider DocumentUrl: https://www.jetbrains.com/rider/documentation/ ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/233.11799.49/JetBrains.Rider.EAP.locale.zh-CN.yaml b/manifests/j/JetBrains/Rider/EAP/233.11799.49/JetBrains.Rider.EAP.locale.zh-CN.yaml index 61e68e3817cc3..940095c6bbbb6 100644 --- a/manifests/j/JetBrains/Rider/EAP/233.11799.49/JetBrains.Rider.EAP.locale.zh-CN.yaml +++ b/manifests/j/JetBrains/Rider/EAP/233.11799.49/JetBrains.Rider.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.Rider.EAP PackageVersion: 233.11799.49 @@ -37,4 +37,4 @@ Documentations: - DocumentLabel: 学习 Rider DocumentUrl: https://www.jetbrains.com/zh-cn/rider/documentation/ ManifestType: locale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/233.11799.49/JetBrains.Rider.EAP.yaml b/manifests/j/JetBrains/Rider/EAP/233.11799.49/JetBrains.Rider.EAP.yaml index ae86e6de44401..9ecc584ae1477 100644 --- a/manifests/j/JetBrains/Rider/EAP/233.11799.49/JetBrains.Rider.EAP.yaml +++ b/manifests/j/JetBrains/Rider/EAP/233.11799.49/JetBrains.Rider.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.Rider.EAP PackageVersion: 233.11799.49 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/233.9802.20/JetBrains.Rider.EAP.installer.yaml b/manifests/j/JetBrains/Rider/EAP/233.9802.20/JetBrains.Rider.EAP.installer.yaml index 7f68681fbe7b6..b352e0a3ccb6b 100644 --- a/manifests/j/JetBrains/Rider/EAP/233.9802.20/JetBrains.Rider.EAP.installer.yaml +++ b/manifests/j/JetBrains/Rider/EAP/233.9802.20/JetBrains.Rider.EAP.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: JetBrains.Rider.EAP PackageVersion: 233.9802.20 @@ -12,10 +12,10 @@ InstallModes: - silent - silentWithProgress UpgradeBehavior: uninstallPrevious -ProductCode: JetBrains Rider 232.7754.74 Installers: - Architecture: x64 InstallerUrl: https://download-cdn.jetbrains.com/rider/JetBrains.Rider-2023.3-EAP3-233.9802.20.Checked.exe InstallerSha256: C88EE9AE705DBA604FDC9AD9FA68D828F04B48AD8FBD6F7A83A6A95190D65D32 + ProductCode: JetBrains Rider 232.7754.74 ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/233.9802.20/JetBrains.Rider.EAP.locale.en-US.yaml b/manifests/j/JetBrains/Rider/EAP/233.9802.20/JetBrains.Rider.EAP.locale.en-US.yaml index 0133f1a6ad987..ef54dbff61d12 100644 --- a/manifests/j/JetBrains/Rider/EAP/233.9802.20/JetBrains.Rider.EAP.locale.en-US.yaml +++ b/manifests/j/JetBrains/Rider/EAP/233.9802.20/JetBrains.Rider.EAP.locale.en-US.yaml @@ -1,24 +1,33 @@ -# 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: JetBrains.Rider.EAP PackageVersion: 233.9802.20 PackageLocale: en-US Publisher: JetBrains s.r.o. PublisherUrl: https://www.jetbrains.com +# PublisherSupportUrl: PrivacyUrl: https://www.jetbrains.com/privacy-security/ +# Author: PackageName: JetBrains Rider (EAP) PackageUrl: https://www.jetbrains.com/rider/ License: Proprietary LicenseUrl: https://www.jetbrains.com/store/license.html Copyright: Copyright © JetBrains s.r.o. +# CopyrightUrl: ShortDescription: Develop .NET, ASP.NET, .NET Core, Xamarin or Unity applications on Windows, Mac, Linux. Description: Develop .NET, ASP.NET, .NET Core, Xamarin or Unity applications on Windows, Mac, Linux. Note, however, that because EAPs are always works in progress, some of their features might not always work as expected. +# Moniker: Tags: - .net - asp.net - c# - ide - jetbrains +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/233.9802.20/JetBrains.Rider.EAP.yaml b/manifests/j/JetBrains/Rider/EAP/233.9802.20/JetBrains.Rider.EAP.yaml index 05f7bc36da5d4..12c8a47da86b3 100644 --- a/manifests/j/JetBrains/Rider/EAP/233.9802.20/JetBrains.Rider.EAP.yaml +++ b/manifests/j/JetBrains/Rider/EAP/233.9802.20/JetBrains.Rider.EAP.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: JetBrains.Rider.EAP PackageVersion: 233.9802.20 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/241.10840.28/JetBrains.Rider.EAP.installer.yaml b/manifests/j/JetBrains/Rider/EAP/241.10840.28/JetBrains.Rider.EAP.installer.yaml index 0d797676c1449..fa2086d6d5290 100644 --- a/manifests/j/JetBrains/Rider/EAP/241.10840.28/JetBrains.Rider.EAP.installer.yaml +++ b/manifests/j/JetBrains/Rider/EAP/241.10840.28/JetBrains.Rider.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.Rider.EAP PackageVersion: 241.10840.28 @@ -28,4 +28,4 @@ Installers: InstallerSha256: 189E5E0C6DF3945553C51F9BB1D1E68C9E238C85A443EEBD6FCEB430B58EE423 ProductCode: JetBrains Rider 241.10840.28 ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/241.10840.28/JetBrains.Rider.EAP.locale.en-US.yaml b/manifests/j/JetBrains/Rider/EAP/241.10840.28/JetBrains.Rider.EAP.locale.en-US.yaml index 71818aa88209b..266123998ca6c 100644 --- a/manifests/j/JetBrains/Rider/EAP/241.10840.28/JetBrains.Rider.EAP.locale.en-US.yaml +++ b/manifests/j/JetBrains/Rider/EAP/241.10840.28/JetBrains.Rider.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.Rider.EAP PackageVersion: 241.10840.28 @@ -44,4 +44,4 @@ Documentations: - DocumentLabel: Learning Rider DocumentUrl: https://www.jetbrains.com/rider/documentation/ ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/241.10840.28/JetBrains.Rider.EAP.locale.zh-CN.yaml b/manifests/j/JetBrains/Rider/EAP/241.10840.28/JetBrains.Rider.EAP.locale.zh-CN.yaml index e7491a4e79096..75cb3ba1bcfd1 100644 --- a/manifests/j/JetBrains/Rider/EAP/241.10840.28/JetBrains.Rider.EAP.locale.zh-CN.yaml +++ b/manifests/j/JetBrains/Rider/EAP/241.10840.28/JetBrains.Rider.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.Rider.EAP PackageVersion: 241.10840.28 @@ -37,4 +37,4 @@ Documentations: - DocumentLabel: 学习 Rider DocumentUrl: https://www.jetbrains.com/zh-cn/rider/documentation/ ManifestType: locale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/241.10840.28/JetBrains.Rider.EAP.yaml b/manifests/j/JetBrains/Rider/EAP/241.10840.28/JetBrains.Rider.EAP.yaml index 822cbbe7ea598..95349fb957792 100644 --- a/manifests/j/JetBrains/Rider/EAP/241.10840.28/JetBrains.Rider.EAP.yaml +++ b/manifests/j/JetBrains/Rider/EAP/241.10840.28/JetBrains.Rider.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.Rider.EAP PackageVersion: 241.10840.28 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/241.11761.31/JetBrains.Rider.EAP.installer.yaml b/manifests/j/JetBrains/Rider/EAP/241.11761.31/JetBrains.Rider.EAP.installer.yaml index f86fde80d1c00..926d3d4b4b9af 100644 --- a/manifests/j/JetBrains/Rider/EAP/241.11761.31/JetBrains.Rider.EAP.installer.yaml +++ b/manifests/j/JetBrains/Rider/EAP/241.11761.31/JetBrains.Rider.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.Rider.EAP PackageVersion: 241.11761.31 @@ -28,4 +28,4 @@ Installers: InstallerSha256: 90F14D4FBBED378887D91F9A2D61A56E217C82D047045398FFE12F0F11A33BEC ProductCode: JetBrains Rider 241.11761.31 ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/241.11761.31/JetBrains.Rider.EAP.locale.en-US.yaml b/manifests/j/JetBrains/Rider/EAP/241.11761.31/JetBrains.Rider.EAP.locale.en-US.yaml index 35f18b94c3b13..8001280f616aa 100644 --- a/manifests/j/JetBrains/Rider/EAP/241.11761.31/JetBrains.Rider.EAP.locale.en-US.yaml +++ b/manifests/j/JetBrains/Rider/EAP/241.11761.31/JetBrains.Rider.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.Rider.EAP PackageVersion: 241.11761.31 @@ -44,4 +44,4 @@ Documentations: - DocumentLabel: Learning Rider DocumentUrl: https://www.jetbrains.com/rider/documentation/ ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/241.11761.31/JetBrains.Rider.EAP.locale.zh-CN.yaml b/manifests/j/JetBrains/Rider/EAP/241.11761.31/JetBrains.Rider.EAP.locale.zh-CN.yaml index 5a76ca25f3d92..0dca98d4a1820 100644 --- a/manifests/j/JetBrains/Rider/EAP/241.11761.31/JetBrains.Rider.EAP.locale.zh-CN.yaml +++ b/manifests/j/JetBrains/Rider/EAP/241.11761.31/JetBrains.Rider.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.Rider.EAP PackageVersion: 241.11761.31 @@ -37,4 +37,4 @@ Documentations: - DocumentLabel: 学习 Rider DocumentUrl: https://www.jetbrains.com/zh-cn/rider/documentation/ ManifestType: locale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/241.11761.31/JetBrains.Rider.EAP.yaml b/manifests/j/JetBrains/Rider/EAP/241.11761.31/JetBrains.Rider.EAP.yaml index 19fe296aeb510..63732d87a5705 100644 --- a/manifests/j/JetBrains/Rider/EAP/241.11761.31/JetBrains.Rider.EAP.yaml +++ b/manifests/j/JetBrains/Rider/EAP/241.11761.31/JetBrains.Rider.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.Rider.EAP PackageVersion: 241.11761.31 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/241.12662.57/JetBrains.Rider.EAP.installer.yaml b/manifests/j/JetBrains/Rider/EAP/241.12662.57/JetBrains.Rider.EAP.installer.yaml index 078b470671500..4829d40c408c9 100644 --- a/manifests/j/JetBrains/Rider/EAP/241.12662.57/JetBrains.Rider.EAP.installer.yaml +++ b/manifests/j/JetBrains/Rider/EAP/241.12662.57/JetBrains.Rider.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.Rider.EAP PackageVersion: 241.12662.57 @@ -28,4 +28,4 @@ Installers: InstallerSha256: 5899F1C98BBB229710BCE877A2C41E94D84D6AD49EB6CB14511939D483E3BA38 ProductCode: JetBrains Rider 241.12662.57 ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/241.12662.57/JetBrains.Rider.EAP.locale.en-US.yaml b/manifests/j/JetBrains/Rider/EAP/241.12662.57/JetBrains.Rider.EAP.locale.en-US.yaml index 7c59ccb3a1f7c..6896dac359fe5 100644 --- a/manifests/j/JetBrains/Rider/EAP/241.12662.57/JetBrains.Rider.EAP.locale.en-US.yaml +++ b/manifests/j/JetBrains/Rider/EAP/241.12662.57/JetBrains.Rider.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.Rider.EAP PackageVersion: 241.12662.57 @@ -46,4 +46,4 @@ Documentations: - DocumentLabel: Learning Rider DocumentUrl: https://www.jetbrains.com/rider/documentation/ ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/241.12662.57/JetBrains.Rider.EAP.locale.zh-CN.yaml b/manifests/j/JetBrains/Rider/EAP/241.12662.57/JetBrains.Rider.EAP.locale.zh-CN.yaml index 4a2221b6166d8..6da34e9c07c92 100644 --- a/manifests/j/JetBrains/Rider/EAP/241.12662.57/JetBrains.Rider.EAP.locale.zh-CN.yaml +++ b/manifests/j/JetBrains/Rider/EAP/241.12662.57/JetBrains.Rider.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.Rider.EAP PackageVersion: 241.12662.57 @@ -37,4 +37,4 @@ Documentations: - DocumentLabel: 学习 Rider DocumentUrl: https://www.jetbrains.com/zh-cn/rider/documentation/ ManifestType: locale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/241.12662.57/JetBrains.Rider.EAP.yaml b/manifests/j/JetBrains/Rider/EAP/241.12662.57/JetBrains.Rider.EAP.yaml index b8c65e6a4054b..bc9bf4a400994 100644 --- a/manifests/j/JetBrains/Rider/EAP/241.12662.57/JetBrains.Rider.EAP.yaml +++ b/manifests/j/JetBrains/Rider/EAP/241.12662.57/JetBrains.Rider.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.Rider.EAP PackageVersion: 241.12662.57 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/241.13688.41/JetBrains.Rider.EAP.installer.yaml b/manifests/j/JetBrains/Rider/EAP/241.13688.41/JetBrains.Rider.EAP.installer.yaml index 0c35c9dab964c..cd447aa15078a 100644 --- a/manifests/j/JetBrains/Rider/EAP/241.13688.41/JetBrains.Rider.EAP.installer.yaml +++ b/manifests/j/JetBrains/Rider/EAP/241.13688.41/JetBrains.Rider.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.Rider.EAP PackageVersion: 241.13688.41 @@ -28,4 +28,4 @@ Installers: InstallerSha256: B048CE5FADD62F62719F514697D74A9DB9026D1D3A6E4C23AD2CA24687D752DD ProductCode: JetBrains Rider 241.13688.41 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/241.13688.41/JetBrains.Rider.EAP.locale.en-US.yaml b/manifests/j/JetBrains/Rider/EAP/241.13688.41/JetBrains.Rider.EAP.locale.en-US.yaml index 5f10d71c20a9a..6d41021595d92 100644 --- a/manifests/j/JetBrains/Rider/EAP/241.13688.41/JetBrains.Rider.EAP.locale.en-US.yaml +++ b/manifests/j/JetBrains/Rider/EAP/241.13688.41/JetBrains.Rider.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.Rider.EAP PackageVersion: 241.13688.41 @@ -46,4 +46,4 @@ Documentations: - DocumentLabel: Learning Rider DocumentUrl: https://www.jetbrains.com/rider/documentation/ ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/241.13688.41/JetBrains.Rider.EAP.locale.zh-CN.yaml b/manifests/j/JetBrains/Rider/EAP/241.13688.41/JetBrains.Rider.EAP.locale.zh-CN.yaml index b4900be3f9e60..62fa15db529cb 100644 --- a/manifests/j/JetBrains/Rider/EAP/241.13688.41/JetBrains.Rider.EAP.locale.zh-CN.yaml +++ b/manifests/j/JetBrains/Rider/EAP/241.13688.41/JetBrains.Rider.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.Rider.EAP PackageVersion: 241.13688.41 @@ -37,4 +37,4 @@ Documentations: - DocumentLabel: 学习 Rider DocumentUrl: https://www.jetbrains.com/zh-cn/rider/documentation/ ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/241.13688.41/JetBrains.Rider.EAP.yaml b/manifests/j/JetBrains/Rider/EAP/241.13688.41/JetBrains.Rider.EAP.yaml index 0c19246ad84dc..20709d6748053 100644 --- a/manifests/j/JetBrains/Rider/EAP/241.13688.41/JetBrains.Rider.EAP.yaml +++ b/manifests/j/JetBrains/Rider/EAP/241.13688.41/JetBrains.Rider.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.Rider.EAP PackageVersion: 241.13688.41 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/241.14024.36/JetBrains.Rider.EAP.installer.yaml b/manifests/j/JetBrains/Rider/EAP/241.14024.36/JetBrains.Rider.EAP.installer.yaml index d40dd7e322d24..4708e87aad5b1 100644 --- a/manifests/j/JetBrains/Rider/EAP/241.14024.36/JetBrains.Rider.EAP.installer.yaml +++ b/manifests/j/JetBrains/Rider/EAP/241.14024.36/JetBrains.Rider.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.Rider.EAP PackageVersion: 241.14024.36 @@ -28,4 +28,4 @@ Installers: InstallerSha256: CA04FC063BFBF55F7F56D50C6E80270B38B7EA4F6FE5356109C41BE0BF1073AA ProductCode: JetBrains Rider 241.14024.36 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/241.14024.36/JetBrains.Rider.EAP.locale.en-US.yaml b/manifests/j/JetBrains/Rider/EAP/241.14024.36/JetBrains.Rider.EAP.locale.en-US.yaml index 857bb2746d374..a4f96adb92d94 100644 --- a/manifests/j/JetBrains/Rider/EAP/241.14024.36/JetBrains.Rider.EAP.locale.en-US.yaml +++ b/manifests/j/JetBrains/Rider/EAP/241.14024.36/JetBrains.Rider.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.Rider.EAP PackageVersion: 241.14024.36 @@ -47,4 +47,4 @@ Documentations: - DocumentLabel: Learning Rider DocumentUrl: https://www.jetbrains.com/rider/documentation/ ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/241.14024.36/JetBrains.Rider.EAP.locale.zh-CN.yaml b/manifests/j/JetBrains/Rider/EAP/241.14024.36/JetBrains.Rider.EAP.locale.zh-CN.yaml index 26e4e5e6cf4b9..576cabc8b9c06 100644 --- a/manifests/j/JetBrains/Rider/EAP/241.14024.36/JetBrains.Rider.EAP.locale.zh-CN.yaml +++ b/manifests/j/JetBrains/Rider/EAP/241.14024.36/JetBrains.Rider.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.Rider.EAP PackageVersion: 241.14024.36 @@ -37,4 +37,4 @@ Documentations: - DocumentLabel: 学习 Rider DocumentUrl: https://www.jetbrains.com/zh-cn/rider/documentation/ ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/241.14024.36/JetBrains.Rider.EAP.yaml b/manifests/j/JetBrains/Rider/EAP/241.14024.36/JetBrains.Rider.EAP.yaml index a44c664a2621a..2f021d4c810d2 100644 --- a/manifests/j/JetBrains/Rider/EAP/241.14024.36/JetBrains.Rider.EAP.yaml +++ b/manifests/j/JetBrains/Rider/EAP/241.14024.36/JetBrains.Rider.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.Rider.EAP PackageVersion: 241.14024.36 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/241.14494.107/JetBrains.Rider.EAP.installer.yaml b/manifests/j/JetBrains/Rider/EAP/241.14494.107/JetBrains.Rider.EAP.installer.yaml index a45f68d3b6b4a..5baf2ac713ae1 100644 --- a/manifests/j/JetBrains/Rider/EAP/241.14494.107/JetBrains.Rider.EAP.installer.yaml +++ b/manifests/j/JetBrains/Rider/EAP/241.14494.107/JetBrains.Rider.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.Rider.EAP PackageVersion: 241.14494.107 @@ -40,4 +40,4 @@ Installers: InstallerSha256: 7B75BB95C352D16DE9505D9A276AF330613EB5C777AF4FB07460B34E2610DC0E ProductCode: JetBrains Rider 241.14494.107 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/241.14494.107/JetBrains.Rider.EAP.locale.en-US.yaml b/manifests/j/JetBrains/Rider/EAP/241.14494.107/JetBrains.Rider.EAP.locale.en-US.yaml index 2f22515a0963e..df2396eb4332c 100644 --- a/manifests/j/JetBrains/Rider/EAP/241.14494.107/JetBrains.Rider.EAP.locale.en-US.yaml +++ b/manifests/j/JetBrains/Rider/EAP/241.14494.107/JetBrains.Rider.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.Rider.EAP PackageVersion: 241.14494.107 @@ -55,4 +55,4 @@ Documentations: - DocumentLabel: Learning Rider DocumentUrl: https://www.jetbrains.com/rider/documentation/ ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/241.14494.107/JetBrains.Rider.EAP.locale.zh-CN.yaml b/manifests/j/JetBrains/Rider/EAP/241.14494.107/JetBrains.Rider.EAP.locale.zh-CN.yaml index df2678301045e..0fa42ea583739 100644 --- a/manifests/j/JetBrains/Rider/EAP/241.14494.107/JetBrains.Rider.EAP.locale.zh-CN.yaml +++ b/manifests/j/JetBrains/Rider/EAP/241.14494.107/JetBrains.Rider.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.Rider.EAP PackageVersion: 241.14494.107 @@ -37,4 +37,4 @@ Documentations: - DocumentLabel: 学习 Rider DocumentUrl: https://www.jetbrains.com/zh-cn/rider/documentation/ ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/241.14494.107/JetBrains.Rider.EAP.yaml b/manifests/j/JetBrains/Rider/EAP/241.14494.107/JetBrains.Rider.EAP.yaml index 1ba1a981aeddc..a937c30540511 100644 --- a/manifests/j/JetBrains/Rider/EAP/241.14494.107/JetBrains.Rider.EAP.yaml +++ b/manifests/j/JetBrains/Rider/EAP/241.14494.107/JetBrains.Rider.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.Rider.EAP PackageVersion: 241.14494.107 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/241.14494.14/JetBrains.Rider.EAP.installer.yaml b/manifests/j/JetBrains/Rider/EAP/241.14494.14/JetBrains.Rider.EAP.installer.yaml index 1e63d196ef5b1..d1eb58fba0864 100644 --- a/manifests/j/JetBrains/Rider/EAP/241.14494.14/JetBrains.Rider.EAP.installer.yaml +++ b/manifests/j/JetBrains/Rider/EAP/241.14494.14/JetBrains.Rider.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.Rider.EAP PackageVersion: 241.14494.14 @@ -28,4 +28,4 @@ Installers: InstallerSha256: 8096862ECE65BC5E799401BC2280CDFE23405DEC10391D13AB37AA580E9EE8C1 ProductCode: JetBrains Rider 241.14494.14 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/241.14494.14/JetBrains.Rider.EAP.locale.en-US.yaml b/manifests/j/JetBrains/Rider/EAP/241.14494.14/JetBrains.Rider.EAP.locale.en-US.yaml index d292ffffd8a88..94845e8ec69b3 100644 --- a/manifests/j/JetBrains/Rider/EAP/241.14494.14/JetBrains.Rider.EAP.locale.en-US.yaml +++ b/manifests/j/JetBrains/Rider/EAP/241.14494.14/JetBrains.Rider.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.Rider.EAP PackageVersion: 241.14494.14 @@ -49,4 +49,4 @@ Documentations: - DocumentLabel: Learning Rider DocumentUrl: https://www.jetbrains.com/rider/documentation/ ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/241.14494.14/JetBrains.Rider.EAP.locale.zh-CN.yaml b/manifests/j/JetBrains/Rider/EAP/241.14494.14/JetBrains.Rider.EAP.locale.zh-CN.yaml index 4b855797f49fe..525cd65c8c509 100644 --- a/manifests/j/JetBrains/Rider/EAP/241.14494.14/JetBrains.Rider.EAP.locale.zh-CN.yaml +++ b/manifests/j/JetBrains/Rider/EAP/241.14494.14/JetBrains.Rider.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.Rider.EAP PackageVersion: 241.14494.14 @@ -37,4 +37,4 @@ Documentations: - DocumentLabel: 学习 Rider DocumentUrl: https://www.jetbrains.com/zh-cn/rider/documentation/ ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/241.14494.14/JetBrains.Rider.EAP.yaml b/manifests/j/JetBrains/Rider/EAP/241.14494.14/JetBrains.Rider.EAP.yaml index a3cc1ad674383..187a5a0e45df3 100644 --- a/manifests/j/JetBrains/Rider/EAP/241.14494.14/JetBrains.Rider.EAP.yaml +++ b/manifests/j/JetBrains/Rider/EAP/241.14494.14/JetBrains.Rider.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.Rider.EAP PackageVersion: 241.14494.14 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/241.8102.132/JetBrains.Rider.EAP.installer.yaml b/manifests/j/JetBrains/Rider/EAP/241.8102.132/JetBrains.Rider.EAP.installer.yaml index 40fd62e8ee6ed..28e97b15f3892 100644 --- a/manifests/j/JetBrains/Rider/EAP/241.8102.132/JetBrains.Rider.EAP.installer.yaml +++ b/manifests/j/JetBrains/Rider/EAP/241.8102.132/JetBrains.Rider.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.Rider.EAP PackageVersion: 241.8102.132 @@ -28,4 +28,4 @@ Installers: InstallerSha256: ADF7C0DE1361C83B9C28747AA5FFB1EF5779EB9F8B821D78899B168EED7FA2F8 ProductCode: JetBrains Rider 241.8102.132 ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/241.8102.132/JetBrains.Rider.EAP.locale.en-US.yaml b/manifests/j/JetBrains/Rider/EAP/241.8102.132/JetBrains.Rider.EAP.locale.en-US.yaml index 7e1e4c660d8d2..c1cccff4fdb72 100644 --- a/manifests/j/JetBrains/Rider/EAP/241.8102.132/JetBrains.Rider.EAP.locale.en-US.yaml +++ b/manifests/j/JetBrains/Rider/EAP/241.8102.132/JetBrains.Rider.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.Rider.EAP PackageVersion: 241.8102.132 @@ -46,4 +46,4 @@ Documentations: - DocumentLabel: Learning Rider DocumentUrl: https://www.jetbrains.com/rider/documentation/ ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/241.8102.132/JetBrains.Rider.EAP.locale.zh-CN.yaml b/manifests/j/JetBrains/Rider/EAP/241.8102.132/JetBrains.Rider.EAP.locale.zh-CN.yaml index 4480c014deea5..9bb6ecca6ee9d 100644 --- a/manifests/j/JetBrains/Rider/EAP/241.8102.132/JetBrains.Rider.EAP.locale.zh-CN.yaml +++ b/manifests/j/JetBrains/Rider/EAP/241.8102.132/JetBrains.Rider.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.Rider.EAP PackageVersion: 241.8102.132 @@ -37,4 +37,4 @@ Documentations: - DocumentLabel: 学习 Rider DocumentUrl: https://www.jetbrains.com/zh-cn/rider/documentation/ ManifestType: locale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/241.8102.132/JetBrains.Rider.EAP.yaml b/manifests/j/JetBrains/Rider/EAP/241.8102.132/JetBrains.Rider.EAP.yaml index 69dc4ca4fb1c3..c21e8badb5784 100644 --- a/manifests/j/JetBrains/Rider/EAP/241.8102.132/JetBrains.Rider.EAP.yaml +++ b/manifests/j/JetBrains/Rider/EAP/241.8102.132/JetBrains.Rider.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.Rider.EAP PackageVersion: 241.8102.132 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/241.9959.26/JetBrains.Rider.EAP.installer.yaml b/manifests/j/JetBrains/Rider/EAP/241.9959.26/JetBrains.Rider.EAP.installer.yaml index a1a7f0f9e5efe..795ad125c605a 100644 --- a/manifests/j/JetBrains/Rider/EAP/241.9959.26/JetBrains.Rider.EAP.installer.yaml +++ b/manifests/j/JetBrains/Rider/EAP/241.9959.26/JetBrains.Rider.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.Rider.EAP PackageVersion: 241.9959.26 @@ -28,4 +28,4 @@ Installers: InstallerSha256: 3DC2C6B767852D94845239F4D4601DDEFF2CF0DFE2671BA9AF0DAD1E5DD24D52 ProductCode: JetBrains Rider 241.9959.26 ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/241.9959.26/JetBrains.Rider.EAP.locale.en-US.yaml b/manifests/j/JetBrains/Rider/EAP/241.9959.26/JetBrains.Rider.EAP.locale.en-US.yaml index 81590bf68f304..6ded0f88f879a 100644 --- a/manifests/j/JetBrains/Rider/EAP/241.9959.26/JetBrains.Rider.EAP.locale.en-US.yaml +++ b/manifests/j/JetBrains/Rider/EAP/241.9959.26/JetBrains.Rider.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.Rider.EAP PackageVersion: 241.9959.26 @@ -56,4 +56,4 @@ Documentations: - DocumentLabel: Learning Rider DocumentUrl: https://www.jetbrains.com/rider/documentation/ ManifestType: defaultLocale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/241.9959.26/JetBrains.Rider.EAP.locale.zh-CN.yaml b/manifests/j/JetBrains/Rider/EAP/241.9959.26/JetBrains.Rider.EAP.locale.zh-CN.yaml index fb281caf7e4b3..8ba52237c0e79 100644 --- a/manifests/j/JetBrains/Rider/EAP/241.9959.26/JetBrains.Rider.EAP.locale.zh-CN.yaml +++ b/manifests/j/JetBrains/Rider/EAP/241.9959.26/JetBrains.Rider.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.Rider.EAP PackageVersion: 241.9959.26 @@ -37,4 +37,4 @@ Documentations: - DocumentLabel: 学习 Rider DocumentUrl: https://www.jetbrains.com/zh-cn/rider/documentation/ ManifestType: locale -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/241.9959.26/JetBrains.Rider.EAP.yaml b/manifests/j/JetBrains/Rider/EAP/241.9959.26/JetBrains.Rider.EAP.yaml index 0000de576e780..d4c4698ea9f33 100644 --- a/manifests/j/JetBrains/Rider/EAP/241.9959.26/JetBrains.Rider.EAP.yaml +++ b/manifests/j/JetBrains/Rider/EAP/241.9959.26/JetBrains.Rider.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.Rider.EAP PackageVersion: 241.9959.26 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/242.15523.27/JetBrains.Rider.EAP.installer.yaml b/manifests/j/JetBrains/Rider/EAP/242.15523.27/JetBrains.Rider.EAP.installer.yaml index ab9030d1f2376..ad4b436e561a5 100644 --- a/manifests/j/JetBrains/Rider/EAP/242.15523.27/JetBrains.Rider.EAP.installer.yaml +++ b/manifests/j/JetBrains/Rider/EAP/242.15523.27/JetBrains.Rider.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.Rider.EAP PackageVersion: 242.15523.27 @@ -40,4 +40,4 @@ Installers: InstallerSha256: 63A56D65753F9292D88E230A9DD880F7A0D7780F521FA4B429FDDCEAC8B089DE ProductCode: JetBrains Rider 242.15523.27 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/242.15523.27/JetBrains.Rider.EAP.locale.en-US.yaml b/manifests/j/JetBrains/Rider/EAP/242.15523.27/JetBrains.Rider.EAP.locale.en-US.yaml index a02b3c60297bd..cda095119bdcb 100644 --- a/manifests/j/JetBrains/Rider/EAP/242.15523.27/JetBrains.Rider.EAP.locale.en-US.yaml +++ b/manifests/j/JetBrains/Rider/EAP/242.15523.27/JetBrains.Rider.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.Rider.EAP PackageVersion: 242.15523.27 @@ -54,4 +54,4 @@ Documentations: - DocumentLabel: Learning Rider DocumentUrl: https://www.jetbrains.com/rider/documentation/ ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/242.15523.27/JetBrains.Rider.EAP.locale.zh-CN.yaml b/manifests/j/JetBrains/Rider/EAP/242.15523.27/JetBrains.Rider.EAP.locale.zh-CN.yaml index f00d76707acef..2a8d758203c47 100644 --- a/manifests/j/JetBrains/Rider/EAP/242.15523.27/JetBrains.Rider.EAP.locale.zh-CN.yaml +++ b/manifests/j/JetBrains/Rider/EAP/242.15523.27/JetBrains.Rider.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.Rider.EAP PackageVersion: 242.15523.27 @@ -37,4 +37,4 @@ Documentations: - DocumentLabel: 学习 Rider DocumentUrl: https://www.jetbrains.com/zh-cn/rider/documentation/ ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/242.15523.27/JetBrains.Rider.EAP.yaml b/manifests/j/JetBrains/Rider/EAP/242.15523.27/JetBrains.Rider.EAP.yaml index 3195e80a3b582..14f5a33fb80ae 100644 --- a/manifests/j/JetBrains/Rider/EAP/242.15523.27/JetBrains.Rider.EAP.yaml +++ b/manifests/j/JetBrains/Rider/EAP/242.15523.27/JetBrains.Rider.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.Rider.EAP PackageVersion: 242.15523.27 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/242.16677.30/JetBrains.Rider.EAP.installer.yaml b/manifests/j/JetBrains/Rider/EAP/242.16677.30/JetBrains.Rider.EAP.installer.yaml index eb7bc806d600c..4ff610a509047 100644 --- a/manifests/j/JetBrains/Rider/EAP/242.16677.30/JetBrains.Rider.EAP.installer.yaml +++ b/manifests/j/JetBrains/Rider/EAP/242.16677.30/JetBrains.Rider.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.Rider.EAP PackageVersion: 242.16677.30 @@ -40,4 +40,4 @@ Installers: InstallerSha256: 798D3E59C84E1B0A0C690EE27837969489C7A8BB566FD5520CC6F43AB76B9EDE ProductCode: JetBrains Rider 242.16677.30 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/242.16677.30/JetBrains.Rider.EAP.locale.en-US.yaml b/manifests/j/JetBrains/Rider/EAP/242.16677.30/JetBrains.Rider.EAP.locale.en-US.yaml index c72bdced77c73..0ffe03f467705 100644 --- a/manifests/j/JetBrains/Rider/EAP/242.16677.30/JetBrains.Rider.EAP.locale.en-US.yaml +++ b/manifests/j/JetBrains/Rider/EAP/242.16677.30/JetBrains.Rider.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.Rider.EAP PackageVersion: 242.16677.30 @@ -45,4 +45,4 @@ Documentations: - DocumentLabel: Learning Rider DocumentUrl: https://www.jetbrains.com/rider/documentation/ ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/242.16677.30/JetBrains.Rider.EAP.locale.zh-CN.yaml b/manifests/j/JetBrains/Rider/EAP/242.16677.30/JetBrains.Rider.EAP.locale.zh-CN.yaml index 004900cccfb73..36db3127660c4 100644 --- a/manifests/j/JetBrains/Rider/EAP/242.16677.30/JetBrains.Rider.EAP.locale.zh-CN.yaml +++ b/manifests/j/JetBrains/Rider/EAP/242.16677.30/JetBrains.Rider.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.Rider.EAP PackageVersion: 242.16677.30 @@ -37,4 +37,4 @@ Documentations: - DocumentLabel: 学习 Rider DocumentUrl: https://www.jetbrains.com/zh-cn/rider/documentation/ ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/242.16677.30/JetBrains.Rider.EAP.yaml b/manifests/j/JetBrains/Rider/EAP/242.16677.30/JetBrains.Rider.EAP.yaml index 9a8f09a3ec87b..466a820901e40 100644 --- a/manifests/j/JetBrains/Rider/EAP/242.16677.30/JetBrains.Rider.EAP.yaml +++ b/manifests/j/JetBrains/Rider/EAP/242.16677.30/JetBrains.Rider.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.Rider.EAP PackageVersion: 242.16677.30 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/242.18071.30/JetBrains.Rider.EAP.installer.yaml b/manifests/j/JetBrains/Rider/EAP/242.18071.30/JetBrains.Rider.EAP.installer.yaml index 3a7b23be6c3db..4a38d63b6a1b9 100644 --- a/manifests/j/JetBrains/Rider/EAP/242.18071.30/JetBrains.Rider.EAP.installer.yaml +++ b/manifests/j/JetBrains/Rider/EAP/242.18071.30/JetBrains.Rider.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.Rider.EAP PackageVersion: 242.18071.30 @@ -40,4 +40,4 @@ Installers: InstallerSha256: 5B19E8AD21BC59735183E0AC7CAE6AD3C5C1CA83DB8C0F2CA6BAD2CE3EB968B8 ProductCode: JetBrains Rider 242.18071.30 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/242.18071.30/JetBrains.Rider.EAP.locale.en-US.yaml b/manifests/j/JetBrains/Rider/EAP/242.18071.30/JetBrains.Rider.EAP.locale.en-US.yaml index 2698452f52720..5ed1e74c84dde 100644 --- a/manifests/j/JetBrains/Rider/EAP/242.18071.30/JetBrains.Rider.EAP.locale.en-US.yaml +++ b/manifests/j/JetBrains/Rider/EAP/242.18071.30/JetBrains.Rider.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.Rider.EAP PackageVersion: 242.18071.30 @@ -44,4 +44,4 @@ Documentations: - DocumentLabel: Learning Rider DocumentUrl: https://www.jetbrains.com/rider/documentation/ ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/242.18071.30/JetBrains.Rider.EAP.locale.zh-CN.yaml b/manifests/j/JetBrains/Rider/EAP/242.18071.30/JetBrains.Rider.EAP.locale.zh-CN.yaml index 9dbfb67a554ee..2227da1d7f69b 100644 --- a/manifests/j/JetBrains/Rider/EAP/242.18071.30/JetBrains.Rider.EAP.locale.zh-CN.yaml +++ b/manifests/j/JetBrains/Rider/EAP/242.18071.30/JetBrains.Rider.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.Rider.EAP PackageVersion: 242.18071.30 @@ -37,4 +37,4 @@ Documentations: - DocumentLabel: 学习 Rider DocumentUrl: https://www.jetbrains.com/zh-cn/rider/documentation/ ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/242.18071.30/JetBrains.Rider.EAP.yaml b/manifests/j/JetBrains/Rider/EAP/242.18071.30/JetBrains.Rider.EAP.yaml index 662426779b3e2..ae70b3ba5dd62 100644 --- a/manifests/j/JetBrains/Rider/EAP/242.18071.30/JetBrains.Rider.EAP.yaml +++ b/manifests/j/JetBrains/Rider/EAP/242.18071.30/JetBrains.Rider.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.Rider.EAP PackageVersion: 242.18071.30 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/242.19533.58/JetBrains.Rider.EAP.installer.yaml b/manifests/j/JetBrains/Rider/EAP/242.19533.58/JetBrains.Rider.EAP.installer.yaml index f8f423dc06d5e..0ab1af66dd88b 100644 --- a/manifests/j/JetBrains/Rider/EAP/242.19533.58/JetBrains.Rider.EAP.installer.yaml +++ b/manifests/j/JetBrains/Rider/EAP/242.19533.58/JetBrains.Rider.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.Rider.EAP PackageVersion: 242.19533.58 @@ -40,4 +40,4 @@ Installers: InstallerSha256: 18F16685F0A490BED7E54D976044D2973F847F9AE36340B604BE0945FD17C512 ProductCode: JetBrains Rider 242.19533.58 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/242.19533.58/JetBrains.Rider.EAP.locale.en-US.yaml b/manifests/j/JetBrains/Rider/EAP/242.19533.58/JetBrains.Rider.EAP.locale.en-US.yaml index 594f1b88b10cf..4a4e0decc2fff 100644 --- a/manifests/j/JetBrains/Rider/EAP/242.19533.58/JetBrains.Rider.EAP.locale.en-US.yaml +++ b/manifests/j/JetBrains/Rider/EAP/242.19533.58/JetBrains.Rider.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.Rider.EAP PackageVersion: 242.19533.58 @@ -53,4 +53,4 @@ Documentations: - DocumentLabel: Learning Rider DocumentUrl: https://www.jetbrains.com/rider/documentation/ ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/242.19533.58/JetBrains.Rider.EAP.locale.zh-CN.yaml b/manifests/j/JetBrains/Rider/EAP/242.19533.58/JetBrains.Rider.EAP.locale.zh-CN.yaml index f2124b0e1e1ca..1f1926509d4b2 100644 --- a/manifests/j/JetBrains/Rider/EAP/242.19533.58/JetBrains.Rider.EAP.locale.zh-CN.yaml +++ b/manifests/j/JetBrains/Rider/EAP/242.19533.58/JetBrains.Rider.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.Rider.EAP PackageVersion: 242.19533.58 @@ -37,4 +37,4 @@ Documentations: - DocumentLabel: 学习 Rider DocumentUrl: https://www.jetbrains.com/zh-cn/rider/documentation/ ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/242.19533.58/JetBrains.Rider.EAP.yaml b/manifests/j/JetBrains/Rider/EAP/242.19533.58/JetBrains.Rider.EAP.yaml index c0595ce1a2063..f78ee96737a2f 100644 --- a/manifests/j/JetBrains/Rider/EAP/242.19533.58/JetBrains.Rider.EAP.yaml +++ b/manifests/j/JetBrains/Rider/EAP/242.19533.58/JetBrains.Rider.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.Rider.EAP PackageVersion: 242.19533.58 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/242.20224.162/JetBrains.Rider.EAP.installer.yaml b/manifests/j/JetBrains/Rider/EAP/242.20224.162/JetBrains.Rider.EAP.installer.yaml index 12e95beb4c5c8..107d47de6f57c 100644 --- a/manifests/j/JetBrains/Rider/EAP/242.20224.162/JetBrains.Rider.EAP.installer.yaml +++ b/manifests/j/JetBrains/Rider/EAP/242.20224.162/JetBrains.Rider.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.Rider.EAP PackageVersion: 242.20224.162 @@ -40,4 +40,4 @@ Installers: InstallerSha256: 60A11E20DAF3646E59327614198BBFA5B26317DEDD529E14D46F555CC34F41B1 ProductCode: JetBrains Rider 242.20224.162 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/242.20224.162/JetBrains.Rider.EAP.locale.en-US.yaml b/manifests/j/JetBrains/Rider/EAP/242.20224.162/JetBrains.Rider.EAP.locale.en-US.yaml index ded9b91885b34..b42471b3c5ae1 100644 --- a/manifests/j/JetBrains/Rider/EAP/242.20224.162/JetBrains.Rider.EAP.locale.en-US.yaml +++ b/manifests/j/JetBrains/Rider/EAP/242.20224.162/JetBrains.Rider.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.Rider.EAP PackageVersion: 242.20224.162 @@ -43,4 +43,4 @@ Documentations: - DocumentLabel: Learning Rider DocumentUrl: https://www.jetbrains.com/rider/documentation/ ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/242.20224.162/JetBrains.Rider.EAP.locale.zh-CN.yaml b/manifests/j/JetBrains/Rider/EAP/242.20224.162/JetBrains.Rider.EAP.locale.zh-CN.yaml index 6e3ca7eac751e..a47f0bd911f43 100644 --- a/manifests/j/JetBrains/Rider/EAP/242.20224.162/JetBrains.Rider.EAP.locale.zh-CN.yaml +++ b/manifests/j/JetBrains/Rider/EAP/242.20224.162/JetBrains.Rider.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.Rider.EAP PackageVersion: 242.20224.162 @@ -37,4 +37,4 @@ Documentations: - DocumentLabel: 学习 Rider DocumentUrl: https://www.jetbrains.com/zh-cn/rider/documentation/ ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/242.20224.162/JetBrains.Rider.EAP.yaml b/manifests/j/JetBrains/Rider/EAP/242.20224.162/JetBrains.Rider.EAP.yaml index 353d607f9b3ac..6ec6d9a80d270 100644 --- a/manifests/j/JetBrains/Rider/EAP/242.20224.162/JetBrains.Rider.EAP.yaml +++ b/manifests/j/JetBrains/Rider/EAP/242.20224.162/JetBrains.Rider.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.Rider.EAP PackageVersion: 242.20224.162 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/242.20224.26/JetBrains.Rider.EAP.installer.yaml b/manifests/j/JetBrains/Rider/EAP/242.20224.26/JetBrains.Rider.EAP.installer.yaml index 1ce69ce07af42..5a4ba3b633308 100644 --- a/manifests/j/JetBrains/Rider/EAP/242.20224.26/JetBrains.Rider.EAP.installer.yaml +++ b/manifests/j/JetBrains/Rider/EAP/242.20224.26/JetBrains.Rider.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.Rider.EAP PackageVersion: 242.20224.26 @@ -40,4 +40,4 @@ Installers: InstallerSha256: B7C9E813BAD696D6C7455DD7C7041191D4B27D762E66D732AC31251354B94263 ProductCode: JetBrains Rider 242.20224.26 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/242.20224.26/JetBrains.Rider.EAP.locale.en-US.yaml b/manifests/j/JetBrains/Rider/EAP/242.20224.26/JetBrains.Rider.EAP.locale.en-US.yaml index fe13f80b5d980..0c6252a191dc7 100644 --- a/manifests/j/JetBrains/Rider/EAP/242.20224.26/JetBrains.Rider.EAP.locale.en-US.yaml +++ b/manifests/j/JetBrains/Rider/EAP/242.20224.26/JetBrains.Rider.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.Rider.EAP PackageVersion: 242.20224.26 @@ -57,4 +57,4 @@ Documentations: - DocumentLabel: Learning Rider DocumentUrl: https://www.jetbrains.com/rider/documentation/ ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/242.20224.26/JetBrains.Rider.EAP.locale.zh-CN.yaml b/manifests/j/JetBrains/Rider/EAP/242.20224.26/JetBrains.Rider.EAP.locale.zh-CN.yaml index d22c5cd7a5fc3..3a096bab0f1ec 100644 --- a/manifests/j/JetBrains/Rider/EAP/242.20224.26/JetBrains.Rider.EAP.locale.zh-CN.yaml +++ b/manifests/j/JetBrains/Rider/EAP/242.20224.26/JetBrains.Rider.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.Rider.EAP PackageVersion: 242.20224.26 @@ -37,4 +37,4 @@ Documentations: - DocumentLabel: 学习 Rider DocumentUrl: https://www.jetbrains.com/zh-cn/rider/documentation/ ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/242.20224.26/JetBrains.Rider.EAP.yaml b/manifests/j/JetBrains/Rider/EAP/242.20224.26/JetBrains.Rider.EAP.yaml index be3d8040bc62b..4826591c3ce50 100644 --- a/manifests/j/JetBrains/Rider/EAP/242.20224.26/JetBrains.Rider.EAP.yaml +++ b/manifests/j/JetBrains/Rider/EAP/242.20224.26/JetBrains.Rider.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.Rider.EAP PackageVersion: 242.20224.26 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/242.20224.88/JetBrains.Rider.EAP.installer.yaml b/manifests/j/JetBrains/Rider/EAP/242.20224.88/JetBrains.Rider.EAP.installer.yaml index 9eb22864f87c2..d8f84b68b166a 100644 --- a/manifests/j/JetBrains/Rider/EAP/242.20224.88/JetBrains.Rider.EAP.installer.yaml +++ b/manifests/j/JetBrains/Rider/EAP/242.20224.88/JetBrains.Rider.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.Rider.EAP PackageVersion: 242.20224.88 @@ -40,4 +40,4 @@ Installers: InstallerSha256: 3E12CC4B4D9AE11048838445097B3A5B86FBF2C15A5B2376CE83E0C2146B6366 ProductCode: JetBrains Rider 242.20224.88 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/242.20224.88/JetBrains.Rider.EAP.locale.en-US.yaml b/manifests/j/JetBrains/Rider/EAP/242.20224.88/JetBrains.Rider.EAP.locale.en-US.yaml index cc8d1f7aabd3c..624e2383051b1 100644 --- a/manifests/j/JetBrains/Rider/EAP/242.20224.88/JetBrains.Rider.EAP.locale.en-US.yaml +++ b/manifests/j/JetBrains/Rider/EAP/242.20224.88/JetBrains.Rider.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.Rider.EAP PackageVersion: 242.20224.88 @@ -44,4 +44,4 @@ Documentations: - DocumentLabel: Learning Rider DocumentUrl: https://www.jetbrains.com/rider/documentation/ ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/242.20224.88/JetBrains.Rider.EAP.locale.zh-CN.yaml b/manifests/j/JetBrains/Rider/EAP/242.20224.88/JetBrains.Rider.EAP.locale.zh-CN.yaml index 50ada6e8b3918..837218a89d949 100644 --- a/manifests/j/JetBrains/Rider/EAP/242.20224.88/JetBrains.Rider.EAP.locale.zh-CN.yaml +++ b/manifests/j/JetBrains/Rider/EAP/242.20224.88/JetBrains.Rider.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.Rider.EAP PackageVersion: 242.20224.88 @@ -37,4 +37,4 @@ Documentations: - DocumentLabel: 学习 Rider DocumentUrl: https://www.jetbrains.com/zh-cn/rider/documentation/ ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/242.20224.88/JetBrains.Rider.EAP.yaml b/manifests/j/JetBrains/Rider/EAP/242.20224.88/JetBrains.Rider.EAP.yaml index f6968362850bf..fed729f7af8bb 100644 --- a/manifests/j/JetBrains/Rider/EAP/242.20224.88/JetBrains.Rider.EAP.yaml +++ b/manifests/j/JetBrains/Rider/EAP/242.20224.88/JetBrains.Rider.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.Rider.EAP PackageVersion: 242.20224.88 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/243.15521.23/JetBrains.Rider.EAP.installer.yaml b/manifests/j/JetBrains/Rider/EAP/243.15521.23/JetBrains.Rider.EAP.installer.yaml index 072e87816561d..b5317b5ade9aa 100644 --- a/manifests/j/JetBrains/Rider/EAP/243.15521.23/JetBrains.Rider.EAP.installer.yaml +++ b/manifests/j/JetBrains/Rider/EAP/243.15521.23/JetBrains.Rider.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.Rider.EAP PackageVersion: 243.15521.23 @@ -40,4 +40,4 @@ Installers: InstallerSha256: 45915644E1A0AEAD2ED06E4EC5F7EE4F9C8B258558BADBFBE98D8BF6A02FABD2 ProductCode: JetBrains Rider 243.15521.23 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/243.15521.23/JetBrains.Rider.EAP.locale.en-US.yaml b/manifests/j/JetBrains/Rider/EAP/243.15521.23/JetBrains.Rider.EAP.locale.en-US.yaml index 5c22ef9e11888..b6080caee6089 100644 --- a/manifests/j/JetBrains/Rider/EAP/243.15521.23/JetBrains.Rider.EAP.locale.en-US.yaml +++ b/manifests/j/JetBrains/Rider/EAP/243.15521.23/JetBrains.Rider.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.Rider.EAP PackageVersion: 243.15521.23 @@ -47,4 +47,4 @@ Documentations: - DocumentLabel: Learning Rider DocumentUrl: https://www.jetbrains.com/rider/documentation/ ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/243.15521.23/JetBrains.Rider.EAP.locale.zh-CN.yaml b/manifests/j/JetBrains/Rider/EAP/243.15521.23/JetBrains.Rider.EAP.locale.zh-CN.yaml index b4ed654386a77..3869eba340078 100644 --- a/manifests/j/JetBrains/Rider/EAP/243.15521.23/JetBrains.Rider.EAP.locale.zh-CN.yaml +++ b/manifests/j/JetBrains/Rider/EAP/243.15521.23/JetBrains.Rider.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.Rider.EAP PackageVersion: 243.15521.23 @@ -37,4 +37,4 @@ Documentations: - DocumentLabel: 学习 Rider DocumentUrl: https://www.jetbrains.com/zh-cn/rider/documentation/ ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/243.15521.23/JetBrains.Rider.EAP.yaml b/manifests/j/JetBrains/Rider/EAP/243.15521.23/JetBrains.Rider.EAP.yaml index 69a5aa3c330b1..4b6c9cb324060 100644 --- a/manifests/j/JetBrains/Rider/EAP/243.15521.23/JetBrains.Rider.EAP.yaml +++ b/manifests/j/JetBrains/Rider/EAP/243.15521.23/JetBrains.Rider.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.Rider.EAP PackageVersion: 243.15521.23 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/243.16718.44/JetBrains.Rider.EAP.installer.yaml b/manifests/j/JetBrains/Rider/EAP/243.16718.44/JetBrains.Rider.EAP.installer.yaml index 25b5113fdb951..af86b8142366b 100644 --- a/manifests/j/JetBrains/Rider/EAP/243.16718.44/JetBrains.Rider.EAP.installer.yaml +++ b/manifests/j/JetBrains/Rider/EAP/243.16718.44/JetBrains.Rider.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.Rider.EAP PackageVersion: 243.16718.44 @@ -40,4 +40,4 @@ Installers: InstallerSha256: 374292AD20542B466880F77E78B1C649F223246B9250E7EBD5CCE866560C6FAC ProductCode: JetBrains Rider 243.16718.44 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/243.16718.44/JetBrains.Rider.EAP.locale.en-US.yaml b/manifests/j/JetBrains/Rider/EAP/243.16718.44/JetBrains.Rider.EAP.locale.en-US.yaml index cf5a0bc589bad..d38de80bafc50 100644 --- a/manifests/j/JetBrains/Rider/EAP/243.16718.44/JetBrains.Rider.EAP.locale.en-US.yaml +++ b/manifests/j/JetBrains/Rider/EAP/243.16718.44/JetBrains.Rider.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.Rider.EAP PackageVersion: 243.16718.44 @@ -47,4 +47,4 @@ Documentations: - DocumentLabel: Learning Rider DocumentUrl: https://www.jetbrains.com/rider/documentation/ ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/243.16718.44/JetBrains.Rider.EAP.locale.zh-CN.yaml b/manifests/j/JetBrains/Rider/EAP/243.16718.44/JetBrains.Rider.EAP.locale.zh-CN.yaml index fec6ced6a1ecb..d8e5a0f0bd152 100644 --- a/manifests/j/JetBrains/Rider/EAP/243.16718.44/JetBrains.Rider.EAP.locale.zh-CN.yaml +++ b/manifests/j/JetBrains/Rider/EAP/243.16718.44/JetBrains.Rider.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.Rider.EAP PackageVersion: 243.16718.44 @@ -37,4 +37,4 @@ Documentations: - DocumentLabel: 学习 Rider DocumentUrl: https://www.jetbrains.com/zh-cn/rider/documentation/ ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/243.16718.44/JetBrains.Rider.EAP.yaml b/manifests/j/JetBrains/Rider/EAP/243.16718.44/JetBrains.Rider.EAP.yaml index 033c63c8579d9..274a1c4dc04c1 100644 --- a/manifests/j/JetBrains/Rider/EAP/243.16718.44/JetBrains.Rider.EAP.yaml +++ b/manifests/j/JetBrains/Rider/EAP/243.16718.44/JetBrains.Rider.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.Rider.EAP PackageVersion: 243.16718.44 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/243.18137.48/JetBrains.Rider.EAP.installer.yaml b/manifests/j/JetBrains/Rider/EAP/243.18137.48/JetBrains.Rider.EAP.installer.yaml index d65b71ff496b9..d71083b88cc52 100644 --- a/manifests/j/JetBrains/Rider/EAP/243.18137.48/JetBrains.Rider.EAP.installer.yaml +++ b/manifests/j/JetBrains/Rider/EAP/243.18137.48/JetBrains.Rider.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.Rider.EAP PackageVersion: 243.18137.48 @@ -40,4 +40,4 @@ Installers: InstallerSha256: A62A7252E1B89E3FE5BE472ADF5BB01F9DFCFB71DC2E25EF49FA7B98651B92C4 ProductCode: JetBrains Rider 243.18137.48 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/243.18137.48/JetBrains.Rider.EAP.locale.en-US.yaml b/manifests/j/JetBrains/Rider/EAP/243.18137.48/JetBrains.Rider.EAP.locale.en-US.yaml index d7428e7f62c51..8914532dd0f8c 100644 --- a/manifests/j/JetBrains/Rider/EAP/243.18137.48/JetBrains.Rider.EAP.locale.en-US.yaml +++ b/manifests/j/JetBrains/Rider/EAP/243.18137.48/JetBrains.Rider.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.Rider.EAP PackageVersion: 243.18137.48 @@ -61,4 +61,4 @@ Documentations: - DocumentLabel: Learning Rider DocumentUrl: https://www.jetbrains.com/rider/documentation/ ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/243.18137.48/JetBrains.Rider.EAP.locale.zh-CN.yaml b/manifests/j/JetBrains/Rider/EAP/243.18137.48/JetBrains.Rider.EAP.locale.zh-CN.yaml index 90ca7fb3fac59..df51f2e0873fe 100644 --- a/manifests/j/JetBrains/Rider/EAP/243.18137.48/JetBrains.Rider.EAP.locale.zh-CN.yaml +++ b/manifests/j/JetBrains/Rider/EAP/243.18137.48/JetBrains.Rider.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.Rider.EAP PackageVersion: 243.18137.48 @@ -37,4 +37,4 @@ Documentations: - DocumentLabel: 学习 Rider DocumentUrl: https://www.jetbrains.com/zh-cn/rider/documentation/ ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/243.18137.48/JetBrains.Rider.EAP.yaml b/manifests/j/JetBrains/Rider/EAP/243.18137.48/JetBrains.Rider.EAP.yaml index fbe80920edef9..d576f5aa00bc0 100644 --- a/manifests/j/JetBrains/Rider/EAP/243.18137.48/JetBrains.Rider.EAP.yaml +++ b/manifests/j/JetBrains/Rider/EAP/243.18137.48/JetBrains.Rider.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.Rider.EAP PackageVersion: 243.18137.48 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/243.19420.36/JetBrains.Rider.EAP.installer.yaml b/manifests/j/JetBrains/Rider/EAP/243.19420.36/JetBrains.Rider.EAP.installer.yaml index 97e1802bfd9c9..204b8e27c7a4e 100644 --- a/manifests/j/JetBrains/Rider/EAP/243.19420.36/JetBrains.Rider.EAP.installer.yaml +++ b/manifests/j/JetBrains/Rider/EAP/243.19420.36/JetBrains.Rider.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.Rider.EAP PackageVersion: 243.19420.36 @@ -40,4 +40,4 @@ Installers: InstallerSha256: 40300CA7A9BDF2AD09E12DA1E077759B846CF17621C301B22B24C28A11BBD52D ProductCode: JetBrains Rider 243.19420.36 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/243.19420.36/JetBrains.Rider.EAP.locale.en-US.yaml b/manifests/j/JetBrains/Rider/EAP/243.19420.36/JetBrains.Rider.EAP.locale.en-US.yaml index 162f89110c2d7..b2852982bc00b 100644 --- a/manifests/j/JetBrains/Rider/EAP/243.19420.36/JetBrains.Rider.EAP.locale.en-US.yaml +++ b/manifests/j/JetBrains/Rider/EAP/243.19420.36/JetBrains.Rider.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.Rider.EAP PackageVersion: 243.19420.36 @@ -53,4 +53,4 @@ Documentations: - DocumentLabel: Learning Rider DocumentUrl: https://www.jetbrains.com/rider/documentation/ ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/243.19420.36/JetBrains.Rider.EAP.locale.zh-CN.yaml b/manifests/j/JetBrains/Rider/EAP/243.19420.36/JetBrains.Rider.EAP.locale.zh-CN.yaml index 6cbe58e99e3bc..49426d87c8c7e 100644 --- a/manifests/j/JetBrains/Rider/EAP/243.19420.36/JetBrains.Rider.EAP.locale.zh-CN.yaml +++ b/manifests/j/JetBrains/Rider/EAP/243.19420.36/JetBrains.Rider.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.Rider.EAP PackageVersion: 243.19420.36 @@ -37,4 +37,4 @@ Documentations: - DocumentLabel: 学习 Rider DocumentUrl: https://www.jetbrains.com/zh-cn/rider/documentation/ ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/243.19420.36/JetBrains.Rider.EAP.yaml b/manifests/j/JetBrains/Rider/EAP/243.19420.36/JetBrains.Rider.EAP.yaml index 4821066134db1..11a95b312df66 100644 --- a/manifests/j/JetBrains/Rider/EAP/243.19420.36/JetBrains.Rider.EAP.yaml +++ b/manifests/j/JetBrains/Rider/EAP/243.19420.36/JetBrains.Rider.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.Rider.EAP PackageVersion: 243.19420.36 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/243.21155.31/JetBrains.Rider.EAP.installer.yaml b/manifests/j/JetBrains/Rider/EAP/243.21155.31/JetBrains.Rider.EAP.installer.yaml index 8a661bc04c633..1b8703f8d16dd 100644 --- a/manifests/j/JetBrains/Rider/EAP/243.21155.31/JetBrains.Rider.EAP.installer.yaml +++ b/manifests/j/JetBrains/Rider/EAP/243.21155.31/JetBrains.Rider.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.Rider.EAP PackageVersion: 243.21155.31 @@ -40,4 +40,4 @@ Installers: InstallerSha256: 4E4568B4CEE597E0DAB3C579E4796327899FE4CF05E1434250ED19C6AA552AE8 ProductCode: JetBrains Rider 243.21155.31 ManifestType: installer -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/243.21155.31/JetBrains.Rider.EAP.locale.en-US.yaml b/manifests/j/JetBrains/Rider/EAP/243.21155.31/JetBrains.Rider.EAP.locale.en-US.yaml index 59d6764198b9a..22a928dbb9320 100644 --- a/manifests/j/JetBrains/Rider/EAP/243.21155.31/JetBrains.Rider.EAP.locale.en-US.yaml +++ b/manifests/j/JetBrains/Rider/EAP/243.21155.31/JetBrains.Rider.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.Rider.EAP PackageVersion: 243.21155.31 @@ -53,4 +53,4 @@ Documentations: - DocumentLabel: Learning Rider DocumentUrl: https://www.jetbrains.com/rider/documentation/ ManifestType: defaultLocale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/243.21155.31/JetBrains.Rider.EAP.locale.zh-CN.yaml b/manifests/j/JetBrains/Rider/EAP/243.21155.31/JetBrains.Rider.EAP.locale.zh-CN.yaml index 848477ec9c86e..357d3351462ea 100644 --- a/manifests/j/JetBrains/Rider/EAP/243.21155.31/JetBrains.Rider.EAP.locale.zh-CN.yaml +++ b/manifests/j/JetBrains/Rider/EAP/243.21155.31/JetBrains.Rider.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.Rider.EAP PackageVersion: 243.21155.31 @@ -37,4 +37,4 @@ Documentations: - DocumentLabel: 学习 Rider DocumentUrl: https://www.jetbrains.com/zh-cn/rider/documentation/ ManifestType: locale -ManifestVersion: 1.6.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/243.21155.31/JetBrains.Rider.EAP.yaml b/manifests/j/JetBrains/Rider/EAP/243.21155.31/JetBrains.Rider.EAP.yaml index d27d3fd1beda2..55aff61cec0da 100644 --- a/manifests/j/JetBrains/Rider/EAP/243.21155.31/JetBrains.Rider.EAP.yaml +++ b/manifests/j/JetBrains/Rider/EAP/243.21155.31/JetBrains.Rider.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.Rider.EAP PackageVersion: 243.21155.31 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.6.0 +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/Rider/EAP/251.20015.32/JetBrains.Rider.EAP.installer.yaml b/manifests/j/JetBrains/Rider/EAP/251.20015.32/JetBrains.Rider.EAP.installer.yaml new file mode 100644 index 0000000000000..e90468e68232c --- /dev/null +++ b/manifests/j/JetBrains/Rider/EAP/251.20015.32/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.20015.32 +InstallerType: nullsoft +InstallerSwitches: + Log: /LOG="" +UpgradeBehavior: uninstallPrevious +FileExtensions: +- cs +- cshtml +- csproj +- ipr +- sln +- slnf +ProductCode: JetBrains Rider 251.20015.32 +ReleaseDate: 2025-02-07 +AppsAndFeaturesEntries: +- DisplayName: JetBrains Rider 251.20015.32 + ProductCode: JetBrains Rider 251.20015.32 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://download.jetbrains.com/rider/JetBrains.Rider-2025.1-EAP3-251.20015.32.Checked.exe + InstallerSha256: B82E074A170E8187B8F697741AFAF3B9DBD00BE0E91EF6D4A575A91129560A11 +- Architecture: x64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/rider/JetBrains.Rider-2025.1-EAP3-251.20015.32.Checked.exe + InstallerSha256: B82E074A170E8187B8F697741AFAF3B9DBD00BE0E91EF6D4A575A91129560A11 +- Architecture: arm64 + Scope: user + InstallerUrl: https://download.jetbrains.com/rider/JetBrains.Rider-2025.1-EAP3-251.20015.32.Checked-aarch64.exe + InstallerSha256: 7C422BC15E19A27783A892360404C0D93463AE3254E94DB100CDFC9F652D054B +- Architecture: arm64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/rider/JetBrains.Rider-2025.1-EAP3-251.20015.32.Checked-aarch64.exe + InstallerSha256: 7C422BC15E19A27783A892360404C0D93463AE3254E94DB100CDFC9F652D054B +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Rider/EAP/251.20015.32/JetBrains.Rider.EAP.locale.en-US.yaml b/manifests/j/JetBrains/Rider/EAP/251.20015.32/JetBrains.Rider.EAP.locale.en-US.yaml new file mode 100644 index 0000000000000..c28d7d1bec235 --- /dev/null +++ b/manifests/j/JetBrains/Rider/EAP/251.20015.32/JetBrains.Rider.EAP.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: JetBrains.Rider.EAP +PackageVersion: 251.20015.32 +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 3 comes with the following updates: + - Proper support for Blazor WebAssembly publishing. + - The main menu has been merged with the main toolbar on Windows and Linux. + - The option to set up automatic plugin updates. + - Several decompiler enhancements. + For full information about the updates included in this build, check out this blog post. +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.20015.32/JetBrains.Rider.EAP.locale.zh-CN.yaml b/manifests/j/JetBrains/Rider/EAP/251.20015.32/JetBrains.Rider.EAP.locale.zh-CN.yaml new file mode 100644 index 0000000000000..2dbcff7ee65bf --- /dev/null +++ b/manifests/j/JetBrains/Rider/EAP/251.20015.32/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.20015.32 +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.20015.32/JetBrains.Rider.EAP.yaml b/manifests/j/JetBrains/Rider/EAP/251.20015.32/JetBrains.Rider.EAP.yaml new file mode 100644 index 0000000000000..ca9b323e5a10c --- /dev/null +++ b/manifests/j/JetBrains/Rider/EAP/251.20015.32/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.20015.32 +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/RubyMine/EAP/251.20015.43/JetBrains.RubyMine.EAP.installer.yaml b/manifests/j/JetBrains/RubyMine/EAP/251.20015.43/JetBrains.RubyMine.EAP.installer.yaml new file mode 100644 index 0000000000000..d5bd791248743 --- /dev/null +++ b/manifests/j/JetBrains/RubyMine/EAP/251.20015.43/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.20015.43 +InstallerType: nullsoft +InstallerSwitches: + Log: /LOG="" +UpgradeBehavior: uninstallPrevious +FileExtensions: +- ipr +ProductCode: RubyMine 251.20015.43 +ReleaseDate: 2025-02-10 +AppsAndFeaturesEntries: +- DisplayName: RubyMine 251.20015.43 + ProductCode: RubyMine 251.20015.43 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://download.jetbrains.com/ruby/RubyMine-251.20015.43.exe + InstallerSha256: CA767134D4DF5CA02CB6AAC714D50C187D335C62DFFBE0803848656984478CDE +- Architecture: x64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/ruby/RubyMine-251.20015.43.exe + InstallerSha256: CA767134D4DF5CA02CB6AAC714D50C187D335C62DFFBE0803848656984478CDE +- Architecture: arm64 + Scope: user + InstallerUrl: https://download.jetbrains.com/ruby/RubyMine-251.20015.43-aarch64.exe + InstallerSha256: 54F439CAFCF452680E3D38CB28A5FAE6D13C2A5417A44451DB8B77DBE9EA39B8 +- Architecture: arm64 + Scope: machine + InstallerUrl: https://download.jetbrains.com/ruby/RubyMine-251.20015.43-aarch64.exe + InstallerSha256: 54F439CAFCF452680E3D38CB28A5FAE6D13C2A5417A44451DB8B77DBE9EA39B8 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/RubyMine/EAP/251.20015.43/JetBrains.RubyMine.EAP.locale.en-US.yaml b/manifests/j/JetBrains/RubyMine/EAP/251.20015.43/JetBrains.RubyMine.EAP.locale.en-US.yaml new file mode 100644 index 0000000000000..582915f384677 --- /dev/null +++ b/manifests/j/JetBrains/RubyMine/EAP/251.20015.43/JetBrains.RubyMine.EAP.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: JetBrains.RubyMine.EAP +PackageVersion: 251.20015.43 +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 4 Is Out! + Fixes and improvements: + - Fixed the problem of Ruby debugging not working for multi-module projects: RUBY-29727 + - Fixed the problem of incorrect argument count checks when handling Data class: RUBY-33849 + - Implemented API for lazy quick fixes in highlighting: IJPL-175428 + - Improved red code checks: WEB-66221 + - Implemented a context menu for the Terminal: IJPL-175146 + - Added support for most required IDE shortcuts in the Terminal: IJPL-165667 + For the full list of closed issues, refer to the release notes. +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/RUBY-A-220365248 +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.20015.43/JetBrains.RubyMine.EAP.locale.zh-CN.yaml b/manifests/j/JetBrains/RubyMine/EAP/251.20015.43/JetBrains.RubyMine.EAP.locale.zh-CN.yaml new file mode 100644 index 0000000000000..80809d02ef29b --- /dev/null +++ b/manifests/j/JetBrains/RubyMine/EAP/251.20015.43/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.20015.43 +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-220365248 +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.20015.43/JetBrains.RubyMine.EAP.yaml b/manifests/j/JetBrains/RubyMine/EAP/251.20015.43/JetBrains.RubyMine.EAP.yaml new file mode 100644 index 0000000000000..dbc40cb356a3b --- /dev/null +++ b/manifests/j/JetBrains/RubyMine/EAP/251.20015.43/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.20015.43 +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.25.12999/JetBrains.Toolbox.installer.yaml b/manifests/j/JetBrains/Toolbox/1.25.12999/JetBrains.Toolbox.installer.yaml index 39a5d3c2187b6..7e0fabe37a44d 100644 --- a/manifests/j/JetBrains/Toolbox/1.25.12999/JetBrains.Toolbox.installer.yaml +++ b/manifests/j/JetBrains/Toolbox/1.25.12999/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.12999 @@ -19,4 +19,4 @@ Installers: InstallerSha256: 3EF855C5B3EBA1DC4030467FD02BAF49EC62307E9C0A622D0A06E3AD10F03857 ProductCode: Toolbox ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Toolbox/1.25.12999/JetBrains.Toolbox.locale.en-US.yaml b/manifests/j/JetBrains/Toolbox/1.25.12999/JetBrains.Toolbox.locale.en-US.yaml index 0dbcb6ec9eade..f239573caeb91 100644 --- a/manifests/j/JetBrains/Toolbox/1.25.12999/JetBrains.Toolbox.locale.en-US.yaml +++ b/manifests/j/JetBrains/Toolbox/1.25.12999/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.12999 @@ -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.12999/JetBrains.Toolbox.yaml b/manifests/j/JetBrains/Toolbox/1.25.12999/JetBrains.Toolbox.yaml index a62a342f6cce5..876e9dbcdb94d 100644 --- a/manifests/j/JetBrains/Toolbox/1.25.12999/JetBrains.Toolbox.yaml +++ b/manifests/j/JetBrains/Toolbox/1.25.12999/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.12999 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.2.13244/JetBrains.Toolbox.installer.yaml b/manifests/j/JetBrains/Toolbox/1.26.2.13244/JetBrains.Toolbox.installer.yaml index d8f2608bfa7f6..9c511a2f4c020 100644 --- a/manifests/j/JetBrains/Toolbox/1.26.2.13244/JetBrains.Toolbox.installer.yaml +++ b/manifests/j/JetBrains/Toolbox/1.26.2.13244/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.2.13244 @@ -11,7 +11,6 @@ InstallModes: - interactive - silent UpgradeBehavior: uninstallPrevious -ProductCode: Toolbox ReleaseDate: 2022-10-11 AppsAndFeaturesEntries: - ProductCode: Toolbox @@ -21,4 +20,4 @@ Installers: InstallerSha256: DB321E9EB2F6D40805C1F25B19F709733644C7FB741C27E33742511402957353 ProductCode: Toolbox ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Toolbox/1.26.2.13244/JetBrains.Toolbox.locale.en-US.yaml b/manifests/j/JetBrains/Toolbox/1.26.2.13244/JetBrains.Toolbox.locale.en-US.yaml index 28d0fcd498a64..8cbddaaee8d25 100644 --- a/manifests/j/JetBrains/Toolbox/1.26.2.13244/JetBrains.Toolbox.locale.en-US.yaml +++ b/manifests/j/JetBrains/Toolbox/1.26.2.13244/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.2.13244 @@ -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,%201.26.2%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.2.13244/JetBrains.Toolbox.yaml b/manifests/j/JetBrains/Toolbox/1.26.2.13244/JetBrains.Toolbox.yaml index 13f5bdc92a6ab..cd7a8ac56bb0f 100644 --- a/manifests/j/JetBrains/Toolbox/1.26.2.13244/JetBrains.Toolbox.yaml +++ b/manifests/j/JetBrains/Toolbox/1.26.2.13244/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.2.13244 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Toolbox/1.26.3.13353/JetBrains.Toolbox.installer.yaml b/manifests/j/JetBrains/Toolbox/1.26.3.13353/JetBrains.Toolbox.installer.yaml index 9479699b5d115..49b9c69fcb622 100644 --- a/manifests/j/JetBrains/Toolbox/1.26.3.13353/JetBrains.Toolbox.installer.yaml +++ b/manifests/j/JetBrains/Toolbox/1.26.3.13353/JetBrains.Toolbox.installer.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 $debug=QUSU.CRLF.5-1-22621-608.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: JetBrains.Toolbox PackageVersion: 1.26.3.13353 @@ -19,4 +19,4 @@ Installers: InstallerSha256: 506C3E6BB1AA8B9A3BCB52DF8904E78FCFFEAF6CB5831316D7E342D1060949A2 ProductCode: Toolbox ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Toolbox/1.26.3.13353/JetBrains.Toolbox.locale.en-US.yaml b/manifests/j/JetBrains/Toolbox/1.26.3.13353/JetBrains.Toolbox.locale.en-US.yaml index 0f02ffaebc02f..a9871cb424b83 100644 --- a/manifests/j/JetBrains/Toolbox/1.26.3.13353/JetBrains.Toolbox.locale.en-US.yaml +++ b/manifests/j/JetBrains/Toolbox/1.26.3.13353/JetBrains.Toolbox.locale.en-US.yaml @@ -1,5 +1,5 @@ -# Created with YamlCreate.ps1 v2.2.0 $debug=QUSU.CRLF.5-1-22621-608.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: JetBrains.Toolbox PackageVersion: 1.26.3.13353 @@ -20,11 +20,10 @@ ShortDescription: Manage your IDEs the easy way. Moniker: jetbrains-toolbox Tags: - jetbrains -# Agreements: # ReleaseNotes: # ReleaseNotesUrl: # PurchaseUrl: # InstallationNotes: # Documentations: ManifestType: defaultLocale -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Toolbox/1.26.3.13353/JetBrains.Toolbox.yaml b/manifests/j/JetBrains/Toolbox/1.26.3.13353/JetBrains.Toolbox.yaml index a6deae71b82cd..e282ebb35e60c 100644 --- a/manifests/j/JetBrains/Toolbox/1.26.3.13353/JetBrains.Toolbox.yaml +++ b/manifests/j/JetBrains/Toolbox/1.26.3.13353/JetBrains.Toolbox.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 v2.2.0 $debug=QUSU.CRLF.5-1-22621-608.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: JetBrains.Toolbox PackageVersion: 1.26.3.13353 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.26.5.13419/JetBrains.Toolbox.installer.yaml b/manifests/j/JetBrains/Toolbox/1.26.5.13419/JetBrains.Toolbox.installer.yaml index 249c207418db4..37576b75a2738 100644 --- a/manifests/j/JetBrains/Toolbox/1.26.5.13419/JetBrains.Toolbox.installer.yaml +++ b/manifests/j/JetBrains/Toolbox/1.26.5.13419/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.5.13419 @@ -11,7 +11,6 @@ InstallModes: - interactive - silent UpgradeBehavior: uninstallPrevious -ProductCode: Toolbox ReleaseDate: 2022-11-04 AppsAndFeaturesEntries: - ProductCode: Toolbox @@ -21,4 +20,4 @@ Installers: InstallerSha256: F46DD9D9873DEA886AD2BE6EE3D131E1FA3D6659B06E1923B25F616A99E8795C ProductCode: Toolbox ManifestType: installer -ManifestVersion: 1.2.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Toolbox/1.26.5.13419/JetBrains.Toolbox.locale.en-US.yaml b/manifests/j/JetBrains/Toolbox/1.26.5.13419/JetBrains.Toolbox.locale.en-US.yaml index 862e13cb9b2b6..84d58210bfff7 100644 --- a/manifests/j/JetBrains/Toolbox/1.26.5.13419/JetBrains.Toolbox.locale.en-US.yaml +++ b/manifests/j/JetBrains/Toolbox/1.26.5.13419/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.5.13419 @@ -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,%201.26.5%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.5.13419/JetBrains.Toolbox.yaml b/manifests/j/JetBrains/Toolbox/1.26.5.13419/JetBrains.Toolbox.yaml index c4ae8275de0ef..981d83014312e 100644 --- a/manifests/j/JetBrains/Toolbox/1.26.5.13419/JetBrains.Toolbox.yaml +++ b/manifests/j/JetBrains/Toolbox/1.26.5.13419/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.5.13419 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.0.5.17700/JetBrains.Toolbox.installer.yaml b/manifests/j/JetBrains/Toolbox/2.0.5.17700/JetBrains.Toolbox.installer.yaml index e4e3a74915206..00e9d9e0d9f15 100644 --- a/manifests/j/JetBrains/Toolbox/2.0.5.17700/JetBrains.Toolbox.installer.yaml +++ b/manifests/j/JetBrains/Toolbox/2.0.5.17700/JetBrains.Toolbox.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: JetBrains.Toolbox PackageVersion: 2.0.5.17700 @@ -9,10 +9,10 @@ InstallModes: - interactive - silent UpgradeBehavior: install -ProductCode: Toolbox Installers: - Architecture: x64 InstallerUrl: https://download.jetbrains.com/toolbox/jetbrains-toolbox-2.0.5.17700.exe InstallerSha256: 48497DFD0266B3BC974364D6AF77C4D79B8F2F64442F385EF3770A92FD5C9646 + ProductCode: Toolbox ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Toolbox/2.0.5.17700/JetBrains.Toolbox.locale.en-US.yaml b/manifests/j/JetBrains/Toolbox/2.0.5.17700/JetBrains.Toolbox.locale.en-US.yaml index 8c514f4073451..cef9a4e7190b8 100644 --- a/manifests/j/JetBrains/Toolbox/2.0.5.17700/JetBrains.Toolbox.locale.en-US.yaml +++ b/manifests/j/JetBrains/Toolbox/2.0.5.17700/JetBrains.Toolbox.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: JetBrains.Toolbox PackageVersion: 2.0.5.17700 @@ -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.5.17700/JetBrains.Toolbox.yaml b/manifests/j/JetBrains/Toolbox/2.0.5.17700/JetBrains.Toolbox.yaml index b6a5c9f02fd8b..299503ee03a53 100644 --- a/manifests/j/JetBrains/Toolbox/2.0.5.17700/JetBrains.Toolbox.yaml +++ b/manifests/j/JetBrains/Toolbox/2.0.5.17700/JetBrains.Toolbox.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: JetBrains.Toolbox PackageVersion: 2.0.5.17700 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.2.18853/JetBrains.Toolbox.installer.yaml b/manifests/j/JetBrains/Toolbox/2.1.2.18853/JetBrains.Toolbox.installer.yaml index b4e83ef2e7cfd..739cfd0794cf9 100644 --- a/manifests/j/JetBrains/Toolbox/2.1.2.18853/JetBrains.Toolbox.installer.yaml +++ b/manifests/j/JetBrains/Toolbox/2.1.2.18853/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.2.18853 @@ -9,10 +9,10 @@ InstallModes: - interactive - silent UpgradeBehavior: install -ProductCode: Toolbox Installers: - Architecture: x64 InstallerUrl: https://download.jetbrains.com/toolbox/jetbrains-toolbox-2.1.2.18853.exe InstallerSha256: C9FD97E4E6C1E0C43B872BDA03EB5B3E43F04FD15ABA99B3548242FBE7FCE06E + ProductCode: Toolbox ManifestType: installer -ManifestVersion: 1.5.0 +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/Toolbox/2.1.2.18853/JetBrains.Toolbox.locale.en-US.yaml b/manifests/j/JetBrains/Toolbox/2.1.2.18853/JetBrains.Toolbox.locale.en-US.yaml index b51c7f5019956..6c04710694090 100644 --- a/manifests/j/JetBrains/Toolbox/2.1.2.18853/JetBrains.Toolbox.locale.en-US.yaml +++ b/manifests/j/JetBrains/Toolbox/2.1.2.18853/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.2.18853 @@ -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.2.18853/JetBrains.Toolbox.yaml b/manifests/j/JetBrains/Toolbox/2.1.2.18853/JetBrains.Toolbox.yaml index c4e6f8399f593..1dce65871bcc7 100644 --- a/manifests/j/JetBrains/Toolbox/2.1.2.18853/JetBrains.Toolbox.yaml +++ b/manifests/j/JetBrains/Toolbox/2.1.2.18853/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.2.18853 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