diff --git a/manifests/a/Anthropic/ClaudeCode/2.1.150/Anthropic.ClaudeCode.installer.yaml b/manifests/a/Anthropic/ClaudeCode/2.1.150/Anthropic.ClaudeCode.installer.yaml new file mode 100644 index 000000000000..83dc8fa88e7c --- /dev/null +++ b/manifests/a/Anthropic/ClaudeCode/2.1.150/Anthropic.ClaudeCode.installer.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Anthropic.ClaudeCode +PackageVersion: 2.1.150 +InstallerType: portable +Commands: +- claude +ReleaseDate: 2026-05-23 +Installers: +- Architecture: x64 + InstallerUrl: https://storage.googleapis.com/claude-code-dist-86c565f3-f756-42ad-8dfa-d59b1c096819/claude-code-releases/2.1.150/win32-x64/claude.exe + InstallerSha256: 904DE86D9F93B753FB00C7536B36FA47E552A18832471B40AD3193B49A878DF8 +- Architecture: arm64 + InstallerUrl: https://storage.googleapis.com/claude-code-dist-86c565f3-f756-42ad-8dfa-d59b1c096819/claude-code-releases/2.1.150/win32-arm64/claude.exe + InstallerSha256: D106C63B254B88BF6F359E2D534E71E23AB6056218BE1E5D5D7296232780C0F7 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/Anthropic/ClaudeCode/2.1.150/Anthropic.ClaudeCode.locale.en-US.yaml b/manifests/a/Anthropic/ClaudeCode/2.1.150/Anthropic.ClaudeCode.locale.en-US.yaml new file mode 100644 index 000000000000..4b2a1ee97919 --- /dev/null +++ b/manifests/a/Anthropic/ClaudeCode/2.1.150/Anthropic.ClaudeCode.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.12.0.schema.json + +PackageIdentifier: Anthropic.ClaudeCode +PackageVersion: 2.1.150 +PackageLocale: en-US +Publisher: Anthropic PBC +Author: Anthropic PBC +PackageName: Claude Code +License: Proprietary +Copyright: © 2026 Anthropic PBC +ShortDescription: Unleash Claude’s raw power directly in your terminal. Search million-line codebases instantly. Turn hours-long workflows into a single command. Your tools. Your workflow. Your codebase, evolving at thought speed. +Description: |- + Claude Code is Anthropic’s agentic coding tool that lives in your terminal and helps you turn ideas into code faster than ever before. + What Claude Code does for you + - Build features from descriptions: Tell Claude what you want to build in plain English. It will make a plan, write the code, and ensure it works. + - Debug and fix issues: Describe a bug or paste an error message. Claude Code will analyze your codebase, identify the problem, and implement a fix. + - Navigate any codebase: Ask anything about your team’s codebase, and get a thoughtful answer back. Claude Code maintains awareness of your entire project structure, can find up-to-date information from the web, and with MCP can pull from external datasources like Google Drive, Figma, and Slack. + - Automate tedious tasks: Fix fiddly lint issues, resolve merge conflicts, and write release notes. Do all this in a single command from your developer machines, or automatically in CI. + Why developers love Claude Code + - Works in your terminal: Not another chat window. Not another IDE. Claude Code meets you where you already work, with the tools you already love. + - Takes action: Claude Code can directly edit files, run commands, and create commits. Need more? MCP lets Claude read your design docs in Google Drive, update your tickets in Jira, or use your custom developer tooling. + - Unix philosophy: Claude Code is composable and scriptable. tail -f app.log | claude -p "Slack me if you see any anomalies appear in this log stream" works. Your CI can run claude -p "If there are new text strings, translate them into French and raise a PR for @lang-fr-team to review". + - Enterprise-ready: Use Anthropic’s API, or host on AWS or GCP. Enterprise-grade security, privacy, and compliance is built-in. +Moniker: claudecode +Tags: +- agent +- agentic +- ai +- chatbot +- claude +- claude-code +- claudecode +- code +- coding +- large-language-model +- llm +- programming +ReleaseNotes: '- Internal infrastructure improvements (no user-facing changes)' +ReleaseNotesUrl: https://github.com/anthropics/claude-code/blob/HEAD/CHANGELOG.md#21150 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Anthropic/ClaudeCode/2.1.150/Anthropic.ClaudeCode.locale.zh-CN.yaml b/manifests/a/Anthropic/ClaudeCode/2.1.150/Anthropic.ClaudeCode.locale.zh-CN.yaml new file mode 100644 index 000000000000..67b2e309a253 --- /dev/null +++ b/manifests/a/Anthropic/ClaudeCode/2.1.150/Anthropic.ClaudeCode.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.12.0.schema.json + +PackageIdentifier: Anthropic.ClaudeCode +PackageVersion: 2.1.150 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 在终端中直接释放 Claude 的强大功能。即时搜索数百万行代码库,将耗时数小时的工作流程浓缩为单个命令,让你的工具、你的工作流、你的代码库以思维速度演化。 +Description: |- + Claude Code 是 Anthropic 推出的一款自主智能编程工具,在你的终端中运行,并以前所未有的速度帮助你将想法转化为代码。 + Claude Code 能为你做什么 + - 根据描述构建功能:用简单的英文告诉 Claude 你想要实现什么功能。它会制定计划、编写代码,并确保其正常运行。 + - 调试并修复问题:描述一个 Bug 或粘贴错误信息,Claude Code 会分析你的代码库,定位问题并自动实施修复。 + - 快速浏览任意代码库:针对团队的代码库提出任何问题,都能获得深入准确的回答。Claude Code 能理解整个项目的结构,可从网络获取最新信息,并通过 MCP 从 Google Drive、Figma、Slack 等外部数据源获取内容。 + - 自动化繁琐任务:修复棘手的代码格式问题、解决合并冲突、撰写发布说明。这些都可以通过开发者机器上的单条命令完成,也可以在 CI 中自动执行。 + 开发者为何喜爱 Claude Code + - 在终端中运行:无需打开新的聊天窗口,也不用切换 IDE。Claude Code 就在你熟悉的工作环境,配合你钟爱的工具使用。 + - 主动执行操作:Claude Code 可直接编辑文件、运行命令、创建提交。需要更多功能?MCP 让 Claude 能读取 Google Drive 中的设计文档、更新 Jira 工单,或集成你自定义的开发工具。 + - 遵循 Unix 哲学:Claude Code 可组合、可脚本化。例如,执行 tail -f app.log | claude -p "如果日志流中出现异常,通过 Slack 通知我" 即可生效。你的 CI 系统也可以运行 claude -p "如有新的文本字符串,将其翻译成法语并为 @lang-fr-team 创建 PR 审阅"。 + - 企业级就绪:支持使用 Anthropic 的 API,或部署在 AWS 与 GCP 上。内置企业级的安全性、隐私保护和合规能力。 +Tags: +- claude +- 人工智能 +- 代码 +- 大语言模型 +- 智能体 +- 编程 +- 聊天机器人 +- 自主智能 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/t/Tencent/WeChat/Universal/4.1.9.55/Tencent.WeChat.Universal.yaml b/manifests/a/Anthropic/ClaudeCode/2.1.150/Anthropic.ClaudeCode.yaml similarity index 74% rename from manifests/t/Tencent/WeChat/Universal/4.1.9.55/Tencent.WeChat.Universal.yaml rename to manifests/a/Anthropic/ClaudeCode/2.1.150/Anthropic.ClaudeCode.yaml index f64e25184d10..f7b7dc7762e4 100644 --- a/manifests/t/Tencent/WeChat/Universal/4.1.9.55/Tencent.WeChat.Universal.yaml +++ b/manifests/a/Anthropic/ClaudeCode/2.1.150/Anthropic.ClaudeCode.yaml @@ -1,8 +1,8 @@ # Created with YamlCreate.ps1 Dumplings Mod # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json -PackageIdentifier: Tencent.WeChat.Universal -PackageVersion: 4.1.9.55 +PackageIdentifier: Anthropic.ClaudeCode +PackageVersion: 2.1.150 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/a/Anysphere/Cursor/3.5.33/Anysphere.Cursor.installer.yaml b/manifests/a/Anysphere/Cursor/3.5.33/Anysphere.Cursor.installer.yaml new file mode 100644 index 000000000000..61075b80817f --- /dev/null +++ b/manifests/a/Anysphere/Cursor/3.5.33/Anysphere.Cursor.installer.yaml @@ -0,0 +1,176 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Anysphere.Cursor +PackageVersion: 3.5.33 +InstallerType: inno +InstallerSwitches: + Custom: /mergetasks=!runcode +UpgradeBehavior: install +Protocols: +- cursor +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: 2026-05-20 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://downloads.cursor.com/production/aac81804b986d739acab348ed96b8bea6e83cc57/win32/x64/user-setup/CursorUserSetup-x64-3.5.33.exe + InstallerSha256: 015FD26839C15979BD056559C932B903BA6E3A50AE586700316D4304DBBBC8D1 + ProductCode: '{DADADADA-ADAD-ADAD-ADAD-ADADADADADAD}_is1' +- Architecture: x64 + Scope: machine + InstallerUrl: https://downloads.cursor.com/production/aac81804b986d739acab348ed96b8bea6e83cc57/win32/x64/system-setup/CursorSetup-x64-3.5.33.exe + InstallerSha256: E9B2399E783DC846142EEAA0B7292DA1E9ABD33CD7FBD48D9AF6C7F02AE9C006 + ProductCode: '{D7D7D7D7-7D7D-7D7D-7D7D-7D7D7D7D7D7D}_is1' +- Architecture: arm64 + Scope: user + InstallerUrl: https://downloads.cursor.com/production/aac81804b986d739acab348ed96b8bea6e83cc57/win32/arm64/user-setup/CursorUserSetup-arm64-3.5.33.exe + InstallerSha256: 118A4820FDA6A83E23A38117A1872CF13EC7BD80DAAAF55CB7527BA04089101C + ProductCode: '{DBDBDBDB-BDBD-BDBD-BDBD-BDBDBDBDBDBD}_is1' +- Architecture: arm64 + Scope: machine + InstallerUrl: https://downloads.cursor.com/production/aac81804b986d739acab348ed96b8bea6e83cc57/win32/arm64/system-setup/CursorSetup-arm64-3.5.33.exe + InstallerSha256: B62019CA9FA22097E29FF33DDD822FE4B8CDFCA3AE45540BA7144DAB06D9D4BC + ProductCode: '{D8D8D8D8-8D8D-8D8D-8D8D-8D8D8D8D8D8D}_is1' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/Anysphere/Cursor/3.5.33/Anysphere.Cursor.locale.en-US.yaml b/manifests/a/Anysphere/Cursor/3.5.33/Anysphere.Cursor.locale.en-US.yaml new file mode 100644 index 000000000000..dd07637f30f7 --- /dev/null +++ b/manifests/a/Anysphere/Cursor/3.5.33/Anysphere.Cursor.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.12.0.schema.json + +PackageIdentifier: Anysphere.Cursor +PackageVersion: 3.5.33 +PackageLocale: en-US +Publisher: Anysphere +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 +Description: Cursor is a new, intelligent IDE, empowered by seamless integrations with AI. Built upon VSCode, Cursor is quick to learn, but can make you extraordinarily productive. +Tags: +- ai +- code +- coding +- develop +- development +- programming +ReleaseNotes: |- + This release brings Cursor Automations to the Agents Window and introduces the ability to configure automations with multiple attached repos or no repos at all. + For the next 7 days, all agent runs for newly created automations are 50% off. + + Automations in the Agents Window + Cursor Automations are now available in the Agents Window, in addition to cursor.com/automations. Create and manage your automations in the same workspace as your agents. + + Multi-repo automations + A lot of engineering work spans more than one codebase. You can now attach multiple repos to an automation so agents reason across all required context and work across repos to deliver, test, and verify tasks. + + No-repo automations + Many useful automations exist apart from code, where agents monitor your tools and act on key signals. You can now create automations without an attached repository. + + We've added five new templates for no-repo automations to the Cursor Marketplace to help you get started: + - Slack digest agent: Summarizes unread DMs and key Slack channels every morning and prioritizes them by importance + - Product analytics agent: Delivers a weekly digest of key metrics from your data warehouse like Databricks + - Product FAQ agent: Watches a Slack channel for questions and writes a first response based on docs, codebase context, and past threads + - Product finance agent: Pulls financial data from a billing provider like Stripe for recurring revenue reports + - Customer health agent: Monitors key systems like Granola, Slack, and Databricks and flags accounts where health signals are shifting + Read our docs to learn more. +ReleaseNotesUrl: https://changelog.cursor.com/ +PurchaseUrl: https://www.cursor.com/pricing +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://docs.cursor.com/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Anysphere/Cursor/3.5.33/Anysphere.Cursor.locale.zh-CN.yaml b/manifests/a/Anysphere/Cursor/3.5.33/Anysphere.Cursor.locale.zh-CN.yaml new file mode 100644 index 000000000000..bf7b56c33184 --- /dev/null +++ b/manifests/a/Anysphere/Cursor/3.5.33/Anysphere.Cursor.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.12.0.schema.json + +PackageIdentifier: Anysphere.Cursor +PackageVersion: 3.5.33 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: AI 代码编辑器 +Description: Cursor 是一款全新的智能 IDE,可与 AI 无缝集成。Cursor 以 VSCode 为基础,上手很快,但却能让你的工作效率超乎寻常。 +Tags: +- ai +- 代码 +- 开发 +- 编程 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://docs.cursor.com/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/w/Webroot/SecureAnywhere/9.0.44.40/Webroot.SecureAnywhere.yaml b/manifests/a/Anysphere/Cursor/3.5.33/Anysphere.Cursor.yaml similarity index 54% rename from manifests/w/Webroot/SecureAnywhere/9.0.44.40/Webroot.SecureAnywhere.yaml rename to manifests/a/Anysphere/Cursor/3.5.33/Anysphere.Cursor.yaml index afa995c50feb..5d49108bfa30 100644 --- a/manifests/w/Webroot/SecureAnywhere/9.0.44.40/Webroot.SecureAnywhere.yaml +++ b/manifests/a/Anysphere/Cursor/3.5.33/Anysphere.Cursor.yaml @@ -1,8 +1,8 @@ -# Automatically updated by the winget bot at 2026/May/07 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: Webroot.SecureAnywhere -PackageVersion: 9.0.44.40 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.12.0 +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Anysphere.Cursor +PackageVersion: 3.5.33 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/a/ArtemChepurnyi/Keyguard/2.12.0/ArtemChepurnyi.Keyguard.installer.yaml b/manifests/a/ArtemChepurnyi/Keyguard/2.12.0/ArtemChepurnyi.Keyguard.installer.yaml new file mode 100644 index 000000000000..5b93fba717d9 --- /dev/null +++ b/manifests/a/ArtemChepurnyi/Keyguard/2.12.0/ArtemChepurnyi.Keyguard.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: ArtemChepurnyi.Keyguard +PackageVersion: 2.12.0 +InstallerType: wix +Scope: machine +InstallerSwitches: + InstallLocation: INSTALLDIR="" +UpgradeBehavior: install +ProductCode: '{BD6F3670-2C51-3073-8AE8-568C979CA3DA}' +ReleaseDate: 2026-05-23 +AppsAndFeaturesEntries: +- UpgradeCode: '{846C6281-F349-4833-9E0E-AAE1C06006A0}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/AChep/keyguard-app/releases/download/r20260523.1/Keyguard-2.12.0.msi + InstallerSha256: 390C88B5546CC5DE63A231437F90A9DFBB29F76B3961920FD3AFB74656BBEF40 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/ArtemChepurnyi/Keyguard/2.12.0/ArtemChepurnyi.Keyguard.locale.en-US.yaml b/manifests/a/ArtemChepurnyi/Keyguard/2.12.0/ArtemChepurnyi.Keyguard.locale.en-US.yaml new file mode 100644 index 000000000000..81a4bf8bff6e --- /dev/null +++ b/manifests/a/ArtemChepurnyi/Keyguard/2.12.0/ArtemChepurnyi.Keyguard.locale.en-US.yaml @@ -0,0 +1,83 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: ArtemChepurnyi.Keyguard +PackageVersion: 2.12.0 +PackageLocale: en-US +Publisher: Unknown +PublisherUrl: https://artemchep.com/ +PublisherSupportUrl: https://github.com/AChep/keyguard-app/issues +Author: Artem Chepurnyi +PackageName: Keyguard +PackageUrl: https://github.com/AChep/keyguard-app +License: Freeware +LicenseUrl: https://github.com/AChep/keyguard-app/blob/HEAD/LICENSE +ShortDescription: An alternative client for the Bitwarden® platform +Description: |- + Keyguard is an alternative client for the Bitwarden® platform, created to provide the best user experience possible. + Highlights: + - a beautiful rich and responsive Material You user interface; + - a powerful and fast search; + - a support for creating & using passkeys - a modern alternative to passwords. + - a watchtower that finds items with Pwned passwords, Vulnerable accounts, Reused passwords, Inactive two factor authentication, Inactive passkeys, Unsecure Websites as well as Duplicate, Incomplete and Expiring items, and other; + - multi-account support 🌠 with secure login and two-factor authentication support; + - add items 🌠 and sends 🌠, modify 🌠, and view your vault offline; + - export individual or organization items, including the attachments; + - beautiful Light/Dark theme; + - a generator with SSH keys, Email forwarders, Custom wordlists support, and many other features; + - a support for placeholders and URL overrides; + - and much more! + 🌠 - on Android requires the Premium one-time or subscription license. +Tags: +- credential +- password +- protect +- protection +- security +ReleaseNotes: |- + In-app previews are now available for image and text attachments, including on WearOS. The clipboard can now be configured to clear automatically, and the desktop app can be set to minimize after copying an item. Watchtower now supports using a custom HIBP token for username breach checks. This release also improves Bitwarden sync compatibility and fixes a potential crash on Android when launching the Large Type activity. + All changes + - 65e88418 - Merge pull request #1430 from AChep/localization_action + - 38f8fb66 - [AUTO] Update localization library + - e3f0c4d7 - build: fix missing string tokens + - 63c9affc - Merge pull request #1414 from AChep/localization_action + - bcd5daa7 - Merge pull request #1425 from AChep/dependabot/gradle/androidx.wear.compose-compose-material3-1.6.2 + - 8526292a - Merge pull request #1426 from AChep/dependabot/gradle/androidxCamera-1.6.1 + - eb8c5f12 - chore(ci): Set default cooldown for dependabot to 7 days + - ef990c7d - chore(ci): Tighten default workflow's permissions in github actions + - d5c960f7 - chore(ci): Avoid shell template injection in github actions + - 0a391811 - fix(Android): Prevent a crash if Large type Activity is launched without arguments + - 94fb30b9 - feat(WearOS): In-app attachment preview for Image and Text formats + - 4910d6d5 - fix: clamp zoomed attachment image panning + - f56ae171 - docs(README): Add in-app attachment preview as a highlight + - f8aff93d - improvement(UI): Show text preview minimap on smaller devices as well + - 3655f66a - [AUTO] Update localization library + - fbd5458b - chore: Bump app version to 2.12.0 + - d1f87386 - feat: In-app attachment previews for Image and Text formats + - d94cbb9f - build(deps): Bump androidxCamera from 1.6.0 to 1.6.1 + - 09e654d4 - build(deps): Bump androidx.wear.compose:compose-material3 + - bad2ae66 - Merge pull request #1419 from AChep/dependabot/gradle/gradle-wrapper-9.5.1 + - 8c67431b - improvement: Change the default Auto clipboard clear to Never + - c92420fb - chore: Bump BuildKonfig to 0.21.2 + - dddf4871 - feat: Auto clear clipboard #1422 + - cf838d22 - tests: Correct expected result of the Ktor multipart payload + - 0b0909a7 - feat(Desktop): Minimize on copy #1368 + - d7884a64 - improvement(Watchtower): Allow specifying your own HIBP token for username breach checks + - 4636c0ca - @auphone has signed the CLA in AChep/keyguard-app#1421 + - 63b681ee - refactor: Add vault-based store for the sensitive settings + - 65c83bc9 - chore: Workaround for BuildKonfig AGP incompatibility + - c04c02d8 - chore: Bump Kotlin Ktor to 3.5.0 + - 0dac0f69 - chore: Bump Kotlin coroutines to 1.11.0 + - 95653fd8 - chore: Bump app version to 2.11.1 + - e3bece9d - chore: Bump AGP from 9.2.0 to 9.2.1 + - ad33cd72 - chore: Bump BuildKonfig from 0.20.0 to 0.21.0 + - a323a889 - chore: Bump Compose from 1.11.0-rc01 to 1.11.0 + - 1ec56931 - improvement(Bitwarden API): Clean-up unused properties from Cipher entity + - 0c522337 - improvement(Bitwarden API): Ignore the ciphers that have not know cipher type + - 71e5733b - improvement(Bitwarden API): Support the modern data field in the Cipher entity response + - db779262 - build(deps): Bump gradle-wrapper from 9.4.1 to 9.5.1 + - 436a4558 - refactor: Custom KMP implementation of the signalr /notifications/hub + - cace3e11 - chore: Force truncate generated changelog to have less than 500 symbols +ReleaseNotesUrl: https://github.com/AChep/keyguard-app/releases/tag/r20260523.1 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/ArtemChepurnyi/Keyguard/2.12.0/ArtemChepurnyi.Keyguard.locale.zh-CN.yaml b/manifests/a/ArtemChepurnyi/Keyguard/2.12.0/ArtemChepurnyi.Keyguard.locale.zh-CN.yaml new file mode 100644 index 000000000000..62dbfd51a394 --- /dev/null +++ b/manifests/a/ArtemChepurnyi/Keyguard/2.12.0/ArtemChepurnyi.Keyguard.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.12.0.schema.json + +PackageIdentifier: ArtemChepurnyi.Keyguard +PackageVersion: 2.12.0 +PackageLocale: zh-CN +License: 免费软件 +ShortDescription: Bitwarden® 平台的替代客户端 +Description: |- + Keyguard 是 Bitwarden® 平台的替代客户端,旨在提供最佳的用户体验。 + 亮点: + - 美观丰富、反应灵敏的 Material You 用户界面; + - 强大而快速的搜索功能; + - 支持创建和使用 passkey--现代密码替代品。 + - 可查找具有被破解密码、漏洞账户、重复使用的密码、不活动的双因素身份验证、不活动的 passkey、不安全的网站以及重复、不完整和过期等项目的哨兵; + - 多账户支持 🌠 支持安全登录和双因素身份验证; + - 添加项目 🌠 和发送 🌠、修改 🌠 并离线查看您的保险库; + - 导出个人或组织项目,包括附件; + - 漂亮的浅色/深色主题; + - 带有 SSH 密钥的生成器、电子邮件转发器、自定义词表支持等功能; + - 支持占位符和 URL 覆盖; + - 不仅于此! + 🌠 - 在 Android 上需要高级一次性许可证或订阅许可证。 +Tags: +- 保护 +- 凭据 +- 安全 +- 密码 +ReleaseNotesUrl: https://github.com/AChep/keyguard-app/releases/tag/r20260523.1 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/a/ArtemChepurnyi/Keyguard/2.12.0/ArtemChepurnyi.Keyguard.yaml b/manifests/a/ArtemChepurnyi/Keyguard/2.12.0/ArtemChepurnyi.Keyguard.yaml new file mode 100644 index 000000000000..773acd947c48 --- /dev/null +++ b/manifests/a/ArtemChepurnyi/Keyguard/2.12.0/ArtemChepurnyi.Keyguard.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: ArtemChepurnyi.Keyguard +PackageVersion: 2.12.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/a/abgox/InputTip/3.1.2/abgox.InputTip.installer.yaml b/manifests/a/abgox/InputTip/3.1.2/abgox.InputTip.installer.yaml new file mode 100644 index 000000000000..b855c3d33a82 --- /dev/null +++ b/manifests/a/abgox/InputTip/3.1.2/abgox.InputTip.installer.yaml @@ -0,0 +1,20 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: abgox.InputTip +PackageVersion: 3.1.2 +UpgradeBehavior: uninstallPrevious +ReleaseDate: 2026-05-23 +InstallerType: portable +Installers: + # From GitHub repository + - Architecture: x64 + InstallerUrl: https://github.com/abgox/InputTip/releases/download/v3.1.2/InputTip.exe + InstallerSha256: fce14e1d9028f3058cf560a765b8eca0c136686dc8d501a7c1999f9233cd8e32 + # From Gitee repository + - Architecture: x64 + InstallerUrl: https://gitee.com/abgox/InputTip/releases/download/v3.1.2/InputTip.exe + InstallerSha256: fce14e1d9028f3058cf560a765b8eca0c136686dc8d501a7c1999f9233cd8e32 + InstallerLocale: zh-CN +ManifestType: installer +ManifestVersion: 1.12.0 + diff --git a/manifests/a/abgox/InputTip/3.1.2/abgox.InputTip.locale.en-US.yaml b/manifests/a/abgox/InputTip/3.1.2/abgox.InputTip.locale.en-US.yaml new file mode 100644 index 000000000000..288dc94412b4 --- /dev/null +++ b/manifests/a/abgox/InputTip/3.1.2/abgox.InputTip.locale.en-US.yaml @@ -0,0 +1,39 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: abgox.InputTip +PackageVersion: 3.1.2 +PackageLocale: en-US +Publisher: abgox +PublisherUrl: https://abgox.com +PublisherSupportUrl: https://inputtip.abgox.com/docs/issues +Author: abgox +PackageName: InputTip +PackageUrl: https://inputtip.abgox.com/ +License: AGPL-3.0-only +LicenseUrl: https://github.com/abgox/InputTip/blob/main/LICENSE +Copyright: Copyright (c) 2023-present abgox +CopyrightUrl: https://github.com/abgox/InputTip/blob/main/LICENSE +ShortDescription: "Input Method State Manager: Real-time Tip + State Switching" +Tags: + - autohotkey + - cursor + - mouse + - mouse pointer + - ime + - inputmethod + - input + - tip + - state + - switch + - hotkey +ReleaseNotesUrl: https://github.com/abgox/InputTip/releases/tag/v3.1.2 +Documentations: + - DocumentLabel: Documentation + DocumentUrl: https://inputtip.abgox.com/docs/ + - DocumentLabel: README (GitHub) + DocumentUrl: https://github.com/abgox/InputTip/blob/main/README.md + - DocumentLabel: README (Gitee) + DocumentUrl: https://gitee.com/abgox/InputTip/blob/main/README.md +ManifestType: locale +ManifestVersion: 1.12.0 + diff --git a/manifests/a/abgox/InputTip/3.1.2/abgox.InputTip.locale.zh-CN.yaml b/manifests/a/abgox/InputTip/3.1.2/abgox.InputTip.locale.zh-CN.yaml new file mode 100644 index 000000000000..b3efac8188b2 --- /dev/null +++ b/manifests/a/abgox/InputTip/3.1.2/abgox.InputTip.locale.zh-CN.yaml @@ -0,0 +1,40 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: abgox.InputTip +PackageVersion: 3.1.2 +PackageLocale: zh-CN +Publisher: abgox +PublisherUrl: https://abgox.com +PublisherSupportUrl: https://inputtip.abgox.com/docs/issues +Author: abgox +PackageName: InputTip +PackageUrl: https://inputtip.abgox.com/ +License: AGPL-3.0-only +LicenseUrl: https://gitee.com/abgox/InputTip/blob/main/LICENSE +Copyright: Copyright (c) 2023-present abgox +CopyrightUrl: https://gitee.com/abgox/InputTip/blob/main/LICENSE +ShortDescription: "输入法状态管理: 实时提示 + 状态切换" +Tags: + - autohotkey + - 光标 + - 鼠标 + - 鼠标指针 + - 输入 + - 输入法 + - 状态 + - 提示 + - 状态切换 + - 快捷键 + - 实时 + - 工具 +ReleaseNotesUrl: https://gitee.com/abgox/InputTip/releases/tag/v3.1.2 +Documentations: + - DocumentLabel: 文档 + DocumentUrl: https://inputtip.abgox.com/docs/ + - DocumentLabel: README (GitHub) + DocumentUrl: https://github.com/abgox/InputTip/blob/main/README.md + - DocumentLabel: README (Gitee) + DocumentUrl: https://gitee.com/abgox/InputTip/blob/main/README.md +ManifestType: defaultLocale +ManifestVersion: 1.12.0 + diff --git a/manifests/a/abgox/InputTip/3.1.2/abgox.InputTip.yaml b/manifests/a/abgox/InputTip/3.1.2/abgox.InputTip.yaml new file mode 100644 index 000000000000..34a3dc86acea --- /dev/null +++ b/manifests/a/abgox/InputTip/3.1.2/abgox.InputTip.yaml @@ -0,0 +1,8 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: abgox.InputTip +PackageVersion: 3.1.2 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0 + diff --git a/manifests/b/Bandisoft/BandiView/7.26/Bandisoft.BandiView.installer.yaml b/manifests/b/Bandisoft/BandiView/7.27/Bandisoft.BandiView.installer.yaml similarity index 83% rename from manifests/b/Bandisoft/BandiView/7.26/Bandisoft.BandiView.installer.yaml rename to manifests/b/Bandisoft/BandiView/7.27/Bandisoft.BandiView.installer.yaml index c396e38629c2..0b99bf40161b 100644 --- a/manifests/b/Bandisoft/BandiView/7.26/Bandisoft.BandiView.installer.yaml +++ b/manifests/b/Bandisoft/BandiView/7.27/Bandisoft.BandiView.installer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: Bandisoft.BandiView -PackageVersion: "7.26" +PackageVersion: "7.27" InstallerType: exe Scope: machine InstallModes: @@ -83,13 +83,13 @@ FileExtensions: - webp - x3f ProductCode: BandiView -ReleaseDate: 2026-03-18 +ReleaseDate: 2026-05-23 Installers: - Architecture: x64 InstallerUrl: https://bandisoft.app/bandiview/BANDIVIEW-SETUP-X64.EXE - InstallerSha256: BE662D3797CB6AF30B6FAE2F89455E18D8088D71782FFE4A4EABDD07A7127221 + InstallerSha256: D6FC84A6F7391A5E7C3E480C05D63FA869C638D6B9BD7542B840542AFF361376 - Architecture: arm64 InstallerUrl: https://bandisoft.app/bandiview/BANDIVIEW-SETUP-ALL.EXE - InstallerSha256: 9F94A19AB49327A32007081C892E4E17B67F9CE6EE829D686722E9D51DC2E5D6 + InstallerSha256: 7D131E8E9C044DCF27328E9FFDA506ED9C3C826B5B7BF3E31ABE7243D5031D65 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/b/Bandisoft/BandiView/7.26/Bandisoft.BandiView.locale.en-US.yaml b/manifests/b/Bandisoft/BandiView/7.27/Bandisoft.BandiView.locale.en-US.yaml similarity index 68% rename from manifests/b/Bandisoft/BandiView/7.26/Bandisoft.BandiView.locale.en-US.yaml rename to manifests/b/Bandisoft/BandiView/7.27/Bandisoft.BandiView.locale.en-US.yaml index 8b7e20adee92..0cff4c13647f 100644 --- a/manifests/b/Bandisoft/BandiView/7.26/Bandisoft.BandiView.locale.en-US.yaml +++ b/manifests/b/Bandisoft/BandiView/7.27/Bandisoft.BandiView.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: Bandisoft.BandiView -PackageVersion: "7.26" +PackageVersion: "7.27" PackageLocale: en-US Publisher: Bandisoft.com PublisherUrl: https://www.bandisoft.com/ @@ -25,13 +25,13 @@ Tags: - viewer - webtoon ReleaseNotes: |- - - Fixed a bug that output is incorrectly printed when printing an image with specific printer settings - - Added a feature adjusting the saturation - - Fixed a bug that the "Center an image if it is larger than the app window" feature does not work when switching view modes - - Improved the way EXIF info is displayed - - Added a feature to toggle customized keyboard shortcuts on and off - - Fixed a bug that occurs with Ultra HDR JPEG files taken by SIGMA BF camera - - Modified the image converter to process the CLIP format in the same way as the viewer + - Fixed a bug that occurs when launching the app in a maximized window + - Added a feature to set the colors of the grid background + - Added "Do not save recent folder path" option + - Fixed a bug that occurs when applying ICC profiles in JXL format + - Fixed a bug that the program cannot open some HEIC files + - Fixed a bug that the desktop background does not appear in Windows Personalization if the thumbnail preview for JPG format is enabled in Explorer + - Improved program stability - Other modifications ReleaseNotesUrl: https://www.bandisoft.com/bandiview/history/ PurchaseUrl: https://www.bandisoft.com/bandiview/buy/ diff --git a/manifests/b/Bandisoft/BandiView/7.26/Bandisoft.BandiView.locale.zh-CN.yaml b/manifests/b/Bandisoft/BandiView/7.27/Bandisoft.BandiView.locale.zh-CN.yaml similarity index 98% rename from manifests/b/Bandisoft/BandiView/7.26/Bandisoft.BandiView.locale.zh-CN.yaml rename to manifests/b/Bandisoft/BandiView/7.27/Bandisoft.BandiView.locale.zh-CN.yaml index 7723d96f5929..a28050991360 100644 --- a/manifests/b/Bandisoft/BandiView/7.26/Bandisoft.BandiView.locale.zh-CN.yaml +++ b/manifests/b/Bandisoft/BandiView/7.27/Bandisoft.BandiView.locale.zh-CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: Bandisoft.BandiView -PackageVersion: "7.26" +PackageVersion: "7.27" PackageLocale: zh-CN Publisher: Bandisoft.com PublisherUrl: https://cn.bandisoft.com/ diff --git a/manifests/b/Bandisoft/BandiView/7.26/Bandisoft.BandiView.yaml b/manifests/b/Bandisoft/BandiView/7.27/Bandisoft.BandiView.yaml similarity index 91% rename from manifests/b/Bandisoft/BandiView/7.26/Bandisoft.BandiView.yaml rename to manifests/b/Bandisoft/BandiView/7.27/Bandisoft.BandiView.yaml index 2744674b209c..66e7a01bb07c 100644 --- a/manifests/b/Bandisoft/BandiView/7.26/Bandisoft.BandiView.yaml +++ b/manifests/b/Bandisoft/BandiView/7.27/Bandisoft.BandiView.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: Bandisoft.BandiView -PackageVersion: "7.26" +PackageVersion: "7.27" DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/b/Baulk/Baulk/6.1.0.1146/Baulk.Baulk.installer.yaml b/manifests/b/Baulk/Baulk/6.1.0.1146/Baulk.Baulk.installer.yaml new file mode 100644 index 000000000000..d822eb8dd9b4 --- /dev/null +++ b/manifests/b/Baulk/Baulk/6.1.0.1146/Baulk.Baulk.installer.yaml @@ -0,0 +1,37 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Baulk.Baulk +PackageVersion: 6.1.0.1146 +InstallerType: inno +UpgradeBehavior: install +Commands: +- baulk +- baulk-dock +- baulk-exec +- baulk-lnk +- baulk-update +- baulk-winlnk +- unscrew +- wind +ProductCode: 83ab2204-bde5-4385-9e13-fa8b6276a57e_is1 +ReleaseDate: 2026-05-23 +Installers: +- Architecture: arm64 + Scope: machine + InstallerUrl: https://github.com/baulk/baulk/releases/download/v6.1.0/BaulkSetup-arm64.exe + InstallerSha256: BE8656CEC711E1F77A7451C8ADDBBC43147972EA72A102774FEDBFD012C7854D +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/baulk/baulk/releases/download/v6.1.0/BaulkSetup-x64.exe + InstallerSha256: 296329DEBCD4EEE453BD522B0989581DA2F5DA1201EA5D5BA2AC2F9375B5FB23 +- Architecture: arm64 + Scope: user + InstallerUrl: https://github.com/baulk/baulk/releases/download/v6.1.0/BaulkUserSetup-arm64.exe + InstallerSha256: DAB4A92BD487CF7E18BF69090DE464BD17F3F31C5D9FA2ED383400597D957352 +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/baulk/baulk/releases/download/v6.1.0/BaulkUserSetup-x64.exe + InstallerSha256: E9D924FF470F9E6B5A4E2706BCABA2C24513615D1B9D70DD671F12D3481E2A7A +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/Baulk/Baulk/6.1.0.1146/Baulk.Baulk.locale.en-US.yaml b/manifests/b/Baulk/Baulk/6.1.0.1146/Baulk.Baulk.locale.en-US.yaml new file mode 100644 index 000000000000..9cb0fcfd506d --- /dev/null +++ b/manifests/b/Baulk/Baulk/6.1.0.1146/Baulk.Baulk.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.12.0.schema.json + +PackageIdentifier: Baulk.Baulk +PackageVersion: 6.1.0.1146 +PackageLocale: en-US +Publisher: Baulk contributors +PublisherUrl: https://github.com/baulk +PublisherSupportUrl: https://github.com/baulk/baulk/issues +Author: Baulk contributors +PackageName: Baulk +PackageUrl: https://github.com/baulk/baulk +License: MIT +LicenseUrl: https://github.com/baulk/baulk/blob/master/LICENSE +Copyright: Copyright (C) 2026 Baulk contributors. All Rights Reserved. +ShortDescription: Minimal Package Manager for Windows +Description: Baulk is a minimalist, portable package manager for Windows. +Tags: +- executables +- install +- installation +- package +- package-management +- package-manager +- portable +- program +- software +ReleaseNotes: 'Full Changelog: https://github.com/baulk/baulk/compare/v5.2.0...v6.1.0' +ReleaseNotesUrl: https://github.com/baulk/baulk/releases/tag/v6.1.0 +Documentations: +- DocumentLabel: Help + DocumentUrl: https://github.com/baulk/baulk/blob/master/docs/help.md +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/Baulk/Baulk/6.1.0.1146/Baulk.Baulk.locale.zh-CN.yaml b/manifests/b/Baulk/Baulk/6.1.0.1146/Baulk.Baulk.locale.zh-CN.yaml new file mode 100644 index 000000000000..7df007315b62 --- /dev/null +++ b/manifests/b/Baulk/Baulk/6.1.0.1146/Baulk.Baulk.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.12.0.schema.json + +PackageIdentifier: Baulk.Baulk +PackageVersion: 6.1.0.1146 +PackageLocale: zh-CN +Publisher: Baulk contributors +PublisherUrl: https://github.com/baulk +PublisherSupportUrl: https://github.com/baulk/baulk/issues +Author: Baulk contributors +PackageName: Baulk +PackageUrl: https://github.com/baulk/baulk +License: MIT +LicenseUrl: https://github.com/baulk/baulk/blob/master/LICENSE +Copyright: Copyright (C) 2026 Baulk contributors. All Rights Reserved. +ShortDescription: Windows 极简包管理器 +Description: Baulk 是一个极简的、便携的 Windows 包管理器。 +Tags: +- 便携 +- 包 +- 包管理 +- 包管理器 +- 安装 +- 程序 +- 绿色 +- 软件 +ReleaseNotesUrl: https://github.com/baulk/baulk/releases/tag/v6.1.0 +Documentations: +- DocumentLabel: 帮助 + DocumentUrl: https://github.com/baulk/baulk/blob/master/docs/help.md +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/b/Baulk/Baulk/6.1.0.1146/Baulk.Baulk.yaml b/manifests/b/Baulk/Baulk/6.1.0.1146/Baulk.Baulk.yaml new file mode 100644 index 000000000000..17f02e540935 --- /dev/null +++ b/manifests/b/Baulk/Baulk/6.1.0.1146/Baulk.Baulk.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Baulk.Baulk +PackageVersion: 6.1.0.1146 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/b/Baulk/Baulk/6.1.0/Baulk.Baulk.installer.yaml b/manifests/b/Baulk/Baulk/6.1.0/Baulk.Baulk.installer.yaml new file mode 100644 index 000000000000..ea46aa200f7d --- /dev/null +++ b/manifests/b/Baulk/Baulk/6.1.0/Baulk.Baulk.installer.yaml @@ -0,0 +1,62 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Baulk.Baulk +PackageVersion: 6.1.0 +InstallerLocale: en-US +InstallerType: inno +UpgradeBehavior: install +Commands: +- baulk +- baulk-dock +- baulk-exec +- baulk-lnk +- baulk-update +- baulk-winlnk +- unscrew +- wind +ProductCode: 83ab2204-bde5-4385-9e13-fa8b6276a57e_is1 +ReleaseDate: 2026-05-23 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/baulk/baulk/releases/download/v6.1.0/BaulkUserSetup-x64.exe + InstallerSha256: E9D924FF470F9E6B5A4E2706BCABA2C24513615D1B9D70DD671F12D3481E2A7A + AppsAndFeaturesEntries: + - DisplayName: Baulk (User) + DisplayVersion: 6.1.0.1146 + ProductCode: 83ab2204-bde5-4385-9e13-fa8b6276a57e_is1 + InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\Programs\Baulk' +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/baulk/baulk/releases/download/v6.1.0/BaulkSetup-x64.exe + InstallerSha256: 296329DEBCD4EEE453BD522B0989581DA2F5DA1201EA5D5BA2AC2F9375B5FB23 + AppsAndFeaturesEntries: + - DisplayVersion: 6.1.0.1146 + ProductCode: 83ab2204-bde5-4385-9e13-fa8b6276a57e_is1 + ElevationRequirement: elevatesSelf + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Baulk' +- Architecture: arm64 + Scope: user + InstallerUrl: https://github.com/baulk/baulk/releases/download/v6.1.0/BaulkUserSetup-arm64.exe + InstallerSha256: DAB4A92BD487CF7E18BF69090DE464BD17F3F31C5D9FA2ED383400597D957352 + AppsAndFeaturesEntries: + - DisplayName: Baulk (User) + DisplayVersion: 6.1.0.1146 + ProductCode: 83ab2204-bde5-4385-9e13-fa8b6276a57e_is1 + InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\Programs\Baulk' +- Architecture: arm64 + Scope: machine + InstallerUrl: https://github.com/baulk/baulk/releases/download/v6.1.0/BaulkSetup-arm64.exe + InstallerSha256: BE8656CEC711E1F77A7451C8ADDBBC43147972EA72A102774FEDBFD012C7854D + AppsAndFeaturesEntries: + - DisplayVersion: 6.1.0.1146 + ProductCode: 83ab2204-bde5-4385-9e13-fa8b6276a57e_is1 + ElevationRequirement: elevatesSelf + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Baulk' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/Baulk/Baulk/6.1.0/Baulk.Baulk.locale.en-US.yaml b/manifests/b/Baulk/Baulk/6.1.0/Baulk.Baulk.locale.en-US.yaml new file mode 100644 index 000000000000..5c870dcc3a17 --- /dev/null +++ b/manifests/b/Baulk/Baulk/6.1.0/Baulk.Baulk.locale.en-US.yaml @@ -0,0 +1,34 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Baulk.Baulk +PackageVersion: 6.1.0 +PackageLocale: en-US +Publisher: Baulk contributors +PublisherUrl: https://github.com/baulk +PublisherSupportUrl: https://github.com/baulk/baulk/issues +Author: Baulk contributors +PackageName: Baulk +PackageUrl: https://github.com/baulk/baulk +License: MIT +LicenseUrl: https://github.com/baulk/baulk/blob/HEAD/LICENSE +Copyright: Copyright (C) 2025 Baulk contributors. All Rights Reserved. +ShortDescription: Minimal Package Manager for Windows +Description: Baulk is a minimalist, portable package manager for Windows. +Tags: +- executables +- install +- installation +- package +- package-management +- package-manager +- portable +- program +- software +ReleaseNotes: 'Full Changelog: v5.2.0...v6.1.0' +ReleaseNotesUrl: https://github.com/baulk/baulk/releases/tag/v6.1.0 +Documentations: +- DocumentLabel: Help + DocumentUrl: https://github.com/baulk/baulk/blob/master/docs/help.md +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/Baulk/Baulk/6.1.0/Baulk.Baulk.locale.zh-CN.yaml b/manifests/b/Baulk/Baulk/6.1.0/Baulk.Baulk.locale.zh-CN.yaml new file mode 100644 index 000000000000..f388b4f5d32d --- /dev/null +++ b/manifests/b/Baulk/Baulk/6.1.0/Baulk.Baulk.locale.zh-CN.yaml @@ -0,0 +1,31 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Baulk.Baulk +PackageVersion: 6.1.0 +PackageLocale: zh-CN +Publisher: Baulk contributors +PublisherUrl: https://github.com/baulk +PublisherSupportUrl: https://github.com/baulk/baulk/issues +Author: Baulk contributors +PackageName: Baulk +PackageUrl: https://github.com/baulk/baulk +License: MIT +LicenseUrl: https://github.com/baulk/baulk/blob/master/LICENSE +Copyright: Copyright (C) 2025 Baulk contributors. All Rights Reserved. +ShortDescription: Windows 极简包管理器 +Description: Baulk 是一个极简的、便携的 Windows 包管理器。 +Tags: +- 便携 +- 包 +- 包管理 +- 包管理器 +- 安装 +- 程序 +- 绿色 +- 软件 +Documentations: +- DocumentLabel: 帮助 + DocumentUrl: https://github.com/baulk/baulk/blob/master/docs/help.md +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/b/Baulk/Baulk/6.1.0/Baulk.Baulk.yaml b/manifests/b/Baulk/Baulk/6.1.0/Baulk.Baulk.yaml new file mode 100644 index 000000000000..603b5dcc5ff2 --- /dev/null +++ b/manifests/b/Baulk/Baulk/6.1.0/Baulk.Baulk.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Baulk.Baulk +PackageVersion: 6.1.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/b/Boeing/config-file-validator/2.2.1/Boeing.config-file-validator.installer.yaml b/manifests/b/Boeing/config-file-validator/2.2.1/Boeing.config-file-validator.installer.yaml new file mode 100644 index 000000000000..0e6722fe0a05 --- /dev/null +++ b/manifests/b/Boeing/config-file-validator/2.2.1/Boeing.config-file-validator.installer.yaml @@ -0,0 +1,20 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Boeing.config-file-validator +PackageVersion: 2.2.1 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: validator.exe +UpgradeBehavior: install +ReleaseDate: 2026-05-22 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/Boeing/config-file-validator/releases/download/v2.2.1/validator-v2.2-windows-386.zip + InstallerSha256: F4344F760E90BA36268692F2D2868BE31FD7C1242C033EA36C781D59678C8E03 +- Architecture: x64 + InstallerUrl: https://github.com/Boeing/config-file-validator/releases/download/v2.2.1/validator-v2.2-windows-amd64.zip + InstallerSha256: DD4B6B12218CE7053C4CBA7F676AA58F1695D3FE8E04C55210FCBE46A6C288D7 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/Boeing/config-file-validator/2.2.1/Boeing.config-file-validator.locale.en-US.yaml b/manifests/b/Boeing/config-file-validator/2.2.1/Boeing.config-file-validator.locale.en-US.yaml new file mode 100644 index 000000000000..6c06a5fa908c --- /dev/null +++ b/manifests/b/Boeing/config-file-validator/2.2.1/Boeing.config-file-validator.locale.en-US.yaml @@ -0,0 +1,59 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Boeing.config-file-validator +PackageVersion: 2.2.1 +PackageLocale: en-US +Publisher: Boeing +PublisherUrl: https://www.boeing.com/ +PublisherSupportUrl: https://github.com/Boeing/config-file-validator/issues +PackageName: Config File Validator +PackageUrl: https://boeing.github.io/config-file-validator/ +License: Apache-2.0 +LicenseUrl: https://github.com/Boeing/config-file-validator/blob/HEAD/LICENSE +ShortDescription: A cross-platform CLI tool to validate different configuration file types +Moniker: config-file-validator +Tags: +- config +- configuration-files +- developer-tools +- devops +- files +- go +- golang +- ini +- json +- schema +- syntax +- toml +- validator +- xml +- yaml +ReleaseNotes: |- + What's Changed + - Fix exclude-file-types for known files by @Mak-1911 in #465 + - chore(deps): bump step-security/harden-runner from 2.19.0 to 2.19.1 by @dependabot[bot] in #471 + - chore(deps): bump github.com/pelletier/go-toml/v2 from 2.3.0 to 2.3.1 by @dependabot[bot] in #470 + - chore(deps): bump gopkg.in/ini.v1 from 1.67.1 to 1.67.2 by @dependabot[bot] in #469 + - chore(deps): bump github/codeql-action from 4.35.2 to 4.35.3 by @dependabot[bot] in #468 + - chore(deps): bump github.com/go-git/go-git/v5 from 5.18.0 to 5.19.0 in the go_modules group across 1 directory by @dependabot[bot] in #472 + - chore(deps): bump step-security/harden-runner from 2.19.1 to 2.19.3 by @dependabot[bot] in #476 + - chore(deps): bump github.com/go-git/go-git/v5 from 5.19.0 to 5.19.1 by @dependabot[bot] in #477 + - chore(deps): bump github/codeql-action from 4.35.3 to 4.35.5 by @dependabot[bot] in #478 + - feat: add GitHub Actions workflow for automatic github/linguist updates by @jakubdomanski in #475 + - feat(reporter): add GitHub Actions workflow command reporter (#459) by @mvanhorn in #461 + - docs: add documentation website and slim down README by @kehoecj in #482 + - ci: use Node 22 for docs build (npm bug on 20.20.2) by @kehoecj in #485 + - chore(deps): bump webpack-dev-server from 5.2.3 to 5.2.4 in /website in the npm_and_yarn group across 1 directory by @dependabot[bot] in #483 + - NPM Fixes for Docusaurus Docs by @kehoecj in #486 + - fix: support duplicate reporter output paths by @macayu17 in #481 + - docs: add AGENTS.md + cleanup by @kehoecj in #491 + - ci: improve OpenSSF Scorecard (signed releases, vuln fixes, branch protection) by @kehoecj in #492 + New Contributors + - @Mak-1911 made their first contribution in #465 + - @jakubdomanski made their first contribution in #475 + - @macayu17 made their first contribution in #481 + Full Changelog: v2.2.0...v2.2.1 +ReleaseNotesUrl: https://github.com/Boeing/config-file-validator/releases/tag/v2.2.1 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/Boeing/config-file-validator/2.2.1/Boeing.config-file-validator.yaml b/manifests/b/Boeing/config-file-validator/2.2.1/Boeing.config-file-validator.yaml new file mode 100644 index 000000000000..acb3b17e95ff --- /dev/null +++ b/manifests/b/Boeing/config-file-validator/2.2.1/Boeing.config-file-validator.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Boeing.config-file-validator +PackageVersion: 2.2.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/b/betterdiscord/cli/0.3.1/betterdiscord.cli.installer.yaml b/manifests/b/betterdiscord/cli/0.3.1/betterdiscord.cli.installer.yaml new file mode 100644 index 000000000000..9183f6a3f548 --- /dev/null +++ b/manifests/b/betterdiscord/cli/0.3.1/betterdiscord.cli.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.12.0.schema.json +PackageIdentifier: betterdiscord.cli +PackageVersion: 0.3.1 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2026-05-23" +Installers: + - Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: bdcli.exe + PortableCommandAlias: bdcli + InstallerUrl: https://github.com/BetterDiscord/cli/releases/download/v0.3.1/bdcli_0.3.1_windows_arm64.zip + InstallerSha256: 3612043c45fb18d9def3f54ec96ac6f0ae1997072fbe9fd8ddd7e7e456f4c041 + UpgradeBehavior: uninstallPrevious + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: bdcli.exe + PortableCommandAlias: bdcli + InstallerUrl: https://github.com/BetterDiscord/cli/releases/download/v0.3.1/bdcli_0.3.1_windows_amd64.zip + InstallerSha256: aca2c692b3401dd181b9b80085a1fd1aef9e7d84036225c0585481c748d1256e + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/betterdiscord/cli/0.3.1/betterdiscord.cli.locale.en-US.yaml b/manifests/b/betterdiscord/cli/0.3.1/betterdiscord.cli.locale.en-US.yaml new file mode 100644 index 000000000000..a8d898831703 --- /dev/null +++ b/manifests/b/betterdiscord/cli/0.3.1/betterdiscord.cli.locale.en-US.yaml @@ -0,0 +1,33 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json +PackageIdentifier: betterdiscord.cli +PackageVersion: 0.3.1 +PackageLocale: en-US +Publisher: BetterDiscord +PublisherUrl: https://github.com/BetterDiscord +PublisherSupportUrl: https://github.com/BetterDiscord/cli/issues +Author: BetterDiscord +PackageName: BetterDiscord CLI +PackageUrl: https://betterdiscord.app/ +License: Apache-2.0 +LicenseUrl: https://github.com/BetterDiscord/cli/blob/main/LICENSE +ShortDescription: A cross-platform CLI for managing BetterDiscord. +Moniker: BetterDiscord CLI +Tags: + - cli + - discord + - utility + - betterdiscord +ReleaseNotes: | + ## Changelog + ### Others + * b16820ab94d3f5e46eba508c7b4ad11acf9f9a14: Add tests for FindSegment (@zerebos) + * 361f0c18bfa35e13452187a2517c12c8147712bf: Attempt to fix npm provenance (@zerebos) + * 95fe5f3793cf34b88cce08ab2532f2921ada04b3: Better handling for custom flatpak paths (@zerebos) + * 5d7b4dd6df4564f04ff3319897e3a907e695306f: Expand path tests (@zerebos) + * 51dc052680babb4b351ab97668276d003fcf1a51: Fix for discord updates (@zerebos) + * b63ab7ec47626cb02ecc3ec09c302ae709e616e2: Fix formatting (@zerebos) + * 7be6088f137e3015a015f0288e7e9459b42cc2d9: Revert flatpaks to be isolated installs (@zerebos) +ReleaseNotesUrl: https://github.com/BetterDiscord/cli/releases/tag/v0.3.1 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/betterdiscord/cli/0.3.1/betterdiscord.cli.yaml b/manifests/b/betterdiscord/cli/0.3.1/betterdiscord.cli.yaml new file mode 100644 index 000000000000..9a6cf88cd54c --- /dev/null +++ b/manifests/b/betterdiscord/cli/0.3.1/betterdiscord.cli.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.12.0.schema.json +PackageIdentifier: betterdiscord.cli +PackageVersion: 0.3.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/c/CodingWondersSoftware/DISMTools/Preview/0.8.0.26052/CodingWondersSoftware.DISMTools.Preview.installer.yaml b/manifests/c/CodingWondersSoftware/DISMTools/Preview/0.8.0.26052/CodingWondersSoftware.DISMTools.Preview.installer.yaml new file mode 100644 index 000000000000..6dd223a981ba --- /dev/null +++ b/manifests/c/CodingWondersSoftware/DISMTools/Preview/0.8.0.26052/CodingWondersSoftware.DISMTools.Preview.installer.yaml @@ -0,0 +1,13 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: CodingWondersSoftware.DISMTools.Preview +PackageVersion: 0.8.0.26052 +InstallerType: inno +Installers: +- Architecture: neutral + InstallerUrl: https://github.com/CodingWonders/DISMTools/releases/download/v0.8_pre_2652/dt_setup.exe + InstallerSha256: 77AFF9B61A6F847E51C61C9C835035269E496BDB935A42DE74D7E4524C121A6E +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-05-23 diff --git a/manifests/c/CodingWondersSoftware/DISMTools/Preview/0.8.0.26052/CodingWondersSoftware.DISMTools.Preview.locale.en-US.yaml b/manifests/c/CodingWondersSoftware/DISMTools/Preview/0.8.0.26052/CodingWondersSoftware.DISMTools.Preview.locale.en-US.yaml new file mode 100644 index 000000000000..d6b5728786c8 --- /dev/null +++ b/manifests/c/CodingWondersSoftware/DISMTools/Preview/0.8.0.26052/CodingWondersSoftware.DISMTools.Preview.locale.en-US.yaml @@ -0,0 +1,27 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: CodingWondersSoftware.DISMTools.Preview +PackageVersion: 0.8.0.26052 +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-2026. 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.8_pre_2652 +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.12.0 diff --git a/manifests/c/CodingWondersSoftware/DISMTools/Preview/0.8.0.26052/CodingWondersSoftware.DISMTools.Preview.yaml b/manifests/c/CodingWondersSoftware/DISMTools/Preview/0.8.0.26052/CodingWondersSoftware.DISMTools.Preview.yaml new file mode 100644 index 000000000000..108ad6b70004 --- /dev/null +++ b/manifests/c/CodingWondersSoftware/DISMTools/Preview/0.8.0.26052/CodingWondersSoftware.DISMTools.Preview.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: CodingWondersSoftware.DISMTools.Preview +PackageVersion: 0.8.0.26052 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/c/CodingWondersSoftware/DISMTools/Stable/0.7.3.26052/CodingWondersSoftware.DISMTools.Stable.installer.yaml b/manifests/c/CodingWondersSoftware/DISMTools/Stable/0.7.3.26052/CodingWondersSoftware.DISMTools.Stable.installer.yaml new file mode 100644 index 000000000000..5cf196e48cf3 --- /dev/null +++ b/manifests/c/CodingWondersSoftware/DISMTools/Stable/0.7.3.26052/CodingWondersSoftware.DISMTools.Stable.installer.yaml @@ -0,0 +1,13 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: CodingWondersSoftware.DISMTools.Stable +PackageVersion: 0.7.3.26052 +InstallerType: inno +Installers: +- Architecture: neutral + InstallerUrl: https://github.com/CodingWonders/DISMTools/releases/download/v0.7.3_upd3/dt_setup.exe + InstallerSha256: 2255C3B6B3E383482EB3D4E1DE700834C333B536859FE24897058C88F259C254 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-05-23 diff --git a/manifests/c/CodingWondersSoftware/DISMTools/Stable/0.7.3.26052/CodingWondersSoftware.DISMTools.Stable.locale.en-US.yaml b/manifests/c/CodingWondersSoftware/DISMTools/Stable/0.7.3.26052/CodingWondersSoftware.DISMTools.Stable.locale.en-US.yaml new file mode 100644 index 000000000000..f0124659ed2f --- /dev/null +++ b/manifests/c/CodingWondersSoftware/DISMTools/Stable/0.7.3.26052/CodingWondersSoftware.DISMTools.Stable.locale.en-US.yaml @@ -0,0 +1,27 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: CodingWondersSoftware.DISMTools.Stable +PackageVersion: 0.7.3.26052 +PackageLocale: en-US +Publisher: CodingWonders Software +PublisherUrl: https://github.com/CodingWonders +PublisherSupportUrl: https://github.com/CodingWonders +Author: CodingWonders +PackageName: DISMTools +PackageUrl: https://github.com/CodingWonders/DISMTools +License: GPLv3 +LicenseUrl: https://github.com/CodingWonders/DISMTools/blob/stable/LICENSE +Copyright: (c) 2022-2026. 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 +Tags: +- windows +- gui +- sysadmin +- dism +ReleaseNotesUrl: https://github.com/CodingWonders/DISMTools/releases/tag/v0.7.3_upd3 +InstallationNotes: Enjoy using DISMTools! If you're new to image servicing, or come from other tools, check out the help documentation. If you encounter an issue, don't hesitate to send feedback at https://github.com/CodingWonders/DISMTools/issues/new/choose +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/c/CodingWondersSoftware/DISMTools/Stable/0.7.3.26052/CodingWondersSoftware.DISMTools.Stable.yaml b/manifests/c/CodingWondersSoftware/DISMTools/Stable/0.7.3.26052/CodingWondersSoftware.DISMTools.Stable.yaml new file mode 100644 index 000000000000..d75548090dd0 --- /dev/null +++ b/manifests/c/CodingWondersSoftware/DISMTools/Stable/0.7.3.26052/CodingWondersSoftware.DISMTools.Stable.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: CodingWondersSoftware.DISMTools.Stable +PackageVersion: 0.7.3.26052 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/c/Constructor/Flat/0.8.31/Constructor.Flat.installer.yaml b/manifests/c/Constructor/Flat/0.8.31/Constructor.Flat.installer.yaml deleted file mode 100644 index 161a6eacb8f7..000000000000 --- a/manifests/c/Constructor/Flat/0.8.31/Constructor.Flat.installer.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.4 $debug=NVS1.CRLF.7-5-0.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json - -PackageIdentifier: Constructor.Flat -PackageVersion: 0.8.31 -InstallerType: exe # Squirrel -Scope: user -InstallerSwitches: - Silent: --silent - SilentWithProgress: --silent -UpgradeBehavior: install -Protocols: -- flat -Installers: -- Architecture: x64 - InstallerUrl: https://downloads.flat.app/desktop-app/releases/windows/x64/latest/Flat-Setup.exe - InstallerSha256: 1A50ACC00BB54D7968CE08F363A61CEE45ED519A1279C12B30AA30EFF1C7D0DB - ProductCode: flat_desktop -ManifestType: installer -ManifestVersion: 1.9.0 diff --git a/manifests/c/Constructor/Flat/0.8.31/Constructor.Flat.locale.en-US.yaml b/manifests/c/Constructor/Flat/0.8.31/Constructor.Flat.locale.en-US.yaml deleted file mode 100644 index c871550ffa59..000000000000 --- a/manifests/c/Constructor/Flat/0.8.31/Constructor.Flat.locale.en-US.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.4 $debug=NVS1.CRLF.7-5-0.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json - -PackageIdentifier: Constructor.Flat -PackageVersion: 0.8.31 -PackageLocale: en-US -Publisher: Constructor, Inc. -PublisherUrl: https://flat.app/ -PublisherSupportUrl: https://flat.discourse.group/ -PrivacyUrl: https://flat.app/privacy -Author: Constructor, Inc. -PackageName: Flat -PackageUrl: https://flat.app/downloads -License: Proprietary -LicenseUrl: https://flat.app/terms -Copyright: Copyright © 2025 Constructor, Inc. All rights reserved. -CopyrightUrl: https://flat.app/terms -ShortDescription: A new kind of teamwork app designed to be the simplest way for your team to get organized and stay aligned, with no frustration and no complex setup. -# Description: -# Moniker: -Tags: -- collaborate -- collaboration -- kanban -# ReleaseNotes: -# ReleaseNotesUrl: -PurchaseUrl: https://flat.app/#pricing -# InstallationNotes: -Documentations: -- DocumentLabel: User Guide - DocumentUrl: https://docs.flat.app/ -ManifestType: defaultLocale -ManifestVersion: 1.9.0 diff --git a/manifests/c/Constructor/Flat/0.8.31/Constructor.Flat.locale.zh-CN.yaml b/manifests/c/Constructor/Flat/0.8.31/Constructor.Flat.locale.zh-CN.yaml deleted file mode 100644 index f5397060793a..000000000000 --- a/manifests/c/Constructor/Flat/0.8.31/Constructor.Flat.locale.zh-CN.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.4 $debug=NVS1.CRLF.7-5-0.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json - -PackageIdentifier: Constructor.Flat -PackageVersion: 0.8.31 -PackageLocale: zh-CN -# Publisher: -# PublisherUrl: -# PublisherSupportUrl: -# PrivacyUrl: -# Author: -# PackageName: -# PackageUrl: -License: 专有软件 -# LicenseUrl: -# Copyright: -# CopyrightUrl: -ShortDescription: 一款新型团队协作应用,用最简单的方式组织你的团队,保持一致,没有挫折感,也没有复杂的设置。 -# Description: -# Moniker: -Tags: -- 协作 -- 协同 -- 看板 -# ReleaseNotes: -# ReleaseNotesUrl: -# PurchaseUrl: -# InstallationNotes: -Documentations: -- DocumentLabel: 用户指南 - DocumentUrl: https://docs.flat.app/ -ManifestType: locale -ManifestVersion: 1.9.0 diff --git a/manifests/c/Constructor/Flat/0.8.31/Constructor.Flat.yaml b/manifests/c/Constructor/Flat/0.8.31/Constructor.Flat.yaml deleted file mode 100644 index 3617dbbd5ed6..000000000000 --- a/manifests/c/Constructor/Flat/0.8.31/Constructor.Flat.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created with YamlCreate.ps1 v2.4.4 $debug=NVS1.CRLF.7-5-0.Win32NT -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json - -PackageIdentifier: Constructor.Flat -PackageVersion: 0.8.31 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.9.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/9.9.1/CrystalDewWorld.CrystalDiskInfo.installer.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/9.9.1/CrystalDewWorld.CrystalDiskInfo.installer.yaml new file mode 100644 index 000000000000..4f6d79c4fc4d --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/9.9.1/CrystalDewWorld.CrystalDiskInfo.installer.yaml @@ -0,0 +1,21 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo +PackageVersion: 9.9.1 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +ReleaseDate: 2026-05-23 +Installers: +- Architecture: x86 + InstallerUrl: https://sourceforge.net/projects/crystaldiskinfo/files/9.9.1/CrystalDiskInfo9_9_1.exe/download + InstallerSha256: 8F035B495A6413334A33B878F2FAD6E9C8618B2EA9BE2382E478C800EBB149BF +- Architecture: x64 + InstallerUrl: https://sourceforge.net/projects/crystaldiskinfo/files/9.9.1/CrystalDiskInfo9_9_1.exe/download + InstallerSha256: 8F035B495A6413334A33B878F2FAD6E9C8618B2EA9BE2382E478C800EBB149BF +- Architecture: arm64 + InstallerUrl: https://sourceforge.net/projects/crystaldiskinfo/files/9.9.1/CrystalDiskInfo9_9_1.exe/download + InstallerSha256: 8F035B495A6413334A33B878F2FAD6E9C8618B2EA9BE2382E478C800EBB149BF +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/9.9.1/CrystalDewWorld.CrystalDiskInfo.locale.en-US.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/9.9.1/CrystalDewWorld.CrystalDiskInfo.locale.en-US.yaml new file mode 100644 index 000000000000..95ba4065fd6c --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/9.9.1/CrystalDewWorld.CrystalDiskInfo.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.12.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo +PackageVersion: 9.9.1 +PackageLocale: en-US +Publisher: Crystal Dew World +PublisherUrl: https://crystalmark.info/en/ +PublisherSupportUrl: https://github.com/hiyohiyo/CrystalDiskInfo/issues +PrivacyUrl: https://crystalmark.info/en/information/privacy-policy/ +Author: Noriyuki Miyazaki +PackageName: CrystalDiskInfo +PackageUrl: https://crystalmark.info/en/software/crystaldiskinfo/ +License: MIT +LicenseUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-license/ +Copyright: © 2008-2026 hiyohiyo +ShortDescription: A HDD/SSD utility software which supports parts of USB, Intel RAID and NVMe. +Moniker: crystaldiskinfo +Tags: +- diagnostic +- disk-diagnostics +- disk-utility +- diskhealth +- hard-disk +- hard-drive +- harddisk +- harddrive +- hdd +- m.2 +- nvmexpress +- raid +- smart +- solidstatedrive +- ssd +- utility +ReleaseNotesUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-history/ +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-faq/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/9.9.1/CrystalDewWorld.CrystalDiskInfo.locale.ja-JP.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/9.9.1/CrystalDewWorld.CrystalDiskInfo.locale.ja-JP.yaml new file mode 100644 index 000000000000..78734c6ebcb7 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/9.9.1/CrystalDewWorld.CrystalDiskInfo.locale.ja-JP.yaml @@ -0,0 +1,34 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo +PackageVersion: 9.9.1 +PackageLocale: ja-JP +Publisher: Crystal Dew World +PublisherUrl: https://crystalmark.info/ja/ +PublisherSupportUrl: https://github.com/hiyohiyo/CrystalDiskInfo/issues +PrivacyUrl: https://crystalmark.info/ja/information/privacy-policy/ +Author: Noriyuki Miyazaki +PackageName: CrystalDiskInfo +PackageUrl: https://crystalmark.info/ja/software/crystaldiskinfo/ +License: MIT +LicenseUrl: https://crystalmark.info/ja/software/crystaldiskinfo/crystaldiskinfo-license/ +Copyright: © 2008-2026 hiyohiyo +ShortDescription: 一部の USB 接続、Intel RAID、NVMe をサポートするディスク (HDD/SSD) ユーティリティです。 +Tags: +- hhd +- nvme +- smart +- ssd +- ディスク +- ディスクユーティリティ +- ディスク診断 +- ハードドライブ +- ユーティリティ +- 診断 +ReleaseNotesUrl: https://crystalmark.info/ja/software/crystaldiskinfo/crystaldiskinfo-history/ +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://crystalmark.info/ja/software/crystaldiskinfo/crystaldiskinfo-faq/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/9.9.1/CrystalDewWorld.CrystalDiskInfo.locale.zh-CN.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/9.9.1/CrystalDewWorld.CrystalDiskInfo.locale.zh-CN.yaml new file mode 100644 index 000000000000..956e80681a68 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/9.9.1/CrystalDewWorld.CrystalDiskInfo.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.12.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo +PackageVersion: 9.9.1 +PackageLocale: zh-CN +Publisher: Crystal Dew World +PublisherUrl: https://crystalmark.info/en/ +PublisherSupportUrl: https://github.com/hiyohiyo/CrystalDiskInfo/issues +PrivacyUrl: https://crystalmark.info/en/information/privacy-policy/ +Author: Noriyuki Miyazaki +PackageName: CrystalDiskInfo +PackageUrl: https://crystalmark.info/en/software/crystaldiskinfo/ +License: MIT +LicenseUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-license/ +Copyright: © 2008-2026 hiyohiyo +ShortDescription: 一款硬盘/SSD 实用软件,支持部分 USB、英特尔 RAID 和 NVMe。 +Tags: +- nvme +- smart +- 固态硬盘 +- 工具 +- 机械硬盘 +- 硬盘 +- 硬盘工具 +- 硬盘诊断 +- 磁盘 +- 诊断 +ReleaseNotesUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-history/ +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-faq/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/9.9.1/CrystalDewWorld.CrystalDiskInfo.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/9.9.1/CrystalDewWorld.CrystalDiskInfo.yaml new file mode 100644 index 000000000000..3f45a463ab4c --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/9.9.1/CrystalDewWorld.CrystalDiskInfo.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo +PackageVersion: 9.9.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/AoiEdition/9.9.1/CrystalDewWorld.CrystalDiskInfo.AoiEdition.installer.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/AoiEdition/9.9.1/CrystalDewWorld.CrystalDiskInfo.AoiEdition.installer.yaml new file mode 100644 index 000000000000..deaae8ebf2aa --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/AoiEdition/9.9.1/CrystalDewWorld.CrystalDiskInfo.AoiEdition.installer.yaml @@ -0,0 +1,21 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.AoiEdition +PackageVersion: 9.9.1 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +ReleaseDate: 2026-05-23 +Installers: +- Architecture: x86 + InstallerUrl: https://sourceforge.net/projects/crystaldiskinfo/files/9.9.1/CrystalDiskInfo9_9_1Aoi.exe/download + InstallerSha256: 0273AC6D93F44BE60CEDFFFDA1234C7644ADEA39822048B29A941C5F07633F40 +- Architecture: x64 + InstallerUrl: https://sourceforge.net/projects/crystaldiskinfo/files/9.9.1/CrystalDiskInfo9_9_1Aoi.exe/download + InstallerSha256: 0273AC6D93F44BE60CEDFFFDA1234C7644ADEA39822048B29A941C5F07633F40 +- Architecture: arm64 + InstallerUrl: https://sourceforge.net/projects/crystaldiskinfo/files/9.9.1/CrystalDiskInfo9_9_1Aoi.exe/download + InstallerSha256: 0273AC6D93F44BE60CEDFFFDA1234C7644ADEA39822048B29A941C5F07633F40 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/AoiEdition/9.9.1/CrystalDewWorld.CrystalDiskInfo.AoiEdition.locale.en-US.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/AoiEdition/9.9.1/CrystalDewWorld.CrystalDiskInfo.AoiEdition.locale.en-US.yaml new file mode 100644 index 000000000000..78bf9cf1b12e --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/AoiEdition/9.9.1/CrystalDewWorld.CrystalDiskInfo.AoiEdition.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.12.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.AoiEdition +PackageVersion: 9.9.1 +PackageLocale: en-US +Publisher: Crystal Dew World +PublisherUrl: https://crystalmark.info/en/ +PublisherSupportUrl: https://github.com/hiyohiyo/CrystalDiskInfo/issues +PrivacyUrl: https://crystalmark.info/en/information/privacy-policy/ +Author: Noriyuki Miyazaki +PackageName: CrystalDiskInfo Aoi Edition +PackageUrl: https://crystalmark.info/en/software/crystaldiskinfo/ +License: MIT +LicenseUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-license/ +Copyright: |- + © 2008-2026 hiyohiyo + © 2023-2026 nijihashi sola +ShortDescription: A HDD/SSD utility software which supports a part of USB, Intel RAID and NVMe. This is CrystalDiskInfo with Aoi Theme. +Moniker: crystaldiskinfo-aoi +Tags: +- diagnostic +- disk +- disk-diagnostic +- disk-utility +- hard-drive +- hdd +- nvme +- smart +- ssd +- utility +ReleaseNotesUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-history/ +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-faq/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/AoiEdition/9.9.1/CrystalDewWorld.CrystalDiskInfo.AoiEdition.locale.ja-JP.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/AoiEdition/9.9.1/CrystalDewWorld.CrystalDiskInfo.AoiEdition.locale.ja-JP.yaml new file mode 100644 index 000000000000..b79a1a23595a --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/AoiEdition/9.9.1/CrystalDewWorld.CrystalDiskInfo.AoiEdition.locale.ja-JP.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.AoiEdition +PackageVersion: 9.9.1 +PackageLocale: ja-JP +Publisher: Crystal Dew World +PublisherUrl: https://crystalmark.info/ja/ +PublisherSupportUrl: https://github.com/hiyohiyo/CrystalDiskInfo/issues +PrivacyUrl: https://crystalmark.info/ja/information/privacy-policy/ +Author: Noriyuki Miyazaki +PackageName: CrystalDiskInfo Aoi Edition +PackageUrl: https://crystalmark.info/ja/software/crystaldiskinfo/ +License: MIT +LicenseUrl: https://crystalmark.info/ja/software/crystaldiskinfo/crystaldiskinfo-license/ +Copyright: |- + © 2008-2026 hiyohiyo + © 2023-2026 nijihashi sola +ShortDescription: 一部の USB 接続、Intel RAID、NVMe をサポートするディスク (HDD/SSD) ユーティリティです。 AoiテーマのCrystalDiskInfoです。 +Tags: +- hhd +- nvme +- smart +- ssd +- ディスク +- ディスクユーティリティ +- ディスク診断 +- ハードドライブ +- ユーティリティ +- 診断 +ReleaseNotesUrl: https://crystalmark.info/ja/software/crystaldiskinfo/crystaldiskinfo-history/ +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://crystalmark.info/ja/software/crystaldiskinfo/crystaldiskinfo-faq/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/AoiEdition/9.9.1/CrystalDewWorld.CrystalDiskInfo.AoiEdition.locale.zh-CN.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/AoiEdition/9.9.1/CrystalDewWorld.CrystalDiskInfo.AoiEdition.locale.zh-CN.yaml new file mode 100644 index 000000000000..b5f6430f73f3 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/AoiEdition/9.9.1/CrystalDewWorld.CrystalDiskInfo.AoiEdition.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.12.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.AoiEdition +PackageVersion: 9.9.1 +PackageLocale: zh-CN +Publisher: Crystal Dew World +PublisherUrl: https://crystalmark.info/en/ +PublisherSupportUrl: https://github.com/hiyohiyo/CrystalDiskInfo/issues +PrivacyUrl: https://crystalmark.info/en/information/privacy-policy/ +Author: Noriyuki Miyazaki +PackageName: CrystalDiskInfo Aoi Edition +PackageUrl: https://crystalmark.info/en/software/crystaldiskinfo/ +License: MIT +LicenseUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-license/ +Copyright: |- + © 2008-2026 hiyohiyo + © 2023-2026 nijihashi sola +ShortDescription: 一款硬盘/SSD 实用软件,支持部分 USB、英特尔 RAID 和 NVMe。这是 Aoi 主题的 CrystalDiskInfo。 +Tags: +- nvme +- smart +- 固态硬盘 +- 工具 +- 机械硬盘 +- 硬盘 +- 硬盘工具 +- 硬盘诊断 +- 磁盘 +- 诊断 +ReleaseNotesUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-history/ +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-faq/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/AoiEdition/9.9.1/CrystalDewWorld.CrystalDiskInfo.AoiEdition.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/AoiEdition/9.9.1/CrystalDewWorld.CrystalDiskInfo.AoiEdition.yaml new file mode 100644 index 000000000000..f6d37f0117cd --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/AoiEdition/9.9.1/CrystalDewWorld.CrystalDiskInfo.AoiEdition.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.AoiEdition +PackageVersion: 9.9.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/9.9.1/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.installer.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/9.9.1/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.installer.yaml new file mode 100644 index 000000000000..7193a89eeb83 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/9.9.1/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.installer.yaml @@ -0,0 +1,21 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition +PackageVersion: 9.9.1 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +ReleaseDate: 2026-05-23 +Installers: +- Architecture: x86 + InstallerUrl: https://sourceforge.net/projects/crystaldiskinfo/files/9.9.1/CrystalDiskInfo9_9_1KureiKei.exe/download + InstallerSha256: 7F4AD0B234C2D1DF93067C5489EE7FF40DAB3823E87B510FBCC7B9B367A69863 +- Architecture: x64 + InstallerUrl: https://sourceforge.net/projects/crystaldiskinfo/files/9.9.1/CrystalDiskInfo9_9_1KureiKei.exe/download + InstallerSha256: 7F4AD0B234C2D1DF93067C5489EE7FF40DAB3823E87B510FBCC7B9B367A69863 +- Architecture: arm64 + InstallerUrl: https://sourceforge.net/projects/crystaldiskinfo/files/9.9.1/CrystalDiskInfo9_9_1KureiKei.exe/download + InstallerSha256: 7F4AD0B234C2D1DF93067C5489EE7FF40DAB3823E87B510FBCC7B9B367A69863 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/9.9.1/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.locale.en-US.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/9.9.1/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.locale.en-US.yaml new file mode 100644 index 000000000000..e394330ee641 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/9.9.1/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.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.12.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition +PackageVersion: 9.9.1 +PackageLocale: en-US +Publisher: Crystal Dew World +PublisherUrl: https://crystalmark.info/en/ +PublisherSupportUrl: https://github.com/hiyohiyo/CrystalDiskInfo/issues +PrivacyUrl: https://crystalmark.info/en/information/privacy-policy/ +Author: Noriyuki Miyazaki +PackageName: CrystalDiskInfo Kurei Kei Edition +PackageUrl: https://crystalmark.info/en/software/crystaldiskinfo/ +License: MIT +LicenseUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-license/ +Copyright: |- + © 2008-2026 hiyohiyo + © 2017-2026 Pronama LLC +ShortDescription: A HDD/SSD utility software which supports a part of USB, Intel RAID and NVMe. This is CrystalDiskInfo with Kurei Kei Theme. +Moniker: crystaldiskinfo-kke +Tags: +- diagnostic +- disk +- disk-diagnostic +- disk-utility +- hard-drive +- hdd +- nvme +- smart +- ssd +- utility +ReleaseNotesUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-history/ +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-faq/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/9.9.1/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.locale.ja-JP.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/9.9.1/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.locale.ja-JP.yaml new file mode 100644 index 000000000000..4c1acda0b451 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/9.9.1/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.locale.ja-JP.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition +PackageVersion: 9.9.1 +PackageLocale: ja-JP +Publisher: Crystal Dew World +PublisherUrl: https://crystalmark.info/ja/ +PublisherSupportUrl: https://github.com/hiyohiyo/CrystalDiskInfo/issues +PrivacyUrl: https://crystalmark.info/ja/information/privacy-policy/ +Author: Noriyuki Miyazaki +PackageName: CrystalDiskInfo Kurei Kei Edition +PackageUrl: https://crystalmark.info/ja/software/crystaldiskinfo/ +License: MIT +LicenseUrl: https://crystalmark.info/ja/software/crystaldiskinfo/crystaldiskinfo-license/ +Copyright: |- + © 2008-2026 hiyohiyo + © 2017-2026 Pronama LLC +ShortDescription: 一部の USB 接続、Intel RAID、NVMe をサポートするディスク (HDD/SSD) ユーティリティです。 Kurei KeiテーマのCrystalDiskInfoです。 +Tags: +- hhd +- nvme +- smart +- ssd +- ディスク +- ディスクユーティリティ +- ディスク診断 +- ハードドライブ +- ユーティリティ +- 診断 +ReleaseNotesUrl: https://crystalmark.info/ja/software/crystaldiskinfo/crystaldiskinfo-history/ +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://crystalmark.info/ja/software/crystaldiskinfo/crystaldiskinfo-faq/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/9.9.1/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.locale.zh-CN.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/9.9.1/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.locale.zh-CN.yaml new file mode 100644 index 000000000000..70da0d57f3e9 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/9.9.1/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.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.12.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition +PackageVersion: 9.9.1 +PackageLocale: zh-CN +Publisher: Crystal Dew World +PublisherUrl: https://crystalmark.info/en/ +PublisherSupportUrl: https://github.com/hiyohiyo/CrystalDiskInfo/issues +PrivacyUrl: https://crystalmark.info/en/information/privacy-policy/ +Author: Noriyuki Miyazaki +PackageName: CrystalDiskInfo Kurei Kei Edition +PackageUrl: https://crystalmark.info/en/software/crystaldiskinfo/ +License: MIT +LicenseUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-license/ +Copyright: |- + © 2008-2026 hiyohiyo + © 2017-2026 Pronama LLC +ShortDescription: 一款硬盘/SSD 实用软件,支持部分 USB、英特尔 RAID 和 NVMe。这是 Kurei Kei 主题的 CrystalDiskInfo。 +Tags: +- nvme +- smart +- 固态硬盘 +- 工具 +- 机械硬盘 +- 硬盘 +- 硬盘工具 +- 硬盘诊断 +- 磁盘 +- 诊断 +ReleaseNotesUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-history/ +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-faq/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/9.9.1/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/9.9.1/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.yaml new file mode 100644 index 000000000000..da510401e0dc --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/KureiKeiEdition/9.9.1/CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.KureiKeiEdition +PackageVersion: 9.9.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/9.9.1/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.installer.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/9.9.1/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.installer.yaml new file mode 100644 index 000000000000..9f782c224d59 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/9.9.1/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.installer.yaml @@ -0,0 +1,21 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.ShizukuEdition +PackageVersion: 9.9.1 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +ReleaseDate: 2026-05-23 +Installers: +- Architecture: x86 + InstallerUrl: https://sourceforge.net/projects/crystaldiskinfo/files/9.9.1/CrystalDiskInfo9_9_1Shizuku.exe/download + InstallerSha256: AA9D44BE14A7FFA9EE7156FD9E09BDCCFF9D6A1373A85121DA26618E53060F4E +- Architecture: x64 + InstallerUrl: https://sourceforge.net/projects/crystaldiskinfo/files/9.9.1/CrystalDiskInfo9_9_1Shizuku.exe/download + InstallerSha256: AA9D44BE14A7FFA9EE7156FD9E09BDCCFF9D6A1373A85121DA26618E53060F4E +- Architecture: arm64 + InstallerUrl: https://sourceforge.net/projects/crystaldiskinfo/files/9.9.1/CrystalDiskInfo9_9_1Shizuku.exe/download + InstallerSha256: AA9D44BE14A7FFA9EE7156FD9E09BDCCFF9D6A1373A85121DA26618E53060F4E +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/9.9.1/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.locale.en-US.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/9.9.1/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.locale.en-US.yaml new file mode 100644 index 000000000000..1058f1d18b56 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/9.9.1/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.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.12.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.ShizukuEdition +PackageVersion: 9.9.1 +PackageLocale: en-US +Publisher: Crystal Dew World +PublisherUrl: https://crystalmark.info/en/ +PublisherSupportUrl: https://github.com/hiyohiyo/CrystalDiskInfo/issues +PrivacyUrl: https://crystalmark.info/en/information/privacy-policy/ +Author: Noriyuki Miyazaki +PackageName: CrystalDiskInfo Shizuku Edition +PackageUrl: https://crystalmark.info/en/software/crystaldiskinfo/ +License: MIT +LicenseUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-license/ +Copyright: |- + © 2008-2026 hiyohiyo + © 2012-2026 kirino kasumu +ShortDescription: A HDD/SSD utility software which supports a part of USB, Intel RAID and NVMe. This is CrystalDiskInfo with Shizuku Theme. +Moniker: crystaldiskinfo-se +Tags: +- diagnostic +- disk +- disk-diagnostic +- disk-utility +- hard-drive +- hdd +- nvme +- smart +- ssd +- utility +ReleaseNotesUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-history/ +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-faq/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/9.9.1/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.locale.ja-JP.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/9.9.1/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.locale.ja-JP.yaml new file mode 100644 index 000000000000..76a19d46c639 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/9.9.1/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.locale.ja-JP.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.ShizukuEdition +PackageVersion: 9.9.1 +PackageLocale: ja-JP +Publisher: Crystal Dew World +PublisherUrl: https://crystalmark.info/ja/ +PublisherSupportUrl: https://github.com/hiyohiyo/CrystalDiskInfo/issues +PrivacyUrl: https://crystalmark.info/ja/information/privacy-policy/ +Author: Noriyuki Miyazaki +PackageName: CrystalDiskInfo Shizuku Edition +PackageUrl: https://crystalmark.info/ja/software/crystaldiskinfo/ +License: MIT +LicenseUrl: https://crystalmark.info/ja/software/crystaldiskinfo/crystaldiskinfo-license/ +Copyright: |- + © 2008-2026 hiyohiyo + © 2012-2026 kirino kasumu +ShortDescription: 一部の USB 接続、Intel RAID、NVMe をサポートするディスク (HDD/SSD) ユーティリティです。 ShizukuテーマのCrystalDiskInfoです。 +Tags: +- hhd +- nvme +- smart +- ssd +- ディスク +- ディスクユーティリティ +- ディスク診断 +- ハードドライブ +- ユーティリティ +- 診断 +ReleaseNotesUrl: https://crystalmark.info/ja/software/crystaldiskinfo/crystaldiskinfo-history/ +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://crystalmark.info/ja/software/crystaldiskinfo/crystaldiskinfo-faq/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/9.9.1/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.locale.zh-CN.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/9.9.1/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.locale.zh-CN.yaml new file mode 100644 index 000000000000..ebb172c8946c --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/9.9.1/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.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.12.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.ShizukuEdition +PackageVersion: 9.9.1 +PackageLocale: zh-CN +Publisher: Crystal Dew World +PublisherUrl: https://crystalmark.info/en/ +PublisherSupportUrl: https://github.com/hiyohiyo/CrystalDiskInfo/issues +PrivacyUrl: https://crystalmark.info/en/information/privacy-policy/ +Author: Noriyuki Miyazaki +PackageName: CrystalDiskInfo Shizuku Edition +PackageUrl: https://crystalmark.info/en/software/crystaldiskinfo/ +License: MIT +LicenseUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-license/ +Copyright: |- + © 2008-2026 hiyohiyo + © 2012-2026 kirino kasumu +ShortDescription: 一款硬盘/SSD 实用软件,支持部分 USB、英特尔 RAID 和 NVMe。这是 Shizuku 主题的 CrystalDiskInfo。 +Tags: +- nvme +- smart +- 固态硬盘 +- 工具 +- 机械硬盘 +- 硬盘 +- 硬盘工具 +- 硬盘诊断 +- 磁盘 +- 诊断 +ReleaseNotesUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-history/ +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-faq/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/9.9.1/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.yaml b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/9.9.1/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.yaml new file mode 100644 index 000000000000..b841302bc404 --- /dev/null +++ b/manifests/c/CrystalDewWorld/CrystalDiskInfo/ShizukuEdition/9.9.1/CrystalDewWorld.CrystalDiskInfo.ShizukuEdition.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: CrystalDewWorld.CrystalDiskInfo.ShizukuEdition +PackageVersion: 9.9.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/c/Cteros/ENO-M/3.3.1/Cteros.ENO-M.installer.yaml b/manifests/c/Cteros/ENO-M/3.3.1/Cteros.ENO-M.installer.yaml new file mode 100644 index 000000000000..0d22d1f7a198 --- /dev/null +++ b/manifests/c/Cteros/ENO-M/3.3.1/Cteros.ENO-M.installer.yaml @@ -0,0 +1,26 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Cteros.ENO-M +PackageVersion: 3.3.1 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: 3b0d82ef-8f14-586f-9197-f691042177c2 +ReleaseDate: 2026-05-23 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/Cteros/eno-m-desktop/releases/download/v3.3.1/ENO-M-Windows-3.3.1-Setup.exe + InstallerSha256: 470CAB12B2565047048B5D69F0DF58A367E0A6F611A82310CE74D04B3F58B831 + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/Cteros/eno-m-desktop/releases/download/v3.3.1/ENO-M-Windows-3.3.1-Setup.exe + InstallerSha256: 470CAB12B2565047048B5D69F0DF58A367E0A6F611A82310CE74D04B3F58B831 + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/c/Cteros/ENO-M/3.3.1/Cteros.ENO-M.locale.en-US.yaml b/manifests/c/Cteros/ENO-M/3.3.1/Cteros.ENO-M.locale.en-US.yaml new file mode 100644 index 000000000000..4f47549b85ac --- /dev/null +++ b/manifests/c/Cteros/ENO-M/3.3.1/Cteros.ENO-M.locale.en-US.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Cteros.ENO-M +PackageVersion: 3.3.1 +PackageLocale: en-US +ShortDescription: Based on Bilibili, a beautiful desktop music player. +Description: |- + Based on Bilibili, a beautiful desktop music player. + ✨ Features + - 🎵 Bilibili Music Playback: Directly play audio and video content from Bilibili + - 📺 Video Mode: Supports floating window and sidebar video playback + - ❤️ Favorites Sync: Manage your Bilibili favorites after logging in + - 🎨 Playlist Poster Generation: Customize and generate beautiful playlist posters + - 🎚️ EQ Equalizer: Built-in multiple sound effect presets (Pop, Rock, Jazz, etc.) + - 🔍 Search: Supports keyword and BV number search + - 🖥️ Cross-platform: Supports Windows and macOS +Tags: +- album +- artist +- audio +- bilibili +- music +- player +- playlist +- song +- sound +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/c/Cteros/ENO-M/3.3.1/Cteros.ENO-M.locale.zh-CN.yaml b/manifests/c/Cteros/ENO-M/3.3.1/Cteros.ENO-M.locale.zh-CN.yaml new file mode 100644 index 000000000000..82ebd739186e --- /dev/null +++ b/manifests/c/Cteros/ENO-M/3.3.1/Cteros.ENO-M.locale.zh-CN.yaml @@ -0,0 +1,41 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Cteros.ENO-M +PackageVersion: 3.3.1 +PackageLocale: zh-CN +Publisher: meanc +PublisherUrl: https://github.com/Cteros +PublisherSupportUrl: https://github.com/Cteros/eno-m-desktop/issues +PackageName: ENO-M +PackageUrl: https://github.com/Cteros/eno-m-desktop +License: MIT +LicenseUrl: https://github.com/Cteros/eno-m-desktop/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 草鞋没号 +ShortDescription: 基于 Bilibili 的高颜值桌面音乐播放器 +Description: |- + 基于 Bilibili 的高颜值桌面音乐播放器 + ✨ Features + - 🎵 Bilibili 音乐播放:直接播放 B 站音频和视频内容 + - 📺 视频模式:支持悬浮窗和侧边栏视频播放 + - ❤️ 收藏夹同步:登录后可管理 B 站收藏夹 + - 🎨 歌单海报生成:自定义生成精美歌单海报 + - 🎚️ EQ 均衡器:内置多种音效预设(Pop, Rock, Jazz 等) + - 🔍 搜索:支持关键词和 BV 号搜索 + - 🖥️ 跨平台:支持 Windows 和 macOS +Tags: +- b站 +- 专辑 +- 哔哩哔哩 +- 播放器 +- 歌单 +- 歌手 +- 歌曲 +- 音乐 +- 音频 +ReleaseNotes: |- + - fix: 搜索 + - chore: release v3.3.1 +ReleaseNotesUrl: https://github.com/Cteros/eno-m-desktop/releases/tag/v3.3.1 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/c/Cteros/ENO-M/3.3.1/Cteros.ENO-M.yaml b/manifests/c/Cteros/ENO-M/3.3.1/Cteros.ENO-M.yaml new file mode 100644 index 000000000000..8d5836cbd768 --- /dev/null +++ b/manifests/c/Cteros/ENO-M/3.3.1/Cteros.ENO-M.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Cteros.ENO-M +PackageVersion: 3.3.1 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/d/dongdongbh/Mindwtr/0.9.4/dongdongbh.Mindwtr.installer.yaml b/manifests/d/dongdongbh/Mindwtr/0.9.4/dongdongbh.Mindwtr.installer.yaml new file mode 100644 index 000000000000..fa1e0c66ed03 --- /dev/null +++ b/manifests/d/dongdongbh/Mindwtr/0.9.4/dongdongbh.Mindwtr.installer.yaml @@ -0,0 +1,28 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json +PackageIdentifier: dongdongbh.Mindwtr +PackageVersion: 0.9.4 +InstallerLocale: en-US +InstallerType: nullsoft +Scope: user +InstallModes: + - interactive + - silent + - silentWithProgress +InstallerSwitches: + Silent: /S /CURRENTUSER + SilentWithProgress: /S /CURRENTUSER +UpgradeBehavior: install +Commands: + - mindwtr +ProductCode: Mindwtr +ReleaseDate: 2026-05-23 +AppsAndFeaturesEntries: + - ProductCode: Mindwtr +InstallationMetadata: + DefaultInstallLocation: '%LOCALAPPDATA%\Programs\Mindwtr' +Installers: + - Architecture: x64 + InstallerUrl: https://github.com/dongdongbh/Mindwtr/releases/download/v0.9.4/mindwtr_0.9.4_x64-setup.exe + InstallerSha256: c5f6d79ca729183b96f5cc124bf780c7dfdf37751681fbd2d15e0ac27d885d2f +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/d/dongdongbh/Mindwtr/0.9.4/dongdongbh.Mindwtr.locale.en-US.yaml b/manifests/d/dongdongbh/Mindwtr/0.9.4/dongdongbh.Mindwtr.locale.en-US.yaml new file mode 100644 index 000000000000..3d0ce85035e0 --- /dev/null +++ b/manifests/d/dongdongbh/Mindwtr/0.9.4/dongdongbh.Mindwtr.locale.en-US.yaml @@ -0,0 +1,29 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json +PackageIdentifier: dongdongbh.Mindwtr +PackageVersion: 0.9.4 +PackageLocale: en-US +Publisher: dongdongbh +PublisherUrl: https://github.com/dongdongbh +PublisherSupportUrl: https://github.com/dongdongbh/Mindwtr/issues +Author: dongdongbh +PackageName: Mindwtr +PackageUrl: https://github.com/dongdongbh/Mindwtr +License: AGPL-3.0 +LicenseUrl: https://github.com/dongdongbh/Mindwtr/blob/HEAD/LICENSE +ShortDescription: A complete Getting Things Done (GTD) productivity system. +Description: A complete Getting Things Done (GTD) productivity system. +Moniker: mindwtr +Tags: + - cross-platform + - getting-things-done + - gtd + - gtd-applications + - gtd-workflow + - personal-management + - productivity + - second-brain + - task-management + - todo-app +ReleaseNotesUrl: https://github.com/dongdongbh/Mindwtr/releases/tag/v0.9.4 +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/d/dongdongbh/Mindwtr/0.9.4/dongdongbh.Mindwtr.locale.zh-CN.yaml b/manifests/d/dongdongbh/Mindwtr/0.9.4/dongdongbh.Mindwtr.locale.zh-CN.yaml new file mode 100644 index 000000000000..6b0f716fc23b --- /dev/null +++ b/manifests/d/dongdongbh/Mindwtr/0.9.4/dongdongbh.Mindwtr.locale.zh-CN.yaml @@ -0,0 +1,29 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json +PackageIdentifier: dongdongbh.Mindwtr +PackageVersion: 0.9.4 +PackageLocale: zh-CN +Publisher: dongdongbh +PublisherUrl: https://github.com/dongdongbh +PublisherSupportUrl: https://github.com/dongdongbh/Mindwtr/issues +Author: dongdongbh +PackageName: Mindwtr +PackageUrl: https://github.com/dongdongbh/Mindwtr +License: AGPL-3.0 +LicenseUrl: https://github.com/dongdongbh/Mindwtr/blob/HEAD/LICENSE +ShortDescription: 完整的 GTD(搞定)任务管理系统。 +Description: 完整的 GTD(搞定)任务管理系统。 +Moniker: mindwtr +Tags: + - cross-platform + - getting-things-done + - gtd + - gtd-applications + - gtd-workflow + - personal-management + - productivity + - second-brain + - task-management + - todo-app +ReleaseNotesUrl: https://github.com/dongdongbh/Mindwtr/releases/tag/v0.9.4 +ManifestType: locale +ManifestVersion: 1.10.0 diff --git a/manifests/d/dongdongbh/Mindwtr/0.9.4/dongdongbh.Mindwtr.yaml b/manifests/d/dongdongbh/Mindwtr/0.9.4/dongdongbh.Mindwtr.yaml new file mode 100644 index 000000000000..7c0cabd3075a --- /dev/null +++ b/manifests/d/dongdongbh/Mindwtr/0.9.4/dongdongbh.Mindwtr.yaml @@ -0,0 +1,6 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json +PackageIdentifier: dongdongbh.Mindwtr +PackageVersion: 0.9.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/e/eddacraft/anvil/0.7.1-beta/eddacraft.anvil.installer.yaml b/manifests/e/eddacraft/anvil/0.7.1-beta/eddacraft.anvil.installer.yaml new file mode 100644 index 000000000000..36c261daf5e3 --- /dev/null +++ b/manifests/e/eddacraft/anvil/0.7.1-beta/eddacraft.anvil.installer.yaml @@ -0,0 +1,18 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: eddacraft.anvil +PackageVersion: '0.7.1-beta' +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: + - RelativeFilePath: anvil.exe + PortableCommandAlias: anvil +Installers: + - Architecture: x64 + InstallerUrl: 'https://github.com/eddacraft/anvil/releases/download/v0.7.1-beta/eddacraft-anvil-x86_64-pc-windows-msvc.zip' + InstallerSha256: '640C09E775C1FEAB9C4F3A225FB711868D2728D7C47637A5C67DF3256F119483' + - Architecture: arm64 + InstallerUrl: 'https://github.com/eddacraft/anvil/releases/download/v0.7.1-beta/eddacraft-anvil-aarch64-pc-windows-msvc.zip' + InstallerSha256: 'BEAFEF7D7B2FBBC2010F99306E79E75189A39913363B105190930281CB01F724' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/e/eddacraft/anvil/0.7.1-beta/eddacraft.anvil.locale.en-US.yaml b/manifests/e/eddacraft/anvil/0.7.1-beta/eddacraft.anvil.locale.en-US.yaml new file mode 100644 index 000000000000..fde24216924e --- /dev/null +++ b/manifests/e/eddacraft/anvil/0.7.1-beta/eddacraft.anvil.locale.en-US.yaml @@ -0,0 +1,18 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: eddacraft.anvil +PackageVersion: '0.7.1-beta' +PackageLocale: en-US +Publisher: eddacraft +PublisherUrl: https://eddacraft.ai +PackageName: Anvil +PackageUrl: https://github.com/eddacraft/anvil +License: Proprietary +ShortDescription: Deterministic guardrails for AI-assisted development workflows +Tags: + - ai + - cli + - developer-tools + - guardrails +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/e/eddacraft/anvil/0.7.1-beta/eddacraft.anvil.yaml b/manifests/e/eddacraft/anvil/0.7.1-beta/eddacraft.anvil.yaml new file mode 100644 index 000000000000..e88c6461f6e1 --- /dev/null +++ b/manifests/e/eddacraft/anvil/0.7.1-beta/eddacraft.anvil.yaml @@ -0,0 +1,7 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: eddacraft.anvil +PackageVersion: '0.7.1-beta' +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/g/GAM-Team/gam/7.43.10/GAM-Team.gam.installer.yaml b/manifests/g/GAM-Team/gam/7.43.10/GAM-Team.gam.installer.yaml new file mode 100644 index 000000000000..299ea6c2956e --- /dev/null +++ b/manifests/g/GAM-Team/gam/7.43.10/GAM-Team.gam.installer.yaml @@ -0,0 +1,24 @@ +# Created with WinGet Updater using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: GAM-Team.gam +PackageVersion: 7.43.10 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +ProductCode: '{D86B52B2-EFE9-4F9D-8BA3-9D84B9B2D319}_is1' +ReleaseDate: 2026-05-23 +AppsAndFeaturesEntries: +- ProductCode: '{D86B52B2-EFE9-4F9D-8BA3-9D84B9B2D319}_is1' +ElevationRequirement: elevatesSelf +InstallationMetadata: + DefaultInstallLocation: '%SystemDrive%\GAM7' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/GAM-team/GAM/releases/download/v7.43.10/gam-7.43.10-windows-x86_64.exe + InstallerSha256: C7EB4FA0470991C037AF8BE9518E6EF83144019B20B801FBBD9C1D8FF6CA9120 +- Architecture: arm64 + InstallerUrl: https://github.com/GAM-team/GAM/releases/download/v7.43.10/gam-7.43.10-windows-arm64.exe + InstallerSha256: FE3709A58F3821E24B68FFC38C212F4BAEA7AF33DB46BA965FB86F3E26793EF2 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/g/GAM-Team/gam/7.43.10/GAM-Team.gam.locale.en-US.yaml b/manifests/g/GAM-Team/gam/7.43.10/GAM-Team.gam.locale.en-US.yaml new file mode 100644 index 000000000000..a37c31012850 --- /dev/null +++ b/manifests/g/GAM-Team/gam/7.43.10/GAM-Team.gam.locale.en-US.yaml @@ -0,0 +1,41 @@ +# Created with WinGet Updater using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: GAM-Team.gam +PackageVersion: 7.43.10 +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 +LicenseUrl: https://github.com/GAM-team/GAM/blob/HEAD/LICENSE +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 +ReleaseNotes: |- + - 7.43.10 + Updated gam forward message|thread [recipient|to] to not forward messages + to the Bcc recipients of the original message. + Fixed bug in gam forward message|thread [recipient|to] addorigfieldstosubject + where the recipient of the forwarded message was added to the subject line instead of the recipient of the original message. + - See Update History +ReleaseNotesUrl: https://github.com/GAM-team/GAM/releases/tag/v7.43.10 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/GAM-team/GAM/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/GAM-Team/gam/7.43.10/GAM-Team.gam.yaml b/manifests/g/GAM-Team/gam/7.43.10/GAM-Team.gam.yaml new file mode 100644 index 000000000000..a912cb2435fe --- /dev/null +++ b/manifests/g/GAM-Team/gam/7.43.10/GAM-Team.gam.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Updater using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: GAM-Team.gam +PackageVersion: 7.43.10 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/g/Giorgiotani/Peazip/11.1.0/Giorgiotani.Peazip.installer.yaml b/manifests/g/Giorgiotani/Peazip/11.1.0/Giorgiotani.Peazip.installer.yaml new file mode 100644 index 000000000000..34dbef846fb5 --- /dev/null +++ b/manifests/g/Giorgiotani/Peazip/11.1.0/Giorgiotani.Peazip.installer.yaml @@ -0,0 +1,85 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Giorgiotani.Peazip +PackageVersion: 11.1.0 +InstallModes: +- interactive +- silent +- silentWithProgress +FileExtensions: +- 7z +- ace +- arc +- bz2 +- cab +- gz +- iso +- lpaq +- lzma +- paq +- pea +- rar +- tar +- taz +- tbz +- tgz +- udf +- wim +- wrc +- xz +- zip +- zipx +- zpaq +ReleaseDate: 2026-05-11 +Installers: +- Architecture: x64 + InstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: peazip_portable-11.1.0.WIN64/pea.exe + - RelativeFilePath: peazip_portable-11.1.0.WIN64/peazip.exe + InstallerUrl: https://github.com/peazip/PeaZip/releases/download/11.1.0/peazip_portable-11.1.0.WIN64.zip + InstallerSha256: 2DA2D2648EADF22E6FDFF935A1256CC232727D55687BA54B6ADE807EC3D573F7 + AppsAndFeaturesEntries: + - DisplayName: PeaZip (WIN64 portable) + ArchiveBinariesDependOnPath: true +- Architecture: neutral + InstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: peazip_portable-11.1.0.WINDOWS/pea.exe + - RelativeFilePath: peazip_portable-11.1.0.WINDOWS/peazip.exe + InstallerUrl: https://github.com/peazip/PeaZip/releases/download/11.1.0/peazip_portable-11.1.0.WINDOWS.zip + InstallerSha256: E0B235492B255FCB21E46FE360333CA73DC34195A1FC54E96AA738F02023FFB7 + AppsAndFeaturesEntries: + - DisplayName: PeaZip (x86 portable) + ArchiveBinariesDependOnPath: true +- InstallerLocale: en-US + Architecture: x86 + InstallerType: inno + Scope: machine + InstallerUrl: https://github.com/peazip/PeaZip/releases/download/11.1.0/peazip-11.1.0.WINDOWS.exe + InstallerSha256: 416BC73203C616EBDAF9CEA48E018D8C19B34C6175FD0B2C94C49625F519E53F + UpgradeBehavior: install + ProductCode: '{5A2BC38A-406C-4A5B-BF45-6991F9A05325}_is1' + AppsAndFeaturesEntries: + - DisplayName: PeaZip 11.1.0 + ProductCode: '{5A2BC38A-406C-4A5B-BF45-6991F9A05325}_is1' + ElevationRequirement: elevatesSelf + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\PeaZip' +- InstallerLocale: en-US + Architecture: x64 + InstallerType: inno + Scope: machine + InstallerUrl: https://github.com/peazip/PeaZip/releases/download/11.1.0/peazip-11.1.0.WIN64.exe + InstallerSha256: 36ED5EBF33568BFBB5B7A752A7C35F7852A3BCA605536A7D1D6A054037E804C1 + UpgradeBehavior: install + ProductCode: '{5A2BC38A-406C-4A5B-BF45-6991F9A05325}_is1' + AppsAndFeaturesEntries: + - DisplayName: PeaZip 11.1.0 (WIN64) + ProductCode: '{5A2BC38A-406C-4A5B-BF45-6991F9A05325}_is1' + ElevationRequirement: elevatesSelf + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\PeaZip' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/g/Giorgiotani/Peazip/11.1.0/Giorgiotani.Peazip.locale.en-US.yaml b/manifests/g/Giorgiotani/Peazip/11.1.0/Giorgiotani.Peazip.locale.en-US.yaml new file mode 100644 index 000000000000..e43dc08ccdaa --- /dev/null +++ b/manifests/g/Giorgiotani/Peazip/11.1.0/Giorgiotani.Peazip.locale.en-US.yaml @@ -0,0 +1,39 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Giorgiotani.Peazip +PackageVersion: 11.1.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/HEAD/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 +ReleaseNotes: |- + PeaZip 11.1.0 improves direct extraction from app's file manager, overhauling the "Extract to..." context menu group, with addition of last output path, and Bookmarks, Filesystem, and History submenus. + This release is focused on QOL enhancements and security fixes. + Backend are updated to 7z/p7zip 26.01, non-Windows alternative 7z/p7zip updated to Tino Reichardt's 7-Zip ZS 25.01, and Pea 1.31. + Sources are compiled with Lazarus 4.x, and are still compatible with Lazarus 3.x and 2.x. + 11 1screen The new, extended, Extract to menu branch. +ReleaseNotesUrl: https://github.com/peazip/PeaZip/releases/tag/11.1.0 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/peazip/PeaZip/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/Giorgiotani/Peazip/11.1.0/Giorgiotani.Peazip.yaml b/manifests/g/Giorgiotani/Peazip/11.1.0/Giorgiotani.Peazip.yaml new file mode 100644 index 000000000000..1e2487de2f1a --- /dev/null +++ b/manifests/g/Giorgiotani/Peazip/11.1.0/Giorgiotani.Peazip.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Giorgiotani.Peazip +PackageVersion: 11.1.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/g/ggml/llamacpp/b9294/ggml.llamacpp.installer.yaml b/manifests/g/ggml/llamacpp/b9294/ggml.llamacpp.installer.yaml new file mode 100644 index 000000000000..af284ad2ed3d --- /dev/null +++ b/manifests/g/ggml/llamacpp/b9294/ggml.llamacpp.installer.yaml @@ -0,0 +1,30 @@ +# Created with komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: ggml.llamacpp +PackageVersion: b9294 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: llama-batched-bench.exe +- RelativeFilePath: llama-bench.exe +- RelativeFilePath: llama-cli.exe +- RelativeFilePath: llama-gguf-split.exe +- RelativeFilePath: llama-imatrix.exe +- RelativeFilePath: llama-mtmd-cli.exe +- RelativeFilePath: llama-perplexity.exe +- RelativeFilePath: llama-quantize.exe +- RelativeFilePath: llama-server.exe +- RelativeFilePath: llama-tokenize.exe +- RelativeFilePath: llama-tts.exe +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ReleaseDate: 2026-05-23 +ArchiveBinariesDependOnPath: true +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/ggml-org/llama.cpp/releases/download/b9294/llama-b9294-bin-win-vulkan-x64.zip + InstallerSha256: 1AFF5B8159303B44A5570B85F99D730336935314DEC389F0857F992699F43D44 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/g/ggml/llamacpp/b9294/ggml.llamacpp.locale.en-US.yaml b/manifests/g/ggml/llamacpp/b9294/ggml.llamacpp.locale.en-US.yaml new file mode 100644 index 000000000000..8d271bbc9e9c --- /dev/null +++ b/manifests/g/ggml/llamacpp/b9294/ggml.llamacpp.locale.en-US.yaml @@ -0,0 +1,55 @@ +# Created with komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: ggml.llamacpp +PackageVersion: b9294 +PackageLocale: en-US +Publisher: ggml +PublisherUrl: https://github.com/ggml-org +PublisherSupportUrl: https://github.com/ggml-org/llama.cpp/issues +PackageName: llama.cpp +PackageUrl: https://github.com/ggml-org/llama.cpp +License: MIT +LicenseUrl: https://github.com/ggml-org/llama.cpp/blob/HEAD/LICENSE +ShortDescription: LLM inference in C/C++ +Tags: +- ggml +- llama +ReleaseNotes: |- + opencl: generalize Adreno MoE kernels on M (#23449) + macOS/iOS: + - macOS Apple Silicon (arm64) + - macOS Apple Silicon (arm64, KleidiAI enabled) + - macOS Intel (x64) + - iOS XCFramework + Linux: + - Ubuntu x64 (CPU) + - Ubuntu arm64 (CPU) + - Ubuntu s390x (CPU) + - Ubuntu x64 (Vulkan) + - Ubuntu arm64 (Vulkan) + - Ubuntu x64 (ROCm 7.2) + - Ubuntu x64 (OpenVINO) + - Ubuntu x64 (SYCL FP32) + - Ubuntu x64 (SYCL FP16) + Android: + - Android arm64 (CPU) + Windows: + - Windows x64 (CPU) + - Windows arm64 (CPU) + - Windows x64 (CUDA 12) - CUDA 12.4 DLLs + - Windows x64 (CUDA 13) - CUDA 13.1 DLLs + - Windows x64 (Vulkan) + - Windows x64 (SYCL) + - Windows x64 (HIP) + openEuler: + - openEuler x86 (310p) + - openEuler x86 (910b, ACL Graph) + - openEuler aarch64 (310p) + - openEuler aarch64 (910b, ACL Graph) +ReleaseNotesUrl: https://github.com/ggml-org/llama.cpp/releases/tag/b9294 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/ggml-org/llama.cpp/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/q/Quicken/Quicken/27.1.65.29/Quicken.Quicken.yaml b/manifests/g/ggml/llamacpp/b9294/ggml.llamacpp.yaml similarity index 74% rename from manifests/q/Quicken/Quicken/27.1.65.29/Quicken.Quicken.yaml rename to manifests/g/ggml/llamacpp/b9294/ggml.llamacpp.yaml index 6133acfdc59f..fd7d8aca1a4b 100644 --- a/manifests/q/Quicken/Quicken/27.1.65.29/Quicken.Quicken.yaml +++ b/manifests/g/ggml/llamacpp/b9294/ggml.llamacpp.yaml @@ -1,8 +1,8 @@ -# Created with komac v2.15.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: Quicken.Quicken -PackageVersion: 27.1.65.29 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.12.0 +# Created with komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: ggml.llamacpp +PackageVersion: b9294 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/h/HP/AnywarePCoIPClient/26.01.2/HP.AnywarePCoIPClient.installer.yaml b/manifests/h/HP/AnywarePCoIPClient/26.1.2.0/HP.AnywarePCoIPClient.installer.yaml similarity index 95% rename from manifests/h/HP/AnywarePCoIPClient/26.01.2/HP.AnywarePCoIPClient.installer.yaml rename to manifests/h/HP/AnywarePCoIPClient/26.1.2.0/HP.AnywarePCoIPClient.installer.yaml index 55bfe89ac98b..ddc8a7da25ea 100644 --- a/manifests/h/HP/AnywarePCoIPClient/26.01.2/HP.AnywarePCoIPClient.installer.yaml +++ b/manifests/h/HP/AnywarePCoIPClient/26.1.2.0/HP.AnywarePCoIPClient.installer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: HP.AnywarePCoIPClient -PackageVersion: 26.01.2 +PackageVersion: 26.1.2.0 InstallerType: nullsoft Scope: machine Protocols: diff --git a/manifests/h/HP/AnywarePCoIPClient/26.01.2/HP.AnywarePCoIPClient.locale.en-US.yaml b/manifests/h/HP/AnywarePCoIPClient/26.1.2.0/HP.AnywarePCoIPClient.locale.en-US.yaml similarity index 95% rename from manifests/h/HP/AnywarePCoIPClient/26.01.2/HP.AnywarePCoIPClient.locale.en-US.yaml rename to manifests/h/HP/AnywarePCoIPClient/26.1.2.0/HP.AnywarePCoIPClient.locale.en-US.yaml index 821e643723f8..f40a64d84814 100644 --- a/manifests/h/HP/AnywarePCoIPClient/26.01.2/HP.AnywarePCoIPClient.locale.en-US.yaml +++ b/manifests/h/HP/AnywarePCoIPClient/26.1.2.0/HP.AnywarePCoIPClient.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: HP.AnywarePCoIPClient -PackageVersion: 26.01.2 +PackageVersion: 26.1.2.0 PackageLocale: en-US Publisher: HP Development Company, L.P. PrivacyUrl: https://www.hp.com/us-en/privacy/privacy.html diff --git a/manifests/h/HP/AnywarePCoIPClient/26.01.2/HP.AnywarePCoIPClient.locale.zh-CN.yaml b/manifests/h/HP/AnywarePCoIPClient/26.1.2.0/HP.AnywarePCoIPClient.locale.zh-CN.yaml similarity index 94% rename from manifests/h/HP/AnywarePCoIPClient/26.01.2/HP.AnywarePCoIPClient.locale.zh-CN.yaml rename to manifests/h/HP/AnywarePCoIPClient/26.1.2.0/HP.AnywarePCoIPClient.locale.zh-CN.yaml index 3b06f9bd7a25..20e9d45a380d 100644 --- a/manifests/h/HP/AnywarePCoIPClient/26.01.2/HP.AnywarePCoIPClient.locale.zh-CN.yaml +++ b/manifests/h/HP/AnywarePCoIPClient/26.1.2.0/HP.AnywarePCoIPClient.locale.zh-CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: HP.AnywarePCoIPClient -PackageVersion: 26.01.2 +PackageVersion: 26.1.2.0 PackageLocale: zh-CN PublisherSupportUrl: https://support.hp.com/cn-zh PrivacyUrl: https://www.hp.com/cn-zh/privacy/privacy.html diff --git a/manifests/h/HP/AnywarePCoIPClient/26.01.2/HP.AnywarePCoIPClient.yaml b/manifests/h/HP/AnywarePCoIPClient/26.1.2.0/HP.AnywarePCoIPClient.yaml similarity index 90% rename from manifests/h/HP/AnywarePCoIPClient/26.01.2/HP.AnywarePCoIPClient.yaml rename to manifests/h/HP/AnywarePCoIPClient/26.1.2.0/HP.AnywarePCoIPClient.yaml index 587a936edf04..6c632475c9b5 100644 --- a/manifests/h/HP/AnywarePCoIPClient/26.01.2/HP.AnywarePCoIPClient.yaml +++ b/manifests/h/HP/AnywarePCoIPClient/26.1.2.0/HP.AnywarePCoIPClient.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: HP.AnywarePCoIPClient -PackageVersion: 26.01.2 +PackageVersion: 26.1.2.0 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/h/hellodigua/ChatLab/0.21.1/hellodigua.ChatLab.installer.yaml b/manifests/h/hellodigua/ChatLab/0.21.1/hellodigua.ChatLab.installer.yaml new file mode 100644 index 000000000000..09f6221a8ee9 --- /dev/null +++ b/manifests/h/hellodigua/ChatLab/0.21.1/hellodigua.ChatLab.installer.yaml @@ -0,0 +1,26 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: hellodigua.ChatLab +PackageVersion: 0.21.1 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: 5c93c6d5-cfd9-53ea-a37a-26c1e3d35c8d +ReleaseDate: 2026-05-23 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/ChatLab/ChatLab/releases/download/v0.21.1/ChatLab-0.21.1-setup.exe + InstallerSha256: 68E9E83F33EA9D53B63454A26F23A90D0BBB5F7E257FAF14FD1C7C34961A6F67 + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/ChatLab/ChatLab/releases/download/v0.21.1/ChatLab-0.21.1-setup.exe + InstallerSha256: 68E9E83F33EA9D53B63454A26F23A90D0BBB5F7E257FAF14FD1C7C34961A6F67 + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/h/hellodigua/ChatLab/0.21.1/hellodigua.ChatLab.locale.en-US.yaml b/manifests/h/hellodigua/ChatLab/0.21.1/hellodigua.ChatLab.locale.en-US.yaml new file mode 100644 index 000000000000..6c4bdb0e1157 --- /dev/null +++ b/manifests/h/hellodigua/ChatLab/0.21.1/hellodigua.ChatLab.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.12.0.schema.json + +PackageIdentifier: hellodigua.ChatLab +PackageVersion: 0.21.1 +PackageLocale: en-US +Publisher: digua +PublisherUrl: https://digua.moe/ +PublisherSupportUrl: https://github.com/hellodigua/ChatLab/issues +PackageName: ChatLab +PackageUrl: https://chatlab.fun/ +License: AGPL-3.0 +LicenseUrl: https://github.com/hellodigua/ChatLab/blob/HEAD/LICENSE +Copyright: Copyright © 2026 ChatLab +ShortDescription: 'A Local-first chat analysis tool: Relive your social memories powered by SQL and AI Agents.' +Description: |- + ChatLab is a free, open-source, and local-first application dedicated to analyzing chat records. Through an AI Agent and a flexible SQL engine, you can freely dissect, query, and even reconstruct your social data. + We refuse to upload your privacy to the cloud; instead, we bring powerful analytics directly to your computer. + Currently supported: Chat record analysis for LINE, WeChat, QQ, WhatsApp, Instagram and Discord. Upcoming support: Messenger, iMessage. + The project is still in early iteration, so there are many bugs and unfinished features. If you encounter any issues, feel free to provide feedback. + Core Features + - 🚀 Ultimate Performance: Utilizing stream computing and multi-threaded parallel architecture, it maintains fluid interaction and response even with millions of chat records. + - 🔒 Privacy Protection: Chat records and configurations are stored in your local database, and all analysis is performed locally (with the exception of AI features). + - 🤖 Intelligent AI Agent: Integrated with 10+ Function Calling tools and supporting dynamic scheduling to deeply excavate interesting insights from chat records. + - 📊 Multi-dimensional Data Visualization: Provides intuitive analysis charts for activity trends, time distribution patterns, member rankings, and more. + - 🧩 Format Standardization: Through a powerful data abstraction layer, it bridges the format differences between various chat applications, allowing any chat records to be analyzed. +Tags: +- chat +- chat-records +ReleaseNotesUrl: https://github.com/ChatLab/ChatLab/releases/tag/v0.21.1 +Documentations: +- DocumentLabel: User Guide + DocumentUrl: https://chatlab.fun/usage/how-to-export.html +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/h/hellodigua/ChatLab/0.21.1/hellodigua.ChatLab.locale.zh-CN.yaml b/manifests/h/hellodigua/ChatLab/0.21.1/hellodigua.ChatLab.locale.zh-CN.yaml new file mode 100644 index 000000000000..f8042b58c513 --- /dev/null +++ b/manifests/h/hellodigua/ChatLab/0.21.1/hellodigua.ChatLab.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.12.0.schema.json + +PackageIdentifier: hellodigua.ChatLab +PackageVersion: 0.21.1 +PackageLocale: zh-CN +PackageUrl: https://chatlab.fun/cn/ +ShortDescription: 本地化的聊天记录分析工具,通过 SQL 和 AI Agent 回顾你的社交记忆。 +Description: |- + ChatLab 是一个免费、开源、本地化的,专注于分析聊天记录的应用。通过 AI Agent 和灵活的 SQL 引擎,你可以自由地拆解、查询甚至重构你的社交数据。 + 目前已支持: WhatsApp、LINE、微信、QQ、Discord、Instagram 的聊天记录分析,即将支持: iMessage、Messenger、Kakao Talk。 + 核心特性 + - 🚀 极致性能:使用流式计算与多线程并行架构,就算是百万条级别的聊天记录,依然拥有丝滑交互和响应。 + - 🔒 保护隐私:聊天记录和配置都存在你的本地数据库,所有分析都在本地进行(AI 功能例外)。 + - 🤖 智能 AI Agent:集成 10+ Function Calling 工具,支持动态调度,深度挖掘聊天记录中的更多有趣。 + - 📊 多维数据可视化:提供活跃度趋势、时间规律分布、成员排行等多个维度的直观分析图表。 + - 🧩 格式标准化:通过强大的数据抽象层,抹平不同聊天软件的格式差异,任何聊天记录都能分析。 +Tags: +- 聊天 +- 聊天记录 +ReleaseNotes: |- + What's New + Improve pull sync reliability and data safety, add an option to clean up imported chats when removing subscriptions, and fix UI animation and modal interaction issues. + 更新内容 + 优化同步拉取可靠性与数据安全性,新增移除订阅时清理聊天记录选项,并修复 UI 动画和弹窗交互问题。 +ReleaseNotesUrl: https://github.com/hellodigua/ChatLab/releases/tag/v0.9.3 +Documentations: +- DocumentLabel: 用户手册 + DocumentUrl: https://chatlab.fun/cn/usage/how-to-export.html +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/h/hellodigua/ChatLab/0.21.1/hellodigua.ChatLab.yaml b/manifests/h/hellodigua/ChatLab/0.21.1/hellodigua.ChatLab.yaml new file mode 100644 index 000000000000..231236c2c810 --- /dev/null +++ b/manifests/h/hellodigua/ChatLab/0.21.1/hellodigua.ChatLab.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: hellodigua.ChatLab +PackageVersion: 0.21.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/j/Jackett/Jackett/0.24.1916/Jackett.Jackett.installer.yaml b/manifests/j/Jackett/Jackett/0.24.1916/Jackett.Jackett.installer.yaml new file mode 100644 index 000000000000..95c0e533e098 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.24.1916/Jackett.Jackett.installer.yaml @@ -0,0 +1,26 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.24.1916 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: '{C2A9FC00-AA48-4F17-9A72-62FBCEE2785B}_is1' +ReleaseDate: 2026-05-22 +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.24.1916/Jackett.Installer.Windows.exe + InstallerSha256: B93F2A8BEFF41B4EB442A2358D2465C225C247A26C179090DC00BA03AFC7449C +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/j/Jackett/Jackett/0.24.1916/Jackett.Jackett.locale.en-US.yaml b/manifests/j/Jackett/Jackett/0.24.1916/Jackett.Jackett.locale.en-US.yaml new file mode 100644 index 000000000000..37b5d2ae3cf2 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.24.1916/Jackett.Jackett.locale.en-US.yaml @@ -0,0 +1,40 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.24.1916 +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: + - 576b3e7 torrentproject2: drop *bay.st alt domain resolves #9334 + - 1061545 sextorrent: add movies and tv modes and update cats. resolves #16182 + This list of changes was auto generated. +ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.24.1916 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/j/Jackett/Jackett/0.24.1916/Jackett.Jackett.yaml b/manifests/j/Jackett/Jackett/0.24.1916/Jackett.Jackett.yaml new file mode 100644 index 000000000000..8e1c738f9c05 --- /dev/null +++ b/manifests/j/Jackett/Jackett/0.24.1916/Jackett.Jackett.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Jackett.Jackett +PackageVersion: 0.24.1916 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/l/LutzRoeder/Netron/9.0.9/LutzRoeder.Netron.installer.yaml b/manifests/l/LutzRoeder/Netron/9.0.9/LutzRoeder.Netron.installer.yaml new file mode 100644 index 000000000000..85a089b30957 --- /dev/null +++ b/manifests/l/LutzRoeder/Netron/9.0.9/LutzRoeder.Netron.installer.yaml @@ -0,0 +1,100 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +PackageIdentifier: LutzRoeder.Netron +PackageVersion: 9.0.9 +Platform: +- Windows.Desktop +InstallModes: +- silent +- silentWithProgress +Installers: +- Architecture: x86 + Scope: user + InstallerType: nullsoft + InstallerUrl: https://github.com/lutzroeder/netron/releases/download/v9.0.9/Netron-Setup-9.0.9.exe + InstallerSha256: 6324D9AC366EB24BAFB0804661E4CB9F87982BED691E1F979557E9DBE77BCAB0 + InstallerLocale: en-US + InstallerSwitches: + Custom: /NORESTART + UpgradeBehavior: install +- Architecture: arm64 + Scope: user + InstallerType: nullsoft + InstallerUrl: https://github.com/lutzroeder/netron/releases/download/v9.0.9/Netron-Setup-9.0.9.exe + InstallerSha256: 6324D9AC366EB24BAFB0804661E4CB9F87982BED691E1F979557E9DBE77BCAB0 + InstallerLocale: en-US + InstallerSwitches: + Custom: /NORESTART + UpgradeBehavior: install +FileExtensions: +- armnn +- caffemodel +- circle +- ckpt +- cmf +- dlc +- dnn +- espdl +- gguf +- h5 +- hd5 +- hdf5 +- hn +- jax_export +- jax_exported +- kann +- keras +- kgraph +- kmodel +- lite +- litertlm +- mar +- maxviz +- meta +- mge +- mindir +- mlir +- mlirbc +- mlmodel +- mlnet +- mlpackage +- mnn +- model +- nb +- ngf +- nn +- nnp +- npy +- npz +- om +- onnx +- ort +- paddle +- param +- pb +- pbtxt +- pdiparams +- pdmodel +- pdopt +- pdparams +- pickle +- pkl +- prototxt +- pt +- pt2 +- pte +- pth +- ptl +- rknn +- safetensors +- t7 +- tfl +- tflite +- tm +- tmfile +- tnnproto +- torchscript +- tosa +- uff +- xmodel +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/l/LutzRoeder/Netron/9.0.9/LutzRoeder.Netron.locale.en-US.yaml b/manifests/l/LutzRoeder/Netron/9.0.9/LutzRoeder.Netron.locale.en-US.yaml new file mode 100644 index 000000000000..4542366bbb21 --- /dev/null +++ b/manifests/l/LutzRoeder/Netron/9.0.9/LutzRoeder.Netron.locale.en-US.yaml @@ -0,0 +1,22 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +PackageIdentifier: LutzRoeder.Netron +PackageVersion: 9.0.9 +PackageName: Netron +PackageLocale: en-US +PackageUrl: https://github.com/lutzroeder/netron +Publisher: Lutz Roeder +PublisherUrl: https://github.com/lutzroeder/netron +PublisherSupportUrl: https://github.com/lutzroeder/netron/issues +Author: Lutz Roeder +License: MIT +Copyright: Copyright (c) Lutz Roeder +CopyrightUrl: https://github.com/lutzroeder/netron/blob/main/LICENSE +ShortDescription: Visualizer for neural network, deep learning, and machine learning models +Description: Visualizer for neural network, deep learning, and machine learning models +Moniker: netron +Tags: +- machine-learning +- deep-learning +- neural-network +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/l/LutzRoeder/Netron/9.0.9/LutzRoeder.Netron.yaml b/manifests/l/LutzRoeder/Netron/9.0.9/LutzRoeder.Netron.yaml new file mode 100644 index 000000000000..6255495eba9b --- /dev/null +++ b/manifests/l/LutzRoeder/Netron/9.0.9/LutzRoeder.Netron.yaml @@ -0,0 +1,6 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +PackageIdentifier: LutzRoeder.Netron +PackageVersion: 9.0.9 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/m/Microsoft/Azd/1.25.300/Microsoft.Azd.installer.yaml b/manifests/m/Microsoft/Azd/1.25.300/Microsoft.Azd.installer.yaml new file mode 100644 index 000000000000..53d14fcd6fa1 --- /dev/null +++ b/manifests/m/Microsoft/Azd/1.25.300/Microsoft.Azd.installer.yaml @@ -0,0 +1,17 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Microsoft.Azd +PackageVersion: 1.25.300 +InstallerLocale: en-US +InstallerType: wix +InstallerSwitches: + Custom: INSTALLEDBY="winget" +ProductCode: '{51A32BEB-5D09-4E78-B08C-52E5597F73DB}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/Azure/azure-dev/releases/download/azure-dev-cli_1.25.2/azd-windows-amd64.msi + InstallerSha256: 86326434077FA6ED2EF9F27AB65D885D0061B05C0B3E2DE579C7546872FA6506 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-05-23 diff --git a/manifests/m/Microsoft/Azd/1.25.300/Microsoft.Azd.locale.en-US.yaml b/manifests/m/Microsoft/Azd/1.25.300/Microsoft.Azd.locale.en-US.yaml new file mode 100644 index 000000000000..36a65882583b --- /dev/null +++ b/manifests/m/Microsoft/Azd/1.25.300/Microsoft.Azd.locale.en-US.yaml @@ -0,0 +1,28 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Microsoft.Azd +PackageVersion: 1.25.300 +PackageLocale: en-US +Publisher: Microsoft Corporation +PublisherUrl: https://github.com/Azure/azure-dev/ +PublisherSupportUrl: https://github.com/Azure/azure-dev/issues +PrivacyUrl: https://go.microsoft.com/fwlink/?LinkId=521839 +PackageName: Azure Developer CLI +PackageUrl: https://github.com/Azure/azure-dev/releases/tag/azure-dev-cli_0.6.0-beta.2 +License: MIT License +LicenseUrl: https://github.com/Azure/azure-dev/blob/main/LICENSE +Copyright: Copyright 2022 (c) Microsoft Corporation. +ShortDescription: A developer CLI that accelerates the time it takes for you to get started on Azure. +Description: A developer CLI that accelerates the time it takes for you to get started on Azure. The Azure Developer CLI (azd) provides a set of developer-friendly commands that map to key stages in your workflow - code, build, deploy, monitor, repeat. +Moniker: azd +Tags: +- azure +- hacktoberfest +- microsoft +ReleaseNotesUrl: https://github.com/Azure/azure-dev/releases/tag/azure-dev-cli_1.25.2 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/Azure/azure-dev/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/Azd/1.25.300/Microsoft.Azd.yaml b/manifests/m/Microsoft/Azd/1.25.300/Microsoft.Azd.yaml new file mode 100644 index 000000000000..52b826f1019d --- /dev/null +++ b/manifests/m/Microsoft/Azd/1.25.300/Microsoft.Azd.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Microsoft.Azd +PackageVersion: 1.25.300 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SafetyScanner/1.451.54.0/Microsoft.SafetyScanner.installer.yaml b/manifests/m/Microsoft/SafetyScanner/1.451.54.0/Microsoft.SafetyScanner.installer.yaml new file mode 100644 index 000000000000..cbda115351da --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.451.54.0/Microsoft.SafetyScanner.installer.yaml @@ -0,0 +1,18 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Microsoft.SafetyScanner +PackageVersion: 1.451.54.0 +InstallerType: portable +Commands: +- safetyscanner +ReleaseDate: 2026-05-23 +Installers: +- Architecture: x86 + InstallerUrl: https://definitionupdates.microsoft.com/packages/content/msert.exe?packageType=Scanner&packageVersion=1.451.54.0&arch=x86 + InstallerSha256: 997C46875121C81555B58DAC1897FCF12801F52F3422271B175FBAC87DD2E137 +- Architecture: x64 + InstallerUrl: https://definitionupdates.microsoft.com/packages/content/msert.exe?packageType=Scanner&packageVersion=1.451.54.0&arch=amd64 + InstallerSha256: DBCA29A6FA7753807E6377B226D65125C00AF0235B82261D0434D51296296CCC +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SafetyScanner/1.451.54.0/Microsoft.SafetyScanner.locale.en-US.yaml b/manifests/m/Microsoft/SafetyScanner/1.451.54.0/Microsoft.SafetyScanner.locale.en-US.yaml new file mode 100644 index 000000000000..23f9d2298801 --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.451.54.0/Microsoft.SafetyScanner.locale.en-US.yaml @@ -0,0 +1,23 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Microsoft.SafetyScanner +PackageVersion: 1.451.54.0 +PackageLocale: en-US +Publisher: Microsoft Corporation +PackageName: Microsoft Safety Scanner +PackageUrl: https://learn.microsoft.com/en-us/defender-endpoint/safety-scanner-download +License: Proprietary +Copyright: © Microsoft Corporation. All rights reserved. +ShortDescription: A scan tool designed to find and remove malware from Windows computers. Download it and run a scan to find malware and try to reverse changes made by identified threats. +Description: |- + A scan tool designed to find and remove malware from Windows computers. Download it and run a scan to find malware and try to reverse changes made by identified threats. + + The tool uses the same security intelligence update definitions as (among others) Microsoft Defender Antivirus. Safety Scanner does however not have an internal definition update checker, but does get app updates every 3-4 hours. Thus, the Winget package may lag some days behind Windows Update + Microsoft Defender Antivirus. +Tags: +- microsoft-defender-antivirus +- microsoft-safety-scanner +- msert +- windows-security +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SafetyScanner/1.451.54.0/Microsoft.SafetyScanner.yaml b/manifests/m/Microsoft/SafetyScanner/1.451.54.0/Microsoft.SafetyScanner.yaml new file mode 100644 index 000000000000..0a2153b8c2a9 --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.451.54.0/Microsoft.SafetyScanner.yaml @@ -0,0 +1,8 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Microsoft.SafetyScanner +PackageVersion: 1.451.54.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SafetyScanner/1.451.55.0/Microsoft.SafetyScanner.installer.yaml b/manifests/m/Microsoft/SafetyScanner/1.451.55.0/Microsoft.SafetyScanner.installer.yaml new file mode 100644 index 000000000000..258c852f2648 --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.451.55.0/Microsoft.SafetyScanner.installer.yaml @@ -0,0 +1,18 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Microsoft.SafetyScanner +PackageVersion: 1.451.55.0 +InstallerType: portable +Commands: +- safetyscanner +ReleaseDate: 2026-05-23 +Installers: +- Architecture: x86 + InstallerUrl: https://definitionupdates.microsoft.com/packages/content/msert.exe?packageType=Scanner&packageVersion=1.451.55.0&arch=x86 + InstallerSha256: 76B72F0D93E26379464F008F640573417A120190C25E156C3FC1E16AFED4A110 +- Architecture: x64 + InstallerUrl: https://definitionupdates.microsoft.com/packages/content/msert.exe?packageType=Scanner&packageVersion=1.451.55.0&arch=amd64 + InstallerSha256: B7A0F876D95A860EE1F3AE030B1B186F62666916B56996E4E3C5571B6F1D995A +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SafetyScanner/1.451.55.0/Microsoft.SafetyScanner.locale.en-US.yaml b/manifests/m/Microsoft/SafetyScanner/1.451.55.0/Microsoft.SafetyScanner.locale.en-US.yaml new file mode 100644 index 000000000000..1848eda37be6 --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.451.55.0/Microsoft.SafetyScanner.locale.en-US.yaml @@ -0,0 +1,23 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Microsoft.SafetyScanner +PackageVersion: 1.451.55.0 +PackageLocale: en-US +Publisher: Microsoft Corporation +PackageName: Microsoft Safety Scanner +PackageUrl: https://learn.microsoft.com/en-us/defender-endpoint/safety-scanner-download +License: Proprietary +Copyright: © Microsoft Corporation. All rights reserved. +ShortDescription: A scan tool designed to find and remove malware from Windows computers. Download it and run a scan to find malware and try to reverse changes made by identified threats. +Description: |- + A scan tool designed to find and remove malware from Windows computers. Download it and run a scan to find malware and try to reverse changes made by identified threats. + + The tool uses the same security intelligence update definitions as (among others) Microsoft Defender Antivirus. Safety Scanner does however not have an internal definition update checker, but does get app updates every 3-4 hours. Thus, the Winget package may lag some days behind Windows Update + Microsoft Defender Antivirus. +Tags: +- microsoft-defender-antivirus +- microsoft-safety-scanner +- msert +- windows-security +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SafetyScanner/1.451.55.0/Microsoft.SafetyScanner.yaml b/manifests/m/Microsoft/SafetyScanner/1.451.55.0/Microsoft.SafetyScanner.yaml new file mode 100644 index 000000000000..42e15e14a313 --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.451.55.0/Microsoft.SafetyScanner.yaml @@ -0,0 +1,8 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Microsoft.SafetyScanner +PackageVersion: 1.451.55.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SafetyScanner/1.451.57.0/Microsoft.SafetyScanner.installer.yaml b/manifests/m/Microsoft/SafetyScanner/1.451.57.0/Microsoft.SafetyScanner.installer.yaml new file mode 100644 index 000000000000..c6abee9255b6 --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.451.57.0/Microsoft.SafetyScanner.installer.yaml @@ -0,0 +1,18 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Microsoft.SafetyScanner +PackageVersion: 1.451.57.0 +InstallerType: portable +Commands: +- safetyscanner +ReleaseDate: 2026-05-23 +Installers: +- Architecture: x86 + InstallerUrl: https://definitionupdates.microsoft.com/packages/content/msert.exe?packageType=Scanner&packageVersion=1.451.57.0&arch=x86 + InstallerSha256: 8590F327F4239550F800A7150969D5C73D9B476B2949148083A728A852F110EF +- Architecture: x64 + InstallerUrl: https://definitionupdates.microsoft.com/packages/content/msert.exe?packageType=Scanner&packageVersion=1.451.57.0&arch=amd64 + InstallerSha256: B4C7DA9CF0206CC2490AF0CC5CADB330A1DEC700D8BDBC067BBDC6E4AA73AEF8 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SafetyScanner/1.451.57.0/Microsoft.SafetyScanner.locale.en-US.yaml b/manifests/m/Microsoft/SafetyScanner/1.451.57.0/Microsoft.SafetyScanner.locale.en-US.yaml new file mode 100644 index 000000000000..279d44bef82c --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.451.57.0/Microsoft.SafetyScanner.locale.en-US.yaml @@ -0,0 +1,23 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Microsoft.SafetyScanner +PackageVersion: 1.451.57.0 +PackageLocale: en-US +Publisher: Microsoft Corporation +PackageName: Microsoft Safety Scanner +PackageUrl: https://learn.microsoft.com/en-us/defender-endpoint/safety-scanner-download +License: Proprietary +Copyright: © Microsoft Corporation. All rights reserved. +ShortDescription: A scan tool designed to find and remove malware from Windows computers. Download it and run a scan to find malware and try to reverse changes made by identified threats. +Description: |- + A scan tool designed to find and remove malware from Windows computers. Download it and run a scan to find malware and try to reverse changes made by identified threats. + + The tool uses the same security intelligence update definitions as (among others) Microsoft Defender Antivirus. Safety Scanner does however not have an internal definition update checker, but does get app updates every 3-4 hours. Thus, the Winget package may lag some days behind Windows Update + Microsoft Defender Antivirus. +Tags: +- microsoft-defender-antivirus +- microsoft-safety-scanner +- msert +- windows-security +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SafetyScanner/1.451.57.0/Microsoft.SafetyScanner.yaml b/manifests/m/Microsoft/SafetyScanner/1.451.57.0/Microsoft.SafetyScanner.yaml new file mode 100644 index 000000000000..4bdc5d0a5982 --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.451.57.0/Microsoft.SafetyScanner.yaml @@ -0,0 +1,8 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Microsoft.SafetyScanner +PackageVersion: 1.451.57.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/n/NGWIN/PicPick/7.5.0/NGWIN.PicPick.installer.yaml b/manifests/n/NGWIN/PicPick/7.5.0/NGWIN.PicPick.installer.yaml index 1126ca32c22e..125698e1b166 100644 --- a/manifests/n/NGWIN/PicPick/7.5.0/NGWIN.PicPick.installer.yaml +++ b/manifests/n/NGWIN/PicPick/7.5.0/NGWIN.PicPick.installer.yaml @@ -1,118 +1,118 @@ -# Created using wingetcreate 1.12.8.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: NGWIN.PicPick -PackageVersion: 7.5.0 -UpgradeBehavior: install -FileExtensions: -- 3fr -- all -- arw -- avcs -- bay -- bmp -- cam -- cr2 -- cr3 -- crw -- cs1 -- cur -- dc2 -- dcm -- dcr -- dcs -- dcx -- dds -- dib -- dic -- dicom -- dng -- emf -- erf -- fax -- fff -- g3f -- g3n -- gif -- hdp -- heic -- heics -- heif -- heifs -- icb -- ico -- iev -- iiq -- j2c -- j2k -- jfif -- jif -- jp2 -- jpc -- jpe -- jpeg -- jpg -- jxr -- k25 -- kdc -- lyr -- mdc -- mef -- mos -- mrw -- nef -- nrw -- orf -- pbm -- pcx -- pdf -- pef -- pgm -- pix -- png -- ppm -- psb -- psd -- ptx -- pxm -- pxn -- raf -- raw -- rdc -- rle -- rw2 -- rwl -- sr2 -- srf -- srw -- targa -- tga -- tif -- tiff -- v2 -- vda -- vst -- wbmp -- wdp -- webp -- wmf -- x3f -- xif -Installers: -- Architecture: x86 - InstallerType: nullsoft - Scope: machine - InstallerUrl: https://download.picpick.app/7.5.0/picpick_inst.exe - InstallerSha256: 7D513C991DAADCFA3C16E8C43B1BDA47504C518E7937B0817C6337776A0C4EFC - ProductCode: PicPick -- Architecture: x86 - InstallerType: zip - NestedInstallerType: portable - NestedInstallerFiles: - - RelativeFilePath: picpick.exe - PortableCommandAlias: picpick - InstallerUrl: https://download.picpick.app/7.5.0/picpick_portable.zip - InstallerSha256: 5BFFEA832372BC0C8740131158DCC7699227777E67665DB8F38A082747699D6D - ArchiveBinariesDependOnPath: true -ManifestType: installer -ManifestVersion: 1.12.0 +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: NGWIN.PicPick +PackageVersion: 7.5.0 +UpgradeBehavior: install +FileExtensions: +- 3fr +- all +- arw +- avcs +- bay +- bmp +- cam +- cr2 +- cr3 +- crw +- cs1 +- cur +- dc2 +- dcm +- dcr +- dcs +- dcx +- dds +- dib +- dic +- dicom +- dng +- emf +- erf +- fax +- fff +- g3f +- g3n +- gif +- hdp +- heic +- heics +- heif +- heifs +- icb +- ico +- iev +- iiq +- j2c +- j2k +- jfif +- jif +- jp2 +- jpc +- jpe +- jpeg +- jpg +- jxr +- k25 +- kdc +- lyr +- mdc +- mef +- mos +- mrw +- nef +- nrw +- orf +- pbm +- pcx +- pdf +- pef +- pgm +- pix +- png +- ppm +- psb +- psd +- ptx +- pxm +- pxn +- raf +- raw +- rdc +- rle +- rw2 +- rwl +- sr2 +- srf +- srw +- targa +- tga +- tif +- tiff +- v2 +- vda +- vst +- wbmp +- wdp +- webp +- wmf +- x3f +- xif +Installers: +- Architecture: x86 + InstallerType: nullsoft + Scope: machine + InstallerUrl: https://download.picpick.app/7.5.0/picpick_inst.exe + InstallerSha256: 7D513C991DAADCFA3C16E8C43B1BDA47504C518E7937B0817C6337776A0C4EFC + ProductCode: PicPick +- Architecture: x86 + InstallerType: zip + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: picpick.exe + PortableCommandAlias: picpick + InstallerUrl: https://download.picpick.app/7.5.0/picpick_portable.zip + InstallerSha256: 5BFFEA832372BC0C8740131158DCC7699227777E67665DB8F38A082747699D6D + ArchiveBinariesDependOnPath: true +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/n/NGWIN/PicPick/7.5.0/NGWIN.PicPick.locale.en-US.yaml b/manifests/n/NGWIN/PicPick/7.5.0/NGWIN.PicPick.locale.en-US.yaml index 2c12a0158caa..b0aa7030678f 100644 --- a/manifests/n/NGWIN/PicPick/7.5.0/NGWIN.PicPick.locale.en-US.yaml +++ b/manifests/n/NGWIN/PicPick/7.5.0/NGWIN.PicPick.locale.en-US.yaml @@ -1,27 +1,27 @@ -# Created using wingetcreate 1.12.8.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: NGWIN.PicPick -PackageVersion: 7.5.0 -PackageLocale: en-US -Publisher: NGWIN -PublisherUrl: https://picpick.app/ -PublisherSupportUrl: https://picpick.app/contact/ -PrivacyUrl: https://picpick.app/eula/ -PackageName: PicPick -PackageUrl: https://picpick.app/ -License: Freeware -LicenseUrl: https://picpick.app/eula/ -Copyright: Copyright© NGWIN All rights reserved. -ShortDescription: All-in-one design tool for everyone -Description: A full-featured screen capture and recording tool, intuitive image editor, color picker, color palette, pixel-ruler, protractor, crosshair, whiteboard and more. -Moniker: picpick -Tags: -- capture -- color-picker -- image -- picture -- screenshot -- scrolling-screenshot -ManifestType: defaultLocale -ManifestVersion: 1.12.0 +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: NGWIN.PicPick +PackageVersion: 7.5.0 +PackageLocale: en-US +Publisher: NGWIN +PublisherUrl: https://picpick.app/ +PublisherSupportUrl: https://picpick.app/contact/ +PrivacyUrl: https://picpick.app/eula/ +PackageName: PicPick +PackageUrl: https://picpick.app/ +License: Freeware +LicenseUrl: https://picpick.app/eula/ +Copyright: Copyright© NGWIN All rights reserved. +ShortDescription: All-in-one design tool for everyone +Description: A full-featured screen capture and recording tool, intuitive image editor, color picker, color palette, pixel-ruler, protractor, crosshair, whiteboard and more. +Moniker: picpick +Tags: +- capture +- color-picker +- image +- picture +- screenshot +- scrolling-screenshot +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/n/NGWIN/PicPick/7.5.0/NGWIN.PicPick.locale.zh-CN.yaml b/manifests/n/NGWIN/PicPick/7.5.0/NGWIN.PicPick.locale.zh-CN.yaml index 81bb6b334b2a..10976d61028a 100644 --- a/manifests/n/NGWIN/PicPick/7.5.0/NGWIN.PicPick.locale.zh-CN.yaml +++ b/manifests/n/NGWIN/PicPick/7.5.0/NGWIN.PicPick.locale.zh-CN.yaml @@ -1,24 +1,24 @@ -# Created using wingetcreate 1.12.8.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: NGWIN.PicPick -PackageVersion: 7.5.0 -PackageLocale: zh-CN -PublisherUrl: https://picpick.app/zh/ -PublisherSupportUrl: https://picpick.app/zh/contact/ -PrivacyUrl: https://picpick.app/zh/eula/ -PackageUrl: https://picpick.app/zh/ -License: 免费软件 -LicenseUrl: https://picpick.app/zh/eula/ -Copyright: 版权所有© NGWIN,保留所有权利 -ShortDescription: 一款适合所有人的全能设计工具 -Description: 一款全功能的屏幕截图工具,具有直观的图像编辑器、拾色器、调色板、像素标尺、量角器、瞄准线和白板等。 -Tags: -- 图像 -- 图片 -- 截图 -- 拾色器 -- 捕获 -- 滚动截图 -ManifestType: locale -ManifestVersion: 1.12.0 +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: NGWIN.PicPick +PackageVersion: 7.5.0 +PackageLocale: zh-CN +PublisherUrl: https://picpick.app/zh/ +PublisherSupportUrl: https://picpick.app/zh/contact/ +PrivacyUrl: https://picpick.app/zh/eula/ +PackageUrl: https://picpick.app/zh/ +License: 免费软件 +LicenseUrl: https://picpick.app/zh/eula/ +Copyright: 版权所有© NGWIN,保留所有权利 +ShortDescription: 一款适合所有人的全能设计工具 +Description: 一款全功能的屏幕截图工具,具有直观的图像编辑器、拾色器、调色板、像素标尺、量角器、瞄准线和白板等。 +Tags: +- 图像 +- 图片 +- 截图 +- 拾色器 +- 捕获 +- 滚动截图 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/n/NGWIN/PicPick/7.5.0/NGWIN.PicPick.yaml b/manifests/n/NGWIN/PicPick/7.5.0/NGWIN.PicPick.yaml index 121c280cc74d..880693dcdd4d 100644 --- a/manifests/n/NGWIN/PicPick/7.5.0/NGWIN.PicPick.yaml +++ b/manifests/n/NGWIN/PicPick/7.5.0/NGWIN.PicPick.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.12.8.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: NGWIN.PicPick -PackageVersion: 7.5.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.12.0 +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: NGWIN.PicPick +PackageVersion: 7.5.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/n/NetSentinel/NetSentinel/1.9.19/NetSentinel.NetSentinel.installer.yaml b/manifests/n/NetSentinel/NetSentinel/1.9.19/NetSentinel.NetSentinel.installer.yaml new file mode 100644 index 000000000000..4c6bb4fae553 --- /dev/null +++ b/manifests/n/NetSentinel/NetSentinel/1.9.19/NetSentinel.NetSentinel.installer.yaml @@ -0,0 +1,22 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: NetSentinel.NetSentinel +PackageVersion: 1.9.19 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /TASKS="!installookla" + SilentWithProgress: /SILENT /SUPPRESSMSGBOXES /NORESTART /TASKS="!installookla" + Log: /"{localappdata}\NetSentinel\install.log" +UpgradeBehavior: install +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/ossianericson/netsentinel/releases/download/v1.9.19/NetSentinel-Setup-1.9.19.exe + InstallerSha256: F60B2E34E6EC6FAFDCDD8E577215C7F285AEFCD8658C1C54C65B224DEB7947EC +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/n/NetSentinel/NetSentinel/1.9.19/NetSentinel.NetSentinel.locale.en-US.yaml b/manifests/n/NetSentinel/NetSentinel/1.9.19/NetSentinel.NetSentinel.locale.en-US.yaml new file mode 100644 index 000000000000..ad0f60564c22 --- /dev/null +++ b/manifests/n/NetSentinel/NetSentinel/1.9.19/NetSentinel.NetSentinel.locale.en-US.yaml @@ -0,0 +1,54 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: NetSentinel.NetSentinel +PackageVersion: 1.9.19 +PackageLocale: en-US +Publisher: NetSentinel Project +PublisherUrl: https://github.com/ossianericson/netsentinel +PublisherSupportUrl: https://github.com/ossianericson/netsentinel/issues +PackageName: NetSentinel +PackageUrl: https://github.com/ossianericson/netsentinel +License: MIT +LicenseUrl: https://raw.githubusercontent.com/ossianericson/netsentinel/main/LICENSE +ShortDescription: Network security scanner — rogue device detector, STP monitor, and connectivity analyser +Description: |- + NetSentinel is a one-stop network diagnostic and security tool for Windows. + It combines several tools that previously required separate utilities: + + • Device Fingerprinter — scans your LAN's ARP table and identifies every + device by MAC OUI, hostname, and device type (camera, smart speaker, router, etc.) + • Rogue Bridge Detector — captures 802.1D/RSTP BPDUs and flags any device + that steals the Root Bridge role and causes periodic 15-45 second outages. + • Broadcast Storm Analyser — measures broadcast/multicast packet rates and + identifies which device is flooding the network. + • IoT Behavioral Baseline — learns normal IoT traffic patterns and raises + an alert if your smart fridge starts port-scanning or talking to a C2 server. + • Root Cause Correlator — links trace results, storm data, and STP findings + into a single plain-English verdict with actionable remediation steps. + • Connection Stability Monitor — long-term background ping logger with + outage detection, jitter analysis, and a 24-hour stability score. + • TCP Port Scanner, OS Fingerprinter, CVE Lookup, DNS Leak Test, Speed Test, + ARP spoof detector, DHCP monitor, SNMP poller, and more. + + Most features require Administrator privileges for raw packet capture. + Install Npcap (https://npcap.com) for STP, Storm, and ARP modules. +Moniker: netsentinel +Tags: +- network +- security +- scanner +- rogue-device +- stp +- lan +- diagnostics +- iot +- monitoring +- arp +- broadcast-storm +- wifi +- dns +- port-scanner +ReleaseNotesUrl: https://github.com/ossianericson/netsentinel/releases/tag/v1.9.19 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/n/NetSentinel/NetSentinel/1.9.19/NetSentinel.NetSentinel.yaml b/manifests/n/NetSentinel/NetSentinel/1.9.19/NetSentinel.NetSentinel.yaml new file mode 100644 index 000000000000..e39e5ce2a89c --- /dev/null +++ b/manifests/n/NetSentinel/NetSentinel/1.9.19/NetSentinel.NetSentinel.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: NetSentinel.NetSentinel +PackageVersion: 1.9.19 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/n/NoVirusThanks/OSArmor/Personal/2.0.5.0/NoVirusThanks.OSArmor.Personal.installer.yaml b/manifests/n/NoVirusThanks/OSArmor/Personal/2.0.5.0/NoVirusThanks.OSArmor.Personal.installer.yaml deleted file mode 100644 index 65b8e01e574f..000000000000 --- a/manifests/n/NoVirusThanks/OSArmor/Personal/2.0.5.0/NoVirusThanks.OSArmor.Personal.installer.yaml +++ /dev/null @@ -1,25 +0,0 @@ -# Automatically updated by the winget bot at 2025/Jul/08 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json - -PackageIdentifier: NoVirusThanks.OSArmor.Personal -PackageVersion: 2.0.5.0 -InstallerLocale: en-US -InstallerType: inno -Scope: machine -InstallModes: -- interactive -- silent -- silentWithProgress -UpgradeBehavior: install -ProductCode: NoVirusThanks OSArmor_is1 -AppsAndFeaturesEntries: -- ProductCode: NoVirusThanks OSArmor_is1 -ElevationRequirement: elevatesSelf -InstallationMetadata: - DefaultInstallLocation: '%ProgramFiles%\NoVirusThanks\OSArmorDevSvc' -Installers: -- Architecture: x86 - InstallerUrl: https://downloads.osarmor.com/latest/osarmor-personal/setup - InstallerSha256: EAFB9C206532570CD140BC352B1971B934C07064C6F33D66682B99445CA75329 -ManifestType: installer -ManifestVersion: 1.10.0 diff --git a/manifests/n/NoVirusThanks/OSArmor/Personal/2.0.5.0/NoVirusThanks.OSArmor.Personal.locale.en-US.yaml b/manifests/n/NoVirusThanks/OSArmor/Personal/2.0.5.0/NoVirusThanks.OSArmor.Personal.locale.en-US.yaml deleted file mode 100644 index 0a2e6db6b9a2..000000000000 --- a/manifests/n/NoVirusThanks/OSArmor/Personal/2.0.5.0/NoVirusThanks.OSArmor.Personal.locale.en-US.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Automatically updated by the winget bot at 2025/Jul/08 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json - -PackageIdentifier: NoVirusThanks.OSArmor.Personal -PackageVersion: 2.0.5.0 -PackageLocale: en-US -Publisher: NoVirusThanks Company Srl -PublisherUrl: https://www.novirusthanks.com/company/ -PublisherSupportUrl: https://www.wilderssecurity.com/threads/novirusthanks-osarmor-an-additional-layer-of-defense.398859/page-99999 -PrivacyUrl: https://www.osarmor.com/terms/#tab2:~:text=Application -PackageName: NoVirusThanks OSArmor -PackageUrl: https://www.osarmor.com/download/ -License: Proprietary (ToS) -LicenseUrl: https://www.osarmor.com/terms/ -Copyright: (c) 2020-2025 NoVirusThanks™ Company Srl - All rights reserved -CopyrightUrl: https://www.osarmor.com/download/#:~:text=%C2%A9 -ShortDescription: Prevent Malware & Ransomware -Description: > - OSArmor is a Windows OS application that monitors and blocks suspicious processes behaviors to prevent infections by malware, ransomware, and other threats. This tool analyzes parent processes and prevents, for example, MS Word from running cmd.exe or powershell.exe. It prevents ransomware from deleting shadow copies of files via vssadmin.exe, blocks processes with double file extensions (i.e invoice.pdf.exe), blocks USB-spreading malware, and much more. It is lightweight, requires zero user input and protects your system while running in the background. In combination with OSArmor you can also use SysHardener to harden even more Windows OS settings. -ReleaseNotesUrl: https://www.osarmor.com/changelog/#:~:text=v2.0.4.0 -Agreements: -- AgreementLabel: Terms & Privacy Policy - AgreementUrl: https://www.osarmor.com/terms/#tab2:~:text=Application -Documentations: -- DocumentLabel: FAQs - DocumentUrl: https://www.osarmor.com/faqs/ -- DocumentLabel: Video Tutorials - DocumentUrl: https://www.osarmor.com/video-tutorials/ -PurchaseUrl: https://www.osarmor.com/pricing/ -ManifestType: defaultLocale -ManifestVersion: 1.10.0 diff --git a/manifests/p/PDFArranger/PDFArranger/1.14.0/PDFArranger.PDFArranger.installer.yaml b/manifests/p/PDFArranger/PDFArranger/1.14.0/PDFArranger.PDFArranger.installer.yaml new file mode 100644 index 000000000000..93b241961ddd --- /dev/null +++ b/manifests/p/PDFArranger/PDFArranger/1.14.0/PDFArranger.PDFArranger.installer.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: PDFArranger.PDFArranger +PackageVersion: 1.14.0 +InstallerType: msi +InstallModes: +- interactive +- silent +FileExtensions: +- pdf +ProductCode: '{C5940086-16DC-49FA-8202-8C1D2C898506}' +ReleaseDate: 2026-05-23 +AppsAndFeaturesEntries: +- ProductCode: '{C5940086-16DC-49FA-8202-8C1D2C898506}' + UpgradeCode: '{AB1752A6-575C-42E1-A261-B85CB8A6B524}' +Installers: +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/pdfarranger/pdfarranger/releases/download/1.14.0/pdfarranger-1.14.0-windows-installer.msi + InstallerSha256: 33BA1C3028CC81EB364B8EED288389FC8A4869C015CE817B9408A3D31E0E90B0 + InstallerSwitches: + Custom: ALLUSERS=1 +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/pdfarranger/pdfarranger/releases/download/1.14.0/pdfarranger-1.14.0-windows-installer.msi + InstallerSha256: 33BA1C3028CC81EB364B8EED288389FC8A4869C015CE817B9408A3D31E0E90B0 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/p/PDFArranger/PDFArranger/1.14.0/PDFArranger.PDFArranger.locale.en-US.yaml b/manifests/p/PDFArranger/PDFArranger/1.14.0/PDFArranger.PDFArranger.locale.en-US.yaml new file mode 100644 index 000000000000..fea87bdc3ac8 --- /dev/null +++ b/manifests/p/PDFArranger/PDFArranger/1.14.0/PDFArranger.PDFArranger.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.12.0.schema.json + +PackageIdentifier: PDFArranger.PDFArranger +PackageVersion: 1.14.0 +PackageLocale: en-US +Publisher: The PDF Arranger team +PublisherUrl: https://github.com/pdfarranger +PublisherSupportUrl: https://github.com/pdfarranger/pdfarranger/issues +PackageName: PDF Arranger +PackageUrl: https://github.com/pdfarranger/pdfarranger +License: GPL-3.0 +LicenseUrl: https://github.com/pdfarranger/pdfarranger/blob/main/COPYING +Copyright: Copyright (C) 2026 pdfarranger contributors +ShortDescription: Small python-gtk application, which helps the user to merge or split pdf documents and rotate, crop and rearrange their pages using an interactive and intuitive graphical interface. +Description: |- + PDF Arranger is a small python-gtk application, which helps the user to merge or split PDF documents and rotate, crop and rearrange their pages using an interactive and intuitive graphical interface. It is a front end for pikepdf. + PDF Arranger is a fork of Konstantinos Poulios’s PDF-Shuffler (see Savannah or Sourceforge). It’s a humble attempt to make the project a bit more active. +Tags: +- pdf +ReleaseNotes: |- + New / improved features: + - Zoom into one page with zoom fit #1352 + - Add A0, A1 and A2 paper sizes to insert blank page and page size dialog #1358 + - Move paper size first in insert blank page and page size dialog #1364 + - Rebuild PDF outlines on export (merge bookmarks etc) #1372 + - Add swap odd/even pages function #1388 + Fixes: + - Handle exit code when saving #1318 + - Sanitize language list in preferences dialog #1332 + - Add some missing internationalization #1338 + - Fix false "unsaved" state on accidental micro-drag #1365 + - Windows ZIP & MSI: Updated OpenSSL DLL files, (among others) #1350 +ReleaseNotesUrl: https://github.com/pdfarranger/pdfarranger/releases/tag/1.14.0 +Documentations: +- DocumentLabel: User Manual + DocumentUrl: https://github.com/pdfarranger/pdfarranger/wiki/User-Manual +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/p/PDFArranger/PDFArranger/1.14.0/PDFArranger.PDFArranger.locale.zh-CN.yaml b/manifests/p/PDFArranger/PDFArranger/1.14.0/PDFArranger.PDFArranger.locale.zh-CN.yaml new file mode 100644 index 000000000000..3efab8953dc8 --- /dev/null +++ b/manifests/p/PDFArranger/PDFArranger/1.14.0/PDFArranger.PDFArranger.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.12.0.schema.json + +PackageIdentifier: PDFArranger.PDFArranger +PackageVersion: 1.14.0 +PackageLocale: zh-CN +Publisher: The PDF Arranger team +PublisherUrl: https://github.com/pdfarranger +PublisherSupportUrl: https://github.com/pdfarranger/pdfarranger/issues +PackageName: PDF Arranger +PackageUrl: https://github.com/pdfarranger/pdfarranger +License: GPL-3.0 +LicenseUrl: https://github.com/pdfarranger/pdfarranger/blob/main/COPYING +Copyright: Copyright (C) 2026 pdfarranger contributors +ShortDescription: python-gtk 小程序,帮助用户合并或分割 PDF 文档,并通过直观的交互式图形界面旋转、裁剪和重新排列页面。 +Description: |- + PDF Arranger 是一个小型的 python-gtk 应用程序,帮助用户合并或分割 PDF 文档,并通过直观的交互式图形界面旋转、裁剪和重新排列页面。它是 pikepdf 的前端。 + PDF Arranger 是 Konstantinos Poulios 的 PDF-Shuffler 的一个 fork(见 Savannah 或 Sourceforge)。这只是一个微不足道的尝试,目的是让项目更活跃一些。 +Tags: +- pdf +ReleaseNotesUrl: https://github.com/pdfarranger/pdfarranger/releases/tag/1.14.0 +Documentations: +- DocumentLabel: 用户手册 + DocumentUrl: https://github.com/pdfarranger/pdfarranger/wiki/User-Manual +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/p/PDFArranger/PDFArranger/1.14.0/PDFArranger.PDFArranger.yaml b/manifests/p/PDFArranger/PDFArranger/1.14.0/PDFArranger.PDFArranger.yaml new file mode 100644 index 000000000000..6e2b10d64eb8 --- /dev/null +++ b/manifests/p/PDFArranger/PDFArranger/1.14.0/PDFArranger.PDFArranger.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: PDFArranger.PDFArranger +PackageVersion: 1.14.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/p/prasenjeet-symon/ogcode/0.5.0/prasenjeet-symon.ogcode.installer.yaml b/manifests/p/prasenjeet-symon/ogcode/0.5.0/prasenjeet-symon.ogcode.installer.yaml new file mode 100644 index 000000000000..fa9717de3f9c --- /dev/null +++ b/manifests/p/prasenjeet-symon/ogcode/0.5.0/prasenjeet-symon.ogcode.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.12.0.schema.json +PackageIdentifier: prasenjeet-symon.ogcode +PackageVersion: 0.5.0 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2026-05-23" +Installers: + - Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: ogcode.exe + PortableCommandAlias: ogcode + InstallerUrl: https://github.com/prasenjeet-symon/ogcode/releases/download/v0.5.0/ogcode_0.5.0_windows_arm64.zip + InstallerSha256: c2a29f8191789176aa44f0e3f7ae41a186540b854fa19fc60a985b0a0ed719d8 + UpgradeBehavior: uninstallPrevious + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: ogcode.exe + PortableCommandAlias: ogcode + InstallerUrl: https://github.com/prasenjeet-symon/ogcode/releases/download/v0.5.0/ogcode_0.5.0_windows_x86_64.zip + InstallerSha256: 1cd36a76a1139aca2d9eb3d39fd1b66928b7d38ce021c856546265e67e8e7a51 + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/p/prasenjeet-symon/ogcode/0.5.0/prasenjeet-symon.ogcode.locale.en-US.yaml b/manifests/p/prasenjeet-symon/ogcode/0.5.0/prasenjeet-symon.ogcode.locale.en-US.yaml new file mode 100644 index 000000000000..107a5a618967 --- /dev/null +++ b/manifests/p/prasenjeet-symon/ogcode/0.5.0/prasenjeet-symon.ogcode.locale.en-US.yaml @@ -0,0 +1,21 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json +PackageIdentifier: prasenjeet-symon.ogcode +PackageVersion: 0.5.0 +PackageLocale: en-US +Publisher: prasenjeet-symon +PublisherUrl: https://github.com/prasenjeet-symon +PublisherSupportUrl: https://github.com/prasenjeet-symon/ogcode/issues +PackageName: ogcode +PackageUrl: https://github.com/prasenjeet-symon/ogcode +License: MIT +LicenseUrl: https://github.com/prasenjeet-symon/ogcode/blob/main/LICENSE +ShortDescription: Agentic coding assistant with web UI +Description: ogcode is an agentic coding assistant with a web UI that helps you write, review, and manage code. +Moniker: ogcode +Tags: + - ogcode + - coding-assistant +ReleaseNotesUrl: https://github.com/prasenjeet-symon/ogcode/releases/tag/v0.5.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/p/prasenjeet-symon/ogcode/0.5.0/prasenjeet-symon.ogcode.yaml b/manifests/p/prasenjeet-symon/ogcode/0.5.0/prasenjeet-symon.ogcode.yaml new file mode 100644 index 000000000000..98ee6978e840 --- /dev/null +++ b/manifests/p/prasenjeet-symon/ogcode/0.5.0/prasenjeet-symon.ogcode.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.12.0.schema.json +PackageIdentifier: prasenjeet-symon.ogcode +PackageVersion: 0.5.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/q/Quicken/Quicken/27.1.65.29/Quicken.Quicken.installer.yaml b/manifests/q/Quicken/Quicken/27.1.65.29/Quicken.Quicken.installer.yaml deleted file mode 100644 index 5dd29eb6e953..000000000000 --- a/manifests/q/Quicken/Quicken/27.1.65.29/Quicken.Quicken.installer.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Created with komac v2.15.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Quicken.Quicken -PackageVersion: 27.1.65.29 -MinimumOSVersion: 10.0.0.0 -InstallerLocale: en-US -InstallerType: exe -Scope: machine -InstallModes: -- interactive -- silent -InstallerSwitches: - Silent: /s /a /s - SilentWithProgress: /s /a /s -UpgradeBehavior: install -ReleaseDate: 2025-12-19 -ProductCode: '{62D93E3E-2F8E-42BD-9343-896F4F0031D3}' -Dependencies: - PackageDependencies: - # This is required as Quicken uses WebView2, some OS versions don't ship with it. - - PackageIdentifier: Microsoft.EdgeWebView2Runtime -Installers: -- Architecture: x86 - InstallerUrl: https://download.quicken.com/windows/Quicken.exe - InstallerSha256: 481459E149F035E5D666288A80FFBC06DB93A01787E89A7CA2A3781D6C3828BA -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/q/Quicken/Quicken/27.1.65.29/Quicken.Quicken.locale.en-US.yaml b/manifests/q/Quicken/Quicken/27.1.65.29/Quicken.Quicken.locale.en-US.yaml deleted file mode 100644 index a679cc0a0446..000000000000 --- a/manifests/q/Quicken/Quicken/27.1.65.29/Quicken.Quicken.locale.en-US.yaml +++ /dev/null @@ -1,26 +0,0 @@ -# Created with komac v2.15.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Quicken.Quicken -PackageVersion: 27.1.65.29 -PackageLocale: en-US -Publisher: Quicken -PublisherUrl: https://www.intuit.com/ -PublisherSupportUrl: https://www.quicken.com/support -PrivacyUrl: https://www.quicken.com/privacy/us -Author: Quicken Inc. -PackageName: Quicken -PackageUrl: https://www.quicken.com/ -License: Proprietary -Copyright: Copyright (c) 2021 Quicken Inc. All rights reserved. -CopyrightUrl: https://www.quicken.com/terms-of-use -ShortDescription: > - Quicken is a personal finance management tool that can be used to record banking transactions, - planning a budget and tracking investments. -Moniker: quicken -Tags: -- money -- quicken -- qw -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/r/Raimersoft/RarmaRadio/2.77.9/Raimersoft.RarmaRadio.installer.yaml b/manifests/r/Raimersoft/RarmaRadio/2.77.9/Raimersoft.RarmaRadio.installer.yaml new file mode 100644 index 000000000000..9caffa5664c3 --- /dev/null +++ b/manifests/r/Raimersoft/RarmaRadio/2.77.9/Raimersoft.RarmaRadio.installer.yaml @@ -0,0 +1,26 @@ +# Automatically updated by the winget bot at 2026/May/23 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Raimersoft.RarmaRadio +PackageVersion: 2.77.9 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: RarmaRadio_is1 +ReleaseDate: 2025-08-22 +AppsAndFeaturesEntries: +- ProductCode: RarmaRadio_is1 +ElevationRequirement: elevatesSelf +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\RarmaRadio' +Installers: +- Architecture: x86 + InstallerUrl: https://www.raimersoft.com/downloads/rarmaradio_setup.exe + InstallerSha256: DACF3563C1B25C70DB800BCA81ABCF8F842882372DB91505B74B626E8E665ABF +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/r/Raimersoft/RarmaRadio/2.77.9/Raimersoft.RarmaRadio.locale.en-US.yaml b/manifests/r/Raimersoft/RarmaRadio/2.77.9/Raimersoft.RarmaRadio.locale.en-US.yaml new file mode 100644 index 000000000000..966212a250b7 --- /dev/null +++ b/manifests/r/Raimersoft/RarmaRadio/2.77.9/Raimersoft.RarmaRadio.locale.en-US.yaml @@ -0,0 +1,36 @@ +# Automatically updated by the winget bot at 2026/May/23 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Raimersoft.RarmaRadio +PackageVersion: 2.77.9 +PackageLocale: en-US +Publisher: RaimerSoft +PublisherUrl: https://www.raimersoft.com/ +PrivacyUrl: https://www.raimersoft.com/privacy_policy.html +Author: Raimersoft +PackageName: RarmaRadio +PackageUrl: https://www.raimersoft.com/php/rarmaradio.php +License: Proprietary +LicenseUrl: https://www.raimersoft.com/termsofuse.html +Copyright: Copyright 2007-2025 Raimersoft, All rights reserved. +ShortDescription: RarmaRadio is a radio application for Windows. It features a powerful radio search and a highly customizable interface. +Description: |- + RarmaRadio is a lightweight, user-friendly Internet radio player and recorder for Windows. It is designed for simplicity and efficiency, allowing users to easily discover, listen to, and record live audio streams from thousands of online radio stations. + + Key Features: + - Large Station Database: Includes a built-in directory of thousands of internet radio stations categorized by genre, language, and country. + - Recording Functionality: Allows users to record live streams and save them as MP3, WMA, OGG, or other audio formats for offline playback. + - Simple Interface: Features a clean, minimalistic interface that is easy to navigate, resembling a traditional radio. + - Favorites & Playlists: Supports saving favorite stations and creating custom playlists. + - Scheduling & Alarms: Enables users to schedule recordings or set alarms to wake up or fall asleep to radio. + - Low Resource Usage: Optimized to run efficiently without consuming significant system resources. + + 14-Day Free Trial: If you have not registered yet, the download runs as 14-day trial version free of charge. The trial is fully functional. +Tags: +- Player +- Radio +- Trial +PurchaseUrl: https://www.raimersoft.com/paddle/rarmaradio_buy.php +ReleaseNotesUrl: https://www.raimersoft.com/php/rarmaradio_release.php +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/r/Raimersoft/RarmaRadio/2.77.9/Raimersoft.RarmaRadio.yaml b/manifests/r/Raimersoft/RarmaRadio/2.77.9/Raimersoft.RarmaRadio.yaml new file mode 100644 index 000000000000..b04befa8308f --- /dev/null +++ b/manifests/r/Raimersoft/RarmaRadio/2.77.9/Raimersoft.RarmaRadio.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2026/May/23 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Raimersoft.RarmaRadio +PackageVersion: 2.77.9 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/r/raimo/Smallpdf/3.8.0.0/raimo.Smallpdf.installer.yaml b/manifests/r/raimo/Smallpdf/3.8.0.0/raimo.Smallpdf.installer.yaml new file mode 100644 index 000000000000..7a358a71cdc1 --- /dev/null +++ b/manifests/r/raimo/Smallpdf/3.8.0.0/raimo.Smallpdf.installer.yaml @@ -0,0 +1,22 @@ +# Automatically updated by the winget bot at 2026/May/23 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: raimo.Smallpdf +PackageVersion: 3.8.0.0 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: wix +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Installers: +- Architecture: x64 + InstallerUrl: https://download.smallpdf.com/desktop-windows/Smallpdf.msi + InstallerSha256: AEFCEB96EEC12856A0C5045DC5388B5B64675D66130C4265217732E41BED48AD + ProductCode: '{CF0EA234-B1A7-45AC-9AFF-4B7C0A264020}' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/r/raimo/Smallpdf/3.8.0.0/raimo.Smallpdf.locale.en-US.yaml b/manifests/r/raimo/Smallpdf/3.8.0.0/raimo.Smallpdf.locale.en-US.yaml new file mode 100644 index 000000000000..5258a6e4ed85 --- /dev/null +++ b/manifests/r/raimo/Smallpdf/3.8.0.0/raimo.Smallpdf.locale.en-US.yaml @@ -0,0 +1,22 @@ +# Automatically updated by the winget bot at 2026/May/23 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: raimo.Smallpdf +PackageVersion: 3.8.0.0 +PackageLocale: en-US +Publisher: Smallpdf AG +PublisherUrl: https://smallpdf.com +PublisherSupportUrl: https://smallpdf.com/support +PrivacyUrl: https://smallpdf.com/privacy +Author: raimo +PackageName: Smallpdf +PackageUrl: https://smallpdf.com +License: Proprietary +LicenseUrl: https://smallpdf.com/terms +Copyright: © 2021 Smallpdf AG — Made with ❤ for the people of the internet. +CopyrightUrl: https://smallpdf.com/terms +ShortDescription: > + Smallpdf is the first and only PDF software you’ll love. We have all the tools you’ll need to start, manage, and finish your work with digital documents. +PurchaseUrl: https://smallpdf.com/pricing +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/r/raimo/Smallpdf/3.8.0.0/raimo.Smallpdf.yaml b/manifests/r/raimo/Smallpdf/3.8.0.0/raimo.Smallpdf.yaml new file mode 100644 index 000000000000..6c532d6240e6 --- /dev/null +++ b/manifests/r/raimo/Smallpdf/3.8.0.0/raimo.Smallpdf.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2026/May/23 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: raimo.Smallpdf +PackageVersion: 3.8.0.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/s/SoftwareOK/Q-Dir/12.63/SoftwareOK.Q-Dir.installer.yaml b/manifests/s/SoftwareOK/Q-Dir/12.66/SoftwareOK.Q-Dir.installer.yaml similarity index 77% rename from manifests/s/SoftwareOK/Q-Dir/12.63/SoftwareOK.Q-Dir.installer.yaml rename to manifests/s/SoftwareOK/Q-Dir/12.66/SoftwareOK.Q-Dir.installer.yaml index 488eca56a543..860da9326669 100644 --- a/manifests/s/SoftwareOK/Q-Dir/12.63/SoftwareOK.Q-Dir.installer.yaml +++ b/manifests/s/SoftwareOK/Q-Dir/12.66/SoftwareOK.Q-Dir.installer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: SoftwareOK.Q-Dir -PackageVersion: "12.63" +PackageVersion: "12.66" InstallerType: zip NestedInstallerType: exe InstallModes: @@ -15,20 +15,20 @@ InstallerSuccessCodes: - 1 UpgradeBehavior: install ProductCode: Q-Dir -ReleaseDate: 2026-05-10 +ReleaseDate: 2026-05-23 Installers: - Architecture: x86 NestedInstallerFiles: - RelativeFilePath: Q-Dir_Installer_UC.exe Scope: user InstallerUrl: https://www.softwareok.com/Download/Q-Dir_Installer.zip - InstallerSha256: 84A7B481BF63B9A31F565BBA50EF622F052756FC36ACD014F68A267DE89C9F7E + InstallerSha256: BE59B5E94ADEB5FBE31041ABE7D2AC57A39103796B0A64FE9BD85E360F28E6E1 - Architecture: x86 NestedInstallerFiles: - RelativeFilePath: Q-Dir_Installer_UC.exe Scope: machine InstallerUrl: https://www.softwareok.com/Download/Q-Dir_Installer.zip - InstallerSha256: 84A7B481BF63B9A31F565BBA50EF622F052756FC36ACD014F68A267DE89C9F7E + InstallerSha256: BE59B5E94ADEB5FBE31041ABE7D2AC57A39103796B0A64FE9BD85E360F28E6E1 InstallerSwitches: Custom: forall ElevationRequirement: elevatesSelf @@ -37,13 +37,13 @@ Installers: - RelativeFilePath: Q-Dir_Installer_x64.exe Scope: user InstallerUrl: https://www.softwareok.com/Download/Q-Dir_Installer_x64.zip - InstallerSha256: 83BB5984840A9C8A935EB38CE1837BF2AA8ED823F61FD0A95434413FB64AC297 + InstallerSha256: E35FFDBFF02107063346C8703ACC4DAE1324C9D720EA4389FA9A490C1266098D - Architecture: x64 NestedInstallerFiles: - RelativeFilePath: Q-Dir_Installer_x64.exe Scope: machine InstallerUrl: https://www.softwareok.com/Download/Q-Dir_Installer_x64.zip - InstallerSha256: 83BB5984840A9C8A935EB38CE1837BF2AA8ED823F61FD0A95434413FB64AC297 + InstallerSha256: E35FFDBFF02107063346C8703ACC4DAE1324C9D720EA4389FA9A490C1266098D InstallerSwitches: Custom: forall ElevationRequirement: elevatesSelf diff --git a/manifests/s/SoftwareOK/Q-Dir/12.63/SoftwareOK.Q-Dir.locale.en-US.yaml b/manifests/s/SoftwareOK/Q-Dir/12.66/SoftwareOK.Q-Dir.locale.en-US.yaml similarity index 83% rename from manifests/s/SoftwareOK/Q-Dir/12.63/SoftwareOK.Q-Dir.locale.en-US.yaml rename to manifests/s/SoftwareOK/Q-Dir/12.66/SoftwareOK.Q-Dir.locale.en-US.yaml index 0f4ee1c282d0..8618ea318898 100644 --- a/manifests/s/SoftwareOK/Q-Dir/12.63/SoftwareOK.Q-Dir.locale.en-US.yaml +++ b/manifests/s/SoftwareOK/Q-Dir/12.66/SoftwareOK.Q-Dir.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: SoftwareOK.Q-Dir -PackageVersion: "12.63" +PackageVersion: "12.66" PackageLocale: en-US Publisher: SoftwareOK PublisherUrl: https://www.softwareok.com/ @@ -23,7 +23,7 @@ Tags: - file-manager - find - folder -ReleaseNotes: '- Updated language files in Quad File Explorer; minor corrections in the File Explorer under Windows 11 for improved data management.' +ReleaseNotes: '- Updated language files in the Quad File Explorer (Q-Dir). Additional optimizations and fixes in the Windows 11 File Explorer, particularly in the tree view, list view, and the classic address bar.' ReleaseNotesUrl: https://www.softwareok.com/?seite=Freeware/Q-Dir/History Documentations: - DocumentLabel: Manual diff --git a/manifests/s/SoftwareOK/Q-Dir/12.63/SoftwareOK.Q-Dir.locale.zh-CN.yaml b/manifests/s/SoftwareOK/Q-Dir/12.66/SoftwareOK.Q-Dir.locale.zh-CN.yaml similarity index 96% rename from manifests/s/SoftwareOK/Q-Dir/12.63/SoftwareOK.Q-Dir.locale.zh-CN.yaml rename to manifests/s/SoftwareOK/Q-Dir/12.66/SoftwareOK.Q-Dir.locale.zh-CN.yaml index 851c2d036b88..5e3e3082641e 100644 --- a/manifests/s/SoftwareOK/Q-Dir/12.63/SoftwareOK.Q-Dir.locale.zh-CN.yaml +++ b/manifests/s/SoftwareOK/Q-Dir/12.66/SoftwareOK.Q-Dir.locale.zh-CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: SoftwareOK.Q-Dir -PackageVersion: "12.63" +PackageVersion: "12.66" PackageLocale: zh-CN License: 免费软件 ShortDescription: Q-Dir 四窗格文件管理器 diff --git a/manifests/s/SoftwareOK/Q-Dir/12.63/SoftwareOK.Q-Dir.yaml b/manifests/s/SoftwareOK/Q-Dir/12.66/SoftwareOK.Q-Dir.yaml similarity index 90% rename from manifests/s/SoftwareOK/Q-Dir/12.63/SoftwareOK.Q-Dir.yaml rename to manifests/s/SoftwareOK/Q-Dir/12.66/SoftwareOK.Q-Dir.yaml index c184efe780f5..fd67c6cd280a 100644 --- a/manifests/s/SoftwareOK/Q-Dir/12.63/SoftwareOK.Q-Dir.yaml +++ b/manifests/s/SoftwareOK/Q-Dir/12.66/SoftwareOK.Q-Dir.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: SoftwareOK.Q-Dir -PackageVersion: "12.63" +PackageVersion: "12.66" DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/s/Sourcegraph/Amp/0.0.1779513076-g569086/Sourcegraph.Amp.installer.yaml b/manifests/s/Sourcegraph/Amp/0.0.1779513076-g569086/Sourcegraph.Amp.installer.yaml new file mode 100644 index 000000000000..908cdb8ae713 --- /dev/null +++ b/manifests/s/Sourcegraph/Amp/0.0.1779513076-g569086/Sourcegraph.Amp.installer.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Sourcegraph.Amp +PackageVersion: 0.0.1779513076-g569086 +InstallerType: portable +Commands: +- amp +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +Installers: +- Architecture: x64 + InstallerUrl: https://static.ampcode.com/cli/0.0.1779513076-g569086/amp-windows-x64-baseline.exe + InstallerSha256: 9A3A0AA432BF679417A077EA56137771A3582DA73CF1A9429654EF5FE743A3CC +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/Sourcegraph/Amp/0.0.1779513076-g569086/Sourcegraph.Amp.locale.en-US.yaml b/manifests/s/Sourcegraph/Amp/0.0.1779513076-g569086/Sourcegraph.Amp.locale.en-US.yaml new file mode 100644 index 000000000000..f2acdcdb6da0 --- /dev/null +++ b/manifests/s/Sourcegraph/Amp/0.0.1779513076-g569086/Sourcegraph.Amp.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.12.0.schema.json + +PackageIdentifier: Sourcegraph.Amp +PackageVersion: 0.0.1779513076-g569086 +PackageLocale: en-US +Publisher: Sourcegraph, Inc. +PublisherUrl: https://ampcode.com/ +PrivacyUrl: https://ampcode.com/privacy-policy +Author: Sourcegraph, Inc. +PackageName: Amp CLI +PackageUrl: https://ampcode.com/ +License: Proprietary +LicenseUrl: https://ampcode.com/terms +CopyrightUrl: https://ampcode.com/terms +ShortDescription: The frontier coding agent for your terminal and editor. +Description: |- + Amp is the frontier coding agent for your terminal and editor. + - Multi-Model: Opus 4.7, GPT-5.4, fast models—Amp uses them all, for what each model is best at. + - Opinionated: You’re always using the good parts of Amp. If we don’t use and love a feature, we kill it. + - On the Frontier: Amp goes where the models take it. No backcompat, no legacy features. + - Threads: You can save and share your interactions with Amp. You wouldn’t code without version control, would you? + Amp has 3 modes: smart (unconstrained state-of-the-art model use), rush (faster, cheaper, suited for small, well-defined tasks), and deep (deep reasoning with extended thinking for complex problems). +Tags: +- agent +- agentic +- ai +- chatbot +- code +- coding +- large-language-model +- llm +- programming +PurchaseUrl: https://ampcode.com/manual#pricing +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/Sourcegraph/Amp/0.0.1779513076-g569086/Sourcegraph.Amp.locale.zh-CN.yaml b/manifests/s/Sourcegraph/Amp/0.0.1779513076-g569086/Sourcegraph.Amp.locale.zh-CN.yaml new file mode 100644 index 000000000000..ddeec40fd9e0 --- /dev/null +++ b/manifests/s/Sourcegraph/Amp/0.0.1779513076-g569086/Sourcegraph.Amp.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.12.0.schema.json + +PackageIdentifier: Sourcegraph.Amp +PackageVersion: 0.0.1779513076-g569086 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 适用于终端与编辑器的前沿编码智能体。 +Description: |- + Amp 是适用于终端与编辑器的前沿编码智能体。 + - 多模型支持:Opus 4.7、GPT-5.4、速型模型——Amp 会调用所有模型,各展所长。 + - 去芜存菁:你始终能用到 Amp 的核心优质功能。如果我们自己不用、也不喜欢某个功能,就会直接砍掉它。 + - 前沿迭代:Amp 跟随大模型的发展持续更新。不保留向后兼容,不遗留老旧功能。 + - 会话管理:你可以保存并分享你和 Amp 的交互记录。写代码总离不开版本控制,不是吗? + Amp 共有三种工作模式:智能模式(调用无限制的最先进模型)、快速模式(速度更快、成本更低,适合定义清晰的小型任务),以及深度模式(针对复杂问题提供带扩展思考的深度推理)。 +Tags: +- 人工智能 +- 代码 +- 大语言模型 +- 智能体 +- 编程 +- 聊天机器人 +- 自主智能 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/s/Sourcegraph/Amp/0.0.1779513076-g569086/Sourcegraph.Amp.yaml b/manifests/s/Sourcegraph/Amp/0.0.1779513076-g569086/Sourcegraph.Amp.yaml new file mode 100644 index 000000000000..dc2fbdc73d55 --- /dev/null +++ b/manifests/s/Sourcegraph/Amp/0.0.1779513076-g569086/Sourcegraph.Amp.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Sourcegraph.Amp +PackageVersion: 0.0.1779513076-g569086 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/t/Tencent/TencentMeeting/3.1.0.447/Tencent.TencentMeeting.locale.zh-CN.yaml b/manifests/t/Tencent/TencentMeeting/3.1.0.447/Tencent.TencentMeeting.locale.zh-CN.yaml index e8a59804f6b6..ded5a915c626 100644 --- a/manifests/t/Tencent/TencentMeeting/3.1.0.447/Tencent.TencentMeeting.locale.zh-CN.yaml +++ b/manifests/t/Tencent/TencentMeeting/3.1.0.447/Tencent.TencentMeeting.locale.zh-CN.yaml @@ -17,7 +17,7 @@ Copyright: Copyright © 2018 - 2021 Tencent Meeting. All Rights Reserved # CopyrightUrl: ShortDescription: 腾讯会议 Description: 腾讯会议提供了一个易于使用、流畅、安全可靠的基于云的高清视频会议解决方案,使客户和用户能够随时随地主持或加入会议。 -Moniker: tencent-meeting +Moniker: wemeet Tags: - collaboration - meeting diff --git a/manifests/t/Tencent/TencentMeeting/3.1.1.428/Tencent.TencentMeeting.locale.zh-CN.yaml b/manifests/t/Tencent/TencentMeeting/3.1.1.428/Tencent.TencentMeeting.locale.zh-CN.yaml index 9aa2302df423..3419e72cf47f 100644 --- a/manifests/t/Tencent/TencentMeeting/3.1.1.428/Tencent.TencentMeeting.locale.zh-CN.yaml +++ b/manifests/t/Tencent/TencentMeeting/3.1.1.428/Tencent.TencentMeeting.locale.zh-CN.yaml @@ -17,7 +17,7 @@ Copyright: Copyright © 2018 - 2021 Tencent Meeting. All Rights Reserved # CopyrightUrl: ShortDescription: 腾讯会议 Description: 腾讯会议提供了一个易于使用、流畅、安全可靠的基于云的高清视频会议解决方案,使客户和用户能够随时随地主持或加入会议。 -Moniker: tencent-meeting +Moniker: wemeet Tags: - collaboration - meeting diff --git a/manifests/t/Tencent/TencentMeeting/3.1.2.423/Tencent.TencentMeeting.locale.zh-CN.yaml b/manifests/t/Tencent/TencentMeeting/3.1.2.423/Tencent.TencentMeeting.locale.zh-CN.yaml index a1e7b4bb35e9..a174e9b00c04 100644 --- a/manifests/t/Tencent/TencentMeeting/3.1.2.423/Tencent.TencentMeeting.locale.zh-CN.yaml +++ b/manifests/t/Tencent/TencentMeeting/3.1.2.423/Tencent.TencentMeeting.locale.zh-CN.yaml @@ -17,7 +17,7 @@ Copyright: Copyright © 2018 - 2021 Tencent Meeting. All Rights Reserved # CopyrightUrl: ShortDescription: 腾讯会议 Description: 腾讯会议提供了一个易于使用、流畅、安全可靠的基于云的高清视频会议解决方案,使客户和用户能够随时随地主持或加入会议。 -Moniker: tencent-meeting +Moniker: wemeet Tags: - collaboration - meeting diff --git a/manifests/t/Tencent/TencentMeeting/3.1.3.418/Tencent.TencentMeeting.locale.zh-CN.yaml b/manifests/t/Tencent/TencentMeeting/3.1.3.418/Tencent.TencentMeeting.locale.zh-CN.yaml index ee76298cb5d1..8e1ad8cd4896 100644 --- a/manifests/t/Tencent/TencentMeeting/3.1.3.418/Tencent.TencentMeeting.locale.zh-CN.yaml +++ b/manifests/t/Tencent/TencentMeeting/3.1.3.418/Tencent.TencentMeeting.locale.zh-CN.yaml @@ -17,7 +17,7 @@ Copyright: Copyright © 2018 - 2021 Tencent Meeting. All Rights Reserved # CopyrightUrl: ShortDescription: 腾讯会议 Description: 腾讯会议提供了一个易于使用、流畅、安全可靠的基于云的高清视频会议解决方案,使客户和用户能够随时随地主持或加入会议。 -Moniker: tencent-meeting +Moniker: wemeet Tags: - collaboration - meeting diff --git a/manifests/t/Tencent/TencentMeeting/3.12.7.434/Tencent.TencentMeeting.locale.en-US.yaml b/manifests/t/Tencent/TencentMeeting/3.12.7.434/Tencent.TencentMeeting.locale.en-US.yaml index 439b881c2a74..00f379cd6fb5 100644 --- a/manifests/t/Tencent/TencentMeeting/3.12.7.434/Tencent.TencentMeeting.locale.en-US.yaml +++ b/manifests/t/Tencent/TencentMeeting/3.12.7.434/Tencent.TencentMeeting.locale.en-US.yaml @@ -17,7 +17,7 @@ Copyright: Copyright © 2018 - 2022 Tencent Inc. All Rights Reserved. CopyrightUrl: https://www.tencent.com/en-us/statement.html ShortDescription: Boundless Collaboration Description: Backed by Tencent's 21 years of experience in audiovisual communications and Tencent Cloud's global network deployment, Tencent Meeting provides smooth, secure, and reliable cloud-based HD conferencing services that enable you to start or join meetings with ease anytime, anywhere. It features online document collaboration, join via WeChat Mini Programs, meeting management and control, screen sharing and many more. With Tencent Meeting, mobile working and cross-company meetings are no longer a problem! -# Moniker: +Moniker: wemeet Tags: - conference - conferencing diff --git a/manifests/t/Tencent/TencentMeeting/3.13.2.469/Tencent.TencentMeeting.locale.en-US.yaml b/manifests/t/Tencent/TencentMeeting/3.13.2.469/Tencent.TencentMeeting.locale.en-US.yaml index 8646bc179b72..dffca6782f1f 100644 --- a/manifests/t/Tencent/TencentMeeting/3.13.2.469/Tencent.TencentMeeting.locale.en-US.yaml +++ b/manifests/t/Tencent/TencentMeeting/3.13.2.469/Tencent.TencentMeeting.locale.en-US.yaml @@ -17,7 +17,7 @@ Copyright: Copyright © 2018 - 2022 Tencent Inc. All Rights Reserved. CopyrightUrl: https://www.tencent.com/en-us/statement.html ShortDescription: Boundless Collaboration Description: Backed by Tencent's 21 years of experience in audiovisual communications and Tencent Cloud's global network deployment, Tencent Meeting provides smooth, secure, and reliable cloud-based HD conferencing services that enable you to start or join meetings with ease anytime, anywhere. It features online document collaboration, join via WeChat Mini Programs, meeting management and control, screen sharing and many more. With Tencent Meeting, mobile working and cross-company meetings are no longer a problem! -# Moniker: +Moniker: wemeet Tags: - conference - conferencing diff --git a/manifests/t/Tencent/TencentMeeting/3.13.4.429/Tencent.TencentMeeting.locale.en-US.yaml b/manifests/t/Tencent/TencentMeeting/3.13.4.429/Tencent.TencentMeeting.locale.en-US.yaml index 14b379439f06..293a1d8d9b74 100644 --- a/manifests/t/Tencent/TencentMeeting/3.13.4.429/Tencent.TencentMeeting.locale.en-US.yaml +++ b/manifests/t/Tencent/TencentMeeting/3.13.4.429/Tencent.TencentMeeting.locale.en-US.yaml @@ -17,7 +17,7 @@ Copyright: Copyright © 2018 - 2022 Tencent Inc. All Rights Reserved. CopyrightUrl: https://www.tencent.com/en-us/statement.html ShortDescription: Boundless Collaboration Description: Backed by Tencent's 21 years of experience in audiovisual communications and Tencent Cloud's global network deployment, Tencent Meeting provides smooth, secure, and reliable cloud-based HD conferencing services that enable you to start or join meetings with ease anytime, anywhere. It features online document collaboration, join via WeChat Mini Programs, meeting management and control, screen sharing and many more. With Tencent Meeting, mobile working and cross-company meetings are no longer a problem! -# Moniker: +Moniker: wemeet Tags: - conference - conferencing diff --git a/manifests/t/Tencent/TencentMeeting/3.13.5.459/Tencent.TencentMeeting.locale.en-US.yaml b/manifests/t/Tencent/TencentMeeting/3.13.5.459/Tencent.TencentMeeting.locale.en-US.yaml index ca15ff54a0c0..aaa7e1ad841e 100644 --- a/manifests/t/Tencent/TencentMeeting/3.13.5.459/Tencent.TencentMeeting.locale.en-US.yaml +++ b/manifests/t/Tencent/TencentMeeting/3.13.5.459/Tencent.TencentMeeting.locale.en-US.yaml @@ -17,7 +17,7 @@ Copyright: Copyright © 2018 - 2022 Tencent Inc. All Rights Reserved. CopyrightUrl: https://www.tencent.com/en-us/statement.html ShortDescription: Boundless Collaboration Description: Backed by Tencent's 21 years of experience in audiovisual communications and Tencent Cloud's global network deployment, Tencent Meeting provides smooth, secure, and reliable cloud-based HD conferencing services that enable you to start or join meetings with ease anytime, anywhere. It features online document collaboration, join via WeChat Mini Programs, meeting management and control, screen sharing and many more. With Tencent Meeting, mobile working and cross-company meetings are no longer a problem! -# Moniker: +Moniker: wemeet Tags: - conference - conferencing diff --git a/manifests/t/Tencent/TencentMeeting/3.13.6.465/Tencent.TencentMeeting.locale.en-US.yaml b/manifests/t/Tencent/TencentMeeting/3.13.6.465/Tencent.TencentMeeting.locale.en-US.yaml index 85cbea2fb61d..27e70bc8d3ef 100644 --- a/manifests/t/Tencent/TencentMeeting/3.13.6.465/Tencent.TencentMeeting.locale.en-US.yaml +++ b/manifests/t/Tencent/TencentMeeting/3.13.6.465/Tencent.TencentMeeting.locale.en-US.yaml @@ -17,7 +17,7 @@ Copyright: Copyright © 2018 - 2022 Tencent Inc. All Rights Reserved. CopyrightUrl: https://www.tencent.com/en-us/statement.html ShortDescription: Boundless Collaboration Description: Backed by Tencent's 21 years of experience in audiovisual communications and Tencent Cloud's global network deployment, Tencent Meeting provides smooth, secure, and reliable cloud-based HD conferencing services that enable you to start or join meetings with ease anytime, anywhere. It features online document collaboration, join via WeChat Mini Programs, meeting management and control, screen sharing and many more. With Tencent Meeting, mobile working and cross-company meetings are no longer a problem! -# Moniker: +Moniker: wemeet Tags: - conference - conferencing diff --git a/manifests/t/Tencent/TencentMeeting/3.14.10.401/Tencent.TencentMeeting.locale.en-US.yaml b/manifests/t/Tencent/TencentMeeting/3.14.10.401/Tencent.TencentMeeting.locale.en-US.yaml index e710a853e6d8..de9ffe569d14 100644 --- a/manifests/t/Tencent/TencentMeeting/3.14.10.401/Tencent.TencentMeeting.locale.en-US.yaml +++ b/manifests/t/Tencent/TencentMeeting/3.14.10.401/Tencent.TencentMeeting.locale.en-US.yaml @@ -17,7 +17,7 @@ Copyright: Copyright © 2018 - 2023 Tencent Inc. All Rights Reserved. CopyrightUrl: https://www.tencent.com/en-us/statement.html ShortDescription: Boundless Collaboration Description: Backed by Tencent's 21 years of experience in audiovisual communications and Tencent Cloud's global network deployment, Tencent Meeting provides smooth, secure, and reliable cloud-based HD conferencing services that enable you to start or join meetings with ease anytime, anywhere. It features online document collaboration, join via WeChat Mini Programs, meeting management and control, screen sharing and many more. With Tencent Meeting, mobile working and cross-company meetings are no longer a problem! -# Moniker: +Moniker: wemeet Tags: - conference - conferencing diff --git a/manifests/t/Tencent/TencentMeeting/3.14.11.433/Tencent.TencentMeeting.locale.en-US.yaml b/manifests/t/Tencent/TencentMeeting/3.14.11.433/Tencent.TencentMeeting.locale.en-US.yaml index eac6de90600c..6581fdc78779 100644 --- a/manifests/t/Tencent/TencentMeeting/3.14.11.433/Tencent.TencentMeeting.locale.en-US.yaml +++ b/manifests/t/Tencent/TencentMeeting/3.14.11.433/Tencent.TencentMeeting.locale.en-US.yaml @@ -17,7 +17,7 @@ Copyright: Copyright © 2018 - 2023 Tencent Inc. All Rights Reserved. CopyrightUrl: https://www.tencent.com/en-us/statement.html ShortDescription: Boundless Collaboration Description: Backed by Tencent's 21 years of experience in audiovisual communications and Tencent Cloud's global network deployment, Tencent Meeting provides smooth, secure, and reliable cloud-based HD conferencing services that enable you to start or join meetings with ease anytime, anywhere. It features online document collaboration, join via WeChat Mini Programs, meeting management and control, screen sharing and many more. With Tencent Meeting, mobile working and cross-company meetings are no longer a problem! -# Moniker: +Moniker: wemeet Tags: - conference - conferencing diff --git a/manifests/t/Tencent/TencentMeeting/3.14.12.401/Tencent.TencentMeeting.locale.en-US.yaml b/manifests/t/Tencent/TencentMeeting/3.14.12.401/Tencent.TencentMeeting.locale.en-US.yaml index 1e0a2c535f95..8b25ddff4017 100644 --- a/manifests/t/Tencent/TencentMeeting/3.14.12.401/Tencent.TencentMeeting.locale.en-US.yaml +++ b/manifests/t/Tencent/TencentMeeting/3.14.12.401/Tencent.TencentMeeting.locale.en-US.yaml @@ -17,7 +17,7 @@ Copyright: Copyright © 2018 - 2023 Tencent Inc. All Rights Reserved. CopyrightUrl: https://www.tencent.com/en-us/statement.html ShortDescription: Boundless Collaboration Description: Backed by Tencent's 21 years of experience in audiovisual communications and Tencent Cloud's global network deployment, Tencent Meeting provides smooth, secure, and reliable cloud-based HD conferencing services that enable you to start or join meetings with ease anytime, anywhere. It features online document collaboration, join via WeChat Mini Programs, meeting management and control, screen sharing and many more. With Tencent Meeting, mobile working and cross-company meetings are no longer a problem! -# Moniker: +Moniker: wemeet Tags: - conference - conferencing diff --git a/manifests/t/Tencent/TencentMeeting/3.14.2.459/Tencent.TencentMeeting.locale.en-US.yaml b/manifests/t/Tencent/TencentMeeting/3.14.2.459/Tencent.TencentMeeting.locale.en-US.yaml index 66d8b2186206..66fcaba4604f 100644 --- a/manifests/t/Tencent/TencentMeeting/3.14.2.459/Tencent.TencentMeeting.locale.en-US.yaml +++ b/manifests/t/Tencent/TencentMeeting/3.14.2.459/Tencent.TencentMeeting.locale.en-US.yaml @@ -17,7 +17,7 @@ Copyright: Copyright © 2018 - 2023 Tencent Inc. All Rights Reserved. CopyrightUrl: https://www.tencent.com/en-us/statement.html ShortDescription: Boundless Collaboration Description: Backed by Tencent's 21 years of experience in audiovisual communications and Tencent Cloud's global network deployment, Tencent Meeting provides smooth, secure, and reliable cloud-based HD conferencing services that enable you to start or join meetings with ease anytime, anywhere. It features online document collaboration, join via WeChat Mini Programs, meeting management and control, screen sharing and many more. With Tencent Meeting, mobile working and cross-company meetings are no longer a problem! -# Moniker: +Moniker: wemeet Tags: - conference - conferencing diff --git a/manifests/t/Tencent/TencentMeeting/3.14.6.409/Tencent.TencentMeeting.locale.en-US.yaml b/manifests/t/Tencent/TencentMeeting/3.14.6.409/Tencent.TencentMeeting.locale.en-US.yaml index 0f2487b75ed7..2528ce7ceba5 100644 --- a/manifests/t/Tencent/TencentMeeting/3.14.6.409/Tencent.TencentMeeting.locale.en-US.yaml +++ b/manifests/t/Tencent/TencentMeeting/3.14.6.409/Tencent.TencentMeeting.locale.en-US.yaml @@ -17,7 +17,7 @@ Copyright: Copyright © 2018 - 2023 Tencent Inc. All Rights Reserved. CopyrightUrl: https://www.tencent.com/en-us/statement.html ShortDescription: Boundless Collaboration Description: Backed by Tencent's 21 years of experience in audiovisual communications and Tencent Cloud's global network deployment, Tencent Meeting provides smooth, secure, and reliable cloud-based HD conferencing services that enable you to start or join meetings with ease anytime, anywhere. It features online document collaboration, join via WeChat Mini Programs, meeting management and control, screen sharing and many more. With Tencent Meeting, mobile working and cross-company meetings are no longer a problem! -# Moniker: +Moniker: wemeet Tags: - conference - conferencing diff --git a/manifests/t/Tencent/TencentMeeting/3.14.7.423/Tencent.TencentMeeting.locale.en-US.yaml b/manifests/t/Tencent/TencentMeeting/3.14.7.423/Tencent.TencentMeeting.locale.en-US.yaml index 1a94858cad57..c55951eb3261 100644 --- a/manifests/t/Tencent/TencentMeeting/3.14.7.423/Tencent.TencentMeeting.locale.en-US.yaml +++ b/manifests/t/Tencent/TencentMeeting/3.14.7.423/Tencent.TencentMeeting.locale.en-US.yaml @@ -17,7 +17,7 @@ Copyright: Copyright © 2018 - 2023 Tencent Inc. All Rights Reserved. CopyrightUrl: https://www.tencent.com/en-us/statement.html ShortDescription: Boundless Collaboration Description: Backed by Tencent's 21 years of experience in audiovisual communications and Tencent Cloud's global network deployment, Tencent Meeting provides smooth, secure, and reliable cloud-based HD conferencing services that enable you to start or join meetings with ease anytime, anywhere. It features online document collaboration, join via WeChat Mini Programs, meeting management and control, screen sharing and many more. With Tencent Meeting, mobile working and cross-company meetings are no longer a problem! -# Moniker: +Moniker: wemeet Tags: - conference - conferencing diff --git a/manifests/t/Tencent/TencentMeeting/3.14.8.405/Tencent.TencentMeeting.locale.en-US.yaml b/manifests/t/Tencent/TencentMeeting/3.14.8.405/Tencent.TencentMeeting.locale.en-US.yaml index ff46c6bc887e..ad04d46f96a4 100644 --- a/manifests/t/Tencent/TencentMeeting/3.14.8.405/Tencent.TencentMeeting.locale.en-US.yaml +++ b/manifests/t/Tencent/TencentMeeting/3.14.8.405/Tencent.TencentMeeting.locale.en-US.yaml @@ -17,7 +17,7 @@ Copyright: Copyright © 2018 - 2023 Tencent Inc. All Rights Reserved. CopyrightUrl: https://www.tencent.com/en-us/statement.html ShortDescription: Boundless Collaboration Description: Backed by Tencent's 21 years of experience in audiovisual communications and Tencent Cloud's global network deployment, Tencent Meeting provides smooth, secure, and reliable cloud-based HD conferencing services that enable you to start or join meetings with ease anytime, anywhere. It features online document collaboration, join via WeChat Mini Programs, meeting management and control, screen sharing and many more. With Tencent Meeting, mobile working and cross-company meetings are no longer a problem! -# Moniker: +Moniker: wemeet Tags: - conference - conferencing diff --git a/manifests/t/Tencent/TencentMeeting/3.15.5.404/Tencent.TencentMeeting.locale.en-US.yaml b/manifests/t/Tencent/TencentMeeting/3.15.5.404/Tencent.TencentMeeting.locale.en-US.yaml index 0f73bd7e8e7d..7f709d1230e4 100644 --- a/manifests/t/Tencent/TencentMeeting/3.15.5.404/Tencent.TencentMeeting.locale.en-US.yaml +++ b/manifests/t/Tencent/TencentMeeting/3.15.5.404/Tencent.TencentMeeting.locale.en-US.yaml @@ -17,7 +17,7 @@ Copyright: Copyright © 2018 - 2023 Tencent Inc. All Rights Reserved. CopyrightUrl: https://www.tencent.com/en-us/statement.html ShortDescription: Boundless Collaboration Description: Backed by Tencent's 21 years of experience in audiovisual communications and Tencent Cloud's global network deployment, Tencent Meeting provides smooth, secure, and reliable cloud-based HD conferencing services that enable you to start or join meetings with ease anytime, anywhere. It features online document collaboration, join via WeChat Mini Programs, meeting management and control, screen sharing and many more. With Tencent Meeting, mobile working and cross-company meetings are no longer a problem! -# Moniker: +Moniker: wemeet Tags: - conference - conferencing diff --git a/manifests/t/Tencent/TencentMeeting/3.15.6.407/Tencent.TencentMeeting.locale.en-US.yaml b/manifests/t/Tencent/TencentMeeting/3.15.6.407/Tencent.TencentMeeting.locale.en-US.yaml index 4a8598b9ab3d..f4dba3e844cd 100644 --- a/manifests/t/Tencent/TencentMeeting/3.15.6.407/Tencent.TencentMeeting.locale.en-US.yaml +++ b/manifests/t/Tencent/TencentMeeting/3.15.6.407/Tencent.TencentMeeting.locale.en-US.yaml @@ -17,7 +17,7 @@ Copyright: Copyright © 2018 - 2023 Tencent Inc. All Rights Reserved. CopyrightUrl: https://www.tencent.com/en-us/statement.html ShortDescription: Boundless Collaboration Description: Backed by Tencent's 21 years of experience in audiovisual communications and Tencent Cloud's global network deployment, Tencent Meeting provides smooth, secure, and reliable cloud-based HD conferencing services that enable you to start or join meetings with ease anytime, anywhere. It features online document collaboration, join via WeChat Mini Programs, meeting management and control, screen sharing and many more. With Tencent Meeting, mobile working and cross-company meetings are no longer a problem! -# Moniker: +Moniker: wemeet Tags: - conference - conferencing diff --git a/manifests/t/Tencent/TencentMeeting/3.16.3.425/Tencent.TencentMeeting.locale.en-US.yaml b/manifests/t/Tencent/TencentMeeting/3.16.3.425/Tencent.TencentMeeting.locale.en-US.yaml index c7a34d2e9785..e38f200908a6 100644 --- a/manifests/t/Tencent/TencentMeeting/3.16.3.425/Tencent.TencentMeeting.locale.en-US.yaml +++ b/manifests/t/Tencent/TencentMeeting/3.16.3.425/Tencent.TencentMeeting.locale.en-US.yaml @@ -17,7 +17,7 @@ Copyright: Copyright © 2018 - 2023 Tencent Inc. All Rights Reserved. CopyrightUrl: https://www.tencent.com/en-us/statement.html ShortDescription: Boundless Collaboration Description: Backed by Tencent's 21 years of experience in audiovisual communications and Tencent Cloud's global network deployment, Tencent Meeting provides smooth, secure, and reliable cloud-based HD conferencing services that enable you to start or join meetings with ease anytime, anywhere. It features online document collaboration, join via WeChat Mini Programs, meeting management and control, screen sharing and many more. With Tencent Meeting, mobile working and cross-company meetings are no longer a problem! -# Moniker: +Moniker: wemeet Tags: - conference - conferencing diff --git a/manifests/t/Tencent/TencentMeeting/3.16.4.409/Tencent.TencentMeeting.locale.en-US.yaml b/manifests/t/Tencent/TencentMeeting/3.16.4.409/Tencent.TencentMeeting.locale.en-US.yaml index 405964514fba..77ff7c002686 100644 --- a/manifests/t/Tencent/TencentMeeting/3.16.4.409/Tencent.TencentMeeting.locale.en-US.yaml +++ b/manifests/t/Tencent/TencentMeeting/3.16.4.409/Tencent.TencentMeeting.locale.en-US.yaml @@ -17,7 +17,7 @@ Copyright: Copyright © 2018 - 2023 Tencent Inc. All Rights Reserved. CopyrightUrl: https://www.tencent.com/en-us/statement.html ShortDescription: Boundless Collaboration Description: Backed by Tencent's 21 years of experience in audiovisual communications and Tencent Cloud's global network deployment, Tencent Meeting provides smooth, secure, and reliable cloud-based HD conferencing services that enable you to start or join meetings with ease anytime, anywhere. It features online document collaboration, join via WeChat Mini Programs, meeting management and control, screen sharing and many more. With Tencent Meeting, mobile working and cross-company meetings are no longer a problem! -# Moniker: +Moniker: wemeet Tags: - conference - conferencing diff --git a/manifests/t/Tencent/TencentMeeting/3.16.6.407/Tencent.TencentMeeting.locale.en-US.yaml b/manifests/t/Tencent/TencentMeeting/3.16.6.407/Tencent.TencentMeeting.locale.en-US.yaml index 18dba9571ade..37045fa69b03 100644 --- a/manifests/t/Tencent/TencentMeeting/3.16.6.407/Tencent.TencentMeeting.locale.en-US.yaml +++ b/manifests/t/Tencent/TencentMeeting/3.16.6.407/Tencent.TencentMeeting.locale.en-US.yaml @@ -17,7 +17,7 @@ Copyright: Copyright © 2018 - 2023 Tencent Inc. All Rights Reserved. CopyrightUrl: https://www.tencent.com/en-us/statement.html ShortDescription: Boundless Collaboration Description: Backed by Tencent's 21 years of experience in audiovisual communications and Tencent Cloud's global network deployment, Tencent Meeting provides smooth, secure, and reliable cloud-based HD conferencing services that enable you to start or join meetings with ease anytime, anywhere. It features online document collaboration, join via WeChat Mini Programs, meeting management and control, screen sharing and many more. With Tencent Meeting, mobile working and cross-company meetings are no longer a problem! -# Moniker: +Moniker: wemeet Tags: - conference - conferencing diff --git a/manifests/t/Tencent/TencentMeeting/3.16.7.405/Tencent.TencentMeeting.locale.en-US.yaml b/manifests/t/Tencent/TencentMeeting/3.16.7.405/Tencent.TencentMeeting.locale.en-US.yaml index 3e2f5c7b8646..1eb8752c49c8 100644 --- a/manifests/t/Tencent/TencentMeeting/3.16.7.405/Tencent.TencentMeeting.locale.en-US.yaml +++ b/manifests/t/Tencent/TencentMeeting/3.16.7.405/Tencent.TencentMeeting.locale.en-US.yaml @@ -17,7 +17,7 @@ Copyright: Copyright © 2018 - 2023 Tencent Inc. All Rights Reserved. CopyrightUrl: https://www.tencent.com/en-us/statement.html ShortDescription: Boundless Collaboration Description: Backed by Tencent's 21 years of experience in audiovisual communications and Tencent Cloud's global network deployment, Tencent Meeting provides smooth, secure, and reliable cloud-based HD conferencing services that enable you to start or join meetings with ease anytime, anywhere. It features online document collaboration, join via WeChat Mini Programs, meeting management and control, screen sharing and many more. With Tencent Meeting, mobile working and cross-company meetings are no longer a problem! -# Moniker: +Moniker: wemeet Tags: - conference - conferencing diff --git a/manifests/t/Tencent/TencentMeeting/3.17.4.447/Tencent.TencentMeeting.locale.en-US.yaml b/manifests/t/Tencent/TencentMeeting/3.17.4.447/Tencent.TencentMeeting.locale.en-US.yaml index 506bb3caf525..8aabf171c5f5 100644 --- a/manifests/t/Tencent/TencentMeeting/3.17.4.447/Tencent.TencentMeeting.locale.en-US.yaml +++ b/manifests/t/Tencent/TencentMeeting/3.17.4.447/Tencent.TencentMeeting.locale.en-US.yaml @@ -17,7 +17,7 @@ Copyright: Copyright © 2018 - 2023 Tencent Inc. All Rights Reserved. CopyrightUrl: https://www.tencent.com/en-us/statement.html ShortDescription: Boundless Collaboration Description: Backed by Tencent's 21 years of experience in audiovisual communications and Tencent Cloud's global network deployment, Tencent Meeting provides smooth, secure, and reliable cloud-based HD conferencing services that enable you to start or join meetings with ease anytime, anywhere. It features online document collaboration, join via WeChat Mini Programs, meeting management and control, screen sharing and many more. With Tencent Meeting, mobile working and cross-company meetings are no longer a problem! -# Moniker: +Moniker: wemeet Tags: - conference - conferencing diff --git a/manifests/t/Tencent/TencentMeeting/3.17.5.403/Tencent.TencentMeeting.locale.en-US.yaml b/manifests/t/Tencent/TencentMeeting/3.17.5.403/Tencent.TencentMeeting.locale.en-US.yaml index 36a9e5d2e3f8..b7e9b8a3fc4f 100644 --- a/manifests/t/Tencent/TencentMeeting/3.17.5.403/Tencent.TencentMeeting.locale.en-US.yaml +++ b/manifests/t/Tencent/TencentMeeting/3.17.5.403/Tencent.TencentMeeting.locale.en-US.yaml @@ -17,7 +17,7 @@ Copyright: Copyright © 2018 - 2023 Tencent Inc. All Rights Reserved. CopyrightUrl: https://www.tencent.com/en-us/statement.html ShortDescription: Boundless Collaboration Description: Backed by Tencent's 21 years of experience in audiovisual communications and Tencent Cloud's global network deployment, Tencent Meeting provides smooth, secure, and reliable cloud-based HD conferencing services that enable you to start or join meetings with ease anytime, anywhere. It features online document collaboration, join via WeChat Mini Programs, meeting management and control, screen sharing and many more. With Tencent Meeting, mobile working and cross-company meetings are no longer a problem! -# Moniker: +Moniker: wemeet Tags: - conference - conferencing diff --git a/manifests/t/Tencent/TencentMeeting/3.18.2.429/Tencent.TencentMeeting.locale.en-US.yaml b/manifests/t/Tencent/TencentMeeting/3.18.2.429/Tencent.TencentMeeting.locale.en-US.yaml index cf9ea8678e20..fbca091cfc54 100644 --- a/manifests/t/Tencent/TencentMeeting/3.18.2.429/Tencent.TencentMeeting.locale.en-US.yaml +++ b/manifests/t/Tencent/TencentMeeting/3.18.2.429/Tencent.TencentMeeting.locale.en-US.yaml @@ -17,7 +17,7 @@ Copyright: Copyright © 2018 - 2023 Tencent Inc. All Rights Reserved. CopyrightUrl: https://www.tencent.com/en-us/statement.html ShortDescription: Boundless Collaboration Description: Backed by Tencent's 21 years of experience in audiovisual communications and Tencent Cloud's global network deployment, Tencent Meeting provides smooth, secure, and reliable cloud-based HD conferencing services that enable you to start or join meetings with ease anytime, anywhere. It features online document collaboration, join via WeChat Mini Programs, meeting management and control, screen sharing and many more. With Tencent Meeting, mobile working and cross-company meetings are no longer a problem! -# Moniker: +Moniker: wemeet Tags: - conference - conferencing diff --git a/manifests/t/Tencent/TencentMeeting/3.18.3.433/Tencent.TencentMeeting.locale.en-US.yaml b/manifests/t/Tencent/TencentMeeting/3.18.3.433/Tencent.TencentMeeting.locale.en-US.yaml index c932a571590b..40a7e223d8eb 100644 --- a/manifests/t/Tencent/TencentMeeting/3.18.3.433/Tencent.TencentMeeting.locale.en-US.yaml +++ b/manifests/t/Tencent/TencentMeeting/3.18.3.433/Tencent.TencentMeeting.locale.en-US.yaml @@ -17,7 +17,7 @@ Copyright: Copyright © 2018 - 2023 Tencent Inc. All Rights Reserved. CopyrightUrl: https://www.tencent.com/en-us/statement.html ShortDescription: Boundless Collaboration Description: Backed by Tencent's 21 years of experience in audiovisual communications and Tencent Cloud's global network deployment, Tencent Meeting provides smooth, secure, and reliable cloud-based HD conferencing services that enable you to start or join meetings with ease anytime, anywhere. It features online document collaboration, join via WeChat Mini Programs, meeting management and control, screen sharing and many more. With Tencent Meeting, mobile working and cross-company meetings are no longer a problem! -# Moniker: +Moniker: wemeet Tags: - conference - conferencing diff --git a/manifests/t/Tencent/TencentMeeting/3.18.4.441/Tencent.TencentMeeting.locale.en-US.yaml b/manifests/t/Tencent/TencentMeeting/3.18.4.441/Tencent.TencentMeeting.locale.en-US.yaml index 35d26ed6d93b..ac17b3f6fec3 100644 --- a/manifests/t/Tencent/TencentMeeting/3.18.4.441/Tencent.TencentMeeting.locale.en-US.yaml +++ b/manifests/t/Tencent/TencentMeeting/3.18.4.441/Tencent.TencentMeeting.locale.en-US.yaml @@ -17,7 +17,7 @@ Copyright: Copyright © 2018 - 2023 Tencent Inc. All Rights Reserved. CopyrightUrl: https://www.tencent.com/en-us/statement.html ShortDescription: Boundless Collaboration Description: Backed by Tencent's 21 years of experience in audiovisual communications and Tencent Cloud's global network deployment, Tencent Meeting provides smooth, secure, and reliable cloud-based HD conferencing services that enable you to start or join meetings with ease anytime, anywhere. It features online document collaboration, join via WeChat Mini Programs, meeting management and control, screen sharing and many more. With Tencent Meeting, mobile working and cross-company meetings are no longer a problem! -# Moniker: +Moniker: wemeet Tags: - conference - conferencing diff --git a/manifests/t/Tencent/TencentMeeting/3.18.5.411/Tencent.TencentMeeting.locale.en-US.yaml b/manifests/t/Tencent/TencentMeeting/3.18.5.411/Tencent.TencentMeeting.locale.en-US.yaml index 0944b807220c..fc6068d8c113 100644 --- a/manifests/t/Tencent/TencentMeeting/3.18.5.411/Tencent.TencentMeeting.locale.en-US.yaml +++ b/manifests/t/Tencent/TencentMeeting/3.18.5.411/Tencent.TencentMeeting.locale.en-US.yaml @@ -17,7 +17,7 @@ Copyright: Copyright © 2018 - 2023 Tencent Inc. All Rights Reserved. CopyrightUrl: https://www.tencent.com/en-us/statement.html ShortDescription: Boundless Collaboration Description: Backed by Tencent's 21 years of experience in audiovisual communications and Tencent Cloud's global network deployment, Tencent Meeting provides smooth, secure, and reliable cloud-based HD conferencing services that enable you to start or join meetings with ease anytime, anywhere. It features online document collaboration, join via WeChat Mini Programs, meeting management and control, screen sharing and many more. With Tencent Meeting, mobile working and cross-company meetings are no longer a problem! -# Moniker: +Moniker: wemeet Tags: - conference - conferencing diff --git a/manifests/t/Tencent/TencentMeeting/3.18.6.467/Tencent.TencentMeeting.locale.en-US.yaml b/manifests/t/Tencent/TencentMeeting/3.18.6.467/Tencent.TencentMeeting.locale.en-US.yaml index 1daf16c373ae..5556540586fe 100644 --- a/manifests/t/Tencent/TencentMeeting/3.18.6.467/Tencent.TencentMeeting.locale.en-US.yaml +++ b/manifests/t/Tencent/TencentMeeting/3.18.6.467/Tencent.TencentMeeting.locale.en-US.yaml @@ -17,7 +17,7 @@ Copyright: Copyright © 2018 - 2023 Tencent Inc. All Rights Reserved. CopyrightUrl: https://www.tencent.com/en-us/statement.html ShortDescription: Boundless Collaboration Description: Backed by Tencent's 21 years of experience in audiovisual communications and Tencent Cloud's global network deployment, Tencent Meeting provides smooth, secure, and reliable cloud-based HD conferencing services that enable you to start or join meetings with ease anytime, anywhere. It features online document collaboration, join via WeChat Mini Programs, meeting management and control, screen sharing and many more. With Tencent Meeting, mobile working and cross-company meetings are no longer a problem! -# Moniker: +Moniker: wemeet Tags: - conference - conferencing diff --git a/manifests/t/Tencent/TencentMeeting/3.19.2.471/Tencent.TencentMeeting.locale.en-US.yaml b/manifests/t/Tencent/TencentMeeting/3.19.2.471/Tencent.TencentMeeting.locale.en-US.yaml index 6587a1f4493e..5d66ea7c0134 100644 --- a/manifests/t/Tencent/TencentMeeting/3.19.2.471/Tencent.TencentMeeting.locale.en-US.yaml +++ b/manifests/t/Tencent/TencentMeeting/3.19.2.471/Tencent.TencentMeeting.locale.en-US.yaml @@ -17,7 +17,7 @@ Copyright: Copyright © 2018 - 2023 Tencent Inc. All Rights Reserved. CopyrightUrl: https://www.tencent.com/en-us/statement.html ShortDescription: Boundless Collaboration Description: Backed by Tencent's 21 years of experience in audiovisual communications and Tencent Cloud's global network deployment, Tencent Meeting provides smooth, secure, and reliable cloud-based HD conferencing services that enable you to start or join meetings with ease anytime, anywhere. It features online document collaboration, join via WeChat Mini Programs, meeting management and control, screen sharing and many more. With Tencent Meeting, mobile working and cross-company meetings are no longer a problem! -# Moniker: +Moniker: wemeet Tags: - conference - conferencing diff --git a/manifests/t/Tencent/TencentMeeting/3.19.22.426/Tencent.TencentMeeting.locale.en-US.yaml b/manifests/t/Tencent/TencentMeeting/3.19.22.426/Tencent.TencentMeeting.locale.en-US.yaml index ea0405624a15..43d5e757d8ac 100644 --- a/manifests/t/Tencent/TencentMeeting/3.19.22.426/Tencent.TencentMeeting.locale.en-US.yaml +++ b/manifests/t/Tencent/TencentMeeting/3.19.22.426/Tencent.TencentMeeting.locale.en-US.yaml @@ -17,7 +17,7 @@ Copyright: Copyright © 2018 - 2023 Tencent Inc. All Rights Reserved. CopyrightUrl: https://www.tencent.com/en-us/statement.html ShortDescription: Boundless Collaboration Description: Backed by Tencent's 21 years of experience in audiovisual communications and Tencent Cloud's global network deployment, Tencent Meeting provides smooth, secure, and reliable cloud-based HD conferencing services that enable you to start or join meetings with ease anytime, anywhere. It features online document collaboration, join via WeChat Mini Programs, meeting management and control, screen sharing and many more. With Tencent Meeting, mobile working and cross-company meetings are no longer a problem! -# Moniker: +Moniker: wemeet Tags: - conference - conferencing diff --git a/manifests/t/Tencent/TencentMeeting/3.19.30.495/Tencent.TencentMeeting.locale.en-US.yaml b/manifests/t/Tencent/TencentMeeting/3.19.30.495/Tencent.TencentMeeting.locale.en-US.yaml index 2f18613e6530..7ca94c971f0f 100644 --- a/manifests/t/Tencent/TencentMeeting/3.19.30.495/Tencent.TencentMeeting.locale.en-US.yaml +++ b/manifests/t/Tencent/TencentMeeting/3.19.30.495/Tencent.TencentMeeting.locale.en-US.yaml @@ -17,7 +17,7 @@ Copyright: Copyright © 2018 - 2023 Tencent Inc. All Rights Reserved. CopyrightUrl: https://www.tencent.com/en-us/statement.html ShortDescription: Boundless Collaboration Description: Backed by Tencent's 21 years of experience in audiovisual communications and Tencent Cloud's global network deployment, Tencent Meeting provides smooth, secure, and reliable cloud-based HD conferencing services that enable you to start or join meetings with ease anytime, anywhere. It features online document collaboration, join via WeChat Mini Programs, meeting management and control, screen sharing and many more. With Tencent Meeting, mobile working and cross-company meetings are no longer a problem! -# Moniker: +Moniker: wemeet Tags: - conference - conferencing diff --git a/manifests/t/Tencent/TencentMeeting/3.2.3.419/Tencent.TencentMeeting.locale.zh-CN.yaml b/manifests/t/Tencent/TencentMeeting/3.2.3.419/Tencent.TencentMeeting.locale.zh-CN.yaml index 2f0eceb1d1f0..93989d164d5e 100644 --- a/manifests/t/Tencent/TencentMeeting/3.2.3.419/Tencent.TencentMeeting.locale.zh-CN.yaml +++ b/manifests/t/Tencent/TencentMeeting/3.2.3.419/Tencent.TencentMeeting.locale.zh-CN.yaml @@ -17,7 +17,7 @@ Copyright: Copyright © 2018 - 2021 Tencent Meeting. All Rights Reserved # CopyrightUrl: ShortDescription: 腾讯会议 Description: 腾讯会议提供了一个易于使用、流畅、安全可靠的基于云的高清视频会议解决方案,使客户和用户能够随时随地主持或加入会议。 -Moniker: tencent-meeting +Moniker: wemeet Tags: - collaboration - meeting diff --git a/manifests/t/Tencent/TencentMeeting/3.2.4.423/Tencent.TencentMeeting.locale.zh-CN.yaml b/manifests/t/Tencent/TencentMeeting/3.2.4.423/Tencent.TencentMeeting.locale.zh-CN.yaml index 21c59d9348ee..c20e8023a286 100644 --- a/manifests/t/Tencent/TencentMeeting/3.2.4.423/Tencent.TencentMeeting.locale.zh-CN.yaml +++ b/manifests/t/Tencent/TencentMeeting/3.2.4.423/Tencent.TencentMeeting.locale.zh-CN.yaml @@ -17,7 +17,7 @@ Copyright: Copyright © 2018 - 2021 Tencent Meeting. All Rights Reserved # CopyrightUrl: ShortDescription: 腾讯会议 Description: 腾讯会议提供了一个易于使用、流畅、安全可靠的基于云的高清视频会议解决方案,使客户和用户能够随时随地主持或加入会议。 -Moniker: tencent-meeting +Moniker: wemeet Tags: - collaboration - meeting diff --git a/manifests/t/Tencent/TencentMeeting/3.2.5.402/Tencent.TencentMeeting.locale.zh-CN.yaml b/manifests/t/Tencent/TencentMeeting/3.2.5.402/Tencent.TencentMeeting.locale.zh-CN.yaml index c7f961fca425..46c497003e0c 100644 --- a/manifests/t/Tencent/TencentMeeting/3.2.5.402/Tencent.TencentMeeting.locale.zh-CN.yaml +++ b/manifests/t/Tencent/TencentMeeting/3.2.5.402/Tencent.TencentMeeting.locale.zh-CN.yaml @@ -17,7 +17,7 @@ Copyright: Copyright © 2018 - 2021 Tencent Meeting. All Rights Reserved # CopyrightUrl: ShortDescription: 腾讯会议 Description: 腾讯会议提供了一个易于使用、流畅、安全可靠的基于云的高清视频会议解决方案,使客户和用户能够随时随地主持或加入会议。 -Moniker: tencent-meeting +Moniker: wemeet Tags: - collaboration - meeting diff --git a/manifests/t/Tencent/TencentMeeting/3.20.3.403/Tencent.TencentMeeting.locale.en-US.yaml b/manifests/t/Tencent/TencentMeeting/3.20.3.403/Tencent.TencentMeeting.locale.en-US.yaml index 8d7f305b16f9..853605ca3a9e 100644 --- a/manifests/t/Tencent/TencentMeeting/3.20.3.403/Tencent.TencentMeeting.locale.en-US.yaml +++ b/manifests/t/Tencent/TencentMeeting/3.20.3.403/Tencent.TencentMeeting.locale.en-US.yaml @@ -17,7 +17,7 @@ Copyright: Copyright © 2018 - 2023 Tencent Inc. All Rights Reserved. CopyrightUrl: https://www.tencent.com/en-us/statement.html ShortDescription: Boundless Collaboration Description: Backed by Tencent's 21 years of experience in audiovisual communications and Tencent Cloud's global network deployment, Tencent Meeting provides smooth, secure, and reliable cloud-based HD conferencing services that enable you to start or join meetings with ease anytime, anywhere. It features online document collaboration, join via WeChat Mini Programs, meeting management and control, screen sharing and many more. With Tencent Meeting, mobile working and cross-company meetings are no longer a problem! -# Moniker: +Moniker: wemeet Tags: - conference - conferencing diff --git a/manifests/t/Tencent/TencentMeeting/3.20.4.480/Tencent.TencentMeeting.locale.en-US.yaml b/manifests/t/Tencent/TencentMeeting/3.20.4.480/Tencent.TencentMeeting.locale.en-US.yaml index 893ea12c5b21..5416e294ecf7 100644 --- a/manifests/t/Tencent/TencentMeeting/3.20.4.480/Tencent.TencentMeeting.locale.en-US.yaml +++ b/manifests/t/Tencent/TencentMeeting/3.20.4.480/Tencent.TencentMeeting.locale.en-US.yaml @@ -17,7 +17,7 @@ Copyright: Copyright © 2018 - 2023 Tencent Inc. All Rights Reserved. CopyrightUrl: https://www.tencent.com/en-us/statement.html ShortDescription: Boundless Collaboration Description: Backed by Tencent's 21 years of experience in audiovisual communications and Tencent Cloud's global network deployment, Tencent Meeting provides smooth, secure, and reliable cloud-based HD conferencing services that enable you to start or join meetings with ease anytime, anywhere. It features online document collaboration, join via WeChat Mini Programs, meeting management and control, screen sharing and many more. With Tencent Meeting, mobile working and cross-company meetings are no longer a problem! -# Moniker: +Moniker: wemeet Tags: - conference - conferencing diff --git a/manifests/t/Tencent/TencentMeeting/3.20.5.478/Tencent.TencentMeeting.locale.en-US.yaml b/manifests/t/Tencent/TencentMeeting/3.20.5.478/Tencent.TencentMeeting.locale.en-US.yaml index 18d1dbf18102..9c4a86b5c924 100644 --- a/manifests/t/Tencent/TencentMeeting/3.20.5.478/Tencent.TencentMeeting.locale.en-US.yaml +++ b/manifests/t/Tencent/TencentMeeting/3.20.5.478/Tencent.TencentMeeting.locale.en-US.yaml @@ -17,7 +17,7 @@ Copyright: Copyright © 2018 - 2023 Tencent Inc. All Rights Reserved. CopyrightUrl: https://www.tencent.com/en-us/statement.html ShortDescription: Boundless Collaboration Description: Backed by Tencent's 21 years of experience in audiovisual communications and Tencent Cloud's global network deployment, Tencent Meeting provides smooth, secure, and reliable cloud-based HD conferencing services that enable you to start or join meetings with ease anytime, anywhere. It features online document collaboration, join via WeChat Mini Programs, meeting management and control, screen sharing and many more. With Tencent Meeting, mobile working and cross-company meetings are no longer a problem! -# Moniker: +Moniker: wemeet Tags: - conference - conferencing diff --git a/manifests/t/Tencent/TencentMeeting/3.21.10.456/Tencent.TencentMeeting.locale.en-US.yaml b/manifests/t/Tencent/TencentMeeting/3.21.10.456/Tencent.TencentMeeting.locale.en-US.yaml index 9894b60894af..a7ba78107ace 100644 --- a/manifests/t/Tencent/TencentMeeting/3.21.10.456/Tencent.TencentMeeting.locale.en-US.yaml +++ b/manifests/t/Tencent/TencentMeeting/3.21.10.456/Tencent.TencentMeeting.locale.en-US.yaml @@ -17,7 +17,7 @@ Copyright: Copyright © 2018 - 2023 Tencent Inc. All Rights Reserved. CopyrightUrl: https://www.tencent.com/en-us/statement.html ShortDescription: Boundless Collaboration Description: Backed by Tencent's 21 years of experience in audiovisual communications and Tencent Cloud's global network deployment, Tencent Meeting provides smooth, secure, and reliable cloud-based HD conferencing services that enable you to start or join meetings with ease anytime, anywhere. It features online document collaboration, join via WeChat Mini Programs, meeting management and control, screen sharing and many more. With Tencent Meeting, mobile working and cross-company meetings are no longer a problem! -# Moniker: +Moniker: wemeet Tags: - conference - conferencing diff --git a/manifests/t/Tencent/TencentMeeting/3.21.20.443/Tencent.TencentMeeting.locale.en-US.yaml b/manifests/t/Tencent/TencentMeeting/3.21.20.443/Tencent.TencentMeeting.locale.en-US.yaml index d77f99561ad4..a301c4695c54 100644 --- a/manifests/t/Tencent/TencentMeeting/3.21.20.443/Tencent.TencentMeeting.locale.en-US.yaml +++ b/manifests/t/Tencent/TencentMeeting/3.21.20.443/Tencent.TencentMeeting.locale.en-US.yaml @@ -17,7 +17,7 @@ Copyright: Copyright © 2018 - 2023 Tencent Inc. All Rights Reserved. CopyrightUrl: https://www.tencent.com/en-us/statement.html ShortDescription: Boundless Collaboration Description: Backed by Tencent's 21 years of experience in audiovisual communications and Tencent Cloud's global network deployment, Tencent Meeting provides smooth, secure, and reliable cloud-based HD conferencing services that enable you to start or join meetings with ease anytime, anywhere. It features online document collaboration, join via WeChat Mini Programs, meeting management and control, screen sharing and many more. With Tencent Meeting, mobile working and cross-company meetings are no longer a problem! -# Moniker: +Moniker: wemeet Tags: - conference - conferencing diff --git a/manifests/t/Tencent/TencentMeeting/3.21.21.405/Tencent.TencentMeeting.locale.en-US.yaml b/manifests/t/Tencent/TencentMeeting/3.21.21.405/Tencent.TencentMeeting.locale.en-US.yaml index d648c86f8341..57c9248ef718 100644 --- a/manifests/t/Tencent/TencentMeeting/3.21.21.405/Tencent.TencentMeeting.locale.en-US.yaml +++ b/manifests/t/Tencent/TencentMeeting/3.21.21.405/Tencent.TencentMeeting.locale.en-US.yaml @@ -17,7 +17,7 @@ Copyright: Copyright © 2018 - 2023 Tencent Inc. All Rights Reserved. CopyrightUrl: https://www.tencent.com/en-us/statement.html ShortDescription: Boundless Collaboration Description: Backed by Tencent's 21 years of experience in audiovisual communications and Tencent Cloud's global network deployment, Tencent Meeting provides smooth, secure, and reliable cloud-based HD conferencing services that enable you to start or join meetings with ease anytime, anywhere. It features online document collaboration, join via WeChat Mini Programs, meeting management and control, screen sharing and many more. With Tencent Meeting, mobile working and cross-company meetings are no longer a problem! -# Moniker: +Moniker: wemeet Tags: - conference - conferencing diff --git a/manifests/t/Tencent/TencentMeeting/3.21.3.430/Tencent.TencentMeeting.locale.en-US.yaml b/manifests/t/Tencent/TencentMeeting/3.21.3.430/Tencent.TencentMeeting.locale.en-US.yaml index b6be9f8f0bb4..9e41ab756ed8 100644 --- a/manifests/t/Tencent/TencentMeeting/3.21.3.430/Tencent.TencentMeeting.locale.en-US.yaml +++ b/manifests/t/Tencent/TencentMeeting/3.21.3.430/Tencent.TencentMeeting.locale.en-US.yaml @@ -17,7 +17,7 @@ Copyright: Copyright © 2018 - 2023 Tencent Inc. All Rights Reserved. CopyrightUrl: https://www.tencent.com/en-us/statement.html ShortDescription: Boundless Collaboration Description: Backed by Tencent's 21 years of experience in audiovisual communications and Tencent Cloud's global network deployment, Tencent Meeting provides smooth, secure, and reliable cloud-based HD conferencing services that enable you to start or join meetings with ease anytime, anywhere. It features online document collaboration, join via WeChat Mini Programs, meeting management and control, screen sharing and many more. With Tencent Meeting, mobile working and cross-company meetings are no longer a problem! -# Moniker: +Moniker: wemeet Tags: - conference - conferencing diff --git a/manifests/t/Tencent/TencentMeeting/3.22.1.449/Tencent.TencentMeeting.locale.en-US.yaml b/manifests/t/Tencent/TencentMeeting/3.22.1.449/Tencent.TencentMeeting.locale.en-US.yaml index 74a069ba195e..5be01d914336 100644 --- a/manifests/t/Tencent/TencentMeeting/3.22.1.449/Tencent.TencentMeeting.locale.en-US.yaml +++ b/manifests/t/Tencent/TencentMeeting/3.22.1.449/Tencent.TencentMeeting.locale.en-US.yaml @@ -17,7 +17,7 @@ Copyright: Copyright © 2018 - 2024 Tencent Inc. All Rights Reserved. CopyrightUrl: https://www.tencent.com/en-us/statement.html ShortDescription: Boundless Collaboration Description: Backed by Tencent's 21 years of experience in audiovisual communications and Tencent Cloud's global network deployment, Tencent Meeting provides smooth, secure, and reliable cloud-based HD conferencing services that enable you to start or join meetings with ease anytime, anywhere. It features online document collaboration, join via WeChat Mini Programs, meeting management and control, screen sharing and many more. With Tencent Meeting, mobile working and cross-company meetings are no longer a problem! -# Moniker: +Moniker: wemeet Tags: - conference - conferencing diff --git a/manifests/t/Tencent/TencentMeeting/3.22.10.402/Tencent.TencentMeeting.locale.en-US.yaml b/manifests/t/Tencent/TencentMeeting/3.22.10.402/Tencent.TencentMeeting.locale.en-US.yaml index 8a2bc91a9b4d..9affd6bf6ebc 100644 --- a/manifests/t/Tencent/TencentMeeting/3.22.10.402/Tencent.TencentMeeting.locale.en-US.yaml +++ b/manifests/t/Tencent/TencentMeeting/3.22.10.402/Tencent.TencentMeeting.locale.en-US.yaml @@ -17,7 +17,7 @@ Copyright: Copyright © 2018 - 2024 Tencent Inc. All Rights Reserved. CopyrightUrl: https://www.tencent.com/en-us/statement.html ShortDescription: Boundless Collaboration Description: Backed by Tencent's 21 years of experience in audiovisual communications and Tencent Cloud's global network deployment, Tencent Meeting provides smooth, secure, and reliable cloud-based HD conferencing services that enable you to start or join meetings with ease anytime, anywhere. It features online document collaboration, join via WeChat Mini Programs, meeting management and control, screen sharing and many more. With Tencent Meeting, mobile working and cross-company meetings are no longer a problem! -# Moniker: +Moniker: wemeet Tags: - conference - conferencing diff --git a/manifests/t/Tencent/TencentMeeting/3.23.0.401/Tencent.TencentMeeting.locale.en-US.yaml b/manifests/t/Tencent/TencentMeeting/3.23.0.401/Tencent.TencentMeeting.locale.en-US.yaml index babdcc0130fc..3c521e26fc37 100644 --- a/manifests/t/Tencent/TencentMeeting/3.23.0.401/Tencent.TencentMeeting.locale.en-US.yaml +++ b/manifests/t/Tencent/TencentMeeting/3.23.0.401/Tencent.TencentMeeting.locale.en-US.yaml @@ -17,7 +17,7 @@ Copyright: Copyright © 2018 - 2024 Tencent Inc. All Rights Reserved. CopyrightUrl: https://www.tencent.com/en-us/statement.html ShortDescription: Boundless Collaboration Description: Backed by Tencent's 21 years of experience in audiovisual communications and Tencent Cloud's global network deployment, Tencent Meeting provides smooth, secure, and reliable cloud-based HD conferencing services that enable you to start or join meetings with ease anytime, anywhere. It features online document collaboration, join via WeChat Mini Programs, meeting management and control, screen sharing and many more. With Tencent Meeting, mobile working and cross-company meetings are no longer a problem! -# Moniker: +Moniker: wemeet Tags: - conference - conferencing diff --git a/manifests/t/Tencent/TencentMeeting/3.24.1.471/Tencent.TencentMeeting.locale.en-US.yaml b/manifests/t/Tencent/TencentMeeting/3.24.1.471/Tencent.TencentMeeting.locale.en-US.yaml index a5b87e76fc07..0d2520d56925 100644 --- a/manifests/t/Tencent/TencentMeeting/3.24.1.471/Tencent.TencentMeeting.locale.en-US.yaml +++ b/manifests/t/Tencent/TencentMeeting/3.24.1.471/Tencent.TencentMeeting.locale.en-US.yaml @@ -17,7 +17,7 @@ Copyright: Copyright © 2018 - 2024 Tencent Inc. All Rights Reserved. CopyrightUrl: https://www.tencent.com/en-us/statement.html ShortDescription: Boundless Collaboration Description: Backed by Tencent's 21 years of experience in audiovisual communications and Tencent Cloud's global network deployment, Tencent Meeting provides smooth, secure, and reliable cloud-based HD conferencing services that enable you to start or join meetings with ease anytime, anywhere. It features online document collaboration, join via WeChat Mini Programs, meeting management and control, screen sharing and many more. With Tencent Meeting, mobile working and cross-company meetings are no longer a problem! -# Moniker: +Moniker: wemeet Tags: - conference - conferencing diff --git a/manifests/t/Tencent/TencentMeeting/3.24.2.407/Tencent.TencentMeeting.locale.en-US.yaml b/manifests/t/Tencent/TencentMeeting/3.24.2.407/Tencent.TencentMeeting.locale.en-US.yaml index 6a3cc90f4fa2..bb9624853999 100644 --- a/manifests/t/Tencent/TencentMeeting/3.24.2.407/Tencent.TencentMeeting.locale.en-US.yaml +++ b/manifests/t/Tencent/TencentMeeting/3.24.2.407/Tencent.TencentMeeting.locale.en-US.yaml @@ -17,7 +17,7 @@ Copyright: Copyright © 2018 - 2024 Tencent Inc. All Rights Reserved. CopyrightUrl: https://www.tencent.com/en-us/statement.html ShortDescription: Boundless Collaboration Description: Backed by Tencent's 21 years of experience in audiovisual communications and Tencent Cloud's global network deployment, Tencent Meeting provides smooth, secure, and reliable cloud-based HD conferencing services that enable you to start or join meetings with ease anytime, anywhere. It features online document collaboration, join via WeChat Mini Programs, meeting management and control, screen sharing and many more. With Tencent Meeting, mobile working and cross-company meetings are no longer a problem! -# Moniker: +Moniker: wemeet Tags: - conference - conferencing diff --git a/manifests/t/Tencent/TencentMeeting/3.24.3.406/Tencent.TencentMeeting.locale.en-US.yaml b/manifests/t/Tencent/TencentMeeting/3.24.3.406/Tencent.TencentMeeting.locale.en-US.yaml index 4ccd095ba9cd..c52bf5299b61 100644 --- a/manifests/t/Tencent/TencentMeeting/3.24.3.406/Tencent.TencentMeeting.locale.en-US.yaml +++ b/manifests/t/Tencent/TencentMeeting/3.24.3.406/Tencent.TencentMeeting.locale.en-US.yaml @@ -17,7 +17,7 @@ Copyright: Copyright © 2018 - 2024 Tencent Inc. All Rights Reserved. CopyrightUrl: https://www.tencent.com/en-us/statement.html ShortDescription: Boundless Collaboration Description: Backed by Tencent's 21 years of experience in audiovisual communications and Tencent Cloud's global network deployment, Tencent Meeting provides smooth, secure, and reliable cloud-based HD conferencing services that enable you to start or join meetings with ease anytime, anywhere. It features online document collaboration, join via WeChat Mini Programs, meeting management and control, screen sharing and many more. With Tencent Meeting, mobile working and cross-company meetings are no longer a problem! -# Moniker: +Moniker: wemeet Tags: - conference - conferencing diff --git a/manifests/t/Tencent/TencentMeeting/3.25.10.403/Tencent.TencentMeeting.locale.en-US.yaml b/manifests/t/Tencent/TencentMeeting/3.25.10.403/Tencent.TencentMeeting.locale.en-US.yaml index d38d5b78b4a9..fb1f3d57466c 100644 --- a/manifests/t/Tencent/TencentMeeting/3.25.10.403/Tencent.TencentMeeting.locale.en-US.yaml +++ b/manifests/t/Tencent/TencentMeeting/3.25.10.403/Tencent.TencentMeeting.locale.en-US.yaml @@ -17,7 +17,7 @@ Copyright: Copyright © 2018 - 2024 Tencent Inc. All Rights Reserved. CopyrightUrl: https://www.tencent.com/en-us/statement.html ShortDescription: Boundless Collaboration Description: Backed by Tencent's 21 years of experience in audiovisual communications and Tencent Cloud's global network deployment, Tencent Meeting provides smooth, secure, and reliable cloud-based HD conferencing services that enable you to start or join meetings with ease anytime, anywhere. It features online document collaboration, join via WeChat Mini Programs, meeting management and control, screen sharing and many more. With Tencent Meeting, mobile working and cross-company meetings are no longer a problem! -# Moniker: +Moniker: wemeet Tags: - conference - conferencing diff --git a/manifests/t/Tencent/TencentMeeting/3.25.11.412/Tencent.TencentMeeting.locale.en-US.yaml b/manifests/t/Tencent/TencentMeeting/3.25.11.412/Tencent.TencentMeeting.locale.en-US.yaml index 34d846ddc291..9f9168d15a6c 100644 --- a/manifests/t/Tencent/TencentMeeting/3.25.11.412/Tencent.TencentMeeting.locale.en-US.yaml +++ b/manifests/t/Tencent/TencentMeeting/3.25.11.412/Tencent.TencentMeeting.locale.en-US.yaml @@ -17,7 +17,7 @@ Copyright: Copyright © 2018 - 2024 Tencent Inc. All Rights Reserved. CopyrightUrl: https://www.tencent.com/en-us/statement.html ShortDescription: Boundless Collaboration Description: Backed by Tencent's 21 years of experience in audiovisual communications and Tencent Cloud's global network deployment, Tencent Meeting provides smooth, secure, and reliable cloud-based HD conferencing services that enable you to start or join meetings with ease anytime, anywhere. It features online document collaboration, join via WeChat Mini Programs, meeting management and control, screen sharing and many more. With Tencent Meeting, mobile working and cross-company meetings are no longer a problem! -# Moniker: +Moniker: wemeet Tags: - conference - conferencing diff --git a/manifests/t/Tencent/TencentMeeting/3.26.1.462/Tencent.TencentMeeting.locale.en-US.yaml b/manifests/t/Tencent/TencentMeeting/3.26.1.462/Tencent.TencentMeeting.locale.en-US.yaml index cb38eb8a007d..173ecb1225a5 100644 --- a/manifests/t/Tencent/TencentMeeting/3.26.1.462/Tencent.TencentMeeting.locale.en-US.yaml +++ b/manifests/t/Tencent/TencentMeeting/3.26.1.462/Tencent.TencentMeeting.locale.en-US.yaml @@ -17,7 +17,7 @@ Copyright: Copyright © 2018 - 2024 Tencent Inc. All Rights Reserved. CopyrightUrl: https://www.tencent.com/en-us/statement.html ShortDescription: Boundless Collaboration Description: Backed by Tencent's 21 years of experience in audiovisual communications and Tencent Cloud's global network deployment, Tencent Meeting provides smooth, secure, and reliable cloud-based HD conferencing services that enable you to start or join meetings with ease anytime, anywhere. It features online document collaboration, join via WeChat Mini Programs, meeting management and control, screen sharing and many more. With Tencent Meeting, mobile working and cross-company meetings are no longer a problem! -# Moniker: +Moniker: wemeet Tags: - conference - conferencing diff --git a/manifests/t/Tencent/TencentMeeting/3.26.10.440/Tencent.TencentMeeting.locale.en-US.yaml b/manifests/t/Tencent/TencentMeeting/3.26.10.440/Tencent.TencentMeeting.locale.en-US.yaml index 114fbbc83dfa..9b85e0c9c221 100644 --- a/manifests/t/Tencent/TencentMeeting/3.26.10.440/Tencent.TencentMeeting.locale.en-US.yaml +++ b/manifests/t/Tencent/TencentMeeting/3.26.10.440/Tencent.TencentMeeting.locale.en-US.yaml @@ -17,7 +17,7 @@ Copyright: Copyright © 2018 - 2024 Tencent Inc. All Rights Reserved. CopyrightUrl: https://www.tencent.com/en-us/statement.html ShortDescription: Boundless Collaboration Description: Backed by Tencent's 21 years of experience in audiovisual communications and Tencent Cloud's global network deployment, Tencent Meeting provides smooth, secure, and reliable cloud-based HD conferencing services that enable you to start or join meetings with ease anytime, anywhere. It features online document collaboration, join via WeChat Mini Programs, meeting management and control, screen sharing and many more. With Tencent Meeting, mobile working and cross-company meetings are no longer a problem! -# Moniker: +Moniker: wemeet Tags: - conference - conferencing diff --git a/manifests/t/Tencent/TencentMeeting/3.26.11.412/Tencent.TencentMeeting.locale.en-US.yaml b/manifests/t/Tencent/TencentMeeting/3.26.11.412/Tencent.TencentMeeting.locale.en-US.yaml index 0c060dc5eb80..c2ed4319a7d6 100644 --- a/manifests/t/Tencent/TencentMeeting/3.26.11.412/Tencent.TencentMeeting.locale.en-US.yaml +++ b/manifests/t/Tencent/TencentMeeting/3.26.11.412/Tencent.TencentMeeting.locale.en-US.yaml @@ -17,7 +17,7 @@ Copyright: Copyright © 2018 - 2024 Tencent Inc. All Rights Reserved. CopyrightUrl: https://www.tencent.com/en-us/statement.html ShortDescription: Boundless Collaboration Description: Backed by Tencent's 21 years of experience in audiovisual communications and Tencent Cloud's global network deployment, Tencent Meeting provides smooth, secure, and reliable cloud-based HD conferencing services that enable you to start or join meetings with ease anytime, anywhere. It features online document collaboration, join via WeChat Mini Programs, meeting management and control, screen sharing and many more. With Tencent Meeting, mobile working and cross-company meetings are no longer a problem! -# Moniker: +Moniker: wemeet Tags: - conference - conferencing diff --git a/manifests/t/Tencent/TencentMeeting/3.27.2.411/Tencent.TencentMeeting.locale.en-US.yaml b/manifests/t/Tencent/TencentMeeting/3.27.2.411/Tencent.TencentMeeting.locale.en-US.yaml index 7dc7840c30a6..b3e77a022cf6 100644 --- a/manifests/t/Tencent/TencentMeeting/3.27.2.411/Tencent.TencentMeeting.locale.en-US.yaml +++ b/manifests/t/Tencent/TencentMeeting/3.27.2.411/Tencent.TencentMeeting.locale.en-US.yaml @@ -17,7 +17,7 @@ Copyright: Copyright © 2018 - 2024 Tencent Inc. All Rights Reserved. CopyrightUrl: https://www.tencent.com/en-us/statement.html ShortDescription: Boundless Collaboration Description: Backed by Tencent's 21 years of experience in audiovisual communications and Tencent Cloud's global network deployment, Tencent Meeting provides smooth, secure, and reliable cloud-based HD conferencing services that enable you to start or join meetings with ease anytime, anywhere. It features online document collaboration, join via WeChat Mini Programs, meeting management and control, screen sharing and many more. With Tencent Meeting, mobile working and cross-company meetings are no longer a problem! -# Moniker: +Moniker: wemeet Tags: - conference - conferencing diff --git a/manifests/t/Tencent/TencentMeeting/3.27.3.401/Tencent.TencentMeeting.locale.en-US.yaml b/manifests/t/Tencent/TencentMeeting/3.27.3.401/Tencent.TencentMeeting.locale.en-US.yaml index 0cf5e32a5307..7813d44affec 100644 --- a/manifests/t/Tencent/TencentMeeting/3.27.3.401/Tencent.TencentMeeting.locale.en-US.yaml +++ b/manifests/t/Tencent/TencentMeeting/3.27.3.401/Tencent.TencentMeeting.locale.en-US.yaml @@ -17,7 +17,7 @@ Copyright: Copyright © 2018 - 2024 Tencent Inc. All Rights Reserved. CopyrightUrl: https://www.tencent.com/en-us/statement.html ShortDescription: Boundless Collaboration Description: Backed by Tencent's 21 years of experience in audiovisual communications and Tencent Cloud's global network deployment, Tencent Meeting provides smooth, secure, and reliable cloud-based HD conferencing services that enable you to start or join meetings with ease anytime, anywhere. It features online document collaboration, join via WeChat Mini Programs, meeting management and control, screen sharing and many more. With Tencent Meeting, mobile working and cross-company meetings are no longer a problem! -# Moniker: +Moniker: wemeet Tags: - conference - conferencing diff --git a/manifests/t/Tencent/TencentMeeting/3.27.5.410/Tencent.TencentMeeting.locale.en-US.yaml b/manifests/t/Tencent/TencentMeeting/3.27.5.410/Tencent.TencentMeeting.locale.en-US.yaml index 8f5fe4e9fb9b..0a870c81987c 100644 --- a/manifests/t/Tencent/TencentMeeting/3.27.5.410/Tencent.TencentMeeting.locale.en-US.yaml +++ b/manifests/t/Tencent/TencentMeeting/3.27.5.410/Tencent.TencentMeeting.locale.en-US.yaml @@ -17,7 +17,7 @@ Copyright: Copyright © 2018 - 2024 Tencent Inc. All Rights Reserved. CopyrightUrl: https://www.tencent.com/en-us/statement.html ShortDescription: Boundless Collaboration Description: Backed by Tencent's 21 years of experience in audiovisual communications and Tencent Cloud's global network deployment, Tencent Meeting provides smooth, secure, and reliable cloud-based HD conferencing services that enable you to start or join meetings with ease anytime, anywhere. It features online document collaboration, join via WeChat Mini Programs, meeting management and control, screen sharing and many more. With Tencent Meeting, mobile working and cross-company meetings are no longer a problem! -# Moniker: +Moniker: wemeet Tags: - conference - conferencing diff --git a/manifests/t/Tencent/WeChat/Universal/4.1.9.55/Tencent.WeChat.Universal.installer.yaml b/manifests/t/Tencent/WeChat/Universal/4.1.9.55/Tencent.WeChat.Universal.installer.yaml deleted file mode 100644 index 0354c113b6f4..000000000000 --- a/manifests/t/Tencent/WeChat/Universal/4.1.9.55/Tencent.WeChat.Universal.installer.yaml +++ /dev/null @@ -1,17 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Tencent.WeChat.Universal -PackageVersion: 4.1.9.55 -InstallerType: nullsoft -Scope: machine -UpgradeBehavior: install -Protocols: -- xweixin -ProductCode: Weixin -Installers: -- Architecture: x64 - InstallerUrl: https://dldir1v6.qq.com/weixin/Universal/Windows/WeChatWin_4.1.9.exe - InstallerSha256: EEC04E78B3AC88840F2614C69C946586D1D5A33060D70C6E13A26EAB50DE6547 -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/t/Tencent/WeChat/Universal/4.1.9.55/Tencent.WeChat.Universal.locale.en-US.yaml b/manifests/t/Tencent/WeChat/Universal/4.1.9.55/Tencent.WeChat.Universal.locale.en-US.yaml deleted file mode 100644 index e283c1ce0425..000000000000 --- a/manifests/t/Tencent/WeChat/Universal/4.1.9.55/Tencent.WeChat.Universal.locale.en-US.yaml +++ /dev/null @@ -1,35 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Tencent.WeChat.Universal -PackageVersion: 4.1.9.55 -PackageLocale: en-US -Publisher: 腾讯科技(深圳)有限公司 -PublisherUrl: https://www.wechat.com/en/ -PublisherSupportUrl: https://help.wechat.com/oshelpcenter -PrivacyUrl: https://www.wechat.com/en/privacy_policy.html -Author: Shenzhen Tencent Computer Systems Company Limited -PackageName: WeChat -PackageUrl: https://windows.weixin.qq.com/?lang=en_US -License: Freeware -LicenseUrl: https://www.wechat.com/en/service_terms.html -Copyright: Copyright © 2011-2026 Tencent. All Rights Reserved. -CopyrightUrl: https://www.tencent.com/en-us/statement.html -ShortDescription: Connecting a billion people with calls, chats and more -Description: Connecting over a billion people around the world, WeChat is a free messaging and calling app available on iOS, Android, Windows, and MacOS. Enjoy group chats that support voice and video calls, photos, videos, and stickers. -Tags: -- call -- chat -- friends -- im -- instant-messaging -- message -- mini-programs -- moments -- send -- share -- talk -- voice -ReleaseNotesUrl: https://blog.wechat.com/ -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/t/Tencent/WeChat/Universal/4.1.9.55/Tencent.WeChat.Universal.locale.zh-Hans-CN.yaml b/manifests/t/Tencent/WeChat/Universal/4.1.9.55/Tencent.WeChat.Universal.locale.zh-Hans-CN.yaml deleted file mode 100644 index 97a9f5205655..000000000000 --- a/manifests/t/Tencent/WeChat/Universal/4.1.9.55/Tencent.WeChat.Universal.locale.zh-Hans-CN.yaml +++ /dev/null @@ -1,36 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: Tencent.WeChat.Universal -PackageVersion: 4.1.9.55 -PackageLocale: zh-Hans-CN -Publisher: 腾讯科技(深圳)有限公司 -PublisherUrl: https://weixin.qq.com/ -PrivacyUrl: https://weixin.qq.com/cgi-bin/readtemplate?lang=zh_CN&t=weixin_agreement&s=privacy -Author: 深圳市腾讯计算机系统有限公司 -PackageName: 微信 -PackageUrl: https://windows.weixin.qq.com/?lang=zh_CN -License: 免费软件 -LicenseUrl: https://weixin.qq.com/cgi-bin/readtemplate?lang=zh_CN&t=weixin_agreement&s=default -Copyright: Copyright © 2011-2026 Tencent. All Rights Reserved. 腾讯公司 版权所有 -CopyrightUrl: https://www.tencent.com/zh-cn/statement.html -ShortDescription: 跨平台的通讯工具 -Description: 一款跨平台的通讯工具。支持单人、多人参与。通过手机网络发送语音、图片、视频和文字。 -Tags: -- im -- 信息 -- 共享 -- 分享 -- 发送 -- 好友 -- 小程序 -- 朋友 -- 朋友圈 -- 消息 -- 电话 -- 聊天 -- 语音 -- 通话 -ReleaseNotesUrl: https://weixin.qq.com/cgi-bin/readtemplate?lang=zh_CN&t=weixin_faq_list -ManifestType: locale -ManifestVersion: 1.12.0 diff --git a/manifests/t/Tencent/WeChat/Universal/4.1.9.55/Tencent.WeChat.Universal.locale.zh-Hans.yaml b/manifests/t/Tencent/WeChat/Universal/4.1.9.55/Tencent.WeChat.Universal.locale.zh-Hans.yaml deleted file mode 100644 index 54c531602156..000000000000 --- a/manifests/t/Tencent/WeChat/Universal/4.1.9.55/Tencent.WeChat.Universal.locale.zh-Hans.yaml +++ /dev/null @@ -1,36 +0,0 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: Tencent.WeChat.Universal -PackageVersion: 4.1.9.55 -PackageLocale: zh-Hans -Publisher: 腾讯科技(深圳)有限公司 -PublisherUrl: https://www.wechat.com/zh_CN/ -PrivacyUrl: https://www.wechat.com/zh_CN/privacy_policy.html -Author: 深圳市腾讯计算机系统有限公司 -PackageName: 微信 -PackageUrl: https://windows.weixin.qq.com/?lang=zh_CN -License: 免费软件 -LicenseUrl: https://www.wechat.com/zh_CN/service_terms.html -Copyright: Copyright © 2011-2026 Tencent. All Rights Reserved. 腾讯公司 版权所有 -CopyrightUrl: https://www.tencent.com/zh-cn/statement.html -ShortDescription: 跨平台的通讯工具 -Description: 一款跨平台的通讯工具。支持单人、多人参与。通过手机网络发送语音、图片、视频和文字。 -Tags: -- im -- 信息 -- 共享 -- 分享 -- 发送 -- 好友 -- 小程序 -- 朋友 -- 朋友圈 -- 消息 -- 电话 -- 聊天 -- 语音 -- 通话 -ReleaseNotesUrl: https://weixin.qq.com/cgi-bin/readtemplate?lang=zh_CN&t=weixin_faq_list -ManifestType: locale -ManifestVersion: 1.12.0 diff --git a/manifests/t/ThePokemonCompany/PokemonTCGLive/1.37.0.0/ThePokemonCompany.PokemonTCGLive.installer.yaml b/manifests/t/ThePokemonCompany/PokemonTCGLive/1.37.0.0/ThePokemonCompany.PokemonTCGLive.installer.yaml deleted file mode 100644 index aa43d48288ec..000000000000 --- a/manifests/t/ThePokemonCompany/PokemonTCGLive/1.37.0.0/ThePokemonCompany.PokemonTCGLive.installer.yaml +++ /dev/null @@ -1,22 +0,0 @@ -# Automatically updated by the winget bot at 2026/May/05 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: ThePokemonCompany.PokemonTCGLive -PackageVersion: 1.37.0.0 -InstallerLocale: en-US -InstallerType: msi -InstallModes: -- interactive -- silent -- silentWithProgress -InstallerSwitches: - Silent: /quiet - SilentWithProgress: /passive -UpgradeBehavior: uninstallPrevious -Installers: -- Architecture: neutral - InstallerUrl: https://installer.studio-prod.pokemon.com/installer/PokemonTCGLiveInstaller.msi - InstallerSha256: 6AD6C9F1F7993BEFF2CED01C3D957D9128F08E87126A93550A7C62779C6B099D - ProductCode: '{CF381718-B55C-45DE-8B54-659505489C53}' -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/t/ThePokemonCompany/PokemonTCGLive/1.37.0.0/ThePokemonCompany.PokemonTCGLive.locale.en-US.yaml b/manifests/t/ThePokemonCompany/PokemonTCGLive/1.37.0.0/ThePokemonCompany.PokemonTCGLive.locale.en-US.yaml deleted file mode 100644 index ff467b5d3950..000000000000 --- a/manifests/t/ThePokemonCompany/PokemonTCGLive/1.37.0.0/ThePokemonCompany.PokemonTCGLive.locale.en-US.yaml +++ /dev/null @@ -1,17 +0,0 @@ -# Automatically updated by the winget bot at 2026/May/05 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: ThePokemonCompany.PokemonTCGLive -PackageVersion: 1.37.0.0 -PackageLocale: en-US -Publisher: The Pokemon Company International -PublisherUrl: https://tcg.pokemon.com/en-us/ -PrivacyUrl: https://www.pokemon.com/us/privacy-notice/ -PackageName: Pokemon Trading Card Game Live -PackageUrl: https://tcg.pokemon.com/en-us/ -License: Proprietary -Copyright: ©️️2023 Pokémon. ©️️1995–2023 Nintendo / Creatures Inc. / GAME FREAK inc. TM, ®, and character names are trademarks of Nintendo. -ShortDescription: Experience the newest way to play the Pokémon Trading Card Game! -Moniker: tcgl -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/t/ThePokemonCompany/PokemonTCGLive/1.37.0.0/ThePokemonCompany.PokemonTCGLive.yaml b/manifests/t/ThePokemonCompany/PokemonTCGLive/1.37.0.0/ThePokemonCompany.PokemonTCGLive.yaml deleted file mode 100644 index 548bab2481e6..000000000000 --- a/manifests/t/ThePokemonCompany/PokemonTCGLive/1.37.0.0/ThePokemonCompany.PokemonTCGLive.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Automatically updated by the winget bot at 2026/May/05 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: ThePokemonCompany.PokemonTCGLive -PackageVersion: 1.37.0.0 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.12.0 diff --git a/manifests/w/Webroot/SecureAnywhere/9.0.44.40/Webroot.SecureAnywhere.installer.yaml b/manifests/w/Webroot/SecureAnywhere/9.0.44.40/Webroot.SecureAnywhere.installer.yaml deleted file mode 100644 index f279b2bb7e70..000000000000 --- a/manifests/w/Webroot/SecureAnywhere/9.0.44.40/Webroot.SecureAnywhere.installer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Automatically updated by the winget bot at 2026/May/07 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: Webroot.SecureAnywhere -PackageVersion: 9.0.44.40 -InstallerLocale: en-US -Platform: -- Windows.Desktop -InstallerType: exe -Scope: machine -InstallerSwitches: - Silent: /silent - SilentWithProgress: /silent - Custom: /exeshowaddremove /lang=en -ReleaseDate: 2023-06-05 -Installers: -- Architecture: x86 - InstallerUrl: https://anywhere.webrootcloudav.com/zerol/wsainstall.exe - InstallerSha256: EAF82E88C15B4057FDE982A507ED1459366603CC2B6D94F3FF5FE56DC1E1BD08 -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/w/Webroot/SecureAnywhere/9.0.44.40/Webroot.SecureAnywhere.locale.en-US.yaml b/manifests/w/Webroot/SecureAnywhere/9.0.44.40/Webroot.SecureAnywhere.locale.en-US.yaml deleted file mode 100644 index cb59ee65b799..000000000000 --- a/manifests/w/Webroot/SecureAnywhere/9.0.44.40/Webroot.SecureAnywhere.locale.en-US.yaml +++ /dev/null @@ -1,23 +0,0 @@ -# Automatically updated by the winget bot at 2026/May/07 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: Webroot.SecureAnywhere -PackageVersion: 9.0.44.40 -PackageLocale: en-US -Publisher: Webroot -PublisherUrl: https://www.webroot.com/us/en -PublisherSupportUrl: https://www.webroot.com/us/en/support/support-home -PrivacyUrl: https://www.webroot.com/us/en/legal/privacy -Author: Webroot -PackageName: Webroot SecureAnywhere -PackageUrl: https://www.webroot.com/us/en/home/products/av -License: © 2004 - 2021 Webroot Inc. -LicenseUrl: https://eula.webrootanywhere.com -ShortDescription: Webroot SecureAnywhere® AntiVirus protects you from online threats. -Moniker: webroot-secureanywhere -Tags: -- security -- antivirus -- webroot -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/x/XiaoweiCloud/CalendarTask/3.28.279.8805/XiaoweiCloud.CalendarTask.installer.yaml b/manifests/x/XiaoweiCloud/CalendarTask/3.28.282.8852/XiaoweiCloud.CalendarTask.installer.yaml similarity index 74% rename from manifests/x/XiaoweiCloud/CalendarTask/3.28.279.8805/XiaoweiCloud.CalendarTask.installer.yaml rename to manifests/x/XiaoweiCloud/CalendarTask/3.28.282.8852/XiaoweiCloud.CalendarTask.installer.yaml index 05c753a2b3b1..75c3fc492fe5 100644 --- a/manifests/x/XiaoweiCloud/CalendarTask/3.28.279.8805/XiaoweiCloud.CalendarTask.installer.yaml +++ b/manifests/x/XiaoweiCloud/CalendarTask/3.28.282.8852/XiaoweiCloud.CalendarTask.installer.yaml @@ -1,8 +1,8 @@ -# Automatically updated by the winget bot at 2026/May/09 +# Automatically updated by the winget bot at 2026/May/23 # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: XiaoweiCloud.CalendarTask -PackageVersion: 3.28.279.8805 +PackageVersion: 3.28.282.8852 InstallerLocale: en-US InstallerType: nullsoft Scope: user @@ -19,6 +19,6 @@ AppsAndFeaturesEntries: Installers: - Architecture: x86 InstallerUrl: https://download.xdiarys.com/windows/xdiarys-setup-v3.exe - InstallerSha256: 46CEC34534BFC6862FAAA3730302C549DD9D162AEC868FE2BA10C1E8695768F7 + InstallerSha256: 5BD0625E089166BD1247CFE88BDA96B2B145724070462891A1863EFCAEDE4DEA ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/x/XiaoweiCloud/CalendarTask/3.28.279.8805/XiaoweiCloud.CalendarTask.locale.en-US.yaml b/manifests/x/XiaoweiCloud/CalendarTask/3.28.282.8852/XiaoweiCloud.CalendarTask.locale.en-US.yaml similarity index 92% rename from manifests/x/XiaoweiCloud/CalendarTask/3.28.279.8805/XiaoweiCloud.CalendarTask.locale.en-US.yaml rename to manifests/x/XiaoweiCloud/CalendarTask/3.28.282.8852/XiaoweiCloud.CalendarTask.locale.en-US.yaml index 7bb70278c0fa..b6e82fce3cb1 100644 --- a/manifests/x/XiaoweiCloud/CalendarTask/3.28.279.8805/XiaoweiCloud.CalendarTask.locale.en-US.yaml +++ b/manifests/x/XiaoweiCloud/CalendarTask/3.28.282.8852/XiaoweiCloud.CalendarTask.locale.en-US.yaml @@ -1,8 +1,8 @@ -# Automatically updated by the winget bot at 2026/May/09 +# Automatically updated by the winget bot at 2026/May/23 # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: XiaoweiCloud.CalendarTask -PackageVersion: 3.28.279.8805 +PackageVersion: 3.28.282.8852 PackageLocale: en-US Publisher: Xiaowei Cloud, Inc. PublisherUrl: https://www.xdiarys.com/ diff --git a/manifests/x/XiaoweiCloud/CalendarTask/3.28.279.8805/XiaoweiCloud.CalendarTask.yaml b/manifests/x/XiaoweiCloud/CalendarTask/3.28.282.8852/XiaoweiCloud.CalendarTask.yaml similarity index 68% rename from manifests/x/XiaoweiCloud/CalendarTask/3.28.279.8805/XiaoweiCloud.CalendarTask.yaml rename to manifests/x/XiaoweiCloud/CalendarTask/3.28.282.8852/XiaoweiCloud.CalendarTask.yaml index ed50fcf5794e..0f0e4f4c22ac 100644 --- a/manifests/x/XiaoweiCloud/CalendarTask/3.28.279.8805/XiaoweiCloud.CalendarTask.yaml +++ b/manifests/x/XiaoweiCloud/CalendarTask/3.28.282.8852/XiaoweiCloud.CalendarTask.yaml @@ -1,8 +1,8 @@ -# Automatically updated by the winget bot at 2026/May/09 +# Automatically updated by the winget bot at 2026/May/23 # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: XiaoweiCloud.CalendarTask -PackageVersion: 3.28.279.8805 +PackageVersion: 3.28.282.8852 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/x/xpipe-io/xpipe/23.0/xpipe-io.xpipe.installer.yaml b/manifests/x/xpipe-io/xpipe/23.0/xpipe-io.xpipe.installer.yaml new file mode 100644 index 000000000000..3281e79cd03f --- /dev/null +++ b/manifests/x/xpipe-io/xpipe/23.0/xpipe-io.xpipe.installer.yaml @@ -0,0 +1,33 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: xpipe-io.xpipe +PackageVersion: "23.0" +InstallerLocale: en-US +InstallerType: wix +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/xpipe-io/xpipe/releases/download/23.0/xpipe-installer-windows-x86_64.msi + InstallerSha256: E26286D4A3B8477B26210D88A27ACCBBF39D398C4862D981AD9C96975200F79A +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/xpipe-io/xpipe/releases/download/23.0/xpipe-installer-windows-x86_64.msi + InstallerSha256: E26286D4A3B8477B26210D88A27ACCBBF39D398C4862D981AD9C96975200F79A + InstallerSwitches: + Custom: ALLUSERS=1 + ElevationRequirement: elevationRequired +- Architecture: arm64 + Scope: user + InstallerUrl: https://github.com/xpipe-io/xpipe/releases/download/23.0/xpipe-installer-windows-arm64.msi + InstallerSha256: 2A0FA774973B22FF18E233F0692C11D94CB34D4447943B7DD200F1143D537F66 +- Architecture: arm64 + Scope: machine + InstallerUrl: https://github.com/xpipe-io/xpipe/releases/download/23.0/xpipe-installer-windows-arm64.msi + InstallerSha256: 2A0FA774973B22FF18E233F0692C11D94CB34D4447943B7DD200F1143D537F66 + InstallerSwitches: + Custom: ALLUSERS=1 + ElevationRequirement: elevationRequired +ManifestType: installer +ManifestVersion: 1.10.0 +ReleaseDate: 2026-05-23 diff --git a/manifests/x/xpipe-io/xpipe/23.0/xpipe-io.xpipe.locale.en-US.yaml b/manifests/x/xpipe-io/xpipe/23.0/xpipe-io.xpipe.locale.en-US.yaml new file mode 100644 index 000000000000..8d5d53783757 --- /dev/null +++ b/manifests/x/xpipe-io/xpipe/23.0/xpipe-io.xpipe.locale.en-US.yaml @@ -0,0 +1,28 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: xpipe-io.xpipe +PackageVersion: "23.0" +PackageLocale: en-US +Publisher: XPipe UG (haftungsbeschränkt) +PublisherUrl: https://xpipe.io +PublisherSupportUrl: https://github.com/xpipe-io/xpipe/issues +PrivacyUrl: https://docs.xpipe.io/legal/privacy-policy +Author: crschnick +PackageName: XPipe +PackageUrl: https://github.com/xpipe-io/xpipe +License: Apache License 2.0, Proprietary +LicenseUrl: https://docs.xpipe.io/legal/license +ShortDescription: A brand-new shell connection hub and remote file manager +Description: XPipe is a new type of shell connection hub and remote file manager that allows you to access your entire server infrastructure from your local machine. It works on top of your installed command-line programs and does not require any setup on your remote systems. +Moniker: xpipe +Tags: +- ssh +- docker +- kubernetes +- lxd +- wsl +- remote +ReleaseNotesUrl: https://github.com/xpipe-io/xpipe/releases/tag/23.0 +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/n/NoVirusThanks/OSArmor/Personal/2.0.5.0/NoVirusThanks.OSArmor.Personal.yaml b/manifests/x/xpipe-io/xpipe/23.0/xpipe-io.xpipe.yaml similarity index 53% rename from manifests/n/NoVirusThanks/OSArmor/Personal/2.0.5.0/NoVirusThanks.OSArmor.Personal.yaml rename to manifests/x/xpipe-io/xpipe/23.0/xpipe-io.xpipe.yaml index 27d8d12bfc2e..73ab7d01edb9 100644 --- a/manifests/n/NoVirusThanks/OSArmor/Personal/2.0.5.0/NoVirusThanks.OSArmor.Personal.yaml +++ b/manifests/x/xpipe-io/xpipe/23.0/xpipe-io.xpipe.yaml @@ -1,8 +1,8 @@ -# Automatically updated by the winget bot at 2025/Jul/08 +# Created using wingetcreate 1.12.8.0 # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json -PackageIdentifier: NoVirusThanks.OSArmor.Personal -PackageVersion: 2.0.5.0 +PackageIdentifier: xpipe-io.xpipe +PackageVersion: "23.0" DefaultLocale: en-US ManifestType: version ManifestVersion: 1.10.0 diff --git a/manifests/y/YouXiao/YXCalendar/2.6.5.19/YouXiao.YXCalendar.installer.yaml b/manifests/y/YouXiao/YXCalendar/2.6.5.19/YouXiao.YXCalendar.installer.yaml new file mode 100644 index 000000000000..a1f54a4f01a2 --- /dev/null +++ b/manifests/y/YouXiao/YXCalendar/2.6.5.19/YouXiao.YXCalendar.installer.yaml @@ -0,0 +1,15 @@ +# Automatically updated by the winget bot at 2026/May/23 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: YouXiao.YXCalendar +PackageVersion: 2.6.5.19 +InstallerType: nullsoft +Scope: user +UpgradeBehavior: install +ProductCode: YXCalendar +Installers: +- Architecture: x86 + InstallerUrl: https://static.youxiao.cn/yxcalendar/yxcalendar_latest.exe + InstallerSha256: 5312199E3D104D361E41017E8A5FC854BBC18CB5C43B51BE01110BB992D9D236 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/y/YouXiao/YXCalendar/2.6.5.19/YouXiao.YXCalendar.locale.en-US.yaml b/manifests/y/YouXiao/YXCalendar/2.6.5.19/YouXiao.YXCalendar.locale.en-US.yaml new file mode 100644 index 000000000000..228d65f9670a --- /dev/null +++ b/manifests/y/YouXiao/YXCalendar/2.6.5.19/YouXiao.YXCalendar.locale.en-US.yaml @@ -0,0 +1,41 @@ +# Automatically updated by the winget bot at 2026/May/23 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: YouXiao.YXCalendar +PackageVersion: 2.6.5.19 +PackageLocale: en-US +Publisher: 东莞市优效网络科技有限公司 +PublisherUrl: https://www.youxiao.cn/ +PublisherSupportUrl: https://support.qq.com/products/85294/ +PrivacyUrl: https://www.yxcal.com/about/privacy.html +Author: Dongguan Youxiao Network Technology Co., Ltd. +PackageName: 优效日历 +PackageUrl: https://www.yxcal.com/ +License: Proprietary +LicenseUrl: https://www.yxcal.com/about/agreement.html +Copyright: Copyright (C) 2026 Dongguan Youxiao Network Technology Co., Ltd. +ShortDescription: Help you manage your time easily +Description: YXCalendar is a Win10-style desktop calendar software, which makes a lot of improvements and innovations on the basis of the calendar flyout that comes with Win10 while retaining its simple interface and comprehensive content. +Tags: +- alarm +- caldav +- calendar +- checklist +- clock +- festival +- gtd +- holiday +- list +- reminder +- schedule +- task +- time +- to-do +- todo +- weather +ReleaseNotesUrl: https://support.qq.com/products/85294/blog/774704 +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://support.qq.com/products/85294/faqs-more/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/y/YouXiao/YXCalendar/2.6.5.19/YouXiao.YXCalendar.locale.zh-CN.yaml b/manifests/y/YouXiao/YXCalendar/2.6.5.19/YouXiao.YXCalendar.locale.zh-CN.yaml new file mode 100644 index 000000000000..5589c095cd9b --- /dev/null +++ b/manifests/y/YouXiao/YXCalendar/2.6.5.19/YouXiao.YXCalendar.locale.zh-CN.yaml @@ -0,0 +1,41 @@ +# Automatically updated by the winget bot at 2026/May/23 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: YouXiao.YXCalendar +PackageVersion: 2.6.5.19 +PackageLocale: zh-CN +Publisher: 东莞市优效网络科技有限公司 +PublisherUrl: https://www.youxiao.cn/ +PublisherSupportUrl: https://support.qq.com/products/85294/ +PrivacyUrl: https://www.yxcal.com/about/privacy.html +Author: 东莞市优效网络科技有限公司 +PackageName: 优效日历 +PackageUrl: https://www.yxcal.com/ +License: 专有软件 +LicenseUrl: https://www.yxcal.com/about/agreement.html +Copyright: Copyright (C) 2026 东莞市优效网络科技有限公司 +ShortDescription: 助你轻松掌控你的时间 +Description: 优效日历是一款具有 Win10 风格的桌面日历软件,在 Win10 系统自带的时钟日历之上做出了大量改良和创新,并保留了它界面简洁,显示全面的特点。 +Tags: +- 万年历 +- 任务 +- 天气 +- 待办 +- 待办事项 +- 提醒事项 +- 日历 +- 日程 +- 日程管理 +- 时钟 +- 时间 +- 时间管理 +- 清单 +- 节假日 +- 节日 +- 闹钟 +ReleaseNotesUrl: https://support.qq.com/products/85294/blog/774704 +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://support.qq.com/products/85294/faqs-more/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/y/YouXiao/YXCalendar/2.6.5.19/YouXiao.YXCalendar.yaml b/manifests/y/YouXiao/YXCalendar/2.6.5.19/YouXiao.YXCalendar.yaml new file mode 100644 index 000000000000..b432e2e860c7 --- /dev/null +++ b/manifests/y/YouXiao/YXCalendar/2.6.5.19/YouXiao.YXCalendar.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2026/May/23 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: YouXiao.YXCalendar +PackageVersion: 2.6.5.19 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0